/*
Theme Name: Vanity Beauty Theme
Theme URI: 
Version: 1.0
Description: 2 Column theme
Author: Hudah
Author URI:
*/
* {
	margin: 0;
	padding: 0;
	}
body {
	color: #241421;
	font-size: 13px;
	line-height:200%;
	margin:0;
	padding:0;
	background-position:top;
	text-align:center;
	background-image:url(images/bg-pattern.jpg);
	background-repeat:repeat-x;
	background-color:#493747;
		font-family:Georgia, "Times New Roman", Times, serif;
	}
h1, h1 a, h1 a:hover{
	color:#290245;
	font-size:23px;
	font-weight:normal;
	margin-top:4px;
	margin-bottom:10px;
	padding-bottom:4px;
	background: url("images/content-title-background.jpg");
	border-top: #000000 1px dotted;
         border-bottom: #000000 1px dotted;
	}
h2{
	background-color:#ffffff;
	color:#555151;
	font-size:19px;
	font-weight:normal;
	padding:3px 0 3px 7px;
	}
a {
	color:#ff6cac;
	text-decoration:none;
	}
a:hover {
	color:#a8580d;
	text-decoration:none;
	}
a img{	border: none}
#wrapper{
	width:960px;
	margin:0 auto;
	padding:0;
	}
#header{
	width:960px;
	margin:0 auto;
	padding:0;
	text-align:left;
	}
#logo, #logo a, #logo a:hover {
	font-size:1px;
	color:#ffffff;
	text-decoration:none;
	margin-top:35px;
	}
#searchbox{
	float:right;
	height:25px;
	width:310px;
	margin-top:-40px;
	}
.search{
	height:26px;
	width:200px;
	margin-right:10px;
	font-size:14px
	}
.navigation{
	width:960px;
	margin-top:5%;
         	}
.navigation ul{
	list-style:none;
	margin:-35px;          
	padding:0;
	float:left;
	}
.navigation li{
	display:inline;
	margin-left:50px;
	font-size:15px;
	color:#000000;
	}
.navigation li a{
	color:#000000;
	text-decoration:none;
	padding:3px 5px 6px 5px;
	}
.navigation li a:hover{
	color:#ffffff;
	text-decoration:none;
	background-color:#f7bbd5;
	}
#img{
	background-image:url(images/img.jpg);
	background-repeat:no-repeat;
	background-position:top;
	widows:960px;
	height:302px;
	margin-top:20px;
	margin-bottom:20px;
	}
#container{
	width:960px;
	margin:0 auto;
	}
#content{
	width:663px;
	background-color:#ffffff;
	border:2px solid #81878e;
	float:left;
	text-align:left;
	margin-bottom:15px
	}
.post{
	padding:10px; 
	}
#sidebar{
	width:280px;
	float:right;
	text-align:center;
	background-color:#fcf7fc;
	border:2px solid #81878e;
	font-weight: bold;
	margin-bottom:5px;
	}
#sidebar ul{
	list-style:none;
	line-height:220%;
	background-color:#ffffff;
	margin-bottom:14px;
	border-top: #000000 1px dotted;
         border-bottom: #000000 1px dotted;
	text-align:center;
	font-weight: normal;
	}
#sidebar li{
	margin-left:8px;
	border-bottom:1px none #000000;
	color:#ffffff;
	text-decoration:none;
	margin-right:8px;
	}
#sidebar li a{
	color:#ff6cac;
	text-decoration:none;
	}
#sidebar li a:hover{
	color:#a8580d;
	}
#footer {
	width:100%;
         font-size: 11px;
         	clear:both;
	height:120px;
	padding-top:14px;
	text-align:center;
	background: url("images/footer.jpg");
         background-repeat:repeat-y;
	color:#626262;
	text-decoration:none;
	border-top:1px solid #626262;
	}
#footer a{
	color:#626262;
	text-decoration:none;
}
#footer a:hover{
	color:#626262;
	text-decoration:underline;
	}
.pagination{
	margin:5px 8x 5px 8px;
	}
.links{
	height:29px;
	border:1px solid #3f5160;
	margin-top:12px;
	margin-bottom:15px;
	padding-left:10px;
	padding-right:15px;
	}