/*
Theme Name: Three Column Blue
Theme URI: http://www.7879designs.com/downloads/free-wordpress-theme-threecolumnsblue/
Description: The Three Column Blue WordPress Theme.
Version: 1.1
Author: 7879 Designs
Author URI: http://7879designs.com/
Tags: white, blue, fixed width, three columns, widgets


Eric Meyers Reloaded CSS Reset

http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/

*/

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: helvetica, arial, sans-serif;
	vertical-align: baseline;
	}

/* remember to define focus styles! */
:focus {
	outline: 0;
	}

body {
	line-height: 1;
	color: black;
	background: white;
	font-size: 11px;
	}

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: "" "";
	}

/* Font Controls*/	

#headertext h1 {
	font-size: 3em;
	font-weight: normal;
}

h2 {
	color: #999;
	font-size: 14px;
	margin-bottom: 8px;
	font-weight: bold;
}

.post h2 {
	
	color: #f58026;
	font-size: 20px;
	line-height: 28px;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
}



h3 {
	color: #282923;
	font-size: 1em;
	font-weight: bold;
	margin: 30px 0 8px 0;
}

h3#comments {
	margin-bottom: 20px;
}

p {
	font-size: 1em;
	margin-bottom: 14px;
}

p.description {
	color: #0095d3;
}

p.wp-caption-text {
	background-color: #c7e6f3;
	padding: 2px 6px 2px 6px;
	width: 80%;
}

blockquote {
	background-image: url(images/blockquote.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-left: 20px;
}

a, a:visited {
	color: #f58026;
}

a:hover {
	color: #fff;
	background-color: #f58026;
	text-decoration: none;
}

.post a img:hover {

	background: transparent;
}

#headertext h1 a, #headertext h1 a:hover, #headertext h1 a:visited, .post h2 a, .post h2 a:visited, .post h3 a, .post h3 a:visited {
	background-color: transparent;
	color: #f58026;
	text-decoration: none;
	padding: 0;
}

.post h2 a:hover, h3 a:hover {
	color: #fff;
	background-color: #f58026;
}

/* Structures Controls */

body {
	text-align: center;
	background: url(images/background_strip.jpg) repeat-y;
	background-position: center;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background: url(images/page_strip.jpg) repeat-y;
}

#header {
	background: #fff;
	border-top: 10px solid #e3e2e3;
	height: 190px;
	width: 100%;
}
		
#headertext {
	margin: 20px 0 0 20px;
	padding-top: 90px;
}

#contentleft {
	float: left;
	width: 378px;
	margin: 0px 20px 10px 9px;
	border-left: 1px solid #f58026;
}

.post {
	margin-bottom: 100px;
}

#comments_section {
	margin-left: 20px;
	
}

.left_margin_wide {

	margin-left: 20px;
}

.entry {
	padding-top: 5px;
	padding-left: 20px;
	line-height: 18px;
}

.post ul, .post ol {
	line-height: 180%;
	margin-bottom: 14px;
	margin-left: 30px;
}

.post ul {
	list-style-image: url(images/bullet.jpg);
}

.post ol {
	list-style: decimal;
}

.post ul.children {
	font-size: 0.8em;
}

.navigation {
	display: block;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.navigation a {
	background-color: #282923;
	color: #fff;
	padding: 4px;
	text-decoration: none;
}
	
.navigation a:hover {
	background-color: #f58026;
	color: #fff;	
	text-decoration: none;
}

.post img.alignleft {
	float: left;
	margin-right: 10px;
}	

a:hover img {
	background-color: transparent;
}

.post img {
	margin: 10px 0 10px 0;
	padding: 0;
}

/* sidebar controls */

#sidebar {
	float: right;
}

#sidebarleft, #sidebarright {
	background-color: #f9f9f9;
	float: left;
	width: 185px;
	margin: 0 10px 10px 0px;
	border-left: 1px solid #cccccc;
}
		
#sidebarleft ul li a, #sidebarright ul li a, #footer ul li a {
	display: block;
	color: #f58026;
	margin: 0px;
	padding: 10px 0px 10px 10px;
	border-bottom: 1px solid #e1e1e1;
	}
	
#sidebarleft ul li a:hover, #sidebarright ul li a:hover {

	color: #fff;
}
	

#sidebarright ul li.rssfeed a:hover {
	background: #f58026;
	color: #fff;
}

ul li a:hover {
	background: #f58026;
	color: #fff;
	}
	
ul li h2 {
	font-size: 14px;
	font-weight:bold;
	height: 20px;
	margin-bottom: 0;
	padding: 20px 0 0 10px; 
	border-bottom: 1px solid #cccccc;
	}
	
