/*
Theme Name: Ryan Estes
Description: Ryan Estes Wordpress Theme.
Version: 1.0
Author: Flosites LLC
Author URI: http://flosites.com
*/



/* Begin Typography & Colors */
body, html {
	font: Georgia, "Times New Roman", Times, serif !important;
	background-color: #FFFFFF;
	margin: 0 0 0 0;
}

a {
	color: #667B48;
	text-decoration: none;
	
	font-size: 12px;
}

a:hover {
	color: #657447;
	text-decoration: underline;
}

h2 {
	font-weight:normal;
	font-size: 18px;
	color: #636466;
	text-transform:uppercase;
	text-align:center;
	
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h2.title {
	padding: 4px 0px 0px 0px;
	margin: 0px;
}

#top {
	background-color: #EFF1EC;
	border-bottom: 1px solid #DFE0DD;
	height: 12px;
	width:100%;
}

#root {
	width: 1068px;
	margin: 0 auto 0 auto;
	height: 100%;
}

#heading {
	width:inherit;
	height: 150px;
}

#logo {
	padding-top: 8px;
	width: 100%;
	height: 110px;
	text-align: center;
}

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

#menu {
	height: 30px;
	margin: 10px auto 10px auto;
	color: #636466;
	text-transform: capitalize;
	text-align:center;
}

.top_bar {
	background: url(img/hr.jpg) left top no-repeat;
	padding-top: 2px;
}

#header {
	background: url(img/bar.jpg) 0px 289px no-repeat;
	width: 1068px;
	
	padding: 0px;
	margin: 0px;
}
.cleariefix {
	height: 0px;
}
#footer {
	background: url(img/bar.jpg) center top no-repeat;
	padding: 16px 0px;
	text-align: left;
}

#footer #search {
	float: left;
	margin-left: 58px;
}

#searchform input,
#search input {
	border: 1px solid #e6e6e6;
	color: #8a8a8a;
	font-family: georgia;
	
	width: 195px;
}

#footer #search input[type=submit] {
	display: none;
}

#archives {
	margin-left: 46px;
	padding: 0px;
	
	font-size: 12px;
}
#archives div {
	width: 40px;
	float: left;
	margin-left: 16px;
	color: #828282;
}
#archives a {
	color: #828282;
	line-height: 32px;
}

#twitter {
	margin-top:0;
	text-align:center;
	height:32px;
	width: auto;
	font-size: 11px;
	text-transform:uppercase;
	color: #636466;
	
	padding-top: 16px;
	
	/* background: url(img/bar.jpg) left top no-repeat; */
}
#twitter span {
	margin-left: 0px !important;
	padding-right: 10px;
	
}
#twitter img {
	margin-right: 4px;
}
#twitter a {
	text-transform: uppercase;
	color: #667b48;
}

#contents {
	width:auto;
	height: auto;
}

#postmetadata {
	clear:both;
	background: url(img/bar.jpg) top center no-repeat;
	text-align:center;
	padding-top: 8px;
	width:auto;
	height: 27px;
	font-size:10px;
	text-transform:uppercase;
	color: #636466;
	letter-spacing: 1.5px;
}

.entry {
	font-size:12px;
	color: #828282;
	width: 940px;
	margin: 15px auto 25px auto;
	line-height: 16px;
}


#bottom {
	background-color: #EFF1EC;
	border-top: 1px solid #DFE0DD;
	height: 25px;
	width:100%;
	
	color: #b0b0b0;
	
	font-size:11px;
}

#copyright {
	width: 932px;
	margin: 0 auto 0 auto;
	text-transform: uppercase;
}
.left { 	
	float: left;
	margin-left: 25px;
	margin-top:5px;
}
.right { 
	float: right;
	margin-right: 25px;
	margin-top:5px;
}

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

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

#wp-calendar caption {
	font: bold 1.3em "Georgia", Times, serif;
	text-align: center;
	}

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



/* Begin Structure */



.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin-bottom: 16px !important;
	text-align: justify;
}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}


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

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



.clear {
	clear: both;
}


/* End Structure */






/* 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 Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}



select {
	width: 130px;
	}

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

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */

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

