/* ---------------------------------- */
/* ---------->>> BASICS <<<---------- */
/* ---------------------------------- */
body {
	margin: 0; padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida", "Verdana", sans-serif;
	font-size: 1em;
	background: #fff url(../images/body_bg.png) repeat-x;
}

a {
	color: #002f58;
	text-decoration: none;
}
a:hover {
	color: #41678C;
	text-decoration: underline;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
}

ul {
	list-style-type: square;
	font-size: 0.75em;
	padding-left: 20px;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 20px;
	padding-left: 35px;
	color: #666;
	font-size: 0.8em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida", "Verdana", sans-serif;
}

.attribution {
	text-align: right;
	font-size: 0.7em;
	color: #666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida", "Verdana", sans-serif;
}


/* ---------------------------------- */
/* --------->>> STRUCTURE <<<-------- */
/* ---------------------------------- */
#page {
	width: 890px;
	margin: 0 auto;
	padding-top: 25px;
}

#content {
	padding: 0 40px;
}

#header {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 25px;
	padding-bottom: 15px;
}

#navigation {
	float: right;
	margin: 0; padding: 25px 25px 0 0;
}
	#navigation ul {
		float:left;
		margin:0; padding: 0;
		list-style-type:none;
		font-size: 0.9em;
		text-transform: lowercase;
		font-weight: bold;
	}
	#navigation ul li {
		display: inline;
		margin: 0; padding: 0;
	}
	#navigation ul li a {
		display: block;
		padding: 7px 15px;
		float: left;
	}
	#navigation ul li a:hover, #navigation ul li.active a {
		background-color: #f2f2f2;
	}
.clear {clear:both}

#column_one {
	width: 405px;
	float:left;
	padding-right: 20px;
	margin-bottom: 30px;
	border-right: 1px dotted #ccc;
}
#column_two {
	width: 160px;
	float:left;
	padding: 0 20px;
	margin-bottom: 30px;
	border-right: 1px dotted #ccc;
}
#column_three {
	width: 160px;
	padding-left: 20px;
	margin-bottom: 30px;
	float:left;
}

#footer {
	clear: both;
	text-align: right;
	color: #999;
	font-size: 0.8em;
	margin-top: 30px;
	padding: 0;
	border-top: 1px dotted #ccc;
}
	#footer p.credit {float: left}
	#footer p.credit a.cred_link {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.2em;
	}
	#footer p.credit a:hover.cred_link {
		color: #000;
		text-decoration: none;
	}
	#footer p.copyright {text-align: right}

/* ---------------------------------- */
/* --------->>> HEADLINES <<<-------- */
/* ---------------------------------- */

h1 {
	float: left;
	font-weight: normal;
	font-size: 2.5em;
	margin: 0; padding: 0;
	text-indent: -9999px;
}

h1 a {
	background: #fff url(../images/logo.png) no-repeat;
	display: block;
	width: 344px;
	height: 70px;
	overflow: hidden;
}

h1 a:hover {
	text-decoration: none;
	background-position: 0 -70px;
}

h2 {
	text-align: center;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.2em;
}
h2 a:hover {
	background-color: #f6f6f6;
}
h3 {
	font-weight: normal;
	text-transform: lowercase;
	font-size: 1em;
}

h4 {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 0.6em;
	letter-spacing: 0.30em;
	text-transform: uppercase;
	margin: 0; padding: 0;
}

/* ---------------------------------- */
/* ----------->>> POSTS <<<---------- */
/* ---------------------------------- */

div.post {
	margin: 0; padding: 0 0 30px 0;
	position: relative;
}

.calpage {
	display: block;
	font-size: 0.65em;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	text-shadow: #fff 1px 1px 1px;
	color: #888;
	background: url(../images/calmain.gif) 0 0 no-repeat;
	margin: 4px 13px 5px 0;
	width: 35px;
	padding-top: 5px;
	position: absolute;
	top: 0;
	left: -45px;
}
.calpage .day {
	display: block;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: -2px;
	text-indent: -3px;
	text-shadow: #bbb 2px 2px 0;
	color: #ddd;
	background: url(../images/calsub.gif) bottom left no-repeat;
	padding-bottom: 5px;
}
p.postmeta {
	font-size: 0.7em;
	text-align: right;
	text-transform: lowercase;
	margin: 0; padding: 0.3em 1em;
	background: #F5F7F9;
	border: 1px dashed #41678C;
	border-width: 1px 0;
}

a.category_link {
	background: transparent url(../images/page.gif) left center no-repeat;
	padding-left: 15px;
	margin-right: 5px;
}

a.comments_invite {
	background: transparent url(../images/comment.gif) left center no-repeat;
	padding-left: 15px;
	margin-left: 5px;
}

.post img {
	float:left;
	padding: 5px;
	margin: 0 10px 5px 0;
	border: 1px solid #ccc;
}

#banner {
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
}

a.bookmark {
	background:#ffd url(../images/delicious.png) center left no-repeat;
	padding-left:15px;
}

/* ---------------------------------- */
/* ----------->>> FORMS <<<---------- */
/* ---------------------------------- */

.searchform {
	background: #fff;
	border: 1px solid #ccc;
	color: #665;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	padding: 3px 0; margin: 0;
	text-align: center;
	text-transform: lowercase;
	width: 150px;
}

input#Name, input#Email, textarea#Message {border: 1px solid #999; width: 300px; margin-bottom: 7px}

fieldset {border: 0}
label {font-size: 0.65em}
input.comment_name_input, input.comment_email_input, input.comment_web_input, textarea.txpCommentInputMessage {border: 1px solid #999; width: 350px; margin-bottom: 7px}