/*
Theme Name: Oklahoma Wedding version 2
Theme URI: www.oklahomaweddingstudios.com
Description: wedding
Author: Jeffrey Go
Author URI:
Version: 2.0
*/
@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background:url(images/main_content_bg.jpg) no-repeat #FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	color:#000;
	}

#wrapper{
	
	width:780px;
	margin:0px;
	padding:0px;
	}

#content{
	width:700px;
	margin:0px;
	padding:0px;
	float:left;
	}
	
#content h2 {
	font-size:18px;
	margin:0px;
	padding:0px;
	}

#content a{
	color:#000;
	text-decoration:none;
	}
	
#sidebar{
	width:240px;
	min-height:600px;
	float:left;
	margin:0px;
	padding:0px;}

#sidebar a{
	color:#000;
	text-decoration:none;}

#sidebar_content{
	margin:110px 0 0 0;
	padding:0px;
	width:240px;
	}
	
#sidebar_content ul{
	list-style:none;
	margin:0 0 27px 27px;
	padding:0px;
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:3px;
	}

#sidebar_content ul li ul{
	margin:20px 0 0 27px;
	padding:0px;
	text-transform:capitalize;
	font-size:12px;
	letter-spacing:normal;
	}

#address{
	margin:25px 0 0 27px;
	padding:0px;
	}
	
#content_post{
	width:700px;
	margin:124px 0 0 0;
	padding:0px;
	}

#post_part{
	float:left;
	margin:0 0 0 0;
	padding:0px;
	background:url(images/post_bg.png) no-repeat;
	width:700px;
	}

#post_area{
	width:580px;
	margin:28px 0 0 35px;
	padding:0px 15px 35px 0;
	float:right;
	}

#post_area img{
	margin:10px 0 0 0;
	padding:0;
	}

#date{
	margin:28px 0 0 15px;
	float:left;
	width:42px;
	text-align:center;
	}
	
#day{
	font-size:20px;
	font-weight:bold;
 	}
	
#clearboth{
	clear:both;
	}
	
#footer{
	background:url(images/footer_bg.jpg) repeat-x;
	height:44px;
	margin:10px 0 0 0;
}

#footer a:link, #footer a:visited, #footer a:active, #footer a:hover{
	text-decoration:none;
	outline: none;
	color:#000;
	}
	
#inner_footer{
	text-align:left;
	position:relative;
	}

#inner_footer .rss{
	background:url(images/rss.jpg) no-repeat;
	position:absolute;
	width:132px;
	height:62px;
	top:-59px;
	margin:0 0 0 20px;
	right:0px;
	display:block;
	}
	
#footer_content{
	padding:5px 0 0 20px;
	}
	

#home a{
	color:#000;
	text-decoration:none;
	}
#home a:hover{
	color:#666;
	text-decoration:none;
	}
	
#footer_content p {
	color: #000;
}

a.yellowbutton{
	margin: 0 auto;
	background-position: 0 0;
	width:179px;
	height:38px;
	display: block;
	text-decoration: none;
}

a.yellowbutton:link,
a.yellowbutton:visited{
	background-position: 0 0;
}

a.yellowbutton:hover{
	background-position: 0 -38px;
}
a#mainsitebut {
	background-image:url(images/buttonmainsite.gif);
}

a.yellowbutton span {
	display:none;
}
