/*
Theme Name: Themespress
Description: Custom built theme for wpthemespress.
Author: jinsona designs
Author URI: www.web2feel.com

*/


body {
	margin:0 auto;
	padding:0px 0px 0px 0px;
	background:#EDEDED url(images/body.png) repeat-x ;
	font-family:Tahoma,Century gothic, Arial,Tahoma,sans-serif;
	color:#161514;
	font-size:13px;
	}
img {
	border:0;
	margin: 0 0;
	}
a {
	color:#6F615A;
	text-decoration:none;
	outline:none;
	}
a:hover {
	color:#d53030;
	text-decoration:none
		}
h1, h2, h3, h4, h5, h6 {
	
	}
blockquote {
	padding:10px 10px 10px 10px;
	color:#444;
	font-style: normal;
	background:#FCFFCF;
	border-left:5px solid #834F01;
	border-right:5px solid #834F01;
	}
.clear {
	clear:both;
	}

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 5px 5px;
	margin: 0px 0px 10px 0px;
	display: inline;
	background:#fff;
	border: 1px solid #DDDDDD;
	}

img.alignright {
	padding: 5px 5px;
	margin: 0px 5px 10px 10px;
	display: inline;
	background:#fff;
		border: 1px solid #DDDDDD;
	}

img.alignleft {
	padding: 5px 5px;
	margin: 0px 10px 10px 5px;
	display: inline;
	background:#fff;
	border: 1px solid #DDDDDD;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	border: 1px solid #DDDDDD;
	text-align: center;
	background-color: #ffffff;
	padding: 4px 0px 5px 0px;
	margin: 5px 5px ;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}

/* The Outer cover */

#wrapper {
	width:1000px;
	margin:0 auto;


	}
#casing {
	padding:0px 0px 10px 0px;
	background:#EDEDED;
	float:left;
	width:1000px;

	}		
	
	
	
/* The Header */

#top {
	height:118px;
	margin:auto;
	background:#f4f4f4 url(images/top.png) ;
	width:1000px;
	position:relative;
	
	}
.blogname {
	width:260px;
	font-family:Tahoma,Century gothic,Verdana,sans-serif;	
	margin:10px 0 0 0px;
    float:left;
	height:60px;

	}
.blogname h1  {
	height:37px;
	padding:0 0 0px 0;
	font-weight:normal;
	color:#fff;
	text-align:left;
	margin:25px 0 0 10px;
	background:url(images/logo.png) no-repeat;
	text-indent:-9000px;
	display:block;
	}
.blogname h1  a:link, .blogname h1  a:visited{ 
	color: #D39701; 
	display:block;
	}
	
.blogname h1  a:hover { 
	color: #DCB20C; 
	}
.blogname h2 {
	margin:5px 0px 0px 20px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-align:left;

	}








/*Page menu*/

	
/* Category menu*/
	
#catmenucontainer{
	height:31px;
	display:block;
	padding:0px 0 0px 0px;
	font: 11px Tahoma,Century gothic,verdana, Arial, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	}
	
#catmenu{
	margin: 0px;
	padding: 0px;
	width:1000px;
	height:30px;
	}
	
#catmenu ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#catmenu li {
	float: left;
	list-style: none;
	margin: 0px 1px;
	padding: 0px;
	}

#catmenu .current_page_item a{
	background:#fff url(images/menua.png) repeat-x;
	color: #9B0504;
    margin: 0px;
	padding: 9px 15px 11px 15px;

}	
#catmenu li a, #catmenu li a:link, #catmenu li a:visited {
	color: #fff;
	display: block;
	margin: 0px;
	padding: 9px 15px 8px 15px;
	}

#catmenu li a:hover, #catmenu li a:active {
	background:#fff url(images/menua.png) repeat-x;
	color: #fff;
    margin: 0px;
	padding: 9px 15px 8px 15px;
	text-decoration: none;
	}
	
#catmenu li li a, #catmenu li li a:link, #catmenu li li a:visited {
	background:url(images/cmenu.png);
	width: 150px;
	color: #8F6823;
	font-family:Tahoma,century gothic,Georgia,  sans-serif;
	font-weight: normal;
	float: none;
	margin: 0px;
	padding: 9px 10px 9px 10px;


	}
	
