/*
Theme Name: Blue Grey Rose
Theme URI: http://wp-themes.erikgyepes.com/?wptheme=Blue+Grey+Rose
Description: A grey wordpress theme with a left sidebar
Author: Free Wordpress Themes
Author URI: http://wp-themes.erikgyepes.com
version: 1.0
*/

/* basics */

*{margin:0; padding:0;}

h2{
    font-size: 2em;
}                      

h6{
    font-size: 1em;
    font-weight: bold;
    color: #004B93;
}                      

a img  {
border: 0;
}

a {
color: #004B93;
text-decoration: none;
cursor: hand;
}

a:active, h2 a:active, h3 a:active {
color: #004B93;
text-decoration: underline;
}

a:hover, h2 a:hover, h3 a:hover {
color: #004B93;
text-decoration: underline; 
}

 body {
	/*background:#F1F7FB;*/
    background: #ffffff url(images/bg_gradient8.jpg) repeat-x bottom;
    background-position:center bottom; 
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 10px;
	margin: 0px;
    text-align:center;
	}
	
#wrapper {	
        /*background: url(images/wrapper.png) repeat-y;*/
        width: 950px;
        margin: 0 auto;
}

#topwrapper{
    width: 950px;/*100%;*/
    margin: 0 auto;
	background:#004B93;
}

#menuwrapper{
    width: 950px;/*100%;*/
    margin: 0 auto;
    background: url(images/sfondo_basso_rev.gif) bottom repeat-x;
}


/* images and misc. */



#content .post .entry img.left{ float: left; border: 0; margin: 0 6px 12px 6px; }
#content .post .entry img.right{ float: right; border: 0; padding: 0 0 40px 120px; }

#content .post .entry table.photo{ width:690px; height:225px; padding: 0; margin: 0 auto; vertical-align:top; font-size: 10px;}

#content .post .entry td.photo1{ width:300px; height:225px; padding: 0 80px 0 0; margin: 10px 0 0 0; }
#content .post .entry td.photo2{ width:300px; height:225px; padding: 0; margin: 10px 0 0 0px;}

#content .post .entry div.textphoto{ width:690px; padding: 0; margin: 0 auto; font-size: 10px; vertical-align:top;}

#content .post .entry td.textphoto1{ width:300px; padding: 0 80px 0 0; margin: 10px 0 0 0; font-size: 10px; vertical-align:top;}
#content .post .entry td.textphoto2{ width:300px; padding: 0; margin: 10px 0 0 0px; font-size: 10px; vertical-align:top;}

.post .pub_image{
    float:left;
    width:90px;
    font-size:0.9em;
    text-align:center;
}

blockquote{
	border-left:0px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* header */

#header {width: 950px;
	margin: 0 auto;
	/*background:#004B93 url(images/bg.gif) repeat-y;*/
    color: #fff; 
	height: 120px;
	}

#header a img {
	border: 0;
        text-decoration: none;
        margin: 10px 0 0 38px;
	}
	
#header #icons {
margin: -100px 0 0 770px !important;
/*margin: -120px 0 0 690px;*/
}


#header #icons ul {
padding: 0;
margin: 0;
list-style: none;
}

#header #icons ul li {
padding: 0;
margin: 1em;
display: inline;
}

#header #icons ul li a img {
        margin: 0;
	border: 0;
}

/* main  */


#menu {
        width: 950px;
        margin: 0 auto;
        padding: 0;
        /*background:#004B93 url(images/bg.gif) repeat-y;*/

}

#menu ul {
	padding-left: 20px;
	list-style: none;
	height:28px;
	}

#menu li {
	float: left;     
    min-width:124px;
    /* width: expression(document.body.clientWidth < 124? "124px": "auto" );*/
    font-size: 14px;
    text-align: center;
	}

#menu .page-item-11 {
    margin-left:10px;
}

#menu li a {
	color: #004B93;
	display: block;
        font-weight: normal;
        padding: 6px 32px 5px 32px;
        text-decoration: none;
        text-transform: uppercase;
	}
	
