/*
Theme Name: The Crazy Canucks - Fresh
Theme URI: http://thecrazycanucks.com
Description: The custom theme for The Crazy Canucks podcast.
Version: 1.0
Author: sixty4media
Author URI: http://sixty4media.com/
Tags: the crazy canucks, hockey, vancouver canucks, nhl, podcast

	The Crazy Canucks - Fresh v1.0
	 http://thecrazycanucks.com/

	This theme was designed and built by sixty4media,
	whose blog you will find at http://sixty4media.com/blog

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	margin: 0;
	padding: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, Geneva, sans-serif;
	color: #333;
	}

#page {
	text-align: left;
	width: 900px;
	border: none;
	margin: 0 auto;
	}
	
#header {
	height: 160px;
	margin-bottom: 50px;
	text-align: center;
	border-bottom: 10px solid #008040;
}

#header-container {
	text-align: left;
	margin: 0 auto;
	padding: 30px 0 5px;
	width: 900px;
}

.description {
	padding-left: 10px;
	font-weight: bold;
	line-height: 1.5em;
	font-size: 14px;
	color: #008040;
}

#content {
	font-size: 1.35em;
	line-height: 1.5em;
	width: 500px;
	float: left;
	margin: 0 0px 40px 0;
	}
	
#sidebar, #index-sidebar {
	font-size: 1.25em;
	width: 325px;
	float: right;
	border: 1px solid #ddd;
	background-color: #f3f3f3;
	padding: 5px;
	margin-bottom: 20px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#footer {
	font-size: 1.25em;
	color: #b3b3b3;
	clear: both;
	padding: 20px 0 40px;
	margin-top: 40px;
	text-align: center;
	border-top: 10px solid #008040;
}

#footer a {
	color: #b3b3b3;
	text-decoration: none;
	font-weight: bold;
}

#footer-container {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 900px;
	line-height: 1.5em;
}

/*Search*/

#searchform {
	display: inline;
	margin: 0px 0;
	padding: 0;
	float: right;
	}
	
#s {
	font-size: 1.25em;
	font-weight: bold;
	border: 1px solid #008040;
	padding: 4px;
	color: #004080;
	background: #f3f3f3;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/*Headers and fonts*/

h1, h2, h3, h4 {
	text-align: left;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
}

h1 {
	margin-top: 30px;
	line-height: 1em;
	font-size: 40px;
	color: #b3b3b3;
}

h2 {
	margin-bottom: 10px;
	line-height: 1.05em;
	font-size: 28px;
	color: #004080;
}

h3 {
	margin-bottom: 10px;
	font-size: 16px;
}

h4 {
	font-size: 16px;
	margin-bottom: 3px;
}

/*Images*/

img {
	
}

.noborder {
	border: none;
}

#footer-container img, .creativecommons img {
	border: none;
}

img.header-art {
	margin-right: 10px;
	float: left;
	height: 114px;
	width: 114px;
	border: none;
}

img.header-rotate {
	float: right;
	height: 200px;
	width: 690px;
	border: none;
}

img.avatar-32 {
	border: 1px solid #bfbfbf;
	margin-right: 5px;
	float: left;
	width: 32px;
	height: 32px;
}

img.avatar-64 {
	border: 1px solid #bfbfbf;
	margin-right: 5px;
	float: left;
	width: 64px;
	height: 64px;
}

img.odeo {
	border: none;
	margin-right: 10px;
	float: left;
}

img.rss {
	border: none;
	margin-right: 10px;
	float: left;
	width: 14px;
	height: 14px;
}

.post img {
	border: 1px solid #bfbfbf;
}

/*Alignments*/

img.centered, img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0px;
	margin: 0 0 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0 10px 10px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.aligncenter, .centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	margin: 5px 10px;
}

.wp-caption-text {
	margin: 0;
	padding: 5px;
	font-size: 0.8em;
	line-height: 1.05em;
	color: #777777;
}

/*Links and Anchors*/

a {
	color: #004080;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 a, h2 a, h3 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	color: #008040;
	text-decoration: none;
}

/*Posts*/

.navigation {
	color: #b3b3b3;
	margin-top: -20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 1.25em;
	font-weight: bold;
}

