/*  
Theme Name: NewLite
Theme URI: http://www.jammylammy.com
Description: Get lovin' the Typekit!
Version: 1.0
Author: John Walsh
Author URI: http://www.jammylammy.com
Created: Tue 3rd August 2010
*/

body {
	ackground-color: #ebe9d0;
	background-color: #e9e9e9;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 1em;
	background-image: url(images/bg.gif);
	background-attachment: fixed;
}

#pageContainer {
	width: 800px;
	margin: 0 auto;
}

#header {
	margin: 0 auto;
	color: #494c4b;
	text-align: left;
	border-bottom: 1px solid #cfcebb;
	padding: 18px 0px 18px 0px;
}

#headerTitle {
	float: left;
	margin-top: 3px;
}

#headerLogo {
	float: right;
}

#header h1 {
	font-weight: normal;
	color: #aeaea0;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, .6);
	margin: 0;
	display: inline;
	font-size: 1.7em;
	font-family: "goudy-bookletter-1911-1","goudy-bookletter-1911-2", Georgia, "Times New Roman", Times, serif;
}

#header a {
	color: #e80c7a;
	text-decoration: none;
}

#header a:hover {
	color: #494c4b;
}

#header h2 {
	padding-left: 10px;
	font-weight: normal;
	olor: #a0a893;
	color: #979d9c;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, .6);
	margin: 0;
	display: inline;
	font-size: 1.7em;
	font-family: "goudy-bookletter-1911-1","goudy-bookletter-1911-2", Georgia, "Times New Roman", Times, serif;
}

#thePosts {
	text-align: left;
}

#thePosts h1 {
	font-weight: normal;
	color: #494c4b;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, .6);
	line-height: 1.5em;
	font-size: 2em;
	margin: 0;
	font-family: "goudy-bookletter-1911-1","goudy-bookletter-1911-2", Georgia, "Times New Roman", Times, serif;
}

#thePosts h2 {
	font-weight: normal;
	color: #494c4b;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, .6);
	line-height: 1.2em;
	font-size: 1.5em;
	padding-top: 20px;
	margin: 0;
	font-family: "goudy-bookletter-1911-1","goudy-bookletter-1911-2", Georgia, "Times New Roman", Times, serif;
}

#thePosts p, ul, ol blockquote {
	font-family: "p22-underground-1","p22-underground-2", Helvetica, Arial, sans-serif;
	color: #494c4b;
	font-size: 1em;
	line-height: 1.6em;
	font-weight: 400;
}

#thePosts a {
	color: #e80c7a;
	text-decoration: none;
	border-bottom: 1px solid #f0c2c6;
}

#thePosts a:hover {
	color: #21d6bd;
	border-bottom: 1px solid #cbedd6;
}

blockquote {
	padding: 0px 0px 0px 16px;
	margin: 24px 0px 24px 20px;
    font-style: italic;
    border-left: 1px solid #cfcebb;
	color: #494c4b;
	font-size: 1em;
	line-height: 1.6em;
	font-weight: 300;
}

#thePosts img {
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, .4);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .4);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 6px 6px 6px 6px;
	background-color: #fff;
	/*  -webkit-transition: -webkit-transform 0.3s ease-in;
	-moz-transition: -moz-transform 0.3s ease-in;*/
	-webkit-transition: all .3s linear;
	
}

#thePosts a:hover img {
	-webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, .8);
	box-shadow: 0px 0px 9px rgba(0, 0, 0, .8);
	/*  -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);*/
	-webkit-transition: -webkit-box-shadow 0.2s ease-in;
}

#thePosts img.floatRight {
	float: right;
	margin: 0px 0px 20px 30px;
	/*  -webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
	transform: rotate(1deg);*/
}

#thePosts img.floatLeft {
	float: left;
	margin: 0px 30px 20px 0px;
	/*  -webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	transform: rotate(-1deg);*/
}

.entry {
	margin: 0 auto;
	padding: 30px 0px 20px 0px;
}