#menu li a:hover {
	background-image: url(images/full_globe.gif);
    background-position: center top;
    background-repeat:no-repeat;
	color: #004B93;
	display: block;
	text-decoration: none;
	}

#menu ul ul {
	margin: 0 0 8px 0;
	}

#menu li li {
        background: #f1f1f1;/*#B7C7D6;*/
	float: left;
        margin: 0;
	padding: 0;
	width: 130px;
        font-size: 11px;
        text-align: left;
        }
	
#menu li li a, #menu li li a:link, #menu li li a:visited {
	background: #f1f1f1; /*#EFF5FA;*/
	width: 130px;
	float: none;
	margin: 0px;
	padding: 4px 10px 5px 10px;
	color: #004B93;
    z-index: 20px!important;    
    text-transform: none;
        }
	
#menu li li a:hover, #menu li li a:active {
	background: #004B93;/*#e0e0e0; /*#D7E8F7;*/
    background-image: none;
	width: 130px;
    color: #fff;
	float: none;
	margin: 0px;
	padding: 4px 10px 5px 10px;
        overflow: hidden;
    z-index: 20px!important;
	}

#menu li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#menu li:hover ul {
	left: auto;
	display: block;
	}
	
#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
	}


/* container */


#container {
	/*background: #fff url(images/container.gif) repeat-y;*/
	width: 950px;
	margin: 0 auto;
	padding: 0; /* 0 20px 0;*/
	/*color:#021E5B; */
    color:#363636;
	overflow: hidden;
    float: left;
	}
	
#contenitore {
	width: 950px;
	margin: 0 auto;
    padding:0;
	}	

/* content */


#content {
  /*float: right;*/
  width: 770px;
  min-height:400px;
  /* was 540*/
  overflow: hidden;
  margin: 0;
  padding: 5px 0 0 10px;
  border-left: 1px dotted #004B93;
}

* html div#content { 
  /* height: expression( this.scrollHeight < 400 ? "400px" : "auto" ); [> sets min-height for IE <]*/
}


#content #left {float:left;width:339px;margin-left:20px; border-right: 1px solid black;  padding-right:30px; margin-right: 30px; margin-top: 24px;}

#content #research #left { border: none; margin-right: 1px;}


#content #right {float:left;width:339px;  margin-top: 24px;}

/*hack below.. z-index problem, used to be margin-top:20px; only!*/
#content #infocus {margin-top: 30px; margin-bottom: 10px;}
#content #fs-main {margin-top: 8px;}

#focus {
        background:#EFF5FA;
        /*border: 1px solid #004B93;*/
        padding: 6px 0 16px 6px;
        margin: 0 60px 16px 20px;

}

#content #focus h1, #content h1 {
        font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
        color: #004B93;
}

#content #focus h1 a, #content h1 a {
text-decoration: none;
color: #004B93;
}

#content #focus h1 a:hover, #content h1 a:hover {
text-decoration: underline;
color: #004B93;
}

#content #focus h2, #content h2 {
	color: #4d4d4d; /*#666;/*#004B93;*/
	font-weight: normal;
  margin-bottom:10px;
	}
	
#content #focus h2 a, #content h2 a{
	color: #004B93;
	text-decoration: none;
	}
	
#content #focus h2 a:hover, #content h2 a:hover {
	color: #004B93;
	text-decoration: underline;
	}

#content .post .entry h3, #left h3, #right h3  {
	font-family: Verdana;
	font-size: 1.5em;;
	font-weight: normal;
	color: #666;/*#004B93;*/
    margin: 12px 0 0 0; 
	}

#content #focus #otherpost h3  {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #666;/*#004B93;*/
    margin: 24px 0 0 0; 
/*    padding-top: 7px;
    border-top: 1px solid #004B93; */
	}     

#content #homecontent {
    /*background: #F1F7FB;*/
    display:block;
    /*border-bottom: solid 1px #363636;*/
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 11px;
    line-height: normal;
}

.home_tall{
    border-bottom: solid 1px #363636;
    height: 300px;
}