.navigation a {
	color: #b3b3b3;
}

.navigation a:hover, #footer a:hover {
	color: #004080;
	text-decoration: none;
}

small {
	font-size: 0.9em;
	line-height: 1.25em;
}

#content .post {
	line-height: 1.4em;
	text-align: justify;
	margin-bottom: 60px;
}

.entry {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	clear: both;
}

#content .post .entry a {
	text-decoration: underline;
}

#content .post ul li {
	text-align: left;
}

#content .post small {
	font-size: 0.9em;
	color: #747676;
}

#content .post small a {
	color: #747676;
}

#content .post small a:hover {
	color: #004080;
}

#content .post .meta {
	/*border-bottom: 1px solid #008040;*/
	clear:both;
	float:left;
	font-size: 12px;
	line-height:14px;
	padding-bottom: 10px;
	margin: 5px 0 10px;
	width:100%;
}

#content .post .meta .comments {
	float: right;
	font-size: 16px;
	text-align: left;
	
}

.podcastbuttons {
	background: #008040 none repeat scroll 0 0;
	color: #fff;
	border:1px solid #999999;
	font-weight: bold;
	margin: 20px;
	padding: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align:left;
}

.podcastbuttons a {
	color: #fff;
	text-decoration: underline;
}

.podcastbuttons a:hover {
	color: #004080;
	text-decoration: underline;
}

.podcastbuttons img {
	border: none;
}

/*Sidebars*/

#subscribe {
	font-size: 16px;
	border: 1px solid #b3b3b3;
	background-color: #008040;
	color: #b3b3b3;
	margin: 0 0 20px;
	padding: 5px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#subscribe a {
	color: #ffffff;
}

#subscribe a:hover {
	color: #004080;
	text-decoration: none;
}

.creativecommons {
	line-height: 1.3;
}

.creativecommons a {
	color: #b3b3b3;
	text-decoration: none;
	font-weight: bold;
}

.flickr {
	text-align: center;
	min-height: 230px;
	margin: 0 0 20px;
	padding: 0 0 15px;
}

.flickr p {
	text-align: left;
	margin: 0;
	padding: 0;
}

.flickr img {
	clear: both;
	max-width: 300px;
	border: 1px solid #bfbfbf;
	padding: 0;
	margin: 10px auto 0;
}

#sidebar h3, #index-sidebar h3 {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #b3b3b3;
}

#sidebar h4, #index-sidebar h4 {
	/*color: #008040;*/
	display: inline;
}

ul.browse, ul.crew {
	margin: 5px 0 0;
	padding: 0;
}

ul.browse li {
	margin-bottom: 10px;
	list-style: none;
	list-style-image: none;
}

ul.browse li a {
	font-weight: bold;
	font-size: 14px;
	margin-right: 5px;
}

ul.crew li {
	margin-bottom: 0px;
	list-style: none;
	list-style-image: none;
}

ul.crew li a {
	font-weight: bold;
}


ul.crew li ul {
	margin: 5px 0px 20px 72px;
	padding: 0 3px 0 0;
}

ul.crew li ul li {
	font-size: 0.9em;
	margin: 5px 0px 5px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}

ul.crew li ul li:before {
	color: #b3b3b3;
	content: '+ ';
}

ul.crew li ul li a {
	color: #b3b3b3;
	font-weight: normal;
}

ul.crew li ul li a:hover {
	color: #004080;
	text-decoration: none;
	font-weight: normal;
}

ul.crew li ul li small {
	display: none;
}

.random {
	text-align: left;
	margin: 30px 0;
}

ul.archives {
	margin: 0;
	padding: 0;
}

ul.archives li {
	margin-bottom: 10px;
	list-style: none;
	list-style-image: none;
}

/*Comments*/

#commentform {
	width: 500px;
}

#author, #email, #url, #comment {
	border: 1px solid #008040;
	padding: 4px;
	color: #004080;
	background: #f3f3f3;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 1em;
}

ul.commentlist {
	margin: 0;
	padding: 0;
}

ul.commentlist li {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #bfbfbf;
	list-style: none;
	list-style-image: none;
	clear: both;
}

li.alt p {
	font-size: 0.9em;
}
