/*   
Theme Name: A Thematic Child Theme
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic 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('../thematic/library/layouts/2c-r-fixed.css');

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

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

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

/*
$violet = '#993366';
$rose = '#ff99cc';
*/

body, input, textarea {
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
}

body {
background-image:url(images/bg.png);
}

#main {
background-color:#FFF;
}


#header {
	z-index:2;
	background-color:#000;
}

#branding {
	padding:0 0 0;
	width:auto;
}

#content {
margin:0 0 0 10px;
overflow:hidden;
width:610px;
}

#access {
background-color:#993366;
border:0 none #FFF;
}

#videoplayer
{
	padding-bottom:22px;
}


.sf-menu, .sf-menu ul {
border:0 none #FFF;


}


.sf-menu li, .sf-menu ul li {
	border:0 none #FFF;
	background:#993366 none repeat scroll 0 0;
}

.sf-menu a {
	border:0 none #FFF;
	color:#ff99cc;
}

.sf-menu ul a {
	color:#ff99cc;
	border-top: 1px none #993366;
	border-right: 1px solid #993366;
	border-bottom: 1px solid #993366;
	border-left: 1px solid #993366;
}

.sf-menu ul a:hover
{
	color:#993366;
	border-top: 1px none #993366;
	border-right: 1px solid #993366;
	border-bottom: 1px solid #993366;
	border-left: 1px solid #993366;
}

.sf-menu a:visited, .sf-menu ul a:visited
{
	color:#ff99cc;
}

.sf-menu a:hover, .sf-menu ul a:hover {
background-color:#FFF;
color:#993366;
}

/*
#primary {
border:1px solid #CCCCCC;
background-color:#ff99cc;
margin-bottom:22px;
padding:18px 0 0;
}
*/

.entry-content a {
	color:#CC0000;
	background-color:#ff99cc;
}

.entry-content .addthis_container a {
	background-color:inherit;
}

.entry-meta {
color:#666666;
font-size:10px;
font-style:italic;
line-height:18px;
}

.entry-meta .n {
font-size:10px;
font-style:normal;
letter-spacing:normal;
text-transform:none;
}

.entry-meta abbr {
border:medium none;
cursor:text;
font-size:10px;
font-style:normal;
letter-spacing:normal;
text-transform:none;
}

a:hover {
color:#FFF;
background-color:#ff99cc;
}

