/*
Theme Name: 3spin
*/

/* -standards- */

#logo{ 
	behavior: url("iepngfix.htc");
}

.more-link{
	margin: 5px 0 0 0;
	display:block;
	font-weight: bold;
}
body {
	background: url("images/bg.jpg") top center no-repeat #2c403f fixed;
	color: #FFFFFF;
	font-family: "Arial";
	font-size: .75em;
	display: block;
	}
p {
	text-align: left;
	}
h2 {
	font-size: 1.2em;

	}
a {
	color: #FFFFFF;
	text-decoration: none;
	}
a:hover {
	color: #ADC735;
	}
blockquote {
	background: url("images/blockquote.jpg") no-repeat top left;
	font-style: italic;
	padding-left: 30px;
	}
#navlink {
	margin: 30px 0 30px 0;
	}


.clearer{
	clear:both;
	float:none;
	font-size:1px;
	height:1px;
	line-height:1px;
	width:1px;
}
/* -header- */

#topbar {
	border-bottom: 1px solid #a9a9a9;
	padding: 30px 0 35px 0;
	width: 800px;
	}
.blogtitle {
	color: #ff7e00;
	font-weight: bold;
	}
.blogdescription {
	color: #a9a9a9;
	}
#banner {
	background: url("images/banner.jpg") no-repeat top left;
	border: 10px solid #000000;
	height: 224px;
	width: 480px;
	}

/* -content- */

.bg_helper{
	width:800px;
	position: absolute;
	left:50%;
	margin-left: -400px;
}
#contentwrap {
	margin-top: 30px;
	width: 800px;
	}
#content {
	float: left;
	margin:111px 30px 0 0;
	width: 500px;
	}

#content p.wp-caption-text {
	padding-left: 20px;
        font-style: italic;
        margin-bottom: 22px;
}

/* -navigation- */

#navigationwrap {
	float: right;
	margin-bottom: 30px;
	}

#navigation div.navtitle {
	background: #ADC735;
	padding: 10px;
	}
#navigation h2 {
	color: #ffffff;
	font-weight: normal;
	}
#navigation h2.small, #navigation h2.widgettitle {
	background: #ADC735;
	color: #ffffff;
	font-size: .9em;
	font-weight: bold;
	margin-top: 20px;
	padding: 3px;
	}
#navigation ul {
	list-style: none;
	margin: 0 0 33px 20px;
	padding: 0;
	}
#navigation li {
	list-style: none;
	}
#navigation ul li {
	padding: 3px 3px 6px 10px;
	color: #ffffff;
}

#navigation ul li a{
	color: #ffffff;
}

#navigation ul li a:hover{
	color: #adc735;
}
	
#navigation h2.hl{
	font-size: 1em;
	border-bottom:1px dotted #FFFFFF;
	padding: 0 0 3px 10px;
	margin-bottom: 4px; 
}

/* -post and entries- */

.entry p a{
	text-decoration: underline;
	color: #ADC735;
}

.entry img{
	border: 1px solid #ADC735;
}
.editLink a{
	text-decoration: underline;
	font-size: 11px;
}
.editLink a:hover{
	color: #adc735;
}
.post{
	margin: 0 0 30px 0;
}
.postdate {
	color: #FFFFFF;
	font-size: 1em;
	}
.pagetitle {
	color: #ADC735;
	font-size: 2em;
	font-weight: bold;
	margin-top: 20px;
	}
.posttitle {
	font-size: 1.2em;
	font-weight: bold;
	}
.posttitle a {
	color: #adc735;
	font-size: 2em;
	}

.postmetadatabottom {
	margin: 15px 0 15px 0;
	padding: 3px;
	width: 126px;
	}
.postmetadatabottom a {
	color: #000000;
        text-decoration: underline;
	}
.postmetadatabottom a:hover {
	color: #ADC735;
	}
.entry {
	border-bottom: 1px dotted #a9a9a9;
	padding-bottom: 10px;
	}

/* -search form- */

#searchsubmit {
	display: none;
	}
#s {
	background: url("images/input.gif") no-repeat top left;
	border: none;
	color: #ffffff;
	padding: 2px 4px 1px 19px;
	width: 176px;
	height:17px;
	margin: 39px 0 0 0;	
	font-size: 12px;
}
#searchform{
	margin: 0px;
}


.nav_sidebar{
	float:right;
	margin-top:5px;
}
.column_right{
	width:200px;
	text-align:right;
	padding: 30px 0 0 0;
	float:right;
}

.coulmn_left{
	float:left;
	width: 500px;
}
/* -footer- */

#footer {
	border-top: 1px solid #a9a9a9;
	clear: both;
	color: #a9a9a9;
	padding: 10px 0 35px 0;
	width: 800px;
	}
#footer a {
	font-size: 11px;
	}

/* -comments- */

#comments {
	clear: both;
	padding-top: 20px;
	}
.comment-info-split {
	clear: both;
	}
.commentmetadata {
	}
.commentlist div.alt {
	padding: 10px;
	}
.commentlist div {
	padding: 10px;
	}
.comment-div {
	display: block;
	}
.comment-left {
	width: 30%;
	}
.comment-right {
	width: 70%;
	}
.commentlist small b a,	
.commentlist small{
	color: #adc735;
}

#author,
#email,
#url,
#comment{
	background:none;
	border: 1px dotted #FFFFFF;
	color: #FFFFFF;
	padding:5px;
}
.commentlist p{
	margin: 2px 0 0 0;
}

#comments{
	margin-bottom: 5px;
}

#navlinks{
	text-align: right;
}

/* -floats -*/

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}