
/*----------------------------------------
Q2 CSS Framework v1.1
Developed by: Q2 Interactive | david.krasensky@q2.cz
Based on: Elements CSS Framework | http://elements.projectdesigns.org
----------------------------------------*/

/* Imports
----------------------------------------*/
@import url("reset.css");
/* @import url("externalLinks.css"); */


/* Elements
----------------------------------------*/
html {
	height: 100%;
}
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #0A3758;
	color: #2C2C2C;
	font-size: 11px;
	line-height: 150%;
	height: 100%;
}

/*--- Link Styles ---*/
a
{
	color: #2A4880;
	text-decoration: underline;
}

a:hover
{
	color: #2A4880;
	text-decoration: none;
}


/* Standard Definitions
----------------------------------------*/
h1 {
	font-size: 24px;
	font-weight: bold;
	padding: 0 0 20px 0;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 20px 0;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	padding: 4px 0 10px 0;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0 10px 0;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	padding: 4px 0 10px 0;
}

h6 {
	font-size: 11px;
	font-weight: bold;
	padding: 4px 0 10px 0;
}

blockquote	{
	margin: 0 0 18px 18px; 
	color: #666666; 
	font-style: italic;
}
strong	{
	font-weight: bold;
}
em	{
	font-style: italic;
}

.hide {
	display: none;
}
.nobg {
	background-image: none;
}
/* http://www.positioniseverything.net/easyclearing.html */
.clear {
	clear: both;
}
.clear:after { /* fixed > fix-ie.css */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* Forms
----------------------------------------*/

input.text {
	padding: 1px 4px;
	border: 1px solid #BBBBBB;
}
textarea {
	padding: 1px 4px;
	border: 1px solid #BBBBBB;
}
input.text:focus, textarea:focus {
	border: 1px solid #000000;
}

.error, .notice, .success {
	padding: 10px; 
	border: 2px solid #dddddd;
	margin: 10px 0;
}
.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}
.error a {
	color: #8a1f11;
}
.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.notice a {
	color: #514721;
}
.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}
.success a {
	color: #264409;
}



#web-container {
	/*width: 880px;	
	margin: 0px auto;	*/
}


/* SITE COLORS */
.c {
	color: #D82726;
}
.bc {
	background-color: #D82726;
}



/* Header
----------------------------------------*/

#header {
	height: 100px;
	background-image: url(../img/header-bg.png);
	background-repeat: repeat-x;	
}
	#header .inner {
		width: 972px;
		margin: 0 auto;			
	}
	#header .buttons {
		float: right;
		height: 40px;		
	}
	#header .logo {
		float: left;
		height: 80px;
		width: 270px;
	}
		#header .logo img {
			position: absolute !important;
			z-index: 100 !important;
		}
	#header .menu {
		float: left;
		width: 600px;
		padding: 5px 0 0 20px;
	}
		#header .menu li {
			float: left;
			padding: 0 4px;
		}
		#header .menu img {
			visibility: hidden;	
		}
		#header .menu a {
			display: block;
			float: left;
			height: 18px;
			padding: 4px 2px 0 2px;
			font-size: 12px;
			font-weight: bold;
			color: #ffffff;
			text-decoration: none;
		}
			#header .menu a:hover {
				text-decoration: underline;		
			}
			#header .menu .active img {
				visibility: visible
			}
			#header .menu .active a {
				display: block;
				float: left;
				height: 22px;
				background-image: url(../img/menu-bg.png); /* ie6 fix */
				background-repeat: repeat-x;
				color: #0A3658;				
			}
		#header .menu img {
			float: left;
		}
		#header .lang {
			clear: both;
			text-align: right;
		}
			#header .lang a {
				color: #B64947;
			}
			#header .lang .user {
				float: left; 
				padding: 2px 0 0 305px;
			}
	

	
	
		
