/*   
Theme Name: Thematic Feature Site
Theme URI: 
Description: Use the Thematic Feature Site Theme to power your WordPress web site.
Author: Ian Stewart
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0.1
Tags: Thematic
.
Thematic Site is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
/*@import url('../thematic/library/styles/reset.css');*/

/* Apply basic typography styles */
/*@import url('../thematic/library/styles/typography.css');*/

/* Apply a basic layout */
/*@import url('2c-r-fixed-988px.css');*/

/* Apply basic image styles */
/*@import url('../thematic/library/styles/images.css');*/

/* Apply default theme styles and colors */
/*@import url('../thematic/library/styles/default.css');*/

/* Prepare theme for plugins */
/*@import url('../thematic/library/styles/plugins.css');*/


html {
    height: 100%;
   }

body {
	min-width: 1020px;
	background: #fff;
	height: 100%;
}

#wrapper {
	height: 100%;
}

#headerwrapper {
	min-width: 1020px;
}

#header {
	width: 1000px;
	margin: 0 auto;
	position: relative; 
	height: 70px;
	z-index: 20;
	padding: 10px 0px 0px;    
}

/*Site Title and tagline*/
#branding {
	width: 350px;
	float: left;
}

/*Menu*/
#access {
	float: right;
	margin-top:10px;
 }

#mainwrapper {
	min-height:100%;
	clear:both;	 
	/*height:auto;*/
} 
 
#main {
	width:1000px;
    margin: 0px auto 0;
    /*overflow: hidden;*/
    position: relative;
	clear: both;
	z-index: 1;
	/*padding: 0 10px;*/
}

#container {
    width: 800px;
    float: left;
	padding: 10px 0 0 10px;
}
:root *> #container {
	margin-bottom: 20px;	
}
#content {
    /*margin-left: 315px;*/
	padding-left:315px;
	/*overflow: hidden;*/
	width: 494px;
	height:100%;
}

#primary {
	width: 300px;
	float: left\9;
	margin: 0 0 0 -810px\9; 
	padding: 10px 0 0 10px;
}

/*Except IE7*/
html>/**/body #primary { 
	width: 300px;
	position: absolute;	
	margin-left: 0px;
	padding: 10px 0 0 10px;
	top:0;
}

.hentry {margin-bottom:20px;}

:root *> #primary {
	width: 300px;
	position: absolute;	
	padding: 10px 0 0 10px;
}

/*For IE7*/
#secondary {
	width: 160px;
    float: right;
	margin-right:0px;
	margin: 0 0 0 -170px\9;
	padding-right: 10px;
	
	min-height:100%;
	display:block;
}

/*Except IE7*/
html>/**/body #secondary { 
}

/*Keep for reference for all except IE 6~8*/
:root *> #secondary {
}

#footerwrapper {
    min-width: 1020px;
	background: #ededed;
	 clear: both;
	height:70px;
	margin-top: 20px;
	/*position:absolute;*/
	/*bottom:0px;*/
	width:100%;
} 

#footer {
	width: 980px;
    margin: 0 auto;
	text-align: center;
	padding-top: 10px;
	
}

/*Style*/
#headerwrapper {
	background: url(images/header.png) repeat-x;
}

#header {
	
}

#wrapper {
	background: #fff;
}

#blog-title {
	font: 32px arial;
}

#blog-title a {
	text-decoration: none;
}

.skip-link {
	display: none;
}

#mainwrapper {
	background: url(images/mainbg.png) repeat-x;
	
}


#nav-above .nav-next, #nav-above .nav-previous, #content .page-title{
	display:none;
	height:100000px;
	visibility:hidden;
}

#main {
	background: url(images/contentbg.png) no-repeat;
	min-height:350px;
}

#primary .widgettitle {
	display: none;
}

#primary ul  {
    list-style:none;
    margin:0;
}


#secondary ul {
	/*border-bottom:1px solid #ccc;*/
    list-style:none;
    margin:0;
}

#secondary h3 {
	font-size: 18px;
	border-bottom:1px solid #ccc;
	padding: 6px 0;
}



#secondary ul li a {
    border-bottom:1px solid #ccc;
    color:#666;
    display:block;
    text-decoration:none;
	padding: 0px 0 0px 5px;
}

#secondary ul li a:hover,
#secondary ul li a:active {
    background:#1a3315;
    color: #fff;
}

#footerwrapper {
    background: url(images/footerbg.png) repeat-x;
	/*border-top: 1px solid #000;*/
} 

