/*   
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');




/* =SLUGS
-------------------------------------------------------------- */

body.slug-home #content{
width: 550px;
margin-left: 0px;
background-color:#fff;
}

body.slug-home #page-top{
display:none;
}

body.slug-home h1{
display: none;}


body.slug-home #container {

}

body.slug-wp-wall-guestbook h1{
display: none;}

body.slug-wp-wall-guestbook #content{
width: 550px;
margin-left: 0px;
background-color:#fff;
}

body.slug-sing-up-our-petition #content{
width: 550px;
margin-left: 0px;
background-color:#fff;
}

body.slug-petition #page-top {
display:none;
}



body.slug-contact-us #content {
width: 550px;
margin-left: 0px;
background-color:#fff;
}

body.slug-contact-us #page-top {
display:none;
}

body.slug-campaign #content {
width: 550px;
margin-left: 0px;
background-color:#fff;
}

body.slug-campaign #page-top {
display:none;}

body.slug-objectives #content {
width: 550px;
margin-left: 0px;
background-color:#fff;
}

body.slug-objectives #page-top {
display:none;
}

body.slug-take-action #content {
width: 550px;
margin-left: 0px;
background-color:#fff;
}

body.slug-take-action #page-top {
display:none;
}

body.slug-reporting-hate-crime #content {
width: 550px;
margin-left: 0px;
background-color:#fff;
}

body.slug-reporting-hate-crime #page-top {
display: none;
}


body.slug-events #content {
width: 550px;
margin-left: 0px;
background-color:#fff;
}

body.slug-events #page-top {
display:none;
}

body.slug-partners #content {
width: 550px;
margin-left: 0px;
background-color:#fff;
}

body.slug-partners #page-top {
display:none;
}

body.slug-toolkit #content {
width: 550px;
margin-left: 0px;
background-color:#fff;
}

body.slug-toolkit #page-top {
display:none;
}

body.slug-support #content {
width: 550px;
margin-left: 0px;
background-color:#fff;
}

body.slug-support #page-top {
display:none;
}

body.slug-unite #content {
width: 550px;
margin-left: 0px;
background-color:#fff;
}

body.slug-unite #page-top {
display: none;
}


/* =Global Elements - default
-------------------------------------------------------------- */


body, input, textarea {
    font: 12px Helvetica, Arial, sans-serif;
    line-height:18px;
	color: #333333;
}


body {
background-color:#ededef;
    
}



p, ul, ol, dd, pre {
    margin-bottom:10px;
}
pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}
blockquote {
margin-top: 10px;
    color:#666;
    font-style:italic;
}
table {
    border:1px solid #ccc;
    border-width:1px 1px 0 1px;
    font-size:13px;
    line-height:18px;
    margin:0 0 22px 0;
    text-align:left;
}
caption {
    text-align:left;
}
tr {
    border-bottom:1px solid #ccc;
}
th, td {
    padding: .7em 1.25em;
}
hr {
    background-color:#00afef;
    border:0;
    color:#00afef;
    height:1px;
    margin-bottom:10px;
}

a:link {
    color:#00afef;
}
a:visited {
    color:#333333;
}
a:active,
a:hover {
    color: #333333;
}

/* =Category Menu
-------------------------------------------------------------- */

#category-access {
    border-bottom:0px 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;
}



/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#access {
    border-bottom:0px solid #ccc;
    height:32px;
    font-size:13px;
    overflow:visible;
    z-index:100;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** THEMATIC SKIN ***/
.sf-menu {
margin-top: 10px;
    border-right:0px solid #ccc;
	float:left;
}
.sf-menu a {
	border-left:0px solid #ccc;
	border-top:0px solid #ccc;
	border-bottom:0px solid #ccc;
	padding:9px 13px;
	text-decoration:none;
	font-weight: bold;
	background-color:#ededef;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#fff;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
    color:#00afef;
}
.sf-menu li {
	background:		#fff;
}
.sf-menu li li {
	background:		#fff;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
color: #333333;
	outline:		0;
    border-bottom-color:#ccc;
	background-color: #f2f2f2;

}
.sf-menu ul {
    border-right:0px solid #ccc;
    border-bottom:0px solid #ccc;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    color:#00afef;
	background-color:#ededef;
	border-bottom:none;
}
.sf-menu ul a:hover {
color: #333333;
background-color: #f2f2f2;
}



/* =Default Widgets
-------------------------------------------------------------- */

#crown h3 {
    font-size:20px;
    padding:0 0 4px 0;
}

#crown  {
    border:0px solid #ccc;
    width:426px;
    margin-top: 15px;

	height: 140px;

}


