/*
Theme Name: Detroit Athletic Co.
Description: This is a custom theme developed for Detroit Athletic Co. by Gecko Designs
Author: Gecko Designs
Author URI: http://www.geckodesigns.com
Version: 1.8.2
*/

@import URL("./css/reset.css");

/* ID Styles ====================================================*/

body{
	background-color:#000;
	/*
	background-image: url('images/body_background.jpg');
	*/
	background-image: url('images/bg-body.jpg');
	background-position: top center;
	background-repeat: repeat-x;
	padding:0px;
	margin:0px 0px 25px 0px;
	font-size: 75%;
	line-height:1.5em;
	font-family: helvetica, Arial, "MS Trebuchet", sans-serif;
	letter-spacing:.01em;
}

h1,h2,h3,h4,h5,h6{
	font-family:Georgia, "lucida bright", "times new roman", serif;
}

h1{
	font-size: 115%;
	font-weight: normal;
}

h2{
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 8px;
	line-height: 1.2em;
}

a:link, a:visited{
	color:#094332;
}

ol{
	padding: 20px;
}

/* ---------------------------------------- begin header ---------------------------------------- */

#header {
	position: relative;
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 140px
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#header a img {
	border-style: none;
}

#header #phone-hours {
	position: absolute;
	top: 123px;
	left: 45px;
	font-size: 15px;
	color: #fff;
}

#header #phone-hours span {
	font-size: 12px;
	margin: 0px 0px 0px 5px;
	vertical-align: top;
}

#header ul#nav1 {
	position: absolute;
	top: 100px;
	left: 320px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#header ul#nav1 li {
	margin: 0px 12px 0px 0px;
	padding: 0px;
	display: inline;
}

#header ul#nav1 li a {
	text-decoration: none;
	color: #fff;
	font-size: 19px;
}

#header ul#nav1 li a:hover,
#header ul#nav1 li a.on {
	color: #d4c62f;
}

#header #nav2 {
	position: absolute;
	top: 123px;
	left: 280px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

#header #nav2 a {
	font-size: 15px;
	color: #fff;
	text-decoration: none;
}

#header #nav2 a:hover {
	color: #d4c62f;
}

#header #facebook-badge,
#header #twitter-badge {
	position: absolute;
	right: 10px;
	border: solid 1px #0F1508;
}

#header #facebook-badge {
	top: 10px;
}

#header #twitter-badge {
	top: 60px;
}

#header #facebook-badge:hover,
#header #twitter-badge:hover {
	border: solid 1px #fff;
}

/* ---------------------------------------- end header ---------------------------------------- */

/* ID Styles ====================================================*/

/*
#mailing_list table td{
border: 1px solid black;
}
*/

#mailing_list form {
	margin: 0px;
}

#mailing_list input.text {
	width: 85px;
	font-size: 12px;
	padding: 2px;
	border: solid 1px #B9BB93;
	background-color: #fff;
}

#mailing_list input.image {
	width: 17px;
	height: 17px;
}

#mailing_list table tr td {
	padding: 1px;
}

#masthead_links {
	position: absolute;
	background-image: url(http://www.detroitathletic.com/images/B/black_grad_bar.jpg);
	background-repeat: repeat-x;
	width: 542px;
	height: 23px;
	/*
	background-color: #891E2B;
	padding: 6px 0px 6px 0px;
	font-size: 16px;
	font-family: georgia;
	font-weight: normal;
	*/
	top: 140px;
	left: 20px;
	text-align: center;
}

/*
#masthead_links a {
	text-decoration: none;
	color: #fff;
	margin: 0px 15px 0px 15px;
	padding: 6px;
}
*/

/*
#masthead_links a:hover {
	background-color: #4D1118;
	color: #D5D5B3;
}
*/

#featured_product_wrapper {
  background-image: url(images/featured_background.jpg);
  background-repeat: no-repeat;
	width: 187px;
	padding-top: 10px;
}

#featured_product {
  width: 157px;
  min-height: 183px;
  margin-left: 5px;
  padding: 0px 10px 10px 10px;
  text-align: center;
  background-color: #ffffff;
  background-image: url(images/featured_background_bottom.jpg);
  background-position: 0px 100%;
  background-repeat: no-repeat;
}

#featured_products_wrapper {
  background-image: url(images/featured_background_top.jpg);
  background-repeat: no-repeat;
	width: 177px;
	padding-top: 8px;
	margin-top: 23px;
	margin-left: 7px;
}

#featured_products {
  width: 157px;
  padding: 10px 10px 20px 10px;
  text-align: center;
  min-height: 183px;
  background-color: #ffffff;
  background-image: url(images/featured_background_bottom.jpg);
  background-position: 0px 100%;
  background-repeat: no-repeat;
}

