/*
Theme Name: UNMB International
URI: 
Description: UNMB International theme spin-off
Author: Krali Media Interactive
License: 
License URI: 
*/
/* ----Here we go!---- */
/* =Reset CSS by Eric Meyer-------------------------------------------------------------- */

@import url('reset.css');

/* =fontface fonts-------------------------------------------------------------- */
@font-face {
	font-family: 'PerpRom';    src: url('fonts/perrnh.eot');    src: url('fonts/perrnh.eot?#iefix') format('embedded-opentype'),
         url('fonts/perrnh.woff') format('woff'),
         url('fonts/perrnh.ttf') format('truetype'),
         url('fonts/perrnh.svg#PerpRom') format('svg');
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img {
	border: none;
}
/* =Layout-------------------------------------------------------------- */
/*LAYOUT: 3 columns*/
#primary {
	float: left;
	position: relative;
	/*overflow: hidden;*/
	width: 220px;
	z-index: 60;
}

#secondary {
	float: right;
	/*overflow: hidden;*/
	width: 220px;
}

#container.three-column {
	float: left;
	margin: 0;
	width: 540px;
}

.three-column #content {
	margin: 0 30px 0 30px;
}
.two-column #content {
	margin: 0 30px 0 0;
}
#container.noRsidebar{
	width: 760px;
}
#container.noRsidebar #content {
	margin: 0 0 0 30px;
}
/*LAYOUT: Two columnsD
ESCRIPTION: Two-column fixed layout with one sidebar right of content*/
#container {
	float: left;
	margin: 0 0 0 0;
	width: 760px;
}

#content {
	margin: 0 0 0 30px;
}

#footer {
	clear: both;
	width: 100%;
}
/*LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar*/
.one-column#container {
	width: 100%;
}
.one-column #content {
	margin: 0 auto;
	width: 100%;
}
/*LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages*/
.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}
/* =Fonts-------------------------------------------------------------- */
body,
input,
textarea,
.pingback a.url,
h3#comments-title,
h3#reply-title,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-utility,
#respond label,
.navigation,
.pingback p,
.reply,
.wp-caption-text,
.date,
h2,
h3,
h4,
h5,
h6,
input[type=submit] {
	font-family: Verdana,
 Geneva,
 sans-serif;
}

#access .menu,
#access div.menu ul,
#breadcrums,
#bannTxt,
#footerMen,
.widget-title,
h1,
.entry-title,
.blu,
.siTxt span,
.page-title,
.page-title span,
#relatedMen {
	font-family: 'PerpRom',
 Georgia,
 serif;
}

pre {
	font-family: Courier;
}

code {
	font-family: monospace;
}
/* =Structure-------------------------------------------------------------- */
/* The main theme structure */
#colophon,
#branding,
#main {
	width: 100%;
}

#wrapper {
	padding: 0 25px;
	margin: 0 auto;
	width: 980px;
	background: #fff;
	min-height: 1200px;
}
/* Structure the top area */
#top-widget-area {
	overflow: hidden;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

#top-widget-area .widget-area {
	float: left;
	margin-right: 30px;
	width: 225px;
}

#top-widget-area  #second {
	margin-right: 0;
}
/* =Global Elements-------------------------------------------------------------- */
/* Main global 'theme' and typographic styles */
body {
	background: #fff;
}

body,
input,
textarea {
	color: #333;
	font-size: 12px;
	line-height: 18px;
}

hr {
	display: block;
	clear: both;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
/* Text elements */
p {
	/*margin-bottom: 18px;*/;
}

ul {
	list-style: square;
	margin: 0 0 0 1.7em;
}

ol {
	list-style: decimal;
	margin: 0 0 0 1.7em;
}

ol.digits2 {
	margin: 0 0 0 2.3em;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}

dl {
	/*margin: 0 0 24px 0;*/
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 18px;
}

strong {
	font-weight: bold;
}

cite,
em,
i {
	font-style: italic;
}

big {
	font-size: 131.25%;
}

ins {
	background: #ffc;
	text-decoration: none;
}

blockquote {
	font-style: italic;
	padding: 0 3em;
}

blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}

pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}

a:link {
	color: #445496;
	text-decoration: none;
}

a:visited {
	color: #445496;
}

a:active,
a:hover {
	color: #172b7d;
}
/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
/* =Header-------------------------------------------------------------- */
#header {
	padding: 35px 0 0 0;
}

#site-title {
	float: left;
	margin: 0 0 18px 0;
}

#language {
	float: right;
	width: 60px;
}

#social {
	clear: both;
}

#social div {
	float: right;
	margin: 0 0 0 5px;
}