div.contact_mcbox,
div.send_mcbox,
div.permalink_mcbox,
div.add_comment_mcbox,
div.mcbox {
	background: url(img/bar.jpg) 0px 24px no-repeat;
	
	padding-top: 2px;
}
div.contact_cbox,
div.send_cbox,
div.permalink_cbox,
div.add_comment_cbox,
div.cbox {
	background-image: url(img/bar_bottom.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	
	padding-bottom: 2px;
}

div.send_cbox {
	padding-left: 200px;
	padding-right: 200px;
	padding-top: 32px;
}
div.send_cbox input[type=submit] {
	float: right;
	margin-top: 8px;
}

div.permalink_cbox {
	height: 64px;
	text-align: center;
	padding-top: 64px;
	color: #8a8a8a;
}

div.add_comment_cbox {
	padding: 0px 200px;
}

#contact_form input,
#contact_form textarea,
div.send_cbox input,
div.send_cbox textarea,
div.add_comment_mcbox input,
div.add_comment_mcbox textarea {
	border: 1px solid #8a8a8a;
	color: #8a8a8a;
}

div.send_cbox input[type=text],
div.add_comment_cbox input[type=text] {
	float: left;
	width: 240px !important;
	margin-bottom: 8px !important;
}

div.send_cbox textarea,
div.add_comment_cbox textarea {
	float: right;
	width: 400px !important;
	height: 122px !important;
}

#contact_form input[type=submit],
div.send_cbox input[type=submit],
div.add_comment_cbox input[type=submit] {
	border: none;
	background: none;
	width: auto;
	cursor: pointer;
}

#contact_form {
	margin-left: auto;
	margin-right: auto;

	padding-top: 32px;
	padding-bottom: 8px;
	
	width: 400px;
	
	text-align: left;
	
	font-size: 13px;
	color: #8a8a8a;
}

#contact_form input[type=text],
#contact_form textarea {
	width: 400px;
}
#contact_form textarea {
	height: 100px !important;
}

.opener {
	margin-top: 8px;
	cursor: pointer;
}

.commentslist {
	font-size: 12px;
	color: #8a8a8a;
}
.commentslist li {
	list-style: none;
	margin-left: 64px;
	margin-right: 64px;
	margin-bottom: 6px;
}
.commentslist li .date {
	margin-left: 16px;
	font-size: 11px;
	color: #c7c7c7;
}

.commentslist li .author {
	text-transform: uppercase;
}

.com_top_links {
	text-align: center;
}
.com_top_links a {
	text-transform: uppercase;
	color: #8a8a8a;
	font-size: 12px;
	margin: 0px 16px;
}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	margin: 20px 0 20px 0;
	float: left;
	width: 100%;
	
	}

#sidebar form {
	margin: 0;
	}
/* 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 */
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;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	
	margin-top: 10px;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	
	width: 946px;
}
/* End Various Tags & Classes*/



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


/* "Simplicity is an art" - Leonardo Da Vinci */


#twitter ul,
#twitter li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

.cbox,
.respond,
.permalink_mcbox,
.send_mcbox {
	display: none;
}

/* Setting up the menu */
#menu {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;

	width: 611px;
	height: 100px;
}

#menu a {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	
	color: #8a8a8a;
}

#menu a:hover {
	/* background: url(../images/menu-item-hover.png) left top repeat-x; */
}

#menu ul {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	list-style-type: none;
}

#menu ul li {
	float: left;
	display: inline;
	position: relative;
}

#menu ul li a {
	display: block;
	padding: 8px 16px;

	height: 16px;
}

#menu ul li div {
	width: 1px;
	height: 12px;
	background-color: white;
	position: absolute;
	right: 0px;
	top: 12px;
}

#menu ul li a.first {
	margin-left: 60px;
}
#menu ul li a.last {
}

#menu ul li ul {
	position: absolute;
	left: 11px;
	top: 21px;
	display: none;
	margin-top: 8px;
	
	z-index: 999;
	/* visibility: hidden; */
}

#menu ul li ul li {
	float: none;
	display: list-item;
	
	padding: 1px 0px;
	
	text-align: left;
	
	border-top: 1px;
	border-right: 0px;
	border-bottom: 1px;
	border-left: 0px;
	border-color: #ACACAC;
	
	background: url(img/white_transparent_64.png);
}

#menu ul li ul li a {
	padding: 2px 4px;
	width: 120px;
	
	border-style: none;
	
	text-transform: uppercase;
	
	display: block;
	
}

#menu ul li ul li a:hover {
	text-decoration: none;
	background: none;
	color: gray;
}
#menu ul li ul li:hover {
	padding: 0px;
	
	border-style: solid;
	background-color: white;
}
/* End of Setting up the menu */

.menu_links ul li {
	width: 180px !important;
}
.menu_links ul li a {
	width: 176px !important;
}

.pagetitle {
	width: 100%;
	margin: 0px;
}

a.link_rss img {
	display: inline;
}

#content {
	margin-left: auto;
	margin-right: auto;
	
	width: 942px;
}