@charset "UTF-8";
/* CSS Document */


/*ALL PAGES*/

/*browser elements*/
header, aside, article, nav, footer{
	display: block;
	}
	
html {
	overflow-x: hidden;
	}

body {
	background: url(_img/pageBorder.png) repeat-y center #FFF;
	font-family: Arial, sans-serif;
	color: #FFF;
	font-style: normal;
	margin: 0 0 0 0;
	font-size: .7em;
	font-weight: bold;
	overflow-x: hidden;
	}
	
#wrapper {
	width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	/*background-color: #0F3;*/
	}
	
footer {
	width: 1280px;
	height: 26px;
	position: fixed;
	bottom: 0px;
	margin-left: -160px;
	background-color: #B5D562;
	}

footer .ul {
	list-style: none;
	padding-left: 1em;
	text-indent: -1em;
	margin-left: 160px;
	margin-top: 8px;
	}

footer .ul .li {
	display: inline;
	color: #FFF;
	margin-right: 35px; 
	}


/*header elements*/
header {
	width: 960px;
	height: auto;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	}
	
#headerBG {
	width: 1280px;
	height: 122px;
	position: relative;
	margin-left: -160px;
	background-image:url(_img/headerBG.jpg);
	background-size: 1280, 122;
	z-index: -3000;
	}



/*navigation elements*/
nav {
	width: 960px;
	height: 122px;
	float: left;
	margin-top: -122px;
	}
	
#navLinks {
	float: right;
	width: auto;
	height: 24x;
	margin-top: 64px;
	text-align: right;
	}

ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}

ul li {
	display: inline;
	padding-left: 35px;
	}

#logo {
	float: left;
	width: 217px;
	height: 24px;
	margin-top: 64px;
	margin-left: 0px;
	}
	
#login {
	position: absolute;
	width: auto;
	height: 26px;
	left: 750px;
	top: 0px;
	}
	
#account {
	float: right;
	width: 102px;
	height: 18px;
	background-color: #B5D562;
	margin: 0px 2px 0px 0px;
	text-align: center;
	padding-top: 8px;
	}
	
#cart {
	float: right;
	width: 40px;
	height: 26px;
	background-color: #B5D562;
	}
		


	



/*article elements*/
article {
	margin-bottom: 58px;
	height: auto;
	}

	


	
	
	
	
	
/*INDEX*/
/*billboard*/
#billboard {
	float: left;
	margin-left: -160px;
	margin-bottom: 32px;
	width: 1280px;
	border-style: solid;
	border-color: #B5D562;
	border-width: 3px 0px 3px 0px;
	
	}
		
.billboard230 {
	width: 1280px;
	height: 230px;
	}

.billboard460 {
	width: 1280px;
	height: 460px;
	}

/*slider*/
.nivoSlider {
    position:relative;
    width:1280px; /* Change this to your images width */
    height:460px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
	}
	
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
	}
	
.nivoSlider a {
    border:0;
    display:block;
	}
	



	
	
.articleLogin {
	width: 960px;
	float: left;
	margin-top: 32px;
	}	
	
	
	
	
	


/*article (boxes) - index*/
.articleIndex {
	width: 960px;
	float: left;
	}

	
.box{
	width: 127px;
	height: auto;
	}
	
#indoor{
	float: left;
	margin-left: 100px;
	}
	
#casual{
	float: left;
	margin-left: 194px;
	}
	
#running{
	float: right;
	margin-right: 100px;
	}
	
.arrow {
	float: left;
	}
	
.shoe {
	float: left;
	height: 125px;
	width: 125px;
	margin-top: 8px;
	}
	
.boxHeader {
	float: left;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-left: 0px;
	}
	
.boxSubHead {
	float: left;
	height: auto;
	width: 90px;
	margin-top: 0px;
	}

#running .arrow {
	margin-right: 21px;
	margin-top: 0px;
	}
	
#casual .arrow {
	margin-right: 26px;
	margin-top: -12px;
	}
	
#indoor .arrow {
	margin-right: 26px;
	margin-top: -12px;
	}
	
.articleIndex .arrow {
	float: right;
	}






	
	


/*STORE*/
/*article (products) - store*/	
.articleStore {
	width: 760px;
	float: right;
	}

#productWrapper {
	float:left;
	width: 380px;
	height: 110px;
	margin-bottom: 32px;
	}
	
#productHeader {
	float:left;
	width: 760px;
	height: auto;
	margin-bottom: 32px;
	border-style: solid;
	border-color: #B5D562;
	border-width: 0px 0px 1px 0px;
	}
	
#productImage{
	width: 100px;
	height: 100px;
	float: left;
	vertical-align: central
	}
	
#productInfo{
	width: 220px;
	height: 110px;
	float: left;
	margin-left: 30px;
	line-height: 1.5em;
	}
	
#productPrice{
	float: left;
	padding-right: 8px;
	color: #03F;
	text-align: left;
	}
	
#productSeperator{
	width: 700px;
	height: 1px;
	float: right;
	margin-top: 12px;
	margin-bottom: 22px;
	background-color: #999;
	}
	
	

/*sidebar - store*/
aside {
	width: auto;
	height: auto;
	margin-bottom: 58px;
	float: left; 
	border-style: solid;
	border-color: #B5D562;
	border-width: 0px 1px 0px 0px;
	padding-right: 8px;
	}