#social #youtube {
	display: block;
	width: 69px;
	height: 25px;
	background: url(images/elements/youtube.jpg) no-repeat 0 0;
}

#social #youtube:hover {
	background: url(images/elements/youtube.jpg) no-repeat 0 -25px;
}

#social #tweeter {
	display: block;
	width: 27px;
	height: 25px;
	background: url(images/elements/tweeter.jpg) no-repeat 0 0;
}

#social #tweeter:hover {
	background: url(images/elements/tweeter.jpg) no-repeat 0 -25px;
}

#social #facebook {
	display: block;
	width: 27px;
	height: 25px;
	background: url(images/elements/facebook.jpg) no-repeat 0 0;
}

#social #facebook:hover {
	background: url(images/elements/facebook.jpg) no-repeat 0 -25px;
}

#social input[type=text] {
	height: 21px;
	border-top: 2px solid #10385b;
	border-left: 2px solid #10385b;
	border-bottom: 2px solid #10385b;
	padding: 0 0 0 5px;
	margin: 0 -5px 0 10px;
	color: #999;
}

#social input[type=submit] {
	vertical-align: top;
	margin: 0;
	height: 25px;
	width: 25px;
	background: #10385b url(images/elements/arrow.png) no-repeat 10px 6px;
	border: 0;
	cursor: pointer;
}

#social input[type=submit]:hover {
	background: #234f76 url(images/elements/arrow.png) no-repeat 10px 6px;
}

#social input[type=submit]:active {
	background: #09253e url(images/elements/arrow.png) no-repeat 10px 6px;
}

#cImage {
	position: relative;
}

#cImage #sliderC {
	position: relative;
	height: 394px;
	width: 980px;
	overflow: hidden;
	z-index: 1;
}

#cImage #slider {
	position: absolute;
}

#cImage #slider img {
	float: left;
}
/*#cImage #slider ul{	
	list-style: none;
    width: 9999px;
    padding: 0;
	margin:0;
}
#cImage #slider ul li{
	float: left;
    width: 980px;
    margin-right: 0px;
}*/
#cImage #buttons {
	position: absolute;
	width: 25px;
	height: 140px;
	top: 106px;
	left: 980px;
	margin: 0;
	z-index: 3;
}

#cImage #buttons a {
	float: left;
	width: 25px;
	height: 70px;
	display: block;
}

#cImage #buttons .next {
	background: #10385b url(images/elements/farrow.png) no-repeat 10px 30px;
}

#cImage #buttons .prev {
	background: #10385b url(images/elements/barrow.png) no-repeat 10px 30px;
}

#cImage #buttons .next:hover {
	background: #234f76 url(images/elements/farrow.png) no-repeat 10px 30px;
}

#cImage #buttons .prev:hover {
	background: #234f76 url(images/elements/barrow.png) no-repeat 10px 30px;
}

#cImage #bannTxt {
	position: absolute;
	overflow: hidden;
	top: 106px;
	left: -25px;
	width: 655px;
	height: 140px;
	z-index: 2;
	/*background: url(images/elements/bannerTxT.png) top right no-repeat;*/
	margin: 0;
}
#cImage #bannTxt:after{
	z-index:10;
	position: absolute;
    content: " ";
    display: block;
    left: -33px;
    top: 0px;
    width: 100%;
    height: 100%;
    transform: skew(-25deg);
    background:rgba(16, 56, 91, 0.8);
}
#cImage #bannTxt span {
	font-size: 50px;
	line-height: 60px;
	display: block;
	padding: 10px 25px 10px 30px;
	color: #FFF;
	font-style: italic;
	text-align: left;
	z-index:20;
	position: relative;
}

#subtext {
	border-bottom: 1px solid #ccc;
	padding: 4px 0 1px;
	width: 100%;
	height: 20px;
	overflow: hidden;
	position: relative;
}

#subtext #events {
	position: absolute;
	height: 20px;
}

#subtext a {
	color: #888;
	text-decoration: none;
	display: block;
	float: left;
	width: 933px;
	padding-right: 47px;
}

#subtext span {
	text-decoration: none;
	padding: 0 15px 0 8px;
	display: inline-block;
	margin-right: 5px;
	float: left;
	background: url(images/elements/slash.png) top right no-repeat;
}

#breadcrums {
	display: block;
	width: 100%;
	position: relative;
	margin: 15px 0 0;
}

#breadcrums>ul {
	list-style: none;
    /*height: 30px;*/
	margin: 0 auto;
	position: relative;
	width: auto;
}

#breadcrums>ul>li {
	float: left;
	margin-left: -20px;
	z-index: 5;
	background: #eee;
}

