/*
Theme Name: METPEX
Theme URI: http://www.metpex.eu
Description: METPEX Theme
Author: METPEX
Version: 1
*/

/* 
   Reset
------------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: middle; border: 1px solid #cacaca; }
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}


/* 
   General 
------------------------------------------------------------------- */

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	background: #6D6E71;
	color: #636466;
	font: normal 75% 'Trebuchet MS', arial, sans-serif;
	line-height: 1.5;
}

/* 
   Typography 
------------------------------------------------------------------- */

/* Headings */

h1,h2,h3,h4,h5,h6 {
	color: #EF4136;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0.3em;
}
h4,h5,h6 {font-weight: bold;}

h1 {font-size: 2em;}
h2 {font-size: 1.5em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.1em;}
h5 {font-size: 1em;}
h6 {font-size: 0.9em;}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}


/* Links */

a:focus,a:hover { color: #333333; }
a {
	color: #EF4136;
	text-decoration: underline;
}

/* Text elements */

p {margin-bottom: 1em;}

abbr, acronym {border-bottom: 1px dotted #666;}
address {margin-bottom: 1.5em;}
blockquote {margin: 1.5em;}
del, blockquote { color:#666; }
em, dfn, blockquote, address {font-style: italic;}
strong, dfn {font-weight: bold;}
sup, sub {line-height: 0;}

pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre,code,tt {
	font: 1em monospace;
	line-height: 1.5;
}


/* Lists */

li ul, li ol {margin-left: 1.5em;}
ul, ol {margin: 0 0 1.5em 1.5em;}

ul {list-style-type: disc;}
ol {list-style-type: decimal;}

dl {margin: 0 0 1.5em 0;}
dl dt {font-weight: bold;}
dd {margin-left: 1.5em;}

/* Special lists */

ul.plain-list li, ul.nice-list li, ul.tabbed li {list-style: none;}

ul.tabbed {
	display: inline;
	margin: 0;
	width:100%;
}
ul.tabbed li {float: left;}

ul.plain-list {margin: 0;}

ul.nice-list {margin-left: 0;}
ul.nice-list li {
	list-style: none;
	border-top: 1px solid #EEE;
	padding: 4px 0;
}
ul.nice-list li:first-child {border-top: none;}
ul.nice-list li .right {color: #999;}

/* Tables */

table {margin-bottom: 1.4em; width: 100%;}
th {font-weight: bold;}
thead th {background: #C3D9FF;}
th,td,caption {padding: 4px 10px 4px 5px;}
tr.even td {background: #F2F6FA;}
tfoot {font-style: italic;}
caption {background: #EEE;}

table.data-table {
	border: 1px solid #CCB;
	margin-bottom: 2em;
	width: 100%;
}
table.data-table th {
	background: #F0F0F0;
	border: 1px solid #DDD;
	color: #555;
	text-align: left;
}
table.data-table tr {border-bottom: 1px solid #DDD;}
table.data-table td, table th {padding: 10px;}
table.data-table td {
	background: #F6F6F6;
	border: 1px solid #DDD;
}
table.data-table tr.even td {background: #FCFCFC;}


/* Misc classes */

.small {font-size: 0.9em;}
.smaller {font-size: 0.8em;}
.smallest {font-size: 0.7em;}

.large {font-size: 1.15em;}
.larger {font-size: 1.25em;}
.largest {font-size: 1.35em;}

.hidden {display: none;}

.quiet {color: #999;}
.loud {color: #000;}
.highlight {background:#ff0;}

.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.text-separator {padding: 0 5px;}

.error, .notice, .success {
	border: 1px solid #DDD;
	margin-bottom: 1em;
	padding: 0.6em 0.8em;
}

.error {background: #FBE3E4; color: #8A1F11; border-color: #FBC2C4;}
.error a {color: #8A1F11;}

.notice {background: #FFF6BF; color: #514721; border-color: #FFD324;}
.notice a {color: #514721;}

.success {background: #E6EFC2; color: #264409; border-color: #C6D880;}
.success a {color: #264409;}


/* 
   Forms 
------------------------------------------------------------------- */

label {font-weight: bold; cursor: pointer;}
fieldset {padding: 1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc;}
legend {font-weight: bold; font-size: 1.2em;}
textarea {overflow: auto;}
input.text, textarea, select {
	background: #FCFCFC;
	border: 1px inset #AAA;
	margin: 0.5em 0;
	padding: 4px 5px;
}
input.text:focus, textarea:focus, select:focus {/*background: #FFFFF5;*/}

input.button {
	background: #DDD;
	border: 1px outset #AAA;
	padding: 4px 5px;
}
input.button:active {border-style: inset;}

.form-error {border-color: #F00;}


/* 
   Alignment 
------------------------------------------------------------------- */

/* General */

.center,.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Images */

img.bordered,img.alignleft,img.alignright,img.aligncenter {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}
img.alignleft, img.left {margin: 0 1.5em 1em 0;}
img.alignright, img.right {margin: 0 0 1em 1.5em;}


/* Floats */   

.left,.alignleft {float: left;}
.right,.alignright {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 0;
}


/* 
   Separators 
------------------------------------------------------------------- */

.content-separator, .archive-separator {
	background: #D5D5D5;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 1px;	
}
.content-separator {margin: 20px 0;}
.archive-separator {margin: 10px 0;}

/* 
   Layout 
------------------------------------------------------------------- */
#site{
	margin:0 auto;
	width:850px;
}

.center-wrapper {
    background: #FFFFFF;
    width: 850px;
}

.header{
	height:70px;
	float:left;
	width: 850px;
	background: #DCDDDE;
}

.logo{
	width:233px;
	height:117px;
	background: url('img/logo.png') no-repeat;
	margin: 0 0 0 20px;
   position: absolute;
   z-index:999999;
}

.logo a{
	float:left;
	width:200px;
	height: 100px;
	padding: 0px 10px;
}

.top_nav ul{
	background: #8c8e91;
	width: 605px;
	text-align: right;
	list-style: none;
	margin:34px 0px 0px 0px;
	height: 36px;
	padding:0px 0px 0px 5px;
	position: relative;
}

.top_nav li{
    float: left;
    font-size: 1.1em;
    height: 16px;
    margin: 0;
    padding: 10px 10px;
}

.top_nav li.current_page_item,
.top_nav li.current_page_ancestor,
.top_nav li:hover{
	background: #ef3e36;
}

.top_nav li a{
	background: url('img/arrow.png') left center no-repeat;
	padding:0px 0px 0px 8px;
	color:#ffffff;
	text-decoration: none;
	font-weight:bold;
}

#searchform{
	float:right;
	margin:-25px 30px 0px 0px;
}

#s{
	float:right;
	width:140px;
	height: 15px;
	padding:2px;
	font-size:80%;
	color:#666666;
}

.slider-container{
	height: 275px;
	background: url('img/red_bg.png') repeat-y;
}

#slider{
	height:245px;
	width:850px;
	margin-bottom:30px;
	background: #ef3e36;
}

.socialarea{
	background: url('img/sidespace.png') no-repeat;
	position: absolute;
	width:231px;
	height: 64px;
	margin: 181px 0 0 20px;
}

.socialarea h3{
	color: #EF4136;
    float: left;
    font-weight: bold;
    margin: 71px 0 0 30px;
    text-align: center;
    width: 175px;
}

.main{
	min-height: 500px;
	width:850px;
	background: url('img/main_bg.png') repeat-y;
	padding: 20px 0px 15px 0px;
}

.inner{
	background: url('img/main_bg_inner.png') repeat-y;
}

.sidespace {
 	margin: 0 40px 20px 50px;
    min-height: 300px;
    width: 175px;
}

.sidespace h4{
	float:left;
	text-align: center;
	color:#6d6e71;
	width:175px;
}

.innersocial{
	background: url('img/social.png')no-repeat;
    height: 22px;
    margin: 69px 0 0 25px;
    width: 175px;
}

a.cn{
	width:22px;
	height:22px;
	margin: 0 0 0 15px;
}

a.tw{
	width:22px;
	height:22px;
	margin: 0 0 0 9px;
}

a.fb{
	width:22px;
	height:22px;
	margin: 0 0 0 9px;
}

a.ln{
	width:60px;
	height:22px;
	margin: 0 0 0 10px;
}

#lang_sel{
	float:right;
	margin: -10px 5px 10px 0;
}

.inner #lang_sel{
	float:right;
	margin: -10px 30px 0px 0;
}

#lang_sel ul li a{
	 background-color: #dcddde !important;
    color: #595959 !important;
}

.newspoint{
	width:175px;
	margin:10px 0px;
	overflow:hidden;
}

.newspoint p{
	margin:0;
	float:left;
	width:175px;
}

.newspoint img{
	float:left;
	margin:0px 0px 5px 0px;
}

.newspoint a.more{
	float:right;
}

.pollarea{
	border:1px solid #ef3e36;
	width:173px;
	min-height:173px;
}

.sidemenu{
	list-style: none;
	margin:0;
	padding:0;
	float:left;
}

.sidemenu ul{
	list-style: none;
	margin:0px 0px 0px 15px;	
}

.sidemenu li{
	float:left;
	margin:4px 0px;
	min-width:165px;
}

.sidemenu li a{
	text-decoration: none;
	color:#919497;
}

.sidemenu li a:hover,
.sidemenu li.current_page_item a{
	color:#4a4b4c;
}

.content{
	margin: 0 18px 0 0;
   width: 360px;
   font-size:1.2em;
}

.sidebar{
	margin: 0 23px;
   width: 161px;
}

.innerside{
	margin: 20px 10px 0px 10px;
   width: 181px;
}

.innerside img{
	margin-bottom:10px;
}

.innercontent{
	margin: 0;
   width: 383px;
}

.arch{
	width:560px;
}

.arch_title{
	float:left;
	width:400px;
	margin:0px 15px 0px 0px;	
}

.archimg{
	float:left;
	max-width:145px;	
	max-height:100px;
	overflow: hidden;
}

.loginspace{
	margin:0px 10px;
}

.loginspace a.forgot{
	color:#898a8d;
	text-decoration: none;
	float:left;
	width:100%;
	text-align: center;
	margin:10px 0px;
}

.loginspace .username,
.loginspace .password{
	color: #999999;
	height: 15px;
	padding: 2px 2px 2px 16px; 
}

.loginspace .username{
	background: url('img/username.png') no-repeat left #ffffff;
}

.loginspace .password{
	background: url('img/password.png') no-repeat left #ffffff;
}

.loginspace .loginbtn{
	
}

.loginspace .newaccbtn{
	height: 16px;
	color: #636466;
	text-decoration:none;
	width:100%;
	float:left;
	text-align:center;
	background: url('img/btn.png') repeat-x;	
}

.fb_space{

}

.tw_space{
	background:url('img/tw_space.png') no-repeat top;
	margin-top:15px;
}

.tw_space ul{
	background: #e2f4fd;
	list-style:none;
	padding:10px;
	margin:0;
	font-size:90%;
}

.tw_space ul li{
	border-bottom:1px dotted #c2d0d7;
	padding:5px 0px;
	width:141px;
}

.tw_space ul li a{
	color: #636466;
	text-decoration: none;
}

.footer{
	height: 50px;
	width:850px;
	background: url('img/footer_bg.png') repeat-y;
	color:#ffffff;
}

.footer a{
	color:#ffffff;
	text-decoration: none;
}

.footer ul{
	list-style:none;
	margin:0;
	padding:20px 0px 0px 0px;
	font-weight:bold;
	font-size: 80%;
}

.footer ul li{
	display: inline;
	padding:0;
	margin:0px 10px 0px 0px;
}

/* Polls */
.pollarea .ESP-box{
	width:173px !important;
	border:none !important;
}

.pollarea .ESP-box-top{
	padding:0 !important;
}

.pollarea .ESP-box-inner{
	font-family: 'Trebuchet MS', arial, sans-serif !important;
	font-size:90%;
	font-weight: normal !important;
	padding:0 !important; 
}

.pollarea .ESP-question, 
.pollarea .ESP-answer{
	padding: 10px !important;
	width: 153px !important;
	border: none !important;
	color: #666666 !important;
}

.pollarea .ESP-answer{
	margin-top:10px !important;
}

.pollarea .ESP-vote{
	padding:0px !important;
	margin:10px !important;
}

/* Varius minors */
.indx_img{
	float:left;
	margin-bottom:25px;
}

h1.indx{
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:15px
}

.visit_tw{
	height:35px;
	width:161px;
	text-decoration: none;
}

a.more{
	background: url('img/more.png') no-repeat right;
	padding: 0px 12px 0px 0px;
	text-decoration:none;
}

.whitespace{
	background: #ffffff;
	height: 3px;
	width:100%;
}

.toggler{
	cursor: pointer;
	margin-bottom:10px;
}

li .toggler{
	text-decoration: none;
	margin-bottom:0px;
	display:inline;
	font-size:90%;
}

.togglered{
	padding:5px 0px;
	display: none;
}

li .togglered{
	margin:0px 0px 10px 0px;
}
.fp7{
	float: right;
	margin: -33px 0;
	width: 50px;
	padding: 3px;
	background: #DCDDDE;
	position: absolute;
	top: 0;
	right: 0;
}

.seperator{
	float:left;
	width:100%;
	height:1px;
	border-top:1px dotted #cacaca;
	margin:10px 0px;
}

.partners a{
	text-decoration: none;
}

.partners td, tr{
	padding:0px;
	margin:0px;
	border:none;
}

.partners table{
	border:none;
}

.partners td{
	padding:0px 10px 10px 10px;
	width:120px;
	text-align:center;
	vertical-align: top;
}

.partners .plogo td{
	padding:5px;
	margin:0px;
	width:130px;
	text-align: center;
	vertical-align: baseline;
}

.partners td img{
	background:#ffffff;
	max-width:120px;
	padding:5px;
}

.team-members {
    border: 1px solid #666666 !important;
}

.partner > td {
    background: none repeat scroll 0 0 #CACACA;
    color: #EF4136;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.member > td {
    font-weight: bold;
    padding: 8px;
    text-align: center;
    width: 120px;
}

.member img {
    margin: 0 0 15px;
    max-width: 120px;
}

.side-widget{
	float: left;
}

.latest-tweets{
overflow:hidden;
}

.eu_space {
	margin-top:10px;
	border: 1px solid #cacaca;
	padding: 8px;
	font-size: 90%;
	font-style: italic;
}

.eu_space img{
	width:100%;
	margin-bottom:10px;
}

.eu_space p{
	margin:0;
}

.inn-eu {
	margin-top:80%;
}

/* Single line IE fix */
 * html .main {height: 0.01%; min-height: 0.01%;}