.home_med{
    border-bottom: solid 1px #363636;
    min-height: 200px;
}

.home_short{
    border-bottom: solid 1px #363636;
    height: 100px;
}

.home_short p{
    margin:0!important;
}

.follow_us {
    margin: 6px;
}

.details{
    padding-top:12px;
}

#content #bordered-box {
    padding-bottom:10px;
    border-bottom: 1px solid #004B93;
    margin-bottom: 10px;
}

#content #press-bordered-box {
    padding-bottom:30px;
    border-bottom: 1px solid #363636;
    margin-bottom: 10px;
}

#content #even_post {
    background: #F1F7FB;
    padding: 0 0 24px 0;
}

#content #odd_post {
    padding: 0 0 24px 0;
}


#content .post .entry h4{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #004B93;
  margin: 24px 0 0 0;
	}

.h4-normale{
	font-family: Verdana;
	font-size: 11px;
  line-height: 20px;
  margin: 24px 0 0 0!important;
	}

.h4-grassetto{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
  line-height: 20px;
  margin: 24px 0 0 0!important;
	}

.editor{
margin-bottom: 210px;
}
.editorphoto{
float: left;
width: 100px;
margin-top:20px;
}

.editortext{
float: right;
width: 500px;
margin-top:20px;
}
.editortitle{
color: #004B93;
margin-bottom: -10px;
}
.editortitle:hover{
text-decoration: underline;
}

.testo { vertical-align: top;
	width: 480px;
        font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
        text-align: left;
        padding: 6px 20px 0 0;
}

.entry .foto { vertical-align: top;
        padding: 6px 0 0 40px;
	width: 170px;
        height: 100%;
        font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
        }

.entry .foto img { 
        margin: 0 0 4px 0;
        }

.entry .foto ul {margin: 0 0 0 10px !important;
          margin: 0 0 0 40px;
          padding: 0; font-size: 9px;
}

.entry .foto ul li {margin: 0 0 0 40px;
margin: 0 !important;
             padding: 0; font-size: 9px;
}


.post {
	margin: 0 10px;
	padding:10px 10px 0 5px;
	line-height: 15pt; /*normal; /*15pt;*/
    font-size: 11px;
	}
	
.post h2{
	color: #004B93;
	font-weight: normal;
	}
	
.post h2 a{
	color: #004B93;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #004B93;
	text-decoration: underline;
	}
	
.post p{font-size: 8pt;}



.post p a, small a, .postmetadata a, .entry p a, .entry ul li a, .entry ol li a, .entry h3 a, td a,  #left h3 a, #right h3 a, #focus h3 a {
color: #004B93;
text-decoration: none;
}

.post p a:hover, small a:hover, .postmetadata a:hover, .entry p a:hover, .entry ul li a:hover, .entry h3 a:hover, .entry ol li a:hover, td a:hover,  #left h3 a:hover, #right h3 a:hover, #focus h3 a:hover {
color: #004B93;
text-decoration: underline;
}

.post ul {}

.post li {}

.entry p {margin:6px 0;
          text-align: left; font-size: 11px; line-height: 15pt;}

.entry img {
margin: 0 8px 4px 0;
}

.entry p a img {
border: 0;
}

.entry ul {
margin:0;
padding:0;
}

.entry ul li{
margin:0 0 0 25px;
padding:0;
font-size: 11px;
}

.nostyle {
	list-style-type: none;
        margin:12px 0;
        text-align: left; font-size: 11px;
}

.entry ul li ul li{
	list-style-type: none;
}

.postmetadata{
	clear: both;
	padding:6px;
	margin-top: 16px;
	}

#content .briciole {
        font-family: Verdana, Helvetica, Sans-Serif;
        font-size:10px;
	text-align: left;
        line-height: 180%;
        color: #c30;
}

#content .briciole a {
color: #004B93;
text-decoration: none;
}

#content .briciole a:hover {
color: #004B93;
text-decoration: underline;
}


#links a {
    color: #004B93;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 10px;
	margin: 0px;
    text-align: right;
    text-decoration:none;
}

