/*  
Theme Name: SamaBlog
Theme URI: http://samablog.robsama.com/
Description: The theme of the one and only samablog.
Version: 2.0
Author: Wordman
Author URI: http://asteroid.divnull.com/

*/

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #2a517f url('images/sb_bg.png');
	color: #333;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

#header {
	margin-left: 30px;
	height: 244px;	
}

#banner {
	position: absolute;
	top: 105px;
	left: 0px;
	height: 129px;
	width: 100%;
	border-top: solid 1px #D35500;
	border-bottom: solid 1px #D35500;
}

#innerbanner {
	position: relative;
	top: 3px;
	left: 0px;
	bottom: 3px;
	right: 0px;
	height: 121px;
	border-top: solid 1px #D7EBF5;
	border-bottom: solid 1px #D7EBF5;
}


#headerimg {
	position: absolute;
	top: 8px;
	left: 29px;
}

#since {
	position: absolute;
	top: 0px;
	right: 0px;
}

#description {
	position: absolute;
	bottom: 0px;
	right: 3px;
}

#boxes {
	position: absolute;
	top: 157px;
	left: 2px;
	height: 9x;
	width: 100%;
	z-index: 900;
	background: url('images/hr.png') repeat-x;
}

#ad-leaderboard {
	height: 90px;
	width: 100%;
	text-align: center;
}

#ad-leaderboard table {
	margin-left: auto;
	margin-right: auto;
}

div.narrowcolumn {
	margin-right: 212px;
}
	
div.post {
	color: #00214f;
	text-align:justify;
	font-size:9pt;
	margin-bottom: 8px;
}

div.post h2 {
	margin-top: 0px;
}

h2.pagetitle {
	color: white;
}

p.timestamp {
	font-size: 8pt;
}

p.postmetadata {
	margin-bottom: 0px;
	font-size: 8pt;
}
	
div.comments {
	margin-left: 30px;
	margin-right: 212px;
	color: white;
}

div.comment {
	color: #00214f;
	text-align: left;
}
	
table.content {
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
}

blockquote {
	background: #D7EBF5 none repeat scroll 0%;
	border:5px solid #B7CBD5;
	color: #143a69;
	font-size:9pt;
	line-height:11pt;
	margin-left:17px;
	margin-right:15px;
	padding:2px 10px 2px 10px;
	text-align:justify;
}
	
td.boxtl {
	padding: 0px;
	width: 17px;
	height: 13px;
	background: url('images/box_white_shadow_tl.png') no-repeat;
}	

td.boxt {
	height: 3px;
	background: url('images/box_white_shadow_t.png') repeat-x;
}	

td.boxtr {
	width: 17px;
	height: 13px;
	background: url('images/box_white_shadow_tr.png') no-repeat;
}	

td.boxl {
	width: 17px;
	background: url('images/box_white_shadow_l.png') repeat-y;
}

td.boxc {
	background: white;
	padding: 3px;
}

td.boxr {
	width: 17px;
	background: url('images/box_white_shadow_r.png') repeat-y;
}	

td.boxbl {
	width: 17px;
	height: 19px;
	background: url('images/box_white_shadow_bl.png') no-repeat;
}	

td.boxb {
	height: 19px;
	background: url('images/box_white_shadow_b.png') repeat-x;
}	

td.boxbr {
	width: 17px;
	height: 19px;
	background: url('images/box_white_shadow_br.png') no-repeat;
}

td.sideboxtl {
	padding: 0px;
	width: 17px;
	height: 13px;
	background: url('images/box_sky_shadow_tl.png') no-repeat;
}	

td.sideboxt {
	height: 3px;
	background: url('images/box_sky_shadow_t.png') repeat-x;
}	

td.sideboxtr {
	width: 17px;
	height: 13px;
	background: url('images/box_sky_shadow_tr.png') no-repeat;
}	

td.sideboxl {
	width: 17px;
	background: url('images/box_sky_shadow_l.png') repeat-y;
}

td.sideboxc {
	background: #D7EBF5;
}

td.sideboxr {
	width: 17px;
	background: url('images/box_sky_shadow_r.png') repeat-y;
}	

td.sideboxbl {
	width: 17px;
	height: 19px;
	background: url('images/box_sky_shadow_bl.png') no-repeat;
}	

td.sideboxb {
	height: 19px;
	background: url('images/box_sky_shadow_b.png') repeat-x;
}	

td.sideboxbr {
	width: 17px;
	height: 19px;
	background: url('images/box_sky_shadow_br.png') no-repeat;
}

#sidebar {
	position: absolute;
	top: 300px;
	right: 15px;
	width: 210px;
}

#sidebar a, div.comment a {
	color: #D35500;
	text-decoration: none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	text-align: left;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

h2.widgettitle {
	color: #2a517f;
	font-size:10pt;
}

table.widget {
	margin-bottom: 8px;
	width: 100%;
}

div.navigation, div.navigation a {
	color: white;
}

#footer {
	margin-left: 30px;
	margin-right: 30px;
	color: white;
}

#footer a, div.comments a {
	color: white;
}

div.post a, div.comment a {
	color: #D35500;
	text-decoration: none;
}

#commentbox {
	color: #00214f;
	margin-right:212px;
	text-align: left;
}

#commentbox td.sideboxc {
	padding: 4px 8px 4px 4px;
}

#commentbox textarea {
	width: 100%;
}
