/*
	KISSmetrics Blog Layout
	Author: Michael Simmons, m.simmons@kissmetrics.com
	Date: 2009-01-16 12:46:04
*/

@import "reset.css";

body {
	margin: 0;
	background: #efeae0 url(../images/body.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 7px 0 0 0;
	width: 920px;
}


/* Header
----------------------------------------------- */
#header { margin: 0 0 32px 0; }
#header h1 {
	width: 394px;
	height: 110px;
	background: url(../images/header_logo_blog.png) no-repeat;
}
#header h1 a {
	display: block;
	width: 299px;
	height: 110px;
	text-indent: -2000px;
}

#header ul {
	position: absolute;
	top: 46px;
	right: 0;
}
#header ul li {
	float: left;
	margin: 0 0 0 4px;
}
#header ul li a {
	display: block;
	height: 33px;
	text-indent: -2000px;
	background: url(../images/header_navgrid.png);
}

#header ul li#n_home a {
	width: 65px;
	background-position: -1px -1px;
}
#header ul li#n_home a:hover { background-position: -1px -37px; }
#header ul li#n_home.active a { background-position: -1px -73px; }
#header ul li#n_home.active a:hover { background-position: -1px -109px; }

#header ul li#n_tour a {
	width: 56px;
	background-position: -70px -1px;
}
#header ul li#n_tour a:hover { background-position: -70px -37px; }
#header ul li#n_tour.active a { background-position: -70px -73px; }
#header ul li#n_tour.active a:hover { background-position: -70px -109px; }

#header ul li#n_signup a {
	width: 80px;
	background-position: -130px -1px;
}
#header ul li#n_signup a:hover { background-position: -130px -37px; }
#header ul li#n_signup.active a { background-position: -130px -73px; }
#header ul li#n_signup.active a:hover { background-position: -130px -109px; }

#header ul li#n_blog a {
	width: 55px;
	background-position: -214px -1px;
}
#header ul li#n_blog a:hover { background-position: -214px -37px; }
#header ul li#n_blog.active a { background-position: -214px -73px; }
#header ul li#n_blog.active a:hover { background-position: -214px -109px; }

#header ul li#n_support a {
	width: 81px;
	background-position: -273px -1px;
}
#header ul li#n_support a:hover { background-position: -273px -37px; }
#header ul li#n_support.active a { background-position: -273px -73px; }
#header ul li#n_support.active a:hover { background-position: -273px -109px; }

/* Account */
#header p.account {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 0 0 15px;
	background: url(../images/header_user.gif) no-repeat 0 1px;
	font-size: .65em;
	font-weight: bold;
	color: #a39b93;
	text-shadow: #fff 0 1px 0;
}

/* Account */
#header p.account2 {
	position: absolute;
	top: 40px;
	right: 0;
	padding: 0 0 0 15px;
	font-size: .65em;
	font-weight: bold;
	color: #a39b93;
	text-shadow: #fff 0 1px 0;
}

/* Content
----------------------------------------------- */
#content {
	margin: 0 0 45px 0;
	padding: 0 0 5px 0;
	float: left;
	width: 594px;
}
#content .entry {
	float: left;
	clear: both;
	width: 594px;
	margin: 0 0 15px 0;
	padding: 0 0 3px 0;
	border-bottom: solid 2px #E4DCCB;
}
#content .entry.small_margin { margin-bottom: 5px; }
#content h1 {
	margin: 0 0 2px 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #303438;
}
#content h1 a {
	color: #303438;
	text-decoration: none;
}
#content h1 a:hover { }
#content h2 {
	margin: 0 0 12px 0;
	font-size: 1.0em;
	font-weight: bold;
	/* color: #838579; */
	color: #43453e;
}
#content h3 {
	margin: 0 0 12px 0;
	font-size: .8em;
	font-weight: bold;
	/* color: #838579; */
	color: #43453e;
}
#content p {
	margin: 0 0 12px 0;
	font-size: .8em;
	line-height: 1.7em;
	color: #5b5c58;
}
#content blockquote {
	border-left: 2px solid #bbb6a9;
	font-style: italic;
	margin-left: 30px;
	padding-left: 10px;
}

#content p.center { text-align: center; }

#content p.more { font-size: .8em; }

