
html, body {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(../assets/bg.gif);
	background-position: top left;
	background-repeat: repeat;
}

/* ::: Contextual elements :::*/

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	margin: 8px 0px 8px 0px;
}

a {
	text-decoration: none;
	color: #FF6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

a:hover {
	text-decoration: none;
	color: #666666;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	list-style: none;
	padding: 0px;
}

.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A9A9A9;
	margin-top: -3px;
}

h1 {
	font-family: TradeGothic CondEighteen, Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #666666;
	margin: 0px;
}

h2 {
	font-family: TradeGothic CondEighteen, Verdana, Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: normal;
	color: #666666;
	margin: 0px;
}

h2 span {
	font-size: 15px;
	color: #FF6600;
}

h2.shop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	margin: 2px 0px 0px 0px;
}

h2.shop_org {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FF6600;
	margin: 0px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	margin: 5px 0px -2px 0px;
}

h3 span {
	font-size: 14px;
	color: #FF6600;
}

img {
	border: none;
}

/* ::: Structural elements :::*/

#container{
	border: 1px solid #696969;
	border-top: none;
	width: 750px;
	margin: 0px auto;
	background-color: #FFFFFF
}

#nav {
	border-bottom: 1px dotted #A9A9A9;
}

#bottomnav {
	border-top: 1px dotted #A9A9A9;
	height: 20px;
}

#top {

}

#bottom {

}

.divider {
	height: 12px;
	border-bottom: 1px dotted #A9A9A9;
}

.divider_sm {
	width: 195px;
	height: 12px;
	border-bottom: 1px dotted #A9A9A9;
}

/* ::: Top containers ::: */

#tl_wrapper {
	float: left;
	width: 526px
	
}

#top_l {
	width: 282px;
	float: left;
	padding: 5px 10px 5px 10px;
}

#top_m {
	width: 222px;
	float: right;
}

#top_m img {
	margin: 25px 0px 0px 50px;
}

#top_r {
	width: 210px;
	float: right;
	padding-top: 5px;
}

#top_r h2 {
	margin-bottom: 5px;
}

#top_r img {
	float: right;
	margin-bottom: 5px;
}

.clear {
	clear: both;
}

/* ::BOTTOM CONTAINERS ::: */

#bl_wrapper {
	float: left;
	width: 526px /* -4 */
	
}

#bottom_l h2 {
	margin: 5px 0px 10px 0px;
}

#bottom_r h2 {
	margin: 5px 0px 10px 0px;
}

#bottom_l {
	width: 282px;
	padding: 5px 10px 5px 10px;
	float: left;
}

#bottom_l span.detail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A9A9A9;
}

#bottom_m {
	width: 222px;
	padding: 5px 0px 5px 0px;
	float: right;
}

#bottom_m h2 {
	margin: 5px;
}

#bottom_r {
	width: 199px;
	padding: 5px 10px 5px 10px;
	float: right;
}

#bottom_r span.detail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A9A9A9;
}

/* ::: TOP NAVIGATION :::*/

#nav ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 2px 2px 2px 5px;
	list-style: none;
}

#nav ul li {
	display: inline;
}

#nav li {
	border-right: 1px solid #666666;
	padding: 0px 4px 0px 4px;
}

#nav li.nav_last {
	border: none;
}

#nav li a {
	text-decoration: none;
	color: #666666;
}

#nav li a:hover {
	text-decoration: none;
	color: #990000;
}

/* ::: BOTTOM NAVIGATION :::*/

#bottomnav ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 2px 2px 2px 15px;
	list-style: none;
}

#bottomnav ul li {
	display: inline;
}

#bottomnav li {
	border-right: 1px solid #666666;
	padding: 0px 4px 0px 4px;
}

#bottomnav li.nav_last {
	border: none;
}

#bottomnav li a {
	text-decoration: none;
	color: #666666;
}

#bottomnav li a:hover {
	text-decoration: none;
	color: #990000;
}

/* ::: DVA CREDIT LOGO ::: */

#dva {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 3px;
	background-image: url(../assets/dva.gif);
	background-position: right;
	background-repeat: no-repeat;
	float: right;
	padding-right: 48px;
	color: #D3D3D3;
}

#dva a {
	
	text-decoration: none;
	color: #D3D3D3;
	font-size: 10px;
}

#dva:hover {
	text-decoration: none;
	color: #666666;
	font-size: 10px;
}

#dva a:hover {
	text-decoration: none;
	color: #666666;
	font-size: 10px;
}

/* ::: RSS ::: */

#rss {
	width: 75px;
	float: right;
	border-left: 1px dotted #D3D3D3; 
}

#rss p a {
	float: right;
	text-decoration: none;
	color: #666666;
}

#rss p a:hover {
	color: #FF6600;
}

.rss {
	float: right;
}

/* ::: FAQ ::: */

