/* CSS Document */
body{
	font: 11px/16px 'Lucida Grande', Verdana, Sans-Serif;
	background-color: #fff;
	color: #333;
	text-align: center;
	margin: 0;
	border-top: 5px solid #000;
}
img{
	padding-right: 4px;
}
a{
	color: #666;
	text-decoration: none;
}
a:visited{
	color: #666;
}
a:hover{
	text-decoration: underline;
}
#wrapper{
	width: 706px;
	text-align: left;
}
#content{
	float: left;
	width: 500px;
	margin: 0 auto;
	padding-right: 15px;
}
	#content ul{ 
		list-style-image:url(ul.gif);
		margin-top: 0px;
		padding-top:0px;
	}
	#content li{
		line-height: 19px;
	}
	.entry p{
  		line-height: 21px;
	}
h2{
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: -1px;
	color: #666;
}
h2 a:hover{
	text-decoration: none;
}
#sidebar{
	width: 191px;
	float: right;
}
#sidebar ul {
	list-style-type: none;
	padding: 5px;
	margin: 0px;
	font-size: 0.9em;	
	padding-bottom: 1em;
}
#sidebar ul li{
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	margin-left: -4px;
	border-bottom: 1px dotted #999;
	padding-bottom: 3px;
	padding-left: 0px;
}
#sidebar h2{
	padding-bottom: 3px;
}
#inner-wrapper{
	position:relative; 
	overflow:auto;
	height: 130px;
}
#inner-wrapper ul li{
	margin-bottom: 0px;
	border-bottom: none;
	padding-bottom: 1px;
	padding-left: 1px;
}
.postfooter{
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
#footer{
	clear: both;
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 706px;
	text-align: center;
}

blockquote{ 
	font-style: italic;
	border-left: 5px solid #666;
	margin: 15px 30px 0 10px;
	padding-left: 15px;
}

#comments ul{
	list-style-type: none;
	list-style-image: none;
	padding: 5px;
	margin: 0px;
	font-size: 1em;	
	padding-bottom: 1em;
}
#comments ul li{
  margin-left: -3px;
}
.alignleft{
	float: left;
}
.alignright{
	float: right;
}
#article{
	clear: both;
}
/* Gallery Styles */
.gallery{ background-color: #1b1b1b; padding:15px; }
.gallery-caption{ background-color: #1b1b1b; color: #fff; }
ul.sexyCycle-content{ background-color: #1b1b1b; }
.counter{ float:right;color:#fff;padding-top:8px; }
.controllers{ float: right; }
.gallery-wrapper{ clear: both;padding-top:10px; }
.title{ color: #fff; font-size: 14px;float:left; padding-top:8px; }