/*
+---------------------------------------------------------------+
|	e107 Theme
|   --------------
|   Global News
|   --------------
|	©2007 mcpeace
|	mcpeace.manatwork@gmail.com
|	http://www.manatwork.evonet.ro
|
|   ©2007 marj - news code
|   http://etalkers.tuxfamily.org/home.php
|
|	Released under the terms and conditions of the
|	Creative Commons Attribution-NonCommercial-ShareAlike 2.5 License 
|     (http://creativecommons.org/licenses/by-nc-sa/2.5/).
|
|     DON'T REMOVE THE CREDIT, SOURCE AND LICENSE LINKS!
+---------------------------------------------------------------+
*/
*{
	margin: 0;
	padding: 0; 	
}
body {
	margin: 0;
	padding: 0; 
	font-size: 62.5%; 
	font-family: 'lucida grande', verdana, arial, sans-serif;
	color: #333;
	text-align: center;
	background:#000 url(images/color.gif);
}
a {
	color: #0055ff;
	text-decoration: none;
}
a:hover {
	color: #008800;
	text-decoration: none;
}
h1 {
	font-size: 4em;
}
h2 {
	font-size: 1.6em;
	color: #333;
}
h3 {
	font-size: 1.3em;
}
h1, h2, h3 {
	font-family: 'trebuchet ms', 'lucida grande', verdana, arial, sans-serif;
	font-weight: bold;
}
td {
    background: none;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color:#ccc;
	padding: 0px;
	text-align:left;
}
acronym, abbr, span.caps {
	cursor: help;
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
	}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
hr {
	display: none;
	}
a img {
	border: none;
	}
