/*   
Theme Name: Crosstown
Description: A Child Theme of Thematic.
Author: Ashton Grosz
Author URI: http://www.ashtongrosz.com
Version: 1.0
Template: thematic
*/

/* import Thematic's style.css file */
@import url('../thematic/style.css');



/* import stylesheet to match acrosstownclassicfilm.com */
@import url('../../../../css/layout.css');
a:hover {color: #004aa5;}
div#content a:hover {color: #004aa5;}

div#branding {
	visibility: hidden;
}


div#header {
	position: relative;
	height: 191px;
	width: 100%;
	background: transparent url("../../../../images/blogheader.gif") top left no-repeat;
}

div#topnav {float: left; height: 20px; width: 100%; background-color: black;}
div#topnav ul {margin:0;}
div#topnav ul li {
	display:block;
	margin: 0;
	padding:4px; 
	height: 40px; 
	width: 120px; 
	float: left;
	color: white; 
	text-align: right; 
	font-size: 20px; 
	text-transform: uppercase; 
	background-color: black;
	border-right: 5px solid #004aa5;
}

div#topnav li a {
	text-decoration: none;
	color: white;
}

div#topnav li:hover, div#topnav li.selectednav {background-color: #004aa5; color: black;}

#access {
    border-bottom:none;
    height:0px;
    font-size:13px;
    overflow:visible;
    z-index:100;
}

span.comments-link {display:block; font-size: 24px; font-style: normal; line-height: 30px; text-align: right;}

li#rss-links ul li {list-style-type:none; list-style-image: url("../../../../images/feed-icon-14x14.png");margin: 0; padding: 0;} 
li#rss-links ul {}

div#primary {border: 0px; border-left: 1px solid black; border-bottom: 4px solid black;}

li.widget_tag_cloud {line-height: 24px;}

h3.widgettitle {
	font-family:Helvetica, Arial,sans-serif;
	color: black; 
	font-weight: normal;
	font-size: 20px;
	font-style: normal;
	text-transform: uppercase; 
	
	padding:0 0 7px;
}