/*  
Theme Name: It's A Bright 2010!
Theme URI: http://www.jammylammy.com
Description: Brighten up, chum!
Version: 1.0
Author: John Walsh
Author URI: http://www.jammylammy.com
Created: Fri 21st Jan 2010
*/

body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: 'HelveticaNeue Light', Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: normal;
	font-size: 62.5%;
}
	
#pageContainer {
	width:520px;
	margin: 0 auto;
}

#header {
	padding-top: 38px;
	text-align: left;
	font-family: 'Hoefler Text', Georgia, Times, serif;
	font-size: 1.8em;
	color: #000;
	position: relative;
	font-weight: normal;
}

#tweets {
	margin: 30px 0px 0px 0px;
	font-size: 1.3em;
	line-height: 18px;
	color: #909498;
	text-align: left;
	background-color: #f2f2f2;
	padding: 6px 10px 6px 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

#tweets a {
	color: #346699;
	text-decoration: none;
	-webkit-transition: color .3s;
	border-bottom: 1px solid #d2d2d2;
}

#tweets a:hover {
	color: #810202;
	text-decoration: none;
	border-bottom: 1px solid #810202;
}

#header a {
	color: #fff;
	background-color: #346699;
	text-decoration: none;
	padding: 4px 8px 4px 8px;
	white-space: nowrap;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-transition: color, background-color .3s;
}

#header a:hover {
	color: #fff;
	background-color: #eeeeee;
	text-decoration: none;
}

#blogEntries {
	text-align: left;
}

#blogEntries h1 {
	font-weight: normal;
	text-align: left;
	font-family: 'Hoefler Text', Georgia, Times, serif;
	font-size: 3em;
	line-height: 40px;
	margin: 0 auto;
	padding-bottom: 20px;
	padding-top: 40px;
	position: relative;

}

#blogEntries h1 a {
	color: #346699;
	text-decoration: none;
	-webkit-transition: color .3s;
}

#blogEntries h1 a:hover {
	color: #810202;
	text-decoration: none;
}

#blogEntries h2 {
	margin: 0 auto;
	padding-top: 18px;
	padding-bottom: 16px;
	font-weight: normal;
	text-align: left;
	font-family: 'Hoefler Text', Georgia, Times, serif;
	font-size: 2.1em;
	line-height: 26px;
	position: relative;
	color: #810202;
}

#blogEntries p {
	margin: 0 auto;
	font-size: 1.5em;
	line-height: 24px;
	position: relative;
	margin-bottom: 20px;	
}

#blogEntries p a {
	color: #346699;
	text-decoration: none;
	border-bottom: 1px solid #d2d2d2;
}

#blogEntries p a:hover {
	color: #810202;
	text-decoration: none;
	border-bottom: 1px solid #810202;
}

#blogEntries ul, ol {
	margin-bottom: 20px;	
}

#blogEntries li {
	font-size: 1.5em;
	line-height: 24px;
	margin: 0 auto;
}

#blogEntries li a {
	color: #346699;
	text-decoration: none;
	border-bottom: 1px solid #d2d2d2;
}

#blogEntries li a:hover {
	color: #810202;
	text-decoration: none;
	border-bottom: 1px solid #810202;
}

#blogEntries img .noBorder {
	border: none;
}


#blogEntries a img {
	border: 4px solid #d2d2d2;
	margin: -2px -4px -6px -4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#blogEntries a:hover img {
	border: 4px solid #810202;
	-webkit-transition: border .2s ease-in;
	-moz-transition: border .2s ease-in;	
}

#blogEntries blockquote {
	margin-left: 20px;
	border-left: 1px solid #d2d2d2;
	background-color: #eeeeee;
	adding-left: 14px;
	padding: 16px 14px 1px 14px;
	margin-bottom: 20px;
}

#blogEntries blockquote p {
	font-size: 1.5em;
	line-height: 24px;
	color: #767676;
}

#blogEntries .entryBottom {
	color: #909498;
	font-size: 1.4em;
}

#blogEntries .entryBottom a {
	color: #346699;
	text-decoration: none;
	border-bottom: 1px solid #d2d2d2;
}

#blogEntries .entryBottom a:hover {
	color: #810202;
	text-decoration: none;
	border-bottom: 1px solid #810202;
}

#blogEntries .entry {
	margin-bottom: 43px;
}

#postNavigation {
	padding-bottom: 40px;
}

#olderPosts {
	float: left;
	font-size: 1.4em;
	line-height: 1.6em;
}

#olderPosts a {
	color: #346699;
	text-decoration: none;
	border-bottom: 1px solid #d2d2d2;
}

#olderPosts a:hover {
	color: #810202;
	text-decoration: none;
	border-bottom: 1px solid #810202;
}

#newerPosts {
	float: right;
	font-size: 1.4em;
	line-height: 1.6em;
}

#newerPosts a {
	color: #346699;
	text-decoration: none;
	border-bottom: 1px solid #d2d2d2;
}

#newerPosts a:hover {
	color: #810202;
	text-decoration: none;
	border-bottom: 1px solid #810202;
}

#footer {
	text-align: left;
	padding-bottom: 20px;
	font-size: 1.4em;
	line-height: 20px;
	color: #909498;
	padding-top: 17px;	
}

.floatClearer {
	clear: both;
}