#breadcrums>ul>li>a {
	background: url(images/elements/lvl1-bg.png) top left no-repeat;
	display: block;
	padding: 2px 20px 0;
	color: #172b7d;
	text-decoration: none;
	line-height: 20px;
	font-size: 15px;
	outline: 0;
	position: relative;
	z-index: 10;
}

#breadcrums>ul>li:first-child {
	margin-left: 0px;
}

#breadcrums>ul>li:first-child>a {
	background: none;
}

#breadcrums>ul>li.active {
	background: url(images/elements/bc-bg-activeR.png) #172b7d top right no-repeat;
}

#breadcrums>ul>li.active > a {
	background: url(images/elements/bc-bg-activeL.png) top left no-repeat;
	color: #fff;
}
/*#breadcrums>ul>li:hover{
	background: url(images/elements/bc-bg-hoverR.png) #9cacc5 top right no-repeat;
}
#breadcrums>ul>li:hover > a{
	background: url(images/elements/bc-bg-hoverL.png) top left no-repeat;
    color: #fff;
}
#breadcrums>ul>li:first-child:hover>a{
	background:none;
}
#breadcrums>ul>li:last-child:hover{
	background: url(images/elements/bc-bg-hoverRL.png) #9cacc5 top right no-repeat;
}*/

/* =Menu-------------------------------------------------------------- */
/*////// Level 1 //////*/
#access {
	display: block;
	clear: both;
	padding: 12px 0 0 0;
	z-index: 10;
	position: relative;
}

.menu-header {
	position: relative;
}

.menu-header>ul {
	list-style: none;
	background: #8d00a8;
	height: 40px;
	width: 980px;
	margin: 0 auto;
	position: relative;
}

.menu-header>ul>li {
	float: left;
	position: relative;
	z-index: 5;
}
.menu-header>ul>li>div{
	transform: skew(-25deg);
	border-right:1px solid white;
}
.menu-header>ul>li>div a {
	display: block;
	padding: 0 20px;
	transform: skew(25deg);
	color: #fff;
	text-decoration: none;
	line-height: 40px;
	font-size: 22px;
	outline: 0;
	position: relative;
	z-index: 10;
}
.menu-header>ul>li:first-child>div {
	margin-left: 10px;
	position: relative;
	z-index:100;
}
.menu-header>ul>li:first-child>div>a {
	padding-left: 8px;
}
.menu-header>ul>li:first-child:before {
	margin-left: 10px;
	z-index:90;
	position: absolute;
    content: " ";
    display: block;
    left: -10px;
    top: 0px;
    width: 19px;
    height: 100%;
    background:#003183;
}
.menu-header>ul>li:hover>div {
	background:#fff !important ;
}
.menu-header>ul>li:first-child:hover:before {
	background:#fff !important ;
}
.menu-header>ul>li:hover>div a {
	color: #172b7d;
}



.menu-header>ul li.blue>div{
	background:#003183;
}
.menu-header>ul li.teal>div{
	background:#00aaaa;
}
.menu-header>ul li.green>div{
	background:#3bb400;
}
.menu-header>ul li.yellow>div{
	background:#e0a300;
}
.menu-header>ul li.orange>div{
	background:#de5a00;
}
.menu-header>ul li.red>div{
	background:#dd0000;
}

/*////// SubLevels //////*/
.menu-header>ul ul {
	display: none;
	position: absolute;
	left: -18px;
	list-style: none;
	width: 100%;
	margin: 0 0 0 1.5em;
}

.menu-header li li {
    /*float: left;*/
	display: inline-block;
	margin-left: -15px;
	z-index: 5;
	height:25px;
}

.menu-header li li:first-child {
	margin-left: 0;
	/*padding-left:12px;*/;
}

.menu-header li li:first-child>a {
	background: none;
}

.menu-header li li:first-child:hover>a {
	/*background:none;*/;
}

.menu-header li li>a {
	display: block;
	padding: 0 15px;
	text-decoration: none;
	line-height: 25px;
	font-size: 17px;
	outline: 0;
	position: relative;
	z-index: 10;
}
/*/// last ///*/
/*.menu-header  #menu-item-561 li{
    float: right;
	display: block;
    margin-right:4px;
    z-index: 5;
}
.menu-header  #menu-item-561 li:first-child{
	margin-right: 0;
	margin-left: -15px;
	padding-right:12px;
	padding-left:0px;
}
.menu-header  #menu-item-561 li:first-child>a{
	background: url(images/elements/lvl2-bg.png) top left no-repeat;
}
.menu-header  #menu-item-561 li:first-child:hover{
	background:#9cacc5;
}
.menu-header  #menu-item-561 li:first-child:hover>a{
	background: url(images/elements/lvl2-bg-activeL.png) top left no-repeat;
}*/
/*////// Level 2 //////*/
.menu-header>ul>li:hover > ul {
	top: 40px;
	background: #fff;
}

