@charset "utf-8";
/* ------ CSS RESET ------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font: 11px/1.5 Verdana, Arial, Helvetica, sans-serif;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* ------ CSS RESET END ------ */

/* ------ CSS COMMON ELEMENTS ------ */

body { background-color:#272C30; }

a {	color:#13558a; }

a:hover { color:#c00; text-decoration:none; }

input { margin:2px; padding:2px 1px; color:#0D4579; font-size:10px; }

textarea {padding:2px 1px; color:#0D4579; font-size:10px; }

select { margin:2px; font-size:10px; }

/* ------ CSS COMMON ELEMENTS END ------ */

h2 {
	color:#003162;
	font-size:14px;
	font-weight:bold;
	padding:7px 10px 7px 10px;
}

/* ------ CSS MAIN DIVS START ------ */

#pagewidth {
	width:960px;
	margin:auto;
	background:#fff;
	border-left:5px solid #ccc;
	border-right:5px solid #ccc;
	
}

#header {
	width:960px;
	height:263px; 
	background:#fff url(images/header_back.jpg) no-repeat top center;
	
}

#wrapper {
	width:960px;
}

#leftcol {
	width:250px;
	float:left;
	position:relative;
}

#maincol {
	float:right; 
	width:700px;
}

#footer {
	clear:both;
 	font-size:9px;
	background-color:#ccc;
}

/* ------ CSS MAIN DIVS END ------ */

/* ------ CSS MENUS START ------ */

#mainmenu {
	margin-top:5px;
	margin-left:5px;
	background:#fff url(images/menu_back.png) repeat-x;
}

#mainmenu ul{
	white-space: nowrap;
}

#mainmenu ul li{
	position:relative;
	margin:0;
	padding:0;
}

#mainmenu ul li a{
	margin:0;
	background:none;
	color:#13558a;
	border-top:1px solid #ccc;
	border-bottom:1px solid #fff;
	display:block;
	padding:10px 0 0 0;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	height:20px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
	height:30px;
}

#mainmenu ul li a:hover, #mainmenu ul li a.selected{
	color:#c00;
	background:none;
}

/* ------ CSS MENUS END ------ */

#logo {
	display:none;
}

#topblocks {
	margin-left:260px;
	padding:155px 0 0 0;
}

.topblock {
	float:left;
	width:217px;
	background-image:url(images/top_block.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-top:12px;
	margin-right:10px;
	height:73px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
	height:85px;
}

a.btngreen {
	display:block;
	background-image:url(images/btn_green_back.gif);
	background-repeat:no-repeat;
	background-position:top center;
	color:#fff;
	text-decoration:none;
	font-size:10px;
	text-align:center;
	padding:4px;
}

a.btngreen:hover {
	color:#fff;
	text-decoration:none;
}

a.btnblue {
	float:left;
	margin-left:5px;
	width:86px;
	display:block;
	background-image:url(images/btn_blue_back.gif);
	background-repeat:no-repeat;
	background-position:top left;
	color:#fff;
	text-decoration:none;
	font-size:10px;
	text-align:center;
	padding:4px;
}

a.btnblue:hover {
	color:#fff;
	text-decoration:none;
}

a.btnred {
	float:left;
	margin-left:5px;
	width:86px;
	display:block;
	background-image:url(images/btn_red_back.gif);
	background-repeat:no-repeat;
	background-position:top left;
	color:#fff;
	text-decoration:none;
	font-size:10px;
	text-align:center;
	padding:4px;
}

a.btnred:hover {
	color:#fff;
	text-decoration:none;
}
#leftcol h3 {
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	margin:0;
	padding:10px 0 10px 0;
}

#chat {
	background-image:url(images/chat_back.gif);
	background-repeat:no-repeat;
	background-position:top left;
	color:#c4d6ed;
	width:245px;
	height:120px;
}

#chat a {
	color:#c4d6ed;
	text-decoration:none;
}

#chat a:hover {
	text-decoration:underline;
}

#chat p {
	padding:3px 10px 3px 10px;
}

#chat p.remaining {
	color:#fff;
	font-weight:bold;
	padding:13px 3px 3px 140px !important;
	text-align:center;
}

#chat p.remaining span {
	color:#fff;
	font-size:12px;
}

#supportersshort {
	color:#032556;
}

