/*
Theme Name: Newsportal for Euroleft
Original Theme Name: Newsportal
Description: Three Column NewsPortal Theme
Author: Kaushal Sheth
Author URL: http://www.kaushalsheth.com
Adapted by: Jean-Laurent Redondo
*/

body {
  text-align: center;
  margin-top:10px;
  margin-bottom:10px;
  color:#666666;
  background-color: #E0E0E0;
}

A:link {
	COLOR: #000080; text-decoration: none;
}
A:visited {
	COLOR: #000080; text-decoration: none;
}
A:active {
	COLOR: #000080; text-decoration: none;
}
A:hover {
	COLOR: #000080; text-decoration: underline;
}

#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 98%;
  text-align: left;
  background: #FFFFFF;
  border: 8px solid #FFFFFF;
}

#header_wrapper {
  background: #4E7DD1 url(images/menu_bg.gif) bottom left repeat-x;
  margin:0px; padding:0px;
}

#header {
  height: 60px;
  padding:15px;
  background: url(images/header_bg.jpg) top left repeat-x;
  margin:0px;
}

#header h1 {
  margin:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 30px;
  color:#FFFF40;
  letter-spacing: -1px;
}

#header h1 a {
color:#FFFF40;
text-decoration:none;
}

#header h1 a :visited
{
text-decoration:none;
color:#FFFF40;
}
#header h1 a:hover
{
text-decoration:none;
color:#FFFFFF;
}

#sitename {
  margin:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 30px;
  color:#FFFF40;
  letter-spacing: -1px;
}

#header h2 {
  margin:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  color:#B1C6EB;
  letter-spacing: 1px;
}

#left_side {
  margin-top: 10px;
  float: left;
  width: 220px;
  background: #E7ECF4 url(images/side_bg.gif) bottom left repeat-x;
}

#right_side {
  margin-top: 10px;
  float: right;
  width: 150px;
  
}

#content {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 230px;
  margin-right: 160px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 18px;
  color: #333333;
}

#footer {
  height: 54px;
  background-color: #4E7DD1;
  clear: both;
  text-align: center;
  padding-top: 0px;
  color: #B6CEF9;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 17px;
}

#footer A:link {
	COLOR: #FFFFFF; text-decoration: none;
}
#footer A:visited {
	COLOR: #FFFFFF; text-decoration: none;
}
#footer A:active {
	COLOR: #FFFFFF; text-decoration: none;
}
#footer A:hover {
	COLOR: #FFFFFF; text-decoration: underline;
}


/*
** Menu styles
*/
ul.menu {
  list-style: none;
  border: none;
  text-align:left;
}
ul.menu li {
  margin: 0 0 0 0.5em;
}
li.expanded {
  list-style-type: circle;
  list-style-image: none;
  padding: 0.2em 0.5em 0 0;
  margin: 0;
  color: #759ADB;
}
li.collapsed {
  list-style-type: circle;
  list-style-image: none;
  padding: 0.2em 0.5em 0 0;
  margin: 0;
  color: #759ADB;
}
li.leaf {
  list-style-type: disc;
  list-style-image: none;
  padding: 0.2em 0.5em 0 0;
  margin: 0;
  color: #759ADB;
}

#left_side p, #right_side p {
  margin: 0px; margin-top: 10px; margin-bottom: 15px;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  line-height: 12px;
  color: #333333;
}

#left_side a, #right_side a {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 14px;
}

#left_side h3, #right_side h3 {
  margin-top: 5px; margin-bottom: 10px; margin-left: 5px; margin-right: 5px;
  padding: 4px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  color: #FFFFFF;
  border: 1px solid #0F3974;
  background-color: #2153AA;
}

#left_side h4, #right_side h4 {
  margin-top: 0px; margin-bottom: 0px; margin-left: 10px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  color: #2153AA;
}

#content p {
  margin-top: 10px; margin-bottom: 10px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #333333;
}

#content p.pages {
  text-align: center;
  margin-top: 25px; margin-bottom: 25px;
  font-family: verdana, arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
}

