/*
Theme Name: Just Because
Theme URI: http://wordpress.org/
Description: Because Studio's theme.
Version: 1.0
Author: Rob Birchall
Author URI: http://robbirchall.com/
Tags: because

	Just Because was designed by Rob Birchall

	The CSS, XHTML and design are not released, it's a theme for a specific site

*/



/* Begin Typography & Colors */

body {
	background-image: url(images/because_bg.jpg);
	background-color: #e8e8e8;
	background-position: 8px 20px;
	background-repeat: repeat-y;
	}

#header {
	background-repeat: no-repeat;
	height: 120px;
	width: 840px;
	background-color: #FFFFFF;
	}

#headerimg 	{
	height: 120px;
	width: 840px;
	padding-top: 2px;
	}

.rss {
	float: right;
	clear: right;
	padding-top: 82px;
	padding-right: 12px;
}
	
#content {
	font-size: 11px;
	font-family: Arial;
	background-color: #FFFFFF;
	width: 600px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 12px;
	}

#top_info {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
}

.postmetadata {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	padding-bottom: 10px;
}
	
div#divider_content {
	text-indent: -10px;
	}

div#divider_top_sidebar {
	text-indent: -40px;
	margin-bottom: 10px;
	margin-top: 12px;
	}

.divider_sidebar {
	text-indent: -20px;
	margin-bottom: 10px;
	margin-top: 20px;
	}
	
div#divider_end {
	text-indent: -10px;
	}
	
.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}
	
h1 {
	display:none;
	font-size: 4em;
	text-align: center;
	}
	
h2 {
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	}
	
a {
	color: #000000;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	color: #000000;
	background-color:#FFFF00;
	}
	
a:active {
	color: #000000;
	text-decoration: none;
}

a:link {
	text-decoration: none;
	color: #000000;
}
	
#comments h2 {
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	color: #333333;
	}
	
h3 {
	font-family: Arial;
	font-weight: normal;
	color: #333333;
	}
	
img.alignnone {
	
	}
	
/* Begin Images */
p img {
	padding: 0;
	width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: inline;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.navigation {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	padding-top: 10px;
	height: 40px;
	}
	
.navigation_single {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	padding-top: 10px;
	height: 60px;
	}
	
.navigation_com {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	height: 10px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
img.alignnone {
	width:100%;
	display:block;/*wtf*/
	}
/* End Images */

/* Begin Form Elements */

#searchbar {
	text-align: right;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 12px;
	width: 215px;
	float: right;
	}

#searchform input{
	background-color: #e8e8e8;
	border: 0px;
	width: 198px;
	font-family: "Courier New", Courier, monospace;
	color: #000000;
}

#header #searchsubmit {
	display:none;
}

.toptitle {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* Begin Sidebar */
#sidebar
{
	margin-left: 610px;
	width: 230px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	line-height: 14px;
	}

#sidebar form {
	margin: 0;
	}
	
#divider_end {
}
	
/* Deleting titles and bullet points in the sidebar */

.pagenav {
	display:none;
	}

#sidebar h2 {
	text-align: left;
	text-indent: -20px;
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 0px;
	font-size: 11px;
	}
	
#sidebar li {
	text-align: left;
	list-style-image: none;
	list-style-type: none;
	text-indent: -60px;
	color: #000000;
	}

.sidebar_head {
	text-align: left;
	list-style-image: none;
	list-style-type: none;
	text-indent: -20px;
	font-weight: bold;
	}
	
.killmeta {
	display:none;
	}

/* End Sidebar */

#footer {
	width: 840px;
	background-color: #e8e8e8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	clear: left;
	float: left;
	height: 40px;
	margin-top: -35px;
	}
	
.footer_single {
	width: 840px;
	background-color: #e8e8e8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	clear: left;
	float: left;
	height: 7px;
	margin-top: 0px;
	}

#footer p {
	margin: 0;
	text-align: left;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0px;
	}
	
hr {
	display:none;
	}
	
.post hr {
	display: block;
	}

/* comments */

#commentform {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
}

.comment-author {
	text-decoration: underline;
}

.comment-meta {
	text-decoration: underline;
}

.commentlist cite, .commentlist cite a {
	font-style: normal;
}

.commentlist li{
	list-style-type: none;
	padding: 0px;
	background: #fff;
	margin-left: -40px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e8e8e8;
	margin-top: 10px;
}

/* comment box */

#author {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #e8e8e8;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	}
	
#email {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #e8e8e8;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	}
	
#url {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #e8e8e8;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;	
	}

#comment {
	height: 200px;
	width: 600px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #e8e8e8;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}

#single_sidebar {
	float: left;
	margin-bottom: -600px;
}

.notfound {
	height: 460px;
}