/*  
Theme Name: Stuart King
Theme URI: http://www.stuartking.co.uk/
Description: A custom-made theme for craftsman Stuart King's website.
Version: 1.0
Author: Jason King
Author URI: http://www.kingjason.co.uk/

*/

/* Reset padding and margins
------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

/* Structure 
---------------------------------------------------- */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Calibri, "Gill Sans MT";
	text-align: center;
	background-image: url(http://farm4.static.flickr.com/3174/2690293634_c08d0d4661_o.jpg);
	background-repeat:repeat-y;
	background-position: left top;	
	}

#wrap {
	width: 840px;
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
}

#container {
	background-color: #faf5ec;
	text-align: left;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	}

#header {
	background-color: #733F2C;
}

	
#nav {
	height: 40px;
	background: url('images/nav_bg.jpg') no-repeat top center;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #e7cd9a;	
}

#content {
	float: left;
	width: 590px;
	padding-top: 10px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e7cd9a;
	}
	
#widecontent {
	width: 800px;
	padding-left: 10px;
	padding-top: 10px;
	}

.post {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}

#sidebar {
	width: 180px;
	height: 100%;
	float: right;
	padding: 5px;
	background-color: #f4ebd9;
	background-image: url(images/sidebar_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}



#bookmarks {
	clear: both;
	padding-top: 25px;
}
	
/* Footer
---------------------------------------------------------- */

#footer {
	clear: both;
	padding: 15px 10px 5px 10px;
	border-top-width: 1px;
	border-top-style: solid;
	}

.footer-column {
	width: 220px;
	float: left;
	padding: 0 40px 5px 0;
}

.footer-column ul li {
	font-size: 1.4em;
	line-height: 1.2em;
	list-style-image: none;
	list-style-type: none;	
	padding-bottom: 10px;
}

#footer {
	background-color: #733F2C;
	border-top-color: #A66641;
	margin-top: 5px;
}

#nonprofit-web-design {
	clear: both;
	padding: 10px 0 5px 0	;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #A66641;
}


/* Typography
---------------------------------------------------------- */

p {
	font-size: 1.5em;
	color:#333333;
	line-height: 1.4em;
	margin-bottom: 8px;
	padding-right: 10px;
}

p small {
	font-family: Tahoma, Sans-Serif;
	font-size: 0.9em;
	}

#footer p, #footer a  {
	color: #faf5ec;	
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 4.2em;
	font-weight: normal;
	letter-spacing: .1em;
	color: #faf5ec;
	padding: 5px 20px 10px 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #A66641;
	}

h1 small {
	padding-left: 10px;
	font-size: .5em;
	letter-spacing:normal;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	font-weight: normal;
	color: #A66641;
	padding-bottom: 10px;
	}

h3 {
	font-size: 1.4em;
	}

blockquote {
	font-size: 1em;
	line-height: 1.3em;
	padding-left: 30px;
	font-style: italic;
	padding-bottom: 5px;
}

/* Lists
---------------------------------------------------------- */

#content ul {
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content ul li {
	list-style-image: none;
	list-style-type: none;
}

#content ul li h3 {
	padding-bottom: 5px;
	}

#content ul li ul li {
	font-size: 1.4em;
	padding-bottom: 10px;
	line-height: 1.2em;
}

/* Navigation
---------------------------------------------------------- */

#nav ul li {
	width: 20%;
	float: left;
	list-style-image: none;
	list-style-type: none;
	padding-top: 3px;
}

#nav ul li a {
	font-family: Tahoma, Sans-Serif;
	text-align: left;
	letter-spacing: .1em;
	text-decoration: none;
	font-size: 2.5em;
	font-weight: normal;
	color: #faf5ec;
	padding-left: 14px;
}

#nav ul li a:hover {
	color: #733F2C;
}
/* Sidebar
-------------------------------------------------------- */

#sidebar h2 {
	font-size: 2em;
	padding-top: 10px;
	padding-bottom: 5px;
	}

#sidebar p, #sidebar h2, #sidebar ul li {
	padding-left: 5px;
}

#sidebar ul {
	padding-bottom: 10px;
	}
	
#sidebar ul li {
	font-size: 1.4em;
	padding-left: 10px;
	padding-bottom: 7px;
	list-style-image: none;
	list-style-type: none;
	line-height: 1.2em;
}

/* Hyperlinks
----------------------------------------------------------- */

h1 a {
	color: #ffffff;
	text-decoration: none;
}

h2 a {
	color: #ddb770;
	text-decoration: none;
}

#sidebar a {
	}

/* Images
---------------------------------------------------------- */

#searchform {
	margin-top: 5px;
	margin-bottom: 20px;
}

#sidebar img {
	margin-right: 30px;
	margin-top: 20px;
	background-color: #ffffff;
	padding: 10px;
	border: 2px solid #f1e4c8;
	clear: both;
	float: right;
}

/* Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignleft,
div.alignleft {
	float: left;
}

.alignright,
div.alignright {
	float: right;
}

.wp-caption {
margin: 10px;
}

.wp-caption img {
margin: 0 0 4px 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #996633;
}
/* End captions */

/* Video
---------------------------------------------------------- */

.youtube {
	margin-top: 10px;
	width: 570px;
	clear: both;
}

.youtube input {
	visibility: hidden;
}

/* PayPal
----------------------------------------------------------- */

.paypal {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 40px;

}

.paypal h3 {
	text-transform: uppercase;
}

/* Photo gallery (css for the FAlbum plugin)
---------------------------------------------------------- */

.photo_title {
	font-size: 1.2em;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	margin-right: 10px;
	background-color: #ffffff
}

#falbum img {
	border: 5px solid #FFFFFF;	
}

.ads {
margin-top: 40px;
margin-bottom: 20px;
}

#content img {
	padding: 7px;
}
/* Breadcrumbs
--------------------------------------------------- */
.breadcrumb {
	margin-bottom: 15px;
}

#subnav li {
	font-size: 1.2em;
}


/* "I remember Tucker's bread." */