/*  
Theme Name: Hitting the Big Time
Theme URI: http://hittingthebigtime.co.uk
Description: The theme for Hitting the Big Time
Version: 1.0
Author: 7879 Designs	
Author URI: http://7879designs.com
*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #000;
	}
	
/* Font Controls*/	

h1 {
	font-size: 2.8em;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	font-size: 1.9em;
	font-weight: bold;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 10px;
}

p {
	margin-bottom: 20px;
}

.post p {
	font-size: 1.4em;	
}
	
.post_meta p {
	margin: 0;
	padding: 0;
}

p.date_number {
	font-size: 4.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}	

p.date_month_year {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
	padding: 0;	

}

div.post_content p, div#central_column p, .post_content ul, .post_content ol {
	line-height: 160%;
}

.post ol, .post ul {
	margin-left: 30px;
	margin-bottom: 20px;
	font-size: 1.4em;	
}

.post ol {
	list-style: decimal;
}

.post ul {
	list-style: disc;
}

#comments_div p {
	font-size: 1.4em;
	line-height: 160%
}

#comments_div ol li {
	padding-top: 18px;
	border-bottom: 1px solid #000;
}

blockquote {
	margin-left: 30px;
	border-left: 4px solid #333;
	padding-left: 10px;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

strike {
	text-decoration: line-through;
}

input, textarea {
	font-size: 1em;
	border: 1px solid #000;
}

input#searchsubmit, input#submit {
	background-color: #000;
	color: #fff;
	font-size: 1em;
	border: 0;
	padding: 4px;
}

input:hover#searchsubmit, input:hover#submit {
	cursor: pointer;
}

#sidebar .textwidget {
	font-size: 1.3em;
	line-height: 120%;
}

/* SIDEBAR */

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

#sidebar ul li {
	margin-bottom: 4px;
}

#sidebar ul li h2 {
	font-size: 1.6em;	
	margin-top: 30px;
}

#sidebar ul li a {
	font-size: 1.2em;
	color: #000;
	margin-bottom: 2px;	
}

#sidebar .textwidget a {
	font-size: 1em;
	color: #000;
}

#sidebar {
	color: #000;
}

#sidebar .page_item {
	margin-bottom: 10px;
}

#sidebar ul li .page_item a {
	color: #fff;
	text-decoration: none;
	background-color: #000;
	color: #fff;
	margin-right: 10px;
	margin-bottom: 2px;
	padding: 2px 10px 2px 10px;	
	font-size: 1.2em;
}



/* LINKS */

a, a:active {
	color: #000;
}

a:hover {
	text-decoration: none;
}

h2 a, h2 a:visited {
	color: #000;
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

h2.pagetitle {
	margin-bottom: 30px;
	background-color: #000;
	color: #fff;
	margin-right: 10px;
	padding: 4px 10px 4px 10px;	
}

.comments_number a, .comments_number a:visited {
	color: #fff;
	text-decoration: none;
}

.body_link {
	background-color: #000;
	color: #fff;
	margin-right: 10px;
	font-size: .9em;
	padding: 2px 10px 2px 10px;
}

.navigation a {
	text-decoration: none;
	font-size: 1.2em;
}

.navigation .alignright .body_link {
	margin-left: 10px;
	}

/* STRUCTURES */
#page {
	margin: 0 auto;
	width: 900px;
	background-color: #fff;
}

#header {
	background-color: #000;
	margin: 10px 10px 60px 10px;
	padding: 4px 0 2px 0;
}

#maincontent {
	float: left;
	margin-left: 20px;
	margin-bottom: 70px;
	width: 640px;
}

.post {
	margin-bottom: 60px;
}

.post_date {
	float: left;
	margin-bottom: 20px;
	width: 80px;
	margin-left: 20px;
}

.post_title {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 530px;
}

.post_content, #central_column {
	margin-left: 110px;
}

.navigation {
	margin-bottom: 60px;
	padding-bottom: 20px;
	margin-left: 110px;
}

#comments_div {
	clear: both;
	margin-left: 110px;
}

#sidebar {
	float: left;
	margin-left: 30px;
	margin-bottom: 50px;
	width: 200px;
}

#footer {
	clear: both;
	margin: 0 auto;
	margin-bottom: 50px;
	width: 600px;
	text-align: center;
}

#footer p {
	font-size: 1.4em;
	margin: 20px 0 20px 20px;
}

#boxedContent {
	border: 1px solid #000;
	background: #fff url(images/logos.jpg) 100% 0% no-repeat;
	text-align: left;
}



/* IMAGES */

.post img {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 45%;
}

.alignright {
	float: right;
	text-align: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 45%;
}
