/*   
Theme Name: Thematic Feature Site
Theme URI: 
Description: Main GAMA Template.
Author: Mike Seaby
Author URI: http://pixelspring.co.uk
Template: thematic
Version: 1.0
*/

/* 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('2c-r-fixed-988px.css');

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

/* Apply default theme styles and colors */
@import url('../thematic/library/styles/default.css');


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

body {
	background-color: #f6f6ea;
	background-image: url(images/bgfade.jpg);
	background-repeat: repeat-x;
	font: 15px Myriad Pro, Trebuchet, Lucida Sans Unicode, Lucida Grande, Lucida Sans, Arial, sans-serif;
	line-height:22px;
}

a:link,
a:visited{
    color:#004B91;
}

a:active,
a:hover {
	color: #660;
	text-decoration: underline;
}

h1, h2, h3, h4 {
	font-weight:normal;
	text-shadow: 0px 1px 1px #fff;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
}

#buttons {
    padding:.75em 0;
} 
a.button {
	border:1px solid #ccc;
	-webkit-border-radius: .7em;
	-moz-border-radius: 0.7em;
	border-radius: .7em;
	color:#000;
	background-color: #FFF;
	font-size:13px;
	margin:0 10px 0 0;
	padding:.75em 1.25em;
	text-decoration:none;
	font-family: Helvetica, Arial, sans-serif;
}
a.button:hover,
a.button:active {
	font-style: italic;
	text-shadow: 0px 1px 1px #000;
	color: #FFF;
	background-color: #69C;
}

.transparent {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}


/* =Header
-------------------------------------------------------------- */

#branding {
    position:relative;
}
#blog-title {
    width:652px;
}

#blog-title a {
	background:url(images/logo.png) no-repeat top center;
	display:block;
	text-indent:-9000px;
	width: 436px;
	height: 93px;
}

#blog-description {
    width:652px;
	text-indent:-9000px;
}
#branding #searchform {
    position:absolute;
    top:97px;
    right:0;
}
#branding #searchform label {
    display:none;
}
#branding #searchform input {
	font-size:20px;
	line-height:18px;
	font-family: Helvetica, Arial, sans-serif;
	padding: 5px;
	/* Rounded Search Box */
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#branding #searchform input#s {
    width:316px;
}
#branding #searchform input#searchsubmit {
    display:none;
}

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

#nav {
    float:left;
}

#access {
    border-bottom:0px;
    height:32px;
    font-size:13px;
    overflow:visible;
    z-index:100;
	margin:0 auto;
	width:988px;
}

/* =Breadcrumbs
-------------------------------------------------------------- */
#crumbcontainer {
        _display:none; /* IE6 loses out */
	border-bottom:1px solid #CCCCCC;
	/*padding: 5px 0px 5px 0px;*/
	background-color: #DFEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.breadcrumb {
        _display:none; /*IE6 is crap & outdated... Upgrade your browser! */
	margin:0 auto;
	overflow:hidden;
	position:relative;
	width:988px;
}

.breadcrumb_trail
{
	font: 11px Arial, Helvetica, sans-serif;
	text-shadow: 0px 1px 1px #fff;
	height:30px;
	line-height:30px;
	color:#787878;
	overflow:hidden;
	position:relative;
	width:988px;
	padding:0px;
	margin: 0 auto;
}

.breadcrumb_trail li
{
	list-style:none;
	float:left;
	padding-left:10px;
}

.breadcrumb_trail a
{
	height:30px;
	display:block;
	background:url('images/bc_separator.png') right no-repeat;
	padding-right: 15px;
	text-shadow: 0px 1px 1px #fff;
	text-decoration: none;
	color:#454545;
}

.breadcrumb_trail a:hover
{
	color:#0088ff;
}

.breadcrumb_trail .home
{
    border: none;
    margin: 9px 0px;
}


/* =Content
-------------------------------------------------------------- */

.search .page-title {
    display:none;
}

