/*
Theme Name: Stand Alone Athletics
Theme URI: http://standaloneathletics.com
Description: Stand Alone Built on Starkers
Version: 1.0.0
Author: Brian Sweat
Author URI: http://brian-sweat.com
Tags: stand, alone, athletics
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";
@import "style/css/960.css";

body {
				background-color:#000000;
				color:#F90;
}

#header {
				width:100%;
				height:305px;
				background-image:url(style/images/header.jpg);
				background-repeat:no-repeat;
				background-position:center;
}

#logo {
				position:absolute;
				top:61px;
				left:10px; 
}

#navigation {
				text-align:center;
				font-family:Georgia, "Times New Roman", Times, serif;
				position:relative;
				top:273px;
				font-size:1.3em;
				letter-spacing:.5px;
				
				
}

#navigation li {
				display:inline;
				padding:0px 25px 0 5px;
				
}

#footer {
				width:100%;
				height:246px;
				background-image:url(style/images/footer.jpg);
				background-repeat:no-repeat;
				background-position:center;
}

.footer_inline {
				height:100px;
				display:inline;
				position:relative;
				top:140px;
}

#foot_nav {
				position:absolute;
				left:400px;
				top:175px;
				font-size:1.3em;
				letter-spacing:.5px;
}

#foot_nav li {
				display:inline;
				padding:0px 5px 0 5px;
}

#content {
				background-image:url(style/images/border.jpg);
				background-repeat:repeat-y;
				height:100%;
				width:960px;
				margin:0 auto;
}

.minus_border {
				width:940px;
				position:relative;
				left:10px;
				padding:10px 0 0;
}

#home_networks img {
				padding:20px 0 20px 0;
}

#ship_fight {
				padding:10px 0 10px 0;
				text-align:center;
}

#ship_fight a {
				padding:0 5px 0 5px;
}


#title {
				font-weight:100;
				font-size:1.75em;
				text-align:left;
				text-indent:15px;
}
.children {
				display:none;
}

#shop_image {
				float:left;
				padding:10px 0 0 10px;
				width:450px;
				height:592px;
}

#shirt_info {
				width:460px;
				padding:10px 10px 0 0;
				float:right;
				height:600px;
}

#shirt_title {
				font-weight:100;
				font-size:2.4em;
}

#shirt_desc {
				font-size:.88em;
				color:#FC6;
				line-height:1.8em;
}

#shirt_price_buy {
				padding: 15px 0 0 0 ;
				font-size:1.5em;
}

#shirt_price_buy p {
				display:inline;
}

.add_to_cart {
				position:absolute;
				left:230px;
				top:7px;
}

.price {
				position:absolute;
				left:30px;
				top:13px;
				font-size:1.4em;
}

#shirt_navigation {
				position:absolute;
				top:257px;
}

#shirt_network {
				width:460px;
				height:80px;
				float:left;
				text-align:center;
}

#shirt_network a {
				padding:0 30px 0 30px;
}

#shirt_backnext {
				width:460px;
				height:80px;
				float:right;
				text-align:center;
				text-transform:uppercase;

}

#author, #email, #url {
				display:block;
}

#comment_left {
				width:360px;
				float:left;
				position:relative;
				left:10px;
}

#comment_right {
				width:520px;
				float:right;
}

#comment_right textarea {
				width:500px;
				border-radius:10px;
				-moz-border-radius: 10px;
				padding:5px;
}

#commentform input  {
				border:none;
				background-color:#FC0;
				-moz-border-radius: 10px;
				border-radius:10px;
				padding:5px;
				margin:0 0 25px 0;
				width:320px
}

#commentform textarea {
				border:none;
				background-color:#FC0;
}

#submit {
				margin:25px 0 25px 0 !important;
				padding:0 !important;
				background:none !important;
				color:#F90;
				text-align:center;
				position:relative;
				right:100px;
				
}
 
#respond {
				font-size:1.6em;
				font-weight:100;
				text-indent:20px;
				padding:0 0 20px 0;
}

#home_image {
				z-index:1;
				width:860px;
				height:406px;
				float:left;
				padding: 0 0 15px 0;
}



/* Pseudo Class */

a:link {
				color:#ff9;
				text-decoration:none;
}

#navigation a:visited {		
				text-decoration:none;
				color: #FF9;
}

#navigation a:hover {
				color: #070005;
}


#navigation a:active {		
				color:#d56900;
}



/* foot_nav link styles */

#foot_nav a:link {
				color:#070005;
				text-decoration:none;
}


#foot_nav a:visited {		
				text-decoration:none;
				color: #633;
}


#foot_nav a:hover {		
				color: #FF9;
}

#foot_nav a:active {     
				color:#d56900;
}



/* Shirt Thumb */

.shirt_thumb {
				display:none;
}



/* shirt_backnext link styles */

#shirt_backnext a:link { 	
				text-decoration:none;
				color:070005;
}

#shirt_backnext a:visited {	
				text-decoration:none;
				color:#633;
}

#shirt_backnext a:hover {
				color:#d56900;
}



/* 404 page */

#left_404 h2 {	
				font-size:1.8em;
				padding: 68px 15px 20px 30px;
}

#right_404 h3 {	
				font-size:1.8em;
				padding: 60px 0 375px 20px;
				line-height:150%;
}

#searchform {	
				padding: 0 0 0 30px;
}

#left_404 {		
				float:left;
				width:325px;
}

#right_404 {	
				float:right;
				width:600px;				
}


