@charset "utf-8";


/*
Theme name: Kõrvemaa ürituste pildid
Theme URI: http://gallery.korvemaa.ee
Version: 2.0
Author: Tarmo Saard
*/


* {
	margin: 0; 
	padding: 0; 
	}

html, body {
	height: 100%;
	font: 12px Arial, Helvetica, sans-serif;
	background: #f4f9fc url(images/bg_body.jpg) repeat-x;
	}

#wrapper {
	width: 972px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px;
	}
	
	
	
	
/* TYPOGRAPHY */	
a, a:visited {
	text-decoration: none;
	outline: none;
	color: #115878;
	}
	
a:hover {
	color: #51626f;
	}
	
	
	
	
/* HEADER */
#header {
	width: 970px;
	height: 31px;
	padding-top: 15px;
	}
	
#header ul {
	float: right;
	list-style: none;
	}
	
#header ul li {
	float: left;
	display: inline;
	padding-right: 30px;
	}
	
#header ul li a {
	float: left;
	padding-left: 23px;
	height: 16px;
	}
	
li.kodulehele a {
	background: url(images/bg_menu_kodulehele.jpg) left no-repeat;
	}
	
li.kodulehele a:hover {
	background: url(images/bg_menu_kodulehele_hover.jpg) left no-repeat;
	}
	
li.facebook a {
	background: url(images/bg_menu_facebook.jpg) left no-repeat;
	}
	
li.facebook a:hover {
	background: url(images/bg_menu_facebook_hover.jpg) left no-repeat;
	}
	
	
	
	
/* INDEX CONTENT */
#index {
	float: left;
	width: 908px;
	padding: 56px 31px 20px 31px;
	}
	
#index h3 {
	font: bold 17px Arial, Helvetica, sans-serif;
	margin-bottom: 17px;
	}
	
#index h3 a {
	color: #85b10d;
	border-bottom: 1px dotted #85b10d;
	}
	
#index h3 a:hover {
	color: #719500;
	border-bottom: 1px dotted #719500;
	}
	
#index h3:active {
	padding-top: 1px;
	margin-bottom: 16px;
	}
	
#index h3 a:active {
	color: #afcc67;
	}


/* Pagination */
#index span.left a {
	float: left;
	font-weight: bold;
	}
	
#index span.right a {
	float: right;
	font-weight: bold;
	}
	
	
	
	
/* GALLERY */
#gallery {
	float: left;
	width: 940px;
	padding: 15px 0px 20px 30px;
	background: #FFF;
	border: 1px solid #dee5e8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
	
#wrapper h1 {
	font: bold 19px Arial, Helvetica, sans-serif;
	padding: 15px 0px 16px 31px;
	}
	
#wrapper p {
	float: left;
	padding: 20px 0px 20px 30px;
	}
	
	
	
	
/* FOOTER */
.push {
	height: 100px; 
	}

#footer {
	height: 100px; 
	margin: 0 auto; 
	width: 942px;
	padding-left: 30px;
	}
	



/* CLEARFIX */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
	 
.clearfix { 
	display: inline-block; 
	}
	
* html .clearfix { 
	height: 1%; 
	}
	
.clearfix { 
	display: block; 
	}
	
	
/* CLEAR */	
.clear {
	clear: both;
	}
