/*
Theme Name: Skate School
Description: The Skate School WordPress theme.
Version: 1.0
Author: Deefuse
Author URI: http://www.deefuse.com/

*/


* {margin:0; padding:0}

body {
	background:url(images/bg_main.jpg) center top no-repeat #b4e5e5;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#585959;
	}
a {
	text-decoration:none;
	color:#22b3b6;
	}
a:hover {
	text-decoration:none;
	color:#bf2448;
	}	
	
a img, fieldset {border:0 none;}

p {
	margin-bottom:16px;
	}

ul {list-style-type:none;}

h2 {
	font-size:20px;
	color:#bf2448;
	margin-bottom:16px;
	font-weight:100;
	}

h3 {
	font-size:14px;
	color:#bf2448;
	margin-bottom:16px;
	}

.more {
	display:block;
	width:135px;
	height:48px;
	text-indent:-9000em;
	background:url(images/bg_more.png)  -8px top no-repeat;
	}	

.amazon {
	display:block;
	width:265px;
	height:48px;
	text-indent:-9000em;
	background:url(images/bg_amazon.png)  -4px top no-repeat;
	}



#container {
	width:920px;
	margin:0 auto;
	position:relative;
	}
	
#mastHead {
	width:760px;
	margin-left:80px;
	height:148px;
	background:url(images/bg_header.jpg) left top no-repeat;
	}

#logo {
	float:left;
	height:148px;
	}

/*****		Nav			*****/

#nav {
	height:40px;
	float:left;
	text-align:right;
	padding:0;
	margin:-5px 0 0 5px;
	font-size:14px;
	font-weight:700;
	}
#nav li {
	float:left;
	margin:0;
	padding:25px 10px 10px 10px;
	}
#nav li a {
	color:#bf2448;
	}
#nav li.current {
	background:#fff;
	color:#22b3b6;	
	}
#nav a:hover {
	color:#22b3b6;
	}



#mainContent {
	background: url(images/bg_sidebar.gif) right top repeat-y #fff;
	width:760px;
	margin-left:80px;
	_margin-left:40px;
	float:left;
	padding-bottom:20px;
	}

#main {
	float:left;
	width:600px;
	}

#sidebar {
	float:left;
	width:110px;
	padding:24px 20px 0 20px;
	_padding:24px 10px 0 20px;

	}

#sidebar h2, #sidebar h3 {
	font-size:12px;
	font-weight:700;
	}

#sidebar ul {
	margin-bottom:16px;
	}

#intro {
	background:url(images/bg_intro.gif) bottom repeat-x #e7f7f7;
	width:760px;
	margin-left:80px;
	_margin-left:40px;
	float:left;
	}

#intro p {
	font-size:18px;
	line-height:20px;
	color:#22b3b6;
	padding:10px 20px 0 160px;
	}

#footer {
	padding:20px 80px;
	float:left;
	width:760px;
	}

#footer img {
	vertical-align:middle;
	padding-right:10px;
	}
#footer p {
	float:right;
	text-align:right;
	padding-top:10px;
	}
	
	

.post {
	padding:24px 0 24px 160px;
	border-bottom:1px solid #eee;
	width:440px;
	float:left;
	}
	
.post .story {/*added for IE6 float issue causing indentation on the first lines of the post*/
	float:left;
	width:440px;
	}	
.post .meta {
	float:left;
	padding-right:10px;
	margin-left:-140px;
	_position:relative;
	_margin-left:-70px;
	width:100px;
	}
	.post .date {
	color:#71d0d1;
	}
	
.linkcat ul li {
	padding-bottom:16px;
	}


#comments {
	padding:24px 20px 24px 160px;
	width:420px;
	background:#f5f5f5;
	float:left;
	border-bottom:1px solid #eee;
	}
	#comments dd {
	color:#888;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border-bottom:1px solid #ddd;
	padding-bottom:15px;
	margin-bottom:16px;
	}

.textInput {
	border:1px solid #8fdfdf;
	background:#fffdd5;
	}

#reply {
	padding:16px 0 0 160px;
	width:440px;
	float:left;
	}

#replyForm label {
	display:block;
	margin:6px 0;
	}
#replyForm .textInput {
	height:15px;
	padding:3px;
	width:420px;
	display:block;
	margin-bottom:10px;
	}
#replyForm textarea {
	height:85px;
	padding:3px;
	width:420px;
	display:block;
	margin-bottom:10px;
	border:1px solid #8fdfdf;
	background:#fffdd5;
	overflow:auto;
	}
	
	

#search {
	padding:16px 0 0 160px;
	width:440px;
	overflow:hidden;
	}
#searchField {
	height:15px;
	padding:3px;
	width:220px;
	border:1px solid #8fdfdf;
	background:#fffdd5;
	margin:0 20px;
	}
#search #submit {
	vertical-align:bottom;
	}


.pagetitle	{	padding:20px 20px 20px 160px; margin:0; }
.pagecontent	{	padding:20px 20px 20px 160px; }

.navigation	{	padding:20px 20px 20px 160px; overflow:hidden; }
	.navigationLeft	{	float:left; }
	.navigationRight{	float:right; }

#comments .commentDate	{	text-align:right; font:normal 12px Helvetica,Arial,sans-serif; color:#585959; margin:0; }