/*Asides, Sidebars & Widget-Ready Areas*/
.aside,
.aside input {
    font-size:13px;
    line-height:18px;
    margin-bottom:6px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside .current_page_item a {
    color: #fff;
}
.aside .current_page_item .page_item a {
    color:#666;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #fff;
}
.aside {
    color:#666;
}
.aside a {
    color:#666;
}
.aside a:active,
.aside a:hover {
    color: #fff;
}
.aside h3 {
    font-size:15px;
    font-style:italic;
    line-height:22px;
}
.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
}
.aside ul ul {
    list-style:disc;
    margin:0 0 22px 20px;
}
.aside ul ul li {
    padding:1px 0;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:22px;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #ccc;
}
.aside tbody {
    border:1px solid #ccc;
}
.aside th, .aside td {
    border-right:1px solid #ccc;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
.aside #searchsubmit {
	display: none;	
}

.aside #s {
	width: 300px;	
}
#subsidiary {
    padding:33px 0 0 0;    
}

/*post entry*/
.entry-title {
    font-family:Arial,sans-serif;
    font-size:15px;
    font-weight:bold;
    /*line-height:26px;*/
    padding:0;
}
.entry-title a {
    color:#000;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #1a3315;
}
.single #leader .entry-meta {
   color:#fff;
}
.entry-meta {
    color:#000;
    font-size:10px;
    font-style:italic;
    padding-bottom: 5px;
	display:none;
}
.entry-meta .author {
}
.entry-meta .n {
    font-size:10px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.single .entry-meta a {
    color:#fff;
    text-decoration:none;
}
.entry-meta a {
    color:#000;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #1a3315;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-content {
    padding:0px 0 0 0;
	clear:both;
}
.entry-content h1,
.entry-content h2 {
    font-family:Arial,sans-serif;
    font-size:19px;
    font-weight:bold;
    padding:28px 0 14px 0;
}
.entry-content h3 {
    font-size:17px;
    font-style:italic;
    padding:28px 0 14px 0;
}
.entry-content h4 {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.entry-content table {
    margin-left:1px;
}
.entry-content embed {
    margin:0 0 22px 0;
}
.entry-utility {
    color:#666;
    font-size:10px;
    line-height:18px;
    margin:0 0 15px 0;
	display:none;
}
.entry-utility a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #1a3315;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
    color:#666;
    font-size:12px;
    line-height:18px;
    margin:0px 0 22px 0;
    overflow:hidden;
	text-align: center;
}
.navigation a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.navigation a:active,
.navigation a:hover {
    color: #1a3315;
}
.navigation .meta-nav {
    font-style:normal;
}
.nav-previous {
	float: left;
	width:49%;
	display:none;
}
.nav-next {
	float: right;
	width:49%;
	text-align:right;
	display:none;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
    display:none;
}
.paged #nav-above {
    /*display:block;
    padding:0 0 44px 0;*/
}

/* =Comments
-------------------------------------------------------------- */

#comments {
    padding:0px 0 0 0;
    font-size:12px;
    line-height:18px;    
}
#comments input,
#comments textarea {
    font-size:12px;
    line-height:18px;
    border:1px solid #ccc;
    background:#f6f6f6;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-family:Arial,sans-serif;
    font-size:15px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 18px 0;
}
#comments-list {
    padding:0 0 18px 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    border:1px solid #e3e3e3;
    border-bottom:none;
    margin:0 0 18px 0;
}
#comments-list li {
    background:#fafafa;
    border-bottom:1px solid #e3e3e3;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.bypostauthor {
    background:#f6f6f6;
}
#comments-list ul li {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #fff;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #fff;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #fff;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}
#respond {
    background:#fff;
    margin-bottom:22px;
    overflow:hidden;
    padding:0px 5px 0 5px;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#cc0000;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:99%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
input#submit{
	border:1px solid #ccc;
	padding:3px;
	background:#f6f6f6;
	color:#666;
	cursor:pointer;
	/*text-transform:uppercase;*/
}
input:hover#submit{
	background:#1a3315;
	color:#fff;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}

/*-------------BreadCrumb--------------*/
#bread {
	width: 100%;
	height: 22px;
	background: #e2f0d9;
}

#bread-container {
	width: 980px;
	margin: 0 auto;
	padding: 2px 0;
}

/*------WP-PageNavi plugin-----------*/

.wp-pagenavi {
	clear: both;
	font-size:11px;
	padding: 10px;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

/*------Related Post-------*/
#relpost {margin-top: 15px;}

#relpost ol {margin-top:-5px;}