/* Content
----------------------------------------*/
#content {

}
	#content .info-box {		
		background-image: url(../img/info-box-bg.jpg);
		background-repeat: repeat-x;
	}
	#content .info-box#short {		
		background-image: url(../img/info-box-bg2.jpg);
	}
		#content .info-box .inner {
			width: 972px;
			margin: 0 auto;
			height: 198px;
			padding: 25px 0 0 0;
			background-image: url(../img/info-box-shadow.jpg);
			background-repeat: no-repeat;
			font-size: 12px;
			line-height: 20px;
		}
		#content .info-box#short .inner  {		
			background-image: url(../img/info-box-shadow2.jpg);
			height: auto;
			padding: 35px 20px 20px 20px;
			width: 932px;
			font-size: 12px;
		}
		#content .info-box h2 {
			font-size: 16px;
			font-weight: bold;
			margin: 0;
			padding: 0 0 10px 0;
		}
		#content .info-box ul {
			width: 250px;
			padding: 0 0 0 20px;
			float: left;
		}
			#content .info-box ul li {
				width: 250px;
				padding: 0 0 6px 0;
			}
				#content .info-box ul a {
					width: 250px;
					height: 30px;
					/*padding: 5px 0 0 35px;*/
					display: block;
					background-image: url(../img/info-menu-bg.png);
					color: #295379;
					text-decoration: none;
				}
					#content .info-box ul strong {
						padding: 5px 0 0 35px;
						display: block;
						font-weight: normal;
						font-size: 14px;
					}
					#content .info-box ul a:hover, #content .info-box ul a.active {
						background-image: url(../img/info-menu-bg-on.png);
						color: #ffffff;
						cursor: pointer;
					}
		#content .info-box .text {
			width: 670px;
			float: right;
			line-height: 20px;
		}
			#content .info-box .text h3 {
				font-size: 12px;
			}
		
		
		#content .info-box .border {
			height: 20px;
			line-height: 1px;
		}
		#content .info-box a.more {		
			display: block;
			width: 70px;
			height: 20px;
			background-image: url(../img/button-more.png);
			background-repeat: no-repeat;
			color: #ffffff;
			text-decoration: none;
			font-size: 14px;
			line-height: 14px;
			text-align: center;
		}
			#content .info-box a.more strong {		
				display: block;
				padding: 3px 0 0 0;
				font-weight: normal;
				text-align: center;
			}
	
	
	
	#content .main {
		background-image: url(../img/main-shadow.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		background-color: #ffffff;
	}
		#content .main .inner {
			width: 972px;
			margin: 0 auto;
			padding: 40px 0 20px 0;
		}
		
			#content .main .subpage {
				width: 650px; 
				padding: 0 0 0 20px;
				float: left;
			}
				#content .main .subpage h3 {
					/*text-transform: uppercase;*/
					color: #2A4880;
					font-size: 17px;
					font-weight: normal;
					padding: 0 0 20px 0;
					margin: 0;
				}
				#content .main .subpage h4 {
					font-size: 18px;
					margin: 0 0 20px 0;
					font-weight: normal;
				}
					#content .main .subpage h4 a {
						font-size: 20px;
						color: #2A4880;
					}
				#content .main .subpage h4.sub {
					color: #2A4880;
					font-size: 14px;
					font-weight: bold;
					padding: 20px 0 20px 40px;
					margin: 0;
					background-image: url(../img/title-bg.jpg);
					background-repeat: no-repeat;
					background-position: left 24px;
				}
				#content .main .subpage ul {
					list-style-type: disc;
					margin: 0;
					padding: 0 0 0 18px;
					font-size: 16px;
					color: red;
				}
					#content .main .subpage ul li {
						color: #2C2C2C;
						font-size: 11px;
					}
					
			#content .main .subpage .ref-list {
				
			}
				#content .main .subpage .ref-list li {
					padding: 0 0 15px 0;
				}
				#content .main .subpage .ref-list a.name {
					font-size: 14px;
				}
				#content .main .subpage .ref-list .no-link {
					font-size: 14px;
				}
		
			#content .main .submenu {
				width: 250px; 
				float: right;
			}
				#content .main .submenu .top {
					background-image: url(../img/submenu-top.png); 
					background-repeat: no-repeat; 
					height: 17px;
					line-height: 1px;
				}
				#content .main .submenu .bottom {
					background-image: url(../img/submenu-bottom.png); 
					background-repeat: no-repeat; 
					height: 12px;
					line-height: 1px;
				}
				#content .main .submenu .middle {
					background-image: url(../img/submenu-bg.png); 
					background-repeat: repeat-y;
				}
					#content .main .submenu ul {
						
					}
						#content .main .submenu ul li {
							padding: 5px 10px;
						}
						#content .main .submenu ul a {
							color: #0A3658;
							font-size: 12px;
						}
						
							#content .main .submenu ul li.active {
								background-color: #D0D9E0;
							}
								#content .main .submenu ul li.active a {
									font-weight: bold;
									text-decoration: none;
								}
									#content .main .submenu ul li.active li a {
										font-weight: normal;
										text-decoration: underline;
									}
									#content .main .submenu ul li.active li a:hover {
										text-decoration: none;
									}
									#content .main .submenu ul li li.active a {
										font-weight: bold;
										text-decoration: none;
									}
									
	#content .main .inner .home-info {
		width: 630px;
		padding: 0 0 0 20px;
		float: left;
		font-size: 12px;
		line-height: 24px;
	}
		#content .main .inner .home-info h2 {
			font-size: 16px;
			line-height: 24px;
			font-weight: bold;
			color: #D82726;
		}	
		#content .main .inner .home-info a {
			color: #D82726;
		}
		#content .main .inner .home-info#news-archive {
			
		}
			#content .main .inner .home-info#news-archive .item {
				padding: 0 0 15px 0;
			}
				#content .main .inner .home-info#news-archive .item h2 {
					padding: 0 0 0 0;
				}
			#content .main .inner .home-info#news-archive .listing {
				text-align: center;
			}
				#content .main .inner .home-info#news-archive .listing a {
					padding: 0 5px;
					font-size: 14px;
				}
					#content .main .inner .home-info#news-archive .listing a.active {
						color: #0C3A5C;
						font-weight: bold;
						text-decoration: none;
					}
	
	#content .main .inner .home-news {
		width: 250px;
		padding: 0 20px 0 0;
		float: right;
		font-size: 12px;
		line-height: 24px;
	}		
		#content .main .inner .home-news .item {
			padding: 0 0 0 15px;
		}
			#content .main .inner .home-news .item h3, #content .main .inner .home-news .item strong {
				font-weight: bold;
				color: #0C3A5C;
				font-size: 12px;
				margin: 0;
				padding: 0;
			}
			#content .main .inner .home-news .title {
				background-image: url(../img/title-news-bg.jpg);
				background-repeat: no-repeat;
				background-position: bottom;
				text-align: right;
				padding: 0 4px 16px 0;
				color: #0C3A5C;
				font-weight: bold;
				font-size: 11px;
				text-transform: uppercase;
				font-family: "Arial Black", Verdana, Arial;
			}

		#content .main .inner .home-news .more {
			text-align: right;
		}				

 	
	#content .main .comments-box {
		padding: 0;
		margin: 20px 0 0 0;
		border-top: 2px solid #3673A0;
	}
		#content .main .comments-box h3 {
			background-color: #D0D9E0;
			margin: 0;
			padding: 4px 10px;
			font-size: 14px;
		}
			#content .main .comments-box h3 a.link {
				float: right;
				color: #D82726;
				font-size: 11px;
			}
		#content .main .comments-box #commentForm {
			padding: 10px;
			background-color: #E6EAED;	
			border-bottom: 2px solid #3673A0;		
		}
			#content .main .comments-box #commentForm #loginForm {
				padding: 10px 0 0 0;
			}
			#content .main .comments-box #commentForm #registerForm {
				
			}
			#content .main .comments-box #commentForm label {
				display: block;
				padding: 10px 0 0 0;
			}
			#content .main .comments-box #commentForm input {
				width: 200px;
				border: 1px solid #22567E;
			}
				#content .main .comments-box #commentForm input.submit {
					background-color: #D82726;
					color: #ffffff;
					border: 1px solid #D82726;
					margin: 10px 0 0 0;
				}
	
	#content .main .comments-list {
		padding: 10px 0;
	}
		#content .main .comments-list .comment-item {
			
		}
			#content .main .comments-list .comment-item .comment-header {
				background-color: #E6EAED;
				padding: 2px 10px;
			}
				#content .main .comments-list .comment-item .comment-header span {
					float: right;
					font-size: 10px;
				}
			#content .main .comments-list .comment-item .comment-body{
				padding: 2px 10px 10px 10px;
			}
			
			
	
	
	
				
	#content .login-box {
		padding: 30px 0 100px 0;
	}
		#content .login-box form {
			width: 220px;
			margin: 0 auto;
		}	
			#content .login-box form label {
				display: block;
				padding: 10px 0 0 0;
			}
			#content .login-box form input {
				width: 198px;
				border: 1px solid #22567E;
			}
			#content .login-box form input.submit {
				color: #ffffff;
				border-width: 0;
				width: 200px;
				height: 20px;
				background-image: url(../img/button-bg.jpg);
				background-repeat: no-repeat;
				text-align: center;
				font-weight: bold;
				text-transform: uppercase;
				font-size: 11px;
			}		
				#content .login-box form input.submit:hover {
					background-image: url(../img/button-bg-on.jpg);
					cursor: pointer;
				}	
		






/* Footer
----------------------------------------*/
#footer {
	background-image: url(../img/footer-bg.jpg);
	background-repeat: repeat-x;
	height: 150px;
	color: #ffffff;
}
	#footer .inner {
		width: 972px;
		margin: 0 auto;
		background-image: url(../img/footer-shadow.jpg);
		background-repeat: no-repeat;
		background-position: right;
		height: 150px;		
	}
		#footer .links {
			font-size: 14px;
			padding: 10px 0 0 150px;
		}
		#footer .copy {
			font-size: 10px;
			padding: 30px 0 0 150px;
		}
			#footer .copy span {
				float: right; 
				text-align: right;
			}
		#footer a {
			color: #ffffff;
			text-decoration: none;
		}
			#footer a:hover {
				text-decoration: underline;
			}



/* Content slider
----------------------------------------*/
#featured .ui-tabs-hide{ 
	display:none; 
}

#featured li.ui-tabs-selected a{
	background-image: url(../img/info-menu-bg-on.png);
	color: #ffffff;
	cursor: pointer;
}

