/*   
Theme Name: Toby Perkins
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');


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

#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;
    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;
}
#branding {
    margin-bottom:22px;
    padding:44px 0 0 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;
}
#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:#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:426px;
}
#primary {
    border:1px solid #ccc;
    border-width:0 1px 1px 1px;
    padding:18px 0 0px 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:18px 0 0px 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;
}


/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#access {
    border-bottom:0;
    height:33px;
    font-size:13px;
    overflow:visible;
    z-index:100;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    border-top: 1px solid #d92026;
}
/*** 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 {
    border-right:1px solid #fff;
	float:left;
}
.sf-menu a {
	border-left:1px solid #fff;
	border-top:0;
	border-bottom:0;
	padding:10px 13px;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}
.sf-menu li li a, .sf-menu li li a:visited {
	color: #d92026;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#fff;
    background: #fff;
    color: #d92026;
}
.sf-menu li {
	background:		#d92026;
}
.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 {
    background:     #fff;
	outline:		0;
    border-bottom-color:#ccc;
    color: #d92026;
}
.sf-menu li:hover a {
	color: #d92026;
}
.sf-menu ul {
    border-right:1px solid #ccc;
    border-bottom:1px 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 {
    background:#fff;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #d92026;
}


/* =Toby Styles
-------------------------------------------------------------- */