.entry-content h1 {
	font-size:25px;
	padding:28px 0 14px 0;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.entry-content h2 {
	font-size:19px;
	padding:28px 0 14px 0;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.entry-content h3 {
    font-size:17px;
    padding:28px 0 14px 0;
}
.entry-content h4 {
    font-size:11px;
    letter-spacing:0.05em;
}

.entry-content h5 {
    font-size:10px;
    letter-spacing:0.05em;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.entry-content h6 {
    font-size:9px;
    letter-spacing:0.05em;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.entry-title a {
	color:#004b91;
	text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #FFF;
	background-color: #69C;
	text-shadow: 0px 1px 1px #000;
	padding: 5px;
}

.entry-utility {
	display: none;
}

.hentry {
	padding:0 0 90px;
}

.hentry ul, ol {
	margin-left: 2em;
}

.hentry li {
	list-style-type: disc;
	padding-bottom: 1em;
}

/* Images / captions / attachments */

.wp-caption {
	text-align: center;
	margin-bottom:18px;
	border: 1px solid #CCC;
	box-shadow: 2px 2px 10px #ccc;
	-moz-box-shadow: 2px 2px 10px #ccc;
	-webkit-box-shadow: 2px 2px 10px #CCC;
	padding: 5px 5px 5px 15px;
	background-color: #FFFEF2;
	padding: 10px;
	/* Possible CSS3 coolness to come */
	-webkit-transform: rotate(-0deg);
	-moz-transform: rotate(-0deg);
}
.wp-caption img {
	margin: 0;
	border: 1px solid #ccc;
}

.wp-caption-text, .gallery-caption {
	color:#333;
	font-family:Helvetica,Arial,sans-serif;
	text-shadow: 0px 1px 1px #fff;
	font-size:13px;
	line-height:18px;
}


/* Next / Previous Links 
--------------------------------------------------------------*/

#nav-below {
	background-color:#FFFEF2;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}

#nav-below a {
	color:#600;
	font-size:14px;
	text-decoration: none;
	display: block;
	padding: 10px;
}

#nav-below a:active,
#nav-below a:hover {
	color: #fff;
    _color: #000099; /* IE6 Hack... */
	display:block;
	background-color: #69C;
}



/* =Comments
-------------------------------------------------------------- */

#comments {
    padding:22px 0 0 0;
}
#comments,
#comments input,
#comments textarea {
    font-size:13px;
    line-height:18px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
	line-height:22px;
	padding:0 0 18px 0;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
#comments-list {
    padding:0 0 18px 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    border:1px solid #ccc;
    border-bottom:none;
    margin:0 0 18px 0;
}
#comments-list li {
    background:#fafafa;
    border-bottom:1px solid #ccc;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.bypostauthor {
    background:#FFFFCC;
}
#comments-list ul li {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #FF4B33;
}
.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:1px 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:#f6f6ea;
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px 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;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;    
}
#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:left;
}
.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;
}


/* = Aside / Navigation
---------------------------------------------------------------*/

.aside {
    color:#666;
}
.aside a {
	color:#600;
	font-size:17px;
	line-height:35px;
	text-decoration: none;
	display: block;
}
.aside a:active,
.aside a:hover {
	color: #fff;
        _color: #000099; /* IE6 Hack... */
	background-color: #69C;
	padding-left: 8px;
	/* CSS3 Coolness */
	/*-moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);*/
}
.aside h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:22px;
	color: #333;
	font-style: normal;
	font-weight: normal;
}
.aside h3 a {
    text-decoration:none;
}

/* Main R/H Link Box */
#primary {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px solid #ccc;
	background-color: #FFFEF2;
}

#primary ul, li {
	margin-left: 0px;
}

/* Second R/H Link Box */
#secondary {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px solid #ccc;
	background-color: #FFFEF2;
	padding-top: 20px;
}

#secondary ul, li {
	margin-left: 0px;
}

/* Menus
--------------------------------------------------------------*/

.sf-menu {
    border-right:1px solid #ccc;
	float:left;
}
.sf-menu a {
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:9px 13px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
.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 stupid twatty IE6 applies text colour */
	color:			#000;
}
.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 {
    background:     #69c;
	color: #FFF;
	outline:		0;
    border-bottom-color:#ccc;
}
.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:#fafafa;
	border-bottom:none;
}
.sf-menu ul a:hover {
	color: #FFF;
}



/* =Leader and Front Page Styles
-------------------------------------------------------------- */

#leader {
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	padding:63px 0 42px 0;
	/*background-color: #F6F6EA;
*/}
#leader-container {
    margin:0 auto;
    overflow:hidden;
    position:relative;
    width:988px;
}

.entry-title {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

#leader .entry-title {
    font-size:40px;
    line-height:45px;
    margin-top:-8px;
    padding:0 0 14px 0;
}
#leader .entry-title span {
    font-family:Georgia,serif;
    font-weight:normal;
    font-style:italic;
}
.single #leader .entry-title {
    width:652px;
}
#leader .entry-meta {
    position:absolute;
    top:15px;
    left:690px;
}
#mainthumb {
	float:left;	
}

#feature-info {
	float:right;	
}

