
/*----------------------------------------
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: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color: #000000;
	font-size: 16px;
	line-height: 150%;
	height: 100%;
}

/*--- Link Styles ---*/
a
{
	color: #aa0000;
	text-decoration: underline;
}

a:hover
{
	color: #0000aa;
	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: 16px;
	font-weight: bold;
	padding: 20px 0 4px 0;
	color: #FFEC01;
	font-weight: normal;
}

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;
}



body.skin01 {
	background-color: #FFEC01;
	color: #000000;
}
body.skin02 {
	background-color: #000000;
	color: #ffffff;
}

#web-container {
	width: 980px;	
	padding: 20px;
}


/* Header
----------------------------------------*/

#header {

}
	#header .menu {
		background-image: url(../img/logo-small-y.jpg);
		background-repeat: no-repeat;
		background-position: right top;
		height: 28px;
		padding: 10px 0 0 0;
	}
		.skin02 #header .menu {
			background-image: url(../img/logo-small-b.jpg);
		}

body.skin02 strong {
	color: #FFEC01;
	font-weight: normal;
}
body.skin02 a {
	color: #ffffff;
}	
	
	
	
	
		
/* Content
----------------------------------------*/
#content {
	padding: 40px 10px;
}
	#content .intro {
		text-align: center;
	}
	
	#content .gallery-list {
		
	}
		#content .gallery-list .item {
			width: 220px;
			float: left;
			margin: 0 20px 0 0;
		}
		#content .gallery-list h2 {
			font-size: 16px;
			line-height: 20px;
			height: 40px;
			font-weight: normal;
		}
		#content .gallery-list .item a {
			text-decoration: none;
		}
		#content .gallery-list .item a img {
			border: 6px solid #000000;
		}
			#content .gallery-list .item a img:hover {
				border-color: #FFEC01;
			}
	
	#content .gallery-detail {
		
	}
		#content .gallery-detail h2 {
			font-size: 16px;
			line-height: 20px;
			font-weight: normal;
		}
		#content .gallery-detail a img {
			border: 6px solid #000000;
		}
			#content .gallery-detail a img:hover {
				border-color: #FFEC01;
			}
			#content .gallery-detail .item {
				width: 220px;
				float: left;
				margin: 0 20px 0 0;
				height: 210px;
				padding: 0 0 20px 0;
			}
				#content .gallery-detail .item .desc {
					color: #ffffff;
					font-size: 11px;
					height: 26px;
					background-image: url(../img/icon-zoom.jpg);
					background-repeat: no-repeat;
					background-position: 195px center;
				}




/* Footer
----------------------------------------*/
#footer {

}