.menu-header>ul>li>ul>li>a {
	background: url(images/elements/lvl2-bg.png) top left no-repeat;
	color: #172b7d;
}

.menu-header>ul>li>ul>li:hover {
	background: url(images/elements/lvl2-bg-activeR.png) #9cacc5 top right no-repeat;
}

.menu-header>ul>li>ul>li:hover > a {
	background: url(images/elements/lvl2-bg-activeL.png) top left no-repeat;
	color: #fff;
}

.menu-header>ul>li>ul>li:last-child:hover {
	background: url(images/elements/lvl2-bg-activeR.png) #9cacc5 top right no-repeat;
}
/*.menu-header .menu-item-113 {
	padding-left:12px;
	margin-left:0px;
}
.menu-header .menu-item-113 a{
	background:none;
}
.menu-header .menu-item-113:hover>a{
	background:none;}*/
/*////// Level 3 //////*/
.menu-header>ul>li>ul>li:hover > ul {
	background: #9cacc5;
}

.menu-header>ul>li>ul>li>ul>li>a {
	background: url(images/elements/lvl3-bg.png) top left no-repeat;
	color: #fff;
}

.menu-header>ul>li>ul>li>ul>li:hover {
	background: url(images/elements/lvl3-bg-activeR.png) #455698 top right no-repeat;
}

.menu-header>ul>li>ul>li>ul>li:hover > a {
	background: url(images/elements/lvl3-bg-activeL.png) top left no-repeat;
}

.menu-header>ul>li>ul>li>ul>li:last-child:hover {
	background: url(images/elements/lvl3-bg-activeR.png) #455698 top right no-repeat;
}
/*////// Level 4 //////*/
.menu-header>ul>li>ul>li>ul>li:hover > ul {
	background: #455698;
}

.menu-header>ul>li>ul>li>ul>li>ul>li>a {
	background: url(images/elements/lvl3-bg.png) top left no-repeat;
	color: #fff;
}

.menu-header>ul>li>ul>li>ul>li>ul>li:hover {
	background: url(images/elements/lvl4-bg-activeR.png) #9cacc5 top right no-repeat;
}

.menu-header>ul>li>ul>li>ul>li>ul>li:hover > a {
	background: url(images/elements/lvl4-bg-activeL.png) top left no-repeat;
}

.menu-header>ul>li>ul>li>ul>li>ul>li:last-child:hover {
	background: url(images/elements/lvl4-bg-activeR.png) #9cacc5 top right no-repeat;
}
/* =Content-------------------------------------------------------------- */
.indexp ul{
	 list-style:none;
}
.indexp ul li{
	position: relative;
	padding-bottom: 10px;
}
.indexp ul li:before{
    left: 0;
    top: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #ea5c16;
    border-width: 7px;
    margin-left: -15px;
}
.indexp ul li a{
	color:#606060;
}
#content.indexp h1{
	overflow: hidden;
	position: relative;
	line-height: 36px;
	margin-bottom: 30px;
}
.indexp h1:before{
	z-index:0;
	position: absolute;
    content: " ";
    display: block;
    left: -10px;
    top: 0px;
    width: 35%;
    height: 100%;
    transform: skew(-25deg);
    background:rgba(10, 165, 255, 0.8);
}
.indexp h1 span{
	position: relative;
    color: white;
    padding: 0 0 0 10px;
}
.indexp .news h1:before{
	background: #ea5c16;
}
.indexp .news {
	margin-bottom: 60px;
}
.indexp .events h1:before{
	background: #dd0000;

}
.indexp .events .post{
	margin-top:10px;
	clear:both;
	position: relative;
}
.indexp .events .post-image{
	width:25%;
	/*float:left;*/
	position: relative;
    top: 0;
    left: 0;
}
.indexp .events .post-content{
	width:75%;
	/*float: right;*/
	position: absolute;
    top: 0;
    right: 0;
}
#content.indexp .events .post-content p{
	text-indent: 0;
}
#content.indexp .events .post-content h2{
	margin-bottom:20px;
}
#content.indexp .events h2{
	color: #dd0000;
	font-size: 28px;
	font-family: 'PerpRom', Georgia, serif;

}
#content  .conactTable {
	margin: 0 -1px 12px 0;
}

#content  .conactTable td {
	padding: 0 10px 0 0;
}

#main {
	clear: both;
	/*overflow: hidden;*/
	padding: 20px 0 0 0;
}

#content {
	margin-bottom: 36px;
}

