/* @group Tags */

* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	text-align: center;
	color: black;
	font: 75.25%/1.4em Georgia, "Times New Roman", Times, serif;
	background: #030a06 url(/ww/i/bg.jpg) repeat-x center 0;
	padding-bottom: 2em;
}

a {
	color: #fff;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

br.clr {
	clear: both;
}

ul, ol, li {
	list-style: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

p, form, ul, ol {
	font-size: 1em;
	margin: 0 0 1.2em 0;
}

/* @end */

/* @group General */

div.hr {
	height: 18px;
	background: url(/ww/i/horiz.gif) no-repeat 0 3px;
	margin: 0 3px;
}

hr {
	display: none;
}

.clearfix:after, #stats dl:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix, * html #stats dl {height: 1%;}
/* End hide from IE-mac */

/* @end */

/* @group Layout */

#wrap {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#main {
	width: 620px;
	float: left;
	margin-right: 40px;
	padding-bottom: 25px;
}

#side {
	width: 280px;
	float: left;
	color: white;
}

/* @end */

/* @group Header */

#header {
	position: relative;
	margin-bottom: 25px;
	height: 205px;
	background: url(/ww/i/title.jpg) no-repeat 0 0;
}

#car {
	width: 60px;
	height: 17px;
	position: absolute;
	top: 81px;
	left: 875px;
	background: url(/ww/i/car.png) no-repeat 0 0;
}

h1 {
	position: relative;
	top: 93px;
}

h1 a {
	text-indent: -1000em;
	overflow: hidden;
	height: 50px;
	display: block;
}

/* @end */

/* @group Posts */

.post {
	margin-bottom: 35px;
	color: white;
}

/* @group Post head */

.post-head {
	background: url(/ww/i/post_bg.jpg) no-repeat 0 0;
	padding: 10px 0 13px 80px;
	color: white;
	position: relative;
}

.post-head h2 {
	font: normal 2.5em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 8px;
}

.post-head h2 a {
	color: white;
	padding-right: 25px;
}

.post-head h2 a:hover {
	text-decoration: none;
	background: url(/ww/i/arrow_red.gif) no-repeat right 11px;
	color: #c7c7c7;
}

.sarah .post-head h2 a:hover {
	background-image: url(/ww/i/arrow_orange.gif);
}

.post-head h4, .photo h4 {
	background: url(/ww/i/pin_red.gif) no-repeat 0 0;
	padding: 2px 18px;
	font-size: 10px;
	letter-spacing: 2px;
	font-weight: normal;
	text-transform: uppercase;
	color: #9fa599;
}

.sarah .post-head h4 {
	background-image: url(/ww/i/pin_orange.gif);
}

.post-head h5 {
	color: #ccc;
	line-height: 17px;
	height: 21px;
	background: url(/ww/i/banner_red.gif) no-repeat 0 0;
	float: right;
	padding: 1px 10px 0 12px;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: uppercase;
}

.sarah .post-head h5 {
	background-image: url(/ww/i/banner_orange.gif);
}

.post-head h6 {
	position: absolute;
	top: 17px;
	left: 10px;
	text-align: center;
	color: #222;
	width: 40px;
	font: normal 29px/23px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.post-head h6 span {
	color: #693c35;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1em;
	padding-top: 4px;
	display: block;
}

/* @end */

/* @group Post body */

.post-body {
	background: url(/ww/i/post_bg_bot.gif) no-repeat 0 0;
	position: relative;
	top: -4px;
	padding: 2em 0 0 80px;
	line-height: 1.5em;
	color: #ccc;
	font-family: Georgia;
	font-size: 13px;
}

.post-body li {
	list-style-type: square;
	margin-left: 1.1em;
	padding-bottom: 6px;
	line-height: 1.4em;
}

.post-body blockquote {
	font-size: .9em;
	padding-left: 1.8em;
	border-left: 1px solid #555;
}

.post-body attr {
	color: #aaa;
}

.post-body a, #side a {
	border-bottom: 1px dotted #999;
}

.post-body a:hover, #side a:hover, #morelinks a:hover {
	text-decoration: none;
	border-bottom: 1px solid #999;
	background: #555;
}

.post .fullentry {
	width: 250px;
	float: left;
}

.post .fullentry a {
	color: #a50a04;
	border: none;
	padding: 1px;
}

.post.sarah .fullentry a {
	color: #884b09;
}

.post .fullentry a:hover {
	background: none;
	border-bottom: 1px dotted #666;
}

p.comment {
	width: 250px;
	float: right;
	text-align: right;
	color: #555;
	padding-left: 20px;
}

.post .fullentry, p.comment {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	padding-top: 6px;
}

/* @end */

/* @group Comments */

#comments {
	padding-top: 1em;
}

#comments h3 {
	text-indent: -1000em;
	overflow: hidden;
	height: 20px;
	background: url(/ww/i/comments.jpg) no-repeat 0 0;
	margin-bottom: 1.2em;
}

#comments dl {
	border-bottom: 1px dotted #888;
	padding-bottom: .8em;
	margin-bottom: 1.5em;
}

