/* @override http://dev.smashingdarling.com/blog/wp-content/themes/smashing/style.css */

/*  
Theme Name: Smashing Blog Design
Theme URI: http://smashingdarling.com
Description: This is a custom template for SmashingDarling.com.
Version: 1.0
Author: SmashingDarling.com
Author URI: http://smashingdarling.com

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #fff;
	color: #222;
	text-align: left;
	margin: 0;
	padding:0;
	}

#wrap {
	width:879px;
	margin: 0 auto;
}


#contentWrap {
	background: #f2f2f2;
	padding:0;
	border: 1px solid #b4b4b4;
}
#content {
	background: url(images/contentBG.jpg) repeat-y;
	font-size: 1.2em;
	margin: 12px 0;
	}
#leftSidebar,#rightSidebar {
	float: left;
	width: 160px;
	padding: 10px;
	margin-left: 13px;
}
#main {
	float: left;
	width: 435px;
	margin-left: 18px;
	padding:10px;
}
#footer {
	margin-bottom: 48px;
}
.clear {
	clear: both;
}
a {
	font-weight: bold;
	color: #a93737;
}
a:hover {
	color: black;
}
.alt {
	background: #f4f4f4;
	border:1px solid #dfdfdf;
	border-width: 1px 0;
}
h2.pagetitle {
	text-transform:uppercase;
	font-size: 16px;
	margin: 0 0 18px 0;
}

/* header */

.navigation .alignleft {
	display: block;
	float: left;
	width: 45%;
	text-align:left;
}
.navigation .alignright {
	display: block;
	float: right;
	width: 45%;
	text-align: right;
}
.navigation {
	height: 22px;
	margin: 4px 5px;
}
#header {
	margin-bottom: 9px;
	margin-top: 18px;
	}
#homeLink {
	display: block;
	float:left;
	width: 327px;
	height: 142px;
/*	background: url(images/header_logo.jpg) no-repeat;*/
	background: url(/images/header_logo.png) no-repeat;
}
#homeLink span {
	display: none;
}
#header h1 span {
	display: none;
}
#header h1 a {
	display: block;
	width: 875px;
	height: 84px;
	background:url(images/blog_logo.png);
	float: right;
	margin-top: -55px;
}
#header .description {
	display: none;
}

.backButton {
	height: 24px;
	line-height:24px;
	background-image: url(images/backToSmashingDarling.png);
	background-color:transparent;
	background-position: 50% 0;
	background-repeat: no-repeat;	
	border: none;
	display: block;
	margin-right: 8px;
	width: 194px;
	float: right;
	margin-top: 40px;
	margin-right:0
}
.backButton:hover {
	background-position: 50% 100%;
	color: transparent;
}
	
/* end Header */


/* sidebars */

.sidebar h2 {
	margin: 0 0 8px 0;
	background:#dbdbdb;
	color: #a93737;
	text-transform:uppercase;
	padding: 2px 0 2px 5px;
	text-align:left;
	font-size: 13px;
}

.sidebar ul { list-style:none; margin:0; padding: 0; }
.sidebar .section {
	margin-bottom: 24px;
	clear: both;
}
.sidebar li {
	text-align:left;
	margin: 2px 0 2px 5px;
}
.sidebar li a {
	text-decoration:none;
	color: black;
	font-weight: normal;
}
.sidebar li a:hover {
	color: #a93737;
}

#sidebarSearch h3 {
	background: url(images/searchGlass.png) no-repeat left center;
	text-align:left;
	padding-left: 20px;
	font-size: 12px;
	text-transform:uppercase;
	line-height:15px;
	margin: 0 0 1px 0;
}
#sidebarSearch #s {
	width: 125px;
	border: 1px solid #bfbfbf;
	float: left;
	height: 14px;
	padding: 2px;
	border-top-color: #999999;
	border-right: none;;
	}
#sidebarSearch #searchsubmit {
	float: left;
	width: 24px;
	border: none;
	height: 20px;
	background: url(images/goButton.png) no-repeat;
}
#bubbles span {
	display: none;
}
#bubbles a {
	display: block;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	width: 122px;
	margin: 0 auto 9px;
}
#bubbles a:hover {
	background-position:0% 100%;
}
#bubbleRSS a {
	background-image: url(images/bubbleRSSFeed.png);
	height: 31px;
}
#bubbleEmail a {
	background-image: url(images/bubbleEmail.png);
	height: 51px;
}
#bubbleNewsletter {
	background-image: url(images/bubbleNewsletter.png);
	background-position:0% 0%;
	background-repeat:no-repeat;
	height: 58px;
	width: 122px;
	margin:0 22px;
	position: relative;
}
#bubbleNewsletter:hover {
	background-position:0% 100%;
}
#bubbleNewsletter input {
	margin: 24px 5px 2px;
	width: 105px;
}
.bubbleNewsletterSignUp {
	background-image: url(images/newsletterSignUp.png);
	display: block;
	height: 10px;
	width: 36px;
	margin-left: 100px;
	position: absolute;
	left: 80px;
}
#visitUs ul {
	margin-top: 18px;
}
#visitUs ul li { text-align:center; margin: 9px;}
/* edn sidebars */

/* Begin Various Tags & Classes */


acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
	
/* End Various Tags & Classes*/


/* post tags */
.post, .post * {
	text-align:left;
	line-height:18px;
	font-size:12px
}
.post p {
	margin-bottom: 18px;
}
.post {
	margin-bottom:36px;
	border-bottom: 1px solid #ababab;
	padding-bottom: 36px;
}
.post h2, .post h2 a {
	color: #a93737;
	margin: 0;
	text-align:left;
	font-size: 14px;
	text-transform:uppercase;
	text-decoration:none;
	border:none;
}
.postMeta {
	margin: 2px 0 0 0;
	text-align:left;
	font-style: italic;
	font-size:11px;
	color: #777;
}
.postMeta a:before {
	content: "• ";
}
.postMeta a:hover {
	text-decoration:underline;
}
.postMeta a {
	color: #777;
	text-decoration:none;
}
.post .commentMeta {
	padding: 9px;
	background:  #f2f2f2;
	color:#4b4b4b;
	font-size: 11px;
	line-height:16px;
}
.post .commentMeta a {
	color: #4b4b4b;
	font-size: 11px;
	line-height:16px;
	border:none;
}


/* Comments */
#comments {
	padding: 0 18px;
}
#comments, #comments * {
	text-align:left;
}
#comments ol {
	margin: 0;
	padding: 0;
}
#comments li {
	list-style-type:none;
	margin: 0;
	padding: 12px;
}

/* end comments */


/* search results */
.result {
	padding: 18px;
	margin: 0 18px;
}
.result h3 {
	margin: 0 0 2px;
}



/* FOOTER */


/**
* Footer
*/
#footercontainer {
	margin : 38px 0;
	float : right;
	width : 880px;
	padding-bottom: 48px;
}

#footercopyright {
	float : right;
	width : 150px;
	text-align : right;
}

#footerleftcontent {
	float : left;
	width : 150px;
}

#footernavigation {
	display : block;
	list-style : none;
	text-align : center;
}

#footernavigation li {
	display : inline;
	margin : 0 11px;
}

#footernavigation li a {
	text-transform : uppercase;
	color:black;
}

#footernavigation li a:hover {color #a93737; }

#sidebar ul {
  list-style-type:none;
}

/* end footer */
