/*   
Theme Name: Thematic Feature Site
Theme URI: 
Description: Use the Thematic Feature Site Theme to power your WordPress web site.
Author: Ian Stewart
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0.1
Tags: Thematic
.
Thematic Site is © 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('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');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');




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

/* prevents text from rubbing all up ons the left side */
#branding, #main, #leader-container, #header {
	padding-left: 10px;
}

#branding {
	padding-top: 0px !important;
}

#searchform {
	padding-right: 10px;
}
#blog-title a {
background:url(images/LTCtop.jpg) no-repeat top center;
display:block;
text-indent:-9000px;
width: 988px;
height: 200px;
}



#buttons {
    padding:.75em 0;
} 
a.button {
    border:1px solid #ccc;
    -webkit-border-radius: .7em;
    -moz-border-radius: .7em;
    border-radius: .7em;
    color: #fff;
    font-size:13px;
    margin:0 10px 0 0;
    padding:.75em 1.25em;    
    text-decoration:none;
}
a.button:hover,
a.button:active {
	color: #646464;
	background-color: #a9cde3;
}

/* lots of stuff */

body, #comments, #respond, .comment, .comment-meta, .comment-meta a {
	color: #fff !important;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #646464 !important;
}

#form-allowed-tags p {
	color: white;
}


a:link, a:visited {
	color: #fff;
}

input, textarea {
	font: 13px Georgia,serif ;
	color: #8f9090;
}



/* blog 
-------------------------------------------------------------- */

.entry-title a:hover,
.entry-title a:active {
	color: #ef61bb;
	
}

.entry-content a {
	color: #fff;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

.entry-content a:hover,
.entry-content a:active {
	color: #a9cde3;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

#blog-title, .entry-title, #blog-title a, .entry-title a {
	color:  #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

.entry-content, .aside caption {
	color:  #fff;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#primary, #footer {
	border-color: #8f9090;
}

.aside {
    color:#fff;
}

.aside ul li {
	list-style-type: none;
}

.aside a:link, .aside a:visited {
    color:#fff;
	text-decoration: none;
}
.aside a:active,
.aside a:hover {
    color: #ef61bb;
}

.navigation a:link,
.navigation a:visited {
    color: #8f9090;
}

.navigation a:active,
.navigation a:hover {
    color: #ef61bb;
}

.comment-navigation a:active,
.comment-navigation a:hover {
    color: #ef61bb;
}

.entry-content h4 {
    font-size:13px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}

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

#branding {
    position:relative;
    color: #fff;
    padding:54px 0 34px 0;
}
#blog-title {
    width:652px;
}
#blog-description {
    width:652px;
	color: #fff;
}
#branding #searchform {
    position:absolute;
    top:97px;
    right:0;
}
#branding #searchform label {
    display:none;
}
#branding #searchform input {
    font-size:13px;
    line-height:18px;
}
#branding #searchform input#s {
    width:316px;
}
#branding #searchform input#searchsubmit {
    display:none;
}

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

#nav {
    float:right;
}

#access {
	border-style: none;
}

/*Whole menu*/
.sf-menu {
	border-style: none;
}