#asideFilterHeader {
	margin-bottom: 5px;
	}


	
	
	
	
/*ADMIN*/	
/*Manage*/
.articleAdmin {
	width: 960px;
	float: left;
	}

#dataRow {
	float: left;
	width: 960px;
	height: 60px;
	border-style: solid;
	border-color: #5a7ab7;
	border-width: 1px 0px 0px 0px;
	}
	
.articleAdmin #productInfo{
	width: 860px;
	height: auto;
	float: left;
	margin-left: 50px;
	margin-top: 17px;
	display: inline;
	}	

.articleAdmin #productImage{
	width: 50px;
	height: 50px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	}

#adminNewRecord{
	float: left;
	margin-bottom: 32px;
	width: auto;
	}	

#adminDaataHeader{
	margin-bottom: 16px;
	}
	
#adminEditDelete{
	height: auto;
	width: auto;
	display: inline;
	float: right;
	}
	
#adminProductID{
	height: auto;
	width: auto;
	display: inline;
	float: left;
	}
	
#adminProductBrand{
	height: auto;
	width: auto;
	display: inline;
	position: absolute;
	left: 220px;
	}
	
#adminProductName{
	height: auto;
	width: auto;
	display: inline;
	position: absolute;
	left: 350px;
	}
	
#createNewRecordWrapper .arrow {
	float: left;
	margin-top: 2px;
	margin-left: 5px;
	}
	
#adminNav {
	float: left;
	height: auto;
	width: auto;
	}
	
#adminDataHeader{
	width: auto;
	height:auto;
	float: left;
	margin-right: 25px;
	margin-bottom: 16px;
	}
	
#adminLinks {
	float: left;
	width: auto;
	height: auto;
	margin-top: 11px;
	}

#createNewRecordWrapper {
	float: left;
	width: 960px;
	height: auto;
	}
	
#newRecordForm {
	float: left;
	width: 960px;
	height: auto;
	border-style: solid;
	border-color: #5a7ab7;
	border-width: 1px 0px 0px 0px;
	color: #5a7ab7;
	padding-top: 16px;
	}
	
.form {
	background-color: #FFF;
	border-style: solid;
	border-color: #B5D562;
	border-width: 1px 1px 1px 1px;
	color: #000;
	cursor: pointer;
	padding: 2px 2px 2px 2px;
	margin-bottom: 3px;
	}
	
.saveButton {
	background-color: #5a7ab7;
	border-style: none;
	border-color: #B5D562;
	border-width: 1px 1px 1px 1px;
	color: #FFF;
	cursor: pointer;
	padding: 3px 5px 3px 5px;
	font-weight: bold;
	margin-right: 3px;
	}
	
.cancelButton {
	background-color: #999;
	border-style: none;
	border-color: #B5D562;
	border-width: 1px 1px 1px 1px;
	color: #FFF;
	cursor: pointer;
	padding: 3px 5px 3px 5px;
	font-weight: bold
	}
	
#updateImage {
	height: 200px;
	width: 200px;
	float: left;
	margin-top: -246px;
	margin-left: 500px;
	}
	

	
	























/*links atrributes*/
a:link { 
	text-decoration: none;
	/*-webkit-tap-highlight-color: rgba(0,0,0,0)*/;
	color: #999;
	}  
	  
/* visited link */
a:visited {
	color: #999;
	}  

/* mouse over link */
a:hover {
	color: #B5D562;
	}  

/* selected link */
a:active {
	color: #999;
	}



/*paragrpah/header attributes*/	
h1 {
	font-size: 3em;
	display: inline;
	}


h2 {
	font-size: 1.4em;
	display: inline;
	}

h3 {
	font-size: 1.2em;
	display: inline;
	}
	
h4 {
	font-size: 1em;
	display: inline;
	}
P {
	color: #999;
	line-height: .8em;
	font-weight: lighter; 
	}
	
.line {
	line-height: 1.5em;
	}
	


/*color attributes*/
.white {
	color: #FFF;
	}

.green {
	color: #B5D562;
	}

.blue {
	color: #5a7ab7;
	}

.grey {
	color: #999;
	}

.bgGreen {
	background-color: #B5D562;
	}

.bgBlue {
	background-color: #5a7ab7;
	}

.bgGrey {
	background-color: #999;
	}










	
	
	
	
	
	
/*other Stuff*/	
/*.center960 {
	position: relative;
	width: 954px;
	margin: 0 auto;
	padding: 0 3px;
	}*/

/*.login {	
	float: right;
	width: 146px;
	height: 26px;
	padding: 0;
	background-color: #ECF2F3;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	}*/

/*header {
	width: 1280px;
	height: 122px;
	position: relative;
	margin-left: -640px;
	margin-right: auto;
	padding-left: 160px;
	padding-right: 160px;
	background-image:url(_img/headerBG.png);
	left: 50%;
	overflow: hidden;
	}*/

/*.account {
	float: right;
	width: 102px;
	height: 18px;
	background-color: #B5D562;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	padding-top: 8px;
	}
	
.cart {
	float: right;
	width: 40px;
	height: 26px;
	padding: 0;
	margin-right: 0px;
	background-color: #B5D562;
	}*/
	