#links a:hover{
    text-decoration:underline;
}

#left #links{
    margin-bottom:30px;
}

#right #links{
    margin-bottom:30px;
}

#content .right {float:right;}

#content .right {
	margin: -16px 0px 0 0;
	padding: 0;
        text-align: right;
        }

.navigation {
	margin: 12px 0 20px 0;
	padding:2px;
	font-size:.9em;
	float:left;
	width:98%;
	}
	
.alignleft {float:left;}
.alignright {float:right;}

.pagetitle {}

/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	width: 160px;
	float:left;
	margin: 12px 0 24px 0;
	padding: 0;
	}

#sidebar ul li h2{

	font-family: Verdana, verdana, times;
	font-weight: bold; 
	font-size: 11px; 
	text-align: left;
	color: #004B93;	
	margin: 12px 4px 0 0;
	padding: 0 0 0 10px;
}

#sidebar ul li h2 a{
        text-decoration: none;
	color: #004B93;	
}

#sidebar ul li h2 a:hover{
        text-decoration: none;
	color: #c30;	
}

#sidebar p {margin:0; padding: 0 6px 0 10px; color: #004B93;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul, #sidebar ul li ul {
	font-size: 10px;
	margin:0;
	padding:0;
	list-style-type: none;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 12pt;
	list-style-type: none;
        color: #363636;
	}


#sidebar ul li img {
	margin: 0 0 0 8px;
	padding: 0;
	}

#sidebar ul ul {
    margin: 6px 4px 6px 10px !important;
	/*margin: 0;*/
	padding: 0;
	list-style-type: none;
}

#sidebar ul ul li {
	list-style-type: none;
        margin: 0 0 2px 0;
	}

#sidebar li li a, #sidebar li li a:link, #sidebar li li a:visited {
color: #004B93;
text-decoration: none;
        background: url(images/freccia.gif) no-repeat;
        padding-left: 10px;
}

#sidebar li li a:hover, #sidebar li li a:active {
color: #c30;
text-decoration: underline;
}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 0;
	list-style-type: square;
	color: #263842;
}

#sidebar .current_page_item a:link, #sidebar .current_page_item  a:visited, #sidebar .current_page_item a:active, #sidebar .current_page_item  a:hover, #sidebar .current_page_ancestor a:link, #sidebar .current_page_ancestor  a:visited, #sidebar .current_page_ancestor a:active, #sidebar .current_page_ancestor a:hover{
    color: #c30 !important;
}

/* researcher bios */

.bio-info {
    margin-top: 10px;
    width: 18%;
    float: left;
}

.bio-info ul li{
    font-size:10px;
    margin-left:15px;
}

.bio-content {
    margin-top: 10px;
    width: 80%;
    padding-left: 10px;
    float: right;
}

.bio-content p {
    margin: 0;
}

.publications {
    font-size: 11px;
    /* margin: 0px 10px;*/
    padding: 10px 10px 10px 0;  
    line-height: normal;
}

.bio-pubs{
    /* width:80%;*/
    /* float: right;*/
    font-family: Verdana;
    font-weight: bold;
    margin: 12px 0px 5px 0px;
}

.bio-pub{
    /* width:80%;*/
    /* float: right;*/
    font-size: 10px;
    margin-bottom: 5px;
}

/* .bio {*/
/*     float: right;*/
/*     width: 80%;*/
/*     margin-top: 20px;*/
/* }*/

/* .bio-left {*/
/*     float: left;*/
/*     width: 20%;*/
/* }*/

/* .bio-foto {*/
/*     margin-top: 20px;*/
/* }*/

/* .bio-email {*/
/*     [> float: left;<]*/
/*     [> width: 20%;<]*/
/*     margin-top: 10px;*/
/*     font-size: 10px;*/
/* }*/

/* .bio-expertise {*/
/*     [> float: left;<]*/
/*     [> width: 20%;<]*/
/*     font-size:.9em;*/
/* }*/

/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-family: Verdana, times, verdana;
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: Verdana, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding: 6px;
	border: 1px solid #B2B2B2;
	}
	