#content p.more a:hover {
	background: #378ca6 none repeat scroll 0 0;
	color: #FFFFFF;
	padding: 0.077em 0;
	text-decoration: none;
}

#content strong { font-weight: bold; }
#content em { font-style: italic; }
#content em strong { font-style: normal; }
#content blockquote strong { font-style: normal; }

#content p.caption { font-size: .7em; }

#content ul,
#content ol { margin-left: 30px; }
#content ul li {
	margin: 0 0 12px 0;
	list-style: disc;
	font-size: .8em;
	line-height: 1.7em;
	color: #5b5c58;
}
#content ol li {
	margin: 0 0 12px 0;
	list-style: decimal;
	font-size: .8em;
	line-height: 1.7em;
	color: #5b5c58;
}
#content ul li ul li,
#content ul li ol li,
#content ol li ul li,
#content ol li ol li {
	font-size: 100%;
	margin-top: 12px;
}
#content ul li p,
#content ol li p { font-size: 100%; }
#content ol.lower-alpha li { list-style-type: lower-alpha; }
#content ol.upper-alpha li { list-style-type: upper-alpha; }

#content p.entry_details {
	font-size: .75em;
	font-weight: bold;
	color: #a39e92;
}
#content p.entry_details.no_margin { margin: 0; }
#content p.entry_details span.date { text-transform: uppercase; }
#content p.entry_details a {
	color: #a39e92;
	text-decoration: none;
}
#content p.entry_details a:hover { text-decoration: underline; }

#content table {
	margin: 0 0 12px 0;
	font-size: .8em;
	color: #838579;
	width: 594px;
}
#content table thead tr th {
	font-weight: bold;
	padding: 4px 12px 6px 12px;
	vertical-align: middle;
}
#content table .center { text-align: center; }
#content table tbody tr td {
	padding: 4px 12px 3px 12px;
	vertical-align: middle;
}
#content table thead tr th,
#content table tbody tr td { border-bottom: 1px solid #ebe5d8; }
#content table tbody tr.odd td { background-color: #f9f7f3; }

/* Tweet */
#content .tweet {
	margin: 0 0 12px 0;
	padding: 2px;
	border: solid 2px #e8e1d2;
	background: #fff;
}
#content .tweet p {
	margin: 0;
	padding: 7px 10px 5px 70px;
	background: #DDF6FF url(../images/tweet.png) no-repeat 0 100%;
	font-size: .65em;
	font-weight: bold;
	line-height: 1.2em;
	color: #5a6876;
}

/* Pagination links */
#content .pagination a {
	padding: 4px 6px 4px 6px;
	text-decoration: none;
	background: #378ca6;
	color: #fff;
}
#content .wp-pagenavi {
	font-size: .75em;
	font-weight: bold;
	color: #bbb6a9;
}
#content .wp-pagenavi .current {
	margin: 0 4px;
}
#content .wp-pagenavi a {
	margin: 0 2px;
	padding: 3px 6px;
	text-decoration: none;
	background: #378ca6;
	color: #fff;
}

/* Sub details */
#content .sub_details {
	float: left;
	clear: both;
	width: 594px;
}
#content .sub_details p {
	margin: 0;
	float: left;
	font-weight: bold;
	font-size: .75em;
	color: #bbb6a9;
}
#content .sub_details p.right {
	float: right;
	font-size: .6em;
}

/* Images */
#content img {
	padding: 2px;
	border: solid 1px #d3d0c5;
}
#content img.no_border {
	padding: 0;
	border: none;
}
#content img.right {
	float: right;
	margin: 0 0 8px 8px;
}