#crown li {
list-style-type:none;
margin-left: -10px;
font-size:17px;
font-weight:bold;
color:#00afef;

}


#crown li .widgettitle{
padding-top: 45px;
list-style-type:none;
margin-left: 6px;
font-size:17px;
font-weight:normal;
color:#00afef;
font-style:normal;

}


#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:0px 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;
}



/* =Header - default
-------------------------------------------------------------- */

#header {
    z-index:2;
		border: none;

}

#blog-title {
    font-family:Arial,sans-serif;
    font-size:34px;
    font-weight:bold;
    line-height:40px;
	background: none;
	border: 0;
	background-color:#ededef;


}
#blog-title a {
background-image:url(images/header-image.jpg);
display:block;
text-indent:-9000px;
padding-left: 30px;
width: 978px;
height: 120px;
background-repeat:no-repeat;
}

#blog-title a:active,
#blog-title a:hover {
    color: #FF4B33;
}
#blog-description {
    color:#666;
    font-size:13px;
    font-style:italic;
	display: none;
}



/* =Global Elements
-------------------------------------------------------------- */

#header {
    border-top:0px solid #ccc;
    margin-top:0px;
}
#branding {
    background:url(images/header-image.jpg) no-repeat center bottom;
    margin-bottom:25px;
    padding:0px 0 0px 0; /* Bottom padding is the same height as the image called above */
}
#blog-description {
    margin-bottom:22px;
}
#leader {
    border-bottom:0px solid #ccc;
    margin-bottom:-22px;
    padding: 0px 0 11px 0;
	background-color:#FFFFFF;
}

#first {
   border: none;
}


#container {
width: 900px;
margin-left: 0px;
margin-top: 70px;
}

#content {
width: 550px;
margin-left: 0px;
background-color:#fff;
}

#content p{
padding-left: 20px;
margin-right: 20px;
background-color:#fff;
}

#content ol{
margin-left: 40px;
margin-right: 20px;
background-color:#fff;
}


#content a{
color: #00afef;
text-decoration: none;
}

#content a:hover{
color: #333333;
}

.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;
}

#primary {
    border:0px solid #ccc;
    border-width:0 0px 0px 0px;
    padding:0px 0 11px 10px;
    width:209px;
	margin-top: 120px;
	background-color: none;
}


#primary li{
margin-left: -20px;
}


#secondary li{
margin-left: -20px;
}


#secondary {
    border:0px solid #ccc;
    border-width:0 0px 0px 0px;
    padding:0px 0 11px 0px;
    width:209px;
	margin-top: 120px;
	background-color: none;
}

#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 {
}


/*
    Footer Asides
*/


#subsidiary {
    padding:33px 0 0 0;    
}


/* =Footer
-------------------------------------------------------------- */

#footer {
    border-top:0px solid #ccc;
    margin-top:0px;
}
#siteinfo {
    color:#00afef;
    font-size:11px;
	font-weight:bold;
    line-height:18px;
    padding:22px 0 0px 0;
	text-align: left;
}
#siteinfo a {
    color:#666;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #FF4B33;
}




.wp-pagenavi span.pages {
		padding:4px !important;
}


/* =Content
-------------------------------------------------------------- */

#main {
    clear:both;
    padding:0px 0 22px 0;
}
.page-title {
    font-size:13px;
    line-height:18px;
    padding:0 0 44px 0;
}
.attachment .page-title {
    font-style:italic;
}
.page-title a {
    color:#666;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #FF4B33;
}
.page-title span {
    font-style:italic;
}
.page-title .meta-nav {
    font-style:normal;
}
.hentry {
    padding:0 0 22px 0;
}
.single .hentry {
    padding:0;
}
.home #content .sticky {
    border:1px solid #ccc;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}
.entry-title {
    font-family:Helvetica, Arial,sans-serif;
    font-size:26px;
    font-weight:bold;
    line-height:30px;
    padding: 15px 20px 0px 20px;
	color: #333333;
}
.entry-title a {
    color:#00afef;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #333333;
}
.entry-meta {
    color:#666;
    font-size:13px;
    font-style:italic;
    line-height:18px;
	margin-left: 20px;
}
.entry-meta .author {
display: none;
}

.entry-meta .meta-sep-entry-date {
display: none;
}


.entry-meta .meta-prep-author{
display: none;
}

.entry-meta .n {
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta a {
    color:#666;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #FF4B33;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-content {
    padding:10px 0 0 0;
}
.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:normal;
	font-weight: bold;
    padding: 15px 10px 5px 20px;
}
.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:13px;
    line-height:18px;
    margin:0 0 0px 0;
	margin-left: 20px;
}


