/*   
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
-------------------------------------------------------------- */

#category-access {
    border-bottom:1px solid #ccc;
    height:32px;
    font-size:13px;
    padding:11px 0;
    overflow:visible; 
    z-index:150;
}
/* 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 h3 {
    font-size:12px;
    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;
    margin-left:0;
}
#thematic-power-blog-about a.more {
    display:block;
    text-align:right;
}


/* =Global Elements
-------------------------------------------------------------- */

#header {
    border-top:1px solid #ccc;
    margin-top:22px;
    width:998px;
    

}
#branding {
    
    background: url(rotate.php) no-repeat bottom center; 
    margin-bottom:2px;
    margin-top:4px;
    padding:44px 0 198px 0; /* Bottom padding is the same height as the image called above */
    
}
#blog-description {
    margin-bottom:22px;
}
#leader {
    border-bottom:1px solid #ccc;
    margin-bottom:-22px;
    
    padding:33px 0 11px 0;
    width:998px;
}
#content {
}
.hentry {
}
.crown-aside {
    color:#666;
    padding-top:22px;
    margin:0;
}
.attachment-jpeg .crown-aside,
.attachment.png .crown-aside {
    display:none;
}
.crown-aside a {
    color:#9999CC;
}
.crown-aside a:active,
.crown-aside a:hover {
    color: #FF4B33;
    text-decoration:underline;
    
}
.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:426px;
}
#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:0.25em 0.35em;
}


/* Susan changes */

body, input, textarea {
font-family:arial;
line-height:16px;
font-size:13px;
color:#545454;
}

#blog-title {
display:none;
}

#blog-description {
display:none;
}

.entry-meta {
color:#666666;
font-size:10px;
}

.entry-title {
font-size:12px;
margin: 0 0 0px;
padding: 0 0 2px;
}

.entry-title a {
color:#9999CC;
font-size:15px;
text-decoration:none;
}

.entry-title a:hover{
background-color:#FFFFFF;
text-decoration:underline;
}

.entry-title a:active, .entry-title a:hover{
color: #663399;
}

.entry-utility a:active, .entry-utility a:hover {
color:#663399;
}

.aside a{
text-decoration:none;
color:#9999CC ;
}
.aside a:hover{
background-color:#FFFFFF;
text-decoration:underline;
}

.aside a:active, .aside a:hover {
color: #9999CC;
}

.hentry{
padding: 0 0 2px;
}

/* TOP MENU */
.sf-menu li {
background-color:#9999CC;
}

.sf-menu a, .sf-menu a:visited {
color:#FFFFFF;
}

.sf-menu a {
padding: 9px 13.7px;
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
background-color:#663399;
color: #FFFFFF;
}

.sf-menu ul a {
background-color:#663399;
color: #FFFFFF;
}

.sf-menu ul li:hover, .sf-menu ul li.sfHover, .sf-menu ul a:focus, .sf-menu ul a:hover, .sf-menu ul a:active {
background-color:#663399;
color: #FFFFFF;
}
/* END TOP MENU */


/* CAT MENU */
#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:#663399;
}

#category-access .sf-menu a {
border:1px solid transparent;
margin-right:0px;
}


#branding {
  
    
    background: url(rotate.php) no-repeat center top;

}

#wrapper{
background:#EAEAEA;
width:100%;
}

#header{
margin-left:10%;
margin-right:10%;
margin-top:1px;
background:#FFFFFF;
}

#access{
border:0;
}

#category-access{
margin-left:10%;
background:#FFFFFF;
border:0;
width: 998px;
}

#main{
background:#FFFFFF;
width:auto;
margin-right:10%;
margin-left:10%;
padding-left:10px;
padding-top:10px;
}

#leader{
background:#FFFFFF;
margin-right:10%;
margin-left:10%;
padding:13px 0 31px;
}

#leader .aside{
margin:0 30px 0 0;
width:305px;
}

#leader-container{
width:auto;
padding-top:2px;
padding-left:5px;
margin-left:10px;
}


#content .aside {
border: 1px solid #FFFFFF;
margin: 0 0 2px;
padding:1px 0 0;
}

.aside h3 {
font-size:12px;
font-style:normal;
font-weight:bold;
}

