/*
Theme Name: Matthew Jukes
Theme URI: http://www.matthewjukes.com
Version: 1.0
Description: Developed from 2 Column theme from Elegant WPT
Author: Jingo
Author URI: http://www.jingo.com
*/

html {
	padding:0;
	height:100%;
}
body {
	padding: 0;
	margin: 0;
	background: #789ebf url(images/bg.jpg) repeat-x;
	color: #787878;
	font-family: Verdana, Georgia, Sans-Serif;
	font-size: 0.75em;
	line-height:1.5em;
	height:100%;
}
/* LAYOUT  */
#wrapper {
	width: 950px;
	margin:20px auto;
	padding: 10px;
}
/* HEADER */

#headerWrap {
	background:#E3EDF2 url(images/headertop.jpg) no-repeat;
	padding-bottom:10px;
}
#header {
	width:950px;
	height:150px;
	margin:0 auto;
	position:relative;
}
#headerLeft {
	position:absolute;
	left:10px;
	top:10px;
}
#headerRight {
	position:absolute;
	right:10px;
	top:20px;
	text-align:right
}
#headerLeft img {
	display:block;
}
/* MAIN MENU  */

#pages {
	width: 918px;
	height: 38px;
	background:url(images/pagesbg.gif) no-repeat;
	margin:0 auto;
	padding:0 6px;
}
.nav-image {
	float: left;
	margin: 10px 0;
}
#pages ul {
	margin:0;
	padding:0;
	list-style: none;
}
#pages li {
	float: left;
	text-align:center;
}
#pages li a:link, #pages li a:visited {
	float: left;
	color: #266284;
	display: block;
	background-image: url(images/nav-bg.gif);
	margin: 5px 5px 5px 0;
	padding:0 10px;
	text-transform: uppercase;
	height: 27px;
	line-height:27px;
	vertical-align:middle;
	font-size: 12px;
}
#pages li a:hover, #pages li a:active {
	color: #5996b8;
	font-size: 12px;
	text-transform: uppercase;
}
/* RECENT */

#recentWrap {
	padding:30px 0 010px;
	background:#fff url(images/pagebg.jpg) repeat-x;
}
#recent {
	margin:0 auto;
	width: 927px;
	height: 180px;
	background-image: url(images/recent.gif);
}
#recent-left {
	width: 456px;
	margin-top: -23px;
	float: left;
}
#recententries {
	width: 456px;
	float: left;
	display: block;
}
#recent-right {
	float: right;
	width: 445px;
	padding-right:10px;
}
#aboutus {
	float: left;
	color: #FFFFFF;
	padding-top: 5px;
	margin-left: 5px;
}
#recentcomments2 {
	float: left;
	display: none;
}
#mostcomments {
	float: left;
	display: none;
}
#recent-left {
	color: #cedde6;
}
#recent-left a, #recent-left a:visited {
	color: #cedde6;
}
#recent-left a:hover {
	color: #FFF;
}
.idTabs {
	margin: 0;
	padding: 0;
	float: left;
	width: 478px;
	list-style-type: none;
}
.idTabs li {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
}
.idTabs li a {
	color: #FFFFFF;
	background-image: url(images/recent-button.gif);
	height: 24px;
	line-height:24px;
	vertical-align:middle;
	width: 151px;
	text-decoration: none;
	display: block;
	float: left;
	outline:none;
}
.idTabs li a:hover, .idTabs li a:visited {
	color: #FFFFFF;
	outline:none;
}
.idTabs li a.selected {
	background-image: url(images/recent-button-2.gif);
	color: #FFF;
	text-decoration: none;
	height: 24px;
	width: 151px;
	display: block;
	float: left;
}
.list2 {
	list-style-image: url(images/recent-bullet.gif);
	margin-top: 0px;
	font-size: 13px;
}
.list2 a {
	margin-top: 0px;
	font-size: 13px;
}
.toptitle {
	font-size: 24px;
	color: #FFF;
	margin-left: 15px;
	display: block;
	margin-top: 15px;
	margin-bottom: 10px;
}
.toptitle2 {
	font-size: 24px;
	color: #FFF;
	display: block;
	margin-top: 15px;
	margin-bottom: 10px;
}
/* FEATURED */

