/* andreas03 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com .
Free to use for any purpose as long as the proper credits are given to the original author.


Screen layout: */

body{
margin:0;
padding:30px 0;
font-family:tahoma,verdana,sans-serif;
font-size: 0.8em;
background:#047 url(/img/3bodybg.png) repeat-x fixed;
color:#222;
}

#thetop{
margin:0;
}

#container{
width:720px;
margin:0 auto;
padding:20px 20px 0 20px;
background:#fff url(/img/3contbg.png) no-repeat;
color:#222;
}

a{
text-decoration:none;
background-color:inherit;
color:#26c;
}

a:hover{
text-decoration:underline;
}

a img{
border:0;
}

p{
margin:0 0 15px 0;
line-height:1.5em;
}

#main p,#sidebar p{
padding:0 0 0 10px;
}

#newlogo {
margin-top:-60px;
margin-left: -15px;
margin-bottom: 10px;
background: White;
}

#newlogo img {
border: solid 2px White;
}

#logo{
float:left;
width:240px;
margin:0 20px 0 0;
padding:0 0 25px 0;
background:#eee;
border:4px solid #dde;
text-align:center;
color:#555;
overflow:auto;
}

#logo h1{
margin:50px 5px 1px 5px;
letter-spacing:-3px;
}

#logo a{
background-color:inherit;
color:#26a;
text-decoration:none;
}

#logo a:hover{
background-color:inherit;
color:#69e;
}

#tagline{
text-align:center;
font-size:1.2em;
}

#intro p{
line-height:1.5em;
}

#main{
float:left;
width:530px;
margin-right:20px;
padding:0;
}

#content img {
padding:1px;
display:inline;
background:#cccccc;
color:#303030;
border:4px solid #f0f0f0;
}

#content a { text-decoration: underline; }
#content a:hover { text-decoration: none; }

#contentbrokers a img:hover {
border:4px solid #e0e0f0;
}

#overridecontentimg img {
padding:0px;
display:inline;
background:#ffffff;
color:#303030;
border:0px solid #f0f0f0;
}

#sidebar{
width:155px;
float:right;
margin-top:20px;
font-size:1em;
line-height:1.3em;
}

#sidebar p{
font-size:0.9em;
}

.sidelink{
display:block;
width:140px;
margin:3px 10px 2px 0;
padding:5px 0 5px 8px;
font-size:1.1em;
font-weight:bold;
text-align:left;
background:#eee url(/img/3gradient1.png) repeat-x;
color:#26c;
border-top:1px solid #ddd;
border-right:1px solid #bbb;
border-bottom:1px solid #bbb;
border-left:1px solid #ddd;
}

.current, .current:hover, .sidelink:hover{
display:block;
width:140px;
margin:3px 10px 2px 0;
padding:5px 0 5px 8px;
font-size:1.1em;
font-weight:bold;
text-align:left;
background:#fff url(/img/3gradient2.png) repeat-x;
color:#222;
border-top:1px solid #ddd;
border-right:1px solid #888;
border-bottom:1px solid #888;
border-left:1px solid #ddd;
text-decoration:none;
}

.current, .current:hover
{
	font-size:1.3em;
}

#footer{
margin:0 auto 20px auto;
width:760px;
background:#fff url(/img/3footerbg.png) bottom left no-repeat;
padding:0 0 5px 0;
font-size: 86%;
color:#888;
text-align:center;
}

#footer p
{
	padding:0 15px 0 15px;
}

h1,h3,h4{
margin:0 0 10px 0;
font-weight:bold;
font-size:1.3em;
}

.headerstyle, h2{
display:block;
margin:30px 0 10px 0;
padding:5px 0px 5px 8px;
background:#eee url(/img/3gradient2.png) repeat-x;
color:#222;
border-top:1px solid #ddd;
border-right:1px solid #bbb;
border-bottom:1px solid #bbb;
border-left:1px solid #ddd;
text-decoration:none;
text-align: center;
font-weight:bold;
font-size:1.4em;
}

