/* 
	Theme Name: Blue Zinfandel 3-Column
	Theme URL: http://www.briangardner.com/themes/blue-zinfandel-wordpress-theme.htm
	Description: Blue Zinfandel 3-Column is a modern theme created for Wordpress.
	Author: Brian Gardner
	Author URI: http://www.briangardner.com
	Version: 1.0
		
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Changelog:
		v1.0 - 05.16.07
			First Release of Blue Zinfandel 3-Column
*/
body {
	color: #777;
	font-size: 13px;
	font-family: Georgia;
	background-color: #777;
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
	background-image: url(../images/bg.jpg);
	}
	
#wrap {
	/*background: #EFEFEF url(images/bg.gif) top center repeat-y;*/
	color: #333333;
	font-size: 13px;
	font-family: Georgia;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
/************************************************
*	Hyperlinks									*
************************************************/
a, a:visited{
	color: #000000;
	text-decoration: none;
	}
	
a:hover{
	color: #990000;
	text-decoration: underline;
	}
	
/************************************************
*	Header  									*
************************************************/
#header {
	background: #FFFFFF;
	width: 960px;
	margin: 0px auto 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	border-top: 5px solid #658DB5;
    	}
	
#header a {
	font-family: Georgia;
	font-size: 78px;
	color: #333333;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	
	}
#header a:hover{
	color: #333333;
	}
	

	
/************************************************
*	Navbar      								*
************************************************/
#navbar {
	background: #FFFFFF;
	width: 960px;
	margin: 0px auto 0px;
	padding: 10px 0px 10px 0px;
	text-align: right;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	}
	
#navbar li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
		
#navbar ul {
	margin: 0px;
	padding: 0px;
	}
	
#navbar ul li a {
	font-family: Times New Roman, Helvetica, Sans-Serif;
	font-size: 13px;
	color: #333333;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	text-decoration: none;
	text-transform: uppercase;
	}
#navbar ul li a:hover {
	color: #658DB5;
	}
	
/************************************************
*	Left Sidebar      							*
************************************************/
#l_sidebar {
	float: left;
	width: 150px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	display: inline;
	}
	
#l_sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
#l_sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#l_sidebar ul li {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}
	
#l_sidebar ul li a {
	color: #507AA5;
	text-decoration: none;
	}
#l_sidebar ul li a:hover {
	color: #507AA5;
	text-decoration: underline;
	}
	
/************************************************
*	Right Sidebar      							*
************************************************/
	
#r_sidebar {
	float: right;
	width: 170px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	display: inline;
	}
#r_sidebar p{
	padding: 2px 0px 16px 0px;
	margin: 0px;
	line-height: 20px;
	}
#r_sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
#r_sidebar ul li {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}
	
#r_sidebar ul li a {
	color: #507AA5;
	text-decoration: none;
	}
#r_sidebar ul li a:hover {
	color: #507AA5;
	text-decoration: underline;
	}
	
/************************************************
*	Content 					     		    * 
************************************************/
#content {
	width: 990px;
	margin: 0px auto 0px;
	padding: 0px;
	}
#content p{
	padding: 0px 0px 15px 0px;
	margin: 0px;
	line-height: 20px;
	}
	
#content p img{
	float: left;
	border: none;
	margin-right: 15px;
	margin-bottom: 10px;
	}
	
#content h1 {
	color: #333333;
	font-size: 10px;
	font-family: Times New Roman, Verdana, Arial, Sans-Serif;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}
	
#content h1 a  {
	color: #333333;
	text-decoration: none;
	}
#content h1 a:hover {
	color: #658DB5;
	text-decoration: none;
	}
	
#content h2 {
	color: #333333;
	font-size: 13px;
	font-family: Times New Roman, Verdana, Arial, Sans-Serif;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	border-top: 1px dotted #C0C0C0;
	border-bottom: 1px dotted #C0C0C0;
	}
	
blockquote{
	margin: 0px 25px 15px 25px;
	padding: 0px 25px 0px 10px;
	background: #E8E8E8;
	border-top: 2px solid #000000;
	border-bottom: 1px solid #000000;
	}
	
#content blockquote p{
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	}

#contentmiddle {
	line-height: 20px;
	padding: 0px 10px 0px 0px;
	text-align: justify;
	}
	
#contentmiddle p img{
	float: left;
	border: solid #C6C6C6 1px;
	margin-right: 15px;
	margin-bottom: 10px;
	}
	
