@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	font: normal 11px/16px Arial, Helvetica, sans-serif;
	background-image: url(images/background.png);
}


.wrapper {
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	background-color:#FFFFFF;
	border-left: 10px solid #333333;
	border-right: 10px solid #333333;
	overflow:auto;
	width: 940px;
}


.header {
	height: 50px;
	border-bottom: 1px dotted #CCCCCC;
}


.content {
	float: left;
	margin-top: 10px;
	padding-top: 10px;
	width: 650px;
}


.sidebar {
	float: right;
	width: 150px;
	margin-top: 10px;
	padding-top:10px;
}


.footer {
	background-color: #333333;
	overflow: auto;
	width: 920px;
	padding: 20px 40px 20px 40px;
	margin-left:auto;
	margin-right: auto;
}

.column {
	float: left;
	width: auto;
	margin-right: 30px;
	color:  #CCCCCC;
}


p {
	margin-top: 10px;
	margin-bottom: 10px;
}


h2 {
	text-transform: uppercase;
	color: #D38A2A;
}

h3 {
	text-transform: uppercase;
	color: #CCCCCC;
}

.widgettitle {
	text-transform: uppercase;
	color: #D38A2A;
	padding-top: 10px;
	*margin-left: -18px;
}


ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}

li {
	list-style: none;
	margin-left: 5px;
}


/* links */
a {
	text-decoration: none;
	color: #555555;
}

.posttitle {
	text-transform: uppercase;
	color: #D38A2A;
}

.navbar {
	text-decoration: none;
	color: #333333;
	padding-left: 6px;
	margin-top: 30px;
}

.afooter {
	text-decoration: none;
	color: #CCCCCC;
	padding-left: 6px;
}


a:hover {
	text-decoration: underline;
}



/* search box */

#search_box {
	background: url(images/searchbackground.jpg) no-repeat;
	width: 149px;
	height: 20px;
}

#search_box #s {
	background: none;
	border: none;
	float: left;
	margin-top: 4px;
	margin-left: 4px;
	font-size: 9px;
	width: 115px;
}

#go {
	float: right;
}

:focus {
    outline: none;
}

.searchbgIE {
	background:url(images/searchbackground.jpg) no-repeat;
	height:20px;
	display:block;
	border:0;
}

/* comments */

ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { border-bottom:1px dotted #666; padding:1em; }
ol.commentlist li div.comment-author {}
ol.commentlist li div.vcard { font:normal 16px georgia,times,serif; }
ol.commentlist li div.vcard cite.fn { font-style:normal; }
ol.commentlist li div.vcard cite.fn a.url {}
ol.commentlist li div.vcard img.avatar { border:5px solid #ccc; float:right; margin:0 0 1em 1em; }
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta { font-size:9px; }
ol.commentlist li div.comment-meta a { color:#ccc; }
ol.commentlist li p { font-size:11px; margin:0 0 1em; }
ol.commentlist li ul { font-size:11px; list-style:square; margin:0 0 1em 2em; }
ol.commentlist li div.reply { font-size:11px; }
ol.commentlist li div.reply a { font-weight:bold; }
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li {}
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { border-left:5px solid #555; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-3 { border-left:5px solid #999; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-4 { border-left:5px solid #bbb; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#FEF7F0; }
ol.commentlist li.parent { border-left:5px solid #111; }
ol.commentlist li.pingback { border-bottom:1px dotted #666; padding:1em; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}