#comments dt {
	width: 150px;
	float: left;
	margin-right: 20px;
	font-size: .9em;
	color: white;
}

#comments dt strong {
	font-weight: bold;
	display: block;
	text-transform: uppercase;
	font-size: .9em;
	letter-spacing: 1px;
	line-height: 17px;
}

#comments dt a {
	border: none;
}

#comments dd {
	float: left;
	width: 370px;
	font-size: .9em;
	line-height: 1.5em;	
}

#comments td {
	text-transform: uppercase;
	font: .8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 4px;
}

#comments .label {
	text-align: right;
}

#comments input, #comments textarea {
	padding: 3px;
	border: 1px solid #555;
	width: 200px;
	font: 1.2em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#comments .buttons input, #comments #remember, #comments #forget {
	width: auto;
}

#instructions {
	font-style: italic;
	color: #aaa;
}

ul.error {
	background: #800000;
	color: white;
	padding: 4px 8px;
	font-size: .9em;
	line-height: 1.3em;
}

/* @end */

/* @group Twitter  */

.tweet {
	background-image: url(/ww/i/noise_red.jpg);
	margin-bottom: 25px;
}

.tweet.sarah {
	background-image: url(/ww/i/noise_orange.jpg);
}

.tweet .post-body {
	top: 0;
	background: url(/ww/i/tweet-icon.png) no-repeat 0 0;
	height: 75px;
	padding-top: 0;
	position: relative;
}

.tweet p {
	font-size: 1.1em;
	font-style: italic;
	line-height: 19px;
	margin-bottom: 0;
	padding-top: 10px;
	padding-right: 1.5em;
	height: 75px;
	background: url(/ww/i/twitter_curve_red.gif) no-repeat right 0;
	color: #eee;
}

.tweet.sarah p {
	background-image: url(/ww/i/twitter_curve_orange.gif);
}

.tweet h5 {
	position: absolute;
	bottom: 5px;
	right: 0;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	text-align: right;
	padding-right: 12px;
}

.tweet h5, .tweet h5 a {
	color: #ccc;
}

/* @end */

/* @group Photo */

.photo {
	background: url(/ww/i/noise_gray.jpg);
	margin-left: 30px;
	margin-bottom: 25px;
}

.photo div {
	background: url(/ww/i/photo_bg.jpg) no-repeat 0 0;
	padding: 16px 0 12px 83px;
	margin-left: -30px;
}

.photo img, img.block {
	width: 500px;
	border: 10px solid #dadada;
	margin-bottom: 1.3em;
}

.photo h4 {
	background-image: url(/ww/i/pin_blue.gif);
}

img.block {
	margin: 10px 0;
}

.cap {
	font-size: 10px;
	letter-spacing: 2px;
	font-weight: normal;
	text-transform: uppercase;
	color: #aaa;
	display: block;
	text-align: right;
	margin-right: 17px;
}

/* @end */

/* @group Morelinks */

#morelinks {
	margin: 0 0 0 80px;
	font-style: italic;
}

#morelinks a {
	color: #d7d7d7;
	border-bottom: 1px dotted #999;
}

#morelinks #newer {
	float: right;
}

/* @end */

/* @end */

/* @group Side */

#side {
	font-family: "Lucida Grande", "Trebuchet MS";
	font-size: .9em;
}

#side h3 {
	text-indent: -1000em;
	overflow: hidden;
	height: 20px;
	margin-bottom: 1em;
}

#side .module {
	margin-bottom: 2.5em;
	padding-left: 29px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#side p {
	color: #d7d7d7;
}

#side li a {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .85em;
	padding: 1px;
}

#navigation {
	background-image: url(/ww/i/navigation.gif);
}

#archive {
	background-image: url(/ww/i/archive.gif);
}

#itinerary {
	background-image: url(/ww/i/itinerary.gif);
}

#itinerary b {
	background: #222;
	padding: 2px;
}

#ourplan {
	background-image: url(/ww/i/ourplan.gif);
}

#theplan {
	background-image: url(/ww/i/theskinny.gif);
}

/* @group Archive */

#side #archive li {
	text-indent: -1.1em;
	margin-left: 1.1em;
	margin-bottom: .4em;
}

#side #archive li a {
	text-transform: none;
	font-size: 1em;
	letter-spacing: 0;
}

#side #archive li span {
	font-size: .85em;
	color: #aaa;
	text-transform: uppercase;
}

/* @end */

/* @group Statistics */

#stats {
	background-image: url(/ww/i/statistics.gif);
}

#stats #asof {
	margin-bottom: 2em;
}

#stats dl {
	margin-bottom: 8px;
	border-bottom: 1px dotted #999;
	padding-bottom: 15px;
}

#stats dt {
	float: left;
	display: inline;
	letter-spacing: -1px;
	margin-right: 12px;
	font: 25px Georgia;
	width: 60px;
	text-align: right;
	clear: both;
}

#stats dt.smaller {
	font-size: 23px;
}

#stats dd {
	padding-top: 10px;
	float: left;
	width: 175px;
}

/* @end */

/* @end */