/*  
Theme Name: ONEREDKEY
Theme URI: http://oneredkey.com/
Description: This is a customized <a href="http://oneredkey.com/">"BLOG"</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: #333333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 15px;
	background-color: #2D2D2D;
	background-image: url(http://www.luntsolarsystems.com/blog/a/bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
h1 {
	font-size:14px;
	font-weight: lighter;
	text-transform: uppercase;
}
h2 {
	font-size:14px;
	font-weight: lighter;
	text-transform: uppercase;
}
h3 {
	font-size:11px;
	font-weight: lighter;
	text-transform: uppercase;
}
a h1, a h2, a h3 {
	color: #84845e;
	}
ul {
	list-style-type: square;
	list-style-position: inside;
	font-size: 11px;
	text-align: left;
}
p {
	font-size: 11px;
	line-height: 16px;
	text-align: left;
}
#sideBarOne ul, #sideBarTwo ul, #controlOne ul,  #controlTwo ul {
	list-style-type: none;
	padding-left: 8px;
	line-height: 18px;
	padding-bottom: 25px;
	text-align: left;
	}
.arelovinglife #container {
	width: 912px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.arelovinglife #mainContent {
	width: 912px;
	float:left;
	background-image: url(http://www.luntsolarsystems.com/blog/a/mainControlAccent-bkg.gif);
	overflow:hidden;
}
.arelovinglife #mainContentBrand {
	width: 912px;
	float:left;
	height: 151px;
	background-image: url(http://www.luntsolarsystems.com/blog/a/branding.jpg);
}
.arelovinglife #sideBarOne {
	width: 207px;
	min-height: 893px;
	float: left;
	background-image: url(http://www.luntsolarsystems.com/blog/a/sideBarOne-bkg.gif);
	background-repeat: no-repeat;
	font-size:12px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
	overflow:hidden;
	color: #101010;
	text-align: left;
}
.arelovinglife #sideBarTwo {
	width: 175px;
	min-height: 893px;
	padding-top: 50px;
	padding-left: 30px;
	padding-right: 15px;
	float: left;
	left: 227px;
	background-image: url(http://www.luntsolarsystems.com/blog/a/sideBarTwo-bkg.gif);
	background-repeat: no-repeat;
	overflow:hidden;
	text-align: left;
}
#headerBar {
	float: right;
	min-height: 100px;
	width: 375px;
	padding-left: 55px;
	padding-right: 35px;
	padding-top: 25px;
	background-image: url(http://www.luntsolarsystems.com/blog/a/headerBar.gif);
	background-repeat: no-repeat;
	overflow-y: hidden;
	vertical-align: bottom;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 10px;
	color: #666666;
	font-style: italic;
}
#headerBar h2 {
	font-size: 12px;
	text-transform: uppercase;
	font-style: normal;
}

#sideBarTwo .textwidget, searchform {
padding-bottom: 25px
}

.arelovinglife #sideBarOne a, .arelovinglife #sideBarTwo a {
	text-decoration:none;
	color:#eee;
	text-align: left;
}
.arelovinglife #sideBarOne a:hover, .arelovinglife #sideBarTwo a:hover {
	text-decoration:underline;
	text-align: left;
}
.arelovinglife #mainBlogArea {
	width: 395px;
	min-height: 700px;
	float: right;
	background-color: #f2f2ee;
	padding-top: 65px;
	padding-right: 35px;
	padding-left: 35px;
}
.arelovinglife #mainControlAccent {
	min-height: 410px;
	background-image: url(http://www.luntsolarsystems.com/blog/a/mainControl-bkg2.gif);
	background-repeat: repeat-y;
	clear: both;
	float: left;
}
.arelovinglife #mainControl {
	width: 912px;
	min-height: 525px;
	background-image: url(http://www.luntsolarsystems.com/blog/a/mainControl-bkg.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	clear: both;
	float: left;
}
.arelovinglife #controlOne {
	float: left;
	width: 190px;
	margin-left: 482px;
	margin-top: 65px;
}
.arelovinglife #controlTwo {
	float: right;
	width: 190px;
	margin-right: 35px;
	margin-top: 65px;
}
.arelovinglife #footer {
	clear: both;
	height: 120px;
	width: 912px;
	font-size: 10px;
}
.arelovinglife #footer a {
	color:#666666;
}
.arelovinglife .blogPost {
	padding-bottom: 55px;
	font-size: 12px;
}
.arelovinglife .blogPost img {
	padding: 3px;
	border: 5px solid #DADADA;
}
.arelovinglife .blogTitle, .arelovinglife .blogTitle a {
	font-size: 15px;
	color: #84845e;
	line-height: 17px;
	text-transform: uppercase;
	text-decoration:none;
}
.arelovinglife .blogTitle {
	border-bottom-style: solid;
	border-bottom-width: thin;
}
.arelovinglife .blogDate, .arelovinglife .blogDate a {
	font-size: 10px;
	color: #84845e;
	padding-top: 5px;
	padding-bottom: 7px;
	text-decoration: none;
}
.arelovinglife .blogCategory, .arelovinglife .blogCategory a {
	font-size: 10px;
	color: #666666;
	padding-bottom: 7px;
	text-decoration: none;
}
.arelovinglife .blogCategory a:hover {
	font-size: 10px;
	color: #84845e;
	padding-bottom: 7px;
	text-decoration: none;
}
.arelovinglife .blogComment, .arelovinglife .blogComment a {
	font-size: 10px;
	color: #84845e;
	text-decoration: none;
	margin-bottom: 21px;
}
.arelovinglife .blogComment a:hover {
	color: #84845e;
	text-decoration: underline;
}
.arelovinglife .blogContent a, .arelovinglife #mainControl a {
	color: #84845e;
	text-decoration: underline;
}
.arelovinglife .blogContent a:hover, .arelovinglife #mainControl a:hover {
	text-decoration: none;
}
.arelovinglife .blogDate a:hover, .arelovinglife .blogTitle a:hover, .arelovinglife .blogCategory a:hover {
	text-decoration:none;
	color: #84845e;
}

/* Begin Typography & Colors */

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
	}

#headerimg 	{ 
	margin: 7px 9px 0; 
	height: 192px; 
	width: 740px; 
	} 

#content {
	font-size: 1.2em
	}

.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: #fffFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #abc7c0;
	border-bottom-color: #abc7c0;
	}

#footer {
	border: none;
	}

small, #searchform {
	font-size: 12px;
	line-height: 1.5em;
	}
	
.post h2 a:hover, .post h3 a:hover {
	font-size: 16px;
	text-transform: uppercase;
	text-decoration:underline;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

.entry p a:visited {
	color: #84845e;
	}

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

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

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

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

h2 a:hover, h3 a:hover {
	font-size: 12px;
	text-transform: uppercase;
	}

a:hover {
	color: #666666;
	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;
	}

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



/* Begin Structure */
#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px; 
	padding: 0; 
	height: 200px; 
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

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

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

#footer {
	padding: 0;
	margin: 0 auto;
	clear: both;
	color: #959595;
	}

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



/*	Begin Headers */

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

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;
	color: #676F49;
	font-size: 12px;
	}

.alignleft {
	float: left;
	color: #687049;
	font-size: 12px;
	}
/* 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 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 {
	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 {
	padding: 5px 3px; 
	text-align: left;	}

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

#searchsubmit {
	padding: 1px;
	margin-top: 5px;
	}

.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 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: 40px;
	font-size: 10px;
	text-transform: uppercase;
	}
/* End Various Tags & Classes*/