/*
Theme Name: eClick Blog
Author: Brandon Weiss, eClick Performance
*/

/* GLOBALS */
body {
	margin: 0px;
	background: #2d2d2d url(images/background.jpg) no-repeat top left;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Helvetica, sans-serif;
	font-size: 12px;
	color: #ebebeb;
}

hr {
	border: 1px solid #5c5c5c;
}

a {
	height: 2px;
	text-decoration: underline;
	color: #ebebeb;
}

a:hover { color: #9dc14e; }

a img { border: 0px; }

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

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

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* END GLOBALS */

#page {
	width: 900px;
	
	/* IE min-height hack */
	min-height: 1500px;
	height: auto !important;
	height: 1500px;
	
	overflow: hidden;
}

#header {
	position: relative;
	margin-top: 185px;
	margin-bottom: 60px;
}

#header h1 { margin: 0px; }

#header h1 a {
	width: 809px;
	height: 203px;
	background: url(images/header.jpg) no-repeat top left;
	display: block;
}

#header h1 a span,
#header p span {
	position: absolute;
	left: -9999em;
}

#header blockquote {
	position: absolute;
	top: -175px;
	left: 30px;
	width: 765px;
	font-family: Georgia, serif;
	color: #ffffff;
}

#header blockquote p {
	font-size: 18px;
}

#header blockquote cite {
	margin-right: 20px;
	font-style: normal;
	font-size: 24px;
	color: #4b5437;
	float: right;
}

#content {
	width: 560px;
	padding-left: 40px;
	float: left;
}

#content .entry { font-size: 13px; }

#content h2 {
	margin: 0px;
	border-bottom: 1px solid #5c5c5c;
	color: #ffffff;
}

#content form#searchform {
	margin-top: 20px;
}

#content form#searchform label {
	display: none;
}

#content .navigation-top {
	margin: 0px;
	overflow: hidden;
}

#content .navigation-top p { margin: 0px 0px 10px 0px; }
#content .navigation-top p.older { float: left; }
#content .navigation-top p.newer { float: right; }

#content .navigation-top p a {
	text-decoration: none;
	color: #ffffff;
}

#content .navigation-top p a:hover { color: #9dc14e; }

#content .navigation-bottom {
	margin: 30px 0px;
	overflow: hidden;
}

#content .navigation-bottom p { margin: 20px 0px 10px 0px; }
#content .navigation-bottom p.older { float: left; }
#content .navigation-bottom p.newer { float: right; }

#content .navigation-bottom p a {
	text-decoration: none;
	color: #ffffff;
}

#content .navigation-bottom p a:hover { color: #9dc14e; }

/* POSTS */
.post { margin-top: 50px; }
.post:first-child { margin-top: 0px; }

.post h3 { margin: 0px; }
.post h3 a {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 42px;
	color: #ffffff;
}

.post h3 a:hover { color: #9dc14e; }

.post p.date {
	margin: 3px 0px 25px 0px;
	padding: 3px 0px;
	border-top: 1px solid #5c5c5c;
	border-bottom: 1px solid #5c5c5c;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: bold;
	color: #979797;
}

.post p.date span {
	font-size: 16px;
	color: #9dc14e;
}

.post .entry {
	line-height: 18px;

}

.post .entry p.more-paragraph {
	margin: 25px 0px;
	text-align: right;
}

.post .entry p.more-paragraph a.more-link {
	padding: 10px;
	text-decoration: none;
	font-style: italic;
}

.post .entry p.more-paragraph a.more-link:hover { color: #9dc14e; }

/* POSTMETA */
.post ul.postmetadata {
	margin: 20px 0px 0px 0px;
	padding-left: 15px;
	list-style: none;
	border-bottom: 1px solid #5c5c5c;
	color: #ebebeb;
	overflow: hidden;
}

.post ul.postmetadata li {
	height: 22px;
	border-left: 1px solid #5c5c5c;
	float: left;
}

.post ul.postmetadata li:first-child {
	padding: 0px 15px;
	border-left: none;
}

.post ul.postmetadata li a {
	padding: 0px 15px;
	text-decoration: none;
	color: #ebebeb;
}
.post ul.postmetadata li a:hover { color: #9dc14e; }

.post ul.postmetadata li.comments a {
	padding-left: 40px;
	background: url(images/comments-bubble.png) no-repeat 15px 3px;
}

.post ul.postmetadata li.social a {
	width: 18px;
	height: 18px;
	display: block;
}

.post ul.postmetadata li.social a span {
	position: absolute;
	left: -9999em;
}

.post ul.postmetadata li.digg a { background: url(images/social/digg.png) no-repeat center center; }
.post ul.postmetadata li.facebook a { background: url(images/social/facebook.png) no-repeat center center; }
.post ul.postmetadata li.delicious a { background: url(images/social/delicious.png) no-repeat center center; }

/* END POSTMETA */

/* TAGS */
.post p.tags {
	color: #868686;
}

.post p.tags a {
	text-decoration: none;
	color: #868686;
}

.post p.tags a:hover { color: #387090; }
/* END TAGS */
/* END POSTS */

/* COMMENTS */

#respond h3,
h3#comments {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 26px;
	color: #494949;
}

.commentlist {
	margin: 0px;
	padding: 25px 25px 25px 50px;
	border: 1px solid #DFDFDF;
	list-style-position: outside;
}

.commentlist li {
	dpadding: 15px;
	font-weight: bold;
}

.commentlist li ul li {
	font-size: 1em;
}


.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#respond form label {
	color: #868686;
}

#respond form textarea {
	width: 400px;
}

/* END COMMENTS */


/* SIDEBAR */
#sidebar {
	width: 260px;
	margin-left: 20px;
	padding-top: 44px;
	float: left;
}