.sf-menu a:link, .sf-menu a:visited {
	background-color: #565757;
	color: #ff6aca;
	border-left:1px solid #646464;
	border-top:1px solid #646464;
	border-bottom:none;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover,
.sf-menu li a:hover {
	background-color: #646464;
	color: #a9cde3;

}

.sf-menu ul {
	border-right: 1px solid #646464;
	border-bottom: 1px solid #646464;
}


/*Selected tab*/ 
.sf-menu .current_page_item a:link,
.sf-menu .current_page_item a:hover,
.sf-menu .current_page_item a:active,
.sf-menu .current_page_item a:visited {
	background-color: #106fa6;
	color: #fff;
	border-left:1px none #8f9090;
	border-top: 1px none #8f9090;
	border-bottom: 1px solid #106fa6;
	border-right: 1px none #8f9090;
}



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

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

blockquote {
    color:#fff;
}

.entry-meta, .entry-meta a {
	color: #fff;
	font-weight: normal;
	font-style: normal;
}


.entry-meta a:active,
.entry-meta a:hover {
    color: #ef61bb;
}

.entry-utility, .entry-utility a {
    color:#8f9090;
	font-size: 11px;
}

.entry-utility a:active,
.entry-utility a:hover {
    color: #a9cde3; 
    border-bottom: 1px dotted #a9cde3;
}

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

#leader {
    padding:50px 0 37px 0;
	background-color: #106fa6;
	border-bottom: 1px solid #117bb9;
}
#leader-container {
    margin:0 auto;
    overflow:hidden;
    position:relative;
    width:988px;
}
#leader .entry-title {
    font-size:40px;
    line-height:45px;
    margin-top: -5px;
    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;
}

.page-template-front-page-php #feature {
		float:left;
}
.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 {
    margin-top:-8px;
    padding: 2px 0 14px;
	font: bold 35px/40px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.page-template-front-page-php #feature-info {
	font-size: .9em;
}

.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;
}

#panopic {
	background:url(/wordpress/wp-content/uploads/2009/09/team_pano.jpg) no-repeat top center;
	padding-top: 115px;

}

#front-block-1.front-block.block p a:link,
#front-block-1.front-block.block p a:visited {
	color: #ff6aca;
	text-decoration: none;
}

#front-block-1.front-block.block p a:hover,
#front-block-1.front-block.block p a:active {
	color: #a9cde3;
	text-decoration: none;
}

.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 #8F9090;
    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 #8F9090;
    color:#fff;
    display:block;
    text-decoration:none;
	padding: 6px 0 6px 2px;
}
.page-template-front-page-php .block ul li a:hover,
.page-template-front-page-php .block ul li a:active {
    background:#8f9090;
    color: #fff;
}

#recent-items li.more-items a:link,
#recent-items li.more-items a:visited {
	color: #ff6aca;
}

#recent-items li.more-items a:active,
#recent-items li.more-items a:hover {
	color: #a9cde3;
}

#recent-items li a {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* footer
-------------------------------------------------------*/
#siteinfo {
    color:#8f9090;
    font-size:11px;
    line-height:18px;
    padding:22px 0 44px 0;
}
#siteinfo a {
    color:#8f9090;
	border-bottom: 1px dotted #8f9090;
	text-decoration: none;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #a9cde3;
    	border-bottom: 1px dotted #a9cde3;
}

 /* other
-------------------------------------------------------- */
.page .entry-content,
.single .entry-content {
    padding-top:0;
}

/* IntenseDebate override 
--------------------------------------------------------- */
#idc-container .idc-c .idc-time a:link, #idc-container .idc-c .idc-time {
	color: silver; 
}

#idc-container a {
	color: silver;
}

td.map.icon a, 
.performance a {
	/*vertical-align: middle;*/
	border: none;
	
}

/* Gig Calendar 
--------------------------------------------------------- */

.entry-content .gigs-calendar img,
.performance img.buy {
	margin: 0;
}

/*#performance-8,
#performance-16,
#performance-45,
#performance-41,
#performance-58,
#performance-60,
#performance-70,
#performance-59,
#performance-68,
#performance-56 {
	background-color: #9836ff;
	}*/

#performance-78,
#performance-78  a {
	color: silver;
	background-color: gray;
}


 Twitter for Wordpress 
-------------------------------------------------------- 

#subsidiary ul.twitter {
	font-size: .9em;
} 


#subsidiary li.twitter-item {
	line-height: 1.1em;
	padding-top: 5px;
}


#subsidiary a.twitter-link {
	color:silver;
	text-decoration: none;
}


#subsidiary a.twitter-user {
	color:silver;
	text-decoration: none;
}

#subsidiary .twitter-timestamp abbr {
	text-decoration: none;
	border-style: none;
	color: #8f9090;
}

/* ----------- */