#faq {
	background-color: #000000;
	background-image: url(../assets/faq_eyes.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.faqh2 {
	color: #FFFFFF;
}

/* ::: YOUR EMAILS ::: */

#youremails {
	background-color: #000000;
	margin-top: 5px;
	margin-bottom: -8px;
	padding: 1px 3px 0px 3px;
}

#youremails p {
	color: #FFFFFF;
	background-color: #000000;
}

#youremails span.detail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A9A9A9;
}

.div_mail {
	border-top: 1px dotted #FFFFFF;
	margin-top: 5px;
}

/* ::: GIG LISTINGS ::: */

#shows {
	background-color: #000000;
	margin-top: 0px;
	margin-left: 6px;
	background-image: url(../assets/showsbg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 1px 0px 60px 0px;
}

#shows p {
	color: #FFFFFF;
	padding: 0px 10px 0px 10px;
}
#shows h2.showsheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-left: 3px;
}

#shows h3.detail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A9A9A9;
	padding: 0px 5px 0px 5px;
}

#shows img {
	margin-bottom: -5px;
}

.div_mail {
	border-top: 1px dotted #FFFFFF;
	margin-top: 5px;
}

/* ::: BANNER STYLES ::: */

#banner {
	height: 60px;
}

#banner h2 {
	color: #FFFFFF;
	font-size: 40px;
	float: left;
	margin: 15px 0px 0px 5px;
}

#banner span {
	color: #FFFFFF;
	font-size: 22px;
}

.newstore {
	background-image: url(../assets/newstore_open.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.buy {
	float: right;
}

.banner_r {
	background-color: #990000;
}

.banner_o {
	background-color: #FD6A18;
}

.banner_p {
	background-color: #996699;
}

.banner_b {
	background-color: #000066;
}

.banner_brown {
	background-color: #993300;
}

.banner_green {
	background-color: #99CC66;
}

.banner_lightb {
	background-color: #6699CC;
}

.banner_pink{
	background-color: #980266;
}

.banner_blk{
	background-color: #000000;
}


/* ---------- END OF FRONT PAGE STYLES ----------------- */

/* ::: INTERNAL PAGE STYLES ::: */

#left_col {
	float: left;
	width: 528px;
	padding-top: 10px; 
}

#left_left {
	float: left;
	width: 243px;
	padding: 10px;
}

#left_right {
	float: right;
	width: 243px;
	padding: 10px;
}

#left_fullwidth {
	float: left;
	width: 508px;
	padding: 10px;
}

#right_col {
	top: 0px;
	width: 212px;
	float: right;
	padding: 5px 0px 0px 10px;
}

#right_col img {
	float: right;
	margin: 5px 0px 5px 0px;
}

#right_col img.button {
	float: none;
	margin-bottom: 0px;
}

#right_col span.detail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A9A9A9;
}

#special {
	width: 196px;
	margin-top: 5px;
	padding-right: 10px;
	float: right;
}

#block {
	height: 25px;
	width: 206px;
	float: right;
	margin-bottom: 5px;
}

.quote {
	color: #FF6600;
	padding:5px 20px 5px 20px;
	font-weight: bold;
	line-height: normal;
}

.quote_p {
	color: #996699;
	padding:5px 20px 5px 20px;
	font-weight: bold;
	line-height: normal;
}

.quote_r {
	color: #990000;
	padding:5px 20px 5px 20px;
	font-weight: bold;
	line-height: normal;
}

/* ::: IMAGE FLOATS ::: */

.imgleft {
	float: left;
	margin: 8px 8px 8px 0px;
}

.imgright {
	float: right;
	margin: 8px 0px 8px 8px;
}

/* :::: FORMS :::: */

form {
	width: 280px;
	margin: 0px auto;
	margin-top: 20px;
}

.labels {
	/*font-size: 14px;*/
	font-family:Verdana, Arial, sans-serif;
	font-size: 16px;
	margin: 5px;
	margin-left: 0px;
}

.fields {
	font-family:Verdana, Arial, sans-serif;
	color:#4F4F4F;
	font-size: 11px;
	width: 200px;
	/*margin-left: 60px;*/
	border: 1px solid #DCDCDC;
	border-bottom: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	background-color: #F3F8FC;
}

.txtarea {
	font-family:Verdana, Arial, sans-serif;
	color:#4F4F4F;
	font-size: 11px;
	width: 280px;
	height: 100px;
	/*margin-left: 60px;*/
	border: 1px solid #DCDCDC;
	border-bottom: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	background-color: #F3F8FC;
	overflow: hidden;
}

.formbutton {
	float: right;
	margin-top: 5px;
}

input {
	border: none;
}


/* ::: Gallery ::: */
#gallery {
	margin: auto;
	width: 470px;
}

#gallery ul {
	padding-bottom: 20px;
}