.entry-utility .cat-links{
display: none;
}


.entry-utility .meta-sep-tag-links{
display: none;
}


.entry-utility a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #FF4B33;
}
.page-link {
    font-size:13px;
    font-weight:bold;
    line-height:18px;
    margin:0 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #FF4B33;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
.gallery {
    padding:0 0 22px 0;
}
.wp-caption-text,
.gallery-caption {
    color:#666;
    font-size:13px;
    line-height:18px;
}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}


/* =Widgets
-------------------------------------------------------------- */

.aside th, .td {
	padding:0.25em 0.35em;
}

#page-top {
background-color:#FFFFFF;
}

h3 .widgettitle {
font-style:normal;

}

/* =Comments
-------------------------------------------------------------- */

#comments {
    padding:22px 0 0 0;
}

#comments,
#comments textarea {
    font-size:13px;
    line-height:18px;
}


#comments input {
color:#0099FF;
border: none;
padding-right: 20px;
background-color:#FFFFFF;
font-size:16px;
}

#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-family: Helvetica, Arial sans-serif;
    font-size:17px;
    font-weight:normal;
    line-height:22px;
    padding:0 0 10px 30px;
	color:#0099FF;
}
#comments-list {
    padding:0 0 18px 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    border:0px solid #ccc;
    border-bottom:none;
    margin:0 0 18px 0;
}
#comments-list li {
    background:#fafafa;
    border-bottom:0px solid #ccc;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.bypostauthor {
    background: #fff;
}
#comments-list ul li {
    border:0px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
	display: none;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 27px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 5px 27px;
}

#comments-list .comment-content {
    padding:0 0 5px 27px;
}


#comments-list .comment-meta a {
	color:#0099FF;
    font-style:italic;
    text-decoration:none;
	
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #333;
}
.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: #FF4B33;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:0px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #FF4B33;
}
.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:18px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:0px 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:#FF4B33;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
		margin-left: 30px;
		color:#0099FF;
		font-weight: bold;


}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
		background-color:#330066;

}


.form-input {
padding-left: 30px;
}


.form-section textarea {
    width: 480px;
	margin-left: 30px;
	border: 0px;
	background-repeat: no-repeat;
	background-color:#ededef;
}

.form-section textarea:focus {
	border: 1px;
	border-style:solid;
	border-color:#0099FF;
		background-color:#fff;

}


#form-allowed-tags p {
    display: none;  
}
#form-allowed-tags span {
    font-style:italic;
}
#form-allowed-tags code {
    font-size:11px;
    line-height:normal;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.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;
}

#nav-below {
font-weight: bold;
}

#nav-below .nav-previous {
margin-top: 15px;
}


#nav-below .nav-next {
margin-top: 15px;

}

#nav-above .nav-previous{
font-weight: bold;
}

#nav-above .nav-next{
font-weight: bold;
}


#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 100px;
	margin-left: 20px;
}

#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 2px 10px;
	border: none;
	background-color:#ededef;

}

#wpcf input:focus{
background-color:#f2f2f2;
}


#wpcf textarea {
	width: 350px;
	height: 100px;
	padding: 1px;
	margin: 10px 5px 10px 20px;
	border: none;
	background-color:#ededef;

}

#wpcf textarea:focus{
background-color:#f2f2f2;
}


#wpcf #contactsubmit {
margin-bottom: 10px;
	margin-left: 280px;
	width: 100px;
	border:none;
background:#ededef;
color: #00afef;
font-weight: bold;
}

#wpcf #contactsubmit:hover {
text-decoration:underline;

}

#get-recent-comments{
margin-top: -30px;
margin-left: 6px;
background-image: url(images/recent-comments.png);
background-repeat: no-repeat;
}



#get-recent-comments li{
list-style:none;
list-style-image:none;
font-size: 12px;
color: #666666;
}


#get-recent-comments li a{
font-weight:bold;
font-style:normal;
color: #00afef;
text-decoration: none;
}


.widgettitle h3 {
}

.petition {
font-weight:bold;
font-size: 14px;
}

.petition p{
font-weight: normal;
}


.petition input {

background-color:#ededef;
border:none;
color: #00afef;
font-size: 30px;
padding: 20px;
}


.petition {

margin-left: 10px;}

p .signature {

color: #333333; line-height: 5px; font-size: 12px;}

.entry-content {
margin-left: 10px;
}

#post-411 li{
font-size: 15px;
padding-bottom: 15px;
list-style: none;
margin-left: -10px;
margin-right: 20px;
}

#content .aside {
    border: none;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}