#sm_icons {
	font-size: 14px;
	font-weight:bold;
	height: 32px;
	margin-bottom: 0;
	padding: 8px 0 0 10px; 
	border-bottom: 1px solid #cccccc;
}

#sidebarright #sm_icons a {

	display: inline;
	margin: 0;
	padding: 0 2px 0 0;
	height: auto;
	width: auto;
	border: none;
}

#sidebarright #sm_icons a:hover {

	background: none;
}

.border_bottom {
	
	border-bottom: 1px solid #e1e1e1;

}

#upper_nav {
	
	float: right;
	text-align: right;
	margin: 30px 10px 0 0;
	line-height: 2em;
}
	
/* footer controls */

#footer {
	
	border-top: 1px solid #f58026;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	height: 28px;
	margin-left: 9px;
	margin-right: 10px;
}

#footer .fltrt {

	border-left: 1px solid #cccccc;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	text-align: right;
	width: 100px;
}

#footer .fltlt {

	border-right: 1px solid #cccccc;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	text-align: left;
	width: 100px;
}

#footer .tagline {

	font-weight: bold;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

#footer .tagline a

{
	text-decoration: none;


}

#footer_outer {
	
	clear: both;
	background: #fff;
	height: 40px;
	padding-top: 10px;

}

/* search controls */

input#searchsubmit, input#searchsubmit_a, #commentform input#submit {
	border: 0;
}

input#searchsubmit:hover, input#searchsubmit_a:hover, #commentform input#submit:hover {
   cursor: auto;
}

#search-3, #search_a {
	
	border: 1px solid #f58026;
	padding: 1px;
	width: 170px;
	height: 20px;
}

#search_a {

	margin-left: 20px;
}

#s, #s_a {
	height: 18px;
	width: 150px;
	border: none;
	padding: 0;
	margin: 0;
	float: left;
	
}

#searchsubmit, #searchsubmit_a {

	width: 20px;
	height: 20px;
	border: none;
	background: url(images/search_icon.jpg);
	margin: 0;
	padding: 0;
	float: right;

}

/*tag controls*/

div.tags {
	margin-top: 20px;
	margin-bottom: 30px;
	display: block;
	float: clear;
}	

div.tags a {
	padding: 2px;
	text-decoration: none;
	line-height: 200%;
}	

div.tags a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #f58026;	
}	

#contentleft h2.pagetitle{
	margin-left: 20px;

}

/* comments control*/
.alt {
	margin: 0;
	}

ol.commentlist {
	padding: 0;
	margin-bottom: 30px;
	padding-left: 10px;
	background: #f9f9f9;
	}
	
ol.commentlist li { 
	font-size: 1em;
	padding: 1em 10px 1em 0; 
	margin: 0; 
	clear: both; 
	background: none; 
	border-bottom: 1px solid #e1e1e1; 
	list-style: none;
	}
	
img.avatar {
	float: left;
	margin: 4px 10px 0 0;
}

form#commentform {
	margin-bottom: 50px;
	
}	

textarea {

	width: 356px;

}

/* img controls */	
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.jhp_logo {

	padding-top: 30px;
	padding-left: 30px;
	float: left;
}

.entry small 

{
	padding-bottom: 24px;
	line-height: 14px;
	font-size: 10px;
	font-weight: bold;
	color: #999;
	text-transform: none;
	display: block;
}

.post_top 

{
	border-bottom: 1px solid #f58026;
	padding-left: 20px;
	padding-bottom: 9px;
	padding-top: 8px;

}

.column_header {

	background: #fff;
	height: 45px;
	border-bottom: 1px solid #ccc;
}

.column_header h1 {

	font-size: 16px;
	color: #999;
	font-weight: normal;
	padding-top: 15px;
	padding-left: 10px;
	margin: 0;

}



select {

	margin: 10px 0 0 10px;
	width: 160px;

}

li #twitter_div li a {

	display: inline;
	padding: 0;
	margin: 0;
	border: none;
}

li #twitter_div li {

	display: block;
	padding: 10px;
	border-bottom: 1px solid #e1e1e1;
}

#archives-4, #categories-4 {
	
	padding-bottom: 10px;
	border-bottom: 1px solid #e1e1e1;
}

.fltlt {

	float: left;
}

.fltrt {

	float: right;
}

/* FB Fan Rev 2 */

.fan_box
.full_widget 
.connect_top {
	border: none;
	background-color: #f9f9f9;
}
.fan_box
.full_widget {
	border: none;
}
.connect_top a {
	color: #f58026;
}
.connect_top a:hover {
	color: #fff;
	background: #f58026;	
}
.fan_box
.connections {
	background-color: #f9f9f9;
	border: none;
	color: #000000;
}
.fan_box
.connections_grid
.grid_item
.name {
	color: #000000; 
}
