/*   
Theme Name: vfnewswire
Theme URI: 
Description: A theme for Vic Firth News built with Thematic
Author: Andy Tamulynas
Author URI: http://www.vicfirth.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');

/* =Global Elements
-------------------------------------------------------------- */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(../../../../gfx/content/whitephotobg.gif) repeat fixed;
	font-size: 12px;
	color: #999999;
}

img, div, body, html, a { behavior: url(http://www.vicfirth.com/iepngfix/iepngfix.htc) }

/* = Branding - VF.com menu
-------------------------------------------------------------- */
#blog-title{
	position: relative;
	bottom: 38px;
	z-index: 101;
	width: 325px;
}

#blog-title a {
	color:#1b1b1b;
	font-size: 36px;
	font-variant: normal;
	letter-spacing:10px;
	text-transform: uppercase;
	font-weight: 800;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#blog-title a:hover {
color:#CC0000;
}

#branding {
	padding:40px 0 0px;
}

#header_bar {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 100%;
	margin: 0px auto 0; /* the auto margins (in conjunction with a width) center the page */
	background-color: #1b1b1b;
	position: relative;
	text-align: left;
	height: 85px;
	background-image: url(../../../../gfx/content/head-foot-tile.png);
	background-repeat: repeat;
}

#nav_menu {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 940px;
	margin: 0px auto 0; /* the auto margins (in conjunction with a width) center the page */
	background-color: transparent;
	position: relative;
	text-align: left;
	height: 94px;
}

.img_logo {
	position: absolute;
	height: 85px;
	width: 405px;
	left: -10px;
	top: 1px;
}
.img_menu_feat {
	position: absolute;
	height: 13px;
	width: 72px;
	left: 452px;
	top: 72px;
}

.img_menu_prod {
	position: absolute;
	height: 13px;
	width: 77px;
	left: 560px;
	top: 72px;
}

.img_menu_edu {
	position: absolute;
	height: 13px;
	width: 81px;
	left: 670px;
	top: 72px;
}

.img_menu_art {
	position: absolute;
	height: 13px;
	width: 60px;
	left: 782px;
	top: 72px;
}

.img_menu_cont {
	position: absolute;
	height: 13px;
	width: 66px;
	left: 874px;
	top: 72px;
}

#sitesearch {
	position: absolute;
	left: 730px;
	top: 10px;
}

#sitesearch table {
	border-collapse: inherit;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

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

.skip-link {
    display:none;
}
#access {
	font-size:13px;
	height:32px;
	overflow:visible;
	z-index:100;
	border-bottom:0px
}
/*** 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;
}

/*** VF SKIN ***/
.menu {
	margin:0 auto;
	width:940px;
	position: relative;
}

.sf-menu {
	float:left;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .03em;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.sf-menu a {
	border-top:1px solid #000000;
	padding:9px 13px;
	text-decoration:none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.sf-menu .current_page_item a:hover,
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
	background:#FFFFFF;	
	color: #666666;	
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#666;
}
.sf-menu li {
	background:transparent;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:#999999;
	outline:0;
	color: #FFFFFF;
}
.sf-menu ul {
	color: #666666;
	background-color: #333333;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
}
.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-color: #FFFFFF;
}
.sf-menu ul a:hover {
	color: #FFFFFF;
	background-color: #999999;
}



/* =Content related stuff
-------------------------------------------------------------- */
#main {
	clear:both;
	padding:0px 0 22px;
}

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

#author-info {
	margin:0 0 44px;
	overflow:hidden;
	background-color: #1b1b1b;
	padding: 10px;
}

.hentry {
	background:#1b1b1b;
	width:600px;
	padding: 10px;
	margin-bottom: 20px;
}

.single .hentry {
padding:10px;
}

.entry-title,
.entry-title a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 800;
	font-style: italic;
	line-height: 32px;
	padding:0 0 0px;
	color: #FFFFFF;
}


.entry-title a:hover {
	color: #999999;
}

.entry-content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 800;
	font-style: italic;
	line-height: 32px;
	padding:0 0 0px;
	color: #FFFFFF;
}