#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #E5E5E5;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* search */

#header #search {
    margin: 30px 15px 0 703px !important; 
    padding: 0;
    /*margin: 30px 33px 0 500px;*/
}

form.niente-riga {margin-bottom: 0; margin-top: 0;}

#header button {
  color: #004B93;
  font-weight: bold;
  font-size: 12px;
  margin-left:2px;
width : 50px;
}

input #s  {
width : 110px;
border : 1px solid #ccc;
padding : 2px;
margin : 0 2px 0 1px;
}

#header .form {
font-size: 12px;
color: #121212;
width: 110px;
padding: 2px;
background-color:#fff;
border: 1px solid #ccc;
}

#allofit{
width: 950px;
margin: 0 auto;
text-align: left;
}

/* footer */

#footer {
	/*background-color: #fff;*/
	clear: both;
	width: 950px;/*100%;*/
	margin: 0 auto;
	/*border-bottom:solid 1px #a1a09e;*/
	font-family: verdana, arial, tahoma;
	text-align:center;
	font-size: 8pt;
	}
	
#footer p{padding:6px;margin: 0; color: #121212;}
#footer a{color: #004B93;text-decoration: none;}     /*004FB0*/
#footer a:hover{
    color: #5f9cfc;
}

#bottomwrapper{
    width: 950px; /*100%;*/
    margin: 0 auto;
	background:#004B93;
}

#bottomwrapper p {
    color: #ddd;
    font-size: .9em;
}

#bottomwrapper a {
    color: #ffffff;
}

#bottomwrapper a:hover {
    color: #ffffff;
    text-decoration:underline;
}

#bottom-border{
    width: 950px;/*100%;*/
    padding-top: 20px;
    /* border-top: 1px solid #363636;*/
    /*background:url(images/sfondo_basso2.gif) top repeat-x;*/
    /*margin-left: 160px; 
    border-top: dotted 1px #004B93;*/
}

#bottom-menu{
    margin-left: 30px;
    padding-bottom: 10px;/*100px; */
    /*padding-top: 10px;*/
}

#bottomtd{ 
    font-size: 11px;
    padding:4px;
}

#titlerow{
    font-size: 11px;
    border-bottom: 1px solid #004B93;
    margin-bottom: 5px;
    margin-right:20px;
    text-transform:uppercase;
}

.imagepic{
    margin:10px;
}

.caughtimage{
    float:left;
    display:table;
    position:relative;
    text-align:center;
}

.caughtimage-home {
    width:100px;
    height:100px;
    padding:6px 0px 5px 0; 
}

.caughtimage-page {
    width:100px;
    height:50px;
    padding-right:5px;
}

.caughtimage-middle{
    #position: absolute;  /* required for <IE8 centering -- will not validate */
        #top: 50%;        /* required for <IE8 centering -- will not validate */
        #left: 50%;        /* required for <IE8 centering -- will not validate */
    display:table-cell;
    vertical-align:middle; 
    margin:0 auto;
}

.caughtimage img{     
    #position: relative;   /* required for <IE8 centering -- will not validate */
        #top: -50%;        /* required for <IE8 centering -- will not validate */
        #left: -50%;       /* required for <IE8 centering -- will not validate */    
    max-width:80px;
    max-height:80px;
    /* width:expression(document.body.clientWidth > 80? "80px": "auto" );*/
    height: auto;
    border: none; 
}

.loading-more {
    /* background-color: #004B93;*/
    /* background: #d5e3ea;*/
    /* border: 1px solid #004B93;*/
    /* border: 1px solid #5f8293;*/
    /* border-radius: 3px;*/
    /* padding: 5px;*/
    /* color: #FFF;*/
    /* color: #43697c;*/
    background-image: url('/wp-content/themes/european-centre/images/moreposts.png');
    color: #004B93;
    text-align: center;
    cursor: pointer;
}

