/*
Theme Name: Nature Blog
Theme URI: http://www.themelab.com/free-wordpress-themes/
Description: A nice nature theme.  Visit <a href="http://www.themelab.com">Theme Lab</a> for more free WordPress themes.
Version: 1.0
Author: Theme Lab
Author URI: http://www.themelab.com/
*/

/*

	Nature Blog template by Ben Swift
	Finished on the 29th December 2007.
	With thanks to:		> Famfamfam for the icons
									> The GIMP for the image editing.
									> BoxedArt for the picture of a wall
									> Arudis.com for letting me borrow their logo
	Valid CSS & XHTML, according to the W3C.
	
	German version of Nature Blog on request, just go to:
	http://www.openwebdesign.org/member.php?u=385

*/

/* The browser reset hack, called so to reset the browser */
/*CUSTOM STYLES */
#nav {
	position:relative;
	width:977px;
	margin: 0pt auto;
}

#nav2{
	position:relative;
	width:977px;
	margin: 0pt auto;
}

#nav2 p {
	color:#008880;
	margin:0px;
	padding:5px 10px 0px 0px;
	position:absolute;
	right:0px;
	top:0px;
	text-align: right;
}
#nav2 p img {
position:absolute;
right:0px;
top:5px;
}

img {
border:medium none;
}

.navsub {
    background:#1E252C url(images/topnavs.png) repeat scroll 0%;
	height:31px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:0px 0px 0px 10px;
	position:relative;
	}
.navsub li {
	float:left;
}
.navsub li a {
	background:transparent url(images/menuline2.gif) no-repeat scroll right top;
	color:#D60257;
	display:block;
	font-size:11px;	
	font-weight:bold;
	padding:9px 13px 0px;
	text-decoration:none;
}

.navsub li a:hover {
   text-decoration: underline;
}

.navsub {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	}



* {
	margin: 0px;
	padding: 0px;
}

/* A piece of code that makes 24-bit PNG items transparent in IE6, instead of the grey background it renders. Just add a class of "png" if you want to make an image transparent. Actually, you don't even have to do that. =) */

* html img,* html .png {
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
}
/* HTML elements in alphabetical order */

body {
	/* background: url(images/header-background.jpg) repeat-x left top; */
	font: 13px Arial,Helvetica,Verdana,sans-serif;
	color: #333333;
}
acronym, abbr {
	border-bottom: 1px dotted #3E5A0E;
}
a {
	color: #D60257;
}
a:hover {
	color: #000000;
}

/* These blockquotes were taken from SofaSpud's template, Intense Simplicity. I've used them because they're a brilliant idea. I hope that he likes them, and that great minds think alike! */

blockquote {
	min-height:35px;
	width:500px;
	display:block;
	margin:10px auto;
	background:transparent url(images/blockquote/quote.gif) no-repeat 10px 10px;
	float: left;
}
* html blockquote {
	min-height:35px;
	height:auto !important;
	height:35px;
}
blockquote p {
	margin:0px;
	line-height:17px;
	padding:10px 10px 10px 50px;
	width: 460px;
}
blockquote span {
	color:#999;
	font-size:9px;
	padding-top:5px;
	display:block;
}
blockquote span a {
	color:#555;
	text-decoration:none;
}
blockquote span a:hover {
	text-decoration:underline;
}
blockquote.go {
	background:transparent url(images/blockquote/go.gif) no-repeat 10px 50%;
}
blockquote.stop {
	background:transparent url(images/blockquote/stop.gif) no-repeat 11px 50%;
}
blockquote.exclamation {
	background:transparent url(images/blockquote/exclamation.gif) no-repeat 23px 50%;
}
b, strong {
	color: #008880;
	font-weight: bold;
}
code {
	font: 12px/15px Consolas, Courier, "Courier New", monospace;
	border-left: 5px solid #447AAC;
	padding: 10px 0 10px 5px;
	display: block;
	background: #EFEFEF url(images/code.gif) no-repeat 98% bottom;
	width: 570px;
	margin: 1px 0 1px 10px;
}

