/*
Theme Name: Monezine
Description: Stylish magazine theme from web2feel.com .
Author: jinsona designs
Author URI: www.web2feel.com



*/

body 

{
	margin:0 auto;
	padding:0px 0px ;
	background:#445135
	font-family:Century gothic, Arial,Tahoma,sans-serif;
	color:#161514;
	font-size:13px;
	}
img {
	border:0;
	margin: 0 0;
	}
a {
	color:#6F615A;
	text-decoration:none
	}
a:hover {
	color:#d53030;
	text-decoration:none
		}
h1, h2, h3, h4, h5, h6 {
	
	}
blockquote {
	padding-left:10px;
	color:#444;
	font-style: normal;
		
	}
.clear {
	clear:both;
	}
.alignleft {
	float:left;
	padding:3px 0 2px 5px;
	}
.alignright {
	float:right;
	padding:3px 5px 2px 0px;
	}

/* The Outer cover */

#wrapper {
	width:1000px;
	margin:0 auto;
	background:#e0e0e0;
	
	}
#casing {
	padding:0px 0px 0px 0px;
	background:#e0e0e0;
	background-repeat:no-repeat;
	}		
	
	
	
#topbar {
	height: 35px;
	margin-bottom: 0px;
	background:#161514;
	font-family:Georgia,Century gothic, Arial,Tahoma,sans-serif;
	font-size: 12px;
	text-transform:uppercase;

}
span.topfeed {
	background:url(images/rss.png) no-repeat;
	padding: 1px 0px 0px 20px;
	float:left;
	margin:8px 0px 0px 10px;
	height:20px;

}
span.topfeed a {
	color:#9F8C81;
}
	
/* The Header */

#top {
	height:104px;
	margin:auto;
	background:#393f42 url(images/header-background.gif);
	width:1000px;
	
	
	}
.blogname {
	width:390px;
	font-family:Century gothic,Verdana,Tahoma,sans-serif;	
	margin:15px 0 0 0px;
    float:left;
	background-repeat:no-repeat;

	}
.blogname h1  {
	font-size:35px;
	padding:0 0 0px 0;
	font-weight:normal;
	color:#cacccd;
	text-align:left;
	margin:0px 0 0 5px;
	text-indent:-9000px;

	
	}
.blogname h1  a:link, .blogname h1  a:visited{ 
	color: #cacccd; 
	display:block;
	}
	
.blogname h1  a:hover { 
	color: #eee; 
	}
.blogname h2 {
	margin:2px 0px 0px 10px;
	font-size:0px;
	font-weight:normal;
	color:#fff;
	text-align:left;
	}



/* The Search */
#search {
	height:28px;
	width:auto;
	padding:5px 5px 0px 5px;
	width:210px;
	float:right;
}
#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search p {
	margin: 0;
	font-size: 85%;
}

#s {
	margin-left:0px;
	float: left;
	width:154px;
	padding: 4px 2px 4px 5px;
	background:#fff url(images/sform2.jpg) no-repeat;
	border:none;
	font: normal 100% "century Gothic", Arial, Helvetica, sans-serif;
	color:#eae4c9;
}

#searchsubmit {
	width:30px;
	float: left;
	background:#fff url(images/sbutton2.jpg);
	border:none;
	font: bold 100% "century gothic", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height:25px;
}



/*Page menu*/

#foxmenucontainer{
	height:29px;
	background:url(images/menu.jpg) repeat-x;
	display:block;
	padding:0px 0 0px 0px;
	border-top:1px solid #BF2F2F;
	font: 12px Georgia,Century gothic,verdana, Arial, sans-serif;
	font-weight:normal;
	text-transform:uppercase;

	}
	

#menu ,#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	height:29px;
	
	}

#menu a {
	color: #DFC3C3;
	display: block;
    font-weight: normal;
   	padding: 7px 10px 7px 10px;
	}
	
#menu a:hover {
	background:url(images/menuhov.jpg) repeat-x;
	color: #d7a1a1;
	display: block;
	text-decoration: none;
  
	}

#menu li {
	float: left;
	margin: 0px 0 0px 0;
	padding: 0px;
	}
	
#menu li li {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 130px;
	}
	
#menu li li a, #menu li li a:link, #menu li li a:visited {
	background:#5D0909;
	width: 150px;
	float: none;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	color:#DFC3C3;
	
	}
	
#menu li li a:hover, #menu li li a:active {
	background:#971515;
	width: 150px;
	float: none;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	color:#d7a1a1;

	}

#menu li ul {
	position: absolute;
	width: 150px;
	left: -999em;
	z-index:200;

	}

#menu li:hover ul {
	left: auto;
	display: block;
	}
	
#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
	}

/* Category menu*/
	
#catmenucontainer{
	height:29px;
	background:url(images/catmenu-new.gif) repeat-x;
	display:block;
	padding:0px 0 0px 0px;
	font: 12px Georgia,Century gothic,verdana, Arial, sans-serif;
	font-wei