.entryMeta {
	border-top: 1px solid #cfcebb;
	color: #979d9c;
	margin: 0;
	font-size: 0.8em;
	padding-bottom: 20px;
	font-family: "p22-underground-1","p22-underground-2", Helvetica, Arial, sans-serif;
}

.entryDate {
	float: left;
	margin-bottom: -10px;
	padding: 10px 0px 0px 0px;
}

.allCaps {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 300;
}

.entryTags {
	float: right;
	margin-bottom: -10px;
	padding: 10px 0px 0px 0px;
}

#entryNavigation {
	font-family: "p22-underground-1","p22-underground-2", Helvetica, Arial, sans-serif;
	padding-bottom: 30px;
}

#backwardsEntries {
	float: left;
}

#forwardsEntries {
	float: right;
}

#mainFooterHolder {
	background-color: #494c4b;
	background-image: url(images/bg_footer.gif);
	font-family: "p22-underground-1","p22-underground-2", Helvetica, Arial, sans-serif;
	-webkit-box-shadow: inset 0px 2px 5px rgba(0, 0, 0, .4);
	-moz-box-shadow: inset 0px 2px 5px rgba(0, 0, 0, .4);
	box-shadow: inset 0px 2px 5px rgba(0, 0, 0, .4);
}

#footerContainer {
	width: 800px;
	margin: 0 auto;
	font-size: 0.9em;
	line-height: 1.6em;
}

#footerContainer h4 {
	display: block;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 0.8em;
	font-weight: 300;
	border-bottom: 1px solid #6d706f;
	font-family: "p22-underground-1","p22-underground-2", Helvetica, Arial, sans-serif;
}

#footerAbout {
	float: left;
	width: 370px;
	color: #fff;
	text-align: left;
	padding: 20px 0px 0px 0px;
	margin: 0;
}

#footerAbout img {
	padding: 4px 4px 4px 4px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, .6);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .6);
}

#footerAbout img.floatRight {
	float: right;
	margin: 18px 0px 14px 14px;
	/* -webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
	transform: rotate(1deg);*/
}

#footerAbout a {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #6d706f;
}

#footerAbout a:hover {
	color: #21d6bd;
	border-bottom: 1px solid #21d6bd;
}

#footerLinks {
	float: right;
	color: #fff;
	padding: 20px 0px 0px 0px;
}

#footerLinks p {
	color:#6d706f;
}

#footerSocial {
	float: left;
	text-align: left;
	width: 185px;
}

.socialLinkFirst {
	margin-top: 16px;
}

.socialLink {
	margin-top: 7px;
}

.socialImage {
	float: left;
}

.socialLinkText {
	float: right;
	width: 163px;
	margin-top: -2px;
}

.socialLinkText a {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #6d706f;
}

.socialLinkText a:hover {
	color: #21d6bd;
	border-bottom: 1px solid #21d6bd;
}

#footerCategories {
	float: right;
	text-align: left;
	width: 185px;
	margin-left: 30px;
}

#footerCategories ul a {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #6d706f;
	margin-top: 16px;
}

#footerCategories a:hover {
	color: #21d6bd;
	border-bottom: 1px solid #21d6bd;
}

#footerCategories ul {
	margin-left: 0;
}

#footerCategories li {
	font-weight: normal;
	line-height: 1.8em;
	color: #6d706f;
	margin-left: -25px;
}

#footerCopyright {
	color: #6d706f;
	padding: 20px 0px 20px 0px;
	text-align: left;
	border-top: 1px solid #6d706f;
	
}

#footerCopyright a {
	color: #6d706f;
	text-decoration: none;
	border-bottom: 1px solid #6d706f;	
}

#footerCopyright a:hover {
	color: #21d6bd;
	border-bottom: 1px solid #21d6bd;
}

#fourOhFour {
	padding: 40px 0px 40px 0px;
}

.floatClearer {
	clear: both;
}











