/* CSS Document */

/*  
Theme Name: Jentri
Theme URI: http://ifelse.co.uk/jentri/
Description: Smart and sophisticated. Background image courtesy of squidfingers.
Version: 1.0
Author: Phu Ly
Author URI: http://ifelse.co.uk/
*/

/*************************************
 +Containers
 *************************************/

body{
	background:#ffffff url(../images/bg.jpg) repeat-x left top;
	color:#77756B;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height:1.3;
	margin:0;
}

#wrap{
	margin: 0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding: 0px;
	background-color:#FFFFFF;
	vertical-align: top;
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
	text-align: left;
	width: 760px;
}
	

#accessibility {
        position: absolute;
        top: -10000px;
}

#content{
	padding:0px 10px 20px;
}

#main {
	padding-top: 65px;
	width: 530px;
	float: right;
}

#footer{
	color:#888;
	margin-top:40px;
	padding:3px;
	font-size: 0.9em;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #eeeae0;
	text-align:center;
	clear: both;
}

#navEZPagesTop {
	font-size: 10px;
	font-weight: bold;
	margin: 0em 20px 0em 0em;
	padding: 15px 0 10px 0em;
	text-align: right;
	}


#navMainWrapper {
	margin: 0em;
	font-weight: bold;
	color: #ffffff;
	width: 350px;
	float: right;
	}
	
#navMain ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: right;
	line-height: 1.5em;
	}

#navMain ul li {
	margin-right: 20px;
}

#header{
	height: 190px;
	text-align:right;
	font-size:10px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}

#sidebar{
	color:#eee;
	float:left;
	width:150px;
	background-color:#fff;
}

* html body #wrap{
	background:#fff;
}

/*************************************
 +Hn
 *************************************/
#sidebar h2{
	color:#99232A;
	font-size:1.2em;
	margin-bottom:10px;
	font-weight:normal;
	text-transform: uppercase;
	font-family: "Century Gothic", Verdana, Arial;
}
#header h1{
	display:inline;
	font-size:2.8em;
	line-height:1;
	margin:0;
	font-weight:normal;
	letter-spacing: -2px;
}
#header h1 a{
	color:#5F1010;
}
#header h1 a:hover{
	color:#86827A;
}
h1, h2, h3{
}
h2{
	font-size:1.5em;
	padding-right:5px;
}
h3{
	font-size:1.2em;
}
.entrytitle h2, .entrytitle h3{
	display:inline;
	font-weight:normal;
}
.entrytitle h2{
	color:#C04422;
	font-family: "Century Gothic", Verdana, Arial;
	font-size:1.5em;
}
.entrytitle h3{
	font-family: "Century Gothic", Helvetica, arial;
	font-weight:normal;
}
.entrymeta{
	background:url(/images/swirl.png) no-repeat  50%;
	padding:3px;
	padding-bottom:30px;
}
/*************************************
 +Lists
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
	line-height:2;

}
#sidebar ul li a{
	color:#9b918f;
}
#sidebar ul li a:hover{
	color:#746A68;
}

#header ul{
	list-style-type:none;
	padding:0.5em 0em;
	margin:0;

}

#header ul li a{
	color:#99232e;
}
/*************************************
 +Misc
 *************************************/
a{
	text-decoration:none;
	color:#8E7D6C;
}
.entry a{
font-weight:bold;
}
a:hover{
color:#9e9e9e;

}
#footer {
	background-color:#e0e4d2;
	border-bottom:5px solid #d5d8c7;
	padding-top:5px;
	padding-bottom:5px;
	color:#898c7c;
}

#footer a {

	color:#b3962e;

}

#footer a:hover {

	color:#605a59;

}
.navigation{
	padding:3px;
	text-align:center;
}
.navigation a{
	color:#8E7D6C;
}
#header {
}
#header p{
	color:#86827A;
	font-size:1em;
	margin:0;
}

.navBreadCrumb {
	margin-top:25px;
	margin-bottom:20px;
	font-size: 10px;
	width: 95%;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0.5em 0 0.5em 1.5em;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #eeeae0;
	}

/*************************************
 +Entry
 *************************************/
.entry{
	font-size:12px;
	padding-top: 0;
	padding-right: auto;
	padding-bottom: 0;
	padding-left: auto;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.entrytitle{
	font-size:12px;
	color:#99232A;
	font-weight: bold;
}

.entryprice{
	font-size:11px;
	color:#9B918F;
	font-weight: bold;
	padding-top: 10px;
}

.entrytitle a {
	color:#99232A;
	text-decoration:none;	
}
.entrytitle a:hover {
	color:#99232A;
}

.entrybody{
}

.entrylist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 200px;
	font-size:11px;
	color:#99232A;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
}

.entrymeta{
	color:#666;
	font-size:10px;
}
.entrymeta a{
	color:#666;
}
.entry img {
}

/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:5px;
	padding:10px;
}
.commentsblock textarea{
	width:420px;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
.commentmetadata {
        font-size: 0.9em;
}
.alt{
	background:#3F464A;
	border:1px solid #43494D;
}
.even{
	background:#FCFAF4;
	border:1px solid #D4D7C4;
	padding:5px;
}

.odd{
	background:#E0E4D2;
	border:1px solid #C2C5B5;
	padding:5px;
}

#cpreview {
	border:1px solid #D6D9C8;
	padding:10px;
	background-color: #EFF0E9;
	}

#cpreview ol li cite a {
	font-weight:bold;
	}
	
.comment {
	font-size:12px;
	color:#99232e;
	}

.comments-wrapper {
	border:1px solid #D6D9C8;
	padding:0px 10px 10px;
	}

.txpCommentInputMessage, .comment_web_input, .comment_email_input, .comment_name_input, .button {
	background-color:#eeeae0;
	border:1px solid #C6C1BA;
	color:#77756B;
}


/*********************************
	+Shopping Cart Display
**********************************/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	padding: 1em;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #eeeae0;
	border-bottom-color: #eeeae0;
	}

#cartAdd input {
	background-color:#b3962e;
	padding:3px;
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	text-transform:uppercase;
	font-size:10px;
	color:#fff;
}
