/*  
Theme Name: Conduit
Theme URI: http://blog.conduitlabs.com/
Description: Conduit Labs Theme
Version: 
Author: Conduit Labs
Author URI: http://www.conduitlabs.com

*/

* {
 	padding: 0;
 	margin: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-family:Georgia, "Times new roman", serif;
}

body {
	font-family: Georgia, "Times new roman", serif;
	color: #333333;
	font-size: 70%;
	background-color: #FFFFFF;
	background-image: url(img/backgroundBody.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}

#header {
 	margin: 0px auto 0px auto;
 	height: 285px;
	width: 855px;
	position: relative;
}
#header #launch_site a {
	display: block;
	height: 150px;
	width: 150px;
	position: absolute;
	right: 0px;
	top: 105px;
}
#header #blog_home a {
	display: block;
	height: 130px;
	width: 630px;
	position: absolute;
	left: 80px;
	top: 110px;
}

#wrapper {
	width: 767px;
	text-align: left;
	margin: 0 auto;
	padding: 20px;
	background-image: url(img/bg_diagnal.gif);
	background-repeat: repeat;
}
#wrapper_inner {
	background-color: #FFFFFF;
	padding: 15px;
}

#footer {
	width: 807px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	text-align: left;
	position: relative;
}
* html #footer {height:92px} /* IE Min-Height Hack */

#footer #hg_bug {
	position: absolute;
	top: -10px;
	right: 0px;
	width: 148px;
	height: 38px;
}


/* -------------------------------------------------------------------------- */


#maincolumn { /* Parent Wrapper for background stretchy image */
 	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
 	width: 732px;
	height: 100%;
}
* html #maincolumn {height:100%} /* IE Min-Height Hack */ 

#maincontent { /* Parent Wrapper for content*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 450px;
	display: block; /* IE Hack */
	float: left;
	display: block;
	height: 100%;
}
* html #maincontent {height:100%} /* IE Min-Height Hack */ 

#topmain { /* wrapper for header */
	margin: 0px 0px 0px 0px;
	display: inline; /* IE Hack */
	width: 732px;
	min-height: 80px;
	float:left;
	border: 1px solid #0000FF;
}
* html #topmain {height:80px} /* IE Min-Height Hack */ 


/* -------------------------------------------------------------------------- */


.introText { /* Wrapper for intro text */
 	margin: 0px 0px 40px 0px;
 	display: inline;
 	float: left;
 	position:relative;
}

.post_wrapper { /* Parent Wrapper for posts */
 	margin: 0px 0px 0px 0px;
 	display: inline;
 	float: left;
 	position:relative;
}

ul.datetime {
	list-style:none;
	background: url("img/dateGraphic.gif") no-repeat 0 0;
	width:48px;
	height:48px;
	float:left;
	text-align:center;
	margin:0 10px 10px 0;
}

li.month {
}
li.daynumber {
}

.posted_in {
	background-color: #F7F6F3;
	padding: 5px 10px 5px 10px;
}

ul.postinfo{
	list-style:none;
	margin-top: 36px;
	margin-bottom: 14px;
}
ul.postinfo li {
	float: left;
	background-color: #FBED23;
}
.posted_in a:link, .posted_in a:visited {
	color: #E3356B;
	text-decoration: underline;
}

ul.text_links {
	list-style: none;
	float: left;
}
ul.text_links li {
	float: left;
        text-decoration: underline;
}
ul.text_links ul.post-categories {
	list-style: none;
}
ul.text_links ul.post-categories li {
	float: none;
}


ul.socials {
	list-style: none;
	float: right;
}
ul.socials li {
	float: left;
}
ul.socials li a {
	display: block;
	width: 21px;
	height: 20px;
	background-repeat: no-repeat;
}
ul.socials a.soc_delicious {
	background-image: url(img/soc_delicious.gif);
}
ul.socials a.soc_digg {
	background-image: url(img/soc_digg.gif);
}
ul.socials a.soc_reddit {
	background-image: url(img/soc_reddit.gif);
}
ul.socials a.soc_google {
	background-image: url(img/soc_google.gif);
}
ul.socials a.soc_stumble {
	background-image: url(img/soc_stumble.gif);
}

li.author {
	display: inline;
}
li.category {
	display: inline;
}

li.comment {
	display: inline;
}

#nav_wrapper {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 250px;
	float: right;
	position:relative;
	display: inline;
}

.clear { 
  clear:both; 
  display: block;
  height: 1px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}


#nav_wrapper ul, #nav_wrapper ul ol {
	margin: 0;
	padding: 0;
}

#nav_wrapper ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 10px;
}

#nav_wrapper ul p, #nav_wrapper ul select {
	margin: 5px 0px 0px 8px;
	}

