/*
Theme Name:     Rights Future
Theme URI:      http: //therightsfuture.com/
Description:    Child theme ffrom the Twenty Ten theme 
Author:         Caroline Mockett
Author URI:     http: //mockettmedia.com/
Template:       twentyten
Version:        0.1.0
*/

@import url("../twentyten/style.css");

/* colours 

navy: #241953;
green: #3c9b8a;

*/
.entry-content blockquote {
	margin: 0;
	padding: 0 0 0 60px;
	background: url(images/quotes_left.gif) top left no-repeat;
	}
.entry-content blockquote p {
	margin: 0;
	padding-right: 40px;
}
.entry-content blockquote p cite {
	padding: 40px 10px 0 0;
	display: block;
	background: url(images/quotes_right.gif) top right no-repeat;
	height: 40px;
	text-align: right;
	margin: -30px -40px 0 0;
	font-weight: bold;
	color: #3c9b8a;
	}
.entry-content .initialcaps {
	text-transform: capitalize;
	}
.entry-content ol.manifestolist li {
	margin-bottom: 10px;
	}
.entry-content ol.manifestolist li li {
	margin-bottom: 0;
	}
small {
	font-weight: bold;
	}
a:link {
	color:#241953;
	font-weight: bold;
}
a:visited {
	color:#241953;
}
a:active,
a:hover {
	color: #fff;
}

a.feed {
	padding-left: 20px;
	background: url(images/feed.gif) no-repeat bottom left;
	} 

#access .menu-header,
div.menu,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 940px;
}
#wrapper {
	margin-top: 20px;
	background: #fff;
	color: #241953;
	padding: 0 10px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 	
	-webkit-box-shadow:5px 5px 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
	box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0;
}
#masthead {
	padding: 10px 0 0 0;
	}
#branding {
	height: 198px;
	width: 940px;
	background:url(images/headers/inkwell.jpg);
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
	}
#site-title {
	font-family: 'Reenie Beanie', arial, serif;
	margin: 40px 0 20px 60px;
	padding: 0;
	font-size: 1000%;
	width: 90%;
	}
#site-title a {
	color: #241953;
	font-weight: bold;
	text-decoration: none;
	-webkit-text-shadow:5px 5px 5px rgba(0,0,0,0.4);
	-moz-text-shadow: 5px 5px 5px rgba(0,0,0,0.4);
	text-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}

#site-description {
	font-family: 'Reenie Beanie', arial, serif;
	font-size: 370%;
	float: right;
	font-style: normal;
	-webkit-text-shadow:5px 5px 5px rgba(0,0,0,0.4);
	-moz-text-shadow: 5px 5px 5px rgba(0,0,0,0.4);
	text-shadow: 5px 5px 5px rgba(0,0,0,0.4);
	margin: 20px 60px 0 0;
	padding: 0;
	width: 90%;
	color: #241953;
	text-align: right;
	line-height: 0.8;
}


/* This is the custom header image */
#branding img {
	clear: both;
	border: 0;
	display: inline;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: transparent;
	margin: -25px auto 10px auto;
	width: 940px;
	display:block;
	float:left;
	z-index: 10; 
}
.entry-content object,
.entry-content object embed { /* video embeds */
	z-index: 1; 
	}
#access .menu-header,
div.menu {
	font-size: 15px;
	margin-left: 0;
	
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	font-weight: bold;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
	background: #3c9b8a;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
	margin-right: 5px;
}
#access a {
	display:block;
	text-decoration:none;
	color:#fff;
	padding:0 10px;
	line-height:25px;
}
#access ul ul {
	display:none;
	position:absolute;
	top: 25px;
	padding-top: 5px;
	left:0;
	width: 200px;
	float:left;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	width: 150px;
	z-index: 99999;
}
#access ul ul li {
	background: #3c9b8a;
	min-width: 150px;	
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
	margin-top: 0;
	margin-bottom: 5px !important;
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:#3c9b8a;
	color: #fff;
	height:auto;
	line-height:0.9em;
	padding:5px 10px;
	width: 150px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
}
#access li:hover > li,
#access ul ul :hover > li {
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#fff;
	background:#241953;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
	background:#241953;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#fff;
}

/* ___________________ Content _______________________________*/

#container { /* extra div around #content */
	float: right;
	width: 690px;
	margin: -30px 0 0 0;
	padding: 0;
	}
#content  {
	background: rgba(0,0,0,0.1);
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
	width: 670px; 
	margin-left: 0;
	min-height: 800px;
	padding: 10px 10px 30px 10px;
    font-family: Georgia, "Times New Roman", Times, serif;
	}
	
