/* Text Formatting */


/* About SSP */

#about_ssp h1, #store_front h1, #contact_form h1, #rightcolumn h1 {
	font-size: 14px;
	color:#ffffff;
	padding-bottom: 20px;
}
#about_ssp small, #store_front small, #rightcolumn h1 small, #contact_form h1 small{
	font-size: 11px;
	color:#9D9FA2;
	font-weight:100;
}
/* Gear Section */

.item img {
width: 100px;
}

.item {
background:transparent none repeat scroll 0 0;
display:inline;
float:left;
margin:0;
padding:0;
width:115px;
}

.item h3 {
color:#CCCCCC;
font-size:12px;
padding: 10px 5px;
}

.item h4 {
color:#00CCFF;
font-size:13px;
}

.item a h3 {
color: #ED1C24;
font-size: 10px;
text-decoration:none;
}

.item a:hover h3{
text-decoration:underline;
}
/* Contact_Form */

#contact_form h1 {
	padding:20px 0 0 20px;
}
#contact_form h2 {
	font-size: 12px;
	padding-bottom:5px;
	color:#bbbbbb;
}
.addlist {
	width: 150px;
}
.addlist li, #linklist li {
	list-style: none;
	line-height:18px;
}
.addlist li {
	color:#888888;
}
#mailinglist {
	margin:20px;
	clear:both;
}
#mailinglist fieldset {
	padding-top: 15px;
	border: none;
}
#contact_form p {
	color:#888888;
	width: 225px;
}
#lookbook h2 {
	font-size: 15px;
	color:#ffffff;
	padding:0px 0 15px 0;
}
#lookbook p {
	color: #B0B0B0;
	line-height:20px;
}
#lookbook p img {
padding-top: 10px;
}
input.address {
	color: #444444;
	background: #dddddd;
	border: 1px solid #333333;
	font-size:9px;
	padding:3px;
}
/* News - right col */

#rightcolumn h1 {
	padding:20px 0 20px 20px;
}


.news_post {
	padding: 0 0 20px 20px;
        width: 260px;
}
.news_post h2 {
	font-size: 12px;
	font-weight:bold;
	text-transform:Uppercase;
	color:#CCCCCC;
        width: 250px;
}
.news_post h3 {
	font-size:9px;
	font-weight:100;
	color:#888888;
	font-family: Verdana, sans-serif;
	padding-bottom:15px;
}
.news_post p {
	color: #909090;
	line-height:17px;
	font-size: 12px;
}
.news_post img {
	padding: 10px 0 10px 0;
}

