/*  
Theme Name: Crafty
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, Arial;
	text-align: center;
	background-color: #EEF9FF;
	}

#container {
	text-align: left;
	width: 100%;
	background-color: #3C4A02;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	}

#header {
	background: url('images/header_bg.jpg') no-repeat top left;
	width: 100%;
	max-width: 1000px;
	height: 280px;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	}

#header-top {
	height: 50px;
	background-image: url(images/opaque-bg.png);
	background-repeat: repeat;
	}

#content {
	float: left;
	width: 75%;
	padding-left: 10px;
	}
	
.post {
	clear: both;
	padding: 5px 10px;
	margin-bottom: 10px;
	background-color: #fff;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	overflow: auto;
}

#sidebar {
	width: 20%;
	height: 100%;
	float: right;
}

#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: #000;
	border-top-color: #A66641;
	margin-top: 5px;
}

#footer a, #footer h2 {
	color: #fff;
	}

#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.4em;
	color:#333333;
	line-height: 1.4em;
	margin-bottom: 10px;
}

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

#footer p {
	padding-left: 20px;
	padding-right: 20px;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	letter-spacing: .1em;
	color: #ffffff;
	text-align: right;
	padding: 10px 20px 0 0;
	text-transform: capitalize;
	}

h1 span.description {
	text-transform: lowercase;
	padding-left: 10px;
	margin-left: 10px;
	border-left-width: 1px;
	border-left-color: #fff;
	border-left-style: solid;	
	color: #C0DFFF;
}

h2 {
	font-size: 26px;
	font-weight: normal;
	color: #fff;
	letter-spacing: .1em;
	padding-bottom: 10px;
	}

h2 a {
	color: #485F84;
	}

h3 {
	font-size: 2em;
	color: #000;
	}

h3 a {
	color: #485F84; /* dark blue */
}

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 {
	margin-left: 50px;
	position: absolute;
	top: 250px;
	display: block;
	margin-bottom: 12px;
	}

#nav ul li {
	padding-right: 10px;
	float: left;
	list-style-image: none;
	list-style-type: none;
}

#nav ul li a {
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-topright: 1em;
	-webkit-border-radius-topleft: 1em;
	-webkit-border-radius-topright: 1em;
	background-image: url(images/opaque-bg.png);
	background-repeat: repeat;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	font-weight: normal;
	text-transform: lowercase;
	color: #fff;
	padding: 10px 15px;
}

/* Sidebar
-------------------------------------------------------- */

#sidebar h2 {
	color: #fff;
	font-size: 22px;
	padding-top: 10px;
	padding-bottom: 5px;
	}

#sidebar p, #sidebar h2, #sidebar ul li {
	color: #fff;
	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;
}

#sidebar a {
	color: #fff;
}

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

#header img {
	float: right;
	padding: 20px 20px 0 0;
	}

#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-size: 11px;
	color: #996633;
}
/* End captions */

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

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

.youtube input {
	visibility: hidden;
}

/* 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;
}

/* Subnavigation 
---------------------------------------------------- */

#subnav ul {
	margin: 0;
	}

#subnav li {
	padding: 0 !important;
	margin-bottom: 15px;
}

#subnav li a {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.3em;
	font-weight: bold;
	color:#09C;
	text-decoration: none;	
	}
	
#subnav li a:hover {
	text-decoration: underline;	
	}


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