/*   
Theme Name: Thematic Power Blog
Theme URI: 
Description: Use the Thematic Power Blog Theme to ramp up the power of your WordPress blog.
Author: Ian Stewart
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.1
Tags: Thematic
.
Thematic Power Blog is copyright 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('3c-r-fixed-primary-988px.css');

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

/* Apply default theme styles and colors
   For demonstration purposes we're using the default Thematic style
   For major changes I recommend copying over the default styles into this file */
@import url('../thematic/library/styles/default.css');

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

/* =Category Menu
-------------------------------------------------------------- */
#access {
margin-left:20px;
overflow:hidden;
padding-left:0;
padding-top:1px;
position:relative;
width:956px !important;
}
#category-access {
    border-bottom:1px solid #ccc;
    height:32px;
    font-size:13px;
    padding:11px 0;
    overflow:visible; 
    z-index:150;
	display:none;
}
/* uncomment the following two selectors in case your category list wraps into a second row
#category-access {
		height: 96px;
}

body.ie7 #category-access {
		height: 64px;
}
*/
.menu-title {
    color:#666;
    float:left;
    font-style:italic;
    line-height:32px;
    margin-right:10px;
}
#category-access .sf-menu {
    border-color:transparent;
}
#category-access .sf-menu a {
    border:1px solid transparent;
    margin-right:3px;
}
#category-access .sf-menu li:hover, #category-access .sf-menu li:hover a,
#category-access .sf-menu li.sfHover, #category-access .sf-menu li.sfHover a,
#category-access .sf-menu a:focus, #category-access .sf-menu a:hover, #category-access .sf-menu a:active {
    background:     #fafafa;
	outline:		0;
    border-color:#ccc;
}
#category-access .sf-menu ul a {
    background:#fafafa;
    border-color:#ccc;
    border-right:none;
	border-bottom:none;
	margin-right:0;
}


/* =Default Widgets
-------------------------------------------------------------- */

#crown {
border:1px solid #CCCCCC;
width:304px !important;
}

#crown h3 {
    font-size:17px;
    padding:0 0 4px 0;
}
#crown #thematic-power-blog-subscribe {
    padding:0 0 44px 0;
    position:relative;
}
#crown #thematic-power-blog-subscribe h3 {
    position:absolute;
    top:0;
    left:0;
}
#crown #thematic-power-blog-subscribe ul {
    list-style:none;
    margin:0;
    position:absolute;
    top:0;
    right:0;
}
#crown #thematic-power-blog-subscribe ul li {
    padding:0;
}
#crown #thematic-power-blog-subscribe a {
    background:url(images/feed-icon-14x14.gif) no-repeat 10px 6px;
    border:1px solid #ccc; 
    -webkit-border-radius: .35em;
    -moz-border-radius: .35em;
    border-radius: .35em;
    padding:6px 16px 6px 32px;    
    text-decoration:none;
}
/* Fix for the a-tag border bug in IE7 */
body.ie7 #crown #thematic-power-blog-subscribe a {
	float:left; 
}
#thematic-power-blog-about ul {
    list-style:none;
}
#thematic-power-blog-about a.more {
    display:block;
    text-align:right;
}


/* =Global Elements
-------------------------------------------------------------- */

#branding {
    background:url(images/header-image.jpg) no-repeat center bottom;
    margin-bottom:22px;
    padding:0px 0 60px 0 !important; /* Bottom padding is the same height as the image called above */
	margin-left:20px !important;
	width:957px !important;
}
#blog-description {
    margin-bottom:42px !important; /* changed from 95px for picture size */
	width:977px !important;
	clear:both !important;
}
#leader {
    border-bottom:0px solid #ccc !important;
    margin-bottom:-42px;
    padding:15px 0px 11px 0px;
	width:957px !important;
	margin-left:20px;
}
#leader-container {
  margin-bottom:0;
  margin-left:auto;
  margin-right:auto;
  margin-top:0;
  overflow-x:hidden;
  overflow-y:hidden;
  padding-left:0 !important;
  width:957px !important;
}

#container {
float:right;
width:650px !important;
}

#content {
float:right;
overflow:hidden;
width:630px !important;
}

.hentry {
}
.crown-aside {
    color:#666;
    padding-top:22px;
    margin:0;
}
.attachment-jpeg .crown-aside,
.attachment.png .crown-aside {
    display:none;
}
.crown-aside a {
    color:#666;
}
.crown-aside a:active,
.crown-aside a:hover {
    color: #FF4B33;
}
.crown-aside ul {
    padding:0 20px;
}
.crown-aside ul ul {
    border:none;
    padding:0;
}
.main-aside {
    padding-top:22px;
}
.main-aside ul {
    padding:0 20px;
}
.main-aside ul ul {
    padding:0;
}
#crown {
    border:1px solid #ccc;
    width:300px;
}
#primary {
    border:1px solid #ccc;
    border-width:0 1px 1px 1px;
    padding:22px 0 11px 0;
    width:212px;
}
#secondary {
    border:1px solid #ccc;
    border-width:0 1px 1px 1px; /* keeping a border on the left for no-js */
    margin-left:-1px; /* offsets the 1px border on the left */
    padding:22px 0 11px 0;
    width:213px;
}

