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



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

* {
	margin: 0;
	padding: 0;
	}

/* SCROLLBAR */
body {
	scrollbar-face-color:#666666; 
	scrollbar-shadow-color:#333333;
	scrollbar-highlight-color:#999999;
	scrollbar-3dlight-color:#CCCCCC;
	scrollbar-darkshadow-color:#000000;
	scrollbar-track-color:#000000;
	scrollbar-arrow-color:#000000;
	}

/* LAYOUT */

body {
	font-size: 13px; 
	color: #CCCCCC; 
	line-height: 22px; 
	font-weight: normal;
	letter-spacing: 0px;
	font-family: Verdana, Arial, Sans-Serif;
	background: #000000;
	background-image:  url(http://secretpenguin.com/v2/images/bg-scribbles.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	}
	
#container {
	width: 770px;
	text-align:left;
	margin : 0px auto;
	}
	
#content-div {
	width: 486px;
	float:left;
	padding-left: 5px;
	}

#fullpage {
	width: 760px;
	float:left;
	padding-left: 5px;
	}	

.newsentry {
	}		

#sidebar {
	float:right;
    width: 234px;
	margin-right: 0px;
    }	
	
.feature {
	padding-bottom: 10px;
	padding-top: 10px;
	}
	
.portfolio {
	padding-bottom: 15px;
	padding-top: 10px;
	}	
	
#footer {
	text-align: center;
	height: 100px;
	background-image: url(../images/bg-footer.gif);
	background-repeat: no-repeat;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
	line-height: 12px; 
	color: #999966;
	clear:both;
	}			
	
/* TEXT */

p {
	padding-bottom: 7px;
	}	

a:link {
	color: #80D9E1;
	text-decoration: underline;
	}
	a:hover {
		color: #80D9E1;
		text-decoration: underline;
		background-color: #247880;
		}
	a:active {
		color: #80D9E1;
		text-decoration: underline;
		}
	a:visited {
		color: #80D9E1;
		text-decoration: line-through;
		}
	a:visited:hover {
		color: #80D9E1;
		text-decoration: underline;
		background-color: #247880;
		}

h2 {
	font-family: Cooper Black, Cooper, times, Times New Roman, times-roman, georgia, serif;
	color: #BEB378;
	margin: 0;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0px;
	font-weight: normal;
	clear: both;
	padding-bottom: 5px;
	padding-top: 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: 766B39;
	line-height: 16px;
	letter-spacing: 1px;
	}			
	
.supersmall {
	FONT-FAMILY: Times New Roman, Times, serif;
	font-size: 9px;
	font-weight: normal;
	color: 766B39;
	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; 
	}										

ul {
	margin-left: 0px;
	}
	
ul li {
	padding-left: 15px;
	list-style: none;
	background:   url(../images/bg_li.gif) left 0% no-repeat;
	}

#dropdown select {
	background: #666666;
	color: #CCCCCC;
	border: 1px solid #333333;
	}			  
	
/* 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;
	}
			