body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #666;
	background-color: #333;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: none;
}

body, th, td, input, textarea, select, option {
	text-transform: none;
	font-family: "Trebuchet MS", Arial, Times, serif;
}



h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: normal;
}

a {
	color: #FFF;
}

a:hover {
	text-decoration: none;
	color: #999;
}
/* Header */

#header {
	height: 100px;
	font-weight: bold;
	text-transform: none;
	color: #000;
	font-size: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
	padding-top: 0px;
	padding-left: 20px;
	margin: 0;
	padding-bottom: 20px;
}

#header h1, #header p {
	margin: 0;
	color: #FFF;
	text-transform: none;
}

#header h1 {
	padding-right: 0;
	padding-bottom: 0;
}

#header p {
	margin: -15px;
	padding-left: 18px;
	color: #FFF;
	text-transform: none;
	line-height: 60px;
}
#header a {
}
#headerpic {
	width: 940px;
	height: 250px;
	font-weight: bold;
	text-transform: none;
	color: #000;
	font-size: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
	background-image: url(images/header2.gif);
	top: 200px;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}



#page {
	width: 940px;
}



#content {
	float: right;
	width: 660px;
	margin: 0;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.post {
	padding-top: 20;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

.title {
	margin: 0;
	padding-bottom: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}

.byline {
	margin: 0;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: none;
	line-height: normal;
	font-weight: bolder;
	font-size: 13px;
}
.linkactive {
	color: #999;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.entry {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: normal;
	text-transform: none;
	font-size: 13px;
	font-style: normal;
	color: #FFF;
}
.entry a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: normal;
	text-transform: none;
	font-size: 13px;
	font-style: normal;
	color: #FFF;
	text-decoration: none;
}
.entry a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: normal;
	text-transform: none;
	font-size: 13px;
	font-style: normal;
	color: #999;
	text-decoration: none;
	font-weight: normal;
}



#sidebar {
	float: left;
	width: 180px;
	left: 30px;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	top: 475px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#sidebar ul {
	margin: 0;
	list-style: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#sidebar li {
}
#sidebar li li {
	left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-left: 10px;
}

#sidebar li ul {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#sidebar a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

#sidebar a:hover {
	color: #999;
}



#footer {
	clear: both;
	width: 940px;
	height: 40px;
	text-align: center;
	font-size: smaller;
	color: #FFF;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	text-transform: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}

#footer a {
	color: #FFF;
	text-decoration: none;
	text-transform: none;
}
#footer a:hover {
	color: #666;
	text-decoration: none;
}
#page #content .post .entry p strong em {
	color: #FFF;
}
#page #content .post .entry p strong {
	font-style: italic;
}
#page #content .post .entry p br {
	color: #FF0;
}
#wrapper {
	padding: 20px;
	min-width: 950px;
}
