/*Theme Name: Stacey Guy 
* Author: Cindy de Bruyn
*/



/* Basic WordPress Styles */

@import url('css/wp.css');


#wrapper{
	padding-top: 20px;
	background-color: #0F0F0F;
	border: solid 1px #5d5d5d;

}

#header{
	width: 870px;

	padding-bottom: 5px;

	padding-left: 90px;

}



#menu{

	width: 785px;
	height: 55px;
	margin-bottom: 20px;

}



#home_block{

	width: 780px;

	margin: 0 auto;

	padding-top: 15px;

	background:url(images/bg_home_block_top.jpg) top no-repeat;

}



#top_content{

		background:url(images/bg_bottom.png) bottom no-repeat;
		margin-bottom: 20px;

}

.big_photo{

	background:url(images/bg_block.jpg) top repeat-y;

	width: 730px;

	margin: 0px auto;

	padding: 0px 25px;

}
.big_photo img {
	border: 1px solid #0F0F0F;
}


#photos_videos{

	background:url(images/bg_block.jpg) top repeat-y;

	margin-bottom: 20px;

}



#photos_videos .heading{

	background:url(images/bg_heading.png) top no-repeat;

	padding-left: 0px;

	margin-left: -25px;

	width: 960px;

	height: 110px;

}



#posts .post_heading{

	background:url(images/bg_heading_posts.png) top left no-repeat;

	padding-left: 0;

	margin-left: -135px;

	width: 640px;

	height: 110px;

}





#photos{

padding-left: 110px;

}

#photos img {
	margin-right: 3px;
	border: 2px solid #BBBDBF;
}



#videos{
		border: 2px solid #BBBDBF;
		margin: 0;
		width: 330px;
}

.video_head h2 {
	margin-left: -30px;
}


#home_block_bottom{

}



#posts{

	padding-top: 15px;

	background:url(images/bg_home_block_top.jpg) top left no-repeat;

}



#posts_center{

	background:url(images/bg_block.jpg) top left repeat-y;

	padding: 30px;

	padding-top: 0;



}

#posts_center img{
	border: 1px solid #CACACA;
	padding: 5px;
	background-color: #000000;
}



#posts_bottom{

	background:url(images/bg_bottom.png) bottom left no-repeat;

	margin-bottom: 20px;

	width: 520px;

	margin-left: 80px;

	margin-right: 20px;

	padding-bottom: 20px;

}



.post_content {

	padding-top: 20px;

}



#widget, #tagcloud, #twitter, #sponsors{

	background-color: #000000;

	width: 230px;

	padding-right: 0px;

	margin-bottom: 20px;

}



#twitter a {

  color:#CCCCCC;

}

li.twitter {
	background: url(images/twitter.png) left no-repeat;
	padding: 0 0 0 50px;
	line-height: 60px;	
	margin-left:10px;
}

li.twitter a {
	text-transform: uppercase;
	text-decoration: none;
}

li.twitter a:hover {
	text-decoration: underline;
}

ul#twitter_update_list li {
	padding: 6px;
	padding-left:10px;
}

li.facebook {
	background: url(images/facebook.png) left no-repeat;
	padding: 0 0 0 50px;
	line-height: 60px;
	margin-left:10px;	
}

li.facebook a {
	text-transform: uppercase;
	text-decoration: none;
}

li.facebook a:hover {
	text-decoration: underline;
}


#widget img,#sponsors img {

	padding:20px 0;

	text-align: center;

	margin: auto 0;

		clear: both;

	display: block;

	margin-left: auto;

	margin-right: auto;

}



.sponsors_img img {

	text-align: center;

}



#sponsors li a{

	

	color: #fff;

}



#tagcloud {

	text-align: center;

}



#tagcloud a {

	color: #BBBDBF;

	text-transform: uppercase;

	text-decoration: none;	

}



#tagcloud a:hover {

	color: #08BBF9;

}

.pagination {
	background:url(images/bg_block.jpg) top left repeat-y;

	
}


.left, .right {
		text-align: center;
}

.left a, .right a {
	text-align: center;	
	text-decoration: none;
	color: #A6A8AB;
}

.left a:hover, .right a:hover {
	color: #08BBF9;
}

#footer{
	color:#A6A8AB;
	font-size: 10px;
	width: 938px;
	margin-left: 0px;
	margin-right:0px;
	padding-left: 20px;
	Height: 30px;
	padding-top: 40px;
	text-align: center;
	background: url(images/bg_footer.png) top no-repeat;	

}

#footer a {
	color: #FFF;
	text-decoration: none;

}

#footer a:hover {

	color: #08BBF9;	
}

/* comments */

ul.commentlist {
	padding: 10px 0;
	
}

ul.commentlist li {
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 10px;
	margin-top:2px;
}

span.comment-author {
	color: #FFFFFF;
	text-transform: uppercase;
}

#submit, #sendbutton {
 height:25px;
 border:1px solid #AAAAAA;
 background:#464646;
color:#FFFFFF;
cursor:pointer;
}

#posts_center object {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#comment-area {
padding-top: 20px;

}