/*
Theme Name: 130public Blogs
Theme URI: http://labs.130public.net/
Description: The default 130public Blog structure.
Version: 1.6
Author: Jason Geiger
Author URI: http://130public.net/
Tags: blue, custom header, fixed width, two columns, widgets

*/

/****************************************|STRUCTURE|****************************************/
html,body {
	margin:0;
	padding:0;
	word-wrap:break-word;
	border:0;
	height: 100%;
}
html { overflow: auto; }
body {
	font: normal normal 11px/18px Arial, Helvetica, sans-serif;
	color: #111111;
}
#page {
	margin: 0 0 0 60px;
	padding: 0;
	width: 1070px;
}
#header {
	border-top: 11px solid #004bc9;
	float: left;
	width: 160px;
}
#sidebar {
	border-top: 11px solid #004bc9;
	margin: 0 0 0 200px;
	width: 150px;
}
#content {
	border-top: 11px solid #004bc9;
	float: right;
	width: 650px;
}
.section_head {
	margin: 0 0 18px;
	padding: 0 0 0;
	border-bottom: 1px solid #004bc9;
}
.section_head h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 18px;
}
/****************************************|TYPOGRAPHY|****************************************/
h2 {
	margin: 0 0 18px;
	padding: 0;
}
p, li {
	margin: 0;
	padding: 0;
	line-height: 18px;
}
a, a:visited { text-decoration: none; color: #004bc9; }
a:hover { text-decoration: underline; color: #333333; }
/****************************************|HEADER|****************************************/
#header h1 {
	display: block;
	margin: 21px 0;
	padding: 0;
	height: 30px;
	width: 160px;
}
#header h1 a {
	display: block;
	text-indent: -999em;
	height: 30px;
	width: 160px;
	background: url(images/logo.gif) 0 0 no-repeat;
}
#header .description { padding-top: 36px; }
#top_link { position: fixed; top:0; left: 0; height: 11px; }
#top_link a { display: block; padding: 0 5px; height: 11px; background: #e8e8e8; color:#FFFFFF; text-decoration: none; font-size: 8px; line-height: 11px;}
#top_link a:hover { background: #004bc9;}
/****************************************|SIDEBAR|****************************************/
#sidebar h2 {
	margin: 18px 0;
}
#header ul, #sidebar ul { margin:0; padding:0; }
#header li, #sidebar li { margin:0; padding:0; list-style:none; }

/****************************************|POSTS|****************************************/
.post {
	position: relative;
	margin: 0 0 32px;
	width: 550px;
}
.post h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 18px;
	color: #004bc9;
}
.post .entry {
	padding: 18px 0 0;
}
.post .entry p {
	margin: 0 0 18px;
	padding: 0;
}
.post p.as_seen_on {
	position: absolute;
	top: 0;
	right: 0; 
	margin: 0;
	padding: 0;
	font-style: italic;
	color: #CCC;
}
.post p.as_seen_on a {
	color: #CCC;
}
.post p.as_seen_on a:hover {
	color: #004bc9;
}
.post .postmetadata {
	color: #999999;
	border-bottom: 1px dotted #666;
}
.post .postmetadata a, .post .postmetadata a:hover, .post .postmetadata a:visited {
	color: #666666;
}
#respond, #respond textarea {
	width: 550px;
}
/****************************************|FOOTER|****************************************/
.navigation {
	width: 550px;
}
.navigation a { 
	display: block;
	padding: 2px 6px;
	color: #e8e8e8;
	background: #004bc9;
}
.navigation a:hover { 
	color: #FFFFFF;
}
/****************************************|FOOTER|****************************************/
#footer {
	margin: 40px 0 0 470px;
	padding: 18px 0;
	width: 650px;
	border-top: 1px solid #004bc9;
}
div.search {
	float: left;
}
div.copyright {
	float: right;
}
div.copyright_cont {
	margin-top: 18px;
	text-align: center;
}
div.copyright_cont em, div.copyright_cont em a {
	color: #b0b0b0;
}
/****************************************|ALIGN|****************************************/
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;
	}
/****************************************|ALWAYS|****************************************/
img { border: 0; }
.section_break { display:none; }
label.hidden { display: none; }
/****************************************|FIXES (browser & structure)|****************************************/
.clear {
	clear:both;
	font-size:0px;
	height:1px;
	line-height:1%;
	margin-bottom:-1px;
	overflow:hidden;
}


a, a:visited, a:hover, a:active, a:focus {
  -moz-outline-style: none;
}
object { outline: none; }