@charset "UTF-8";

/* CSS Document */

html {
	margin: 0;
	height: 100%;
	background: #819BB4 url(../images/bg_main.png) repeat-x;
	color: black;
}

body, form {
	margin: 0;
	height: 100%;
	color: black;
	font: 12px Verdana;
}

input {
	font: 12px/14px verdana;
	border: 1px solid #7E94AA;
	color: #7E94AA;
	height: 18px;
}

input:hover {
	background: #f9f2e0;
}

div,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

* {
	margin: 0;
	padding: 0;
}

h1 {
	font: bold 16px verdana;
	color: #990000;
}

h2 {
	font: normal 12px verdana;
}

h3 {
	
}

img {
	border: 0;
}

td {
	vertical-align: top;
	text-align: left;
}

div {
	display: block;
	position: relative;
}

#wrapper {
	width: 990px;
	text-align: left;
	margin: auto;
	height: auto;
}

#main {
	height: auto;
	width: 990px;
	background-color: transparent;
}

#topheader {
	height: 100px;
}

#logo_advisual {
	margin-top: 5px;
	margin-left: 10px;
}

#language {
	position: absolute;
	right: 5px;
	bottom: 2px;
}

#language a {
	color: #20446A;
	font-size: 12px;
	font-weight: bold;
}

#language a#lang_sel {
	font-size: 16px;
}

#header {
	height: 20px;
	text-align: center;
	background: #990000 url(../images/bg_header.png) repeat-x;
}

#header img {
	margin-top: 5px;
}

/* @group Nav */

#Nav {
	height: 40px;
	background: #21446A url(../images/bg_nav.png) repeat-x;
}

#Nav ul {
	list-style: none;
}

#Nav li {
	float: left;
}

#Nav li a {
	display: block;
	position: relative;
	top: 1px;
	color: white;
	height: 28px;
	font-size: 12px;
	font-weight: bold;
	-webkit-transition: background .4s ease-out;
	padding: 10px 20px 0;
}

#Nav li a:hover {
	text-decoration: none;
	background-color: #21446A;
}

#NavSh {
	position: absolute;
	width: 990px;
	height: 10px;
	background-image: url(../images/nav_sh.png);
	top: 0px;
}

/* @end */

#Contents {
	height: auto;
	width: 990px;
	background: #ffffff;
}

#LeftColumn {
	width: 660px;
	height: auto;
	padding-bottom: 20px;
}

/* @group PostList */

#PostList {
	
}

#PostList ul {
	list-style: none;
	padding-left: 10px;
	width: 625px;
}

#PostList ul li {
	
}

#PostList ul li .Post {
	clear: both;
	padding-top: 30px;
}

#PostList ul li .Post a {
	font: bold 12px verdana;
	color: #990000;
}

#PostList ul li .Post a:hover {
	text-decoration: underline;
}

#PostList ul li .Post .PostTitle {
	border-bottom: 1px solid #7E94AA;
}

#PostList ul li .Post .PostTitle a {
	font: bold 16px verdana;
	color: #990000;
}

#PostList ul li .Post .PostTitle a:hover {
	text-decoration: line-through;
}

#PostList ul li .Post .PostTitle a:hover {
	
}

#PostList ul li .Post .PostDate {
	float: left;
	color: #6C859E;
	font-size: 10px;
}

#PostList ul li .Post .PostTag {
	float: right;
}

#PostList ul li .Post .PostTag a {
	font-size: 10px;
	background-color: #6C859E;
	color: #ffffff;
	font-weight: normal;
	float: right;
	padding: 1px 5px 2px;
}

#PostList ul li .Post .PostTag a:hover {
	text-decoration: line-through;
	background-color: #13283e;
}

#PostList ul li .Post .PostImage {
	float: left;
	margin-right: 10px;
	clear: both;
	z-index: 10;
}

#PostList ul li .Post .PostImage a img {
	padding: 1px;
	border: 1px solid;
	border-color: #D2D9E0;
	-webkit-transition: border-color .2s ease-out;
}

#PostList ul li .Post .PostImage a img:hover {
	border-color: #990000;
}

#PostList ul li .Post .PostContent {
	font: normal 12px verdana;
	clear: right;
}

/* @end */

/* @group Post */

#Post {
	clear: both;
	padding: 0px 20px 0 10px;
}

#Post #PostSize {
	margin-top: 10px;
	text-align: right;
}

#Post #PostTitle {
	font: bold 16px verdana;
	color: #990000;
}

#Post #PostImage img {
	margin-top: 10px;
	padding: 1px;
	border: 1px solid;
	border-color: #D2D9E0;
}

#Post #PostContent {
	margin-top: 10px;
	font: 13px/130% verdana;
}

#Post #PostContent p {
}

#Post #PostContent a {
	font-weight: bold;
	color: #990000;
}