.entry-content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 800;
	font-style: italic;
	line-height: 32px;
	padding:0 0 0px;
	color: #FFFFFF;
}

.entry-content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 800;
	font-style: italic;
	line-height: 20px;
	padding:0 0 0px;
	color: #FFFFFF;
}

.entry-content h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 800;
	font-style: italic;
	line-height: 20px;
	padding:0 0 0px;
	color: #FFFFFF;
}

.entry-content {
	margin:0;
	overflow:hidden;
	padding:6px 0px;
	line-height: normal;
}

.entry-content a {
	color:#FFFFFF;
	text-decoration: none;	
}

.entry-content a:hover {
	color:#999999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.entry-utility {
	margin:0 0 0;
	font-size: 12px;
	line-height: normal;
	color: #FFFFFF;
}

.entry-utility a,
.entry-utility a:hover {
	color:#ffcc99;
	font-style: normal;
	text-transform: uppercase;
}

.gallery {
	padding:0 0 20px;
}

dl {
	margin: auto;
}

#comments {
	padding:0px 10px 10px;
	background-color: #FFFFFF;
	border: 4px solid #1b1b1b;
	color: #000000;
}

#comments h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:800;
	padding:0 0 18px;
	text-transform: uppercase;
	color: #333333;
	font-style: italic;
}

#comments a {
	color:#333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}

#comments a:hover {
	color:#CC0000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 

.entry-meta {
color:#FFFFFF;
font-size: 12px;
line-height: normal;
}

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

input, textarea {font-size: .825em; font-family: "helvetica neue", helvetica, arial, sans-serif;}

blockquote {
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #FFCC99;
	padding-left: 6px;
}

.navigation a {
	color:#1b1b1b;
	font-weight: bold;
	font-variant: small-caps;
}

.navigation a:hover {
color:#CC0000;
}

table.gigs a img {
	border:0 none;
	margin: 0px;
	padding: 0px;
}

table.gigs td.icon {
	text-align:center;
	width:18px;
	margin: 0px;
	padding: 0px;
}

abbr, acronym {
	border-bottom:0px;
	cursor:auto;
}

/* =Non content -- assides etc
-------------------------------------------------------------- */
#primary {
	margin-bottom:22px;
	padding:18px 0 0;
	background-color: #1b1b1b;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#secondary {
	margin-bottom:22px;
	padding:18px 0 0;
	clear:right;
	background-color: #1b1b1b;
}

#footer {
	border-top:1px solid #999999;
	margin-top:0px;
	background-color: #1b1b1b;
	background-image: url(../../../../gfx/content/head-foot-tile.png);
	background-repeat: repeat;
}

#twitter-bird {
	margin:0 auto;
	overflow:hidden;
	width:940px;
	background-image: url(../../../../gfx/content/twitter-bird.png);
	background-repeat: no-repeat;
	position: relative;
	top: 7px;
}

#subsidiary .aside {
float:left;
margin:0 35px 0 0;
width:300px;
}

#subsidiary #third {
margin:0;
width:270px !important;
}

.aside a {
	color: #999999;
	text-decoration: none;
}
.aside {
	line-height: 1.3em;
	color: #999999;
	text-decoration: none;
	font-size: 12px;
}

.aside a:hover {
	color: #333333;
}

.aside h3 {
	font-size:16px;
	font-family: "Helvetica Neue", Arial, Sans-Serif;
	line-height:26px;
	font-weight:600;
	color:#cccccc;
	margin-left: 6px;
	padding: 0 12px;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

.aside h3 a {
	color:#cccccc;	
}

.textwidget a {
	color: #ffffff;
}

.aside th, .aside td, .aside tr {
	border-right:0px;
	padding:0px;
	vertical-align:middle;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.aside table,
.aside table a {
	border-collapse:separate;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	color: #999999;
}

.aside table img {
	padding-right: 12px;
}

#siteinfo {
	color:#666666;
	font-size:11px;
	line-height:18px;
	padding:10px 0;
}

/*---sociable*/

div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