h1 {
	display: block;
	float: left;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Verdana, sans-serif;
	color: #008880;
	height: 80px;
	line-height: 80px;
	margin: 15px 0 0 0;
	font-size:28px;
	padding:5px 0px 8px;
	text-indent: -2000px;
}

h1 a {
	color: #FFFFFF;
	text-decoration: none;
}
h1 a:hover {
	color: #FFFFFF;
}
h2 {
	font-size: 20px;
	/* line-height: 30px; */
	display: block;
	/* height: 61px; */
}

h2 a {
	color: #000000;
	text-decoration: none;
}
h3 {
	display: block;
	padding: 10px;
	font-style: normal;
	clear: both;
}
h3 a {
	color: #FFFFFF;
	text-decoration: none;
}

/*h4 {
	font: 16px/28px Arial, Helvetica, sans-serif;
	display: block;
	margin: 4px auto;
	width: 260px;
}*/
h4 {
	color:#008880;
	font-size:28px;
	margin-top:15px;
	padding:5px 0px 8px;
}

/*h4 span {
	font-size: 80%;
	clear: both;
	display: block;
	color: #008880;
	border-top: 1px solid #008880;
	line-height: 120%;
	padding-top: 5px;
	padding: 5px 0;
}*/
hr {
	background: #fff;
	/*border: 2px solid #3E5A0E;*/
	margin: 20px 0;
}
img {
	border-style: none;
}
img.float-right {
	float: right;
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
	float: left;
  	margin: 5px 10px 10px 0px;
}
p {
	clear: both;
	line-height: 180%;
	width: 630px;
	margin-top: 10px;
	/*margin-left: 4px;*/
}
table {
	border-collapse: collapse;
	margin: 10px;
}
th strong {
	color: #fff;
}
th {
	background: #660000;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFFFFF;
	border-bottom: solid 2px #FFF;
	line-height: 29px;
}
tr {
	height: 30px;
}
td {
	border-left: 1px solid #E8E8E8;
	border-bottom: 1px solid #DFDFDF;
	padding: 0px 9px;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}

/* This is lists, by the way */

#content ul, #content ol {
	display: block;
	width: 500px;
	margin: 0 auto;
}
#content ul li {
	/*color: #9F9F00;*/
	font-size: 15px;
	line-height: 22px;
	/*list-style: square;*/
}
#content ol li {
	/*color: #9F9F00;*/
	font-size: 15px;
	line-height: 17px;
	list-style: decimal;
}
#content ol li:hover, #content ul li:hover { /* This makes the bullet colour change on hover for browsers that understand the :hover pseudonym. */
	/*color:#395500;*/
	cursor: default;
}
#content li span, #content li strong, #content li b {
	color: #333333;
	font-weight: lighter;
	font-size: 11px;
}

/* Layout Divs */

#search {
	/* background: url(images/searchbar.gif) no-repeat left top;
	width: 278px;
	_width: auto;
	height: 29px;
	float: right; */
	padding: 5px 0 0 60px;
	/* font-weight: lighter; */
}
#header {
	margin: 0 auto;
	background:transparent url(images/bg_branding.png) repeat scroll 0%;
	height:100px;
	padding-bottom:15px;
	width:977px;
}

#search input {
	/* border: 1px solid #FFFFFF;
	margin-top: 3px;
	width: 190px;
	_width: 150px;
	padding: 2px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	float: left;
	display: block;
	position: relative;
	background: #FFFFFF; */
}

#search input.btn {
	background:#1E252D url(images/go.gif) no-repeat scroll 0%;
	border:medium none;
	color:#D60257;
	width:43px;
}

#search img {
	display: block;
	float: left;
	margin-top: 9px;
	margin-left: 3px;
}

/* The main content holder. Don't get confused with "#content", that's the bubble of content*/

#main {
	background: #fff; /*url(images/content-background.jpg) repeat-x left top;*/
	clear: both;
	/*float: left;*/
	margin: 14px auto;
	width: 977px;
}

/* The navigation */