#content .page-title { /* catergory and archives headings */
	color: #3c9b8a;
	font-weight: bold;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.5em;
	}
#content .page-title span { /* catergory and archives headings */
	color: #3c9b8a;
	font-weight: bold;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	}
#content .entry-title {
	color: #fff;
	font-size: 300%;
	line-height: 1.0em;
	font-family: 'Reenie Beanie', arial, serif;
	font-weight: normal;
	margin: -10px -10px 0 -10px;
	padding: 5px 0 5px 50px;
	background: #241953 url(images/h1_bullets.gif) no-repeat top left;
	-webkit-border-top-left-radius: 5px; 
	-moz-border-radius-topleft: 5px; 
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px; 
	-moz-border-radius-topright: 5px; 
	border-top-right-radius: 5px;  
}	
#content .entry-title a,
#content .entry-title a:visited {
	color: #fff;
	font-weight: normal;
}

#content a:hover, 
#content a:focus {
	color: #3c9b8a;
}
#content .entry-title a:hover, 
#content .entry-title a:focus {
	color: #3c9b8a;
	font-weight: normal;
}
#content h2 {
	color: #3c9b8a;
	font-weight: bold;
	font-size: 150%;
	}
#content .entry-meta {
	margin-left: 0;
	margin-top: 10px;
}
#content .entry-meta a {
	color: #3c9b8a;
}
#content .entry-utility {
	padding: 5px 5px 5px 10px;
	background: #3c9b8a;
	margin-left: 0;
	color: #fff;
	margin-top: 10px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
}
#content .entry-utility a {
	color: #fff;
}
#content a.pdf {
	padding-left: 25px;
	background: url(images/pdf_small.gif) no-repeat top left;
	}
/* Images
-------------------------------------------------------------- */

#content img {
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
	max-width: 600px;
}
#content img.squarecorners {
	-webkit-border-radius: 0; 
	-moz-border-radius: 0; 
	border-radius: 0; 
}
#content .wp-caption  {
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
	background: #fff;
	margin-right: 12px;
}
#content .wp-caption p.wp-caption-text  {
	color: #241953;
}
#content .wp-caption img {
	-webkit-border-radius: 0; 
	-moz-border-radius: 0; 
	border-radius: 0;
}

#content .vcard .type { /* a few styles for Microformats */
	display: none;
	}
#content .vcard  strong { /* a few styles for Microformats */
	display: inline-block; width: 120px;
	text-align: right;
	color: #3c9b8a;
	}

/* _________________ Sidebar widgets __________________________ */
/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s { /* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display:none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #fff;
	font-weight: bold;
	font-size: 150%;
	margin-bottom: 10px;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-weight: bold;
	color: #241953;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f5f5f5;
	border:1px solid #fff;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #fff;
}
.widget_rss a.rsswidget:hover {
	color: #ccc;
}
.widget_rss .widget-title img {
	height: 11px;
	width: 11px;
}
/* Main sidebars */
#primary {
	width: 222px;
	background: #3c9b8a;
	padding: 10px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
	float: left; 
	margin-top: -30px;
	}
#primary .widget-area h3 {
	color: #241953;
}
#primary .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#primary .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
/* Twitter Tools Styles override */
.widget-title a,
.time-meta a,
.from-meta,
.from-meta a:link,
.from-meta a:hover, 
.from-meta a:focus {
	color: #fff;
	}
#twitter-3 li.entry-content {
	word-wrap: break-word;
	}

/* ____________________ Footer __________________________ */
#footer {
	color: #fff;
	background: #241953;
	-webkit-border-bottom-left-radius: 5px; 
	-moz-border-radius-bottomleft: 5px; 
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px; 
	-moz-border-radius-bottomright: 5px; 
	border-bottom-right-radius: 5px; 
	border-top: 0;
	width: 960px;
	margin: 0 -10px 20px -10px;
	padding: 0;
	height: 30px;
	clear: both;
	}
#colophon {
	padding: 5px 0 0 0;
	border-top: 0;
	}
#site-info {
	margin: 0;
}
#site-info a {
	color: #ccc;
}
#site-generator {
	margin: 0;
	float: right;
	text-align: right;
	width: 200px;
}
#site-generator a {
	color: #ccc;
	display:inline-block;
	text-decoration: none;
	background: url(images/wordpress.png) center right no-repeat;
	padding-right: 20px;
	line-height: 16px;
}