/*  
Theme Name: GlossyBlue
Theme URI: http://www.ndesign-studio.com/
Description: WP glossy theme designed by <a href="http://www.ndesign-studio.com/">N.Design Studio</a>.
Version: 1.3
Author: Nick La
Author URI: http://www.ndesign-studio.com/

	This theme was designed and built by Nick La.

	The CSS, XHTML and design is released under Creative Commons Attribution 2.5:
	http://creativecommons.org/licenses/by/2.5/

*/
body {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color: #333333;
	margin: 0px;
	background-image: url(images/background-image.gif);

}
a {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	color: #CC6633;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}

form {
	margin:0px;
	padding:0px;
}
#page {
	color:#575757;
	margin: 0px auto;
	width: 900px;
	background-color:#FFFFFF;
	background-image:url(images/page-background.gif);
}
/* header area */
#header {
	background-image: url(images/natural-skateboard-manufacturers-header.jpg);
	height: 268px;
	margin:0px;
	padding:0px;
}



/* content area */
#content {
	margin:0px;
	padding:0px;
	float: left;
	width: 479px;
}

.post{
padding:0px 15px 0px 15px;
}

.post h1{
font-size:16px;
}

.imgspec{
border:8px solid #CCCCCC;
margin:15px;
}

.deck{
margin:8px;
padding:8px;
color:#575757;
width:70px;
float:left;
text-align:center;
font-size:9px;
line-height:10px;
}



/*sidebar */
#sidebar {
	float: right;
	width: 420px;
	color: #575757;
}

#nav{
margin-left:42px;
}
#latest{
margin: 0px 10px 0px 10px;
}
/*sidebar */


/* footer area */
#footer {
	clear: both;
	background-image: url(images/footer.jpg);
	color: #915E45;
	height:124px;
}
#footer a, #footer a:visited {
	color: #CCCCCC;
	margin:0px 32px 0px 32px;
}
#footernav{
padding-top:55px;
}