/* @override http://www.janetheagency.com/wp-content/themes/jane/style.css */

/*
Theme Name: jane Theme
Version: 1.0
Author: XHTML4U.com
Author URI: http://www.xhtml4u.com/
Tags: blue, custom header, fixed width, two columns, widgets

  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
   ***************************/


/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
  }
a{
	color:#231F20;
	text-decoration: none;
	}
a:hover {
	color:#231F20;
	text-decoration: underline;
	}
fieldset {
	border:none;
   }
li {
	list-style:none;
   }
.clear {
	clear: both;
   }
img {
	border: none;
	}
.center {
	text-align: center;
	}
.hidden {
	display: none;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left
	}

/* *************************** 
   $2 Website Structure Styles
   ***************************/
body {
	text-align: center;
	font:13px Arial, Helvetica, sans-serif;
	color:#231F20;
	}

#page {
	text-align:left;
	overflow:hidden;
	margin:0 auto;
	width:900px;
	padding:0 0 40px 0;
	}

/* *************************** 
   $3 Header Styles
   ***************************/
#header {
	position:relative;
	width:100%;
	height:186px;
	border-bottom:#231F20 6px solid;
	background:url(images/bg_header.png) 0 0 no-repeat;
	}
#header  h1{
	text-indent:-9999px;
	outline-style:none;
	}
.headerbot{
	width:100%;
	overflow:hidden;
	position:absolute;
	left:0;
	top:153px;
	border-top:#000 0.5px solid;
	}
.headerbot_left{
	float:left;
	font-size:15px;
	padding-top:7px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
.headerbot_left #quotes{
	width:600px;
	height:25px;
	overflow:hidden;
	font-size:15px;
	display:none;
	}
.home .headerbot_left #quotes{
	display:block;
	}
.home .headerbot_left .link_back{
	display:none;
	}
.headerbot_right{
	float:right;
	width:173px;
	margin-top:-4px;
	}

 #searchform{
	width:173px;
	height:16px;
	}
 #searchform #s{
	 width:169px;
	 height:14px;
	 padding:0 0 0 2px;
	 border:#c7c8ca 1px solid;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#000;
	float:left;
	}
/* *************************** 
   $4 Content Styles
   ***************************/
.home #content{
	margin:0;
	width:100%;
	height:550px;
	}
.home_left{
	float:left;
	width:620px;
	padding:0 12px 0 0;
	margin:0;
	height:540px;
	overflow:hidden;
	border-right:#c7c8ca 1px solid;
	}
.home_left h1{
	border-bottom:#000 3px solid;
	padding:0 0 10px 0;
	margin:0 0 11px 0;
	}
.home_left h1 span{
	background:url(images/text_this.png) 0 0 no-repeat;
	width:100%;
	height:52px;
	display:block;
	text-indent:-9999px;
	outline-style:none;
	}
#featured{
	width:100%;
	height:352px;
	}
.featuredview{
	width:620px;
	position:relative;
	visibility:visible;
	}
.panel{
	overflow: hidden;
	width:620px;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	}
.nav-overlay{
	display:none;
	}
.exhibition{
	width:100%;
	border-bottom:#7c7d7f 1px solid;
	padding:9px 0 3px 0;
	overflow:hidden;
	margin:0;
	}
#content .exhibition h2{
	border-bottom:#000 2px solid;
	text-align:left;
	margin:0 0 3px 0;
	color:#000;
	}
.home #content  p{
	font-size:11px;
	line-height:13px;
	padding:0 0 16px 0;
	}
.readmore{
	font-size:11px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:url(images/bg_readmore.png) 0 0 no-repeat;
	padding:1px 0 3px 22px;
	float:left;
	}
.home_right{
	float:right;
	width:250px;
	height:540px;
	overflow-y:scroll;
    scrollbar-face-color:#000;
	scrollbar-track-color:#E6E6E6;
	scrollbar-arrow-color:#E6E6E6;
	scrollbar-3dlight-color:#000;
	scrollbar-darkshadow-color:#000;
	}
.home_right_inner{
	width:215px;
	overflow:hidden;
	margin-bottom:20px;
	}
.home_right li{
	width:215px;
	border-bottom:#7c7d7f 1px solid;
	margin:0 0 18px 0;
	padding:0 0 7px 0;
	float:left;
	}
