html, body { height: 100%; }

body {
	background: url(images/back.jpg) 0 0 repeat;
	background-position: top center;
	color: #4F4F4F;
	text-align: center;
	font: 62.5% "Trebuchet MS", Tahoma, verdana sans-serif;
	padding:0px;
}

* {
	padding:0;
	margin:0;
}

a:link, a:visited {
	color: #3769A8;
	text-decoration: underline;
}

a:hover, a:active {
	color: #5D89B3;
	text-decoration: underline;
}

#container {
	min-height: 100%;
	_height: 100%;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/* Header */
h1#header, h2#header {
	background: #CFB383;
	margin: 0;
	height: 134px;
	text-indent: -1234em;
	position: relative;
	z-index: 1001;
	background: url(images/header.jpg) 0 no-repeat;
}

#header a {
	position: absolute;
	left: 25px;
	top: 10px;
	height: 100px;
	width: 200px;
	text-decoration: none;
}

/* Content */

#wrapper {
	width: 900px;
	position: relative;
	float: left;
	z-index: 999998;
	margin: -40px 20px 0 50px;
	float: left;
}

#single_wrapper {
	width: 950px;
	position: relative;
	float: left;
	z-index: 999998;
	margin: 0px 5px 0 40px;
	float: left;
}

#content {
	margin: 0 0 0 10px;
	color: #F0B010;
	font-family: arial, sans-serif;
	font-size: 1.3em;
}


/* Mani Menu */

#main_menu {
	position: absolute;
	top: 94px;
	left: 50px;
	z-index: 999999;
	width: 950px;
	height: 33px;
}

#main_menu ul {
	list-style: none;
	padding: 0;
	margin: 0 0 5px;
}

#main_menu li {
	margin: 0;
	display: inline;
	padding: 0 10px 0 20px;
	font-size: 12px; 
	font-weight: bold;
	letter-spacing: 1px;
	font-family: "arial", "arial narrow", tahoma, sans-serif;
}

#main_menu li:last-child {
	border-right: none;
}

#main_menu li a, #main_menu li a:visited  {
	color: #F0B010;
    text-decoration: none;
	background-color: transparent;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
}

#main_menu li a:hover {
	color: #fff;
    background-color: transparent;
	border-color: #F0B010;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
	text-decoration: none;
}

#featured_story_box {
	margin: 0;
	padding: 12px 0 0 12px;
	position: relative;
	z-index: 999997;
	width: 900px;
	height: 124px;
	background: url(images/featured_back.jpg) top left no-repeat;
}

#featured_story {
	margin: 0;
	padding: 0;
	position: relative;
	width: 710px;
	color:#fff;
	font-size: 1.33em;
	position: relative;
	z-index: 999996;
	min-height: 520px;
	background: transparent;
}


.side_image {
	z-index: 999998;
	padding: 0;
	margin: 0 35px 0 0;
	position: relative;
}

hr.content_box {
	height: 5px;
	visibility: hidden;
	clear:both;
	margin: 0;
}

.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}

hr#clear {
	clear: both;
	height: 99px;
	visibility: hidden;
}

hr.clear {
	clear: both;
	height: 19px;
}

hr {
	clear: both;
	height: 20px;
	visibility: hidden;
}

p,
pre,
blockquote,
form,
label,
dl,
fieldset,
address {
	margin: 10px 0;
}

#join_form {
	margin: 0;
	padding: 7px 0 20px 12px;
}

fieldset {
	padding:10px;
}

h1 {
	color: #475263;
	font-size: 2.3em; 
}
h2 {
	color: #0055a5;
	font-size: 2.2em; 
}

h3{
	margin: 0 0 8px 0;
	padding: 0 0 2px 0;
	font-size: 1.33em; 
	line-height: .8em; 
	font-weight: bold; 
	letter-spacing: -.2px;
	word-spacing: -.3px;
	font-family: "arial black", "arial narrow", Helvetica, Arial, Verdana, sans-serif;
}

h4 {
	color: #E64B4F;
	font-size: 1.3em; 
	margin: 0 0 10px 10px;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #fff;
}

h5 {
	color: #0C387C;
	font-size: 1.4em;
	margin: 0 0 0 0;
	font-weight: bold;
	font-family: "arial black", tahoma, sans-serif;
	text-transform: uppercase;
	border-bottom: 1px solid #E5E3E3;
}

h6 {
	color: #fff;
	font-size: 1.2em;
}

hr.clearing {
	height: 1px;
	visibility: hidden;
	clear:both;
	margin: 0;
}

.dotted_line {
	border-bottom: 1px dotted #ccc;
	margin: 0 0 15px 0;
}

/* Absolutely position blog elements */

.premetadata {
	padding: 0 10px 2px 0;
	border-bottom: 1px dotted #ccc;
}

.premetadata_single {
	padding: 0 10px 2px 0;
	border-bottom: 1px dotted #ccc;
}

small {
	color: #0055a5;
	font-weight: bold;
	font-size: .99em;
	text-transform: none;
	padding: 0;
}

.post {
	padding: 10px;
	margin: 0;
}

.post ul li{
	list-style-type: disc;
	margin-left: 25px;
	padding: 5px 0 3px 0;
}

.post ol li{
	list-style-type: decimal;
	margin-left: 25px;
	padding: 5px 0 3px 0;
}