#content li {
	text-align: justify;
}

#content .blu {
	color: #9cacc5;
	font-size: 15px;
}

#content .indent {
	text-indent: 36px;
	display: inline-block;
}

#content .noindent {
	text-indent: 0px;
}
#content .noindent p{
	text-indent: 0px;
}

#content .bindent {
	text-indent: 0px;
	margin-left: 36px;
}

#content .noalign {
	text-align: left;
}

#content p {
	text-indent: 36px;
	text-align: justify;
}

#content p:first-child,
#content h2:first-child + p {
	text-indent: 0;
}

#content p.right {
	text-align: right;
}

#content,
#content input,
#content textarea {
	font-size: 12px;
	line-height: 16px;
	color: #888;
}

#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	/*margin-bottom: 18px;*/;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	/*margin-top:4px;*/
	margin-bottom: 0;
}

#content li {
	/*padding-bottom:4px;*/;
}

#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}

#content code {
	font-size: 13px;
}

#content dt,
#content th {
	color: #000;
}

#content h1 {
	color: #162b7d;
	line-height: 30px;
	font-size: 24px;
	margin: 0 0 10px 0;
}

#content h2 a {
	text-decoration: none;
	color: #162b7d;
}

#content h2 {
	color: #162b7d;
	line-height: 18px;
	font-size: 12px;
	display: inline-block;
	position: relative;
	width: 100%;
}
/*#content h2:after{
	position: absolute;
    top: 50%;
	overflow: hidden;
    width: 90%;
    height: 1px;
    content: '\a0';
    background-color:#eee;
	margin-left:10px;
}*/
#content h3 {
	line-height: 16px;
	font-size: 12px;
	clear: right;
}

#content h3.nomargin {
	margin: 0;
	width: 100%;
	background: #f9f9f9;
}

#content h4 {
	line-height: 16px;
	font-size: 12px;
	margin-top: 4px;
}

#content h5 {
	line-height: 16px;
	font-size: 12px;
}

#content h6 {
	line-height: 16px;
	font-size: 12px;
}

#content .widget-title {
	margin: 0;
	font-size: 24px;
	line-height: 30px;
}

#content table {
	/*border: 1px solid #e7e7e7;*/
	margin: 0 -1px 12px -10px;
	text-align: left;
	/*width: 100%;*/;
}

#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}

#content table.lines tr td{
	border-top: 1px solid #e7e7e7;
	}
#content table.lines {
	border-bottom: 1px solid #e7e7e7;
	}
	
#content tr td {
	/*border-top: 1px solid #e7e7e7;*/
	padding: 6px 10px;
	vertical-align: middle;
}

#content tr td p {
	text-indent: 0px;
}

#content tr.odd td {
	background: #f2f7fc;
}

.hentry {
	margin: 0 0 48px 0;
}

.home .sticky {
	background: #eee;
	color: #000;
	border-bottom: 3px solid #ddd;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}

.single .hentry {
	margin: 0 0 36px 0;
}

.page-title {
	color: #000;
	font-size: 14px;
	margin: 0 0 36px 0;
}

.page-title span {
	color: #162b7d;
	font-weight: normal;
}

.page-title a:link,
.page-title a:visited {
	color: #162b7d;
}

.page-title a:active,
.page-title a:hover {
	color: #789;
}

#content .entry-title {
	color: #162b7d;
	line-height: 30px;
	font-size: 24px;
	margin-bottom: 10px;
}

.entry-title a:link,
.entry-title a:visited {
	color: #162b7d;
}

.entry-title a:active,
.entry-title a:hover {
	color: #789;
}

.entry-meta {
	color: #888;
	font-size: 12px;
	margin-bottom: 10px;
}

.entry-meta abbr,
.entry-utility abbr {
	border: none;
}

.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}

.entry-content,
.entry-summary {
	clear: both;
	/*padding: 12px 0 0 0;*/;
}

#content .entry-summary p:last-child {
	margin-bottom: 12px;
}

.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}

.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}

.entry-content input {
	margin: 0 0 24px 0;
}

.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}

.entry-content label {
	color: #888;
	font-size: 12px;
}

.entry-content select {
	margin: 0 0 24px 0;
}

.entry-content sup,
.entry-content sub {
	font-size: 10px;
}

.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}

.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}

.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}

.home .sticky .page-link a {
	background: #d9e8f7;
}

.page-link a:active,
.page-link a:hover {
	color: #789;
}

body.page .edit-link {
	clear: both;
	display: block;
	margin-bottom: 10px;
}

#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}

#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}

#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}

#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}

.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}

.entry-meta a,
.entry-utility a {
	color: #888;
}