#contentmiddle ol{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
#contentmiddle ol li{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
#contentmiddle ul{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
#contentmiddle ul li{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
.contentdate {
	background: #FFFFFF url(../images/date.gif);
	float: left;
	width: 45px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	}
	
.contentdate h3 {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	padding: 1px 0px 0px 10px;
	margin: 0px;
	text-transform: uppercase;
	}
	
.contentdate h4 {
	font-family: Times New Roman, Helvetica, Sans-Serif;
	color: #999999;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 4px 0px 0px;
	margin: 0px;
	text-align: center;
	}
	
.contenttitle {
	float: left;
	width: 534px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}
	
.contenttitle h1 {
	color: #990000;
	font-size: 22px;
	font-family: Times New Roman, Verdana, Arial, Sans-Serif;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
	line-height: 26px;
	text-align: center;
	}

.lezanta {
	color: #333333;
	font-size: 11px;
	font-family: Georgia;
	}
		
#content img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
#content img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
	
.postspace {
	background: #EFEFEF url(images/spacer.gif);
	width: 440px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	}
	
/************************************************
*	Footer      								*
************************************************/
#footer {
	background: #FFFFFF;
	width: 960px;
	margin: 0px auto 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	border-top: 1px solid #C0C0C0;
	}
/************************************************
*	Search Form									*
************************************************/
#searchdiv {
	margin: 0px;
	padding: 0px;
	}
	
#searchform {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
	
#s {
	width: 160px;
	background: #EFEFEF url(images/search.gif);
	color: #333333;
	font-size: 13px;
	font-family: Verdana, Helvetica, Sans-Serif;
	padding: 3px;
	margin: 8px 0px 0px 0px;
	border: 1px solid #C0C0C0;
	}
/************************************************
*	Comments									*
************************************************/
	
#commentblock {
	width: 400px;
	background: #EFEFEF;
	color: #000000;
	float: left;
	padding: 20px 20px 10px 20px;
	margin: 10px 0px 0px 0px;
	border-top: 2px solid #000000;
	border-bottom: 1px solid #000000;
	}
	
#commentblock ol{
	list-style-type: square;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	}
	
.commentdate {
	font-size: 12px;
	padding-left: 0px;
	}
	
#commentlist li p{
	margin-bottom: 8px;
	line-height: 20px;
	padding: 0px;
	}
.commentname {
	color: #333333;
	margin: 0px;
	padding: 5px 5px 5px 0px;
	}
.commentinfo{
	clear: both;
	}
.commenttext {
	clear: both;
	margin: 3px 0px 10px 0px;
	padding: 20px 10px 5px 10px;
	width: 350px;
	background: #FFFFFF url(images/comment.gif) no-repeat top;
	}
.commenttext-admin {
	clear: both;
	margin: 3px 0px 10px 0px;
	padding: 20px 10px 5px 10px;
	width: 350px;
	background: #FFFFFF url(images/comment.gif) no-repeat top;
	}
#commentsformheader{
	padding-left: 0px;
	}
#commentsform{
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
#commentsform form{
	text-align: left;
	margin: 0px;
	}
#commentsform p{
	margin: 0px;
	}
#commentsform form textarea{
	width: 99%;
	}
	
p.comments_link  img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
#fancybox-overlay {background:#000!important;opacity:0.8!important;}


/************************************************
*	Custom									*
************************************************/


	
.outer{
	border-bottom: 1px solid #cbdcce;
	border-left-color: #cbdcce;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #cbdcce;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #cbdcce;
	border-top-style: solid;
	border-top-width: 1px;
	}
	
.headclass1{
	background: #990000;
	height: 40px;
	border-right-color: White;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: White;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: White;
	border-top-style: solid;
	border-top-width: 1px;
	}

.headclass1f {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	}
.headclass1f:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	}
.headclass1f:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	}

.headclass2{
	border-bottom: 1px solid #cbdcce;
	}

.menu{
	border-bottom: 1px solid #cbdcce;
	height: 55px;
	background: White;
	}

a.mlink{
	font-family: Georgia;
	font-size: 18px;
	color: #555555;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	height: 45px;
	}

a.mlink:hover{
	font-family: Georgia;
	font-size: 18px;
	text-decoration: none;
	display: block;
	color: #990000;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #A4FF9B;
	vertical-align: middle;
	}

a.tmenu, a.tmenu:visited {
	FONT-SIZE: 14px; 
	FONT-FAMILY: Georgia;
	TEXT-DECORATION: none;
	display : block;
	color: #555555; 	
	font-weight : normal;
	padding: 14px 9px 14px 9px;
	height: 14px;
	vertical-align: middle;
	text-align: center;
	}
