/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */
img { line-height: 0; margin:0; padding:0 }

/* ********************************************* */

body {
	background-color: #FFFFFF;
	background-image: url(/images/grad.gif);
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

#wrapper {
	width: 965px;
	margin: 0 auto;
	background: #FFFFFF;
}

#pageback {
	width: 965px;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	background-image: url(/images/blog_bck.gif);
	background-repeat: repeat-y;
}

#header {
	height: 193px;
	position: relative;
	background-image: url(/images/header_wp.gif);
	background-repeat: none;
	margin: 0;
	padding: 0;
}
	#header h1 {
	display: none;
	}

	#header p {
		display: none;
	}

#backspacer {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

#rss {
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	border: none;
	text-align: right;
}

#rsstext {
	float: right;
	position: absolute;
	top: 105px;
	right: 0;
	margin: 0;
	padding: 0;
	border: none;
	text-align: right;
}

#rsstext a:link, #rsstext a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 110%;
	line-height: 110%;
}

#rsstext a:hover, #rsstext a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 110%;
	line-height: 110%;
}

#starthere {
	float: left;
	position: absolute;
	bottom: 10px;
	left: 25px;
	margin: 0;
	padding: 0;
	font-size: 110%;
	color: #666666;
}

#starthere a:link, #starthere a:visited {
	color: #FF2FCC;
	text-decoration: underline;
	font-size: 90%;
	line-height: 100%;
}

#starthere a:hover, #starthere a:active {
	color: #FF2FCC;
	text-decoration: none;
	font-size: 90%;
	line-height: 100%;
}

#navi {
	float: right;
	position: absolute;
	bottom: 12px;
	right: 0;
	margin: 0;
	padding: 0;
}

#navi ul {
	list-style: none;
}

#navi li {
	text-align: right;
	display: inline;
	font-weight: bold;
	margin-right: 18px;
}

#navi ul li a:link, #navi ul li a:visited {
	color: #333399;
	text-decoration: underline;
	font-size: 90%;
	line-height: 100%;
}

#navi ul li a:hover, #navi ul li a:active {
	color: #333399;
	text-decoration: none;
	font-size: 90%;
	line-height: 100%;
}


#footer {
	clear: both;
	height: 249px;
	position: relative;
	background-image: url(/images/blog_foot.gif);
	background-repeat: repeat-x;
}

#footer  p {
	text-align: center;
	padding: 15px 0 0 0;
	line-height: 140%;
	color: #FFFFFF;
}

#bottom {
	width: 960px;
	text-align: center;
	font-size: 90%;
}
#bottom ul {
	display: inline;
	text-align: center;
}

#bottom ul li {
	display: inline;
	margin: 0 0 0 20px;
}

#bottom ul li a:link, #bottom ul li a:visited {
	color: #63B7B7;
	text-decoration: underline;
}

#bottom ul li a:hover, #bottom ul li a:active {
	color: #63B7B7;
	text-decoration: none;
}

#main-area {
	position: relative;
	width: 965px;
}

#content {
	float: left;
	display: inline;
	padding: 0 50px 10px 45px;
	width: 550px;
}

#content .date {
	font-size: 85%;
	font-weight: normal;
	font-style: italic;
	color: #999999;
	margin: 52px 0 4px 0;
	padding: 7px 0 0 0;
	line-height: 90%;
	border-top: 1px solid #999999;
}

#content h1 {
	font-size: 160%;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 110%;
}

#content a:link,  #content a:visited {
	text-decoration: none;
	color: #333399;
}

#content a:hover,  #content  a:active {
	text-decoration: underline;
	color: #333399;
}


#content .postmetadata {
	font-size: 95%;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	margin: 0 0 20px 0;
	padding: 0 0 7px 0;
	line-height: 100%;
	display: block;
	border-bottom: 1px solid #999999;
}

#content .postmetadata a:link,  #content .postmetadata a:visited {
	text-decoration: none;
	color: #FF6600;
}

#content .postmetadata a:hover,  #content .postmetadata  a:active {
	text-decoration: underline;
	color: #FF6600;
}

#content p {
	font-size: 105%;
	font-weight: normal;
	padding: 0px 0 23px 0;
	line-height: 160%;
}

#respond {
	font-size: 120%;
	color: #B433C0;
}

#author {
	border: 1px solid #333333;
	padding: 4px 2px;
	font-size: 90%;
	width: 160px;
}

#email {
	border: 1px solid #333333;
	padding: 4px 2px;
	font-size: 90%;
	width: 160px;
}

#url {
	border: 1px solid #333333;
	padding: 4px 2px;
	font-size: 90%;
	width: 160px;
}

#comment {
	width: 490px;
	border: 1px solid #333333;
	padding: 4px 2px;
	font-size: 100%;
}

#comments, #respond {
	color: #CC0000;
	font-size: 120%;
	line-height: 200%;
}

.commentbox {
	border: 1px dotted #666666;
	background-color: #eeeeee;
	padding: 20px;
	margin-top: 35px; 

}

.commentlist a:link, .commentlist a:visited {
	color: #333399;
	text-decoration: underline;
}

.commentlist a:hover, .commentlist a:active {
	color: #333399;
	text-decoration: underline;
}


#sidebar-wrap {
	display: inline;
	float: right;
	margin: 0;
	padding: 0;
	width: 317px;
}

#sidebar {
	margin: 0;
	padding: 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar h3 {
	font-size: 100%;
	font-weight: bold;
	padding: 15px 0 4px 15px;
	display: block;
	line-height: 100%;
}

.widget {
	padding: 10px 0 0 15px;
	width: 288px;
}

.widgettitle {
	margin: 22px 0 6px 0;
	border-bottom: 1px solid #000000;
	padding: 0 0 2px 0;
	display: block;
}

.widget a:link,  .widget a:visited {
	font-size: 90%;
	text-decoration: none;
	color: #333399;
	line-height: 150%;
	padding: 0 0 0 15px;
}

.widget a:hover,  .widget a:active {
	font-size: 90%;
	text-decoration: none;
	color: #333399;
	line-height: 150%;
	padding: 0 0 0 15px;
	background-image: url(/images/dot.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}

.clear {
	clear: both;
}

.leftphoto {
	border: none;
	padding: 5px 12px 5px 0;
	float: left;
}

.rightphoto {
	border: none;
	padding: 5px 0 5px 12px;
	float: right;
}