#catmenu li li a:hover, #catmenu li li a:active {
	background:#1E160D;
	color: #fff;
	padding: 9px 10px 9px 10px;
	}

	
/* The Search */
#search {
	height:27px;
	width:280px;
	margin:30px 5px 0px 10px;
	float:right;
	display:inline;
}
#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search p {
	margin: 0;
	font-size: 85%;
}

#s {

	float: left;
	width:205px;
	padding: 4px 5px 4px 5px;
	background:#EDEDED;
	border:1px solid #fff;
	font: normal 100% Arial, Helvetica, sans-serif;
	color:#333;

}

#searchsubmit {

	float: right;
	background:url(images/but.jpg) repeat-x;
	border:1px solid #DE822D;
	height:26px;
	font: normal 100% Arial, Helvetica, sans-serif;
	color:#fff;
	padding: 3px 5px 3px 5px;
width:60px;
}

#cap{
	width:1000px;
	height:65px;
	background:#362C23 url(images/cap.png) no-repeat;
	margin:0px 0px 0px 0px;

}

#categories{

width:250px;
float:left;
margin:30px 10px 0px 15px;
background:#fff;
	display:inline;
}


select#cat.postform {
	width:250px;
	background:#EDEDED;
	border:1px solid #fff;
	padding:0px 0px;
}

#categories option{
	padding:2px 0px;
}

/* Main Content*/

#content {
	float:left;
	width: 725px;
	height:100%;
	padding:10px 0px 0px 0px;
	display:inline;
	}
	
.title{
	margin: 0 0 0 0px;
	padding: 0px 0px 0px 0px;

}	


	
.single {
	width:710px;
	margin: 0px 5px 10px 5px;
	height:100%;
	color:#504945;
	font: 13px Tahoma, century gothic,Arial,verdana, sans-serif;


	}

.single  h2 {
	margin: 0px 0 0px 0;
	padding: 5px 0px 5px 0px;
	text-align: left;
	font: 22px Arial, Georgia, century gothic,verdana, sans-serif;
	font-weight:bold;
	overflow:hidden;
	background:url(images/line.png) bottom repeat-x;

	}

.single  h2 a, .single  h2 a:link, .single  h2 a:visited  {
	color:#191109;
	background-color: transparent;
	}
.single  h2 a:hover  {
	color: #5A4010;
	background-color: transparent;
	}	


.singleinfo {
		background:#fff url(images/book.png) no-repeat;
		padding-bottom:10px;
		border:1px solid #d8d7d7;
			}
	

.entry {
	margin:0 0;
	padding: 0px 5px ;
	
	}	
	
.entry a:link,
.entry a:visited {
	color: #AC0604;
	background-color: transparent;
}
.entry a:hover {
	color:#455236;
	background-color: transparent;
	text-decoration: none;
}
	
	
.entry p{
	margin:5px 0px;
	padding:0px 0px;
	line-height:20px;

}


/* right column */
.right{
	
	float:right;
	width:250px;
	padding:0px 0px 0px 0;
	margin-right:10px;
	display:inline;
}


	
	
/* The Sidebar1 */
.sidebar{
	float:left;
	width:250px;
	font-size:11px;
	font-family:Tahoma, Century gothic,Arial, sans-serif;

	}

.sidebar h2 {
	line-height:30px;
	font-size:14px;
	color:#fff;
	margin:5px 0 0px 0 ;
	padding:0px 0 0 5px;
	background:#980405;
	font-weight:bold;
	font-family:Century gothic, Georgia,Arial, sans-serif;
	text-transform:uppercase;

	}
.sidebar ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0;

	}

.sidebar ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 10px 0px;
	background-repeat:no-repeat;
		}

.sidebar ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}

.sidebar ul ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;

	}
	
.sidebar ul li {
	height:100%;
	line-height:18px;
	float: left; 
	clear: left;	
	width: 250px;
	text-transform:uppercase;
	}

.sidebar ul li a:link, .sidebar ul li a:visited {
	background:#fff;
	color:#4F370F;
	border-bottom:1px solid #EBEFD1;
	text-decoration: none;
	padding: 5px 0px 5px 5px;
	display:block;

	}

.sidebar ul li a:hover {
	background:#ADADAD;
	color: #fff;
	}