#nav_wrapper ul ul, #sidebar ul ol {
	margin: -5px 0 0px 0px;
	}

#nav_wrapper ul ul ul, #nav_wrapper ul ol {
	margin: 5px 0px 5px 15px;
	}

ol li, #nav_wrapper ul ol li {
	list-style: decimal outside;
	}

#nav_wrapper ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#nav_wrapper h1, #nav_wrapper h2 {
	font-size: 1.6em;
	font-weight: normal;
	text-transform: lowercase;
	padding-bottom: 10px;
}

.navLinks li#search {
	background-color: #FFFFFF;
}
.navLinks li#search h1 {
	padding-bottom: 0;
}

.navLinks #searchform {
}

.navLinks input#s  {
	border: 1px solid #d1d7cc;
	background: #fdfefe;
	height: 16px;
	padding: 2px 0 2px 4px;
	width: 146px;
	font-family: Arial, Verdana, sans-serif;
	font-size:1.2em;
	color:#032E4E; 
}

.navLinks input#searchsubmit {
	width: 51px;
	height: 32px;
	padding: 0;
	}
	
p img {
	padding: 4px;
	border: 1px solid #d1d7cc;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin: 0 auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 10px 15px;
	display: inline;
	float: right;
	}

img.alignleft {
	padding: 4px;
	margin: 0 15px 10px 0;
	display: inline;
	float: left;
	}
	
.alignright {
	float: right;
	margin-bottom: 20px;
	}

.alignleft {
	float: left;
	margin-bottom: 20px;
	}
	
.navigation {
	display: block;
	width: 400px;
	height: 20px;
	text-align: center;
	margin-bottom: 20px;
	}
	
/* -------------------------------separator image--------------------------------- */
.separator{
	text-align:center;
	height: 20px;
	width: 412px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
}


/* ------------------------------- most typo--------------------------------- */

h2 { 
	font-family: Georgia;
	color:#657050; 
	font-size: 2.5em;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: normal;
}

h2#respond { 
	padding-top: 20px;
	padding-bottom: 10px;
}

h1, h2 { 
	font-family: Georgia;
	font-size: 1.4em;
	color:#E3356B; 
	padding-top: 5px;
}

.introText { 
	font-family: Georgia;
	font-size: 1.4em;
	line-height: 1.6em;
	color:#E3356B;
}

.footerText { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #8A8888; 
	margin: 15px 0px 0px 0px;
}

/* -------------------------------entry--------------------------------- */

.entry { 
	font-family: Georgia;
	font-size: 1.3em;
	line-height: 1.45em;
	color:#000000; 
}

.entry ul li {
	list-style-image: url("img/listbullet.gif");
	list-style-type: square;
	}

.entry ol {
    padding-left: 0px;
	}
		
.entry ol li {
    list-style-type: decimal;
	}
	
.entry ul {
	margin-left: 0;
	padding: 0 0 0 20px;
	list-style-image: url("img/listbullet.gif");
	list-style-type: square;
	text-indent: 0px;
	} 
	
.entry ol {
	margin-left: 5px;
	padding: 0 0 0 30px;
	list-style: decimal;
	text-indent: 0px;
    }
	
.entry li {
	margin: 7px 0 7px 20px;
	padding: 0 0 0 5px;
	}
	
.entry p, .entry ul, .entry ol, .entry div {
	margin-top: 13px;
	margin-right: 0pt;
	margin-bottom: 13px;
	margin-left: 0pt;
}

.entry blockquote {
	margin-top: 13px;
	margin-right: 0pt;
	margin-bottom: 13px;
	margin-left: 20pt;
}

/* ------------------------------end-entry--------------------------------- */


ul.postinfo {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	margin-top: 4px;
}

ul.postinfo a {
	color: #032E4E;
	text-decoration: none;
}

ul.postinfo a:hover {
	color: #2D351B;
	text-decoration: none;
	background: url("img/underline.gif") repeat-x left bottom;
}

.post_wrapper a {
	color: #657050;
	text-decoration: none;
}

.post_wrapper h2 a  {
	color: #E3356B;
	font-size: 2em;
}

.post_wrapper a:hover {
	color: #2D351B;
}

ul.navLinks {
	color: #657050;
	text-decoration: none;
}

ul.navLinks li {
	background-color: #F7F6F3;
	padding-left: 13px;
	padding-bottom: 18px;	
}