.entry-meta a:hover,
.entry-utility a:hover {
	color: #789;
}

#content .video-player {
	padding: 0;
}
/* =Asides-------------------------------------------------------------- */
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}

.home .hentry.category-asides {
	padding: 0;
}

.home #content .category-asides .entry-content {
	padding-top: 0;
}
/* =Gallery listing-------------------------------------------------------------- */
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}

.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}

.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}
/* =Attachment pages-------------------------------------------------------------- */
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}

.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}

.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}
/* =Images-------------------------------------------------------------- */
#content img {
	margin: 0;
	max-width: 640px;
	/*height: auto;*/
	/*width: auto;*/
}

#content img.mr {
	margin-right: 100px;
}

#content .attachment img {
	max-width: 900px;
}

#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}

.sideright{
	float: right;	
	margin-right:-245px;
	display:block;
	clear:left;
}
.srleftspace li{
	float:left;
	}
.wp-caption {
	background: #9cabc8;
	line-height: 20px;
	margin-bottom: 10px;
	text-align: left;
}

.wp-caption img {
	margin: 0;
}

.wp-caption p.wp-caption-text {
	color: #FFF;
	font-size: 16px;
	padding: 9px 7px 14px;
	font-family: 'PerpRom', Georgia, serif;
	margin-bottom: 0;
	text-indent: 0;
	text-align: left;
}

#content .wp-smiley {
	margin: 0;
}

#content .gallery {
	margin: 0 auto 18px;
}

#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: left;
	/*width: 33%;*/;
}

#content .gallery .gallery-icon {
	padding: 4px 3px 0;
}

#content .gallery .gallery-caption {
	background: #9cabc8;
	line-height: 20px;
	color: #FFF;
	font-size: 18px;
	padding: 15px 8px 20px;
	font-family: 'PerpRom', Georgia, serif;
	margin: -4px 10px 0;
}

#content .gallery dl {
	margin: 0;
}

#content .gallery br+br {
	display: none;
}

#content .attachment img {
 /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
/* =Navigation-------------------------------------------------------------- */
.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}

.navigation a:link,
.navigation a:visited {
	color: #9cabc8;
	text-decoration: none;
}

.navigation a:active,
.navigation a:hover {
	color: #488DA0;
}

.nav-previous {
	float: left;
	width: 50%;
}

.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

#nav-above {
	margin: 0 0 18px 0;
}

#nav-above {
	display: none;
}

.paged #nav-above,
.single #nav-above {
	display: block;
}

#nav-below {
	margin: -18px 0 0 0;
}
/* =Comments-------------------------------------------------------------- */
#comments {
	clear: both;
}

#comments .navigation {
	padding: 0 0 18px 0;
}

h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}

h3#comments-title {
	padding: 24px 0;
}

.commentlist {
	list-style: none;
	margin: 0;
}

.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}

.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}

#comments .comment-body p:last-child {
	margin-bottom: 6px;
}

#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}

.commentlist ol {
	list-style: decimal;
}

.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}

.comment-author {
}

.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}

.comment-author .says {
	font-style: italic;
}

.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}

.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}

.comment-meta a:active,
.comment-meta a:hover {
	color: #789;
}

.commentlist .even {
}

.commentlist .bypostauthor {
}

.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}

.reply a,
a.comment-edit-link {
	color: #888;
}

.reply a:hover,
a.comment-edit-link:hover {
	color: #789;
}

.commentlist .children {
	list-style: none;
	margin: 0;
}

.commentlist .children li {
	border: none;
	margin: 0;
}

.nopassword,
.nocomments {
	display: none;
}

#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}

.commentlist li.comment+li.pingback {
	margin-top: -6px;
}

#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}

#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}/* Comments form */input[type=submit] {
	color: #333;
}

#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}

#respond p {
	margin: 0;
}

#respond .comment-notes {
	margin-bottom: 1em;
}

.form-allowed-tags {
	line-height: 1em;
}

.children #respond {
	margin: 0 48px 0 0;
}

h3#reply-title {
	margin: 18px 0;
}

#comments-list #respond {
	margin: 0 0 18px 0;
}

#comments-list ul #respond {
	margin: 0;
}

#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

#respond .required {
	color: #789;
	font-weight: bold;
}

#respond label {
	color: #888;
	font-size: 12px;
}

#respond input {
	margin: 0 0 9px;
	width: 98%;
}

#respond textarea {
	width: 98%;
}

#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}

#respond .form-allowed-tags code {
	font-size: 11px;
}

#respond .form-submit {
	margin: 12px 0;
}

#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
/* =Widget Areas-------------------------------------------------------------- */
.sImage {
	position: relative;
}

