body {
	height:100%;
	width:100%;
	font-family:sylfaen, arial;
	font-size:100%;
}
a {
/*
	color:#407f94;
*/
	color:#035A89;
}
a:hover {
	color:#f00000;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.no_margin {
	margin:0;
}
.clear {
	clear:both; 
	display:block; 
	visibility:hidden;
}
.globalWrap {
	width:990px;
	margin:0 auto;
	position:relative;
	height:100%;
}
.globalWrap .contentWrap, .globalWrap .shadowLeft, .globalWrap .shadowRight {
	vertical-align:top;
	text-align:left;
}
.globalWrap .shadowLeft {
	width:15px;
	background:url(../images/shadow_left.png) top right repeat-y;	
}
.globalWrap .shadowRight {
	width:15px;
	background:url(../images/shadow_right.png) top left repeat-y;	
}



.topbar {
	height:33px;
	background:url(../images/topbar_gradient.png) top left repeat-x;
	font-size:0.75em;
}
.topbar .links {
	float:left;
	margin:6px 0 0 10px;
}
.topbar .links ul li {
	display:inline-block;
	float:left;
	position:relative;
}
.topbar .links a {
	margin:0 20px 0 20px;
	color:#ccc;
}
.topbar .links a:hover {
	color:#fff;
}
.topbar .links .home i, .topbar .links .contact i, .topbar .links .rss i {
	background:url(../images/site_elements.png) no-repeat;
	background-position:0 0;
	height:16px;
	width:16px;
	position:absolute;
	left:0;
}
.subscribe {
	background:url(../images/subscribe.png) no-repeat;
	background-position: 0 2px;
}
.topbar .links .contact i {
	background-position:-16px 0;
}
.topbar .links .rss i {
	background-position:-32px 0;
}


.topbar .search {
	float:right;
	margin:6px 10px 0 0;
}
.topbar .search ul li {
	display:inline-block;
	float:left;
}
.topbar .search .searchField {
	border:0;
	width:150px;
	height:17px;
	margin:1px 8px 0 0;
}
.topbar .search .searchButton {
	width:19px;
	height:19px;
	background:url(../images/site_elements.png) no-repeat;
	background-position:-8px -24px;
	border:0;
	cursor:pointer;
}




.host_href {
	text-decoration: none;
}
.host_href:hover {
	text-decoration: underline;
}
.header .logo {
	float:left;
	margin:26px 0 28px 20px;
}
.header .advertise {
	margin:18px 18px 0 0;
	float:right;
	width:468px;
	height:60px;
	background:#f0f0f0;
}



.globalNavigation {
	border-top:6px solid #000;
	height:45px;
	background:url(../images/gnav_gradient.png) top left repeat-x;
}
.globalNavigation .tabs {
	margin-left:0px;
}
.globalNavigation .tabs ul li {
	display:inline-block;
	float:left;
}
.globalNavigation .tabs ul li a {
	display:inline-block;
	padding:7px 20px 20px 20px;
	color:#000;
	text-decoration:none;
}
.globalNavigation .tabs ul li a:hover {
	color:#f00;
	text-decoration:underline;
}
.globalNavigation .tabs .active a {
	color:#fff;
	background:url(../images/gnav_active.png) top left repeat-x;
}
.globalNavigation .tabs .active a:hover {
	color:#fff;
	text-decoration:none;
}

.globalNavigation .rssLink {
	float:right;
	margin:7px 20px 0 0;
}
.globalNavigation .rssLink a {
	color:#f00;
}




.columns {
	margin-top:20px;
}
.columns .columnA {
	width:700px;
	vertical-align:top;
	padding-right:30px;
}
.columns .columnB {
	width:230px;
	vertical-align:top;
}




/****    N E W S   ****/
.news {
	margin-left:20px;
}
.news .short {
	margin-bottom:30px;
}
.news .title {
	font-size:1.6em;
	color:#000;
}
.news .title a {
	color:#10487c;
	text-decoration:none;
}
.news .title a:hover {
	color:#41709d;
	text-decoration:underline;
}
.news .photoBlock {
	position:relative;
	margin:15px 0;
}
.news .photoBlock .photo {
	width:460px;
	height:320px;
	overflow:hidden;
	vertical-align: bottom;
	text-align: left;
	float: left;
}
.news .photoBlock .author {
	position:absolute;
	left:480px;
	top:-5px;
}
.news .photoBlock .author .authorPhoto {
	float:left;
	margin:5px 10px 0 0;
	height:75px;
	width:75px;
	overflow:hidden;
}
.news .photoBlock .author .authorInfo {
	float:left;
	width:150px;
}
.news .photoBlock .author .authorInfo em {
	font-size:0.8em;
	display:block;
	margin-bottom:10px;
}
.news .photoBlock .author .authorInfo span a {
	text-decoration:none;
}
.news .photoBlock .author .authorInfo span a:hover {
	text-decoration:underline;
}
.news .photoBlock .date {
	position:absolute;
	left:480px;
	top:90px;
	color:#f00;
	font-style:italic;
	font-family:arial;
	font-size:0.8em;
}
.news .text {
	margin-bottom:10px;
}
.news .text p {
	margin-bottom:15px;
}
.news .readmoreLink a {
	color:#f00;
}
.news .stats {
	background:#f0f0f0;
	padding:10px;
	margin-top:15px;
	font-size:0.8em;
	color:#666;
}
.news .stats em {
	padding:0 10px;
}