/*#navigation {
	clear: both;
	float: left;
	height: 42px;
	width: 100%;
}
#navigation ul {
	width: 946px;
	margin: 0 auto;
}
#navigation li {
	display: inline;
	list-style: none;
	line-height: 42px;
}
#navigation li.current_page_item {
	background: url(images/nav-active-background.gif) repeat-x left top;
	display: block;
	float: left;
	padding: 0 10px;
}
#navigation li.current_page_item a { /* This is for the triangular marker at the top of the active bar 
	background: url(images/nav-active-marker.gif) no-repeat center top;
	display: block;
	float: left;
	text-decoration: none;
}
#navigation li a {
	font-size: 125%;
	color: #FFFFFF;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0 5px;
}
#navigation li a:hover {
	text-decoration: none;
}*/
#wrap {
	margin: 0 auto;
	width: 977px;
}


/* The #content */

#content {
	/*background: url(images/content.jpg) repeat-y left top;*/
	float: left;
	width: 630px;
	padding: 0 0 0 6px;
	margin: 10px 0 0 20px;
}

/* The reason for encapsulating the #content */

#content #content-top {
	/*background: url(images/content-top.gif) no-repeat left top;*/
	height: 17px;
	width: 610px;
	cursor: default;
	margin-left: -6px;
}
#content #content-bottom {
	/*background: url(images/content-bottom.gif) no-repeat left top;*/
	height: 25px;
	width: 610px;
	cursor: default;
	margin-left: -6px;
	float: left;
}

/* The date for the post */

#content .date {
	/*background: url(images/post-date.gif) no-repeat left top;*/
	height: 61px;
	width: 51px;
	font-size: 125%;
	float: left;
	margin-left: 10px;
}
#content .date div {
	font-size: 2em;
	height: 1em;
	line-height: 1em;
	text-align: center;
}
#content .date span {
	margin-top: 5px;
	display: block;
	text-transform: uppercase;
	color: #5F6A25;
	font: 16px/normal Georgia;
	text-align: center;
}

/* The comment responses (if any) */

.comments {
	background: #fff;
	width: 606px;
	float: left;
	margin-left: -5px;
}
.response {
	/*background: url(images/comment-background2.gif) repeat-x left top;*/
	width: 588px;
	float: right;
	margin: 0 9px 9px;
}
.response div { /* To fix the comment text */
	line-height: 200%;
	float: left;
	padding-top: 10px;
}
.response p {
	margin: 0;
	float: left;
	display: inline;
	width: 510px;
}
.response a.edit-post {
	background: url(images/edit-icon.gif) no-repeat 98% center;
	display: block;
	float: right;
	width: 160px;
	padding-right: 20px;
	text-align: right;
}
.response a.edit-post:hover {
	background: #A2B581 url(images/edit-icon.gif) no-repeat 98% center;
}

/* The comment responders */

.responder {
	background: #DEE0BF url(images/comment-background1.gif) no-repeat left top;
	float: left;
	height: 122px;
	width: 44px;
	margin-right: 20px;
	padding: 1px 0 0 0;
	border-right: 1px solid #DEE0BF;
}
.responder img {
	background: url(images/comment-icon.gif) no-repeat left top;
	width: 16px;
	height: 16px;
	padding: 6px;
	margin: 5px 6px 0 8px;
}
.responder a img {
	background: url(images/comment-icon.gif) no-repeat left top;
	width: 16px;
	height: 16px;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	opacity: 0.6;
}
.responder a:hover img {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity: 1;
}
.responder a.visit-site, .responder a.reply {
	height: 20px;
	width: 20px;
	display: block;
	margin: 10px 0px 0px 10px;
	border: 1px solid #A2B580;
	line-height: 20px;
	position: relative;
}
.responder a em {
	left: -1000em;
	top: -1px;
	position: absolute;
	width: 1160px;
	height: 22px;
	line-height: 22px;
}
.responder a:hover {
	text-decoration: none;
	color: #000000;
}
.responder a:hover em {
	font-style: normal;
	background: #A2B580;
	position: absolute;
	z-index: 1000;
	top: -1px;
	left: 21px;
	width: 160px;
}
.responder a.visit-site:hover {
	background: #A2B580 url(images/view-site.gif) no-repeat center center;
}
.responder a.reply:hover {
	background: #A2B580 url(images/reply-to-comment.gif) no-repeat center center;
}
.responder a.visit-site {
	background: url(images/view-site.gif) no-repeat center center;
}
.responder a.reply {
	background: url(images/reply-to-comment.gif) no-repeat center center;
}

