/* Designed and Hosted By Desigz.com (http://www.desigz.com) */

/*Link styling*/
a:link, a:visited{
	color: #CC33CC;
	text-decoration: none;
}
a:hover, a:active{
	color: #CC33CC;
	text-decoration: underline;
}
/*Image*/
img{
	border: none;
}
	
/* Main Content */
	
body {
	font-family: Trebuchet MS ,Tahoma, Verdana;
	color: #000000;
	font-size: 12px;
	background: url(images/background.png) repeat;
	background-attachment: fixed;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

#wrapper {
	margin: auto;
}

.maintablewrapper {
	margin: auto;
}

#header {
	position: relative;
	width: 940px;
	height: 116px;
	margin: auto;
}

.headerbottom {
	position: relative;
	width: 940px;
	height: 9px;
	margin: auto;
	background: url(images/headerbottom.png) no-repeat;
}

#footer {
	width: 770px;
	height: 5px;
	margin: auto;
}

/* Item Borders */
.itemborderheader {
	margin: 0;
}

.itemborderlines {
	background: url(images/item_border_down.png) repeat-y;
	margin-top: -3px;
	margin-bottom: -3px;
	padding-left: 7px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-right: 6px;
}

.itemborderfooter {
	margin: 0;
	margin-bottom: 5px;
}

/* Top Link Navagation */

#topnav  {
	list-style: none;
	padding: 8px 0 2px 0;
	text-align: center;
	margin: auto;
	white-space: nowrap;
	height: 18px;
	width: 940px;
	background: url(images/navbackground.png);
}
	
#topnav li {
	display: inline;
	padding: 7px 0;
	margin: 0;
	font-size: 12px;
}

#topnav a {
	padding: 6px 22px 6px 22px;
	margin: 0;
	color: #FFFFFF;
}
	
#topnav a:hover {
	background: #66CC66;
	text-decoration: none;
}
	
/* Bottom Link Navagation */

#bottomnav  {
	list-style: none;
	padding: 6px 0 5px 0;
	text-align: center;
	margin: auto;
	white-space: nowrap;
	height: 18px;
	width: 770px;
	background: url(images/navbackground.png);
}
	
#bottomnav li {
	display: inline;
	padding: 0 0 7px 0;
	margin: 0;
	font-size: 12px;
}

#bottomnav a {
	padding: 6px 22px 6px 22px;
	margin: 0;
	color: #FFFFFF;
}
	
#bottomnav a:hover {
	background: #66CC66;
	text-decoration: none;
}

/* Item Page */

.itempagetitle {
	font-size: 20px;
	color: #CC33CC;
	text-align: left;
}
.itempagedate {
	font-size: 11px;
	color: #CC33CC;
	text-align: left;
}
.itempagebody {
	font-size: 13px;
	color: #000000;
	text-align: left;
}

/* Related Items Style */

.relateditemstitle {
	font-size: 13px;
	color: #CC33CC;
	text-align: left;
	font-weight: bold;
}

.relateditemsbody {
	font-size: 12px;
	color: #000000;
	text-align: left;
}

/* Main Index Page */

.itemmaintitle {
	font-size: 20px;
	color: #CC33CC;
	text-align: left;
}
.itemmaindate {
	font-size: 11px;
	color: #CC33CC;
	text-align: left;
}
.itemmainbody {
	font-size: 13px;
	color: #000000;
	text-align: left;
}

/* Text Navagation Links */
.textnavlinks {
	font-size: 14px;
	color: CC33CC;
	text-align: left;
}

/* Previous Episodes */
.latestpreviousepisodes {
	font-size: 16px;
	color: #CC33CC;
}
.previousvideocontentarea {
	float: left;
	width: 350px;
	margin: 8px 0 8px 0;
}

.previousvideo {
	width: 330px;
	height: 100%;
	margin-bottom: 10px;
	border-color: #CC66CC;
	border-style: solid;
	border-width: 2px;
	padding: 5px 5px 5px 5px;
}

/* Content Titles & Main */
.maintitle {
	color: #CC33CC;
	font-size: 18px;
}
.maintext {
	color: #000000;
	font-size: 12px;
}

/* Archieve List Highlights */
.archiveshows ul {
	margin: 0 5px 0 5px;
	padding: 0;
	}
	
.archiveshows li {
	list-style: none;
	font-size: 12px;
	margin: 0px;
	padding: 9px 0 9px 9px;
	border-top: 1px #00CCCC solid;
	}
	
.archiveshows li:hover {
	color: #000000;
	background: #FF66CC;
	text-decoration: none;
	}
	
/* Advertising Styles */
.advertisinggooglebottom {
	margin: auto;
	text-align: center;
}
	
/* Static Pages */
#staticarea {
	margin: 10px 10px 10px 10px;
}
.statictitle {
	color: CC66CC;
	font-size: 16px;
}

/* Copyright Text */
.copyright {
	font-size: 10px;
	color: #000000;
	text-align: center;
}
.copyright a:link, .copyright a:visited{
	color: #000000;
	text-decoration: none;
} 
.copyright a:hover, .copyright a:active{
	color: #000000;
	text-decoration: underline;
}

/* Pagination for TheSlapBlog.com */ 

.pageswitch { 
   font-family: verdana, sans-serif; 
   font-size: 14px; 
   line-height: 15px; 
   text-align: center; 
   margin: auto;
} 

.pageswitch a, .pageswitch span { 
   float: center; 
   padding: 1px 5px 2px; 
   margin-right: 0.1em; 
} 

.pageswitch span.current { 
   font-weight: bold; 
   color: #fff; 
} 

.pageswitch a { 
   text-decoration: none; 
} 

.pageswitch a:hover { 
   border-color: #000; 
} 

.pageswitch a.nextprev { 
   font-weight: bold; 
} 

.pageswitch span.nextprev { 
   color: #666; 
} 

.pageswitch span.nextprev { 
      color: #999; 
} 

.pageswitch input { 
   font-family: verdana, sans-serif; 
   font-size: 14px; 
   font-weight:bold; 
   float: center; 
   width:20px; 
} 

/* Comments Style */
.commentpostedtitle {
	font-weight: bold;
	color: #CC33CC;
	font-size: 16px;
}

.commentpostedbody {
	color: #000000;
	font-size: 13px;
	text-align: left; 
	background-color: #FFFFFF;
	width: 400px;
	margin: auto;
	padding: 10px;
}

.commentuser {
	color: #CC0066;
	font-size: 11px;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}

.commentdatetime {
	color: #FFFFFF;
	font-size: 10px;
	text-align: right; 
	background-color: #CC66CC;
	width: 400px;
	margin: auto;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
}

/* Advertisments */
.lefttipsbox {
	width: 150px;
	height: 200px;
	margin: auto;
}