/*
 #bottom-menu ul {
    margin: 0;
    padding: 0;
    display: inline;
}
#bottom-menu li {
    display: table; 
}
#bottom-menu li li {
    display: table-cell; 
}
#bottom-menu ul li {
	}
#bottom-menu li ul {
    top: 20px;
	}
#bottom-menu li ul li a{
	display: block;
}
#bottom-menu ul li a {
	padding:0 60px 0 0;
    font-weight: bold;
	float: left;
	}
#bottom-menu ul li ul li a {
	color: #004B93;
	width: 120px;
	float: left;
	text-align: left;
    font-weight: normal;
	}
#bottom-menu ul li a:hover {
    text-decoration: none;
}
#bottom-menu ul li ul li a:hover {
    text-decoration: none;
}
    */

/* coinslider */

#big-feature a, #big-feature a:visited, #big-feature a:link {
  text-decoration: none;
}

ul#featured-list{
  position: relative;
  margin: 0 0 0 -70px;
  width: 233px;
  height: 272px;
  float: left;
}

.cs-info {
  background-image: url('/img/square.png');
  background-repeat: no-repeat;
  padding: 10px 15px 10px 45px;
  display: block;
  display: block-inline;
  vertical-align: middle;
}

.cs-info a, .cs-info a:visited, .cs-info a:link {
  text-decoration: none;
  color: #004B93;
}

ul#featured-list li .featured-list-title{
  font-family: Verdana, Sans, Helvetica, Arial, sans-serif;
  height: 12px;
  font-size: 8px;
}

ul#featured-list li .featured-list-text{
  font-family: Verdana, Sans, Helvetica, Arial, sans-serif;
  height: 36px;
  font-size: 10px;
  font-weight: bold;
}

.featured-list-comment {
  display: none;
}

#feature-info-background{
  font-size: 12px;
  color: #004B93;
  width: 530px;
  height: 48px;
  opacity: .75;
  filter: alpha(opacity = 75);
  margin-top: -68px;
  padding: 10px;
  background: #F1F1F1;
  float: right;
  z-index: 1;
}

#feature-info-background .feature-info-title{
}

.feature-info-title {
  font-family: Verdana, Sans, Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 0.25em;
  width: 480px;
}

.feature-info-text {
  font-family: Verdana, Sans, Helvetica, Arial, sans-serif;
  width: 480px;
}

#feature-info-background span{
}

#big-feature{
  position: relative;
  width: 550px;
  height: 274px;
  float: left;
  margin-left:20px;
}

#feature_slider{
  width: 550px;
  height: 272px;
}

#feature_slider img{
  width: 550px;
  height: 272px;
}

.cs-info-active {
  background-image: url('/img/arrow.png');
  background-repeat: no-repeat;
  z-index: 1;
}

.cs-info-active a{
}
/* image and pics galleries */

.gallery_image {
  text-align: center;
  overflow:hidden;
  float: left;
  max-width: 150px;
  height: 115px;
  margin: 15px;
}

/* pagenavi */

.wp-pagenavi {
  /* padding-left: 111px;*/
  text-align: center;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #004B93;
	color: #004B93;
	/* background-color: #FFFFFF;*/
}

.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #004B93;
	color: #004B93;
	/* background-color: #FFFFFF;*/
}

.wp-pagenavi a:hover {
	border: 1px solid #000000;
	color: #000000;
	/* background-color: #FFFFFF;*/
}

.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #004B93;
	color: #004B93;
	/* background-color: #FFFFFF;*/
}

.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px;
	margin: 2px 2px 2px 2px;
	color: #000000;
	/* border: 1px solid #000000;*/
	/* background-color: #FFFFFF;*/
}

.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	/* background-color: #FFFFFF;*/
}

.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px;
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	/* background-color: #FFFFFF;*/
}

.wp-pagenavi a.previouspostslink:link, .wp-pagenavi a.nextpostslink:link, .wp-pagenavi a.previouspostslink:visited, .wp-pagenavi a.nextpostslink:visited, .wp-pagenavi a.previouspostslink:hover, .wp-pagenavi a.nextpostslink:hover, .wp-pagenavi a.previouspostslink:active, .wp-pagenavi a.nextpostslink:active {
  border: none;
}


