*{
	margin: 0px;
	padding: 0px;
	outline: none;
}

body{
	font-size: 14px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
}

h1{
	font-size: 22px;
	font-weight: normal;
}

h2{
	font-size: 20px;
	font-weight: normal;
}

h4, .widgettitle{
	height: 25px;
	width: 280px;
	padding: 10px 0px 10px 15px;
	margin-bottom: 5px;
	font-size: 16px;
}

.widgettitle{ 
	width: 230px;
}

ul, ol{
	list-style-type: none;
}

p{
	margin-bottom: 5px;
	line-height: 1.5;
}

img{
	border: 0px solid #000;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

input.tb{
	font-size: 16px;
	width: 134px;
	height: 29px;
	position: relative;
	top: 5px;
	display: block;
	float: left;
	border: 0 none;
	padding: 4px 0px 0px 2px;
	background-color: transparent;
	background-image: url(search1.png);
	background-repeat: no-repeat;
}

/* WORDPRESS/NICE STYLES */
input.tb:focus, #searchbutton{
	border: 0 none;
}

.post{
	margin-bottom: 25px;
}

.post h3{
	padding: 10px 0px 10px 15px;
	margin-bottom: 5px
}

.contentHeader{
	font-size: 22px;
	margin-bottom: 5px;
}

h1.arc{
	margin-bottom: 15px;
}

.contentHeader h1, h1.arc{
	padding: 10px 0px 10px 10px;
}
.contentHeader h1 a:active, .contentHeader h1 a:visited{
	color: #fff;
	text-decoration: none;
}

.contentFooter{
	margin: 5px 0px 45px 0px;
	padding: 5px 0px 0px 5px;
}

.smallies, .rss-date, .comment-meta{
	font-size: 12px;
}

.fn{
	margin-left: 15px;
	font-size: 14px;
}

.more-link{
	display: inline;
	margin-left: 5px;
}

.entry ul{
	list-style-position: inside;
	list-style-type: disc;
	line-height: 2;
	margin-bottom: 15px;
}

.comments{
	padding-left: 10px;
	margin-bottom: 5px;
}

.commentlist{
	margin-top: 10px;
}

.commentlist li{
	margin-bottom: 30px;
}

/* MAIN CONTENT STYLES */
#searchbutton{
	background-color: transparent;
	background-image: url(search2.png);
	display: block;
	height: 40px;
	width: 39px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

#head{
	/*height: 225px;*/
	height: 160px;
	width: 100%;
	position: relative;
margin-top: -15px;
	background-repeat: repeat-x;
}

.breaker{
	height: 16px;
	width: 100%;
	background-color: #fff;
}

#navi{
	background-repeat: no-repeat;
	position: absolute;
	top: 16px;
	left: 50%;
	z-index: 90;
	height: 70px;
	width: 951px;
	margin-left: -475px;
	font-size: 18px;
	text-align: left;
}

#navi img{
	height: 50px;
	width: 50px;
}

#navvers{
	position: absolute;
	top: 0px;
	right: 0px;
	padding-right: 15px;
}

#navi span, #navi div{
	display: none;
}

#navi ul{
	text-align: right;
}

#navi ul li{
	float: left;
}

#navi a{
	display: block;
	height: 45px;
	color: #fff;
	padding: 25px 25px 0px 25px;
	text-decoration: none;
}

#navvers a:hover{
	background-repeat: repeat-x;
	background-position: top center;
}

#navi_first{
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 170px;
}

#tip{
	height: 25px;
	display: none;
	padding: 30px 20px 0px 20px;
	position: absolute;
	bottom: 45px;
z-index: 40;
}


#tipleft{
	position: absolute;
	width: 15px;
	height: 25px;
	top: 0px;
	left: -15px;
z-index: 40;
}

#tipright{
	width: 15px;
	height: 25px;
	position: absolute;
	top: 0px;
	right: -15px;
	z-index: 40;
}

#tab{
	height: 55px;
	width: 178px;
	display: none;
	padding: 15px 10px 0px 12px;
	position: absolute;
	color: #000;
	top: 15px;
	z-index: 40;
	text-align: center;
}

