@CHARSET "ISO-8859-1";

body
{
	font-family: Georgia, Times New Roman;
	background-color: #434B5C; 	
}

a
{
	color: #211824;
	text-decoration: none;
}	

a:hover
{
	text-decoration: underline;
}

#header
{
	background: url(/media/images/ui/HeaderScootBlue.jpg) no-repeat center center;
	background-color: #F8F8F8;
	margin: 0px auto;
	width: 900px;
	height: 175px;
	border-bottom: solid 1px #323e3c;
}

#header #logo
{
	display: block;
	padding: 15px 15px 0px 15px;
}

#mainNav
{
	font-family: Arial;
	margin: 0px auto;
	width: 860px;
	padding: 0px 20px 5px 20px;
	background-color: #C9C29D;
	text-align: right;
}

#mainNav a
{
	text-transform: uppercase;
	color: #333;
	font-size: 10px;
	text-decoration: none;
	padding: 2px 8px 2px 8px;
}

#mainNav a.selected
{
	background-color: #211824;
	color: #FFFFFF;
}

#mainNav a:hover
{
	background-color: #999;
	color:#FFF;
}

#message
{
	margin: 0px auto;
	width: 800px;
	background-color: #e4e4cc;
	color: #222222;
	padding: 20px;	
	display: none;
	visibility: hidden;
}

#content
{
	display: block;
	background-color: #DEDFD1;
	padding: 20px;
	margin: 0px auto;
	width: 860px;
	text-align: left;
}

#content h1
{
	font-size: 24px;	
}

#content p
{
	font-size: 14px;
	line-height: 20px;	
}

#content .item
{
	float: right;
}

#content .item .timestamp
{
	border-top: solid 1px #919498;
	color: #919498;
	font-size: 14px;
	float: left;
	margin-right: 10px;
	padding-top: 10px;
	font-style: italic;
	text-align: right;
	width: 170px;
}

#content .comment
{
	float: right;
}

#content .comment h2
{
	margin-top: 5px;
	font-size: 20px;
	color: #919498;
	font-weight: normal;
}

#content .comment .commenter
{
	border-top: solid 1px #919498;
	color: #211824;
	font-size: 14px;
	float: left;
	margin-right: 10px;
	padding-top: 10px;
	font-style: italic;
	text-align: right;
	width: 170px;
}

#content .comment .commenter a
{
	color: #211824;
	text-decoration: underline;
}

.comment .body
{
	float: right;
	width: 650px;
	padding: 10px;
	background-color: #FFFFFF;
	border: solid 1px #919498;
	margin-bottom: 20px;
	/* background-attachment: url(/media/images/ui/twitter_16.png) no-repeat bottom right; */
}

.comment .body .text
{
	font-size: 14px;
	color: #333;
	font-weight: normal;
	line-height: 18px;
	padding-bottom: 5px;
}

.comment .body .footer
{
	font-style: italic;
	height: 18px;
	font-size: 11px;
	color: #a2b4a3;
	font-style: italic;
}

#content .pic
{
	border: solid 1px #4d5350;	
}

#content .viewing
{
	margin: 0px auto;
	font-size: 12px;
	font-style: italic;
}

#content .viewing a
{
	text-decoration: underline;
}

#content .info
{
	padding: 0px 15px 0px 15px;
	background-color: #FFFFFF;
	border: solid 1px #919498;
}

#content .info h1
{
	color: #211824;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#content .info h2
{
	margin-top: 5px;
	font-size: 18px;
	color: #919498;
	font-weight: normal;
}

#content .info h3
{
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #919498;
	padding-bottom: 10px;
}

#content .info h4
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 14px;
	color: #211824;
	font-weight: bold;
}


#content .info .body
{
	color: #2A2A2A;
	font-size: 14px;
	padding: 10px 20px 10px 20px;
	line-height: 22px;	
}

#content .info .body a
{
	text-decoration: underline;
}

#content .info p.tags
{
	font-size: 12px;
	font-weight: normal;
	color: #444444;
}

#content .info p.comments a
{
	font-size: 12px;
	font-weight: normal;
	color: #444444;
	font-style: italic;
}

.item .photo
{
	
	float: right;
	width: 650px;
	padding: 10px;
	background-color: #FFFFFF;
	border: solid 1px #919498;
	margin-bottom: 20px;
}

.item .photo .image
{
	
}

.item .photo .image img
{
	border: solid 1px #4d5350;
}

.item .photo .title
{
	font-size: 14px;
	color: #211824;
	padding-top: 10px;
	padding-bottom: 5px;
	font-weight: bold;
}

.item .photo .caption
{
	font-size: 12px;
	color: #222222;
	line-height: 18px;
}

.item .photo .caption a
{
	text-decoration: underline;	
}

.item .photo .footer
{
	font-size: 11px;
	color: #999;
	font-style: italic;
	padding-top: 10px;
}

.item .post
{
	float: right;
	width: 650px;
	padding: 10px;
	background-color: #FFFFFF;
	border: solid 1px #919498;
	margin-bottom: 20px;
}

.item .post .title
{
	font-size: 22px;
	padding-bottom: 5px;
	margin: 0px;
	font-weight: normal;
}

.item .post .tagline
{
	font-size: 16px;;
	color: #6A6A6A;
	padding-bottom: 10px;
}

.item .post .body
{
	padding-top: 10px;
	color: #2A2A2A;
	font-size: 14px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 30px;
	line-height: 22px;
}

.item .post .body a
{
	text-decoration: underline;	
}

.item .post .body blockquote
{
	padding: 5px 15px 5px 15px;
	background-color: #fafafa;
}

.item .post .footer
{
	font-size: 11px;
	color: #a2b4a3;
	font-style: italic;
}

.item .bookmark
{
	float: right;
	width: 650px;
	padding: 10px;
	background-color: #FFFFFF;
	border: solid 1px #919498;
	margin-bottom: 20px;
	/* background: transparent url(/media/images/ui/delicious_16.png) no-repeat bottom right; */
}

.item .bookmark .title
{
	font-size: 18px;
	color: #333;
	font-weight: normal;
	padding-bottom: 10px;
	margin: 0px;
	font-weight: normal;
}

.item .bookmark .description
{
	color: #2A2A2A;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 10px;
}

.item .bookmark .footer
{
	font-style: italic;
	height: 18px;
	font-size: 11px;
	color: #a2b4a3;
}

.item .tweet
{
	float: right;
	width: 650px;
	padding: 10px;
	background-color: #FFFFFF;
	border: solid 1px #919498;
	margin-bottom: 20px;
	/* background-attachment: url(/media/images/ui/twitter_16.png) no-repeat bottom right; */
}

.item .tweet .text
{
	font-size: 18px;
	color: #333;
	font-weight: normal;
	line-height: 24px;
	padding-bottom: 10px;
	margin: 0px;
	font-weight: normal;
}

.item .tweet .footer
{
	font-style: italic;
	height: 18px;
	font-size: 11px;
	color: #a2b4a3;
}

.item .footer a
{
	color: #a2b4a3;	
}

#footer
{
	background-color: #211824;
	margin: 0px auto;
	width: 870px;
	height: 150px;
	border-bottom: solid 1px #323e3c;
	padding: 10px 10px 10px 20px;
	font-size: 11px;
	line-height: 16px;
}

#footer a
{
	color: #DEDFD1;
	text-decoration: underline;
}

#footer a:hover
{
	color: #FFFFFF;
}

#footer p
{
	color: #DEDFD1;
}

