/*
 * Defaults
 */
body {
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: 11px "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
	text-align: center;
	color: #333333;
}

a {
	color: #667788;
	text-decoration: underline;
}

a:hover {
	
}

a:visited {
	
}

a img {
	border: none;
}

p {
	margin: 0px 0px 5px 0px;
}

blockquote {
	margin: 10px 10px 10px 10px;
	padding: 0px 10px 0px 10px;
	border-left: 2px dotted #BBBBBB;
}

/* 
 * Page
 */
#page {
	width: 720px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

/* 
 * Header
 */
#header {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	background-image: url('images/sealisland.png');
	background-repeat: no-repeat;
	background-position: 100% 0%;
}

#header h1 {
	color: #667788;
	font-size: 24px;
	letter-spacing: .2em;
	text-align: left;
	padding: 25px 5px 25px 5px;
	margin: 0px;
	letter-spacing: 0.5em;
}

/*
 * Navigation
 */
 #navigation {
 	text-align: right;
	border-bottom: 1px dotted #BBBBBB;
	padding: 2px 10px 2px 10px;
	margin: 0px 0px 10px 0px;
	vertical-align: middle;
	font-size: 12px;
	text-transform: lowercase;
 }
 
 #navigation .item {
 	margin: 0px 5px 0px 5px;
 }
 
 #navigation a {
 	text-decoration: none;
 }
 
 #navigation img {
	vertical-align: middle;
 }
 

/*
 * Content
 */
#content {
	width: 500px;
	float: left;
}

#content .item {
	padding: 0px 2px 20px 2px;
	border-bottom: 1px dotted #BBBBBB;
	margin: 2px 2px 20px 2px;
}

#content .item h2 {
	font-size: 18px;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #333333;
	margin: 10px 0px 10px 0px;
}

#content .item h2 a {
	text-decoration: none;
}

#content .item h3 {
	font-size: 15px;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #666666;
	margin: 10px 0px 5px 0px;
}

#content .item h3 a {
	text-decoration: none;
}

#content .item h4 {
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 5px 0px;
}

#content .item h4 a {
	text-decoration: none;
}


#content .item .body {
}

#content .item .actions {
	margin: 5px 0px 5px 0px;
	text-align: right;
}

/*
 * Sidebar
 */
#sidebar {
	color: #666666;
	width: 200px;
	float: right;
	font-size: 10px;
}

#sidebar .item {
	padding: 0px 2px 20px 2px;
	border-bottom: 1px dotted #DDDDDD;
	margin: 2px 2px 20px 2px;
}

#sidebar h2 {
	font-size: 12px;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #666666;
	margin: 5px 0px 10px 0px;
}

#sidebar ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 5px 0px;
}

#sidebar li {
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	text-indent: 0px;
}

#sidebar li a {
	text-decoration: underline;
}

#sidebar #links .body {
	text-align: center;
}

#sidebar #twitter_update_list {
}

/*
 * Footer
 */
#footer {
 	clear: both;
 	text-align: right;
	vertical-align: center;
}

#footer .item {
	margin: 0px 5px 0px 5px;
}

#footer img {
	vertical-align: center;
}

/*
 * Miscellaneous
 */
.blat {
	text-align: center;
	text-transform: uppercase;
	font-size: 32px;
	color: #DDDDDD;
	padding: 20px 5px 20px 5px;
}

.blogger-labels {
	font-size: 10px;
	margin: 5px 0px 0px 0px;
}