#Post #PostContent a:hover {
	text-decoration: underline;
}

/* @end */

/* @group ThumbsList */

#ThumbsList {
	margin-top: 30px;
}

#ThumbsList ul {
	list-style: none;
}

#ThumbsList ul li {
	float: left;
	margin: 12px 0 12px 22px;
}

#ThumbsList ul li a {
	
}

#ThumbsList ul li a:hover {
	background: #ffffff;
}

#ThumbsList ul li a img {
	padding: 1px;
	border: 1px solid #D2D9E0;
	-webkit-transition: border .2s ease-out;
}

#ThumbsList ul li a img:hover {
	padding: 1px;
	border: 1px solid #990000;
}

#ThumbsList ul li a span {
	display: none;
	padding: 4px 2px;
	margin-left: -109px;
	margin-top: 100px;
	width: 108px;
	text-align: center;
	font-size: 10px;
	z-index: 100;
	line-height: 90%;
}

#ThumbsList ul li a:hover span {
	display: inline;
	position: absolute;
	font-weight: bold;
	color: #990000;
}

#ThumbsList ul li a {
	text-decoration: none;
}

/* @end */

#RightColumn {
	background: url(../images/bg_rightcol.png) repeat-y;
	width: 330px;
	height: auto;
}

#RightColumn .category {
	text-align: right;
	margin: 10px 5px 10px 0;
}

#RightColumn .category a {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	-webkit-transition: background .2s ease-out;
	-webkit-transition: color .2s ease-out;
	text-decoration: none;
}

#RightColumn .category a:hover {
	text-decoration: none;
	background: #990000;
	color: #ffffff;
}

#RightColumn p {
	padding-right: 10px;
	padding-left: 10px;
	font: 12px verdana;
	color: #21446A;
}

#RightColumn p a {
	font-weight: bold;
	color: #990000;
}

#RightColumn p a:hover {
	text-decoration: underline;
}

/* @group Nav2 */

#Nav2 {
	height: auto;
	width: 318px;
	right: 5px;
	margin: 10px 0;
	padding: 10px 5px;
	color: #21446A;
	font-size: 12px;
	border: 1px solid #D3DAE1;
	background: #D3DAE1 url(../images/bg_Nav2.png) right;
	z-index: 10;
}

#Nav2 .NavTitle {
	color: #21446A;
	font-size: 14px;
	font-weight: bold;
}

#Nav2 a {
	color: #21446A;
}

#Nav2 ul {
	list-style: none;
	padding-left: 10px;
}

#Nav2 .button_search {
	height: 20px;
	background: #7E94AA;
	color: #ffffff;
	font: bold 10px verdana;
	padding: 0 5px;
}

#Nav2 .button_search:hover {
	font: bold 10px verdana;
	cursor: pointer;
	background: #990000;
	border-color: #990000;
}

#Nav2 .input_search {
	width: 250px;
}

/* @end */

#Footer {
	border-top: 2px solid #D3DAE1;
	height: 50px;
	background: #13283e url(../images/bg_footer.png) repeat-x 0 top;
}

/* @group Nav3 */

#Nav3 {
	position: absolute;
	right: 10px;
	padding: 5px 5px 0;
	color: #21446A;
	z-index: 10;
	text-align: right;
}

#Nav3 .NavTitle {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

#Nav3 a {
	color: #CFDCE9;
	font-size: 12px;
	font-weight: bold;
}

#Nav3 a:hover {
	text-decoration: underline;
}

#Nav3 ul {
	list-style: none;
	text-align: right;
}

#Nav3 ul li {
	margin-left: 40px;
	float: left;
}

/* @end */


/* @group Nav4 */

#Nav4 {
	height: auto;
	width: 320px;
	right: 10px;
	padding: 5px 5px 0 10px;
	color: #21446A;
	font-size: 12px;
	background: url(../images/bg_Nav4.png) top right;
	z-index: 10;
}

#Nav4_bot {
	height: 5px;
	width: 335px;
	right: 10px;
	bottom: -5px;
	background: url(../images/bg_Nav4.png) bottom right;
	z-index: 10;
}

#Nav4 .PostDate {
	color: #6C859E;
	font-size: 10px;
}

#Nav4 .NavTitle {
	margin-top: 5px;
	color: #990000;
	font-size: 14px;
	font-weight: bold;
}

#Nav4 a {
	color: #990000;
}

#Nav4 .Tags {
	color: #990000;
}

/* @end */

#Validators {
	position: absolute;
	left: 10px;
	bottom: 5px;
}

#Validators ul {
	list-style: none;
}

#Validators ul li {
	float: left;
	margin-right: 10px;
}

#Copyright {
	position: absolute;
	bottom: 5px;
	right: 10px;
	color: #CFDCE9;
	font-size: 10px;
	color: #7E94AA;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: line-through;
}