/*************************************************************
 
 -------------------------------------------------------------
 Theme:   Untitled Skateboards
 Author:  SecretPenguin
          http://www.secretpenguin.com
 
 
*************************************************************/



/*============================================================
Body
============================================================*/

* {
	margin: 0;
	padding: 0;
	}

/* LAYOUT */

body {
	font-size: 12px; 
	color: #B9BB82; 
	line-height: 22px; 
	font-weight: normal;
	letter-spacing: 0px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #000000;
	background-image:  url(../images/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	}
	
#container {
	width: 955px;
	text-align: left;
	margin : 0px auto;
	}
	
#content {
	width: 655px;
	float:left;
	clear: both;
	padding-left: 150px;
	padding-right: 150px;
	padding-top: 15px;
	}

#fullpage {
	width: 760px;
	float:left;
	}	

.newsentry {
	}		

#sidebar {
	float:right;
    width: 234px;
	margin-right: 0px;
    }	
	
.feature {
	padding-bottom: 10px;
	padding-top: 10px;
	}
	
.portfolio {
	padding-bottom: 15px;
	padding-top: 10px;
	}
	
.portfolio-decks {
	width: 109px;
	height: 550px;
	float: left;
	clear: none;
	text-align: center;
	}	
	
	.decks5 {
		width: 545px;
		height: 550px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		}
		
	.decks4 {
		width: 436px;
		height: 550px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		}
	
	
	.decks3 {
		width: 327px;
		height: 550px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		}
	
	
	.decks2 {
		width: 218px;
		height: 550px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		}	
	
.portfolio-tees {
	width: 218px;
	height: 375px;
	float: left;
	clear: none;
	text-align: center;
	}
	
	.tees2 {
		width: 436px;
		height: 375px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		}
	
.portfolio-bearings {
	width: 165px;
	height: 275px;
	float: left;
	clear: none;
	text-align: center;
	}
	
	.bearings2 {
		width: 330px;
		height: 275px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		}	
	
.store-info {
	text-align: right;
	font-size: 11px;
	}				
	
#footer {
	padding-top: 10px;
	text-align: center;
	height: 100px;
	background-image: url(http://www.untitledskateboards.com/v2/images/bg-footer.jpg);
	background-repeat: no-repeat;
	padding-right: 5px;
	padding-left: 5px;
	clear:both;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	margin: 0;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	text-decoration: none;	
	}			
	
	#footer a, #footer a:link, #footer a:visited {
		color: #333333;
		text-decoration: none;	
		}
	
	#footer a:hover {
		color: #695B2E;
		text-decoration: none;
		}
		
	
/* TEXT */

p {
	padding-bottom: 10px;
	padding-left: 7px;
	}	

a:link {
	color: #669999;
	text-decoration: underline;
	}
	a:hover {
		color: #695B2E;
		text-decoration: underline;
		}
	a:active {
		color: #695B2E;
		text-decoration: underline;
		}
	a:visited {
		color: #669999;
		text-decoration: line-through;
		}
	a:visited:hover {
		color: #695B2E;
		text-decoration: underline;
		}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #BEB378;
	margin: 0;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0px;
	font-weight: normal;
	clear: both;
	padding-bottom: 5px;
	padding-top: 5px;
	}
	
	#h2-news {
			display: block;
			width: 234px;
			height: 25px;
			overflow: hidden;
			text-indent: -9999px;
			background: url(../images/headers/news.jpg);
			background-position: top left;
			background-repeat: no-repeat;
			padding-bottom: 5px;
			}
			
	#h2-onlinestore {
			display: block;
			width: 234px;
			height: 25px;
			overflow: hidden;
			text-indent: -9999px;
			background: url(../images/headers/onlinestore.jpg);
			background-position: top left;
			background-repeat: no-repeat;
			padding-bottom: 5px;
			}
			
	#h2-newsletter {
			display: block;
			width: 234px;
			height: 25px;
			overflow: hidden;
			text-indent: -9999px;
			background: url(../images/headers/newsletter.jpg);
			background-position: top left;
			background-repeat: no-repeat;
			padding-bottom: 5px;
			}			
			
	#h2-features {
			display: block;
			width: 234px;
			height: 25px;
			overflow: hidden;
			text-indent: -9999px;
			background: url(../images/headers/features.jpg);
			background-position: top left;
			background-repeat: no-repeat;
			padding-bottom: 5px;
			}
			
	#h2-portfolio {
			display: block;
			width: 234px;
			height: 25px;
			overflow: hidden;
			text-indent: -9999px;
			background: url(../images/headers/portfolio.jpg);
			background-position: top left;
			background-repeat: no-repeat;
			padding-bottom: 5px;
			}					
			
	
h3 {
	font-family: Cooper Black, Cooper, times, Times New Roman, times-roman, georgia, serif;
	color: #A3D6D8;
	margin: 0;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0px;
	font-weight: normal;
	clear: both;
	padding-bottom: 5px;
	padding-top: 5px;
	}	

.newsdate {
	font-family: Gill Sans, Verdana;
	color: #908653;
	margin: 0;
	padding: 18px 0px 5px 0px;
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: normal;	
	}
	
.newstext {
	padding-left: 10px;
	padding-bottom: 15px;
	}

.subheader {
	font-family: Gill Sans, Verdana;
	color: #908653;
	margin: 0;
	padding: 0px 0px 5px 0px;
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: normal;	
	}
	
.small {
	FONT-FAMILY: Times New Roman, Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #908653;
	line-height: 16px;
	letter-spacing: 1px;
	}			
	
.supersmall {
	FONT-FAMILY: Times New Roman, Times, serif;
	font-size: 9px;
	font-weight: normal;
	color: #908653;
	line-height: 16px;
	letter-spacing: 1px;
	}							
	
.blockquote {
	color: #FFFFFF;
	padding-left: 30px;
	background:  url(../images/blockqoute.gif) left top no-repeat;
	}					
			
.darkest { 
	color: #333333; 
	}

.darker { 
	color: #666666; 
	}	

.dark { 
	color: #999999; 
	}			

.brightest { 
	color: #FFFFFF; 
	}	

.brighter { 
	color: #EEEEEE; 
	}	

.bright { 
	color: #DDDDDD; 
	}

.error {
	color: #990000;
	font-weight: bold;
	}											

#dropdown select {
	background: #666666;
	color: #CCCCCC;
	border: 1px solid #333333;
	}
	
.line {
	border-bottom: 1px solid #333333;
	}
	
ul {
	margin-left: 0px;
	}
	
ul li {
	padding-left: 15px;
	list-style: none;
	background:   url(../images/bg_li.gif) left 0% no-repeat;
	}				  
	
/* BUTTONS */

#store-button a, #store-button a:link, #store-button a:visited {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 234px;
	height: 150px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/store.jpg);
	background-position: top;	
	}
	
#store-button a:hover, #store-button a:visited:hover {
	background-position: bottom;
	}
			

