/**
 * Theme Name: Sports Line Hawaii
 * Theme URI: http://sportslinehawaii.com
 * Description: Theme created for Sports Line
 * Author: Chris Runnells
 * Template: hybrid
 * Version: 0.1
 */
/* Get base CSS */
@import url('../hybrid/library/css/21px.css');

/* Get layout CSS */
@import url('../hybrid/library/css/2c-l-fixed.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Get default CSS */
@import url('../hybrid/library/css/screen.css');

body {
	background: #000000 ;
	font-family: Helvetica, Arial, sans-serif;
	color: #3d3d3d;
	}

h1,h2,h3,h4,h5,h6 {
	font-family: "Droid Serif",Georgia,serif;
	font-weight: normal;
	color: #dc2b19;
	}

a {}
a:link {
	color: #dc2b19;
	border-bottom: 1px solid #dc2b19;
	}
a:visited {
	color: #811a0f;
	border-bottom: 1px dotted #811a0f;
	}
a:hover {
	text-decoration: none;
	}
a:active {
	color: #333;
	border-bottom: 1px solid #555;
	}

.alignright, .right {
	margin-right: -10px;
	margin-bottom: 15px;
	}
.alignleft, .left {
	margin-left: -10px;
	margin-bottom: 15px;
	}

#upper-container {
	width: 100%;
	margin-top: 10px;
	background: transparent url(images/bg_header.png) repeat-x left top;
	}

#header-container {
	width: 960px;
	height: 78px;
	margin: 0 auto;
	}
	#site-title {
		margin: 0;
		}

#header {
	float: left;
	width: 380px;
	margin-bottom: 0px;
	}

#site-title a {
	border-bottom: none;
	}

#navigation,
#primary-menu {
	float: left;
	width: 580px;
	height: 60px;
	margin: 8px 0 0 0;
	}

div.menu ul {
	float: right;
	height: 30px;
	padding: 15px 0; 
	}

#menu-main li {
	margin-right: 0;
	margin-left: 15px;
	}

#menu-main a {
	line-height: 16px;
	}

#menu-main li a {
	padding: 6px 0 0;
	border: none;
	border-bottom: 1px dotted #811a0f;
	background-color: transparent;
	color: #dc2b19;
	font-size: 15px;	
	font-family: "droid-sans-1","droid-sans-2",Helvetica,Arial,sans-serif;
	}

#body-container {
	clear: both;
	width: 980px;
	margin-top: 0;
	}

#container {
	width: 980px;
	padding-top: 10px;
	margin-bottom: 0;
	}

#content,
.singular .content {
	float: left;
	width: 580px;
	min-height: 360px;
	margin: 0 10px 10px;
	padding: 30px;
	overflow: hidden;
	background-color: #fff;
	-moz-box-shadow: 0px  0px 8px #444;
	-webkit-box-shadow: 0px 0px 8px #444;
	box-shadow: 0px 0px 8px #444;
	}
	.entry-content {
		overflow: visible;
		}
	.content {
		width: auto;
		float: none;
		overflow: auto;
		}
	.breadcrumbs { display: none; }
	.page {
		
		}
	.page-title,
	.entry-title,
	.archive-title,
	.category-title {
		font: normal 24px "Droid Serif",Gerogia,serif;
		margin: 0 0 18px 0;
		color: #212121;
		}
		.page-title a,
		.entry-title a,
		.archive-title a,
		.category-title a {
			border-bottom: none;
			}
	.byline {
		font-size: 12px;
		}
	.entry-meta {
		margin-bottom: 0;	
		}
	.post .entry-meta {
		padding: 5px 10px;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		background-color: #eee;
		font-size: 12px;
		}

	.hentry img {
		padding: 0;
		margin-bottom: 0;
		border: none;
		max-width: 585px;
		}

		.hentry a {
			border-bottom: none;
			}
#primary {
	width: 320px;
	}

.aside h2 {
	font-weight: normal;
	}

.widget {
	width: 260px;
	padding: 20px;
	margin: 0 10px 21px;
	text-align: center;
	font-family: "Droid Serif",Georgia,serif;
	font-size: 14px;
	border: none;
	background-color: #1E1E1E;
	-moz-box-shadow: 0px  0px 8px #444;
	-webkit-box-shadow: 0px 0px 8px #444;
	box-shadow: 0px 0px 8px #444;
	}

