/*Style Sheet for Broxson Outdoors Site - home.css */

#header {
	padding: 18px 18px 0 18px;
	background: url("../images/headerBg.jpg") no-repeat top middle;
}

#mainContent {
	background: #fff url("../images/storeInfoAccent.png") no-repeat left top;
}

.content {
	background: url("../images/contentBg.png") no-repeat right center;
}

/*------------------Side Bar Styling----------------------------*/
#sideBar {
	background: url("../images/sideBarBg.png") repeat-x left;
	height: 190px;
	margin-top: 10px;
}


/*--------------Styles for all Blocks in SideBar----------------*/
.actionCall {
	float: left;
	margin-left: 5px;
	padding: 10px 5px 0 5px;
}

.actionCall p, .actionCall h2, .actionCall form {
	font-size: 1.3em;
	padding-left: 18px;
}


.accentStyle {
	text-transform: uppercase;
}

/*--------------Styles for Newsletter Box-----------------------*/
.newsletter {
	background: url("../images/newsletterBg.png") no-repeat top left;
	color: #fff;
	font-weight: normal;
	width: 285px;
	height: 100%;
}

/*----Styles for Newsletter Form-----*/
.newsletter form {
	width: 250px;
	padding-left: 10px;
}

/*Styles Form Labels */

.newsletter p {
	color: #9fe962;
	font-size: .8em;
	padding-top: 5px;
}

.newsletter p:first-child {
	padding-top: 20px;
}

/*Styles Form Submit Button*/
.submit {
	background-color: transparent;
	color: #a2ed66;
	font-size: .7em;
	text-align: right;
	margin-left: 150px;
	border: none;
}


/*--------------Styles for Facebook Box-----------------------*/
.facebook {
	background: url("../images/facebookBg.png") no-repeat top left;
	color: #172f01;
	width: 300px;
	height: 100%;
	font-weight: normal;
}

.facebook img {
	float: right;
	padding-top: 35px;
	padding-right: 20px;
}

.facebook p {
	padding-top: 65px;
	font-size: 1em;
}

/*Overrides uppercase transform for Facebook paragraphs with AccentStyle span class*/
.facebook p .accentStyle {
	text-transform: none;
	font-weight: bold;
}

.facebook a {
	text-decoration: none;
	color: #172f01;
}

.facebook a:hover {
	text-decoration: underline;
}

/*--------------Styles for Go Shop Box------------------------*/
.shop {
	background: url("../images/goShopBg.png") no-repeat top left;
	width: 145px;
	height: 100%;
	padding-left: 5px;
}

.shop a {
	background: url("../images/goShopArrow.png") no-repeat left center;
	color: #99d956;
	text-decoration: none;
	padding-left: 20px;	
}

/*Overrides actionCall styles*/
.shop p.accentStyle {
	position: relative;
	left: 0px;
	top: 135px;
	font-size: 1em;
	padding-left: 15px;
	padding-bottom: 5px;
}

.shop a:hover {
	color: #fff;
}