#sidebar ul {
	margin: 0px;
	padding-left: 0px;
	list-style: none;
}

#sidebar ul li { margin-top: 40px; }
#sidebar ul li:first-child { margin-top: 0px; }

#sidebar ul li h2 {
	padding: 0px 0px 2px 4px;
	border-bottom: 1px solid #5c5c5c;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-size: 16px;
	color: #ffffff;
}

#sidebar ul li ul { padding-left: 4px; }

#sidebar ul li ul li {
	margin: 9px 0px;
	line-height: 16px;
}

#sidebar ul li ul li a {
	padding: 7px 0px;
	text-decoration: none;
	color: #bbbbbb;
}

#sidebar ul li ul li a:hover { color: #9dc14e; }

#sidebar ul li#tag_cloud {
	text-align: justify;
}

#sidebar ul li#tag_cloud a {
	text-decoration: none;
	color: #868686;
	
}
#sidebar ul li#tag_cloud a:hover { color: #387090; }
/* END SIDEBAR */

#footer {
	margin-top: 20px;
	color: #ffffff;
	clear: both;
}

#footer-top {
	height: 350px;
	background-color: #494949;
	overflow: hidden;
	color: #bababa;
}

#footer-top h3 {
	margin: 0px;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-size: 16px;
	color: #ffffff;
}

#footer-top a {
	font-style: italic;
	color: #9dc14e;
}

#footer-top .wrap {
	width: 300px;
	float: left;
}

#footer-top .wrap div {
	padding: 20px 15px;
}

#footer-top .wrap #footer-meta a,
#footer-top .wrap #footer-twitter a {
	margin: 0px auto;
	display: block;
}

#footer-top .wrap #footer-meta a span,
#footer-top .wrap #footer-twitter a span {
	position: absolute;
	left: -9999em;
}

#footer-top .wrap #footer-meta {
	height: 137px;
	padding: 0px 5px;
	border-bottom: 1px solid #2f2f2f;
}

#footer-top .wrap #footer-meta a {
	width: 161px;
	height: 137px;
	margin: 0px auto;
	background: url(images/footer-rss.jpg) no-repeat top left;
}

#footer-top .wrap #footer-twitter {
	height: 212px;
}

#footer-top .wrap #footer-twitter a {
	width: 132px;
	height: 162px;
	margin-top: 10px;
	background: url(images/twitter.png) no-repeat top left;
}

#footer-top .wrap #footer-about {
	height: 350px;
	border-left: 1px solid #2f2f2f;
	border-right: 1px solid #2f2f2f;
}

#footer-top .wrap #footer-search {
	height: 97px;
	border-bottom: 1px solid #2f2f2f;
	border-right: 1px solid #2f2f2f;
}

#footer-top .wrap #footer-search form label {
	position: absolute;
	left: -9999em;
}

#footer-top .wrap #footer-search form div {
	margin-top: 25px;
	padding: 0px;
}

#footer-top .wrap #footer-search form input#s {
	width: 170px;
	padding: 6px;
	border: 1px solid #000000;
}

#footer-top .wrap #footer-search form input#searchsubmit {
	padding: 4px 7px;
	border: 1px solid #565656;
	background-color: #2f2f2f;
	font-size: 14px;
	color: #ffffff;
}

#footer-top .wrap #footer-authors {
	height: 212px;
	border-right: 1px solid #2f2f2f;
}

#footer-top .wrap #footer-authors p {
	margin: 15px 0px 0px 0px;
	padding-left: 0px;
	list-style: none;
}

#footer-top .wrap #footer-authors p a {
	text-decoration: none;
	font-style: normal;
}


#footer-bottom {
	height: 95px;
	padding-left: 35px;
	background-color: #2f2f2f;
}

#footer-bottom p {
	margin: 0px;
	line-height: 95px;
	font-size: 10px;
	float: left;
}