#tab span{
	position: relative;
	top: 8px;
}

#tab ul li{
	float: left;
}

#tab ul li a{
	margin-left: 20px;
}

#featured{
	height: 200px;
	width: 100%;
	position: relative;
	background-repeat: repeat-x;
}


#contain_top, #contain_bottom{
	position: absolute;
	left: 0px;
	height: 25px;
	width: 950px;
}

#contain_top{
	background-image: url(contain_top.png);
	top: -25px;
}

#contain_bottom{
	background-image: url(contain_bottom.png);
	bottom: -25px;
}

#contain{
	margin: 60px auto 60px auto;
	width: 950px;
	position: relative;
	background-color: #fff;
}

#side{
	width: 250px;
	padding-left: 25px;
	float: left;
}

#side ul li{
	margin-bottom: 10px;
}

#accordion ul a:link, #accordion ul a:visited, #accordion ul a:active{
	color: #222222;
}

#side .children li{
	margin-left: 25px;
	margin-top: 5px;
}

#sidebar a:link, #sidebar a:visited, #sidebar a:active{
	color:  #515151;
}

#main{
	width: 625px;
	padding: 0px 25px 25px 0px;
	margin-left: 300px;
}

#break{
	clear: both;
}

#footer{
	height: 124px;
	font-size: 12px;
	width: 100%;
	background-repeat: repeat-x;
	color: #fff;
}

#footer a{
	color: #fff;
}

#footer a:hover{
	color: #eee;
}

#footer_inner{
	position: relative;
	top: 26px;
	height: 65px;
	width: 950px;
	margin: 0px auto;
}

#footer_inner ul li{
	float: left;
	margin-right: 15px;
}

#footer_links{
	margin-top: 25px;
}

#valids{
	float: right;
	margin-top: 5px !important; 
	margin-top: 0px;
}

#cont{
	height: 148px;
	overflow-y: hidden;
}

#cont, #sche{
	position: relative;
}

#sche li{
	padding: 0px;
	height: 20px;
	margin-bottom: 5px;
}
#sche li div{
	float: left;
}

.showname{
	text-align: right;
	width: 200px;
}

.showtime{
	width: 85px;
}

#twitter_div{
	font-size: 90%;
}

#twitter_div ul li{
	margin-bottom: 10px;
}

#twitter_div ul a{
	display: block;
	text-align: right;
	margin-top: 5px;
}

.row{
	position: relative;
	width: 625px;
	height: 225px;
}

.left{
	float: left;
}

.right{
	position: absolute;
	top: 0px;
	right: 0px;
}

.module{
	width: 299px;
}

.module input{
	margin-top: 8px;
}

.left_button{
	float: left;
	margin-right: 10px;
}

/* FEATURED VIDEOS STYLES */
#vids{
	height: 184px;
	width: 950px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -474px;
}

#vids_left{
	width: 300px;
	height: 185px;
	float: left;
}

#vids_left a{
	display: block;
	height: 50px;
	width: 300px;
	padding-top: 10px;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #fff;
}

#vids_left img{
	width: 40px;
	height: 40px;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
}

#vids_left span{
	font-size: 10px;
}

#vids_left span.headt{
	font-size: 12px;
	font-weight: bold;
	display: block;
}

#vids_show{
	width: 650px;
	height: 184px;
	margin-left: 300px;
background-color: #000;
}

/*PROFILES STYLES*/
#profiles{
	width: 625px;
	height: 500px;
	padding-top: 5px;
	margin: 15px auto 0px auto;
}

#profiles_nav{
	width: 560px;
	height: 70px;
	text-align: center;
	margin: 20px auto 0px auto;
	padding: 10px 10px 0px 10px;
	position: relative;
}

#profiles_nav ul{
	margin: 0px auto;
	list-style-type: none;
}

#profiles_nav li{
	float: left;
}

#profiles_images{
	margin: 0px auto;
	overflow: hidden;
	height: 60px;
	position: relative;
}

#profiles_images h6, #profiles_images .profiles_inner, #profiles_images .quote{
	display: none;
}

#profiles h6{
	font-size: 16px;
	padding-left: 5px;
}