.clear{
clear:both;
margin:0;
}

.right{
text-align:right;
}

.internallink a{
color:#888;
text-decoration:none;
}

.internallink a:hover
{
	text-decoration:underline;
}

.block{
padding:20px;
background:#eee;
color:#222;
border:2px solid #ddd;
}

.announce {
clear:left;
text-align:left;
margin:10px 0 5px 0;
padding:5px;
width:126px;
font-size:0.9em;
background-color:#f4f4f4;
color:#505050;
border:2px solid #ddd;
line-height: normal;
width:136px;
}

.credit{
color:#888;
background-color:inherit;
}

.hide{
display:none;
}



/*----------------------------
					 Posts
----------------------------*/

div.post, .mceContentBody {
	border: 1px solid silver;
	padding: 3px 10px;
	margin-bottom: 20px;
	background-color: white;
	line-height: 17px;
}

div.post a {
	font-size:10px;
	font-weight:normal;
}

div.post .taggedlink {
	font-weight:bold;
	font-size:15px;
}

div.post h1, .mceContentBody h1 {
	margin: 0 0 7px 0;
	position: relative;
	top: 5px;
	font-size: 15px;
	letter-spacing: 1px;
}

div.post .author {
	color: #666666;
	font-size: 10px;
	float: left;	
}

div.post .pubDate {
	color: #666666;
	font-size: 10px;
	float: right;
}

div.post .text {
	margin-top: 30px;
}

div.post .text h2 {
	margin-bottom: -10px;
}

div.post .footer {
	text-align: right;
	border-top: 1px dashed silver;
	padding-top: 4px;
	padding-bottom: 2px;
}

div.post .bottom {
	margin-bottom: 45px;
}

div.post .categories {
	margin-bottom: 5px;
	float: right;
}

div.post .tags {
	float: left;
	margin-bottom: 5px;
}

/*----------------------------
					Comments
----------------------------*/

.comment {
	border: 1px solid silver;
	background-color: white;
	padding: 3px 10px;
	margin-bottom: 10px;
}

#comment {
	font-size: 15px;
	}

.comment .date {
	font-size: 10px;
	color: #666666;
	text-align: right;
	margin: 0;
	padding: 3px 0px;
	border-bottom: 1px dashed silver;
}

.comment .author {
	margin: 0;
	padding: 3px 0px;
	border-top: 1px dashed silver;
}

.self {
	border: 1px solid black;
}

.comment .gravatar {
	float: left;
	clear: both;
	margin: 5px 10px 5px 0;
}

.comment .gravatar img {
	height: 80px;
	width: 80px;
}

.comment .content {
	min-height: 85px;
	margin: 5px;
	margin-left: 85px;
}

.comment img.flag {
	position: relative;
	top: 2px;
}

.commentForm {
	padding: 5px;
}

.commentForm label {
	float: left;
	display: block;
	width: 80px;
	margin-top: 4px;
}

.commentForm input {
	width: 200px;
}

.commentForm textarea {
	width: 100%;
	height: 150px;
}

.success {
	color: green;
	font-weight: bold;
}



#fbshare {
	margin: 10px 5px 20px 0;
	padding: 4px 0 4px 8px;
	border-style: solid;
	border-width: 2px;
	border-top-color: #dddddd;
	border-right-color: #bbbbbb;
	border-bottom-color: #bbbbbb;
	border-left-color: #dddddd; 
}

#fbshare a {
	padding: 0 0 0 22px;
	background-color: transparent;
	background-image: url('http://b.static.ak.fbcdn.net/rsrc.php/zAB5S/hash/4273uaqa.gif');
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
	text-align: left;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	color: #3B5998;
	cursor: pointer;
	text-decoration: none;
	font-weight: normal;
	}
#fbshare a:hover {
	text-decoration: underline;
	}