a.tmenu:hover {
	color: #990000; 	
	background-image: url(../images/tmenu-bg.jpg);
	background-repeat: repeat-x;
	background-position: left;
	text-decoration: none;
	}
	
#headclass3{
	background: #DDDDDD;
	border-bottom: 1px solid #AFAFAF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	height: 95px;
	vertical-align: middle;
	}

#headclass3 a {
	color: #555555;
	}

#headclass3 a:hover {
	color: #990000;
	}

.headclass33{
	background: #DDDDDD;
	border-bottom: 1px solid #AFAFAF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	height: 95px;
	vertical-align: middle;
	}

.headclass33 a {
	font-size: 11px;
	color: #555555;
	}

.headclass33 a:visited {
	font-size: 11px;
	color: #555555;
	}

.headclass33 a:hover {
	color: #990000;
	}
	
.fptitle2 {
	color: #990000;
	font-size: 20px;
	font-family: Times New Roman, Verdana, Arial, Sans-Serif;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
	}
	
.fptitle {
	color: #990000;
	font-size: 16px;
	font-family: Times New Roman, Verdana, Arial, Sans-Serif;
	font-weight: normal;
	display: block;
	margin-bottom: 5px;
	line-height: 16px;
	}

a.fptitle {
	color: #990000;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;	}

a.fptitle:hover {
	color: #399;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
	}
	

.Ltitle {
	color: #333333;
	font-size: 18px;
	font-family: "Times New Roman", Verdana, Arial, Sans-Serif;
	font-weight: normal;
	display: block;
	margin-bottom: 5px;
	background-color: #F7F7F7;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #98c5c8;
	border-bottom-color: #999;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	text-decoration: none;
	}

a.Ltitle {
	color: #333333;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;	}

a.Ltitle:hover {
	color: #399;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
	}
	
	
	
	
.newslist {
	color: #990000;
	font-size: 11px;
	font-family: Georgia;
	font-weight: normal;
	display: block;
	line-height: 12px;
	padding-bottom: 4px;
	padding-top: 4px;
	}
.newslist:hover {
	background: #F5F5F5;
}

	.rellist {
	color: #990000;
	font-size: 12px;
	font-family: Georgia;
	font-weight: normal;
	display: block;
	padding-bottom: 4px;
	padding-top: 4px;
	}

.bottom{
	background: url(../images/t2bg.gif);
	}

.DNA{
	height: 50px;
	background: url(../images/t2bg.gif);
	text-align: center;
	}
.topimg{
	border: 1px solid Silver; 
	padding: 1px 1px 1px 1px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 8px;
}
.firstimg{
	border: 1px solid Silver; 
	padding: 2px 2px 2px 2px;
}

.contentd{
	font-family: Georgia, Cambria, 'Palatino Linotype', serif;
	font-size: 11pt;
	vertical-align: top;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	line-height: 170%;
	background-color: #FFF;
	color: #444;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #AAA;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #AAA;
	min-height: 100px;
	}

.contente{
	font-family: Georgia, Cambria, 'Palatino Linotype', serif;
	font-size: 11pt;
	vertical-align: top;
	line-height: 170%;
	background-color: #FFF;
	color: #444;
	}


.search {
	background: #848484;
	border: 1px solid #090909;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
	height: 75px;
	padding: 25px;
	
   }
a.credits, a.credits:hover, a.credits:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: White;
	text-align: center;
   }

.path {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #B22222;
   }
	
INPUT {
	background-color: #FAFAFA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #990033;
	margin-top: 5px;
	margin-bottom: 5px;
}

.Sbutton { 
	border-top-color : White;
	border-top-style : solid;
	border-top-width : 1px;
	border-bottom-color : #BABABA;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-left-color : White;
	border-left-style : solid;
	border-left-width : 1px;
	border-right-color : #BABABA;
	border-right-style : solid;
	border-right-width : 1px;
	background-color : #404040;
	font-family: Ms Sans Serif,Arial; 
	font-size: 12px; 
	font-weight:bold;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 20px;
	padding-right: 20px;
	color : White;
	float: right;
}

.smm1 {
	background-image: url(../images/menu-h.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}

.smme {
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #990000;
}

.smme2 {
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #990000;
}

.bordertopred{
	border-top-color : #990000;
	border-top-style : solid;
	border-top-width : 1px;
}

/*
h1 {		display: block;
			clear: both;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-weight: normal;
			font-size: 28px;
			line-height: 33px;
			letter-spacing: -1px;
			margin: 0px;
			padding: 0px;
			border: none; }
			*/


/************************************************
*	Home boxes      							*
************************************************/
#home_cont {
	float: left;
	width: 624px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	display: inline;
	}			
	
#home_cont one {
	float: left;
	width: 312px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	display: inline;
	}			
	
