/*
Theme Name: Logic Depths v2
Theme URI: http://www.logicdepths.net/
Description: Logic Depths Blog
Version: 2.0
Author: Randy Cram
Author URI: http://www.logicdepths.net/
Tags: logic, depths, logic depths, v2
*/


/* 1. Reset
---------------------------------------------*/
html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
img, ins, kbd, q, s, samp,
small, strike, strong, 
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 2. Container
---------------------------------------------*/
body {
	font-family: Helvetica, Arial, sans-serif;
	background: #ffffff url(imgs/background.png) repeat-x top left;
	font-family: Trebuchet MS, Verdana, Arial;
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0;
	font-size: 0.69em;
}

html, body {
	height: 100%;
}


#container {
	width: 800px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -125px;

}

/* 3. Branding
---------------------------------------------*/
#branding {
	width: 400px;
	height: 181px;
	float: left;
	background: url(imgs/branding_background.png) no-repeat top left;
}

#branding h1 {
	top: 14px;
	left: -15px;
	z-index: 1;
	width: 400px;
	height: 104px;
	background: url(imgs/branding_h1.png) no-repeat 50% 50%;
}

#branding h1 a {
	position: relative;
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: -500em;
}

/* 4. Live Chat
---------------------------------------------*/
#livechat {
	width: 213px;
	height: 181px;
	float: right;
	text-align: right;
}

.chatbutton {
	margin: 63px 0 0 0;
}


/* 5. Menu
---------------------------------------------*/
#menu {
	margin:0 auto;
	padding:0;
	width:800px;
	height:45px;
	clear: both;
	background:url(imgs/menu_bg.png) repeat-x;
	list-style:none;
}

#menu_left {
	background:url(imgs/menu_bg_left.png) no-repeat top left;
	width: 13px;
	height: 42px;
	float: left;
	clear:both;
}

#menu li {
	margin:0 auto;
	padding:0;
	height: 42px;
	float:left;
	background:none;
}

#menu a {
	font-size:13px;
	padding:0 0 0 10px;
	display:block;
	float:left;
	text-transform: uppercase;
	height: 42px;
	color:#ffffff;
	text-decoration:none;
}

#menu > ul a { width:auto; }

#menu a span {
	float:left;
	display:block; 
	height: 42px;
	padding: 12px 0 0 10px;
}

#menu li a:hover {
	color: #ffffff;
	padding: 0 10px 0 10px;
	background:url(imgs/menu_hover_right.png) no-repeat top right;
}

#menu a:hover span {
	color:#ffffff;
	cursor:pointer;
	font-weight: bold;
	padding: 12px 0 0 10px;
	background:url(imgs/menu_hover_left.png) no-repeat top left;
}

#home { width: 75px; }
#shared { width: 150px; }
#reseller { width: 160px; }
#design { width: 85px; }
#about { width: 100px; }
#support { width: 80px; }
#client { width: 115px; }

#menu_right {
	background:url(imgs/menu_bg_right.png) no-repeat top left;
	width: 13px;
	height: 42px;
	float: right;
}

/* 6. Content
---------------------------------------------*/
#content {
	background: #ffffff url(imgs/content_bg.png) repeat-x top left;
	width: 800px;
	min-height: 200px;
	margin: -3px 0 0 0;
}

#content_wrapper {
	width: 756px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

#content_left {
	width: 452px;
	float: left;
	clear: both;
}

#content_right {
	width: 250px;
	float: right;
}

/* 10. Sidebar
---------------------------------------------*/
#sidebar {
	background:url(imgs/sidebar_top.png) no-repeat top left;
	width: 250px;
	padding: 20px 0 10px 0;
}

#sidebar_bottom {
	background:url(imgs/sidebar_bottom.png) no-repeat bottom left;
	width: 250px;
	height: 10px;
}

.sidebar_title {
	width: 250px;
	height: 39px;
	padding: 10px 0 0 0;
	text-align: center;
	background:url(imgs/sidebar_title.png) no-repeat top left;
}

.sidebar_title h3 {
	color: #06212d;
	text-decoration: none;
	font-size: 1.2em;
}

.sidebar_wrapper {
	margin: 0 10px 25px 10px;
	font-size: 1.1em;
	line-height: 16px;
}

.coupon {
	display: block;
	margin: 10px 0 0 0;
}


/* 11. Sidebar Links
---------------------------------------------*/
#sidebar li {
	margin: 10px 0 0 25px;
	height: 25px;
	border-bottom: 1px solid #c4c4c4;
	list-style-image:url(imgs/page_li.png);
}

#sidebar a, a:visited {
	font-size:1.0em;
	height: 25px;
	color: #469019;
	text-decoration:none;
}

#sidebar > ul a { width:auto; }

#sidebar li a:hover {
	color: #469019;
}


/* 12. Footer
---------------------------------------------*/
#footer {
	background: #ffffff url(imgs/footer_bg.png) repeat-x top left;
	height: 125px;
	clear: both;
}

#footer, .push {
	height: 125px;
}

#footer_wrapper {
	margin: 0 auto;
	padding: 25px 0 0 0;
	width: 800px;
}

#footer_branding {
	width: 390px;
	height: 100px;
	float: left;
}


#footer_branding h1 {
	top: 14px;
	left: -15px;
	z-index: 1;
	width: 390px;
	height: 100px;
	background: url(imgs/footer_branding.png) no-repeat 50% 50%;
}

#footer_branding h1 a {
	position: relative;
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: -500em;
}

#footer_links {
	width: 410px;
	overflow: hidden;
	color: #ffffff;
	line-height: 25px;
	margin: 25px 0 0 0;
	display: block;
	text-align: right;
}

#footer_links a {
	color: #ffffff;
	margin: 0 0 0 5px;
	text-decoration: none;
}

#footer_links a:hover {
	color: #0ca8aa;
}

#copyright {
	width: 400px;
	float: right;
	color: #0f5879;
	display: block;
	text-align: right;
}

/* 12. Post Details
---------------------------------------------*/
h2 {
	font-size: 1.7em;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	line-height: 1.5em;
	}
	
.entry p a:visited {
	color: #b85b5a;
	}

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

p img {
	padding: 0;
	max-width: 100%;
	}
	
.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
}

.postmetadata a, a:visited, a:hover {
	color: #469019;
	text-decoration:none;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

.entry p {
	font-size: 1.03em;
	line-height: 18px;
	}


/* Begin Typography & Colors */
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

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

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

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

.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: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

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

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

a {
	color: #06c;
	text-decoration: none;
	}

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

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

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

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



/* Begin Structure */

.clear {
	clear: both;
}
/* End Structure */



/*	Begin Headers */

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



/* Begin Images */

/*	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 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;
	}
/* 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: 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;
	}

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

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

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

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.commentmetadata a, a:visited, a:hover {
	color: #469019;
	text-decoration:none;
}

/* End Comments */

/* 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;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

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