/* Content: Comments
----------------------------------------------- */
#content .comments {
	float: left;
	clear: both;
	width: 594px;
	margin: 30px 0 0 0;
	padding: 0 0 20px 0;
	border-bottom: solid 2px #E4DCCB;
}
#content .comments .item {
	float: left;
	clear: both;
	margin: 5px 0 5px 0;
	padding: 15px 15px 0 15px;
	width: 564px;
}
#content .comments .item .avatar {
	float: left;
	margin: 0 15px 15px 0;
	width: 61px;
	height: 61px;
	background: #fff;
	border: solid 1px #D2CFC5;
	border-top: none;
	border-left: none;
}
#content .comments .item .avatar img {
	padding: 0;
	border: none;
}
#content .comments .item.h .avatar {
	border: solid 1px #D9D7D2;
	border-top: none;
	border-left: none;
}
#content .comments .item .avatar img { margin: 2px 0 0 2px; }
#content .comments .item .body {
	float: left;
	width: 487px;
}
#content .comments .item h2 {
	margin: 0 0 4px 0;
	font-size: .7em;
	color: #a9a9a9;
}
#content .comments .item h2 a { text-decoration: none; }
#content .comments .item p {
	margin: 0 0 15px 0;
	line-height: 1.4em;
	color: #5b5c58;
}
#content .comments .item.h {
	background: #F8F5F0;
	border-bottom: solid 1px #E8E3D9;
}


/* Post Comment
----------------------------------------------- */
#content .post_comment {
	float: left;
	clear: both;
	width: 594px;
	margin: 20px 0 0 0;
	padding: 0 0 10px 0;
	background: url(../images/post_frame_bottom.gif) no-repeat 0 100%;
}
#content .post_comment .inner {
	float: left;
	clear: both;
	width: 553px;
	padding: 20px 21px 10px 21px;
	background: url(../images/post_frame_top.gif) no-repeat;
}
#content .post_comment h2 {
	margin: 0 0 5px 0;
	width: 163px;
	height: 16px;
	text-indent: -2000px;
	background: url(../images/h_havesomethingtosay.png) no-repeat;
}
#content .post_comment p {
	float: left;
	clear: both;
	width: 553px;
	margin: 0 0 2px 0;
	padding: 14px 0 12px 0;
	background: #F1F6FA;
	font-weight: bold;
	font-size: .75em;
	color: #66685b;
}
#content .post_comment p.h { background: #E3EEF5; }
#content .post_comment p label {
	display: block;
	float: left;
	margin: 5px 10px 0 0;
	width: 105px;
	text-align: right;
}
#content .post_comment p input {
	width: 305px;
	padding: 5px;
	border: solid 1px #D9E0E7;
	font-size: 12px;
	color: #666;
}
#content .post_comment p.h input { border: solid 1px #C0D2DD; }
#content .post_comment p input.required {
	width: 242px;
	padding-right: 63px;
	background: #fff url(../images/required.png) no-repeat 254px 6px;
}
#content .post_comment p textarea {
	width: 410px;
	padding: 5px;
	border: solid 1px #C0D2DD;
	font-size: 12px;
	color: #666;
}
#content .post_comment p.button {
	margin: 10px 0 0 0;
	padding: 0;
	background: none;
}
#content .post_comment p.button input {
	border: none;
	padding: 0;
	width: auto;
}


/* Side Panel
----------------------------------------------- */
#sidepanel {
	margin: 0 0 45px 0;
	float: right;
	width: 281px;
}
#sidepanel .sep {
	padding: 0 0 5px 0;
	margin: 0 0 15px 0;
	border-bottom: solid 2px #E4DCCB;
}
#sidepanel .frame {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	background: url(../images/sidepanel_frame_bottom.gif) no-repeat 0 100%;
}
#sidepanel .frame .frame_inner {
	padding: 15px 16px 0 16px;
	background: url(../images/sidepanel_frame_top.gif) no-repeat;
}

#sidepanel .frame .frame_inner h2.cats {
	padding: 3px 0 2px 21px;
	background: url(../images/folder_horizontal_open.png) no-repeat;
}

#sidepanel .frame .frame_inner h2.reading {
	padding: 3px 0 2px 21px;
	background: url(../images/blogs_arrow.png) no-repeat;
}