#home_cont two {
	float: left;
	width: 312px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	display: inline;
	}
.bar-left {
	background-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	width: 198px;
}
.bar-right {
	background-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	width: 198px;
}
.bar-menu {
	background-color: #FFF;
	height: 40px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
h1.post-title{
	text-shadow: 1px 1px 1px white;
	font-family: 'Droid Serif', Georgia, serif;
	font-size: 32px;
	font-style: italic;
	line-height: 130%;
	font-weight: normal;
	color: #333;
}
h1.post-title a:hover {
	color: #990000;
	text-decoration: none;
}

h1.rel-title a{
	text-shadow: 1px 1px 1px white;
	font-family: 'Droid Serif', Georgia, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 130%;
	font-weight: normal;
	color: #000;
	border-top-color: Silver;
	border-top-width: 1px;
	border-top-style: solid;
}
h1.rel-title a:hover {
	color: #990000;
	text-decoration: none;
}
h1.page-title {
	text-shadow: #009999;
	font-family: 'Droid Serif', Georgia, serif;
	font-size: 24px;
	font-style: italic;
	line-height: 130%;
	font-weight: normal;
	color: #000;
	border-top-color: #EEEEEE;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-color: #CAE2E7;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	display: block;
	background-color: #F9F9F9;
	margin-bottom: 4px;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.rell-title a{
	text-shadow: #009999;
	font-family: 'Droid Serif', Georgia, serif;
	font-size: 20px;
	font-style: italic;
	line-height: 130%;
	font-weight: normal;
	color: #000;
	border-top-color: Silver;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-color: Silver;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: block;
	background-color: #F9F9F9;
	margin-bottom: 4px;
}
.rell-title a:hover {
	color: #990000;
	text-decoration: none;
	background-color: #E2F3F1;
}

.h-menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
.bot-bar {
	background-color: #333;
	height: 80px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #060;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #030;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #DDDDDD;
	padding-top: 6px;
	padding-left: 10px;
	padding-bottom: 6px;
	padding-right: 12px;
	}
.bban {
	padding: 1px;
	border: 8px solid #DDD;
}
.bban:hover {
	padding: 1px;
	border: 8px solid #99bec4;
}
.blez {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	color: #838383;
	line-height: 10px;
}

.blezb {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	color: #696969;
}
.streamhead{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	color: #FFFFFF;
	width: 166px;
	background-color: #990000;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-top: 10px;
	text-align: center;
	}
.stream {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	color: #990000;
	width: 174px;
	background-color: #EBEBEB;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-top: 4px;
}
.stream2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	color: #990000;
	width: 160px;
	background-color: #EBEBEB;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 1px;
	margin-top: 0px;
	border-bottom-color: #CDCDCD;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.dateblock {
	color: #708090;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 5px solid #DDDDDD;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-right: 3px;
	padding-left: 3px;
	display: block;
	text-align: right;
	margin-bottom: 6px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 2px;
	vertical-align: bottom;
	line-height: 10px;
	}
.daterel {
	color: #404040;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-bottom: 1px solid Silver;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-right: 3px;
	padding-left: 3px;
	display: block;
	text-align: right;
	margin-bottom: 6px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 2px;
	vertical-align: bottom;
	line-height: 18px;
	background-color: #F9F9F9;
	}
.daterelin {
	color: #404040;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
.videolist {
	min-height: 80px;
	overflow: inherit;
	}	
.news {
	display: block;
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 1px;
}
.photos {
	display: block;
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 1px;
	background-color: #F5DEB3;
}
.pgCurrent {FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #FFFFFF; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #990000;    padding-bottom: 4px;  padding-left: 4px;  padding-right: 4px;  padding-top: 4px;  line-height: 26px;        }
.pgMore {FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #333333; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-DECORATION: none;     padding-bottom: 4px;  padding-left: 4px;  padding-right: 4px;  padding-top: 4px;  background-color: White;  line-height: 26px;        }
.pgMore:hover {FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: White; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #990000; TEXT-DECORATION: none;     padding-bottom: 4px;  padding-left: 4px;  padding-right: 4px;  padding-top: 4px;        }
.lezanta {
	color: #404040;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	line-height: 12px;
	}