.entry-content{
padding:2px 0 0;
}


.content_sub_heading{
color: #9999CC;
font-weight:bold;
font-size:16px;
}

#crown {
    border:1px solid #ccc;
    width:426px;
}
#primary {
    border:1px solid #ccc;
    border-width:0 0px 1px 1px;

    padding:5px 0 11px 0;
    width:237px;
    font-size:11px;
}
#secondary {
    border:1px solid #ccc;
    border-width:0 1px 1px 1px; /* keeping a border on the left for no-js */
   border-width:0 1px 1px 0px;
    margin-left:-1px; /* offsets the 1px border on the left */
    padding:5px 0 11px 0;
    width:190px;
    font-size:11px;
    float:left;
}

.main-aside ul {
padding:0 10px;
}

#sidebar{
width:438px;
margin:0 0 0 -438px;
}

table {
border-color:#CCCCCC;
border:none;
border-width:0px 0px 0;
font-size:13px;
line-height:18px;
margin:0 0 22px;
text-align:left;
}

tr {
border:none;
}

.pwhc_table{
border:none;
}

.pwhc_table td{
padding:0.25em 0.25em;
border:none;
}
.pwhc_table tr{
height:20px;
border:none;
}

.pwhc_table th{
height:20px;
border:none;
}

.training_table{
 font-size:12px;
 border-size:0;
 border-style:none;
}


.training_table tr{
 height:10px;
}


h3, h4{ 
display: inline; 
}
.page-title{
display:none;
}

.wp-pagenavi {
margin-left:10px;
}

#nav-above {
display:none;
}

.paged #nav-above {
display:none;
}

.nav-previous{
display:none;
}

.nav-next{
display:none;
}

#breadcrumb-nav{
border-style:none;
}

#breadcrumb-nav-container {
background: #FFFFFF;
margin:0 auto;
padding:11px 0;
width:1011px;

}

#sliding-panel .panel{
background:#CCCCCC;
font-family:arial;
}

#sliding-panel a{
color:black;
text-decoration:none;
font-size:11px;
line-height:12px;
}

#sliding-panel a:active, a:hover{
color:#9999CC;
font-family:arial;
}

#sliding-panel .tab a {
background: none;
font-family:arial;
}

#post-44{
display:none;
}

#postpic{
float:left;
margin-right:5px;
}

img.wp-post-image {
	float: left;
	margin:10px 9px 9px 0;
	display:inline;
}

a img.wp-post-image {
	float: left;
	margin:10px 9px 9px 0;
	display:inline;
}




.twtr-widget h3 {
font-size:12px !important;
font-weight:bold!important;
}

div#nifty {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#EAEAEA;none repeat scroll 0 0;
margin:0 0%;
height: 240px;
}

.rtop, .rbottom{display:block}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px} 

.aside th, .aside td {
border:none;
}

.aside th, .aside td {
border:none;
}

.aside tbody {
border:none;
}

.aside, .aside input {
line-height:16px;
font-size:12px;
}

.sponsors_table{
margin-left:35px;
}

.entry-content img {
margin-right:5px;
margin-bottom:5px;
}

.ngg-left {
float:left;
margin-right:10px;
}

.ngg-singlepic {
background-color:#FFFFFF;
display:block;
padding:10px;
}
.entry-content{
color: grey;
}

.wp-caption p.wp-caption-text {
margin:0;
padding:1px;
}

.wp-caption-text, .gallery-caption {
color:#666666;
font-size:11px;
line-height:14px;
}

.entry-utility {
color:#666666;
font-size:11px;
margin:0 0 5px;
}

.hentry {
padding:0 0 20px; 
line-height:17px;
margin:0 0 5px;
}

.aside p, .aside ul, .aside ol, .aside dd, .aside pre {
margin-bottom:12px;
}

h1,h2,h3,h4,h5,h6 {
	clear:none;
}

a{
text-decoration:none;
}


a:visited hover {
text-decoration:underline;
}

.sf-menu a:hover {
text-decoration:none;
}

#main {
width:988px;
}

.alignright, img.alignright {
display:block;
float:right;
margin-left:5px;
}

.floatright { 
float: right; 
}

.floatleft { 
float: left; 
}

#post-84 .entry-title {
display:none;
}