#profiles_images a{
	margin: 0px 5px;
	display: block;
	background-color: #fff;
}


#profiles_images img{
	width: 60px;
	height: 60px;

}

#profiles_show{
	height: 400px;
	width: 625px;
	position: relative;
}

#profiles_pic{
	width: 200px;
	height: 200px;
	position: absolute;
	top: 25px;
	left: 25px;
}

#profiles_pic img{
	width: 200px;
	height: 200px;
}

#profiles_text{
	width: 345px;
	height: 300px;
	position: absolute;
	text-align: justify;
	top: 25px;
	right: 25px;
}

#quote{
	width: 200px;
	height: 200px;
	position: absolute;
	top: 225px;
	left: 25px;
	text-align: justify;
	font-style: italic;
}

/*CONTACT PAGE STYES*/
#contact_table{
	border: 1px solid #aaaaaa;
	width: 625px;
	height: 245px;
	margin-top: 15px;
}

#spotswood_table{
	float: right;
	width: 250px;
	height: 95%;
	padding: 5px;
}

#spotswood_table h2{
	padding-left: 12px;
}

#spotswood_table .inners{
	margin-left: 15px;
}

#spotswood_table ul{
	margin: 15px 0px;
}

#contact_table .table{
	width: 375x;
	margin: 10px 0px 0px 10px;
}

#contact_table .table .contact{
	border: 1px solid #aaaaaa;
	padding: 5px;
	width: 225px;
}

#contact_table .table textarea{
	height: 85px;
}

#button{
	height: 35px;
	width: 75px;
	margin-top: -5px;
}

.labels{
	float: left;
	width: 100px;
}

.con_row{
	margin-bottom: 15px;
}

/* GREYBOX STYLES */
#GB_overlay {
    background-color: #000;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
}

#GB_window {
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 150;
}

#GB_window .content {
    width: auto;
    margin: 0;
    padding: 0;
}

#GB_frame {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
}


.GB_Gallery {
    margin: 0 22px 0 22px;
}

.GB_Gallery .content {
    background-color: #fff;
    border: 3px solid #ddd;
}

.GB_header {
    top: 10px;
    left: 0;
    margin: 0;
    z-index: 500;
    position: absolute;
    border-bottom: 2px solid #555;
    border-top: 2px solid #555;
}

.GB_header .inner {
    background-color: #333;
    font-family: Arial, Verdana, sans-serif;
    padding: 2px 20px 2px 20px;
}

.GB_header table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}

.GB_header .caption {
    text-align: left;
    color: #eee;
    white-space: nowrap;
    font-size: 20px;
}

.GB_header .close {
    text-align: right;
}

.GB_header .close img {
    z-index: 500;
    cursor: pointer;
}

.GB_header .middle {
    white-space: nowrap;
    text-align: center;
}


#GB_middle {
    color: #eee;
}

#GB_middle img {
    cursor: pointer;
    vertical-align: middle;
}

#GB_middle .disabled {
    cursor: default;
}

#GB_middle .left {
    padding-right: 10px;
}

#GB_middle .right {
    padding-left: 10px;
}


.GB_Window .content {
    background-color: #fff;
    border: 3px solid #ccc;
    border-top: none;
}

.GB_Window .header {
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #999;
    border-left: 3px solid #ccc;
    border-right: 3px solid #ccc;
    margin: 0;

    height: 22px;
    font-size: 12px;
    padding: 3px 0;
    color: #333;
}

.GB_Window .caption {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 20px;
}

.GB_Window .close { text-align: right; }
.GB_Window .close span { 
    font-size: 12px;
    cursor: pointer; 
}
.GB_Window .close img {
    cursor: pointer;
    padding: 0 3px 0 0;
}

.GB_Window .on { border-bottom: 1px solid #333; }
.GB_Window .click { border-bottom: 1px solid red; }

/*
 * jQuery lightBox plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/*Gallery Styles */
#lighbox_images{
	width: 450px;
	margin: 0px auto;
}

#lightbox_images li{
	float: left;
}

#lightbox_images img{
	width: 104px;
	height: 78px;
	margin: 10px;
}