/****    L O G   I N   ****/
#login {
    width: 188px;
    min-height: 100px;
    border: 1px solid #D2D3CE;
    background: #f6f4f1 url(files/login_gradient.png) top left repeat-x;
    text-align: left;
    padding-left: 18px;
	padding-right:2px;
    padding-bottom: 5px;
}

#login p {
    font-size: 1em;
    color: black;
    margin: 6px 0 10px 0;
    padding: 0;
    display: block;
}

#login a {
    display: inline-block;
    font-size: .9em;
    text-decoration: underline;
    padding-left: 15px;
}

#login #inputs {
    width: 190px;
}

#login #inputs .input {
    width: 170px;
    height: 20px;
    margin-top: 4px;
    border: 1px solid #cccccc;
    border-top: 1px solid #666666 !important;
    outline: none;
}

#login #inputs .validator {
    display: inline-block;
    margin: 0;
    padding: 0;
}

#login #error {
    font-size: .7em;
    color: red;
    display: block;
    padding: 3px;
}

#login #submits {
    height: 30px;
    width: 190px;
    margin: 8px 0 0 0;
}

#login #submits input {
    font-size: .8em;
}

#login #submits label {
    font-size: .8em;
}

#login #submits .btnSubmit {
    padding-top: 2px;
    padding-bottom: 4px;
    width: 64px;
    height: 28px;
    background: white;
    border: 1px solid #D2D3CE;
    display: block;
	cursor:pointer;
}

#login #submits .me {
    margin: 7px 10px 0 0;
    padding: 0;
	font-size:0.9em;
}
#login #submits .me input {
	vertical-align:text-bottom;
	margin:0 4px 2px 0;
}

#login .reg {
    color: #2eba1c;
    margin: 20px 0 0 0;
    background: url(files/icoPopupGreen.gif) no-repeat 0% 55%;
}

#login .pas {
    color: #666666;
    margin: 6px 0 5px 0;
    background: url(files/icoPopupGrey.gif) no-repeat 0% 55%;
}




/****    L O G   O U T   ****/
#logout {
    width: 188px;
    border: 1px solid #D2D3CE;
    background: #F7F6F2;
    text-align: left;
    padding: 5px 4px 5px 12px;
}

#logout .hello {
    font-size: .8em;
    color: #333333;
    margin-right: 4px;
    padding: 0;
    display: inline;
}

#logout .name {
    font-family: Verdana, Sylfaen;
    font-size: .9em;
    color: green;
    display: inline-block;
    margin: 0;
    padding: 0;
}

#editUser {
    margin: 20px 0 0 0;
}

#editUser a {
    color: gray;
    font-size: .8em;
    display: inline-block;
}

#editProfile, #resetPassword {
    background: white;
    border: solid 1px #cccccc;
    margin: -23px 0 5px -6px;
    padding: 20px 10px 10px 10px;
    z-index: 10;
    position: relative;
}

#editProfile {
    width: 180px;
    height: 300px;
}

#resetPassword {
    width: 180px;
    height: 200px;
}

#exit {
    text-align: right;
    font-size: .8em;
    margin-top: 30px;
    margin-right: 5px;
}

#exit a {
    color: red;
    background: url(files/icoSignOut.gif) no-repeat 0% 80%;
    padding-left: 18px;
}








.authorsBlock {
	background:#000;
	width:210px;
	padding:15px 0;
	margin-top:15px;
}
.authorsBlock h1 {
	font-size:1.4em;
	display:block;
	margin:0 0 20px 20px;
	color:#fff;
}
.authorsBlock .authors {
	margin:0 20px 10px 20px;
	border-top:1px solid #222;
}
.authorsBlock .authors td {
	vertical-align:top;
}
.authorsBlock .authors .tr {
	border-bottom:1px solid #222;
}
.authorsBlock .authors .photo {
	display:inline-block;
	float:left;
	padding:10px 10px 12px 0;
}
.authorsBlock .authors .photo img {
	margin-top:4px;
}
.authorsBlock .authors .names {
	padding:8px 0 12px 0;
}
.authorsBlock .authors .names a {
	color:#666;
	text-decoration:none;
	font-size:0.8em;
}
.authorsBlock .authors .names a:hover {
	color:#999;
	text-decoration:underline;
}
.authorsBlock .authors .names span {
	display:block;
	margin-bottom:5px;
}
.authorsBlock .authors .names span a {
	color:#4c95d3;
	text-decoration:none;
	font-size:1em;
}
.authorsBlock .authors .names span a:hover {
	color:#98c9f3;
	text-decoration:underline;
}