#sidepanel .heading { position: relative; }
#sidepanel .heading p {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
}
#sidepanel .heading p.push { top: 3px; }
#sidepanel h2 {
	margin: 0 0 10px 0;
	font-size: .75em;
	font-weight: bold;
	text-transform: uppercase;
	color: #303438;
}
#sidepanel .heading h2 { margin: 0; }
#sidepanel h2.twitter {
	padding: 3px 0 3px 21px;
	background: url(../images/sidepanel_twitter.gif) no-repeat;
	color: #56524b;
}
#sidepanel h2.flickr {
	padding: 0 0 0 21px;
	background: url(../images/sidepanel_flickr.gif) no-repeat 0 1px;
	color: #56524b;
}
#sidepanel p {
	margin: 0 0 7px 0;
	font-size: .7em;
	color: #96978e;
}
#sidepanel ul.archives li {
	position: relative;
	padding: 5px 0 7px 0;
	border-top: solid 1px #efeeea;
	font-size: .7em;
}
#sidepanel ul.archives li em {
	position: absolute;
	top: 7px;
	right: 0;
	font-style: italic;
	font-size: .7em;
	color: #96978e;
}
#sidepanel a { text-decoration: none; }
#sidepanel a:hover { text-decoration: underline; }

/* Subscribe */
#sidepanel .subscribe h2 {
	margin: 0 0 5px 0;
	padding: 0 0 10px 0;
	border-bottom: solid 1px #efeeea;
}

#sidepanel h2.email {
	padding: 3px 0 10px 21px;
	background: url(../images/email.png) no-repeat;
}

#sidepanel h2.feed {
	padding: 3px 0 3px 21px;
	background: url(../images/feed_icon.png) no-repeat;
}

#sidepanel .subscribe p.email {
	margin: 0;
	padding: 7px 0 5px 0;
	border-top: solid 1px #efeeea;
		
}
#sidepanel .subscribe input {
	margin: 2px 0 0 0;
	width: 155px;
	padding: 3px;
	vertical-align: middle;
}
#sidepanel .subscribe input.button { width: auto; }
#sidepanel .subscribe a.feed {
	background:transparent url(../images/btn_rss_subscribe.png) no-repeat scroll 0 0;
	display:block;
	height:36px;
	margin-left:-4px;
	text-decoration:none;
	text-indent:-2000px;
	width:188px;
}

/* Photos */
#sidepanel .photos {
	width: 291px;
	margin: 10px 10px 0 -12px;
}
#sidepanel .photos img {
	margin: 0 0 12px 12px;
	padding: 1px;
	border: solid 4px #d0cdc7;
}

/* Tweets */
#sidepanel ul.tweets { margin: 2px 0 10px 0; }
#sidepanel ul.tweets li {
	margin: 0 0 5px 0;
	padding: 0 0 10px 0;
	background: url(../images/sidepanel_faded_bottom.gif) no-repeat 0 100%;
}
#sidepanel ul.tweets li span {
	padding: 12px 16px 5px 16px;
	display: block;
	background: url(../images/sidepanel_faded_top.gif) no-repeat;
	font-size: .7em;
	line-height: 1.2em;
	text-shadow: #fff 0 1px 0;
}
#sidepanel ul.tweets a {
	color: #a8a8a8;
	text-decoration: none;
}
#sidepanel ul.tweets li.current { background: url(../images/sidepanel_frame_bottom.gif) no-repeat 0 100%; }
#sidepanel ul.tweets li.current span {
	padding-top: 28px;
	background: url(../images/sidepanel_tweet_top.gif) no-repeat;
	text-shadow: none;
}


/* Footer
----------------------------------------------- */
#footer {
	clear: both;
	padding: 57px 0 0 0;
	background: #e7dec9 url(../images/footer_pumpkinteeth.png) repeat-x;
}
#footer .center {
	position: relative;
	margin: 0 auto;
	width: 920px;
}
#footer p {
	margin: 0 0 40px 0;
	float: left;
	font-size: .7em;
	color: #d6caaa;
}
#footer p strong { color: #42464b; }
#footer p.subscribe {
	float: right;
	font-size: .7em;
}
#footer .subscribe a {
	padding: 2px 0 6px 21px;
	color: #838579;
	font-size: .65em;
}
#footer .subscribe a.feed { background: url(../images/footer_feed.gif) no-repeat; }
#footer .subscribe a.twitter { background: url(../images/footer_twitter.gif) no-repeat; }

img#wpstats{display:none}

/* Miscellaneous
----------------------------------------------- */
a {
	color: #366582;
	font-weight: bold;
}
.clear { clear: both; }
hr { display: none; }
a img { border: none; }
a { outline: none; }
a:focus { -moz-outline-style: none; }
strong { font-weight: bold; }