/*
Theme Name: Sarah Smith
Theme URI: http://wordpress.org/
Description: This is a custom WordPress theme developed for Sarah Smith.
Version: 1.0
Author: Devin Price
Author URI: http://www.ubica.us/
Tags: Sarah Smith

*/



/* Begin Typography & Colors */

* {margin:0px; padding:0px}

body {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 62.5%;
	background-color:#5e5034;
	color: #21344a;
	background-image: url(img/blog_container_bg.gif);
	background-repeat: repeat-y;
	background-position:center;
}

/* TAG Styles */

h1, h2, h3, h4 {font-family: Arial, Helvetica, sans-serif; margin-bottom:.4em; font-weight:100;}

h2 {
	font-size:2em;
	letter-spacing: 0.06em;
}

h2.pagetitle {
	font-size:2em;
	letter-spacing: 0.06em;
	
	}

p {font-size: 1.4em; margin-bottom:.6em;}

a {color:#003366; text-decoration:none;}

a:hover {color:#FFFFFF; text-decoration:none;}

hr {margin-top:15px; margin-bottom:15px; clear:both; color:#450302;}

/* Structure */

#page {}

/* Header */

#header {
	height:138px;
	background-image: url(img/blog_header.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#header h1, #header .description {text-indent:-9999px;}

/* Menu -- Image Replacement of List Items */

#nav {background-color:#21344a; height:35px; width:960px; margin-left:auto; margin-right:auto;}

#nav ul {
	float:right;
	width:400px;
	margin-right:55px;
}

#nav li { height: 35px; float:left; }

#nav li a{
	display:block;
	text-decoration: none;
	height:35px;
	font-size: 1.5em;
	color: #ffffff;
	text-indent:-9999px;
}

#nav li a:hover{color:#666666; text-indent:-9999px;}

#nav li a span{width:100%;}

	/* Sets Menu Items Widths and Background Positions */

#nav li.home a{background:url(img/blog_menu.jpg); background-position:0px 0; width:60px;}
#nav li.bio a{background:url(img/blog_menu.jpg); background-position:-60px 0px; width:50px;}
#nav li.portfolio a{background:url(img/blog_menu.jpg); background-position:-110px 0;width:85px;}
#nav li.resume a{background:url(img/blog_menu.jpg); background-position:-195px 0;width:80px;}
#nav li.running a{background:url(img/blog_menu.jpg); background-position:-275px 0;width:85px;}
#nav li.blog a{background:url(img/blog_menu.jpg); background-position:-360px 0;width:40px;}

#nav li.home a:hover,#nav li.home a:active,#nav li.home a:focus {background-position:0px -35px;}
#nav li.bio a:hover,#nav li.bio a:active,#nav li.bio a:focus {background-position:-60px -35px;}
#nav li.portfolio a:hover,#nav li.portfolio a:active,#nav li.portfolio a:focus {background-position:-110px -35px;}
#nav li.resume a:hover,#nav li.resume a:active,#nav li.resume a:focus {background-position:-195px -35px;}
#nav li.running a:hover,#nav li.running a:active,#nav li.running a:focus {background-position:-275px -35px;}
#nav li.blog a:hover,#nav li.blog a:active,#nav li.blog a:focus {background-position:-360px -35px;}
/* Content Area */

#contentwrap {
	
	width:940px;
	margin-left:auto;
	margin-right:auto;
	padding-left:10px;
	padding-right:10px;
}

#leftcolumn { width:180px; padding-left:15px; padding-right:20px; float:left;}

#leftcolumn .caption {padding-top:5px; color:#fff; font-size:1em;}

#leftcolumn p.caption a {color:#fff; font-size:1em;}

#leftcolumn p.caption a:hover {color:#000; font-size:1em;}

#content { margin-left: 15px; padding-right:35px; width:505px; float:left; padding-top: 10px; text-align:justify;}

#content .entry a {
	text-decoration:underline;
}

#content h3 {font-size:1.6em;}


/* Sidebar */

#sidebar {width:140px; float:left; margin-left:10px; padding-top: 10px;}


/* Portfolio Page Formatting */

.article {margin-top:15px; margin-bottom:15px; clear:both;}

.article img {float:left; margin-right:15px;}

.article p {font-size: 1.4em;}

.article h3 {margin-bottom:0px; font-size:1.4em;}

.article h4 {margin-top: 0px; margin-bottom:5px;}


/* Footer */

#footer{clear: both; padding-top:10px; padding-bottom:10px;}


small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	}


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


/* Calender, Not Used At This Time */

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.post {

	}


.postmetadata {
	clear: both;
}

/* End Structure */



h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}
	
#sidebar ul li a {
	font-size:1.3em;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}


/* End Entry Lists */



/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}


a img {
	border: none;
	}

/* End Various Tags & Classes*/



/* Captions */

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

.entry img {
	border: 1px solid #ddd;
	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 {
	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: 12px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
	
/* End captions */

/* Classes */

div.subscribe {}

div.subscribe a {height:45px; width:165px; background-image: url(img/subscribe.jpg);
	background-repeat: no-repeat;
	text-indent:-9999px; display:block;}
	
div.subscribe a:hover {height:45px; width:165px; background-image: url(img/subscribehover.jpg);
	background-repeat: no-repeat;
	text-indent:-9999px; display:block;}
	
div.contact {}

div.contact a {height:45px; width:165px; background-image: url(img/contactsarah.jpg);
	background-repeat: no-repeat;
	text-indent:-9999px; display:block;}
	
div.contact a:hover {height:45px; width:165px; background-image: url(img/contacthover.jpg);
	background-repeat: no-repeat;
	text-indent:-9999px; display:block;}
	
div.facebook a {height:45px; width:165px; background-image: url(img/facebookicon.jpg);
	background-repeat: no-repeat;
	text-indent:-9999px; display:block;}
	
div.facebook a:hover {height:45px; width:165px; background-image: url(img/facebookiconhover.jpg);
	background-repeat: no-repeat;
	text-indent:-9999px; display:block;}



.clear {clear:both;}

a.email {
	display:block;
	height:35px;
	width:110px;
	background-image: url(img/contact_blog.jpg);
	background-repeat: no-repeat;
	text-indent:-9999px;
}

a:hover.email {
	display:block;
	height:35px;
	width:110px;
	background-image: url(img/contact_blog.jpg);
	background-repeat: no-repeat;
	text-indent:-9999px;
	background-position:0px -35px;
}

.italic {font-style:italic;}

.bold {font-weight:200;}

.entry ul li {font-size:1.4em;}

img#wpstats{visibility:hidden; height:0px;}

/* Search */

#searchform {margin:10px 0; text-align:left;}

#s {width:100px;}