.page-template-front-page-php #feature {
		float:left;
		padding-bottom:30px;
}
.page-template-front-page-php #feature img {
float:left;
margin:-10px 10 0 -10px;
}
.page-template-front-page-php #feature-info {
    float:right;
		margin:0 0 0 19px;
    width:484px;
}
.page-template-front-page-php #feature-info h2 {
    font-size:40px;
    line-height:45px;
    margin-top:-8px;
    padding:0 0 14px 0;
}
.page-template-front-page-php #container,
.page-template-front-page-php #content  {
    margin:0;
    padding:0;
    width:988px;
}
.page-template-front-page-php #container {
    margin-top:-21px;
}
.page-template-front-page-php #sub-feature {
    font-size:13px;
    line-height:18px;
    position:relative;
    overflow:hidden;
}
.page-template-front-page-php #sub-feature p {
    margin:0 0 18px 0;
}
.page-template-front-page-php #sub-feature h3 {
    font-family:Georgia,serif;
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
.page-template-front-page-php #sub-feature h3 img {
    position:absolute;
    top:3px;
    right:0;
}
.page-template-front-page-php .block {
    float:left;
    width:484px;
}
#front-block-1 {
    margin-right:20px;
}
.page-template-front-page-php .block .avatar {
    float:left;
    margin:.25em 10px 0 0;
}
.page-template-front-page-php .block ul {
    border-top:1px solid #ccc;
    list-style:none;
    margin:0;
}
.page-template-front-page-php .block ul li {
    display:inline;
}
.page-template-front-page-php .block ul li a {
	border-bottom:1px solid #ccc;
	color:#000;
	display:block;
	padding:6px 0;
	text-decoration:none;
}
.page-template-front-page-php .block ul li a:hover,
.page-template-front-page-php .block ul li a:active {
    color: #fff;
	background-color: #69C;
	font-style: italic;
	padding-left:5px;
}
.page .entry-content,
.single .entry-content {
    padding-top:0;
}

/* Latest Article Title link on front page */

.posttitlefrontpage  a{
	line-height: 1.2em;
	}

.posttitlefrontpage a {
	color:#004b91;
	text-decoration:none;
	}
	
.posttitlefrontpage a:active,
.posttitlefrontpage a:hover {
	color: #FFF;
	background-color: #69C;
	text-shadow: 0px 1px 1px #000;
	padding: 5px;
}

/* More Article excerpts below the latest post excerpt above. Hmm, nice grammar... */
#morearticles {
	padding: 40px 0 20px 0;
	clear:both;
	border-top: 1px solid #ccc;
}

.morearticlesexcerpt p{
	padding:10px 0 0 0;
	min-height:180px;
}



#one {
	float:left;
	padding: 0 10px 0 0;
	width:316px;
}

#two {
	float:left;
	padding: 0 10px 0 10px;
	width:316px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;

}

#three {
	float:right;
	padding: 0;
	width:316px;
}

/* =Sitemap Page Styles
-------------------------------------------------------------- */


.ddsg-wrapper {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	color: #FFF;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	background-color: #6B4F2E; /*#97A150 - brown=#6B4F2E */
	background-image: url(images/footerbgtop.jpg);
	background-repeat: repeat-x;
	min-height: 190px;
	padding-top: 50px;
	border: 0px;
	}

	
#crumbcontfoot {
	background-color: #97A150;
	font-size: 12px;
	margin-top: 13px;
	background: url(images/breadcrumbbot.png) repeat-x bottom;
	height: 30px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.breadcrumbfoot
{
    _display:none; /* IE6 loses out 'cos it's crap... */
	font: 12px Arial, Helvetica, sans-serif;
	/*background-color: #DFEEEE;*/
	height:30px;
	line-height:30px;
	color:#FFF;
	text-shadow: 0px 1px 1px #030;
	overflow:hidden;
	position:relative;
	width:988px;
	padding:0px;
	margin: 0 auto;
}

.breadcrumbfoot li
{
	list-style-type: none;
	background:none!important;
	float:left;
	padding-left:10px;
}

.breadcrumbfoot a
{
	height:30px;
	display:block;
	background:url('images/bc_separator.png') right no-repeat;
	padding-right: 15px;
	text-shadow: 0px 1px 1px #666;
	text-decoration: none;
	color:#333;
}

.breadcrumbfoot a:hover
{
	color:#009 !important;
	text-shadow: 0px 1px 1px #fff;
}

.breadcrumbfoot .home
{
    border: none;
    margin: 9px 0px;
}

#footer ul, li {
	list-style-type: none;
	margin-left: 0px;
	}

#footer li {
	background:transparent url(images/footlist.jpg) repeat-x scroll left bottom;
	}

#footer li a{
	font-size: 12px;
	color: #FFF;
	}

/* Three Boxes */
#subsidiary {
	
}

/*.textwidget a:link, a:hover{
	border:none;
	padding:0;
	background-color:#6B4F2E;
	background-image:none;
}*/

#footer .widgettitle {
	/*display:none;*/
	text-indent:-9000px;
	color: #FFF;
	text-shadow: 0px 1px 1px #000;
	font-size: 18px;
	margin-bottom:15px;
	padding-bottom: 5px;
	}
	
#first, #second, #third {
	min-height:330px;
	}

#first, #second, #third p {
	color: #FFF;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 12px;
	}
	
#first h3{
	background: url(images/footboxbg.png) no-repeat;
	height: 41px;
	}
#second h3{
	background: url(images/footboxbg2.png) no-repeat;
	height: 41px;
	}
#third h3{
	background: url(images/footboxbg3.png) no-repeat;
	height: 41px;
	}
	
#siteinfo {
    color:#FFF;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
    font-size:13px;
	text-shadow: 0px 1px 1px #000;
    line-height:18px;
    padding:22px 0 44px 0;
}
#siteinfo a {
    color:#666;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #FF4B33;
}