#content .home_right h2{
	border-bottom:#000 2px solid;
	text-align:left;
	margin:0 0 3px 0;
	color:#000;
	padding-top:0;
	}
#content .home_right h4{
	padding:7px 0 0 0;
	}
.home #content .home_right p{
	padding-right:8px;
	}
#content {
	margin-left:180px;
	width:543px;
	padding:10px 0 0 0;
	}
#content h2{
	text-align:center;
	border-bottom:#000 3px solid;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	padding:10px 0 3px 0;
	}
#content h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	padding:10px 0 3px 0;
	}
#content h4{
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
.home .post{
	text-align: left;
	} 
.post {
	margin: 0 0 20px;
	}
.entry{
	padding:10px 0 0 0;
	}
.entry  p{
	line-height:18px;
	padding:0 0 18px 0;
	}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}
.entry ol li {
	margin: 0;
	padding: 0;
	}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

p img {
	max-width: 100%;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
.postmetadata{
	text-align:center;
	width:100%;
	}
hr {
	display: none;
	}
.post hr {
	display: block;
	}
.postmetadata {
	clear: both;
	color: #777;
    }
.postmetadata ul, .postmetadata li {
	display: inline;
	}
.commentlist li ul li {
	font-size: 1em;
   }
.commentlist li {
	font-weight: bold;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
   }
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}
cite {
	text-decoration: none;
	}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
	}
.commentmetadata {
	font-weight: normal;
	margin: 0;
	display: block;
	}
.commentlist {
	padding: 0;
	text-align: left;
	}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
   }
.children { padding: 0; }
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	color: #777;
	}
code {
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
	cursor: help;
	font-size:12px;
	
	}
span.caps{
	cursor: help;
	font-size: 0.9em;
	letter-spacing: .07em;
	color: #777;
	}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #777;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
    }
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    }
.wp-caption img {
	margin: 0;
	padding: 0;
    }
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
    }

/* *************************** 
   $5 Sidebar Styles
   ***************************/

#sidebar{
	float:left;
	width:150px;
	padding:22px 0 0 0;
	}
#sidebar form {
	margin: 0;
	}
#content .home_right h2.home_widgettitle{ display:none;}
#sidebar h2 {
	font-size:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	border-bottom:#231F20 1px solid;
	padding:0 0 3px 0;
	}	
#searchform {
	margin: 10px auto;
	padding: 5px 0;
	text-align: center;
	}
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}
#sidebar #searchsubmit {
	padding: 1px;
	}
#sidebar ul{
	margin: 0;
	padding: 0;
	}
#sidebar ul li {
	}
#sidebar ul ul{
	padding:4px 0 15px 0;
	}
#sidebar ul ul li {
	font-size:11px;
	}
#sidebar ul ul ul {
	margin: 0 0 0 10px;
	}
select {
	width: 130px;
	}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}
ol li{
	list-style: decimal outside;
	}
#sidebar ul ol {
	margin: 0 0 0 10px;
	}
#sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	color: #777;
	list-style: decimal outside;
	}
#commentform p {
	margin: 5px 0;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	font:12px Arial, Helvetica, sans-serif;
	}
#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	font:12px Arial, Helvetica, sans-serif;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}
#wp-calendar a {
	display: block;
	text-decoration: none;
	}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	font-size: 9pt;
	}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	font-size: 9pt;
	}
#wp-calendar caption {
	text-align: center;
	width: 100%;
	text-decoration: none;
	font:16px Arial, Helvetica, sans-serif;;
	}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Calendar */		
.thread-alt {
	background-color: #f8f8f8;
    }
.thread-even {
  	background-color: white;
    }
.depth-1 {
    border: 1px solid #ddd;
    }
.alt {
	margin: 0;
	padding: 10px;
	border-left: 1px solid #ddd;
	}
.even{
	border-left: 1px solid #ddd;
   }
/* *************************** 
   $6 Footer Styles
   ***************************/

#footer {
	width:100%;
	float: right;
	border-bottom:#000 2px solid;
	overflow:hidden;
	padding:10px 0;
	border-top:#231F20 1px solid;
	}
.home #footer{
	border-top:0;
	}
#footer ul{
	margin-left:240px;
	}
#footer .first{
	border:0;
	}
#footer li {
	border-left:#000 1px solid;
	font-size:11px;
	padding:0 3px;
	float: left;
}






