/*  
Theme Name: Blocked
Theme URI: http://theundersigned.net/
Description: Blockish theme with green, blue and gray colors and dark diagonal striped background. Easy to modify to fit any needs (headerimage, colors etc)
Version: 1.0
Author: The undersigned
Author URI: http://theundersigned.net/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

body {
/*margin:0 auto 0 auto;
background-image:url(pic/bodybg.gif);
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#FFF;
line-height:20px;*/

/*	margin:1em 10%;
*/	padding:0;
	background-color:#fffedf;
	background-image:none;
	text-align:center;
}

body,td {
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	 font-size:11px;	color:#333333;
	}

a:link, a:visited {
color:#369;
}

a:hover {
text-decoration:underline;
}

a.extlink { }   /*works with plugin to id external links*/

#bigwrapper {
position:absolute;
width:920px;
left:50%;
/*margin-left:-460px;
padding:40px 0 40px 0;
*/
margin: 1em auto 1em -460px;
	border-top:#000 solid 10px;
	border-bottom:#000 solid 10px;
	border-left: #000 solid 10px;
	border-right: #000 solid 10px;
}

#header {
	position:relative;
	width:920px;
	height:150px;
	background-color:#000000;
	border-bottom:10px solid #000;
	background-image: url(../../../../img/overmyshoulder02.jpg);
}

#header h1 {
margin:0;
left:40px;
display:block;
color:#FFF;
position:relative;
font-size:40px;
line-height:150px;
}

#header h1 a:link, #header h1 a:visited {
text-decoration:none;
}

#header h1 a:hover {
color:#EEE;
}

#pages {
	z-index:2;
	position:absolute;
	height:20px;
	top:130px;
	left:10px;
	font-size: 1em;
	font-weight: bold;
	background-color: transparent;
	color: #ddd;
}

#pages ul {
list-style:none;
margin:0;
padding:0;
}

#pages ul li a:link, #pages ul li a:visited {
display:block;
float:left;
height:20px;
padding:0 10px 0 10px;
text-decoration:none;
color:#ccc;
}

#pages ul li a:hover {
	color: #FFeeaa;
}

#pages ul li {
display:block;
position:relative;
float:left;
}

#pages .current_page_item a:link, #pages .current_page_item a:visited {
background-color:transparent;
color:#ccc;
}

#wrapper {
width:920px;
position:relative;
float:left;
background-color:#444e59;
color:#333;
/*border-bottom:10px solid #000;
border-left:10px solid #000;
*/}

#maincontent {
	width:610px;
	min-height:270px;
	padding:0 20px 20px 20px;
	float:left;
	background-color:#fff/*85B100*/;
	position:relative;
/*	margin: 2em 1em 1em 2em;*/
border-right:10px solid #000;
}

.post {
	text-align: left;
	line-height:1.8em;
}

.post .postinfo {
position:relative;
font-style:italic;
font-size:10px;
margin-left:1em;
color:#667;
}

.post h2 {
line-height:1em;
font-size:1em;
color:#99a;
margin:2em 0 .5em 0;
}

.post h3 {
line-height:1.2em;
font-size:1.2em;
color:#369;
/*text-transform:uppercase;
*/margin: 1em 0 0 0;
}

.post h3 a:link, .post h3 a:visited {
text-decoration:none;
color:#274F79;
}

.post h3 a:hover {
color:#99a;
}

.thecontent h1 {
line-height:1.2em;
font-size:1.2em;
color:#274F79;
margin:20px 0 -10px 0;
}

.thecontent h2 {
line-height:1.1em;
font-size:1.1em;
color:#274F79;
margin:20px 0 -10px 0;
}

.thecontent h3 {
line-height:1.0em;
font-size:1.0em;
color:#274F79;
margin:20px 0 -10px 0;
text-transform:none;
}

.thecontent h4 {
line-height:.9em;
font-size:1em;
color:#274F79;
margin:20px 0 -10px 0;
text-transform:none;
}

.thecontent h5 {
line-height:.8em;
font-size:.8em;
color:#274F79;
margin:20px 0 -10px 0;
text-transform:none;
}

.thecontent blockquote {
font-style:italic;
margin: 0 1em 0 1em;
padding:.15em 1em;
border-left:8px solid #ccc;
border-right:8px solid #ccc;
display:block;
background-color:#eee;
}


/*SIDEBAR STYLES*/
#sidebar {
	position:relative;
	float:right;
	width:260px;
/*	border: #000 solid 10 px;
	border-width: 0 0 0 10px;
*/	height:100%;
background-color:#444e59;
}

.block {
	position:relative;
	/*background-color:#465B1E;*/
background-color:#444e59;
	color:#fd9;
	padding:10px 0 10px 0;
	border-bottom: #000 solid 10px;
}

.block div {
margin:0;
padding:0;
}

.block h3 {
	margin:0 10px 5px 10px;
	font-size: 1.1em;
}

.block h2 {
	margin:0 10px 5px 10px;
	font-size: 1.3em;
	color:#CCCCdd;
}

.block ul {
list-style:none;
margin:0 10px 0 10px;
padding:0;
text-align:left;
}

.block ul li {
/*padding:.25em 0;
*/line-height:normal;
}

ul.block li.widget {
 list-style-image:none;
 list-style-type:none;
 font-size:12px;
/* line-height:16px;
*/ font-weight:bold;
 padding:6px 2px 4px 2px;
 }
 
ul.block li.widget ul, ul.block li.widget ul li, ul.block li.widget td {
 line-height:normal;
 font-weight:normal;
 }



.block ul li a:link, .block ul li a:visited  {
	color:#39c;
	text-decoration:none;
	border-bottom:1px solid #aa9;
	/*text-indent:5px;
*/display:block;
	position:relative;
/*	min-height:20px;*/
	padding: 4px 0;
}