#breadcrumb-nav {
    border-top:1px solid #ccc;
    color:#666;
    font-size:13px;
    line-height:18px;
    margin-bottom:-22px;
}
#breadcrumb-nav a {
    color:#666;
}
#breadcrumb-nav a:active,
#breadcrumb-nav a:hover {
    color: #FF4B33;
}
#breadcrumb-nav-container {
    margin:0 auto;
    padding:11px 0;
    width:988px;
}
#breadcrumb-nav-container p {
    margin:0;
}
#footer {
}


.wp-pagenavi span.pages {
		padding:4px !important;
}


/* =Widgets
-------------------------------------------------------------- */

.aside th, .aside td {
	padding:0em 0em;
}

.aside p, .aside ul, .aside ol, .aside dd, .aside pre {
margin-bottom:18px !important;
margin-top:0px !important;
}
/* New stuff from Jeff 2009-12-25 */

p, ul, ol, dd, pre {
font-family:Arial,sans-serif;
margin-bottom:15px;
}

body, input, textarea {
-x-system-font:none;
font-family:Arial,sans-serif;
}

#header {
/*border-top:5px solid #ffffff;*/
width:997px; /* changed for 990px */
margin-top:0px;
padding-left:0px;
background-image:url(images/bg_top.jpg);
background-position:top;
background-repeat:no-repeat;
}

#blog-title {
font-family:Arial,sans-serif;
font-size:28px;
line-height:28px !important;
margin-top:20px !important;
float:left;
}

#branding {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/header-image.jpg) no-repeat scroll center bottom;
margin-bottom:13px;
padding:18px 0 20px;
width:957px;
margin-left:20px;
}

#main {
clear:both;
padding:0;
width:957px !important;
margin-left:20px;
margin-top:15px;
overflow-x:hidden;
overflow-y:hidden;
position:relative;
}

.entry-title {
font-family:Arial,sans-serif;
font-size:28px;
line-height:28px;
padding:0 0 5px;
}

.entry-content {
padding:5px 0 0;
}

.hentry {
padding:0 0 1px;
}

.entry-content h1, .entry-content h2 {
font-family:Arial,sans-serif;
font-size:18px;
padding:5px 0px;
}

.entry-content h3 {
font-size:18px;
font-style:italic;
padding:1px 0 7px;
}

#subsidiary {
width:957px !important;
margin-left:20px;
padding:10px 0 0 !important;
}


#footer {
margin-top:2px;
background-image:url(images/bg_bt.jpg);
background-repeat:no-repeat;
background-position:bottom;
width:997px;
border:none;
}

#siteinfo {
border-top:0 solid;
color:#666666;
font-size:11px;
line-height:38px !important;
margin-left:20px;
padding:2px 0 5px;
text-align:right;
width:957px !important;
}

#leader .aside {
  float:left;
  margin-bottom:
  margin-left:0px;
  margin-right:20px;
  margin-top:0px;
  width:305px;
}

#subsidiary .aside {
  float:left;
  margin-bottom:
  margin-left:0px;
  margin-right:20px;
  margin-top:0px;
  width:305px;
}

#sidebar {
float:left;
overflow:hidden;
width:307px !important;
}

.gsc-control-cse {
background-color:#FFFFFF;
border-color:#FFFFFF;
font-family:Arial,sans-serif;
}

.cse .gsc-control-cse, .gsc-control-cse {
background-color:#FFFFFF;
border:0 solid #FFFFFF !important;
}

.cse .gsc-control-cse, .gsc-control-cse {
padding:0 !important;
width:100% !important;
}

.gsc-control-cse {
font-family:Arial,sans-serif;
font-size:12px !important;
width:100% !important;
}

.cse .gsc-control-cse, .gsc-control-cse {
padding:0% !important;
width:100% !important;
}

.aside tbody {
border:0 solid #CCCCCC !important; /* wipes out all aside tables */
}

#content .aside {
border:0 solid #CCCCCC !important;
margin:0 0 0 !important;
padding:0 0 0 !important;
}
#content .aside ul {
padding:0 0 !important;
margin-bottom:6px !important;
}

table.gsc-search-box td {
vertical-align:middle;
}

td.gsc-search-button {
width:1%;
}

.aside th, .aside td {
border-bottom:0 solid #CCCCCC;
border-right:0 solid #CCCCCC;
padding:0em 0em;
}

tr {
border-bottom:0 solid #CCCCCC !important;
}

table#footer-links {
border:1 solid #CCCCCC;
font-size:12.5px;
line-height:3px;
margin:0 0 0 21px;
text-align:left;
}
tr.plain{
vertical-align: top;
text-align: left;
}
tr.shadow{
background-color: #E8E8E8;
vertical-align: top;
text-align: left;
}
tr.bigger{
font-size:15px;
font-weight:bold;
vertical-align: top;
text-align: left;
}
td.thick{
font-weight:bold;
}