body {
	font: normal 11px/18px "Lucida Grande", Verdana, sans-serif;
	color: #777;
	background: #fff;
}

.container {
	margin: 0 auto;
	width: 960px;
	overflow: hidden;
	clear: both;
}

a {
	color: #19A3BC;
}

a:hover {
	color: #2f7d8b;
}

/********************************************
****	Header
********************************************/
#header {
	background: url(grain.png) #2e343b;
}
#header .container {
	background: url(bg_light.png) no-repeat center -20px;
}
#header h1 {
	background: url(bg_logo.png) no-repeat 0 0;
	width: 400px;
	height: 100px;
	margin: 15px auto 0 auto;
	text-indent: -9999px;
}
#header h1 a {
	display: block;
	width: 400px;
	height: 100px;
}

/********************************************
****	Nav
********************************************/
#nav {
	overflow: hidden;
	background: url(bg_nav.png) no-repeat center 0;
}
#nav {
	text-align: center;
	line-height: 40px;
}
#nav a {
	color: #9299a1;
	text-decoration: none;
	font-size: 13px;
	line-height: 40px;
	padding: 0 15px;
	font-weight: lighter;
	letter-spacing: .125em;
	text-transform: uppercase;
	font-family: "Gill Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
#nav a:hover {
	color: #fff;
}

#nav .feed_link {
	background: url(feed-16-bw.png) no-repeat 0 0;
	line-height: 16px;
	padding-left: 20px;
	margin-left: 10px;
}

#nav .feed_link:hover {
	background-position: 0 -16px;
}

/********************************************
****	Content
********************************************/
.header_photo {
	margin: 0 auto 50px auto;
	border: 1px solid #ccc;
	padding: 3px;
}

#content {
	padding-top: 40px;
	background: url(bg_content.png) #fff repeat-x 0 0;
	border-top: 1px solid #fff;
}

#main {
	width: 540px;
	margin-left: 50px;
	float: left;
}

#sidebar {
	color: #555;
	width: 240px;
	margin-right: 50px;
	float: right;
}

.summary-title {
	color: #555;
	font-size: 14px;
	line-height: 40px;
	font-weight: normal;
	margin-bottom: 30px;
}

.summary-title .tag {
	font-weight: bold;
	padding: 4px 8px;
	text-transform: uppercase;
	font-size: 11px;
	background: #ff2f96;
	color: #fff;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
}

.summary-title small {
	color: #999;
	font-size: 11px;
	margin-left: 10px;
}

/********************************************
****	Sidebar
********************************************/
#sidebar h3 {
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	font-family: "Gill Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: lighter;
	letter-spacing: .1em;
	color: #555;
	border-top: 2px solid #555;
	border-bottom: 1px solid #999;
	padding: 8px 0;
	margin-bottom: 8px;
}

#sidebar .module_wrapper {
	overflow: hidden;
}

#sidebar .module {
	margin-bottom: 40px;
}

#sidebar .module p.text {
	margin-bottom: 1.6em;
}

#sidebar p.note {
	margin: 0;
	background: url(heart_blue.png) #e9e7e5 no-repeat 11px 11px;
	font-style: italic;
	font-size: 11px;
	line-height: 16px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding: 10px 10px 10px 34px;
}

#search_form {
	overflow: hidden;
}

#search_form .text_input {
	border: 1px solid #bbb;
	width: 150px;
	font: normal 11px/18px "Lucida Grande", Verdana, sans-serif;
	color: #888;
	padding: 4px;
	margin-top: 0px;
	float: left;
}

#search_form .text_input:focus {
	color: #333;
	border-color: #555;
}

#search_form .submit_button {
	border: none;
	font-family: "Helvetica Neue", Arial, sans-serif;
	float: right;
	cursor: pointer;
	font-weight: bold;
	padding: 0 8px;
	width: 70px;
	height: 26px;
	text-transform: uppercase;
	line-height: 26px;
	display: block;
	float: left;
	margin-left: 10px;
	font-size: 11px;
	background: #19A3BC;
	color: #fff;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	border: 1px solid rgba(0,0,0,.3);
	text-shadow: rgba(0,0,0,.3) 1px 1px 1px;
}

#search_form .submit_button:hover {
	background: #2f7d8b;
}

.social_networks li a,
.subscribe li a {
	display: block;
	background-repeat: no-repeat;
	padding-left: 22px;
	text-decoration: none;
	font-size: 12px;
	line-height: 16px;
	margin: 15px 0 0 0;
	font-weight: bold;
	color: #444;
}

.social_networks li a:hover,
.subscribe li a:hover {
	color: #19A3BC;
}

.face {
	float: left;
	border: 1px solid #999;
	padding: 4px;
	width: 100px;
	height: 100px;
}

.first.face {
	margin-right: 15px;
	margin-left: 5px;
}

.subscribe.module li a {

}

.subscribe.module li a.feed {
	background-image: url(rss_16.png);
}

.subscribe.module li a.email {
	background-image: url(email_16.png);
}


.elsewhere, .subscribe {
	width: 110px;
	float: left;
}

.elsewhere {
	margin-right: 20px;
}

