/* Generale */
body { margin: 0; padding: 0; background: #282323 url('images/body_bg.jpg') 0 0 repeat-x; }
a { cursor: pointer; text-decoration: none; color: #fff; }
a:hover { color: #ccc; }
p, img, div, body { margin:0; padding:0; }
img { border:0; }
.clr { clear: both; }
.right { text-align: right; }
.fleft { float: left; }
.fright { float: right; }
.pointer { cursor: pointer; }
.fv { font-family: Verdana, Geneva, Kalimati, sans-serif; }
.fg { font-family: Georgia, "Nimbus Roman No9 L", serif; }

#website { margin: 0 auto; width: 920px; }

/* Header */
#header { width: 100%; height: 470px; display: block; margin: 20px 0; background: transparent url('images/header_bg.jpg') 0 0 no-repeat; }

#header #twitt { background: transparent url('images/twitter_logo.jpg') 100% 98% no-repeat; font-size: 14px; color: #fff; position: relative; top: 14px; left: 320px; width: 570px; height: 44px; padding: 1px 5px 5px 5px; display: block; }
#header #twitt a { color: #201D1D; }
#header #twitt a:hover { border-bottom: 1px solid #fff; }
#header #twitt #twitt_url a { font-size: 10px; }
#header #cover { background: black; width: 582px; height: 328px; display: block; position: relative; top: 67px; left: 317px; }
#header #bio { width: 280px; position: relative; top: -85px; left: 10px; color: #fff; line-height: 20px; font-size: 14px;  }

/* Sidebar */
#sidebar { padding: 0 5px; width: 260px; float: left; }

/* Menu */
#sidebar h3 { color: #fff; padding: 6px; background: #652530 url('images/h1_label.gif') 100% 50% no-repeat;; font-size: 18px; font-weight: normal; margin: 40px 0 5px 0; }
#sidebar #island { width: 252px; font-size: 18px; margin: 0; padding: 0; list-style: none; }
#sidebar #island li { padding: 2px 0; border-bottom: 1px dotted #652530; }
#sidebar #island a { display: block; padding: 4px; color: #fff; text-transform: capitalize; }
#sidebar #island a:hover { background: #fff; color: #652530; }
#sidebar #island a.current { background: #201C1C; color: #652530; }

/* Content */
#content { width: 582px; margin: 20px 20px 0px 0; float: right; }

#content h1 { background: #652530; color: #fff; font-size: 20px; font-weight: normal; margin: 0 0 30px 0; padding: 9px; }
#content .post h1 { font-weight: normal; color: #fff; font-size: 20px; background: #211D1D; margin: 0 0 10px 0; padding: 9px 13px 9px 9px; }
#content .post h1 a { color: #fff; width: 100%; display: block;  }
#content .post h1 a:hover { color: #652530; background: url('images/h1_label.gif') 96.5% 50% no-repeat; }
#content .post { font-size: 11px; color: #85837F; line-height: 20px; margin: 0 0 40px 0; }
#content .post p { font-size: 11px; color: #85837F; line-height: 20px; margin: 5px 0 8px 0; padding: 0 9px; }
#content .post p a { color: #fff; padding: 2px; }
#content .post p a:hover { background: #652530; }
#content .post .info { text-align: right; padding: 0 7px 0 0; color: #ccc; }
#content .post .info a { padding: 2px; color: #fff; }
#content .post .info a:hover { background: #fff; color: #652530; }
#content .post .tag { text-align: right; padding: 0 4px 0 0; margin-top: 3px; }
#content .post .tag a { background: #652530 url('images/tag_label.gif') 0 50% no-repeat; margin: 0 3px 0 0; padding: 2px 5px 2px 8px; color: #fff; }
#content .post .tag a:hover { background-color: #722A38; }
#content .post blockquote, #content .post blockquote p { color: #ccc; line-height: 16px; }
#content .post img { padding: 0 0 15px 0; display: block; background: transparent url('images/img_bg.jpg') 100% 100% no-repeat; }
#content .post object { padding: 0 0 15px 0; display: block; background: transparent url('images/img_bg.jpg') 100% 100% no-repeat; }
#content .post iframe { padding: 0 0 15px 0; display: block; background: transparent url('images/img_bg.jpg') 100% 100% no-repeat; }
#content .post .read_more { background: #85837F; color: #fff; padding: 2px; width: 110px; display: block; text-align: center; }

#content #pagination { text-align: center; font-size: 10px; }
#content #pagination strong { color: #fff; padding: 5px; text-align: center; background: #652530; display: inline-block; }
#content #pagination a { padding: 5px; text-align: center; background: #211D1D; display: inline-block; }

/* Footer */
#footer { margin: 50px 0 30px 0; padding: 18px 0 0 140px; height:82px; display: block; line-height: 16px; font-size: 10px; color: #201C1C; background: #652530 url('images/footer_bg.jpg') 5px 5px no-repeat; }