@charset "utf-8";
/* CSS Document */

/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, fieldset, form, label, ol, ul, li, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }



/*********** BEGIN LAYOUT ***********/
* { margin:0; padding:0; }
body { background:url('bg.jpg') repeat-x top fixed #1f232c; color:#e4e6e9; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; }

#mast { border-bottom:3px solid #fff; text-align:center; }
#content { width:960px; margin:0 auto 27px auto; }
#blurp { width:350px; margin:180px 15px 0 0; float:right; text-align:right; }
#nav { margin:15px; }
#stories { width:685px; float:left; margin:15px; padding-top:15px; border-top:2px solid #666; }
#sidebar { width:215px; float:left; margin:15px; padding-top:15px; border-top:2px solid #666; font-size:1em; line-height:1.4em; }
#footer { clear:both; margin:15px; font-size:.7em; letter-spacing:1px; font-weight:normal; text-transform:uppercase; }

.postwrap { padding-bottom:30px; margin-bottom:30px; border-bottom:1px dotted #666; }
.post { width:490px; float:left; }
.postdetails { width:160px; float:left; margin:6px 0 0 35px; }
.older-newer-entries { text-align:center; margin-bottom:21px; }
.imgbox { background:#3D4147; padding:10px; margin-bottom:12px; }
.flickrimg { margin:6px; }

/*********** TWITTER ***********/
.aktt_username { font-weight:bold; }
.aktt_tweet_reply { display:block; font-size:.8em; font-style:italic; }

.aktt_tweets ul li { list-style-type:none; padding-bottom:9px; margin:9px 0; font-size:.9em; display:block; border-bottom:1px dotted #666; }
a.aktt_tweet_time { font-size:.8em; display:block; text-decoration:none; border-bottom:none; }
ul li.aktt_more_updates { border:none; margin-bottom:24px; }

.aktt_tweet_digest { list-style-type:none; }
.aktt_tweet_digest li { display:block; margin:9px 0; font-size:.9em; line-height:1.4em; }
.aktt_tweet_digest .aktt_tweet_time { display:none; }

/*********** BEGIN FORMAT ***********/
h1 { font-family:Georgia, "Times New Roman", Times, serif; font-size:2.5em; font-weight:normal; letter-spacing:0px; line-height:1.3em; margin:0 0 12px 0; }
h2 { font-size:1.3em; font-weight:bold; margin:0 0 12px 0; }
h5 { font-size:1.2em; font-weight:bold; letter-spacing:1px; margin:0 0 12px 0; }
h6 { font-weight:normal; font-size:.8em; letter-spacing:1px; padding:180px 15px; }

p { font-weight:normal; }
.post p { font-size:1.1em; line-height:1.4em; margin:0 0 9px 0; }
.postdetails p { font-size:.8em; padding:0 0 5px 0; }
.imgbox p { font-size:.8em; letter-spacing:1px; }

ul { list-style-type:none; font-size:13px; }
ul li { display:inline; margin:0 18px 0 0; }

#stories ol { list-style-type:decimal; margin-left:21px; }
#stories ol li { margin-bottom:6px; }

a { color:#fff; text-decoration:none; }
ul.archives li a { display:block; }

.post p a { border-bottom:1px dotted #fff; }
.post p a:hover { border-bottom:1px solid #fff; }
.postdetails a:hover, ul.archives li a:hover { background-color:#e4e6e9; color:#1f232c; }