.dividerbar {
/*margin: 10px 0;
*/border-bottom: #000 solid 10px;
display:block;
width:100%;
}

/*DANDY ID WIDGET STYLES */

#dandyid-services {
margin:10px 0;
border-bottom: #000 solid 10px;
width:100%;
}

 .dandyIDSidebarIdentities table {
 width:245px;
 margin: 0 auto; 
  line-height:normal;
 font-weight:normal;
  	text-align:left;

}

 .dandyIDSidebarIdentities tr {
	border-bottom:1px solid #aa9;
	/*text-indent:5px;
*/display:block;
	position:relative;
/*	min-height:20px;*/
}

 .dandyIDSidebarIdentities tr td a {
	color:#39c;
	text-decoration:none;
	text-align:left;
}

.dandyIDSidebarIdentities table tbody tr td {
padding:0;
	margin:0;
 font-size:12px;
 	text-align:left;
		text-decoration:none;
			border-bottom:1px solid #aa9;
	}
	
	.dandyIDSidebarIdentities tr td {
padding:0;
	margin:0;
 font-size:12px;
 	text-align:left;
		text-decoration:none;
			border-bottom:1px solid #aa9;
	}

	
.dandyIDSidebarIdentities tr td img {
		border:0;
	}
	
	
/* SHELFARI ID WIDGET STYLES */

#ShelfariWidget49155 {
	text-align:left;
	margin: 5px;
}


#ShelfariWidget49155 a {
	color: #5be;
	text-decoration:none;
	text-align:left;
	font-size:11px;
	}
	
	#ShelfariWidget49155 a.title {
	color:#CCCCdd;
	text-decoration:none;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:italic;
	font-weight:lighter;
	}


/*FRIENDFEED WIDGET*/

#sidebar #text-325895181 {
background-color:transparent;
}


#sidebar #text-325895181 .friendfeed {
background-color:#ccb; !important
margin-bottom:0;
padding-bottom:0;
border:0;
}

#sidebar #text-325895181 .friendfeed .feed {
margin:0 0px;
border:0;
padding:0 2px;
background-color:#ccccbb; !important
background:none;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#sidebar #text-325895181 .friendfeed .feed .icon {
/*border-top:1px solid #000;
*/margin-top:0;
padding-top:2px;
}


#sidebar #text-325895181 .friendfeed .feed .entry {
background:none;
display:block;
padding:0 2px;
margin:0 0 0 -12px;
/*border-bottom:1px solid #000;
*/text-indent:0;
}

#sidebar #text-325895181 .friendfeed .feed .entry ul {
/*background-color:#ccb;
*/}

#sidebar #text-325895181 .friendfeed .feed .entry li {
/*display:block;
background-color:#ccb;
*/}

#sidebar #text-325895181 .friendfeed .feed .entry .body  {
padding:0;
display:none;
}

#sidebar #text-325895181 .friendfeed .feed .entry .summary {
/*background-color:#ccb;
*/padding:0;
}

#sidebar #text-325895181 .friendfeed .feed .entry .info {
/*background-color:#ccb;
*/font-size:9px;
text-align:right;
font-style:italic;
padding-bottom:2px;
}

#sidebar #text-325895181 .friendfeed .feed .entry .comments { display: none; 
margin-bottom:0;
}


#sidebar #text-325895181 .friendfeed .bottom {
display:none;
}

#s {
width:230px;
margin-left:20px;
}

.block .button {
width:50px;
margin-left:20px;
}

.block .dropdown {
width:230px;
margin-left:20px;
}

#bottombar {
width:920px;
position:relative;
float:left;
/*background-image:url(pic/bottombarbg.gif);
border-right:10px solid #000;
*/border-top:10px solid #000;
border-bottom:10px solid #000;
background-color:#ccb;
}

#bottomright {
width: 260px;
position:relative;
float:right;
border-left:10px solid #000;
}

#bottomright p {
/*margin:0 20px 20px 20px;
*/}

#bottomright h3, #bottomleft h3 {
margin:10px 10px 5px 10px;
font-size:1.2em;
}

#bottomleft {
width: 630px;
position:relative;
float:left;
}

#bottomleft ul {
list-style:none;
/*margin:0 20px 20px 20px;
*/}

#bottomleft ul li {
text-align:left;
}

#bottomleft ul li a:link, #bottomleft ul li a:visited {
text-decoration:none;
border-bottom:1px solid #FFD;
/*text-indent:5px;
*/display:block;
position:relative;
padding:.5em 0 .5em 0;
/*height:20px;
*/}

#bottomleft ul li a:hover {
border-bottom:1px solid #069;
}

#footer {
width:920px;
height:40px;
position:relative;
float:left;
/*border-left:10px solid #000;
border-right:10px solid #000;
border-bottom:10px solid #000;
*/background-color:#274F79;
}

#footer p {
text-align:center;
margin:0;
padding-top:15px;
font-size:10px;
line-height:10px;
}

.commenteven {
position:relative;
background-color:#ccb;
border-top:2px solid #000;
margin:0;
}

.commentodd {
position:relative;
margin:0;
border-top:2px solid #000;
}

.commentcontent {
padding:20px/* 0 20px 40px*/;
text-align:left;
}

.commentcontent p {
margin:0 1em 0 5px;
text-align:left;
line-height:1.8em;
}

.commentcontent blockquote {
font-style:italic;
margin:0 0 0 25px;
padding-left:7px;
border-left:10px solid #998;
}

.commentinfo {
font-size:10px;
padding-left: 1em 2em;
}

#comment {
width:550px;
}

.flickr-caption, .flickr-yourcomment {
margin:  .25em 0 .5em 1em;
color:#666677;
font-style:italic;
}

