/* CSS Document */
* {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}


body, th, td, input, textarea {
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333333;
	
}

form {
}

fieldset {
}

input, textarea {
	
	font-size: 100%;
}

input.text {
	padding: 2px 5px;
	background: #F8FAEB;
	border-top: 1px solid #4D5719;
	border-left: 1px solid #4D5719;
	border-right: 1px solid #626456;
	border-bottom: 1px solid #626456;
}

input.button {
	background: #3C7BCF;
	border-top: 1px solid #3C7BCF;
	border-left: 1px solid #3C7BCF;
	border-right: 1px solid #3C7BCF;
	border-bottom: 1px solid #3C7BCF;
	color: #FFFFFF;
}

h1, h2, h3 {
	margin-top: 1.5em;
	color: #FF2001;
}

h1 {
	letter-spacing: -0.05em;
	font-size: 3em;
}

h2 {
	letter-spacing: -.05em;
	text-transform: none;
	font-size: 1.5em;
	font-weight: bold;
	color: #FF0000;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

h3 {
	font-size: 1em;
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
	background-image: url(bgh3.gif);
	background-repeat: no-repeat;
}

h4 {
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 80%;
}
p, ul, ol {
	margin-top: 1.5em;
	line-height: 1.8em;
	font-size: 90%;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 2px;
	padding-left: 15px;
}

ul, ol {
	margin-left: 3em;
	color: #666666;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
	
}

a {
	text-decoration:underline;
	font-weight:normal;
	color: #666666;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}

a:hover {
	border: none;
	text-decoration:underline;

}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: underline;
	color: #FF0000;
	font-weight: bold;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #666666;
}

hr {
	display: none;
}

#container {
	width:920px;
	border: 1px solid #eeeeee;
	margin-right: auto;
	margin-left: auto;
	}
/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 900px;
	background-repeat: repeat;
	background-position: left top;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/bggrad.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-right: auto;
}
#topheader {
	width: 850px;
	text-align:right;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	float: none;
	padding: 0px;
}

#menu {
	height: 35px;
	width: 880px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
	letter-spacing: 0.03em;
	text-decoration: none;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	padding: 10px;
}
#search {
	float: right;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #666666;
	border: 1px solid #CCCCCC;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}

#search fieldset {
	border: none;
}

#search #s {
	width: 160px;
}

#search #x {
	width: 80px;
}

/* Logo */

#logo {
	width: 900px;
	height: 254px;
	background-position: left top;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 10px;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0;
	text-transform: none;
}

#logo h1 {
	padding: 90px 5px 0 0px;
	font-size: 300%;
	color: #FFFFFF;
}

#logo h2 {
	padding: 0px 0 0 0px;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 111%;
	color: #333333;
}

#logo p {
	clear: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
	color: #C2C5B1;
}

#logo a {
	color: #FFFFFF;
}

/* Page */

#page {
	width: 900px;
	background-repeat:repeat;
	border-top: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Content */

#content {
	width: 510px;
	padding-right: 10px;
	margin-top: 5px;
	float: left;
}

.post {
}

.post .title {
	margin: 0;
	font-weight: normal;
}
.post .title2 {
	padding:5px;
	border:1px dashed #333333;
	text-align:center;
	background:#eee;
	color:#333333;
	
}

.post h1.title {
	height: 40px;
	font-size: 2.5em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

.post .entry {
	padding: 0 25px 30px 15px;
}

.post .meta {
	margin: 0;
	padding: 0px 0px 0px 15px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CFCFCF;
}

.post .meta a {
	color: #99cc33;
	text-decoration: underline;
}

.post .links {
	margin: 0;
	padding: 0px 0px 15px 15px;
}

.post .tags {
	margin: 0;
	text-transform: none;
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(images/bg4.gif);
	border: 1px solid #cccccc;
}

.post .links a, .post .tags a {
	border: none;
	text-transform: lowercase;
	text-decoration:underline;
}
.postbold {
	font-weight:bold;
	color:#FF0000;
}

/* Recent Posts */

#recent-posts {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: left;
	color:#666666;
	padding: 10px;
	letter-spacing: normal;
}

#recent-posts h2 {
	margin: 0;
	padding: 15px 0  0 0px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

#recent-posts h3 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#recent-posts p {
	margin: 0 0 10px 0;
	padding: 15px 0  20px 0px;
	border-bottom: #E7E7E7 1px solid;
	line-height: 18px;
	font-size: 110%;
}

#recent-posts a {
	padding: 3px 15px 3px 10px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
}

#recent-posts h3 a {
}

/* Sidebars */

.sidebar {
	float: left;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	margin-bottom: 2em;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0;
}

.sidebar li h2 {
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #B10961;
}
.sidebar li h4 {
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #B10961;
}


#sidebar1 {
	width: 180px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-left: 0px;
	float: left;
	background-image: url(images/bg4.gif);
	margin-top: 10px;
	border: 1px solid #cccccc;
}
#sidebar2 {
	width: 150px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-left: 0px;
	border: 1px solid #cccccc;
	float: right;
	margin-top: 10px;
	background-color: #eeeeee;
	background-image: url(images/bg2.gif);
}


/* Footer */
#topfooter  {
	height: 20px;
	background-color: #eeeeee;
	padding: 2px;
	font-size: 0.9em;
	text-align: center;
	color: #666666;
	border: 1px solid #cccccc;
}
#topfooter p {
	text-align: center;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
#footer {
	height: 80px;
	padding-top: 20px;
	background-color: #FF0000;
}

#footer p {
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

#footer a {
	background: #BB096B;
	padding: 2px 7px;
	color: #FFFFFF;
}
.image {
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #CCCCCC;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #CCCCCC;
	margin: 5px;
}
.imgfrt{ float:right;}
#container #page #content .post .post p {
	text-transform: none;
	text-align: left;
}
#sponsors {
	background-color:#FFFFFF;
	color: #999999;
	font-size: 85%;
	text-align: center;
	}
.ruler {
	border-bottom:1px dashed #999999;
	width:80%;
	}
#clairegore {
	text-align:right;
	font-size:70%;
	color:#999999;}