/* The 'leave a comment' form */

#leave {
	display: block;
	width: 600px;
}
#leave label {
	display: block;
	/*float: left;*/
	width: 300px;
	line-height: 24px;
	clear: both;
}
#leave input#textfield {
	border: 1px solid #E4DFC9;
	float: left;
	height: 20px;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 200px;
	margin-bottom: 10px;
}
#leave textarea {
	border: 1px solid #E4DFC9;
	float: left;
	height: 100px;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 350px;
}
#leave .btn {
	background: url(images/post-date.gif) no-repeat left bottom;
	width: 51px;
	border: none;
	height: 33px;
}
#right {
	float: left;
	_position: absolute;
	width: 298px;
	margin: 15px 0 0 0;
}


/* The sidebar. Ignore the spontaneously used classes + divs. */

.sidebar {
	background: #fff; /*url(images/sidebar.gif) no-repeat left top;*/
	width: 297px;
	padding-top: 10px;
}
.sidebar ul {
	display: block;
	width: 300px;
	margin: 5px auto 0 auto;
	list-style: none;
}
/*.sidebar li {
	display: block;
	list-style: none;
	line-height: 15px;
	margin-bottom: 10px;
}
*/
.sidebar li a {
	display: block;
	padding: 4px;
	/*border-bottom: 1px solid #E2DFD5;*/
	text-decoration: none;
	clear: both;
	color:#000000;
	text-decoration:none;
	font-size: 14px;
}

.sidebar a {
	color:#D60257;
	font-weight:bold;
}



.sidebar li a:hover {
	background: #fff;
	color: #D60257;
}
/*.subscribe {
	background: #E4DFC9 url(images/subscribe.gif) no-repeat left top;
	width: 297px;
	height: 59px;
	_margin-bottom: -5px;
	clear: none;
	float: left;
}
.subscribe a {
	font-size: 1px;
	line-height: 59px;
	color: #D1492F;
	text-align: right;
	height: 59px;
	display: block;
	width: 297px;
}
/* For IE 
.subscribe a:hover {
	color: #D1492F;
}*/
/* The customised image adverts underneath the main sidebar bit. ^-^ */

/*.adverts {
	width: 298px;
	margin: 10px 0 0 0;
	float: left;
	clear: both;
}
.adverts img {
	background: #E4DFC9 url(images/advert-background.gif) no-repeat left top;
	margin: 5px 9px;
	padding: 5px 5px 40px 5px;
	float: left;
	height: 121px;
	width: 121px;
	display: block;
}
.adverts a {
	position: relative;
	text-decoration: none;
	float: left;
}
.adverts a em {
	position: absolute;
	left: -900em;
	text-decoration: none;
}
.adverts a:hover em {
	width: 121px;
	left: 12px;
	bottom: -15px;
	text-align: justify;
	color: #000000;
}*/

/* The pagination, underneath the "#content" <div> */

.pagination {
	width: 620px;
	background: #fff;
	height: 28px;
	float: left;
	margin-left: -6px;
}
.pagination ul {
	float: right;
}
.pagination li {
	display: inline;
}
.pagination li a {
	display: block;
	margin: 0 3px;
	padding: 4px;
	float: left;
	color: #6E6953;
	background: #FFFBF0;
	font: 12px Arial, Helvetica, sans-serif;
}
.pagination li a:hover, .pagination #active {
	background: #76715B;
	color: #F9F6E3;
}

.pagination .alignright {float:right;}

.pagination .alignleft {float:left;}

