/*  
	Theme Name: Canonblogger
	Theme URI: http://www.canonblogger.com/
	Description: Custom made theme. Designed by <a href="http://www.xldstudios.com/" title="XLD Studios">XLD Studios</a>.
	Version: 1.0
	Author: Erik Bernskiold, XLD Studios
	Author URI: http://www.xldstudios.com/
	Tags: two column, custom theme
*/

/* Import other stylesheets */

@import "typography.css";
@import "quick-classes.css";

/* Start main stylesheet */

body {
	background: #2b2b2b;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

#container {
	background: #fff;
	width: 940px;
	margin: 20px auto 40px auto;
	text-align: left;
	position: relative;
	overflow: visible;
}

	#header {
		width: 960px;
		margin: 0;
		padding: 0;
		position: relative;
	}
	
		#header h1 {
			margin: 0;
			padding: 0;
			float: left;
		}
		
			#header h1 a {
				display: block;
				background: url(images/logo.jpg) no-repeat;
				width: 420px;
				height: 96px;
				overflow: hidden;
				font-size: 0px;
				text-indent: -9999999em;
				margin: 20px 0 0 50px;
				padding: 0;
			}
			
		#header #current-contest {
			background: url(images/current-contest.jpg) no-repeat top right;
			width: 403px;
			height: 95px;
			float: right;
			padding: 0;
			margin: -16px 5px 0 0;
			overflow: hidden;
		}
		
			#header #current-contest p {
				padding: 0;
				margin: 35px 0 0 50px;
				width: 320px;
				height: 40px;
				overflow: hidden;
			}
			
	#navigation {
		background: url(images/navbar.png) no-repeat;
		width: 780px;
		height: 45px;
		position: absolute;
		top: 100px;
		left: 50px;
		font-family: Georgia, Times, serif;
		font-size: 18px;
		text-transform: lowercase;
		margin: 0;
		padding: 0 20px 0 20px;
		overflow: hidden;
	}
	
		#navigation ul {
			margin: 0;
			padding: 0;
		}
		
			#navigation ul li {
				margin: 0;
				padding: 0 10px 0 10px;
				float: left;
				list-style: none;
			}
			
				#navigation ul li a {
					color: #fff;
					text-decoration: none;
					display: block;
					font-weight: lighter;
					height: 38px;
					margin: 0;
					padding: 7px 15px 0 15px;
				}
				
					#navigation ul li a:hover {
						background: #8b1616;
					}
					
					#navigation ul li a.active {
						background: #8b1616;
					}
	
	#featured-header {
		background: #f1f1f1 url(images/featured-header-bg.jpg) repeat-x bottom;
		margin: 0;
		padding: 60px 0 0 0;
		overflow: visible;
		width: 940px;
	}
	
		#featured-header #post-date {
			float: left;
			background: url(images/post-date-featured.png) no-repeat;
			width: 59px;
			height: 69px;
			margin: 30px 0 0 -10px;
			padding: 6px 0 0 0;
			color: #fff;
			text-transform: uppercase;
			font-family: Georgia, Times, serif;
			font-size: 13px;
			text-align: center;
			overflow: hidden;
		}
		
			#featured-header #post-date span {
				font-size: 26px;
				font-style: italic;
				line-height: 26px;
			}
		
		#featured-header #post-content {
			float: left;
			width: 480px;
			margin: 0 0 0 30px;
			padding: 0;
			text-align: justify;
			overflow: hidden;
		}
		
			#featured-header #post-content h2 {
				font-family: Georgia, Times, serif;
				font-size: 28px;
				color: #552b2b;
				text-transform: uppercase;
				line-height: 32px;
				margin: 0;
				padding: 0;
			}
			
				#featured-header #post-content h2 a {
					color: #552b2b;
					text-decoration: none;
				}
			
			#featured-header #post-content p {
				font-family: Georgia, Times, serif;
				font-size: 12px;
				line-height: 1.5;
				color: #2d2d2d;
				font-style: italic;
			}
		
		#featured-header #from-the-store {
			float: right;
			background: #fff;
			width: 280px;
			margin: 20px 40px 40px 30px;
			padding: 0;
		}
		
			#featured-header #from-the-store #box-header {
				background: url(images/store-header.png) no-repeat left;
				width: 282px;
				height: 47px;
				padding: 0;
				margin: -10px 0 0 -10px;
			}
			
				#featured-header #from-the-store #box-header h3 {
					margin: 0;
					padding: 3px 0 0 40px;
					font-family: Georgia, Times, serif;
					font-size: 19px;
					font-style: italic;
					font-weight: lighter;
					color: #fff;
				}
				
			#featured-header #from-the-store #box-contents {
				padding: 10px 0 20px 0;
				margin: 0;
				overflow: hidden;
			}
			
				#featured-header #from-the-store #box-contents p {
					margin: 0;
					padding: 0 20px 0 20px;
				}
				
		#content {
			float: left;
			width: 600px;
			padding: 20px 20px 40px 20px;
			margin: 0;
			overflow: hidden;
			position: relative;
		}
		
		#sidebar {
			background: #efeeee;
			float: right;
			width: 280px;
			margin: 0;
			padding: 0;
		}
		
			#sidebar div.sidebar-content {
				padding: 0 20px 0 20px;
			}
		
			#sidebar ul#social-buttons {
				margin: 0;
				padding: 0;
				overflow: hidden;
			}
			
				#sidebar ul#social-buttons li {
					margin: 0;
					padding: 7px 4px;
					float: left;
					text-align: center;
					list-style: none;
				}
				
					#sidebar ul#social-buttons li a {
						display: block;
						width: 60px;
						height: 60px;
						margin: 0;
						padding: 0;
						overflow: hidden;
						font-size: 0;
						text-indent: -999999em;
					}
									
						#sidebar ul#social-buttons li a.rss {
							background: url(images/social/rss.jpg);
						}
						
							#sidebar ul#social-buttons li a.rss:hover {
								background: url(images/social/rss-hover.jpg);
							}
						
						#sidebar ul#social-buttons li a.facebook {
							background: url(images/social/facebook.jpg);
						}
						
							#sidebar ul#social-buttons li a.facebook:hover {
								background: url(images/social/facebook-hover.jpg);
							}
						
						#sidebar ul#social-buttons li a.twitter {
							background: url(images/social/twitter.jpg);
						}
						
							#sidebar ul#social-buttons li a.twitter:hover {
								background: url(images/social/twitter-hover.jpg);
							}
						
						#sidebar ul#social-buttons li a.flickr {
							background: url(images/social/flickr.jpg);
						}
						
							#sidebar ul#social-buttons li a.flickr:hover {
								background: url(images/social/flickr-hover.jpg);
							}
		
			#sidebar p {
				padding: 0 20px 0 20px;
				overflow: hidden;
			}
		
			#sidebar h3 {
				display: block;
				background: url(images/sidebar-heading.png) no-repeat;
				width: 300px;
				height: 48px;
				margin: 10px 0 0 -30px;
				padding: 3px 0 0 40px;
				font-family: Georgia, Times, serif;
				font-size: 19px;
				font-style: italic;
				font-weight: lighter;
				color: #fff;
				text-transform: lowercase;
				clear: both;
			}
			
	#footer-header {
		background: url(images/footer-header.png) no-repeat;
		width: 960px;
		height: 53px;
		padding: 0;
		margin: 0 0 0 -10px;
	}
	
		#footer-header h3 {
			padding: 17px 0 0 100px;
			font-family: Georgia, Times, serif;
			font-size: 19px;
			font-style: italic;
			font-weight: lighter;
			color: #fff;
			text-transform: lowercase;
		}
		
	#footer {
		background: #1a1a1a;
		color: #aaa;
		padding: 10px 40px 30px 40px;
		margin: 0;
		width: 860px;
		font-family: Georgia, Times, serif;
		text-align: justify;
		position: relative;
	}
	
		#footer h3 {
			margin: 0;
			padding: 0;
		}
		
		#footer #column-one {
			float: left;
			width: 130px;
			overflow: hidden;
		}
		
		#footer #column-two {
			float: left;
			width: 430px;
			margin: 0 20px 0 20px;
			overflow: hidden;
		}
		
		#footer #column-three {
			float: right;
			width: 260px;
			overflow: hidden;
		}
		
	#footer #copyright {
		position: absolute;
		display: block;
		background: url(images/copyright.png) no-repeat;
		width: 510px;
		height: 45px;
		margin: 0 0 20px -50px;
		padding: 4px 0 0 40px;
		font-family: Georgia, Times, serif;
		font-size: 14px;
		font-style: italic;
		font-weight: lighter;
		color: #fff;
		text-transform: lowercase;
	}
	
			#footer #copyright a {
				color: #f5e6e6;
				text-decoration: none;
			}
			
				#footer #copyright a:hover {
					color: #fff;
				}

/* WordPress Calendar */

#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-weight: bold;
	color: #222;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f5f5f5;
	border:1px solid #fff;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}

/* Comments */

#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}
