body
{
	margin: 0px;
	padding: 0px;
	background-color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.page
{
	margin: 0px;
	padding: 0px;
	width: 1000px;
}

.background
{
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%;
	float: left;
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	top: 0px;
	z-index: -1;
}

.background_top
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-image: url(/images/background_top.png);
	background-repeat: repeat-x;
	height: 70px;
}

.background_bottom
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-image: url(/images/background_bottom.png);
	background-repeat: repeat-x;
	height: 70px;
	position: absolute;
}

.header
{
	margin: 0px;
	padding: 0px;
	height: 4px;
	width: 1000px;
	background-color: red;
	z-index: 200;
}

.header_image
{
	margin: 0px;
	padding: 0px;
	width: 710px;
	overflow: hidden;
}

.nav
{
	margin: 0px;
	padding: 0px;
	width: 208px;
	overflow: hidden;
	float: left;
	height: 560px;
}

.nav_links
{
	margin: 0px;
	padding: 0px;
	width: 208px;
	height: 500px;
	background-image: url(/images/nav_background.png);
	background-repeat: repeat-y;
	overflow: hidden;
}

.nav_item, .nav_item_on, .nav_item2
{
	width: 175px;
	margin: 4px 0px 4px 0px;
	padding: 2px 4px 4px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	text-align: left;
	text-transform: uppercase;
	color: white;
	font-size: 14px;
	vertical-align: middle;
	display: block;
	font-weight: bold;
	text-decoration: none;
}

.nav_item, .nav_item2 { background-image: url(/images/nav_item_background.png); }

.nav_item:link
{
	text-transform: inherit;
	text-decoration: none;
}

.nav_item:hover
{
	background-image: url(/images/nav_item_background_f2.png);
	background-repeat: no-repeat;
}

.nav_item2:hover
{
	background-image: url(/images/nav_item_background_f3.png);
	background-repeat: no-repeat;
}

.nav_item_on { background-image: url(/images/nav_item_background_f2.png); }

.nav_sub
{
	margin: 0px;
	padding: 6px 10px 10px 10px;
	width: 200px;
	/*height: 230px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: left;
	background-image: url(/images/nav_sub_back.png);
	border-color: #181A1C;
	border-width: 1px;
	border-style: solid;
	position: absolute;
	left: 50%;
	margin-left: -290px;
	z-index: 104;
	float: left;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.nav_sub a:link, .nav_sub a:visited, .nav_sub a:link.active, .nav_sub a:visited.active
{
	margin: 4px 0px 0px 0px;
	padding: 4px 10px 4px 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #000;
}

.nav_sub a:hover
{
	color: #fff;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	cursor: pointer;
	background-color: #FF0000;
}

.rn
{
	margin: 0px;
	padding: 0px;
	width: 356px;
	overflow: hidden;
	float: right;
}

.webisodes_back
{
	margin: 0px;
	padding: 0px;
	height: 80px;
	background-image: url(/images/rn_webisodes_back.png);
	text-align: center;
	text-transform: inherit;
}

.webisodes_back:hover { background-image: url(/images/rn_webisodes_back_roll.png); }
.webisodes_back img { padding: 14px 0px 10px 0px; }

.blog
{
	margin: 0px;
	padding: 6px;
	width: 338px;
	overflow: hidden;
	background-image: url(/images/background_trans_black.gif);
}

.webisodes, .rn_extras
{
	margin: 4px 0px 0px 0px;
	padding: 6px;
	width: 338px;
	overflow: hidden;
	background-image: url(/images/background_trans_black.gif);
}

.webisodes li, .rn_extras li
{
	list-style-type: none;
	list-style-position: default;
	display: inline;
}

.rn_extras li { padding: 10px; }

.hp_blog
{
	margin: 0px;
	padding: 0px;
	background-color: white;
	background-image: url(/images/blog_back.jpg);
	background-repeat: repeat-y;
}

.blog_post
{
	width: 300px;
	height: 32px;
	margin: 0px;
	padding: 4px 10px 10px 10px;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
	text-align: left;
	text-transform: inherit;
	font-weight: bold;
	/*border-color: blue;
	border-width: 1px;
	border-style: solid;*/
	background-image: url(/images/rn_blog_post.png);
	background-repeat: no-repeat;
	border-color: green;
	border-width: 0px;
	border-style: solid;
	overflow: hidden;
}

.blog_post:hover
{
	color: white;
	cursor: pointer;
	/*background-color: #CD130F;*/
	background-image: url(/images/rn_blog_roll.png);
	background-repeat: no-repeat;
}

