/*  
Theme Name: Custom
Theme URI: http://raffertypendery.com/
Description: The custom WordPress theme for raffertypendery.com.
Author: 
Author URI:

*/



/* Begin Typography & Colors */

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

h2.pagetitle, h2.pagetitle a {
	font-size: 20px;
	font-weight: normal;
	margin-top: 0;
	padding-top: 0;
	}
	
.post h3, .post h3 a {
	font-size: 18px;
	font-weight: normal;
	margin-top: 0;
	padding-top: 0;
}


#wp-calendar caption, cite {
	text-decoration: none;
	}

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

.commentlist li {
	font-weight: bold;
	}

.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;
	}


.commentmetadata {
	font-weight: normal;
	}

.nocomments, blockquote, strike {
	color: #777;
	}

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

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

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

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

#wp-calendar caption {
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	}

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



/* Begin Structure */

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

/* End Structure */



/*	Begin Headers */


h2.pagetitle {
	margin-top: 0;
	text-align: left;
	font-weight: normal;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* 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 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 p, #sidebar ul select {
	margin: 0px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin:0px;
	padding:0px; 
	}

#sidebar #searchform #s {
	width: 140px;
	background: #fff;
	border-style: none;
	color: #3b4145;
	font-size: 11px;
	height: 16px;
	float:left;
	padding:2px 0px 0px 0px; margin:0px;
	}

#sidebar #searchsubmit {
	background: #ea8003;
	border: 1px solid #fff;
	color: #fff;
	height: 18px;
	float:left;
	width:70px;
	font: normal 10px Arial, Helvetica, sans-serif;
	padding:0px; margin:0px;
	}

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

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 0px 5px 0px 0;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}

#commentform textarea {
	width: 98%;
	padding: 2px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}

#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 {
	padding: 3px 0px;
	margin:0px;
	clear:both;
	}

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

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



/* Begin Sidebar */

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



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */

.navigation {
	display: block;
	padding-top: 10px;
	padding-bottom: 40px;
	}
/* End Various Tags & Classes*/


body{padding:0px; margin:0px; background:url(images/bg.gif) repeat top left; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#3b4145; text-shadow:0 0 0 #000}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, dd, dl, dt, form, input{font-weight:normal; padding:0px; margin:0px;}
a img{border:0px}
a{outline:none}
.clearfix{height:0px; font-size:0px; content:'.'; visibility:hidden; display:block; clear:both}

/* Main Containers */
#wrapper{width:100%; height:auto}
#page-holder{width:900px; height:auto; margin:0px auto; padding:0px 1px; background:#ffffff}

/* Header */
#header{width:900px; height:145px; background:#000000 url(images/header-bg.gif) repeat-x top left}
#logo{width:323px; padding:45px 0px 0px 47px; float:left}

/* Top Navigation */
#nav{width:530px; height:52px; padding-top:76px; float:left;}
#nav ul{list-style:none; float:right}
#nav li{width:85px; height:52px; padding-left:2px; background:url(images/nav-bg.gif) no-repeat top left; float:left}
#nav li a{width:75px; height:22px; padding:30px 0px 0px 10px; color:#586066; font-size:12px; display:block; text-decoration:none; font-weight:bold}
#nav li a:hover, #nav li a.selected{color:#ffffff; background:url(images/nav-over.gif) repeat-x top left}

/* Header Image */
#header-img{width:900px; height:215px;}

/* Content Section */
#content-outer{width:900px; height:auto; padding:8px 0px 50px 0px;}
#content-outer:after{height:0px; font-size:0px; content:'.'; visibility:hidden; display:block; clear:both}
/* \*/ * html #content-outer{height:1px} /* */

/* Footer */
#footer{width:900px; height:auto; padding-bottom:6px; text-align:center;}
#footer ul{list-style:none}
#footer li{display:inline; background:url(images/bullet.gif) no-repeat right 5px; padding:0px 16px 0px 13px}
#footer li a{font-size:12px; text-decoration:none; color:#3b4145;}
#footer li a:hover{color:#ea8003}
p.copyright{width:100%; text-align:center; font-size:12px; color:#5c656b; padding:12px 0px 30px}
p.copyright a{color:#5c656b; text-decoration:none}
p.copyright a:hover{color:#ffffff;}

.narrowcolumn{width:605px; height:auto; padding:0px 35px 0px 20px; float:left;}
#sidebar{width:240px; height:auto; float:left; background:#000 url(images/right-col-bg.gif) repeat-y top left;}
#sidebar .top-left{height:11px; font-size:0px; background:url(images/right-top-round.gif) no-repeat top left; padding:0px; margin:0px; display:block}

a{color:#ea8003; text-decoration:none}
a:hover{color:#3b4145;}

h2, h3{font-size:22px; color:#ea8003; padding:4px 0px 25px;}
#sidebar h2{font-size:18px; color:#ea8003; font-weight:normal; padding:0px 11px 0px 11px;}
h2 a, h3 a{color:#ea8003; text-decoration:none}
h2 a:hover, h3 a:hover{color:#3b4145; text-decoration:none}
small{color:#3b4145; font-size:11px;}

p{line-height:19px; padding-bottom:16px;}

#sidebar li{ padding:0px 11px 0px 15px; color:#fff; clear:both; margin-top:0px;}
#sidebar a{color:#fff;}
#sidebar a:hover{color:#ea8003;}
#sidebar .divider{height:6px; width:100%; background:url(images/divider.gif) no-repeat top left; font-size:0px;}