#wrapper {
	background: #c0c0c0;	
}
#labourbar {
	height: 20px;
	background: #fff;	
}
#bardetail {
	width: 988px;
	margin: auto;
}
#labourlogo {
	height:16px;
	padding: 2px 0 2px 0;	
}
#contactspan {
	float: right;
	font-size: 10px;
	color: #999;
	font-family: arial, helvetica, sans-serif;
}
#bardetail a {
	text-decoration: none;
	color: #999;	
}
#bardetail a:hover {
	color: #666;	
}
#header {
	background: #fff url(images/headbg.jpg) no-repeat top center;
	margin-top: 0px;
}
#branding {
	padding-left: 200px;	
	height: 82px;
}
#blog-title a {
	color: #333;	
}
#blog-title a:hover {
	color: #d92026;	
}
#access {
	background: #d92026;
}
#access-search{
	position:absolute;
	left: 50%;
	margin-left: 270px;
	height:29px;
}
#s {
	font-family: arial, helvetica, sans-serif;	
	width: 192px;
}
#searchsubmit {
	visibility: hidden;	
}
#slider {
	background: #fff;
	width: 940px;	
	margin: auto;
	height: 252px;
	padding: 15px 24px 20px 24px;
}
.slideshow-nav li {
	border-top: 1px solid #c0c0c0;
	border-bottom: 0;
	padding: 0;	
	margin: 0;
	width: 384px !important;
}
.slideshow-nav li a {
	text-decoration: none;
	padding: 8px !important;
	border-bottom: 0 !important;
	width: 368px !important;
	font-size: 14px !important;
	line-height: 16px !important;
	letter-spacing: 1px;
}
.slideshow-nav li a div {
	font-size: 10px !important;
	letter-spacing: 0;
}
.slideshow-nav #post-5 {
	border-bottom: 1px solid #c0c0c0;
}
#leader {
	width: 940px;
	margin: auto;
	padding: 6px 24px 2px 24px;
	background: #fff;
	border-bottom: 0;
}
.home #leader {
	border-bottom: 1px solid #ccc;
}
#leader #first-leader {
	width: 297px;
	margin: 0 24px 0 0;
}
#leader #second-leader {
	width: 298px;
	margin: 0 24px 0 0;
}
#leader #third-leader {
	width: 297px;
	margin: 0;	
}
#main {
	background: #fff;
	padding: 0;
}
.home #main {
	padding-top: 24px;
}
#slider, #leader, #main {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
#container {
}
#content {
	padding: 0 0 0 24px;
	margin-right: 476px;
}
.home .post {
	background: #eee;
	border: 1px solid #c0c0c0;
	padding: 10px;
	margin-bottom: 24px;
}
.home .post .entry-title a {
	color: #333;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 1px;	
}
.home .post .entry-meta {
	font-size: 10px;
	text-transform: none;	
	line-height: 10px;
}
.home .post .entry-meta .n, .home .post .entry-meta abbr {
	font-size: 10px;
	text-transform: none;	
}
.home .post .entry-content {
	color: #333;
	padding: 10px 0 10px 0;
	font-size: 12px;
	line-height: 16px;	
}
.home .post .entry-utility {
	font-size: 10px;
	text-transform: none;	
	line-height: 10px;
	margin-bottom: 0;
}
.page-template-news_template-php .post {
	background: #eee;
	border: 1px solid #c0c0c0;
	padding: 10px;
	margin-bottom: 24px;
}
.page-template-news_template-php .post .entry-title a {
	color: #333;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 1px;	
}
.page-template-news_template-php .post .entry-meta {
	font-size: 10px;
	text-transform: none;	
	line-height: 10px;
}
.page-template-news_template-php .post .entry-meta .n, .page-template-news_template-php .post .entry-meta abbr {
	font-size: 10px;
	text-transform: none;	
}
.page-template-news_template-php .post .entry-content {
	color: #333;
	padding: 10px 0 10px 0;
	font-size: 12px;
	line-height: 16px;	
}
.page-template-news_template-php .post .entry-utility {
	font-size: 10px;
	text-transform: none;	
	line-height: 10px;
	margin-bottom: 0;
}
.entry-content h2 {
	padding: 0 0 6px 0;
}
.entry-title {
	padding-bottom: 0;
}
.entry-content {
	padding-top: 24px;
}
.entry-content p {
	text-align: justify;
}
#crown {
	padding: 0;	
}
#crown ul {
	padding: 10px;
	margin: 0;	
}
#crown p {
	margin: 0;	
}
#sidebar {
    margin:0 24px 0 -452px;
    width:428px;	
}
#intropic {	
	float: right;
	padding: 0 0 5px 5px;
}
#tweetblender {
	margin-top: -5px;
}
#nav-above {
	display: none;
	height: 0;	
	padding: 0 !important;
	margin: 0;
}
#nav-above .wp-pagenavi{
	display: none;
	height: 0;
}
.wp-pagenavi {
	text-align: center;
}
#footer {
	margin-top: 0;
	background: #d92026;
	border-top: 1px solid #666;
}
#subsidiary {
	padding-top: 24px;
}
#subsidiary ul ul {
	padding-bottom: 0;	
}
#subsidiary a {
	color: #fff;	
}
#subsidiary #first {
	width: 297px;
	margin: 0 24px 24px 24px;
	color: #fff;
}
#subsidiary #second {
	width: 298px;
	margin: 0 24px 24px 0;
	color: #fff;
}
#subsidiary #third {
	width: 297px;
	margin: 0 0 24px 0;	
	color: #fff;
}

#siteinfo, #siteinfo a {
	color: #fff;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	margin-top: 0px;
	padding-top: 0px;
}

.gallery {
	margin: 0 !important;	
}
.gallerycontent {
	width: 964px;
	margin: 0;
	padding: 0;
}
.gallerycontent .wp-caption {
	margin: 0 24px 24px 0;	
	background: #c0c0c0;
	border: 1px solid #999;
	float: left;
	padding: 0;
}
.gallerycontent .wp-caption {
	padding: 8px 3px 0 3px;
}
.wp-caption-text {
	text-align: center !important;
	letter-spacing: 1px;
}
.gallerycontent .post-edit-link {
	float: left;
	clear: both;	
}
#cformsform {
	margin: -24px 0 0 0;
}
.cf-ol {
	width: 488px;
	border: 0 !important;	
}
#cformsform input, #cformsform textarea {
	width: 380px;	
}
#cformsform #sendbutton {
	width: 	64px;
}
#cformsform .cf-sb {
	width: 488px;
}
#cformsform span {
	color: #000;
}
.linklove {
	display: none;
}

.meta-prep-author, .author, .meta-sep-entry-date {
	display: none;
}
#cboxOverlay { display:none; }