.blog_post a:link, .blog_post a:visited, .blog_post a:link.active, .blog_post a:visited.active
{
	color: #CC3300;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

.blog_post a:hover, .blog_post a:hover { color: #585858; }

.blog_post_date
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10px;
	color: #414145;
	height: 10px;
	border-color: blue;
	border-width: 0px;
	border-style: solid;
	width: 290px;
	text-align: right;
	text-transform: inherit;
}

.blog_post_title
{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 300px;
}

.blog_post_copy
{
	margin: 0px;
	padding: 8px 0px 0px 0px;
	font-size: 12px;
	width: 300px;
	vertical-align: middle;
	text-transform: inherit;
}

.footer
{
	margin: 0px;
	padding: 10px;
	clear: both;
	text-align: left;
	text-transform: inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: black;
	color: #fff;
	z-index: 102;
}

.footer a:link, .footer a:visited, .footer a:link.active, .footer a:visited.active
{
	text-decoration: none;
	color: #fff;
}

.footer a:hover, .footer a:hover.active { color: #666; }
.consumedesign { color: #1B1C1E; }

.consumedesign a:link, .consumedesign a:visited, .consumedesign a:link.active, .consumedesign a:visited.active
{
	text-decoration: none;
	color: #1B1C1E;
}

.consumedesign a:hover, .consumedesign a:hover.active { color: #666; }
nobr { display: inline; }

.title
{
	margin: 0px 0px 4px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}

.homepage
{
	margin: 0px;
	padding: 0px;
	width: 784px;
	float: right;
}

.int_page
{
	margin: 0px;
	padding: 0px;
	width: 784px;
	background-image: url(/images/background_trans_black.gif);
	float: right;
}

.int_title
{
	width: 710px;
	margin: 0px;
	padding: 0px;
	font-family: Georgia;
	font-size: 38px;
	color: white;
	text-align: right;
	text-transform: uppercase;
	border-color: white;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
}

.int_tab
{
	margin: 0px;
	padding: 0px;
	width: 710px;
	height: 46px;
	background-image: url(/images/int_tab_back.png);
	background-repeat: repeat-x;
	text-align: left;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.int_tab table { height: 46px; }

.int_tab_item
{
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 114px;
	background-image: url(/images/int_tab_item.png);
	background-repeat: no-repeat;
	text-align: center;
	text-transform: inherit;
	color: #fff;
}

.int_tab_item_on
{
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 114px;
	background-image: url(/images/int_tab_item_on.png);
	background-repeat: no-repeat;
	text-align: center;
	text-transform: inherit;
	color: #333333;
}

.int_tab_item a
{
	color: #fff;
	text-transform: inherit;
	text-decoration: none;
}

.int_tab_item:hover
{
	background-image: url(/images/int_tab_item_roll.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

.int_copy_top
{
	margin: 0px;
	padding: 0px;
	width: 710px;
	height: 6px;
	background-image: url(/images/int_copy_top.png);
	background-repeat: repeat-x;
	text-align: left;
}

.int_copy
{
	margin: 0px;
	padding: 10px 30px 30px 30px;
	width: 650px;
	/*height: 380px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 20px;
	background-image: url(/images/int_copy_back.png);
	text-align: left;
	text-transform: inherit;
	background-color: white;
	background-repeat: repeat-y;
	/*overflow: auto;*/
}

.int_copy a { color: #CC6601; }
.int_copy a:hover { color: #000; }

.int_copy img
{
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.int_copy_extra
{
	margin: 0px;
	padding: 0px;
	width: 650px;
	height: 10px;
	background-image: url(/images/int_copy_back.png);
	background-color: white;
	background-repeat: repeat-y;
}

.caption
{
	margin: 0px;
	padding: 10px 0px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #D77D25;
	text-align: center;
	text-transform: inherit;
}

#sub_0
{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	clear: both;
}

#sub_0 table
{
	border-color: black;
	border-width: 1px 1px 0px 0px;
	border-style: solid;
}

#sub_0 td
{
	border-color: black;
	border-width: 0px 0px 1px 1px;
	border-style: solid;
}

pre
{
	margin: 0px;
	padding: 4px;
	display: block;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10px;
	line-height: 11px;
	clear: both;
	border-color: red;
	border-width: 1px;
	border-style: solid;
	background-color: white;
	text-align: left;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 102;
}

img.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright
{
	padding: 0px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft
{
	padding: 0px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright { float: right; }
.alignleft { float: left; }

.gallery_table
{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border-color: #ABABAB;
	border-width: 1px;
	border-style: solid;
	clear: both;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.gallery_table img
{
	border-color: #ABABAB;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.gallery_table td
{
	margin: 0px;
	padding: 4px 4px 2px 4px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	text-transform: inherit;
	color: black;
	vertical-align: top;
}

.gallery_table th
{
	margin: 0px;
	padding: 4px 4px 2px 4px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	text-transform: inherit;
	color: black;
	font-weight: normal;
	background-color: #ddd;
	border-color: #ABABAB;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	vertical-align: top;
}

.gallery_table a:link, .gallery_table a:visited, .gallery_table a:link.active, .gallery_table a:visited.active { color: #363636; }

.gallery_table a:hover, .gallery_table a:hover
{
	color: #fff;
	text-transform: inherit;
	text-decoration: none;
}

/* Captions */
.aligncenter,
div.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.gallery
{
	margin: 0px;
	padding: 0px;
}

.gallery-item
{
	margin: 20px;
	padding: 6px 6px 2px 6px;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	float: left;
	text-align: center;
	width: 175px;
}

.gallery-caption
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	width: 100%;
	text-transform: inherit;
}

.wp-caption
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img
{
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.WP_respond, .WP_meta
{
	padding: 10px;
	margin: 10px 0px 10px 0px;
	border-color: #ABABAB;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* End captions */
/* Begin Various Tags & Classes */
acronym, abbr, span.caps { cursor: help; }
acronym, abbr { border-bottom: 1px dashed #999; }
.center { text-align: center; }
.hidden { display: none; }
hr { display: none; }
a img { border: none; }

.navigation
{
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

/* End Various Tags & Classes*/
.link
{
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border-color: #ABABAB;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	clear: both;
	height: auto;
	display: block;
}

.link img
{
	margin: 6px;
	padding: 0px;
}

.link_copy
{
	margin: 6px;
	padding: 0px;
}

.link a:link, .link a:visited, .link:link, .link:visited
{
	text-transform: uppercase;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	padding: 6px;
}

.link:hover
{
	color: #fff;
	background-color: #FF0000;
	cursor: pointer;
}

.sidebar
{
	margin: 0px;
	padding: 10px;
	width: 120px;
	border-color: #ABABAB;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #ddd;
}

.sidebar ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: default;
}

.widgettitle
{
	font-size: 14px;
	color: #000;
	border-color: #ABABAB;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
}

.sidebar li
{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #000;
}

.sidebar li a:link, .sidebar li a:visited, .sidebar li a:link.active, .sidebar li a:visited.active
{
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
	font-style: normal;
}

.sidebar li a:hover { color: #FF0000; }

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

.comment
{
	border-color: #ABABAB;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.commentlist
{
	padding: 0;
	text-align: justify;
}

.commentlist li
{
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}

.commentlist li ul li
{
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p { margin: 10px 5px 10px 0; }
.children { padding: 0; }
#commentform p { margin: 5px 0; }

.nocomments
{
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata
{
	margin: 0;
	display: block;
}

.sarafi_user
{
	margin: 0;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #FF0000;
	width: 600px;
	height: 400px;
}

.sarafi_user p
{
	margin: 0;
	padding: 10px;
}

.social
{
	padding: 0px;
	margin-top: 20px;
	float: right;
	width: 200px;
}

.social a
{
	width: 33px;
	height: 40px;
	float: left;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	margin-right: 10px;
}

#fb { background-image: url(/images/footer_fb.png); }
#fb:hover { background-position: right center; }
#tw { background-image: url(/images/footer_twitter.png); }
#tw:hover { background-position: right center; }
#fl { background-image: url(/images/footer_flickr.png); }
#fl:hover { background-position: right center; }

.hp_rn_copy
{
	font-weight: bold;
	text-align: left;
	margin-top: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.wp-table-reloaded
{
	margin: 0px;
	padding: 0px;
	border-color: #575653;
	width: 100%;
	border: 1px solid #000 !important;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-collapse:collapse;
}

.wp-table-reloaded td, .wp-table-reloaded tr, .wp-table-reloaded th
{
	margin: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	text-transform: inherit;
	font-size: 11px;
	line-height: 12px;
	padding: 8px;
	border: 1px solid #000 !important;
	text-align: center;
}

.wp-table-reloaded tr
{
}

.wp-table-reloaded td, .wp-table-reloaded th
{
	display: table-cell;
	vertical-align: middle;
}

.odd
{
	background-color: #dddddd;
}

.row-1
{
	background-color: #54524F !important;
	border-bottom: 1px solid #000 !important;
	color: white;
}

.column-1
{
	background-color: #FF0000 !important;
	border-right: 1px solid #000 !important;
	color: white;
	text-align: right !important;
}

.wp-table-reloaded-id-16 { margin-left: -18px; }

.fb-like-box
{
	/* ALPHA */
	filter: alpha(opacity=40) ;
	opacity: .4;
}

