/*  
Theme Name: ONEREDKEY
Theme URI: http://oneredkey.com/
Description: This is a <a href="http://oneredkey.com/">"BlogPlusWeb Design"</a>.
Version: 1.0
Author: Ryan Brannen
Author URI: http://oneredkey.com/

	ONEREDKEY v1.0
	 http://oneredkey.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* ONEREDKEY customization */


body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #3d2c0f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #acb389;
	background-image: url(http://www.ryanbrannen.com/blogdemo/assets-flossy/bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.oneredkey #container {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(http://www.ryanbrannen.com/blogdemo/assets-flossy/bkg-left-column.jpg);
	background-repeat: repeat-y;
}
.oneredkey #containerFooter {
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.oneredkey #header-top {
	height: 60px;
	padding: 0px;
} 
.oneredkey #header-pic { 
	height: 365px; 
	padding: 0px;
	border-top-width: 14px;
	border-right-width: 43px;
	border-bottom-width: 14px;
	border-left-width: 43px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
} 
.oneredkey #header-bottom { 
	height: 85px; 
	padding: 0px;
} 
.oneredkey #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneredkey #mainContent { 
} 
.oneredkey #main-blog {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}  
.oneredkey #blog-container {
	background-image: url(http://www.ryanbrannen.com/blogdemo/assets-flossy/main-blog-bkg.gif);
	background-position: 300px;
}   
.oneredkey #content {
	float: right;
	width: 385px;
	padding-right: 45px;
	padding-left: 45px;
	padding-top: 30px;
	background-color: #f8f6e3;
	min-height: 1670px;
	font-size: 11px;
	text-align: center;
	line-height: 18px;
}    
.oneredkey #content em {
	color: #968a4f;
}   
.oneredkey #blog-footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 190px;
} 
.oneredkey #accent {
	padding: 0px;
	margin-top: 1px;
	height: 24px;
	clear: both;
}  
.oneredkey #brandbar { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 135px; 
} 
.oneredkey #footer {
	height: 60px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 99px;
} 
.oneredkey #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2d3712;
	text-align: center;
	height: 30px;
	padding-bottom: 7px;
}

#footer a {
	color: #2d3712;
	text-decoration: underline;
}

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

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.title-date {
	margin-top: 25px;
	background-image: url(http://www.ryanbrannen.com/blogdemo/assets-flossy/date-bkg.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#blog-title {
	width: 405px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3d2c0f;
	text-align: center;
	height: 25px;
}
#blog-date {
	width: 405px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #968A4F;
	text-align: center;
	line-height: 22px;
}
.clearfloat-line {
	height:1px;
	font-size: 1px;
	line-height: 0px;
	padding-bottom: 6px;
}
.cat-com {
	margin-bottom: 45px;
}
#blog-category {
	width: 405px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3d2c0f;
	height: 32px;
	text-align: center;
	font-style: italic;
	line-height: 13px;
}
#blog-comment {
	width: 405px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #968A4F;
	text-align: center;
	height: 30px;
	padding-top: 7px;
}
.logo {
	margin-left: 63px;
}
h1, h1 a, h1 a:visited, h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #1e1901;
	text-transform: uppercase;
	line-height: 26px;
	white-space: nowrap;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
h1 a:hover, h3 a:hover, h3 a:hover {
	text-decoration: underline;
	}

h2 {
	margin-top: 30px;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
} 


/* Sidebar with 2 columns */

     
.oneredkey #sidebar {
	float: left;
	width: 525px;
	background-image: url(http://www.ryanbrannen.com/blogdemo/assets-flossy/bkg-left-column-detail.jpg);
	min-height:1800px;
	color: #100D00;
	background-repeat:no-repeat;
} 

.oneredkey #sidebar #searchform {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: right;
}

.oneredkey #sidebar #searchform input {
	height: 20px;
	background-color: #b5b17c;
	color: #100D00;
	text-align: right;
	border: 1px solid #665d23;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	float: right;
}
.oneredkey #sidebar #searchform div {
	clear: both;
	margin-bottom: 38px;
}


/* Left Column of Sidebar */


.side-column-1 {
	width: 249px;
	padding-right: 44px;
	padding-left: 23px;
	float: left;
	margin-top: -15px;
	text-align: right;
}
.side-column-1 ul li, .side-column-1 ul li a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #1e1901;
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;
	text-transform: uppercase;
	line-height: 20px;
	white-space: nowrap;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.side-column-1 ul li a:hover {
	color: #d4ce98;
	text-decoration: none;
}
.side-column-1 div {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #1e1901;
}
.side-column-1 .textwidget {
	padding-top: 30px;
	margin-left: 20px;
}


/* Right Column of Sidebar */


.side-column-2 {
	width: 168px;
	float: right;
	margin-right: 41px;
	margin-top: 240px;
	text-align: right;
}
.side-column-2 ul li, .side-column-2 ul li a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #231b03;
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;
	text-transform: lowercase;
	line-height: 26px;
	white-space: nowrap;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.side-column-2 ul li a:hover {
	color: #e6dfb6;
	text-decoration: none;
}
.side-column-2 div {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #1e1901;
	font-style: italic;
}
.side-column-2 div a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #1e1901;
	font-style:normal;
}



/* Begin Typography & Colors */


.commentlist li, #commentform input, #commentform textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: left;
	}
#commentform {
	text-align: left;
}

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

#commentform p {
	font-family: Arial, Helvetica, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

a, h2 a:hover, h3 a:hover {
	color: #3d2c0f;
	text-decoration: none;
	}

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

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

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

#wp-calendar caption {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}


/* End Typography & Colors */



/* Begin Structure */


.post hr {
	display: block;
	}

.postmetadata {
	clear: left;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}


/* 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;
	}
.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: 0px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

.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 p, #sidebar ul select {
	margin: 5px 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 {
	
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}

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



/* End Entry Lists */



/* Begin Form Elements */



#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

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

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}



/* End Various Tags & Classes*/