.sImage .siSC {
	width: 220px;
	height: 230px;
	overflow: hidden;
	background: url(images/elements/loading.gif) 92px 97px no-repeat;
}

.sImage .siSlider {
	position: relative;
	display: none;
}

.sImage .siSlider img {
	float: left;
}

.sImage .siTxt {
	background-color: #9CABC8;
	width: 206px;
	height: 41px;
	padding: 14px 7px;
}

.sImage .siTxt span {
	color: #FFF;
	line-height: 20px;
	font-size: 16px;
}

.sImage .siBut {
	position: absolute;
	width: 25px;
	height: 69px;
	top: 230px;
	left: 220px;
	margin: 0;
	z-index: 3;
}

.sImage .siBut a {
	float: left;
	width: 25px;
	height: 69px;
	display: block;
}

.sImage .siBut .siNext {
	background: #E8EAE9 url(images/elements/farrow.png) no-repeat 10px 30px;
}

.sImage .siBut .siNext:hover {
	background: #9CABC8 url(images/elements/farrow.png) no-repeat 10px 30px;
}

#relatedMen a {
	text-decoration: none;
	color: #445496;
	font-size: 16px;
	line-height: 18px;
}
#relatedMen .active a{
	color: #172b7d;
}
#relatedMen {
	margin-bottom: 15px;
}

.widget-flash {
	border-bottom: none !important;
	padding: 0 !important;
}

.widget-area ul {
	list-style: none;
	margin-left: 0;
}

.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}

.widget_search #s {
/* This keeps the search inputs in line */
	width: 60%;
}

.widget_search label {
	display: none;
}

.widget-container {
	margin: 0 0 18px 0;
	padding-bottom: 10px !important;
	border-bottom: 1px solid #ccc;
}

.widget-title {
	color: #162b7d;
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 36px;
	overflow: hidden;
	position: relative;
}
.widget-title:before{
	z-index:0;
	position: absolute;
    content: " ";
    display: block;
    left: -10px;
    top: 0px;
    width: 70%;
    height: 100%;
    transform: skew(-25deg);
    background:#00aaaa;
}
.widget-title span{
	position: relative;
    color: white;
    padding: 0 0 0 10px;
}
.widget-container .blue{
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 36px;
	overflow: hidden;
	position: relative;
}
.widget-container .blue:before{
	z-index:0;
	position: absolute;
    content: " ";
    display: block;
    left: -10px;
    top: 0px;
    width: 70%;
    height: 100%;
    transform: skew(-25deg);
    background:#003183;
}
.widget-container .blue span{
	position: relative;
    color: white;
    padding: 0 0 0 10px;
    font-family: 'PerpRom', Georgia, serif;

}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}

.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}

.widget-area .entry-meta {
	font-size: 11px;
}

#wp_tag_cloud div {
	line-height: 1.6em;
}

.ilinks li {
	text-align: left;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}

#wp-calendar thead {
	font-size: 11px;
}

#wp-calendar thead th {
}

#wp-calendar tbody {
	color: #aaa;
}

#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}

#wp-calendar tbody .pad {
	background: none;
}

#wp-calendar tfoot #next {
	text-align: right;
}

.widget_rss a.rsswidget {
	color: #000;
}

.widget_rss a.rsswidget:hover {
	color: #789;
}

.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

.textwidget img {
	margin: 0 0 1px 0;
	padding: 0;
}

.textwidget {
	color: #888;
	line-height: 15px;
	font-size: 12px;
	text-align: justify;
}

.textwidget p,
#content .textwidget p {
	margin-bottom: 10px;
	text-indent: 0px;
}

#main .widget-area ul.catlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

.textwidget ul.catlist li,
#content .textwidget ul.catlist li {
	margin: 0 0 8px 0;
	padding: 0;
}

.textwidget ul.catlist li:last-child,
#content .textwidget ul.catlist li:last-child {
	margin-bottom: -10px;
}

.textwidget ul.catlist li.sep {
	border-bottom: 1px #ccc solid;
}

.textwidget ul.catlist li.sep:last-child {
	border-bottom: none;
}

.textwidget ul.catlist li a {
	display: block;
	text-decoration: none;
	color: #888;
	padding: 0 5px 5px 0;
	text-align: left;
}

.textwidget ul.catlist li .blu {
	color: #9cacc5;
	font-size: 15px;
	display: inline-block;
	margin-bottom: 5px;
}	
/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0;
}

#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}

#primary {
}

#secondary {
}
/* =Footer-------------------------------------------------------------- */
#wrapper_footer {
	padding: 0 25px;
	margin: 0 auto;
	width: 980px;
	background: #fff;
}

#footer {
	background: #10385b url(images/elements/europe.png) no-repeat right bottom;
	margin: 0 auto;
	height: 280px;
	/*padding:0 38px;*/;
	position: relative;
}
#footer:after{
	position: absolute;
    content: " ";
    display: block;
    left: 0px;
    bottom: 0px;
    width: 456px;
    height: 122px;
    background: url(images/elements/footer.jpg) no-repeat left bottom;
}
#footer #footerMen {
	padding: 50px 0 0;
	height: 65px;
	border-bottom: #FFF 1px solid;
	margin: 0 auto;
	width: 94%;
}

#footer ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

#footer ul li {
	float: left;
	padding: 0 10px;
	background: url(images/elements/bar.jpg) top right no-repeat;
}

#footer ul li:last-child {
	background: none;
}

#footer ul li a {
	color: #FFF;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 15px;
}

#footer #copyright {
	color: #FFF;
	width: 200px;
	text-align: right;
	margin: 130px 0 0 720px;
	font-size: 11px;
}

img#wpstats {
	display: block;
	margin: 0 auto 10px;
}
/* =Mobile Safari ( iPad,
 iPhone and iPod Touch )-------------------------------------------------------------- */
pre {
	-webkit-text-size-adjust: 140%;
}

code {
	-webkit-text-size-adjust: 160%;
}

#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}

#site-description {
	-webkit-text-size-adjust: none;
}
/* =Print Style-------------------------------------------------------------- */
@media print {
	body {
		background: none !important;
	}

	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}

	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}

	#colophon {
		border-top: 2pt solid #000;
	}

	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}

	#site-title {
		font-size: 13pt;
	}

	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}

	.entry-title {
		font-size: 21pt;
	}

	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}

	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}

	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}

	.wp-caption p {
		font-size: 11pt;
	}

	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}

	#colophon {
		width: auto;
	}

	img#wpstats {
		display: none;
	}

	#site-generator a {
		margin: 0;
		padding: 0;
	}

	#entry-author-info {
		border: 1px solid #e7e7e7;
	}

	#main {
		display: inline;
	}

	.home .sticky {
		border: none;
	};
}
/* =Short Code-------------------------------------------------------------- */
.download {
	margin: 2px 0 0;
	width: 100%;
}

.downLink {
	display: table-row;
	outline: 0;
	background: url(images/elements/downloadR.png) #9cacc5 top right no-repeat;
	width: 70%;
	text-decoration: none;
	position: relative;
	height: 20px;
}

.downLink span {
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	padding: 3px 20px 1px 35px;
	top: -3px;
	margin-bottom: -5px;
	display: block;
	position: relative;
}

.downLink:hover {
	background: url(images/elements/downloadR-act.png) #172b7d top right no-repeat;
}

.downLink:hover span {
	color: #fff;
}

.downLink.pdf span {
	background: url(images/elements/downloadL.png) top left no-repeat;
}

.downLink.pdf:hover span {
	background: url(images/elements/downloadL-act.png) top left no-repeat;
}

.downLink.doc span {
	background: url(images/elements/downloadL2.png) top left no-repeat;
}

.downLink.doc:hover span {
	background: url(images/elements/downloadL2-act.png) top left no-repeat;
}

.downLink.ftp span {
	background: url(images/elements/downloadL3.png) top left no-repeat;
}

.downLink.ftp:hover span {
	background: url(images/elements/downloadL3-act.png) top left no-repeat;
}
/*//////////////////////////////////////////*/
#content .catlist li,
#content .catlist li  a{
	text-align: left;
	}
.content p {
	color: #999;
	font-size: 13px;
}

/*--------------------------------------------------------------*/
.scalendar{
	font-family: "PerpRo";
}
.scalendar td{
	width:31px;
	height:27px;
	vertical-align:middle;
	}
.scalendar th{
	font-weight:normal;
	height:27px;
	}
/*--------------------------------------------------------------*/
.randimg {
	overflow: hidden;
	position: relative;
}

.randimg img {
	position: absolute;
	/*margin-top:-20% !important;
	top:20% !important;*/
	margin-left: -50% !important;
	left: 50% !important;
}
.nolist {
	margin-left:0 !important;
	list-style: none !important;
}
#content .nopadding tr td{
	padding:0;
	}
/*--------------EVI--------------------*/

#Evi {
	padding: 20px 0 0;
	height: 40px;
	margin: 0 auto;
	width: 100%;
}

#Evi ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
}

#Evi ul li {
	display: inline-block;
	padding: 0 10px;
	border-right: 1px #162b7d solid
}

#Evi ul li:last-child {
	border-right:none;
}

#Evi ul li a {
	color: #162b7d;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 15px;
}