/* meyer global reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
a:focus{-moz-outline-style: none;}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background:url(site_assets/img/layout/background.jpg) -400px -100px no-repeat #060709;
	color:#b0a8a8;
	height:100%;
	font-size: 13px;
	}



#content {
	width:648px;
	float:left;
	margin-left:20px;
	padding:0 30px 30px 30px;	
	background:#000;
	line-height:1.4em;
	}
	
#content p{ padding:8px 0 3px 0;}

#hme_recent_posts{
	float:right; 
	margin: 10px 0 10px 0; 
	width: 694px; 
	background:url(site_assets/img/layout/recent_banner_bg.jpg) repeat-x; 
	padding:21px 0 10px 15px; 		
}

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

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

.widecolumn {
	line-height: 1.6em;
	}


.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

}


small {
	line-height: 1.5em;
	}



h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea { background:#000;	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

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

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

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {

	}

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

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

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

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

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


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



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	margin: 20px auto;
	padding: 0;
	width: 960px;
	}

#header { margin: 10px 0 12px 0; height: 141px; width: 960px; background: url(site_assets/img/layout/header.jpg) 246px 0px no-repeat; }


#header_banner { 
	float:right; 
	margin: 0 0 10px 0; 
	height: 306px; 
	width: 694px; 
	background:url(site_assets/img/layout/header_banner_bg.jpg) repeat-x; 
	padding:21px 0 0 15px; 
	}
#blog_banner_height {	
	float:right; 
	margin: 0 0 10px 0; 
	height: 306px; 
	width: 694px; 
	background:url(site_assets/img/layout/header_banner_bg.jpg) repeat-x; 
	padding:21px 0 0 15px; 
	}

.fleft{float:left;}
.fright{float:right;}

.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: 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 {
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 20px 0 0 30px;
	margin: 0 auto;
	width: 960px;
	clear: both;
	vertical-align:top;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	color:#666;
	font-size:11px;
	}
	
.footernavlink{color:#55617a; text-decoration:none; padding-left:7px;}
.footernavlink:hover{color:#6c7c9c;text-decoration:none;padding-left:7px;}
/* End Structure */



/*	Begin Headers */
h1 {margin:20px 0 15px 0;}
h2 {margin: 10px 0 10px 0;}
.video_title_small {margin: 10px 0 10px 0;}

/* End Headers */



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

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

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

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

#sidebar #searchsubmit {
	padding: 1px;
	}

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

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 10px;
	margin: 5px 5px 1px 0;
	background:#181c22;
	border:none;
	font-size:11px;	
	color:#ccc;
	}

#commentform {
	margin: 5px 10px 0 0;

	}
#commentform textarea {
	margin-top:20px;
	width: 100%;
	padding: 10px;
	color:#ccc;
	background:#181c22;
	border:none;
	font-size:11px;	
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
	

form {padding:0px;	font-size: 11px; }


.form_label {
	width:467px;
	height:24px;
	display:block;
	padding-left:16px;
	padding-top:4px;
	border:none;
}

fieldset, input, textarea {
	 border:none;
	 padding:5px;
	 color:#ccc;
}

input {
	border-top:1px solid #28303c;
	border-left:1px solid #28303c;
	border-right:1px solid #040405;
	border-bottom:1px solid #040405;;
	background: #191e26;

}

textarea {
	border-top:1px solid #28303c;
	border-left:1px solid #28303c;
	border-right:1px solid #040405;
	border-bottom:1px solid #040405;;
	background: #191e26;
	width:400px;
	overflow:auto;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Sans-Serif;
	font-size: 11px;
}

input:hover, textarea:hover {
	background: #1b212b;
}

input.ContactSubmit {
	padding:5px;
	background:#333;
	text-align:center;
	cursor: pointer;
	font-size:10px;
	color:#fff;
}

input.ContactSubmit:hover {
	background:#666;
	color:#fff;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 0;
	color:#658ba8;
	}

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

.commentlist li {
	margin: 0 0 10px;
	padding: 0 5px 10px 10px;
	list-style: none;
background:#000;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	background:#000;
}

.commentlist p {
	margin: 0 5px 10px 0;
	background:#000;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

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

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



/* Begin Sidebar */
#sidebar { width:230px;float:left; top:141px; }


#sidebar #side_menu a, #sidebar #side_categories a {font:11px; color:#b1b1b1;}

#sidebar #side_menu a:hover, #sidebar #side_categories a:hover { color:#f8faff; text-decoration:none; width:100px;}

#sidebar #side_menu ul {padding-left:36px;list-style:none; padding-bottom:10px;}
#sidebar #side_menu ul li, #side_categories ul li {margin:0; padding:15px 0 0 0; }

#sidebar #side_menu ul li ul li { border-left:solid 2px #00aff2; margin-left:-10px; padding-left:10px; padding-top:0; padding-bottom:8px;}


#sidebar #side_menu ul li ul {padding-top:0;margin-top:15px;}

#sidebar #side_video, #sidebar #side_facebook, #sidebar #side_categories  { margin-top:20px;background:url(site_assets/img/layout/nav_bg.jpg) repeat;padding-left:20px;padding-bottom:25px;padding-top:10px;}

#side_video { height:210px;}



/* 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 */
	}
/* 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;
	}
/* 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 {
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
