/* Basic html styles */

body {
	background-color: #367E96;
	color: #333;
	font-family: helvetica, verdana, arial, sans-serif;	
	margin: 0;
	line-height: 1.6em;		
	padding: 0 0 15px 0;
}

a {color: #8A9B0F;	text-decoration: none;}
a img {border: none;}
h1 {font-size: 22px; margin-top:0;}
label {display: block;}

/* Gallery name block */

#site-name {
	background-color: #222;
	color: #fff;
	margin: 10px auto 15px auto;
	padding: 5px 50px 5px 50px;
	text-align: center;
	width: 608px;
	
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}
#site-name a {color: #fff; }

/* Main content */

#main {
	background-color: #fff;
	margin: 0 auto 0 auto;	
	padding: 20px 50px 20px 50px;
	width: 608px;

	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

/* search form */

#search-form {
	font-weight: bold;
	padding: 0 0 0 0;
}

#search-form input {
	font-size: 14px;
	color: #333;
	border: 1px solid #aaa;
	padding: 5px;
	
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
#search-form label {display:inline;}
#search-form input[type=submit] {
	background-color: #eee;

}
#search-form input[type=text] {
	width: 400px;
}

#search-form p#cc-option {
	font-size: 14px;
}

#search-form input[type=radio]{
	margin-left: 15px;
}

/* results thumbnails */

#thumbnails img {
	background-image: url(../img/thumb-bg.jpg);
	background-repeat: no-repeat;
	height: 75px;
	margin: 0 1px 1px 0;
	width: 75px;
}

/* photo */

#photo {
	text-align: center;
}

#photo h1 {
	margin-bottom: 0px;
}
#photo #photo-owner, #photo #respect {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #999;
}

/* Navigation */

#navigation {
	background-color: #7DA8B0;
	margin: 15px auto 0 auto;
	text-align: center;
	width: 400px;

	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;		
}
#navigation a {color: #fff; margin: 0 20px 0 20px;}

/* misc */
.clear {clear: both;}
.error {color: #f00;}