/*   
Theme Name: jcoulter
Theme URI: http://da-id.com/
Description: A theme designed for Coulter Motorsports, based on the Shape theme/framework
Author: Dan Allegrucci
Author URI: http://da-id.com
Version: 1.0.0
Tags: threaded-comments, microformats
.
The Shape Theme for WordPress is copyright ThemeShapes http://themeshapes.com/
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/


/* Import a basic layout */
@import url('styles/2c-r.css');

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');


body {
	/*margin: 1.5em 15%;*/
	margin: 0;
	background:url(images/bg-sponsor-ripit.jpg) no-repeat top center fixed #000;
}

#wrapper {
	width: 940px;
	padding: 0 10px;
	margin: 0 auto;
}

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

#branding {
	margin: 0 0 0 0;
	background: url(images/bg-main-header.jpg) no-repeat;
	height: 143px;
}

#blog-title span {
	display: none;
}

#blog-title a {
	display: block;
	height: 143px;
}

#blog-description {
	display: none;
}

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

#access {
	margin: 0 0 1.5em 0;
	overflow: auto;
}
.skip-link {
	display: none;
}
.menu ul {
	list-style: none;
	margin: 0;
}
.menu ul ul {
	display: none;
}
.menu li {
	display: inline;
}
.menu a {
	display: block;
	float: left;
}


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

a { color: #dd0101; }
a:hover { text-decoration: none; }

.post {
	margin: 0 0 3em 0;	
}
.entry-content, .entry-summary {
	margin: 1.5em 0 0 0;
}

h2.entry-title a, h1.entry-title {
	color: #000;
	font-size: 2em;
	letter-spacing: -.02em;
	text-decoration: none;
	line-height: 1em;
}

h2.entry-title a { color: #014372; }

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

.entry-meta {
	font-size: .9em;
}

.entry-utility {
	font-size: .9em;
}

h1.page-title {
	color: #dd0101;
	margin-bottom: 10px;
	font-size: 1.5em;
	font-style: italic;
}

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

.navigation {
	margin: 0 0 1.5em 0;
	overflow: auto;	
}

.navigation a {
	color: #034c7b;
}

#nav-above, #nav-below {
	font-weight: bold;
}


/* =Widget Areas
-------------------------------------------------------------- */

h3.widget-title{
	width: 210px;
	height: 40px;
	background:url(images/bg-side-header.jpg) no-repeat;
	color: #FFF;
	font-size: 1.5em;
	line-height: 2em;
	padding-left: 10px;
}

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: none;
}
.widget-area ul ul li {
	color: #999;
	border-bottom: 1px solid #666;
	padding: 4px 0 4px 28px;
	background:url(images/bg-widget-button.jpg) top left no-repeat #000;
	height: 19px;
}

.widget-area ul ul li a {
	color: #fff;
	text-decoration: none;
	line-height: 20px;
}

.widget-area ul ul li a:hover {
	color:#dd0101;
}
	
	
.widget-area ul ul ul {
	margin-left: 2.5em;
}
.widget-container {
	margin: 0 0 1.5em 0;
	background: #FFF;
}

/* =Temporary styles until the
		directory can read @import
		
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/*Comments*/
#form-allowed-tags { display: none; }

.form-label { color: #000; font-weight: bold; font-size: 16px; }

/*--------------------------------------------------------------*/
/*Footer*/
#site-info {
	color: #FFF;
}





