.linkspage_button{
	border:0px;
}
.hidden{
	display:none;
}
.clear{
	clear: both;	
}
#pageout {
	margin: 20px auto;
	padding: 0;
	width: 1200px;
	background:#000 url("images/page.jpg") top left repeat-y;
}
#page {
	margin: 0;
	padding: 0;
	width: 1200px;
	background: url("images/header.jpg") top left no-repeat;
}
#pagein {
	margin: 0;
	padding: 0;
	width: 1200px;
	text-align: left;
	background: url("images/footer.jpg") bottom left no-repeat;
}
#pageout_wide {
	margin: 20px auto;
	padding: 0;
	width: 1200px;
	background:#000 url("images/page_wide.jpg") top left repeat-y;
}
#pagein_wide {
	margin: 0;
	padding: 0;
	width: 1200px;
	text-align: left;
	background: url("images/footer_wide.jpg") bottom left no-repeat;
}
#top_header{
	font-size: 11px;
	height: 20px;
	padding:10px;
	text-align: right;
}
#top_menu{
	padding: 3px 5px 0 0;
}
#top_menu a{
	color: #fff;
}
#top_menu a:hover{
	color: #00ff00;
}
#search{
	width: 300px;
	color: #eee;
	float: left;
	margin: 0;
	padding: 3px 0 0 10px;
	text-align: left;
}
#content {
	font-size: 1.3em;
	color: #ddd;
}
#colors a{
	color: #00ccff;
}		
#colors a:hover{
	color: #31cc64;
}
.narrowcolumn {
	float: left;
	padding:20px 10px 0 10px;
	margin: 0px 0 0;
	width: 730px;
}
#header {
	position:relative;
	padding: 0;
	margin: 0 auto;
	height: 178px;
	width: 100%;
}
#header h1{
	position:absolute;
	top:25px;
	left:40px;
	width: 400px;
	height: 97px;
	padding: 0;
	margin: 0 ;
}
#header_right {
    unicode-bidi:bidi-override; 
    direction:ltr; 
    display:block; 
	position:absolute;
	top: 58px;
	left: 750px;
	padding: 10px;
	margin: 0 auto;
	height: 220px;
	width: 200px;
    overflow:auto;
	font: .9765em 'lucida grande', verdana, arial, sans-serif;
	color: #333;
}
#navigation{
	width: 730px;
	height: 32px; 
	padding: 8px 0 0 0;
	margin-bottom: 10px;
	background: url(images/pipe.gif) left no-repeat;
}
#aux {
	float: left;
}
#aux_left {
	float: left;
	width: 360px;
}
#aux_right {
	float: right;
	width: 360px;
}
#right_side{
	float: right;
	width: 450px;
}
#right_side_wide{
	float: right;
	width: 230px;
}
#sidebar_left {
	float: left;
	margin:0px;
	padding: 10px;
	width: 200px;
	font: 1.2em 'lucida grande', verdana, arial, sans-serif;
}
#sidebar_right {
	float: right;
	margin:0px;
	padding: 10px;
	width: 200px;
	font: 1.2em 'lucida grande', verdana, arial, sans-serif;
}
.widecolumn {
	float: left;
	padding: 20px 0 0px 10px;
	margin: 0;
	width: 960px;
}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}
.widecolumn {
	line-height: 1.6em;
}
#footer {
	padding: 0;
	margin: 0;
	width: 1200px;
	clear: both;
	color: #bbb;
	height: 40px;
}
#footer p {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
}
.button{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	background: url(images/button.jpg) bottom left repeat-x;
	height: 19px;
	padding: 0 5px 2px 5px;
	border: 1px solid;
	border-color:#999 #333 #333 #999; 
}
.tbox.chatbox {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.spacer {
	padding: 2px 0 2px 0;
}
.indent{
	padding:4px;
	border: 1px solid #06c;
	background: url(images/back.gif);
}
.sidebar .indent{
	padding:4px;
	border: 1px solid #000;
	background: #eee;
}
.smalltext {
	font: 1em 'lucida grande', verdana, arial, sans-serif;
}
.mediumtext {
	font: 12px 'lucida grande', verdana, arial, sans-serif;
}
.tbox{
	background: #21509e url(images/color.gif);
	border: 1px solid;
	border-color: #000 #444 #444 #000;
	color: #ccc;
	font: 11px verdana, tahoma, arial, helvetica, sans-serif;
	padding: 2px 0;
}
.helpbox {
	border: 0px;
	background-color: transparent;
	color:#000;
	font: 9px tahoma, verdana, arial, helvetica, sans-serif;
}
.fborder {
	border: none;
	background: url(images/color.gif);
}
#sidebar_left .forumheader{
	background-color: #31cc64;
}
.forumheader{
	background-color: #00ccff;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	padding: 4px;
	border: 1px solid #ededed;
}
.forumheader td{
	color: #333;
}
#content .forumheader a{
	color: #0000ff;
}
#content .forumheader a:hover{
	color: #000;
}
.forumheader2{
	background-color: #21509e;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	color:#ccc;
	padding: 4px;
	border: #ededed 1px solid;
}
.forumheader3{
	background-color: #21509e;
	font: 12px verdana, tahoma, arial, helvetica, sans-serif;
	color:#ccc;
	padding: 4px;
	border: #ededed 1px solid;
}
.forumheader4{
	background-color: #21509e;
	font: 12px verdana, tahoma, arial, helvetica, sans-serif;
	color:#ccc;
	padding: 4px;
	border: #ededed 1px solid;
}
.forumheader5{
	background-color: #21509e;
	font: 12px verdana, tahoma, arial, helvetica, sans-serif;
	color:#ccc;
	padding: 4px;
	border: #ededed 1px solid;
}
.forumborder{
	border:  #000080 1px solid;
	background-color: transparent;
}
.fcaption {
	height:35px;
	border: #ededed 1px solid;
	padding: 2px 0 2px 8px;
	font: 11px verdana, tahoma, arial, helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	background: url("images/caption_left.png") bottom left repeat-x;
}
.pad .fcaption a{
	padding-right:4px;
	color: #00ffff;
}
.pad .fcaption a:hover{
	padding-right:4px;
	color: #00ff00;
}
.nextprev {
	text-align: left;
	margin-bottom: 10px;
}
.nextprev_link{
    background: url("images/btn.jpg") left repeat-x;
    text-decoration: none;
    width: 16px;
    height:12px;
    text-align:center;
    padding:1px 5px 1px 5px;
}
.npbutton{
    background: url("images/btn.jpg") left repeat-x;
    text-decoration: none;
    width: 16px;
    height:12px;
    text-align:center;
    padding:1px 0;
    border:1px solid;
    border-color:#336699 #444 #444 #336699;
}
.article{
	width: 730px;
}
.article_left {
    float:left;
	width: 360px;
}
.article_right {
    float:right;
	width: 360px;
}
.cap{
	background: url(images/caption_left.png);
}
.capin{
	background: url(images/caption_right.png) top right no-repeat;
	height: 40px;
}
.foot{
	background: #21509e url(images/line.png) top left repeat-x;
	padding: 3px;
}
.newsicon{
	float: left;
	width: 40px;
	height: 40px;
	text-align: center;	
	vertical-align: middle;
}
.newsimage{
	float: left;
	margin: 3px 10px 10px 0;
}
.box h2 {
	padding: 7px 0 0 50px;
	color: #fff;
}
.box{
	background: #21509e;
	margin-bottom: 10px;
    color: #ddd;
}
.foot{
	color: #fff;
}
.narrowcolumn .txt{
	padding: 5px;
}
.narrowcolumn a, #footer a{
    color: #00ccff;
}
.narrowcolumn a:hover, #footer a:hover{
	color: #31cc64;
}
.pad{
	margin-bottom: 10px;
}
.pad h3{
	margin-bottom: 10px;
	color: #000;
}
#content h3, #content h2{
	margin-bottom: 10px;
	color: #fff;
}
.sidebar .list a{
	display:block;
	width: 185px;
	padding: 5px 0 5px 15px;
	background: url(images/bullet.gif) left no-repeat;
}
.comm1{
	padding: 5px;
	background: #21509e url(images/arrow.gif) right no-repeat;
}
.comm2{
	padding: 5px;
	background: #21509e;
}
#content .pad {
	margin-bottom: 10px;
}
#header_right h3{
	color:#000;
}
.newscaticon{
	width: 40px;
	height: 40px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
.capcat{
	background: url(images/tr.gif) top right no-repeat;	
	height: 40px;
	padding: 0;
}
.capcat h2{
	padding: 7px 0 0 45px;
}
.capin h3{
	padding: 7px 0 0 15px;
}
.bottomleft{
	float: left;
	background: url(images/bl.gif) bottom left no-repeat;
	width: 5px;
	height: 5px;
}
.bottomright{
	float: right;
	background: url(images/br.gif) bottom right no-repeat;
	width: 5px;
	height: 5px;	
}
.textn{
	padding: 5px 10px 5px 10px;
}
#content .textn a{
	margin-left: -8px;
	color: #000;
	background: url(images/bullet2.gif) left bottom no-repeat;
	padding-left: 15px;
}
#content .textn a:hover{
	color: #0000ff;
}
.newscat1{
	background: #0080ff url(images/caption_left.png) top left repeat-x;
	margin-bottom: 10px;
	width: 360px;
	margin-right: 5px;
	overflow: hidden;
}
.newscat2{
	background: #00dd00 url(images/caption_left.png) top left repeat-x;
	margin-bottom: 10px;
	width: 360px;
	margin-left: 5px;
	overflow: hidden;
}
.newscat3{
	background: #ffaa00 url(images/caption_left.png) top left repeat-x;
	margin-bottom: 10px;
	width: 360px;
	margin-right: 5px;
	overflow: hidden;
}
.newscat4{
	background: #8080c0 url(images/caption_left.png) top left repeat-x;
	margin-bottom: 10px;
	width: 360px;
	margin-left: 5px;
	overflow: hidden;
}
.newscat5{
	background: #ffd400 url(images/caption_left.png) top left repeat-x;
	margin-bottom: 10px;
	width: 360px;
	margin-right: 5px;
	overflow: hidden;
}
.newscat6{
	background: #00c4c4 url(images/caption_left.png) top left repeat-x;
	margin-bottom: 10px;
	width: 360px;
	margin-left: 5px;
	overflow: hidden;
}
.newscat7{
	background: #ba7474 url(images/caption_left.png) top left repeat-x;
	margin-bottom: 10px;
	width: 360px;
	margin-right: 5px;
	overflow: hidden;
}
.newscat8{
	background: #ffd4aa url(images/caption_left.png) top left repeat-x;
	margin-bottom: 10px;
	width: 360px;
	margin-left: 5px;
	overflow: hidden;
}
.newscat9{
	background: #5bcaff url(images/caption_left.png) top left repeat-x;
	margin-bottom: 10px;
	width: 360px;
	margin-right: 5px;
	overflow: hidden;
}
.newscat10{
	background: #00d200 url(images/caption_left.png) top left repeat-x;
	margin-bottom: 10px;
	width: 360px;
	margin-left: 5px;
	overflow: hidden;
}
.newscat11{
	background: #0080ff url(images/caption_left.png) top left repeat-x;
	margin-bottom: 10px;
	width: 360px;
	margin-right: 5px;
	overflow: hidden;
}
.newscat12{
	background: #00dd00 url(images/caption_left.png) top left repeat-x;
	margin-bottom: 10px;
	width: 360px;
	margin-left: 5px;
	overflow: hidden;
}
.newscat13{
	background: #ffaa00 url(images/caption_left.png) top left repeat-x;
	margin-bottom: 10px;
	width: 360px;
	margin-right: 5px;
	overflow: hidden;
}
.newscat14{
	background: #8080c0 url(images/caption_left.png) top left repeat-x;
	margin-bottom: 10px;
	width: 360px;
	margin-left: 5px;
	overflow: hidden;
}
.newscat15{
	background: #ffd400 url(images/caption_left.png) top left repeat-x;
	margin-bottom: 10px;
	width: 360px;
	margin-right: 5px;
	overflow: hidden;
}
.newscat16{
	background: #00c4c4 url(images/caption_left.png) top left repeat-x;
	margin-bottom: 10px;
	width: 360px;
	margin-left: 5px;
	overflow: hidden;
}
.newscat17{
	background: #ba7474 url(images/caption_left.png) top left repeat-x;
	margin-bottom: 10px;
	width: 360px;
	margin-right: 5px;
	overflow: hidden;
}
.newscat18{
	background: #ffd4aa url(images/caption_left.png) top left repeat-x;
	margin-bottom: 10px;
	width: 360px;
	margin-left: 5px;
	overflow: hidden;
}
.newscat19{
	background: #5bcaff url(images/caption_left.png) top left repeat-x;
	margin-bottom: 10px;
	width: 360px;
	margin-right: 5px;
	overflow: hidden;
}
.newscat20{
	background: #00d200 url(images/caption_left.png) top left repeat-x;
	margin-bottom: 10px;
	width: 360px;
	margin-left: 5px;
	overflow: hidden;
}
#source {
    position:relative;
    float: left;
    z-index:100;
    display:block;
    float:left;
    width: 60px;
    height:25px;
    margin: 10px 0 0 0;
    padding-left: 30px;
    text-align:center;
    color:#777;
}
#source a {
    display:block;
    color:#fff;
	width: 60px;
    height:25px;
	background: url("images/source.gif") bottom no-repeat;
}
#source a:hover {
    color:#00FF00;
	background: url("images/source_over.gif") bottom no-repeat;
}