.sidebar p {
	padding: 7px 10px;
	margin:0;
	}

.sidebar table {
	width:100%;
	text-align:center;
	color:#787d7f;
	}	
	
	
/*calendar*/

#wp-calendar{
	width: 100%;
	padding: 0 0 15px;

}

#wp-calendar caption{
	padding: 5px 5px ;
	font-size:16px;
	
}

#wp-calendar th, #wp-calendar td{
	padding: 5px;
	text-align:center;

	color:#252525;
}

#wp-calendar td a{
	background:#8B4E20;
	padding: 5px 0px;
}
#wp-calendar td{
	background:transparent;
}
#wp-calendar td, table#wp-calendar th{
	padding: 2px 0;
}		
	
	
/* --- FOOTER --- */

#footer {

	padding:10px 0 10px 0px;
	color:#EFE2A4;
	font-family: Tahoma,georgia,Century gothic,  Arial, sans-serif;
	float:left;
	width:100%;
	background:#2B231C;
	border-top:5px solid #1F1811;

	}



.fcenter{

	width:1000px;
	margin:0px auto;
}

.credit{
	width:100%;
	text-align:center;
	padding:10px 0px;
	float:left;
	color:#A79578;
	background:#362C23 url(images/slide.png) repeat-x;
	border-top:1px solid #130f0c;
	font: 11px tahoma, Arial, Georgia, century gothic,sans-serif;
	line-height:18px;
}

.credit  a:link ,.credit  a:visited{
	color:#A79578;
	}

.credit a:hover {
	color:#fff;
	}
	
span.copyright{
	font-weight:bold;
	margin:10px auto;
	font-size:13px;

	
}

/* The Navigation */

#navigation{	

	margin:0px 0px 0px 0px;
	padding:0px 5px 10px 5px;

	}

.comnav{
	margin:0px 0px 0px 0px;
	padding:5px 5px;
	width:700px;
	font-family: Century gothic, Tahoma,georgia, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
}
.comnav  a:link ,.comnav  a:visited{
	color:#CC0905;
	}

.comnav a:hover {
	color:#222;
	}
/* The Attachment */

.contentCenter {
	text-align:center;
	}

/* The Page Title */

h1.pagetitle {
	padding:5px 5px;
	margin:0px 0 10px 5px;
	font-size:18px;
	text-align:center;
	color:#4A413C;
	font-family:Century gothic,Arial, Helvetica, sans-serif;
	}

#comment.comments{

	height:100%;
	padding:0px 0px 0px 5px;
	margin:0px 0px;
	width:715px;
	}
	
h3#comments {
	padding:5px 10px;
	margin:0px 0px 10px 0px;
	font-size:20px;
	font-weight:bold;
	color:#E70605;
	background:#F8F8F8;
	font-family: Century gothic, Tahoma,georgia, Arial, sans-serif;
	border:1px solid #D6D6D6;
	} 	
	
#respond{

	height:100%;
	padding:0px 5px;
	margin:0px 0px;
	background:#D6D6D6;
	border:1px solid #fff; 

}	
#respond h3{
	padding:5px 10px 5px 10px;
	margin:10px 0px;
	font-size:22px;
	font-weight:normal;
	color:#444;
	font-family:Georgia,Century gothic,Arial, Helvetica, sans-serif;
	}
#commentform {
	padding:0px 10px 10px 10px;
	margin:0px 0px 0px 0px;
	color:#BFAFA7;
	font-family:tahoma,Century gothic,Arial, Helvetica, sans-serif;
	}
	
#commentform p {	
	color:#2D2501;

	}
#commentform input {
	background:#F4F4F4;
	border:1px solid #DEDCDD;
	color:#444;
	padding-left:10px;

	}
#comment textarea {
	background:#fff;
	border:1px solid #CFCFCF;
	color:#444;
	width:95%;
	padding:5px 5px;

	}
.comments input#submit {

	width:auto;
	line-height:25px;
	padding:3px 5px;
	background:#4F3B2C;
	border:2px solid #1F1608;
	color:#fff;
	font-family:tahoma,Century gothic,Arial, Helvetica, sans-serif;
	}

ol.commentlist { 
	list-style:none; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	
	}
	