#featuredWrap {
	background:#FFF;
	width:930px;
	padding:10px;
}
#featured {
	border-top: #64a0c2 solid 1px;
	border-bottom: #64a0c2 solid 1px;
	padding:10px;
	margin: 0;
}
#featured .titles a:link, #featured .titles a:visited {
	font-size: 30px;
	display:block;
	margin-bottom:15px;
}
#featured img {
	border: 0;
	float:left;
	margin-right:10px;
}
/* CONTENT */
#contentWrapper {
	background:#FFF url(images/pagebg.jpg) repeat-x;
	width:930px;
	padding:10px;
	overflow:hidden;
}
#contentWrapperHome {
	background:#FFF;
	width:930px;
	padding:10px;
	overflow:hidden;
}
#content {
	padding: 0;
	margin: 0;
	float:left;
	width:570px;
}
.post-wrapper {
	float: left;
	width:100%;
}
#sidebar {
	float:right;
	width:340px;
	margin:0;
	overflow:hidden;
	padding:0;
}
/* FOOTER */
#footerWrap {
	background:#FFF url(images/footerbg.jpg) bottom no-repeat;
}
#footer {
	padding:10px;
	clear:both;
	display:block;
	font-size:9px;
	height:60px;
}
#footerLeft {
	float:left;
	clear:left;
	display:inline;
	margin:0;
	height:60px;
	line-height:60px;
	vertical-align:middle;
}
#footerRight {
	float:right;
	clear:right;
	display:inline;
	margin:0;
	height:60px;
	line-height:60px;
	vertical-align:middle;
}
#footer p {
	color: #64a0c2;
	margin:0;
	padding:0;
}
#footer a {
	font-weight: normal;
	color: #64a0c2;
	text-decoration:none
}
#footer a:visited {
	color: #64a0c2;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #64a0c2;
	text-decoration: underline;
	outline: none;
}
/* TEXT FORMATTING */

/* headings */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin:0;
}
h1 {
	font-size: 28px;
	margin-bottom:15px;
}
h2 {
	font-size: 22px;
	margin-bottom:15px;
}
h3 {
	font-size: 18px;
	margin-bottom:15px;
}
h4 {
	font-size: 12px;
	font-weight:bold;
	margin-bottom:5px;
}
.sidebar-box h3 {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font-size: 15px;
	color: #64A0C2;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #64A0C2;
	text-transform: lowercase;
}
/* paragraph */

p {
	margin:0 0 10px 0;
}
p.end {
	margin-bottom:0;
}
p.indent {
	margin: 0 50px;
}
.shout {
	font-weight:bold;
	color:#fcb326;
}
.alert, a.alert:visited {
	color:#FF6600;
}
.more {
	float:right;
	text-align:right;
	font-size:80%;
	margin:0;
	padding:0;
}
.error {
	color: red;
}
/* Links */
a:link {
	text-decoration: none;
	color: #64A0C2;
}
a:visited {
	text-decoration: none;
	color: #64A0C2;
	outline:none;
}
a:hover, a:active {
	color: #F5C55E;
	outline:none;
}
/* lists */