#supportersshort h3{
	color:#032556 !important;
}

#supportersshort p{
	color:#032556 !important;
}

#supportersshort p.more{
	color:#c8d9e8 !important;
	background: #fff url(images/supporters_back.png) no-repeat bottom left;
	margin-top:5px;
	padding: 5px 15px 5px 5px;
	text-align:right;
	height:20px;
}

#supportersshort p.more a {
	color:#c8d9e8 !important;
}

#actual {
	color:#fff;
	background:#fff url(images/actual_back.png) no-repeat top left;
	margin:0 5px 0 0;
}

#actual h2 {
	color:#fff !important;
	font-size:12px !important;
	margin:20px 5px 2px 5px !important;
	padding:0 !important;
}

#actual h2 a {
	color:#fff !important;
}

#actual h3 {
	color:#fff !important;
	font-size:12px !important;
	margin:20px 5px 2px 5px !important;
	padding:0 !important;
}

#actual p {
	color:#c4d6ed !important;
	font-size:10px !important;
}

#actual a {
	color:#c4d6ed !important;
}

#cont_left {
	width:447px;
	float:left;
	background:url(images/menu_back.png) repeat-x;
	margin-top:5px;
}

#cont_left h3 {
	color:#3F8026 !important;
	text-transform:uppercase;
}

#cont_left h4 {
	margin:10px 5px 5px 10px;
	color:#3F8026;
}

#cont_left p {
	margin:5px 10px 5px 10px;
}

#cont_left ul{
	list-style-type:square;
	list-style-position:inside;
	margin:5px;
	line-height:1.5;
}

#cont_left ol {
	list-style-position:inside;
	margin:5px;
	line-height:1.5;
}

#cont_left ul li, #cont_left ol li {
	margin:3px 5px 3px 10px;
}

#cont_right {
	width:243px;
	float:right;
	background:url(images/menu_back.png) repeat-x;
	margin-top:5px;
	margin-right:5px;
}

#cont_right h3 {
	color:#3F8026 !important;
	text-transform:uppercase;
}

#cont_right h4 {
	margin:10px 5px 5px 10px;
	color:#3F8026;
}

#cont_right h4 a {
	color:#3F8026 !important;
	text-decoration:none !important;
	font-weight:bold !important;
}

#cont_right p {
	margin:5px 10px 5px 10px;
}

#cont_right p.selected a {
	color:#c00;
}

#content h3 {
	font-weight:bold;
	margin:10px 5px 10px 10px;
	color:#c90;
}

#cont_all {
	width:695px;
	background:url(images/menu_back.png) repeat-x;
	margin-top:5px;
}

.date {
	font-size:10px;
	font-family:"Courier New", Courier, monospace;
	color:#758090;
}

div.evrocenter {
	border:1px solid #003162;
	background-color:#f2f6fe;
	padding:10px;
}

.thumb {
	border:3px solid #fff;
	padding:0;
	margin:4px 10px 5px 5px;
}

.topthumb {
	display:block;
	float:left;
	border:3px solid #fff;
	margin:4px 10px 20px 5px;
}

.savthumb {
	border:3px solid #fff;
	margin:3px;
}

.savthumb:hover {
	border:3px solid #9cf;
}


a.galthumb {
	display:block;
	float:left;
	border:3px solid #eee;
	margin:4px;
	padding:3px;
	background-color:#fff;
	text-align:center;
	text-decoration:none;
	height:150px;
}

a.galthumb img {
	border:1px solid #fff;
}

a.galthumb:hover img {
	border:1px solid #c00;
}

/* COMMENTS */ 

div.comments_block {
	border:1px solid #eee;
}

h4.comments_name {
	border-bottom:1px dotted #ccc;
	color:#13558a !important;
}

p.comments_date {
	font-size:9px;
	color:#758DA6;
	line-height:normal;
}

p.comments_text {
	color:#666;
}

p.linkpages {
	color:#011F4E;
	text-align:center;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
}

p.linkpages a {
	color:#666;
}


 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 } 
.clearfix{ display:inline-table;}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
 
 /*printer styles*/ 
@media print{ 
/*hide the left column when printing*/ 
#logo {display:block;}
#leftcol{display:none;} 
#maincol{width:100%; float:none;}
}