.topArticles {
	margin:15px 20px 0 0;
	width:178px;
	border:1px solid #dcdcdc;
	background:#fafafa url(files/comments_gradient.png) top left repeat-x;
	padding:10px 15px 10px 15px;
}
.topArticles h1 {
	font-size:1.4em;
	display:block;
	margin:5px 0 15px 0;
}
.topArticles ul li {
	background:url(files/icoBullet.gif) no-repeat scroll 0 0.5em;
	display:inline-block;
	margin-bottom:15px;
	padding:0 0 0 10px;
}

.topArticles ul li a {
	display:block;
	font-size:0.8em;
	text-decoration:none;
}
.topArticles ul li a:hover {
	text-decoration:underline;
}




.footer {
	height:46px;
	background:#000;
	font-size:0.75em;
	margin-top:40px;
}
.footer .copyright {
	float:left;
	color:#999;
	margin:15px 0 0 18px;

}
.footer .links {
	float:right;
	margin:15px 18px 0 0;
}
.footer .links a {
	color:#E54341;
	text-decoration:none;
}
.footer .links a:hover {
	text-decoration:underline;
}
.footer .links em {
	padding:0 10px;
	color:#333;
}









.videos {
	margin-left:20px;
}
.videos .player {
	margin-bottom:30px;
}
.videos .details {
	background:#f0f0f0;
	padding:10px;
}
.videos .details .title {
	font-size:1.6em;
	margin-bottom:10px;
	display:block;
}
.videos .details .title a {
	color:#10487c;
	text-decoration:none;
}
.videos .details .title a:hover {
	color:#41709d;
	text-decoration:underline;
}
.videos .details .stats {
	font-size:0.8em;
	color:#666;
}
.videos .details .stats .date {
	font-family:arial;
	color:#f00;
	margin:2px 20px 0 0;
}
.videos .details .stats em {
	padding:0 10px;
}


.video_thumbs {
	margin-bottom:15px;
	font-size:0.8em;
	border:1px solid #dcdcdc;
	padding:10px;
	height:100%;
	position:relative;

}
.video_thumbs h1 {
	height:45px;
	background:url(../images/gnav_gradient.png) top left repeat-x;
	color:#000;
	font-size:1.8em;
	display:block;
	padding:15px 0 15px 15px;
	margin:-10px;
}
.video_thumbs ul {
	margin-right:-33px;
}
.video_thumbs .thumb {
	
	width:120px;
	height:250px;
	float:left;
	padding:5px 33px 10px 5px;	
}
*.html.video_thumbs .thumb {
	
	width:120px;

	height:280px;
	float:left;
	padding:5px 10px 10px 5px;	
}
.video_thumbs .thumb a {
	display:inline-block;
	cursor:pointer;
	text-decoration:none;
}
.video_thumbs .thumb a img {
	width:130px;
	height:90px;
	padding:5px;
	border:1px solid #dcdcdc;
	background:#dcdcdc;
}
.video_thumbs .thumb a:hover img {
	background:#ed1b1b;
	border:1px solid #ed1b1b;
}
.video_thumbs .thumb .title a {
	font-size: 11px;
	display:block;
	max-height:76px;
	overflow:hidden;
	margin:5px 0 3px 0;
}
.video_thumbs .thumb .title a:hover {
	color:#f00;
	text-decoration:underline;
}
.video_thumbs .thumb .stats {
	color:#666;
	font-size:0.9em;
	margin-bottom:4px;
}
.video_thumbs .thumb .date {
	color:#000;
	font-size:0.8em;
	font-family:arial;
	margin-left:1px;
}
.video_thumbs .catAuthor {
	position:absolute;
	right:15px;
	top:15px;
}
.video_thumbs .biography {
	margin:0 100px 15px 5px;
}

.videoarchive-button a {
	display:inline-block;
	/*width:190px;*/
	color:#fff;
	background:#000;
	padding:7px 12px 12px 12px;
	text-decoration:none;
}
.videoarchive-button a:hover {
	color:#f00;
	text-decoration:underline;
}



.article_thumbs {
	margin-left:10px;
}