ul.navLinks li ul li {
	background-image: url(img/bullet_chevron.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

ul.navLinks a {
	color: #666666;
	font-size: 1.1em;
	text-decoration: none;
	margin-left: 10px;
}

ul.navLinks a:hover  {
	color: #333333;
	background: url("img/underline.gif") repeat-x left bottom;
	padding-bottom: 1px;
}

ul.navLinks li.bookmarks ul li {
	background-image: none;
}

#nav_wrapper ul.navLinks li.bookmarks ul ul {
	margin:0;
	padding:0;
}

ul.navLinks li.bookmarks ul li ul li {
	background-image: none;
}

ul.navLinks li.bookmarks ul li ul li a {
	margin: 0;
	padding: 0;
}

li#blogroll a {
	color: #AEB84D;
	font-weight: bold;
	font-size: 1em;
}

li#events a {
	color: #565753;
	font-weight: bold;
	text-decoration: underline;
	font-size: 1em;
}
li#events ul li {
	margin-bottom: 10px;
}

.navigation {
	color: #657050;
	text-decoration: none;
}

.navigation a {
	color: #657050;
	font-size: 1.1em;
	text-decoration: none;
}

.navigation a:hover  {
	color: #2D351B;
	background: url("img/underline.gif") repeat-x left bottom;
	padding-bottom: 1px;
}


.entry a {
	color: #657050;
	text-decoration: none;
	background-color: #eef2e9;
	background: url("img/underline.gif") repeat-x left bottom;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}

.entry a:hover {
	color: #000;
	background-color: #eef2e9;
	padding-left: 2px;
	padding-right: 2px;
}

.footerText a {
	color: #8A8888;
}

.footerText a:hover {
	color: #2D351B;
}


.shadecolor a { 
	font-family: Georgia;
	font-size: 2.7em;
	font-variant: small-caps;
	color:#62844a; 
	width: 752px;
	margin-left: -376px;
	left: 50%;
	position:absolute;
	padding-top: 38px;
	text-decoration: none;
}

.fillcolor a {
	margin: -1px 0px 0px -1px;
	font-family: Georgia;
	font-size: 2.7em;
	font-variant: small-caps;
	color:white; 
	width: 752px;
	margin-left: -376px;
	left: 50%;
	position:absolute; 
	padding-top: 38px;
	text-decoration: none;
}

/* wp-calendar */

table#wp-calendar a {
	color: #657050;
	font-size: 1.1em;
	background: url("img/underline.gif") repeat-x left bottom;
	text-decoration: none;
	padding-bottom: 2px;
}


li#calendar {
	background-color: #FFFFFF;
}

table#wp-calendar{
	width: 90%;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	line-height: 18px;
}

table#wp-calendar caption{
	padding: 0px 0px 0px 0px;
	text-align:center;
	font-weight: bold;
	color: #82827B;
	font-family: Georgia, "Times New Roman", Times, serif;
}

table#wp-calendar th{
	padding: 2px;
	text-align: center;
	vertical-align: top;
	background: #fdfefe;
	color: #5B5B5B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
}

table#wp-calendar td{
	padding: 3px;
	text-align: right;
	color: #CBCBCB;
	font-weight: bold;
}

table#wp-calendar tfoot td{
	text-align: center;
}

/* end calendar */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	border: 1px solid #d1d7cc;
	background: #fdfefe;
	height: 18px;
	padding: 2px 0 2px 4px;
	font-family: Arial, Verdana, sans-serif;
	font-size:1.2em;
	color:#032E4E; 
}

#commentform textarea {
	width: 95%;
	padding: 2px;
	margin: 5px 0px 5px 0;
	border: 1px solid #d1d7cc;
	background: #fdfefe;
	font-family: Arial, Verdana, sans-serif;
	font-size:1.2em;
	color:#032E4E; 
}

#commentform #submit {
	border: 1px solid #d1d7cc;
	background: #f0f4ef;	
	width: 64px;
	height: 24px;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	vertical-align: bottom;
	font-size:1em;
	text-transform: uppercase;
	color:#718265; 
}

/* Begin Comments*/

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 0px 0px 10px;
	padding: 0px 15px 5px 10px;
	border-top: 1px solid #d1d7cc;
	list-style: none;
	background: #f0f4ef;	
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0px -15px 0px -5px;
	padding: 10px 15px 5px 5px;
	background: #f0f4ef;
	display: block;
	font-family: Arial, Verdana, sans-serif;
	text-transform: uppercase;
	font-size:1em;
	margin-top: 4px;
	color:#718265; 
}

.commentmetadata a {
	color: #032E4E;
	text-decoration: none;
}

.commentmetadata a:hover {
	color: #2D351B;
	text-decoration: none;
	background: url("img/underline.gif") repeat-x left bottom;
}
/* End Comments */

#highlighter {
	background-color: #FBED23;
}

.highlighter {
	background-color: #FBED23;
}

#flickr  {
	width:180px;
margin-top: 10px;
margin-left: -14px;
}
#flickr img {
   float:left;
   margin:0 0px 8px 8px;
   padding:4px;
   width:62px;
   height:62px;
border: solid 1px #d1d7cc;
}