#gallery a{	
	color:#666666;
	text-decoration:none;
}

#gallery li{
	width:200px;
	height:150px;
	border:solid #CCCCCC;
	border-width:0 1px 1px 0;
	border-left: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
	background:#353535;
	padding:10px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:5px;
}

#gallery  a span{
/*\*/
	position:absolute;
	left:-9999px;

}

#gallery a:hover span{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	top:10px;
	left:10px;
	width:202px;
	font-weight:bold;
	background:#FFF;
	color:#666666;
	padding:5px 0 5px 0;
	font-size:70%;
	border:1px solid #996699;
	border-width:0 0 10px 0;
	/*filter: alpha(opacity=100);*/
/**/
}

#gallery a:hover { white-space: normal; }


#gallery img{
	border:1px solid #EEE; 
}

/* ::: Funny bits ::: */

#prison {
	padding: 10px 40px 10px 40px;
	background-image: url(../assets/funny2bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

#prison p, #prison h2, #prison h3 {
	font-family: "Courier New", Courier, monospace, serif;
}

/* ::: Video vault ::: */

#videovault {
	/*background-image: url(../assets/funny3bg_b.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 875px;*/
	margin-top: -25px;
}

#videovault h1 {
	border-bottom: 2px solid #000000;
	background-image: url(../assets/tv.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	color: #000000;
	padding-top: 45px;
	font-size: 30px;
	margin-bottom: 10px;
}

#videovault h1 span {
	color: #FF6600;
}

#vault {
	padding: 10px;
}

#vault p {
	padding: 0px 15px 0px 15px;
	margin-bottom: 0px;
}

#vault p span {
	float: right;
}

/* ::: Pope ::: */

#pope {
	padding: 40px;
	background-image: url(../assets/funny5bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 445px;
	width: 364px;
	margin: auto;
}

#pope_inside {
	height: 420px;
	padding: 10px;
}

#pope_inside p {
	padding: 0px 15px 0px 15px;
}

#pope_inside ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	padding: 0px 35px 0px 35px;
}

#pope_inside ul li {
	margin-bottom: 5px;
}

span.right {
	float: right;
}

span.left {
	float: left;
}

/* ::: President ::: */

#president {
	padding: 140px 80px 0px 40px;
	background-image: url(../assets/funnybits6_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 460px;
	width: 324px;
	margin: auto;
}

#president_inside {
	height: 360px;
	padding: 10px;
}

#president_inside p {
	padding: 0px 15px 0px 15px;
}

p.pg {
	margin-top: 15px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

/* ::: BLOG article ::: */

#newsarticle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
}

#newsarticle h3 {
	margin-bottom: 5px;
}

#bloglist {
	border: 1px solid #000000;
	width: 450px;
	margin: auto;
}

#bloglist p span{
	float: right;
	
}

#bloglist p a {

	
}

/* ::: NEWS article ::: */

#relatedlinks p a {
	padding-left: 23px;
	background-image: url(../assets/link_bullet.gif);
	background-position: left;
	background-repeat: no-repeat; 
}

#relatedlinks p a:hover {
	background-image: url(../assets/link_bullet_on.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#relatedlinks {
	border-top: 1px dotted #A9A9A9;
	border-bottom: 1px dotted #A9A9A9;
	margin-top: 10px;
	padding-top: 5px;
}

/* ::: Archive ::: */

#archive_intro {
	background-color: #000000;
	background-image: url(../assets/archintro.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 0px 75px 10px 0px;
}

#archive_intro p {
	color: #FFFFFF;
	padding: 0px 15px 0px 15px;
}

#archive_intro h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 5px;
}

#archive_list {
	/*border: 1px solid #996699;*/
	border-right: none;
	width: 206px;
	float: right;
}

#archive_list p a {
	font-size: 9px;
}

.archh2 {
	color: #666666;
}

/* ::: FAQ ::: */

span.ans {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FF6600;
	margin: 0px;
}

/* ::: LOGIN/CONTACT :::*/
#login {
	width: 210px;
	border: 1px solid #980266;
	background-color: #980266;
	padding: 10px;
	margin-bottom:10px;
}

#login h2 {
	color: #FFFFFF;
}

/* ::: Register :::*/
#register {
	width: 210px;
	border: 1px solid #980266;
	background-color: #980266;
	padding: 10px 10px 0px 10px;
	margin: 0px 0px 10px 0px;
}

#register h2 {
	color: #FFFFFF;
}

#register p {
	color: #FFFFFF;
}

#register p input {
	margin-bottom: 0px;
}

/* ********* TESTING ********** */

#pagebox {
	position: absolute;
	top: 0px;
	right: 0px;
	width:40px;
	padding: 5px;
}

#tvad {
	position: absolute;
	top: 75px;
	/*margin-left: 310px;*/
}
