/*
Theme Name: Snowboard Theme
Theme URI: http://www.wptown.com/
Description: Snowboard Theme is a unique Widget ready WordPress theme with 3 columns, right sidebar and fixed width. Tested on Firefox, Internet Explorer 6, 7 and Opera. Theme is XHTML/CSS valid and SEO friendly.
Version: 1.0
Author: WP Town
Author URI: http://www.wptown.com/
Tags: blue, yellow, 3 columns, widget ready, right sidebar, fixed width, seo friendly
*/



/* General */

body {
	margin: 0;
	background: #2b5788 url("images/background.gif") repeat-x;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1004px;
	background: url("images/page.jpg") no-repeat;
}


/* Header */

#header {
	width: 1004px;
	height: 610px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 70px;
		left: 655px;
	}
	
	#header #header-info h1 {
		color: #f6dba5;
		font: normal 40px Verdana;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #f6dba5;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #f6dba5;
		font: normal 18px Verdana;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 566px;
		left: 5px;
		width: 994px;
		height: 28px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 994px;
		height: 28px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 28px;
		font: bold 12px/28px Verdana;
		color: #ac0101;
	}
	
	#header #header-menu ul li a {
		color: #ac0101;
		text-decoration: none;
		padding: 0 10px;
		display: block;
	}
	
	#header #header-menu ul li a:hover {
		color: #f6deae;
		background: url("images/header_menu.gif") repeat-x;
	}
	
		/* Header - Menu - Active */
		
		#header #header-menu ul li.current_page_item a {
			color: #f6deae;
			background: url("images/header_menu.gif") repeat-x;
		}
		
		/* Header - Menu - Submenu */
		
		#header #header-menu ul li ul {
			display: none;
		}


/* Main */

#main {
	width: 1004px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 606px;
		padding: 0 13px 0 15px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 12px;
		width: 606px;
		background: url("images/post.gif") repeat-y;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 584px;
			padding: 10px 12px 0 10px;
			background: url("images/post_title.gif") no-repeat;
			color: #d4775b;
			font: bold 12px Verdana;
		}
		
			#content .post .post-title .post-title-in {
				border-bottom: 1px solid #b31515;
				padding-bottom: 10px;
			}
		
		#content .post .post-title a {
			color: #d4775b;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: left;
			background: url("images/post_date.gif") no-repeat;
			color: #f5dfb1;
			text-align: center;
			text-transform: lowercase;
			width: 50px;
			height: 50px;
			margin-right: 10px;
			font: bold 14px Verdana;
		}
		
		#content .post .post-title .post-date span {
			padding: 5px 0 3px 0;
			display: block;
			font-size: 16px;
		}
		
		#content .post .post-title h2 {
			color: #d4775b;
			font: bold 23px/50px Verdana;
		}
		
		#content .post .post-title h2 a {
			color: #d4775b;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 12px/18px Verdana;
			color: #0a4975;
			width: 584px;
			padding: 0 12px 0 10px;
		}
		
		#content .post .post-entry a {
			color: #d4775b;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry a.more-link {
			font-weight: bold;
		}
		
		#content .post .post-entry blockquote {
			border-left: 10px solid #ebd099;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			width: 584px;
			padding: 0 12px 4px 10px;
			background: url("images/post_info.gif") no-repeat left bottom;
			text-align: center;
			color: #d4775b;
		}
		
			#content .post .post-info .post-info-in {
				width: 584px;
				border-top: 1px solid #b31515;
				font: bold 12px/28px Verdana;
			}
			
			#content .post .post-info .post-info-blank {
				width: 584px;
				height: 20px;
			}
		
		#content .post .post-info a {
			color: #d4775b;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin-top: 20px;
			color: #d4775b;
			font: bold 15px Verdana;
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			font: normal 12px/18px Verdana;
			color: #0a4975;
			width: 584px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #d4775b;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #ebd099;
		}
		
		#content .post .comments ol li cite {
			color: #d4775b;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #d4775b;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #d4775b;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#content .post #commentform {
			font: normal 12px/18px Verdana;
			color: #0a4975;
			width: 559px;
			margin: 0;
			padding-left: 25px;
		}
		
		#content .post #commentform a {
			color: #d4775b;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		color: #d4775b;
		width: 606px;
		float: left;
	}
	
	#content .navigation a {
		margin-bottom: 12px;
		font: bold 12px/30px Verdana;
		width: 150px;
		height: 30px;
		padding: 0 2px 3px 0;
		background: #6878bd url("images/navigation.gif") no-repeat;
		text-align: center;
		display: block;
		color: #d4775b;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	
	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 357px;
		font: normal 12px/18px Verdana;
		color: #0a4975;
	}
	
	#sidebar a {
		color: #d4775b;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Main - Sidebar - Sides */
	
	#sidebar #sidebar-left {
		float: left;
		width: 172px;
	}
	
	#sidebar #sidebar-right {
		float: right;
		width: 172px;
	}
	
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box {
		width: 172px;
		margin-bottom: 12px;
		background: url("images/sidebar_box.gif") repeat-y;
	}
	
	#sidebar .sidebar-box-top {
		width: 172px;
		background: url("images/sidebar_box_top.gif") no-repeat;
	}
	
	#sidebar .sidebar-box-bottom {
		width: 160px;
		padding: 5px 7px 8px 5px;
		background: url("images/sidebar_box_bottom.gif") no-repeat left bottom;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			width: 160px;
			height: 30px;
			font: bold 16px/30px Verdana;
			color: #f5dfb1;
			background: url("images/sidebar_title.gif") no-repeat;
			text-align: center;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		
		#sidebar ul li {
			color: #d4775b;
			font: bold 12px/24px Verdana;
		}
		
		#sidebar ul li a {
			color: #d4775b;
			text-decoration: none;
			padding-left: 5px;
			border-bottom: 1px solid #d47a63;
			display: block;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul li a {
				padding-left: 15px;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 10px 0;
			width: 160px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 140px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			margin: 0 auto;
			padding-top: 3px;
			width: 144px;
		}
		
		#sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		#sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		#sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		#sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			padding: 2px 1px 0 1px;
		}


/* Footer */

#footer {
	margin: 0 0 12px 15px;
	padding: 0 2px 3px 0;
	width: 974px;
	height: 30px;
	background: url("images/footer.gif") no-repeat;
	color: #0a4975;
	font: normal 12px/30px Verdana;
	text-align: center;
}

#footer a {
	color: #d4775b;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
