/*
--------------------------------------------------
main stylesheet for screen
project: limbach
last modification: 22.6.2010
author: Ivan Potancok - www.ivusko.sk
--------------------------------------------------
*/

/* ---- main things --- */
*	{
	margin:0;
	padding:0;
	}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	text-align:center;
	color:#000;	
	background:url(images/limbachBg.png) top left repeat-x;
	background-color:#eaf4d8;
	}

	
	
#page{
	text-align:left;
	margin:0 auto;
	width:960px;
	}

h1, h2, h3, h4{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}		
a{
	color:#9e0000;
	}
a:hover{
	color:#000;
	}
#leftsidebar ul, #footer ul, #sidebar ul{
	list-style-type:none;
	}

/* ---- header --- */
#header{
	height:199px;
	position:relative;
	background:url(images/headerBg.jpg) top center no-repeat;
	}
	#header h2{
	}
		#header h2.logo{
			position:absolute;
			top:24px;
			left:0px;
			width:400px;
			height:100px;
			}
		#header h2 a{
			display:block;
			width:400px;
			height:100px;
			text-indent:-2456px;
			}
		#sidebarWrapper{
		width:250px;
	float:left;
	}
#sidebar{
	
	font-size:13px;
	background:url(images/sidebarBg.png) top left repeat-y;
	}
	#sidebarFix{
		padding:10px 30px;
		}
	#sidebar h2{
	font-size:20px;
	padding-top:10px;
	}
	#sidebar ul{
	padding:0px 10px 10px 10px;
	}
	#sidebar a{
	color:#000;
	}
	#sidebar {
	}
	.screen-reader-text{
	display:none;
		}


#wp-calendar{
	text-align:center;	
	}
	#wp-calendar caption{
	text-align:center;
	}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	 }
/* End Calendar */
#wp-calendar thead{
	text-align:center;
	background-color:#aecd73;
	}
	#wp-calendar thead th{
	padding:2px;
	}
	#wp-calendar tfoot{
	text-align:center;
	}
	#wp-calendar tbody{
	text-align:center;
	}

/* ---- menu --- */
.menu{
	font-size:13px;
	line-height:22px;
	padding:10px;
	text-align:left;
	}
	.menu li{
		}
	.menu li li{
		font-size:11px;
		padding-left:15px;
		}
	.menu li a{
		text-decoration:none;
		color:#000000;
		}
	.menu li li a{
		}
	.menu li a:hover{
		text-decoration:underline;
		}
	.menu .current_page_item a{	
		font-weight:bold;
		}

.alignleft{
	margin:0px 10px 10px 0;
	float:left;
	border:1px solid #ccc;
	}


/* ---- content --- */
#contentWrapper{
	float:left;
	width:710px;
	}
#content{
		font-size:12px;
		text-align:left;
		background-color:#fff;
		color:#000;
		padding:10px 0;
		min-height:500px;
		background:url(images/contentBg.png) top center repeat-y;
		}
	#contentFix{
		padding:0 30px;
	}
	#content h1{
		font-size:25px;
		padding:0px 0 10px 0;
		color:#000;
		}
	#content h2{
		font-size:18px;
		color:#000;
		padding:10px 0 10px 0;
		}
	#content p{
		line-height:18px;
		font-size:13px;
		padding:0 0 10px 0;
		}

	#content ul{
		padding:3px 20px;
		font-size:13px;
		line-height:18px;
		}
	#content h3{
			padding:3px 0;
			font-size:17px;
			clear:both;
			}
	#contentTop{
		height:10px;
		background:url(images/contentTop.png) top left no-repeat;
		}
	#contentBottom{
		height:20px;
		background:url(images/contentBottom.png) top left no-repeat;
		}
	#sidebarTop{
		height:10px;
		background:url(images/sidebarTop.png) top left no-repeat;
		}
	#sidebarBottom{
		height:20px;
		background:url(images/sidebarBottom.png) top left no-repeat;
		}
	small{
		font-size:12px;
		padding:10px 0;
		display:block;
		}
	#sidebar a{
	text-decoration:none;
	}
	
	#sidebar a:hover{
	text-decoration:underline;
	}
	
	/* ---- search --- */
	#search-2{
		border-top:1px solid #ccc;
		border-bottom:1px solid #ccc;
		padding-bottom:10px;
		}
	#searchsubmit{
		padding:5px 10px;
		display:block;
		margin-top:10px;
		}
	#calendar-3{
	border-bottom:1px solid #ccc;
		padding-bottom:5px;
		margin-bottom:10px;
		}
/* ---- footer --- */
#footer{
	font-size:13px;
	clear:both;
	height:37px;
	position:relative;
	margin-bottom:10px;
	color:#CCCCCC;
	}
	#footer #navigation{
		position:absolute;
		top:10px;
		left:40px;
		}
	#footer a{
		color:#000;
		text-decoration:none;
		}
	#footer a:hover{
		text-decoration:underline;
		}
	#navigation li{
		float:left;
		padding:0 20px 0 0;
		}
	#sitemap{
		}
	#homepage{
		}
	#print{
		}
	#copyright{
		position:absolute;
		top:10px;
		left:540px;
		color:#000;
		}
	#copyright a{
		text-decoration:underline;
		}
	#copyright a:hover{
		}
	

/* ---- utilities --- */
.cleaner{
	clear:both;
	}
hr, .hide{
	display:none;
	}
	

		
.breadcrumb{
	padding:0 0 10px 0;
	}
#breadcrumbs a{
	padding-right:5px;
	}
	
.ngg-gallery-thumbnail-box{
	text-align:center;
	height:170px;
	float:left;
	margin-right:10px;
	}
.ngg-gallery-thumbnail-box img{
	border:2px solid #c7df99;
	}
.ngg-gallery-thumbnail-box img:hover{
	border:2px solid #8ab040;
	}
	
#sidebar .menu li.current_page_item a{	
		font-weight:bold;
		color:#9E0000;
		}
#sidebar .menu .current_page_item li a{	
		font-weight:normal;
		color:#000;
		}
		
		
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
	
/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.ngg-gallery-thumbnail-box
{
   float:left;
   width:200px;
   text-align:center;
}
#calendar_wrap td a{
	background-color:#CCCCCC;
	}