/********************************************
****	Posts
********************************************/
.post {
	margin-bottom: 60px;
/*	background: url(bg_post_flourish.png) no-repeat 20px 0;*/
/*	padding-left: 90px;*/
}
.summary.post-list .post {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.post h2 {
	font-size: 21px;
	line-height: 24px;
	text-transform: uppercase;
	font-family: "Gill Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: lighter;
	letter-spacing: .075em;
}

.post.page h2 {
	margin-bottom: 15px;
}

.post h2 a {
	color: #ff2f96;
	text-decoration: none;
	font-weight: lighter;
}

.post h2 a:hover {
	color: #c94185;
}

.post p.date {
	font-size: 12px;
	margin-top: .25em;
	text-transform: uppercase;
	font-family: "Gill Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: lighter;
	letter-spacing: .1em;
}

.post .post-footer {
	overflow: hidden;
/*	border-top: 1px dotted #ddd;*/
	border: 1px dotted #bbb;
/*	border-top: 2px solid #eee;*/
/*	border-bottom: 1px solid #eee;*/
	padding: 3px;
}

.post .post-footer p {
	margin: 0;	
	line-height: 32px;
	font-size: 12px;
}

.post p.post-tags {
	float: left;
	background: url(24-tag-hot.png) no-repeat 3px center;
	padding-left: 32px;
}

.post p.post-tags a {
	text-decoration: none;
	font-weight: bold;
}

.post .post-footer p.permalink {
	float: right;
	margin-right: 5px;
}

.post .post-footer p.permalink a {
	color: #bbb;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}

.post .post-footer p.permalink a.comment-count {
	margin-right: 5px;
	padding-right: 10px;
	border-right: 1px dotted #ddd;
}

.post h3 {
	color: #333;
	font-size: 14px;
	margin-bottom: .5em;
}

.post .post-footer p.permalink a:hover {
	color: #777;
}

.post .content p ,
.post p.date,
.post .content ul,
.post .content ol {
	margin-bottom: 1.6em;
	font-size: 13px;
	line-height: 1.5em;
}

.post .content ul,
.post .content ol {
	padding-left: 2em;
}

.post .content ul { list-style-type: disc; }
.post .content ol { list-style-type: decimal; }

.post img {
	margin: 0 0 1.6em 0;
	display: block;
	padding: 4px;
	border: 1px solid #ccc;
}

/********************************************
****	Comments
********************************************/

.comments h2 {
	margin: 40px 0 30px 0;
	border-top: 2px solid #555;
	border-bottom: 1px solid #999;
	overflow: hidden;
}

.comments h2 span {
	display: block;
	float: left;
	background: url(icon_comments.png) no-repeat right 7px;
	padding: 8px 32px 8px 0;
}

.comment {
	overflow: hidden;
	border-bottom: 1px solid #eee;
	margin-bottom: 2em;
	padding-bottom: .5em;
}

.comment .info {
	float: left;
	width: 110px;
	margin-right: 40px;
}

.comment .name {
	font-weight: bold;
	color: #444;
	font-size: 12px;
}

.comment .name a {
	text-decoration: none;
}

.comment .timestamp a {
	color: #999;
	text-decoration: none;
	font-weight: lighter;
}

.comment .body {
	float: left;
	width: 380px;
}

.comment .body p {
	margin-bottom: 1.5em;
}

.comment_form .field {
	overflow: hidden;
	clear: both;
	margin-bottom: 5px;
}

.comment_form .text_input,
.comment_form textarea {
	border: 1px solid #bbb;
	font: normal 11px/18px "Lucida Grande", Verdana, sans-serif;
	color: #888;
	padding: 5px;
}

.comment_form input[type="text"]:focus,
.comment_form textarea:focus {
	color: #333;
	border-color: #555;
}

.comment_form label {
	font-size: 11px;
	line-height: 18px;
	padding: 6px 0;
	display: block;
	float: left;
	width: 130px;
	margin-right: 20px;
	text-align: right;
	font-weight: bold;
	color: #555;
}

.comment_form textarea {
	width: 360px;
	height: 10em;
}

.comment_form small {
	margin-left: 10px;
	color: #999;
}

.comment_form .submit_button {
	border: none;
	float: right;
	cursor: pointer;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, sans-serif;
	padding: 8px 16px;
	text-transform: uppercase;
	font-size: 11px;
	background: #ff2f96;
	color: #fff;
	margin-top: 10px;
	margin-right: 20px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	border: 1px solid rgba(0,0,0,.3);
	text-shadow: rgba(0,0,0,.3) 1px 1px 1px;
}

.comment_form .submit_button:hover {
	background: #c94185;
}

.comment_form .errorlist {
    padding-left: 150px;
}

#comment_thanks {
    padding: 20px 20px 0px 20px;
    text-align: center;
}

/********************************************
****	pagination
********************************************/
.pagination {
	margin-bottom: 60px;
	padding-left: 90px;
	font-size: 13px;
	padding-top: 4px;
	line-height: 13px;
	overflow: hidden;
}

.pagination a,
.pagination span {
	text-decoration: none;
	display: block;
	float: left;
	margin-right: 5px;
	padding: 10px 12px;
	font-size: 13px;
	line-height: 13px;
}

.pagination a.page_number,
.pagination span.current {
	background: #f0f0f0;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
}

.pagination a.page_number {
	color: #888;
}

.pagination a.page_number:hover {
	background: #e0e0e0;
}

.pagination span.current {
	background: #19A3BC;
	color: #fff;
	font-size: 15px;
	padding: 14px 16px;
	margin-top: -4px;
}



/********************************************
****	footer
********************************************/
#footer {
	background: url(footer.gif) no-repeat 0 0;
	text-align: center;
	margin-top: 30px;
	padding: 55px 0 30px 0;
	font-size: 12px;
	text-transform: uppercase;
	font-family: "Gill Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	letter-spacing: .1em;
	color: #bbb;
}

#footer a {
	color: #aaa;
	text-decoration: none;
}

#footer a:hover {
	color: #19A3BC;
}