.post h1 {
	margin: 2px 0 2px 0;
	font-size: 1.66em; 
	line-height: .8em; 
	font-weight: bold; 
	text-transform: uppercase;
	color: #D84F52; 
	font-family: "arial black", Helvetica, Arial, Verdana, sans-serif;
	border-bottom: #d6d6d6;
}
.post h2 {
	margin: 2px 0 2px 0;
	font-size: 1.4em; 
	line-height: .8em; 
	font-weight: bold; 
	text-transform: uppercase;
	color: #D84F52; 
	font-family: "arial black", Helvetica, Arial, Verdana, sans-serif;
	border-bottom: #d6d6d6;
}

.post h2 a, .post h2 a:visited {
	color: #D84F52;
	text-decoration: none;
}

.post h2 a:hover {
	color: #5D89B3;
	text-decoration: none;
}

.postmetadata {
	padding: 10px;
	margin: 5px 0 10px 0;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 14px;
	color: #717578;
	border: 1px solid #F1F1F1;
	background: #fff url(images/postmeta_back.jpg) bottom center repeat-x;
}

ul.social_media li{
	font-weight: bold;
	margin: 0;
	padding: 0 10px 0 10px;
	display: inline;
	text-align: left;
}

ul.social_media{
	margin: 0;
	padding: 0; 
}

.entry {
	font-size: 1.3em;
	padding: 0;
}

.entry img {
	margin: 0 10px 5px 0;
	border: none;
}

ul,
ol {
	margin: 5px 0 20px 0px;
	list-style-type: disc;
}

li,
dd{
	margin-left: 25px;
	list-style-type: disc;
}

blockquote {
	padding: 5px 10px 5px 10px;
	margin: 5px 0 10px 0px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 16px;
	color: #949494;
	background-color: #F7F7F7;
	border-top: 1px dotted #D2DADA;
	border-bottom: 1px dotted #D2DADA;
	font-style: italic;
}

.textwidget {
	padding: 0 0 0 8px;
}

/* Form Stuff */


textarea {
	color: #333333;
	border: none;
	padding: 10px 20px 0 10px;
	height: 158px;
	width: 332px;
	background-color: #ffffff;
	border: 1px solid #44372C;
	font-family: "Trebuchet MS", Tahoma, verdana sans-serif;
	font-size: 1.1em;
}

select {
	color: #44372C;
	height: 25px;
	width: 190px;
	padding: 3px 0 3px 3px;
	margin: 0;
	background-color: #F5F4F0;
	border: none;
	font-size: 1.2em;
	vertical-align: middle;
}

#header_search{
	position: absolute;
	top: 108px;
	left: 747px;
	margin: 0;
	padding: 0;
	word-spacing: .2px;
	font-size: 12px;
	z-index: 12002;
	color: #ffffff;
}

#searchsubmit {
	border: none;
	background: none;
	margin: 0 0 0 -3px;
	height: 19px;
	width: 39px;
	vertical-align: middle;
}

#searchform {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

#search_box {
	padding: 6px 0 0 8px;
	height: 19px;
	width: 188px;
	margin: 0 3px 0 0;
	vertical-align: middle;
	font-size: .9em;
	color: #222;
	border: none;
	background: transparent;
}

.join_box  {
	height: 25px;
	width: 204px;
	margin: 0 0 7px 0;
	padding: 0 0 0 8px;
	vertical-align: middle;
	font-size: .9em;
	color: #222;
	border: none;
		background: url(images/in_back.jpg) bottom center no-repeat;

}


.join_box_2  {
	height: 25px;
	width: 204px;
	margin: 0 0 7px 0;
	padding: 0 0 0 8px;
	vertical-align: middle;
	font-size: .9em;
	color: #222;
	border: none;
	background: url(images/in_back_2.jpg) bottom center no-repeat;
}

.jim_tv {
	position: relative;
	background: url(images/jim_tv.jpg) bottom center no-repeat;
	height: 229px;
	margin: 0 0 25px 17px;
}

.jim_tv_video {
		padding: 80px 0 0 18px;
}	


#join_submit {
	border: none;
	background: none;
	margin: 2px 0 0 25px;
	height: 19px;
	width: 39px;
	vertical-align: middle;
}


.buttons_no_b {
	border: none;
	background: none;
	margin: 0 0 76px 0;
	height: 19px;
	width: 39px;
	vertical-align: middle;
}

form {

}

#bottom_nav {
	margin: 5px 0 10px 0;
	font-size: 11px;
}

.prev_nav {
	float: left;
	padding: 0 0 10px 0;
}

.next_nav {
	float: right;
		padding: 0 0 10px 0;

}



  /* Footer
-----------------------------------------*/

  #footer {
	min-height: 55px;
	_height: 55px;
	width: 900px;
	position: relative;
	padding: 0;
	margin: -55px auto 10px auto;
	background: #501090;
 }

#footer_container {
	margin: 0;
    padding: 10px 0 0 25px;
	font-size: 1.1em;
	color: #fff;
	text-align: left;
	font-family: "arial black", "arial narrow", tahoma, sans-serif;
}

.purple {
	font-weight: bold;
	background-color: #2C044C;
	margin: 0 18px 10px 0;
	padding: 10px 18px 10px 10px;
	font-size: .9em;
}

#gallery {
	position: absolute;
	top: 40px;
	left: 600px;
	z-index: 999999;
	color: #F0B010;
	font-size: 1.6em;
	font-weight: bold;
	font-family: arial, sans-serif;
	}