.print {
	display:inline-block;
	height:50px;
	margin:15px 0 10px 0;
	width:100%;
}
.print a {
	background:transparent url(files/icoPrint.gif) no-repeat scroll 0 -50%;
	color:#528DC8;
	display:inline-block;
	font-size:13px;
	margin:10px 0 30px -2px;
	padding-left:30px;
	text-decoration:none;
}
.print a:hover {
	text-decoration:underline;
	color:#f00;
}






.comments h1 {
	color:#000;
	font-size:1.4em;
	margin:10px 0 30px 7px;
}
.comments ul li {
	margin-bottom:25px;
	font-size:0.8em;
}
.comments .author {
	margin-bottom:10px;
}
.comments .author .author-name {
	margin-left:8px;
	font-family:arial;	
}
.comments .author .date {
	float:right;
	font-family:arial;
	color:#999;
	margin-right:8px;
}
.comments .text {
	background:#f0f0f0;
	padding:10px;
	position:relative;
}
.comments .text .arrow {
	position:absolute;
	background:url(files/comments_arrow.gif) top left no-repeat;
	height:8px;
	width:12px;
	display:block;
	top:-8px;
	left:20px;
}

.add_comment {
	margin-bottom:40px;
	padding-top:30px;
	font-size:0.8em;
}
.add_comment h1 {
	font-size:1.6em;
	margin-bottom:10px;
}
.add_comment .geo {
	margin-bottom:7px;
}
.add_comment .geo input {
	margin:-1px 5px 0 0;
	vertical-align:middle;
}
.add_comment .textarea {
	padding:5px 0 6px;
	width:99.6%;
	background:transparent url(files/formsbg.png) no-repeat scroll left top;
	border:1px solid #999999;
	color:#777777;
	font-family:arial;
	font-size:0.9em;
}
.add_comment #buttons input {
	cursor:pointer;
	height:36px;
	margin-top:15px;
	padding:0 2px 3px;
	width:90px;
}




/************ Archive Pages ********************/





.item {padding: 10px 0; border-top: 1px dotted gray;}
.item a {display: block; margin-bottom: 5px; font-size: .9em; color: #035A89; text-decoration: none;}
.item a:hover {text-decoration: underline;}

.item span {display: block; color: red; font-size: .7em; font-family: Arial;}
.item p {margin: 2px 0 0 0; padding: 0; font-size: .8em;}

.datapager {margin: 30px 0;}

.datapager .numCurrent, .datapager .numItem {
	font-family: Arial; 
	font-size: 12px; 
	color: black; 
	text-decoration: none; 
	display: inline-block; 
	width: 26px; 
	height: 19px; 
	padding: 5px 0 0 0;
	text-align: center;
	vertical-align: middle;}

.datapager .numCurrent {border: 1px solid #da3927;	background: #fbe6e3;}
.datapager .numItem {color: gray; border: 1px solid gray;}          
.datapager .numItem:hover {color: black; border: 1px solid #da3927; background: #fbe6e3;}


.datapager .btn {color: #035A89; display: inline-block; margin: 0 5px;}




.commentkiller {
	position:absolute; 
	top:4px; 
	right:4px; 
	
	font-family:Arial, Sans-Serif;
	font-size:.8em;
	font-weight:bold;
	color:#f00;
	text-decoration:none;
	
	display:inline-block;
	padding:2px 4px;
	
}
.commentkiller:hover {
	color:#fff;
	background:#000;
}



.counters {padding: 8px 0 0 5px; border: 1px solid #cccccc; margin: 0 0 30px 0; display: inline-block; width: 210px;}
#number {width: 210px; margin: 20px 0 0 0;}
#number span {font-size: 12px; color: gray; margin: 0 4px 2px 0; display: inline-block;}




.level1-active {
	color:#f00 !important;
}
.level2-active {
	color:#fff !important;
}
.withli ul li{

		list-style-type:disc;
		padding: 5px
	
}
.pagenary td   {width:50px;font-size: 12px}
.search_links {font-family:Arial;font-size:13px;color: black;text-decoration: none}
.search_links:hover {text-decoration: underline}

.register_form{
	width: 100%;
	bordeR: 1px solid #cccccc;
	background:url(../images/gnav_gradient.png) top left repeat-x;
}
.register_form  td{
	padding: 7px;
	font-size: 13px;
	font-family: arial;
}
.register_form  input{
	border: 1px solid #cccccc;
	font-size: 13px
}

.login_form {
	border: 1px solid #cccccc;
	width: 210px;
	background:url(../images/gnav_gradient.png) top left repeat-x;
}
.login_form td{
	padding: 3px;
	font-size: 12px;
	font-family: arial;
}
.login_form input{
	border: 1px solid #cccccc;
	font-size: 12px
}