ol.commentlist li { 

	border:1px solid #fff; 
	margin:10px 0; 
	padding:5px 7px 5px 7px; 
	position:relative;
	background:#f4f4f4;
 }
 
ol.commentlist li div.comment-author { 
	padding:0 170px 0 0; 
}
ol.commentlist li div.vcard { 
	font:20px Century gothic,helvetica,Georgia, arial,sans-serif; 
	padding:0px 0px 5px 0px;
	color:#303948;
	font-weight:bold;
}

ol.commentlist li div.vcard cite.fn { 
	font-style:normal; 
	padding-left:55px;
}
ol.commentlist li div.vcard cite.fn a.url { 
	color:#000; 
	text-decoration:none; 
}
ol.commentlist li div.vcard cite.fn a.url:hover { color:#000; 
}

div.vcard img.avatar { 
	border:5px solid #fff; 
	left:7px; 
	position:absolute; 
	top:7px; 

}

ol.commentlist li div.comment-meta { 
	font:12px Tahoma, helvetica,arial,sans-serif; 
	padding-left:57px;


}

ol.commentlist li div.comment-meta a { 
	color:#E00605; 
	text-decoration:none; 
}

ol.commentlist li div.comment-meta a:hover { 
	color:#000; 
}
ol.commentlist li p { 
	font:normal 12px Tahoma, helvetica,arial,sans-serif;
	padding:10px 0px 0px 0px;
	line-height:18px;
	color:#35250A;
 }
 
ol.commentlist li ul { 
	font:normal 12px/1.4 helvetica,arial,sans-serif; 
	list-style:square; 
	margin:0 0 1em;
	padding:0; 
	text-indent:0;
 
 }
#cancel-comment-reply{
	padding:0px 0px 0px 0px ;

}
#cancel-comment-reply-link{

	color:#333; 
	font-size:10px;
	line-height:15px;
	font-family: Tahoma, Georgia,arial,sans-serif;
	padding:4px 10px;
	margin:0px 0px 0px 0px;	

} 


ol.commentlist li div.reply {  
	background:#980405; 
	border:2px solid #CC0905; 
	color:#fff; 
	font:bold 9px/1 Tahoma, Georgia,arial,sans-serif;
	padding:5px 10px;  
	text-align:center; 
	width:50px;
 }
 
ol.commentlist li div.reply a { 
	color:#fff; 
	text-decoration:none; 
	text-transform:uppercase; 
}

ol.commentlist li ul.children { 
	list-style:none; 
	margin:1em 0 0; 
	text-indent:0; 
}

ol.commentlist li ul.children li.depth-2 { 
	margin:0 0 .25em; 
}

ol.commentlist li ul.children li.depth-3 { 
	margin:0 0 .25em; 
}

ol.commentlist li ul.children li.depth-4 {
	margin:0 0 .25em; 
 }

ol.commentlist li.even { 


}

ol.commentlist li.odd { 


 }
 
ol.commentlist li.pingback div.vcard { 
	padding:0 170px 0 0; 
}

.ad1{

float:right;
margin:12px 5px 0px 0px;
display:inline;
}
.ad2{

text-align:center;
margin:5px 5px;

}


#myslides{

background:url(images/slide.png) repeat-x;
height:215px;
border-bottom:1px solid #fff;
}

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 900px; /*Width of Carousel Viewer itself*/
height:215px; /*Height should enough to fit largest content's height*/
margin: 0px 50px 0px 50px;

}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 20px 20px 0px 5px; /*margin around each panel*/
width:280px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
background:#503822;
height:155px;
padding:5px 0px;
border:1px solid #5e4936;
display:inline;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}
.stepcarousel .panel p{
text-align: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 5px 5px ; /*margin around each panel*/

}

.stepcarousel .panel h2{
height:16px;
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0px 5px ; /*margin around each panel*/
font-size:14px;
padding:0px 0px;
font-weight:bold;
text-align:center;
font-family:century gothic,Tahoma,Arial,verdana, sans-serif;
text-transform:uppercase;

}
.stepcarousel .panel h2 a:visited ,.stepcarousel .panel h2 a:link{
	color:#CA8A4E;

}
.stepcarousel .panel img {
margin:5px 10px 5px 10px;
display:block;
border:1px solid #2B231C;
}