.pagination a {
	display: block;
	margin: 0 3px;
	padding: 4px;
	color: #D60257;
	background: #FFF;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.pagination a:hover {
	background: #fff;
	color: #000;
}

/* That bit of grass above the archives */

/*#grass {
	background: #E4DFC9 url(images/grass.jpg) repeat-x left bottom;
	clear: both;
	float: left;
	height: 50px;
	width: 100%;
}*/



/* The archives & comments @ the bottom 

#archives {
	background: url(images/arc.jpg) repeat-x left top;
	width: 100%;
	height: 300px;
	color: #FFFFFF;
	padding: 20px 0 30px 0;
	_display: none;
	float: left;
}
.list {
	width: 280px;
	left: 2.6%;
	float: left;
	margin: 0 10px;
	font-style: italic;
	background: #3E5A0E;
	padding: 6px;
}
.list ul {
	margin-bottom: 20px;
	clear: both;
}
.list li {
	list-style: none;
}
.list li a {
	display: block;
	color: #FFFFFF;
	padding: 10px 5px;
	background: #395509;
	text-decoration: none;
	font-style: normal;
	clear: both;
}
.list li a:hover {
	background: #203005;
}*/

/* The footer, with the shadow for the brick wall */

/*#footer {
	line-height: 50px;
	font-weight: bold;
	color: #3E5A0E;
	height: 50px;
	width: 100%;
	text-align: center;
	background: #FFFFFF url(images/shadow.jpg) repeat-x left top;
	padding: 30px 0px 70px;
	clear: both;
}*/
#foot {
	background-color:#1E252C;
	color:#9FAEBC;
	font-size:10px;
	height:60px;
	margin:20px auto 0px;
	padding: 10px 0px 30px;
	position:relative;
	text-align:center;
	width:977px;
	clear: both;
}
.navfoot {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:auto;
	padding:20px 0px 0px;
	position:relative;
	width:auto;
}
.navfoot li {
display:inline;
}
.navfoot li a.on {
color:#008880;
}
.navfoot li a:hover {
	color:#FFFFFF;
}
.navfoot li a {
background:transparent url(images/menuline.gif) no-repeat scroll right top;
color:#D60257;
font-size:12px;
font-weight:bold;
padding:9px 20px 0px;
text-decoration:none;
text-transform:uppercase;
}
.navfoot2 li a:hover {
	text-decoration:underline;
}
#footer {
	color:#FFFFFF;
	font-size:0.9em;
	margin:0pt auto;
	padding-top:15px;
	text-align:center;
	width:900px;
}
.navfoot2 {
	background-color:#1E252C;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:8px 0px 17px 10px;
	position:relative;
}
.navfoot2 li {
	display:inline;
}

.navfoot2 {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
.navfoot2 li a {
	background:transparent url(images/menuline.gif) no-repeat scroll right top;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	padding:9px 13px 0px;
	text-decoration:none;
}

p.pbottom {
	margin-bottom: 25px;
}

#searchform {
	margin-top: 15px;
}

.subscribe {
	background: transparent url(images/rss.png) no-repeat scroll 0 0;
	height: 24px;
	margin: 15px 0;
	padding-left: 30px;
}

.navsub li a.subscribe2 {
	background: transparent url(images/rss2.png) no-repeat scroll 0 0;
	padding-left: 20px;
	margin-top: 9px;
	padding-top: 0px;
}

#wp-calendar caption {
	font-size: 15px;
	font-weight: bold;
}

#calendar_wrap {
    /*margin-top: -40px;*/
}

p img {
	float: left;
	margin: 0px 10px 5px 0px;
}

.recentcomments {
	margin-bottom: 5px;
}

span.srchtxt {
	font-size:11px;	
	font-weight:bold;
}

.footround {
	background:transparent url(images/foot.png) no-repeat scroll 0%;
	height:12px;
	left:0px;
	position:absolute;
	top:0px;
	width:977px;
}

#respond {
	display: block;
	padding-top: 20px;
	font-style: bold;
	clear: both;
	font-size: 18px;
}

#leave a {
    font-weight: bold;
}