/* Call Us box, sidebar */
#text-3 {
	background: #1e1e1e url(images/bg_callbox.png) repeat-x left top;
	border-top: 1px solid #afafaf;
	border-bottom: 1px solid #0a0a0a;
	color: #c0c0c0;
	}
	#text-3 h2 {
		margin-bottom: .3em;
		font-size: 18px;
		color: #fff;
		}
	#text-3 ul {
		margin: 0;
		display: inline-block;
		}
		#text-3 ul li {
			line-height: 30px;
			text-align: right;
			list-style: none;
			}
		#text-3 .phone-numbers .number {
			margin-left: 12px;
			color: #fff;
			font-size: 24px;
			font-family: Helvetica, Arial, serif;
			}

/* Email Signup Box */
#ns_widget_mailchimp-4 {
	background: #c0c0c0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #414141;
	color: #3c3c3c;
	}
	#ns_widget_mailchimp-4 h3 {
		font-size: 15px;
		margin-bottom: 0;
		}
	#ns_widget_mailchimp-4 form label {
		padding-left: 15px;
		color: #656565;
		font-size: 12px;
		text-align: left;
		}
	#ns_widget_mailchimp-4 input {
		width: 220px;
		margin: 0.5em 0;
		}
	
	#ns_widget_mailchimp-4 input.button {
		height: 29px;
		width: 120px;
		padding: 0;
		margin: 0;
		border: none;
		overflow: hidden;
		text-indent: -9999em;
		background: transparent url(images/button_sign-me-up.png) no-repeat 0px 0px;
		}
		#ns_widget_mailchimp-4 input.button:hover {
			background-position: 0 -29px;
			}
		#ns_widget_mailchimp-4 input.button:active {
			background-position: 0 -57px;
			}

/* Facebook */
#text-5 {
	width: 300px;
	padding: 0;
	background-color: #fff;
	}

/* Specials page */
#categoryposts-3 {
	background: #ffae3d url(images/bg_specials.jpg) repeat-x left top;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d37e08;
	color: #3c3c3c;
	}
	#categoryposts-3 h3 {
		font-weight: bold;
		font-size: 24px;
		}
		#categoryposts-3 h3 a {
			color: #DC2B19;
			border-bottom: none;
			}
	#categoryposts-3 a {
		color: #3c3c3c;
		text-decoration: none;
		border-bottom-style: dotted;
		}	
		#categoryposts-3 a:hover {
			color: #000;
			}

	#categoryposts-3 ul {
		margin: 0;
		list-style: none;
		}
		.cat-post-item a {
			font-weight: bold;
			}
		.cat-post-item p {
			font-size: 12px;
			
			}


#footer {
	font-size: 12px;
	color: #ccc;
	}
#footer a {
	color: #e2e2e2;
	border-bottom: none;
	}
	#footer a:hover {
		color: #fff;
		}

.copyright {
	margin-right: 0;
	padding-left: 9px;
	}
.credit {
	margin-right: 330px;
	text-align: right;
	}

/* Home page styles */
.home .hentry {
	overflow: visible;
	}
.entry-content h1 {
	font-weight: normal;
	font-size: 38px;
	line-height: 1;
	margin-bottom: 5px;
	}
.entry-content .tagline {
	text-align: right;
	font-family: "Droid Serif",Georgia,serif;
	font-size: 18px;
	color: #3f3f3f;
	}
.entry-content #home_equipment {
	margin: 10px -10px 15px -10px;
	}
	.entry-content #home_equipment img {
		border: none;
		padding: 0;
		}

ul.brands {
	clear: both;
	float: left;
	width: 580px;
	margin-left: 0;
	}
	ul.brands li {
		float: left;
		width: 145px;
		list-style-position: inside;
		}
.more {
	clear: both;
	font-style: italic;
	text-align: right;
	}

/* Contact Us page */
.googlemap {
	float: right;
	width: 320px;
	height: 320px;
	}
	.googlemap iframe {
		border: 2px solid #333;
		}