#sidebar{
	width:187px;
	float:left;
	/*
	top: 50px;
	*/
	top: 0px;
	position: relative;
	left:10px;
}

#wrapper{
	margin: 0px auto;
	width:1000px;
}

#masthead {
	width: 581px;
	height: 183px;
	background-image: url('images/masthead.jpg');
	margin-bottom: 0px;
	position: relative;
}

#masthead #logo {
	position: absolute;
	top: 23px;
	left: 16px;
}

#masthead h1{
	float:right;
	top:75px;
	position: relative;
	right:30px;
	font-size:120%;
}

#main_content{
	width:581px;
	float:left;
	background-image: url('images/wrapper_bg.jpg');
	margin-top: -3px;
	margin-bottom:20px;
}

#content_wrapper{
	padding: 20px;
	float:left;
	margin-top: -15px;
}

#lsidebar{
	float:left;
	position:relative;
	/*
	top:180px;
	*/
	top: 0px;
	margin-left:10px;
}

#sidebar h4 {
	font-weight: bold;
}

#nav h2 {
	margin: 0px;
	font-weight: bold;
	font-size: 14px;
}

#nav_top {
	width:176;
	height:9px;
	background-image:url('images/side_bar_top.jpg');
	background-repeat: no-repeat;
/*	margin-top:4px;	*/
	margin-left:-10px;
	margin-right:-10px;
}

#nav {
	width:166px;
	min-height:170px; /* default is 185px */
	margin-top:20px;
	margin-left: 7px;
	padding: 0px 10px 10px 10px;
	background-image: url('images/sidebar.jpg');
	background-repeat: repeat-y;
	background-position: x-100% y-100%;
	background-position: x-9px y-pos;
	list-style-type: none;
}

#nav ul {
	padding-bottom: 15px;
}

#nav ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#nav a {
	display: block;
	padding: 2px;
}

#nav a:hover {
	background-color: #B9BB93;
}

#nav_bottom {
	width: 176px;
	height: 9px;
	margin-left: 7px;
	background-image: url('images/sidebar_bottom.jpg');
	background-repeat: no-repeat;
	margin-top: 0px;
}



#main_content_footer{
	width:574px;
	height:25px;
	background-image:url('images/footer.jpg');
	background-repeat:no-repeat;
	bottom:0px;
	position: relative;
	margin: 0px 7px;
	clear:both;
}

#footer {
	padding-top: 15px;
	text-align: center;
	font-size: 0.8em;
	background-color: #000;
	color: #676941;
	line-height: 1.3em;
}

#footer a {
	color: #9B9E65;
	text-decoration: none;
	border-bottom: dotted 1px #9B9E65;
}

/* Class Styles ====================================================*/

.disabled {
	color: #868686;
}

.author {
	font-weight: normal;
	font-size: 12px;
}

p.postmetadata {
	margin-top: 15px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 10px;
}

.post{
	float:left;
	margin:10px 0px;
	width:100%;
}

.post_alt{
	float:left;
	margin:10px 0px;
	padding: 10px 10px;
	background-color: #B9BB93;
	width:96%;
}

.entry{
	padding: 10px;
}

div.entry p {
	margin-bottom: 10px;
}

.date{
	float:left;
	width:66px;
	height:82px;
	padding: 5px 0px 0px 0px;
	text-align: center;
	background-image: url('images/date_bg.gif');
	background-repeat:no-repeat;
}

.italic{
	font-style: italic;
}

.underline{
	text-decoration: underline;
}

.big{
	font-size:1.25em;
}

.bold{
	font-weight:bold;
}

.green{
	color:#094332;
}
.month{
	position:relative;
	color:#fff;
	font-size:1.45em;
	top:4px;
	text-transform: uppercase;
	margin:0 0 0 0;
	padding:0pt 6pt 0pt 0pt;
}

.day{
	position:relative;
	text-align:center;
	font-size:2.5em;
	line-height:2.125em;
	letter-spacing: 8px;
	font-weight:bold;
	font-family: georgia, times, serif;
	color:#fff;
}

img.alignright, div.alignright {
	float:right; 
	margin:0 0 1em 1em;
}

img.alignleft, div.alignleft {
	float:left; 
	margin:0 1em 1em 0;
}

img.aligncenter, div.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}

a img.alignright {
	float:right; 
	margin:0 0 1em 1em;
}

a img.alignleft {
	float:left; 
	margin:0 1em 1em 0;
}

a img.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}

.wp-caption {
	font-weight: bold;
	font-size: .9em;
}
	