a.more-link {
	color: #D60257;
	font-weight: bold;
}

.response cite  a{
    color: #000;
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	
}

.response cite a:hover {
    color: #D60257;
}

.commentdate {
	color:#3D648B;
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration: none;
}

#wp-calendar .nav a {
	font-weight: bold;
	font-size: 14px;
}

/* Home page Template Styles */

#submain {
	display:inline;
	float:left;
	margin-top:0px;
	width:652px;
}

#flashtabs {
	height:273px;
	margin-bottom:20px;
	width:652px;
}
#col1 {
	background:#FFFFFF none repeat scroll 0%;
	display:inline;
	float:left;
	width:310px;
}
#col2 {
	background:#660000 none repeat scroll 0%;
	display:inline;
	float:right;
	position:relative;
	width:324px;
}
#sub {
	display:inline;
	float:right;
	padding-top:11px;
	width:314px;
}
#col1 h3, #youtube h3, #playlist h3, #movie h3, #poll h3, #members h3, .bands h3, #letters h3 {
	color:#008880;
	font-size:28px;
	margin:0px;
	padding:5px 0px 8px;
}

#youtube, #playlist, #movie {
	margin:0px 10px;
}

.youtubemovie {
	margin-bottom:10px;
	text-align:center;
}

#col2 h2 {
	color:#FFFFFF;
	padding:0px;
	font-size:14px;
	margin:0px;
	padding-bottom:8px;
}

#col2 p {
	color:#9FAEBC;
	margin:0px;
	padding:8px 0px 20px;
	width: 100%;
	line-height: normal;
	display: inline;
}

#col2 a.readall {
	border-bottom:1px dotted #FFFFFF;
	color:#FFFFFF;
}

a.readall, .blogs a.readall, .sidebar .blogs a.readall  {
	border-bottom:1px dotted #000000;
	clear:both;
	color:#000000;
	display:block;
	font-size:10px;
	margin-bottom:20px;
	text-align:right;
	text-decoration:none;
	text-transform:uppercase;
}

.links {
	border-left:1px solid #E5E5E5;
	border-right:1px solid #E5E5E5;
	margin-bottom:0px;
	padding:3px 8px;
	position:relative;
}

#sub .blockad {
	margin-bottom:40px;
	text-align:center;
}

#sub p {
	width: 100%;
	line-height: normal;
}

.links p {
	color:#999999;
	margin:0px;
	padding:5px 0px;
}

#col1 p a, #sub p a {
	color:#D60257;
	font-weight:bold;
}

#bands .headshot {
	background:#FFFFFF none repeat scroll 0%;
	border:1px solid #DDDDDD;
	float:right;
	margin:0px 0px 0px 8px;
	padding:4px;
}
#col1 .headshot, #sub .headshot, #movie .headshot  {
	background:#FFFFFF none repeat scroll 0%;
	border:1px solid #DDDDDD;
	clear:both;
	float:left;
	margin:0px 8px 0px 0px;
	padding:6px 6px 4px;
	display: inline;
}
.bands .headshot {
	margin: 0px 8px 10px 0px;
}

#sub #letters p.dis {
	margin:0px;
	padding:0px 0px 12px;
}
.indent h2 {
	/*background:transparent url(images/dot.gif) no-repeat scroll 2px 6px;*/
	font-size: 14px;
}
.indent h2, .indent h3, .indent p {
	padding-left:10px !important;
}
.indent li {
	display: inline;
	margin-left: 10px;
}
.indent span.usertime {
	padding-left:10px !important;
}
#col1 .date, #sub .date, #sub .location {
	color:#3D648B;
	font-size:10px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-transform:uppercase;
}
.latest ul , .blogs ul {
	display:block;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	width:300px;
}
.latest li a {
	/*clear:both;*/
	color:#000000;
	display:block;
	font-size:14px;
	font-weight: bold;
	text-decoration:none;
}
.latest li a:hover {
	background:#FFFFFF none repeat scroll 0%;
	color:#D60257;
}
.latest p, .blogs p, #sub .indent p, #members p, #sub .bands p, .sidebar .blogs p {
	margin:0px;
	/*padding:8px 0px 20px;*/
	width: 100%;
	line-height: 18px;
}

.blogs a:hover {
	color: #D60257;
}

.blogs a, .sidebar .blogs a {
	color: #000;
	font-weight: bold;
	font-size: 14px;
	text-decoration:none;
}

span.author {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #198880;
}

span.author a {
	font-size: 11px;
	font-weight: bold;
	color: #198880;
	text-transform: uppercase;
}

span.usertime {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #3D648B;
	line-height: 20px;
}

#mem  span.usertime {
	line-height: 15px;
}

.sidebar .blogs a {
	display: inline;
}

.sidebar .blogs li a, .sidebar .latest li a {
	padding: 0px;
}

.blogs span.author  a{
    color: #008880;
	font-weight: bold; 
	font-size: 11px;
	text-transform: capitalize;
	text-decoration:none;
	padding: 0px;
}

#poll ul li {
	/*display: inline;*/
	list-style-type: none;
}

#poll p {
	text-align: left;
	margin: 0px;
}

#poll strong {
	color: #000;
}

#members h2 {
	font-size: 14px;
	/*padding-bottom: 8px;*/	
}

#members p, .latest p , #bands p {
	clear: none;
	position: relative;
}

.mem {
    margin-bottom: 10px;
	height: 120px;
}

.col-top {
	background:transparent url(images/top-col.png) no-repeat scroll 0%;
	height:11px;
	position:absolute;
	top:0px;
	width:324px;
}

.col-bot {
	background:transparent url(images/bot-col.png) no-repeat scroll 0%;
	bottom:0px;
	height:11px;
	position:absolute;
	width:324px;
}

.linkstop {
	background:transparent url(images/links-top.gif) no-repeat scroll 0%;
	height:8px;
	left:-1px;
	position:absolute;
	top:-8px;
	width:314px;
}

.linksbot {
	background:transparent url(images/links-bot.gif) no-repeat scroll 0%;
	height:8px;
	margin-bottom:20px;
	width:314px;
}

.kitchen li a , .bands li a, .latest li a{
	clear: none;
	display: inline;
	padding: 0px;
}

.kitchen li , .bands li, .latest li{
	clear: both;
	margin-bottom: 10px;
	list-style-type: none;
}

#movie li {
	list-style-type: none;
}

.kitchen ul , #poll ul, .bands ul {
	margin: 0px;
}

.kitchen p, .bands p, .latest p, #movie p{
	/*width: auto; */
	clear: none;	
	margin-top: 3px;
}

#col1 .kitchen .headshot , .bands {
	margin: 0px 8px 10px 0px;
}

.sidebar p {
	width: auto;
	line-height: 100%;
}

#col1 .indent p {
	line-height: 130%;
}

h3#respond {
  padding-left: 0pt;
}

#leave .subscribe-to-comments label {
  display: inline;
}

/* IE bugs */

.bands h2 , #movie h2 {
  display: inline;
  font-size: 14px;
}

#movie h2 {
  line-height: 22px;
}

.kitchen p, .bands p, p.disc, .latest li a, .latest p , #movie p{
  display: inline;
  line-height: 18px;
}

.latest ul li , .blogs ul li {
	margin-bottom: 10px;
}

/* Jobs form */
.text_15 {
	color:#000000;
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-size:13px;
	line-height:22px;
}

.mem span.usertime {
	line-height: 16px;
}

#registerform {
	padding-bottom: 10px;
}

#registerform p {
	margin-bottom: 14px;
}

/* Styles for get recent comments to look right */
#get_recent_comments_wrap li a {
	display: inline;
	padding: 0px;
}
#myGallery, #myGallerySet, #flickrGallery
{
width: 590px;
height: 250px;
z-index:5;
border: 1px solid #000;
}

/* Styles for ads */
#headad {
	margin: 30px 0px; float: right;
}
#col2-outer {
	width: 324px; float: right;
}
#centad {
	margin: 0pt 0pt 10px 12px;
}