ul, ol {
	margin-top:0;
	line-height: 2.0em;
}
ul {
	list-style-image: url(images/bullet.gif);
}
/* images */
img {
	border: 0;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
/* seperators */

hr {
	height: 1px;
	width: 100%;
	background-color: #999999; /*#999;*/
	margin-bottom: 1em;
}
br {
	clear: left;
}
.rule {
	background-color:#D4D4D4;
	margin:0;
	padding:0;
	width:100%;
	font-size:1px;
	line-height:1px;
	height: 1px;
}
.clearer {
	clear:both;
	margin:0;
	padding:0;
}
/* Hidden */
.hidden {
	display : none;
}
.post-title {
	line-height: 30px;
}
.homepost-left {
	width: 114px;
	float: left;
}
.post {
	padding-left: 0px;
	margin-left: 0px;
}
.thumbnail-home {
	border: 0px;
	margin: 0px 0px 0px 0px;
}
.thumbnailwrap {
	border-top: 1px solid #7ec8f2;
	border-right: 1px solid #64a0c2;
	border-bottom: 1px solid #64a0c2;
	border-left: 1px solid #7ec8f2;
	background-image: url(images/noimage.gif);
	width: 94px;
	height: 94px;
	padding: 0px;
	margin-top: 15px;
}
.homepost-right {
	float: right;
	width: 446px;
	padding-top: 14px;
}
.titles {
	font-weight: normal;
	font-size: 24px;
	text-decoration: none;
}
.titles a:link, .titles a:visited, .titles a:active {
	text-decoration: none;
	font-size: 20px;
	font-weight: normal;
	font-family: Trebuchet MS;
	line-height: 20px;
}
pre, blockquote {
	overflow: auto;
	padding: 0 10px;
	margin: 20px 30px;
	line-height: 1.8em;
	background-color: #f5f5f5;
	border: 1px solid #e0e0e0;
}
pre:hover, blockquote:hover {
	background-color: #f0f0f0;
	border: 1px solid #d0d0d0;
}
pre {
	padding-top: 10px;
	padding-bottom: 10px;
}
.comment-inside {
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	padding: 10px;
}
#extras {
	float: left;
	width: 780px;
	color: #C7AA92;
	text-align: left;
	padding: 0 10px 10px;
	margin: 10px 12px 20px;
	background-color: #f5f5f5;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
.sidebar-box {
	margin:0;
	padding:0;
}
.articleinfo {
	border-bottom: 4px solid #EEEEEE;
	padding-bottom: 7px;
}
.sidebar-box ul li a:link, .sidebar-box ul li a:visited, .sidebar-box ul li a:active {
	border-bottom: 1px dashed #E6E6E6;
	display: block;
	padding-bottom: 3px;
	padding-top: 2px;
	color: #8C8C8C;
	width: 100%;
}
.sidebar-box ul li a:hover {
	width: 100%;
	border-bottom: 1px dashed #E6E6E6;
	display: block;
	padding-bottom: 3px;
	padding-top: 2px;
	color: #8C8C8C;
	background-color: #F7FBFD;
}
.commentlist li {
	display: block;
	float: left;
	clear: both;
	padding: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	width: 550px;
}
.commentlist ol {
	margin-left: 0px;
	padding-left: 0px;
}
#commentwrap {
	background-color: #F8F8F8;
	border: 1px solid #E6E6E6;
	display: block;
	width: 570px;
}
.commentlist ol li {
	margin-left: 0px;
}
.commentlist {
	margin-left: 0px;
	padding-left: 0px;
}
#commentform {
	margin: 1em 0;
	background: #FFFFFF;
	margin-left: 20px;
}
#commentform textarea {
	background: #f8f7f6;
	border: 1px solid #d6d3d3;
	width: 370px;
}
#commentform textarea:hover {
	background: #FFFFFF;
	border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
	background: #ffffff;
	border: 1px solid #939793;
}
#commentform #email {
	font-size: 1.1em;
	background: #f8f7f6;
	border: 1px solid #d6d3d3;
	width: 280px;
	background-image: url(images/comment-email.gif);
	background-position: 7px 7px;
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 30px;
	padding-top: 6px;
}
#commentform #author {
	font-size: 1.1em;
	background: #f8f7f6;
	border: 1px solid #d6d3d3;
	width: 280px;
	background-image: url(images/comment-author.gif);
	background-position: 7px 7px;
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 30px;
	padding-top: 6px;
}
#commentform #url {
	font-size: 1.1em;
	background: #f8f7f6;
	border: 1px solid #d6d3d3;
	width: 280px;
	background-image: url(images/comment-website.gif);
	background-position: 7px 7px;
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 30px;
	padding-top: 6px;
}
#commentform #email:focus {
	font-size: 1.1em;
	background: #ffffff;
	border: 1px solid #939793;
	width: 280px;
	background-image: url(images/comment-email.gif);
	background-position: 7px 7px;
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 30px;
	padding-top: 6px;
}
#commentform #author:focus {
	font-size: 1.1em;
	background: #ffffff;
	border: 1px solid #939793;
	width: 280px;
	background-image: url(images/comment-author.gif);
	background-position: 7px 7px;
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 30px;
	padding-top: 6px;
}
#commentform #url:focus {
	font-size: 1.1em;
	background: #ffffff;
	border: 1px solid #939793;
	width: 280px;
	background-image: url(images/comment-website.gif);
	background-position: 7px 7px;
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 30px;
	padding-top: 6px;
}
#commentform input {
	margin-bottom: 3px;
}
.search_bg {
	height:35px;
	width:400px;
	background:url(images/search-bg.gif) no-repeat left;
	background-position: left;
}
#search {
	color:#FFFFFF;
	padding:0;
}
#search input {
	background: transparent;
	font-size:11px;
	color:#818181;
	font-family:Tahoma, arial, verdana, courier;
	width:280px;
	height:22px;
	vertical-align:middle;
	margin: 10px 0px 0 10px;
	padding:0;
	border: none;
}
.icons {
	margin-top: 0px;
	margin-bottom: -5px;
	margin-right: 10px;
}
#search .input {
	width:90px;
	height:33px;
	background:none;
	border:none;
	vertical-align:middle;
	margin:0;
	padding:0;
	margin-left: 15px;
}
/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */