@charset "utf-8";

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
a img {
	border: none;
}

html {
	background: #edecec url('/images/decor/html-bg.png') 50% 0 repeat-y;
}
body {
	background: url('/images/decor/body-bg.png') 50% 0 no-repeat;
	font-family: Abel, sans-serif;
	font-size: 14px;
}
a {
	color: #0c4ab0;
}
a:hover {
	color: #1165ef;
}

html, body {
	height: 100%;
}
#wrapper {
	height: 100%;
	margin: 0 auto;
	padding-left: 56px;
	width: 948px;
}
	#wrapper2 {
		background-color: #fff;
		min-height: 100%;
		position: relative;
		width: 100%;
	}
	#header {
		background: url('/images/decor/dashed.png') 0 90px repeat-x;
		height: 103px;
		margin-bottom: 22px;
		position: relative;
	}
		#logo {
			background: url('/images/decor/logo.png') no-repeat;
			display: block;
			height: 56px;
			left: 11px;
			position: absolute;
			text-indent: -999999px;
			top: 20px;
			width: 339px;
		}
		#menu-main {
			background-color: #7ba3e1;
			border: 1px solid #dad9d9;
			font-size: 17px;
			height: 27px;
			position: absolute;
			right: 0;
			top: 28px;
			width: 566px;
		}
			#menu-main ul {
				line-height: 27px;
				overflow: hidden;
				position: absolute;
				right: 10px;
			}
				#menu-main li {
					float: left;
					margin-left: 40px;
				}
					#menu-main li a {
						color: #fff;
					}
					#menu-main li a:hover {
						color: #094094;
					}
					#menu-main li.active a {
						color: #000;
					}
		#menu-social {
			height: 27px;
			position: absolute;
			right: 1px;
			top: 76px;
			width: 202px;
		}
			#menu-social span.follow {
				color: #2f3668;
				font-family: Arial, sans-serif;
				font-size: 13px;
				font-style: italic;
			}
			#menu-social ul {
				position: absolute;
				right: 0;
				top: 0;
			}
				#menu-social ul li {
					float: left;
					margin-left: 8px;
				}
					#menu-social ul li a {
						background-image: url('/images/decor/icons-social.png');
						background-repeat: no-repeat;
						display: block;
						height: 27px;
						text-indent: -999999px;
						width: 27px;
					}
					#menu-social ul li a.linkedin {
						background-position: 0 0;
					}
					#menu-social ul li a.twitter {
						background-position: 0 -27px;
					}
					#menu-social ul li a.rss {
						background-position: 0 -54px;
					}
					#menu-social ul li a.facebook {
						background-position: 0 -81px;
					}
	h1 {
		background: url('/images/decor/h1-bg.png') 0 5px no-repeat;
		color: #1fb1d2;
		font-size: 47px;
		margin-bottom: 12px;
		margin-left: -13px;
		min-height: 41px;
		padding-left: 300px;
		position: relative;
		text-transform: uppercase;
		z-index: 1;
	}
		h1 span {
			color: #8c9091;
			display: block;
			font-size: 33px;
		}
	#container {
		margin-bottom: 36px;
		overflow: hidden;
		padding-left: 30px;
	}
		#content {
			float: left;
			width: 622px;
		}
		#sidebar {
			float: right;
			width: 271px;
		}
			#last-news {
				background: url('/images/decor/sidebar-bg.png');
				border: 1px solid #f1f0f0;
				padding: 15px 19px;
			}
				#last-news .title {
					font-family: Abel, sans-serif;
					font-size: 26px;
					margin-bottom: 5px;
					text-transform: uppercase;
				}
					#last-news .title a {
						color: #000;
						text-decoration: none;
					}
					#last-news .title span {
						color: #1fb1d2;
					}
				#sidebar .hfeed {}
					#sidebar .hentry {
						font-family: Calibri, Arial, sans-serif;
						line-height: 17px;
						margin-bottom: 17px;
					}
						#sidebar .published {
							font-size: 14px;
						}
						#sidebar .entry-title {
							font-size: 16px;
						}
						#sidebar .entry-summary {
							font-size: 12px;
						}
						#sidebar .hentry .more {
							display: block;
							font-size: 14px;
							margin-left: auto;
							width: 56px;
						}
				#sidebar .pagination {
					border-top: 1px dotted #000;
					margin: 0 -15px;
					padding-top: 14px;
				}
					#sidebar .pagination ul {
						text-align: center;
						font-size: 0;
					}
						#sidebar .pagination li {
							display: inline-block;
							margin: 0 8px;
						}
							#sidebar .pagination li a {
								background-image: url('/images/decor/pagination.png');
								background-repeat: no-repeat;
								display: block;
								height: 46px;
								text-indent: -999999px;
								width: 46px;
							}
							#sidebar .pagination li a.prev {
								background-position: 0 0;
							}
							#sidebar .pagination li a.prev:hover {
								background-position: 0 -46px;
							}
							#sidebar .pagination li a.next {
								background-position: 0 -92px;
							}
							#sidebar .pagination li a.next:hover {
								background-position: 0 -138px;
							}
							#sidebar .pagination li a.all {
								background-position: 0 -184px;
							}
							#sidebar .pagination li a.all:hover {
								background-position: 0 -230px;
							}
	#footer {
		background: url('/images/decor/dashed.png') repeat-x;
		height: 57px;
		position: relative;
	}
		#copyright {
			color: #656565;
			font-family: Calibri, Arial, sans-serif;
			font-size: 13px;
			left: 16px;
			position: absolute;
			top: 14px;
		}
	#shadow {
		background: url('/images/decor/shadow.png') 100% 0 no-repeat;
		bottom: 0;
		position: absolute;
		left: -56px;
		width: 56px;
		top: 0;
		z-index: 0;
	}

/* content */
#container {
	font-family: Calibri, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.3;
}
	#content strong {
		text-transform: uppercase;
	}
	#content strong.proactive {
		font-family: Abel, sans-serif;
		font-size: 26px;
	}
	#content ul.info {
		list-style-type: none;
		margin-left: 0;
	}
	#content h2, #content h3, #content p, #content ul, #content ol, #sidebar div.info h2, #sidebar div.info p {
		margin-bottom: 16px;
	}
	#content h2, #sidebar div.info h2 {
		font-family: Abel, sans-serif;
		font-size: 18px;
		text-transform: uppercase;
	}
	#content ul, #content ol {
		margin-left: 20px;
	}
	#content ul {
		list-style-type: disc;
	}
	#content ol {
		list-style-type: decimal;
	}

	#content .hfeed, #content ul.info {
		background: url('/images/decor/ul-info-bg.png') 50% 100% no-repeat;
		padding-bottom: 35px;
	}
		#content .hentry, #container div.info, #content ul.info li {
			background: url('/images/decor/about-bg.png') 12px 0 no-repeat;
			margin-bottom: 25px;
			padding-left: 38px;
		}
		#content .news-line .hentry {
			background-position: 12px 16px;
		}
			#content .published  {
				font-size: 14px;
			}
			#content .entry-title {
				font-weight: bold;
			}
			#content .hentry .more {
				display: block;
				font-size: 14px;
				margin-left: auto;
				width: 56px;
			}

	#mess {
		text-align: right;
		width: 500px;
	}
		#mess label {
			display: block;
			margin-bottom: 24px;
		}
			#mess label span {
				color: #8c9191;
				vertical-align: top;
			}
			#mess .text, #mess .textarea {
				border: 1px solid #8c9191;
				font-family: Calibri, Arial, sans-serif;
				font-size: 14px;
				margin-left: 3px;
				padding: 2px 5px;
				width: 380px;
			}
			#mess .submit {
				margin-top: 12px;
			}

/* vanadium-js */
.vanadium-invalid {
	border: 1px solid #d00 !important;
}
.vanadium-advice {
	display: none;
}