/*RESET CSS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	padding: 0px;
	margin: 0px;
	background: white;
}

ol, ul { list-style: none; }

img { border: 0px; }

#search_btn{
	float: left;
	background: transparent;
	background-image: url(/cache/templates/funnyskunk/images/search_btn.jpg);
	width: 39px;
	height: 18px;
	overflow: hidden;
	border: 0px;
	margin-top: -20px;
	margin-left: 160px;
	
}

#container{
	position: absolute; 
	width: 988px; 
	left: 50%; 
	margin-left: -494px;
	overflow: hidden;
	float: left;
}


/*#########################################*/
/* Begin header*/
#header {
	float: left;
	width: 988px;
	height: 81px;
	overflow: hidden;
	background-image: url(/cache/templates/funnyskunk/images/header_slice.jpg);
	background-repeat: repeat-x;
}

#logo {
	float: left;
	width: 988px;
	height: 81px;
	background-image: url(/cache/templates/funnyskunk/images/funny_skunk_logo.jpg);
	background-repeat: no-repeat;
}
	
#header_nav {
	float: left;
	width: 400px;
	height: 35px;
	margin-left: 308px;
	margin-top: 29px;
	_margin-left: 154px;
}

.nav_tab{
	float: left;
	line-height: 35px;
	text-align: center;
	margin-right: 9px;
	width: 116px;
	height: 35px;
	background-image: url(/cache/templates/funnyskunk/images/menu_tab_default.jpg);
	_margin-right: 4px;
}

.nav_tab:hover{
	float: left;
	width: 116px;
	height: 35px;
	background-image: url(/cache/templates/funnyskunk/images/menu_tab_selected.jpg);
}

.nav_tab_link {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 14pt;
	line-height: 35px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}

#search {
	float: left;
	margin-top: -60px;
	margin-left: 690px;
	width: 300px;
	height: 40px;
	_margin-left: 345px;
}

#search_content {
	float: left;
	width: 200px;
	margin-bottom: 5px;
	_margin-bottom: 3px;
}

#form_div {
	float: left;
	height: 25px;
	width: 250px;
}
/*End header*/



/* Begin middle*/
#middle {
	float: left;
	width: 988px;
	overflow: hidden;
}

#left_column {
	float: left;
	width: 185px;
	background: white;
	overflow: hidden;
}

#left_column_nav_pic {
	float: left;
	width: 178px;
	height: 38px;
	background-image: url(/cache/templates/funnyskunk/images/todays_top_sites.jpg);
	background-repeat: no-repeat;
}

#left_column_nav_links {
	float: left;
	width: 178px;
	height: 294px;
	border-bottom: 1px dotted #808080;
}

.first_link {
	float: left;
	background-image: url(/cache/templates/funnyskunk/images/link_dark_slice.jpg);
	background-repeat: repeat-x;
	width: 178px;
	height: 20px;
	line-height: 20px;
}

.first_link_arrow {
	float: left;
	background-image: url(/cache/templates/funnyskunk/images/link_dark_arrow.jpg);
	background-repeat: no-repeat;
	width: 26px;
	height: 20px;
}

.light_link {
	float: left;
	background-image: url(/cache/templates/funnyskunk/images/link_light_slice1.jpg);
	background-repeat: repeat-x;
	width: 178px;
	height: 22px;
	line-height: 22px;
}

.link_arrow {
	float: left;
	background-image: url(/cache/templates/funnyskunk/images/link_light_arrow1.jpg);
	background-repeat: no-repeat;
	width: 26px;
	height: 22px;
}

.nav_link {
	float: left;
	padding-left: 30px;
	font-family: Myriad Pro;
	font-weight: bold;
	text-decoration: none;
	color: #7b7b7b;
	width: 144px;
	overflow: hidden;
}

#left_column_ad {
	float: left;
	width: 120px;
	background: #dddddd;
	margin-top: 20px;
	margin-left: 32px;
	_margin-left: 16px;
}
	
#midde_column{
	float: left;
	width: 498px;
	background: #ffffff;
	overflow: hidden;
}

#middle_nav {
	float: left;
	width: 238px;
	height: 60px;
	line-height: 60px;
	font-family: Myriad Pro;
	color: #5a7141;
	font-weight: bold;
	font-size: 14pt;
}

#middle_nav_links {
	float: left;
	width: 260px;
	height: 60px;
}

.middle_nav_links {
	float: left;
	background-image: url(/cache/templates/funnyskunk/images/grey_oval.jpg);
	width: 79px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	margin-top: 15px;
	margin-right: 4px;
}

.middle_nav_links a {
	font-family: Myriad Pro;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
}

.middle_nav_links:hover a { color: #ffffff; }

.middle_nav_links:hover {
	background-image: url(/cache/templates/funnyskunk/images/green_oval.jpg);
	color: #ffffff;
}

#middle_content {
	float: left;
	background: #ffffff;
	width: 498px;
}