#content li {
  margin-top: 5px; margin-bottom: 5px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #333333;
}

#content li.news {
  margin-top: 0px; margin-bottom: 15px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #333333;
}

#content li.list {
  margin-top: 2px; margin-bottom: 2px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 14px;
  color: #333333;
}

#content li.links {
  margin-top: 2px; margin-bottom: 2px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 14px;
  color: #333333;
}

#content h1 {
  margin-top: 2px; margin-bottom: 12px;
  font-family: verdana, arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  color: #000080;
}

#content h2 {
  margin-top: 2px; margin-bottom: 12px;
  font-family: verdana, arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 19px;
  color: #0000C0;
}

#content h3 {
  margin-top: 12px; margin-bottom: 2px;
  font-family: verdana, arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 17px;
  color: #0000C0;
}

#content h3.list {
  margin-top: 18px; margin-bottom: 0px;
  font-family: verdana, arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 17px;
  color: #0000C0;
}

#content h4 {
  margin-top: 10px; margin-bottom: 10px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  color: #0000C0;
}

#content h5 {
  margin-top: 10px; margin-bottom: 10px;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  line-height: 12px;
  color: #333333;
}

#content h6 {
  margin-top: 0px; margin-bottom: 28px;
  font-family: verdana, arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 21px;
  color: #666666;
}

#navlist
{
  margin-top:1px;
  margin-bottom:0px;
  text-align:center;
  padding: 5px 0;
  margin-left: 0;
  border-bottom: 1px solid #0F3974;
  font: bold 14px Verdana, sans-serif;
}

#navlist li
{
  list-style: none;
  margin: 0;
  display: inline;
}

#navlist li a
{
  color: #F1F6FE;
  padding: 5px 15px;
  margin-left: 3px;
  border: 1px solid #0F3974;
  border-bottom: none;
  background: #2153AA url(images/tab_bg.gif) bottom left repeat-x;
  text-decoration: none;
}

#navlist li a:link { color: #F1F6FE; }
#navlist li a:visited { color: #F1F6FE; }

#navlist li a:hover
{
  color: #FFFFFF;
  background: #3364BB;
  border-color: #0F3974;
}

#navlist li a#current
{
  color: #000;
  background: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

.float_left {
  float: left;
  margin-right: 10px;
}

.float_right {
  float: right;
  margin-left: 10px;
}

.featurebox_center {
  background-color: #fffff6;
  margin:0px;
  padding:10px;
  border: 1px solid #DFE8F7;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 18px;
  color: #333333;
}

.featurebox_side {
  background-color: #fffff6;
  margin:0px;margin-left:10px;margin-right:10px;margin-bottom:15px;
  padding:10px;
  border: 1px solid #DFE8F7;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 18px;
  color: #333333;
}


.post{margin:0 0 35px 0;}

.post .info{
padding:2px 3px 3px 8px;
border:1px solid #e3e4e4;
background-color:#f5f5f5;
font-size:0.9em;
color:#505050;
}


/* Comments Styling */
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
background: #ffffff;
width: 340px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 340px;
height: 130px;
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 340px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #d6d3d3;
width: 340px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 340px;
}
#commentform input{
margin-bottom: 3px;
}

/* Images Styling */
a img {
border: 0;
}

img.article {
float: left;
margin-right: 10px;
margin-top: 4px;
margin-bottom: 2px;
}

img.news {
margin-top: 6px;
margin-bottom: 8px;
}

img.sb_right {
margin-bottom: 10px;
}

/*CSS Sabrosus style pagination*/
div.pagination {
	padding:3px;
	margin:3px;
	text-align:center;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #9aafe5;
	
	text-decoration: none;
	color: #2e6ab1;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000080;
	color: #000080;
	background-color: #e3e4e4;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #000080;
	font-weight: bold;
	background-color: #4e7dd1;
	color: #ffffff;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #9b9b9b;
	color: #9b9b9b;
}