.middle_content_item {
	float: left;
	width: 142px;
	height: 178px;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 6px;
	margin-top: 6px;
	_margin-left: 6px;
	display: inline;
}

.middle_content_item_top {
	float: left;
	width: 142px;
	height: 106px;
	overflow: hidden;
}

.middle_content_item_bottom {
	float: left;
	width: 142px;
	height: 40px;
}

.middle_content_item_info {
	float: left;
	width: 142px;
	height: 40px;
}

.video_name {
	float: left;
	width: 100%;
	height: 38px;
	border-bottom: 1px dotted #808080;
	font-family: Myriad Pro;
	color: #9c3431;
	font-weight: bold;
	font-size: 12pt;
	overflow: hidden;
	line-height: 16x;
}

.media_title {
	color: #9c3431;
	text-decoration: none;
}

.footer_link { color: #000000; }

.views {
	float: right;
	width: 90px;
	font-family: Myriad Pro;
	color: #f38500;
	font-size: 12pt;
	font-weight: bold;
}

.added {
	float: right;
	width: 90px;
	font-family: Myriad Pro;
	color: #cecece;
	font-size: 10pt;
}

.blue_bubble {
	float: left;
	width: 41px;
	height: 37px;
	text-align: center;
	line-height: 30px;
	background-image: url(/cache/templates/funnyskunk/images/blue_bubble.jpg);
}

#right_column {
	float: left;
	width: 305px;
	background: #ffffff;
	overflow: hidden;
}

#right_column_ad {
	float: left;
	width: 300px;
	background: #dddddd;
	margin-top: 4px;
}

#right_column_content {
	float: left;
	width: 301px;
	margin-right: 2px;
	margin-left: 2px;
	_margin-left: 1px;
	_margin-right: 1px;
	margin-top: 8px;
	height: 795px;
	background: #ffffff;
}

#funny_stuff_header {
	float: left;
	font-family: Tahoma;
	color: #7b7b7b;
	font-size: 12pt;
	background-image: url(/cache/templates/funnyskunk/images/funny_stuff_grey_header.jpg);
	background-repeat: no-repeat;
	width: 297px;
	height: 39px;
}

#funny_stuff_title {
	float: left;
	margin-left: 5px;
	margin-top: 4px;
	_margin-left: 3px;
}

#funny_stuff_content {
	float: left;
	background: #ececec;
	width: 297px;
	height: 400px;
}

.funny_stuff_item {
	float: left;
	background-image: url(/cache/templates/funnyskunk/images/funny_stuff_white_oval.jpg);
	background-repeat: no-repeat;
	width: 289px;
	height: 70px;
	margin-left: 4px;
	_margin-left: 2px;
	margin-bottom: 4px;
}

.item_content {
	float: left;
	height: 60px;
	margin-left: 4px;
	margin-top: 4px;
	overflow: hidden;
	_margin-left: 4px;
	vertical-align: top;
}

.funny_thumbnail {
	float: left;
	height: 70px;
	overflow: hidden;
}

.funny_link {
	float: left;
	height: 28px;
	margin-left: 30px;
	width: 185px;
	text-decoration: underline;
}

.item_content a{
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
	font-family: Myriad Pro;
}

#funny_stuff_footer {
	float: left;
	background-image: url(/cache/templates/funnyskunk/images/funny_stuff_footer.jpg);
	background-repeat: no-repeat;
	width: 297px;
	height: 9px;
}


/*Media Page Begin*/
#media_title {
	font-family: Myriad Pro;
	color: #9a322f;
	font-size: 16pt;
	width: 498px;
	font-weight: bold;
	height: 55px;
}

#video_player {
	float: left;
	width: 498px;
	height: 355px;
}

#related_videos {
	float: left;
	width: 498px;
}

#related_video_title {
	float: left;
	width: 498px;
	height: 30px;
	font-size: 16pt;
	font-family: Myriad Pro;
	font-weight: bold;
	color: #808080;
}

#comment_and_responses {
	float: left;
	width: 498px;
}

#comments_title {
	float: left;
	color: #808080;
	font-family: Myriad Pro;
	font-weight: bold;
	font-size: 14pt;
	width: 498px;
	height: 30px;
}

#comment_form {
	float: left;
	background: #ececec;
	width: 498px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*Media Page End*/
/*End middle*/



/* Begin bottom*/
#bottom {
	float: left;
	width: 760px;
	height: 75px;
	overflow: hidden;
	margin-left: 114px;
	margin-right: 114px;
	background-color: #ffffff;
}

#pagination {
	float: left;
	width: 760px;
	height: 36px;
	text-align: center;
	border-bottom: 3px solid #5a7141;
}

#links {
	float: left;
	width: 760px;
	height: 36px;
	text-align: center;
}
/*End bottom*/
