/* Basics
------------------------------ */
body {
	background-color: #F2F0ED;
	font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 2em;
	color: #A2A2A2;
}

.container {
	margin: 60px auto 0 60px;
}

hr {
	background:#A2A2A2;
	color:#A2A2A2;
	height:1px;
}

hr.space {
	background:#F2F0ED;
	color:#F2F0ED;
}

h1 {
	font-size: 2.5em;
	color:  #A2A2A2;
}

a {
	color: #888888;
	text-decoration: none;
	border-bottom: 1px solid #A2A2A2;
}

a:hover {
	color: #151515;
	text-decoration: none;
	border-bottom: 1px solid #151515;
}

h2 a:hover {
	border:none;
}

p {
	line-height: 1.8em;
	color:  #A2A2A2;
}

p + p {
	text-indent: 0;
}

ul, ol {
	color: #A2A2A2;
}


/* Top horizontal menu
------------------------------ */
/*#topmenu
{
	white-space:nowrap;
	list-style-type:none;
	margin-top: 2em;
	margin-bottom: 3em;
}
*/
#topmenu ul {
	padding: 0;
	margin: 0;
}

#topmenu li {
	display:inline;
	text-transform: uppercase;
	font-size: 1em;
}

#topmenu li a
{
	color:#888888;
	margin-right: 1em;
	text-decoration: none;
	border: none;
}

#topmenu li.active {
	color: #A2A2A2;
	margin-right: 1em;
}

#topmenu li a:hover
{
	color:#151515;
	border-bottom: 1px solid #151515;
}

#topnav
{
	
	padding: 0;
}

/* Sidebar menu
------------------------------ */

#sidebar
{
	padding-right: 4em;
}

#sidebar hr#top
{
	margin: 0em 0 0.5em 0;
}

#sidebar hr#mid
{
	
	margin: 0.5em 0 0.5em 0;
}

#sidebar hr#bottom
{
	margin-top: 0.5em;
	margin-bottom: 2em;
}

.menu {
	font-size: 1em;
	line-height: 1.5em;
}

.menu ul {
	margin: 0;
	padding: 0;
}

.menu ul li {
	list-style: none;
	margin: 0;
	padding: 0 0 0.7em 0;
	text-transform:uppercase
}

.menu li a
{
	color:#a2a2a2;
	text-decoration: none;
	border: none;
}

.menu li.active {
	color: #A2A2A2;
}

.menu li a:hover
{
	color:#151515;
	border-bottom: none;
}

#sidebar h3 
{
	color:#A2A2A2;
	font-size: 1.2em;
	margin-bottom: 0.5em;	
}

#logo span {
	display:none;
}

#logo h2 {
	margin:0.5em 0 0.5em 0;
}

#logo a {
	border-bottom-style: none;
	border-bottom-width: 0px;
}

#logo a {
	background: url('../images/logo_combi.png') 0px 0px no-repeat;
	width:135px;
	height:13px;
	display:block;
}

#logo a:hover {
	background: url('../images/logo_combi.png') 0px -13px no-repeat;
}


/* Home albums
------------------------------ */
.homealbum {
	/*background-color: #ff0000;*/
	height: 200px;
	margin-bottom: 2em;
	padding-bottom: 2em;
	float: left;
}

.homealbum a {
	border: none;
}

.homealbum h2 {
	font-size: 1.5em;
	margin-bottom: -1em;
}

.singlealbum {
	float: left;
	margin-right: 1em;
	margin-top: 2em;
}

.imagethumb img:hover, .singlealbum img:hover {
	border: 4px solid #151515;
	margin: -4px;
}

.singlealbum h4 {
	font-size: 1.0em;
	margin-bottom: 0em;
	margin-top: 0.5em;
}

.image {
	float:  left;
	margin: 0 2em 2em 0;
}

#albums {
	margin-top: 2em;
}


/* Image page
------------------------------ */
div#image {
	margin: 0;
	padding: 0;
	/*background-color: #ff0000;*/
}

div#image img {
	margin-left: -4em;  /* HACK */
	margin-bottom: 1em;
}

h1.imagetitle {
	font-size: 1em;
	font-weight: bold;
	color: #A2A2A2;
}

/* Page navigation
------------------------------ */
.pagelist {
	margin: 0 0 1em 0;
}

.pagelist ul {
	margin: 0;
	padding: 0;
}

.pagelist li {
	display: inline;
	margin-right: 1em;
}

.pagelist span.disabledlink {
	color: #888888;
}

.pagelist {
	white-space:nowrap;
	list-style-type:none
}

.imgprev, .singlenews_prev {
	float: left;
	margin-bottom: 1em;
}

.imgnext, .singlenews_next {
	float: right;
	margin-bottom: 1em;
}

.imgnav {
	margin-bottom: 2em;
}

/* Footer
------------------------------ */
#footer {
	font-size: 0.8em;
	color:#a2a2a2;
	margin-top: 2em;
	margin-bottom: 2em;
}

#footer a {
	color: #a2a2a2;
	border-bottom: 1px solid #a2a2a2;
}

#footer a:hover {
	color:  #151515;
	border-bottom: 1px solid #151515;
}

/* News
------------------------------ */
.newsarticle h2 a {
	border-bottom: none;
}

.newsarticle h2 a:hover {
	/*border-bottom: 1px solid #151515;*/
}

.newsarticle h2 {
	margin-bottom: 0em;
	margin-top: 0em;
}

.newsarticle {
	/*margin-bottom: 1em;*/
}

.newsarticlecredit {
	font-size: 0.8em;
	color: #888888;
	margin-bottom: 2em;
}

.newsarticle img {
	padding: 1em 0 1em 0;
}

h1 {
	margin-bottom: 0em;
}

/* Comments
------------------------------ */
.comment {
	background:  #F2F0ED;
	margin:2em 0 2em 0;
	padding:1em;
	border-bottom: 1px solid #d6d6d6;
}


#comments {
	margin-top: 2em;
	color: #A2A2A2;
}

#comments h3 {
	font-size: 1.2em;
}

#maincontent hr {
	padding:0.5em 0 0,5em 0;
}

.commentinfo h4 {
	font-size: 1em;
	font-style: italic;
}

.commentauthor {
	font-weight: bold;
	font-size: 0.5em;
}

.commentauthor a {
	border: none;
	color: #151515;
}

.commentauthor a:hover {
	border-bottom: 1px solid #151515;
}

.commentdate {
	font-size: 0.8em;
	color: #888888;
	margin-top: 0.5em;
	margin-bottom: 2em;
}

#commentform textarea {
	width: 600px;
	
}

#commentform input[type="submit"] {
	padding: 0.5em;
	font-size: 1.2em;
	margin:  0.5em 0 0.5em 0;
}

#commentform label {
	font-weight:normal;
}

.imgcommentform {
	background:  #F2F0ED;
	border-top: 1px solid #C6C6C6;
	border-bottom: 1px solid #C6C6C6;
	padding: 1em 1em 1em 1em;
	margin-top: -1.5em;
}

#commententry {
	padding: 1em;
	background:  #F2F0ED;
}

#commententry textarea {
	width: 600px;
	
}
input#name.inputbox,
input#email.inputbox,
input#website.inputbox {
	width: 300px;
}


/* Contact form
------------------------------ */
form#mailform {
	background:  #F2F0ED;
	border-top: 1px solid #C6C6C6;
	border-bottom: 1px solid #C6C6C6;
	padding: 1em 1em 0.1em 1em;
}

form#mailform, form#confirm, form#discard {
	background:  #F2F0ED;
	border-top: 1px solid #C6C6C6;
	border-bottom: 1px solid #C6C6C6;
	padding: 1em 1em 1em 1em;
}


form input[type="reset"] {
	background: #ff0000;
	visibility: hidden;
}

form input[type="submit"] {
	padding: 0.5em;
	font-size: 1.2em;
	margin:  0.5em 0 0em 0;
}

p.contactmessage {
	background:  #F2F0ED;
	border-top: 1px solid #C6C6C6;
	border-bottom: 1px solid #C6C6C6;
	padding: 1em 1em 1em 1em;
	font-style: italic;
}


/* Admin Toolbox
------------------------------ */
#admin,#admin_data {
	position: fixed;
	right: 0px;
	top: 0px;
	width: 110px;
	border-bottom: 1px solid #E6E6DF;
	border-left: 1px solid #E6E6DF;
	background: #fff;
	z-index: 1001;
	text-align: left;
	font-size: 1.0em;
	padding-bottom: 10px;
}

#admin_data {
	top: 0px;
	padding-top: 20px;
	z-index: 1000;
	line-height: 1.6em;
}

#admin h3 {
	font-weight: normal;
	color: #A2A2A2;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 0.9em;
}

#admin h3:hover {
	color: #151515;
}

/* from nomad.css
------------------------ */


h1, h2, h3, h4, h5 {
	color: #A2A2A2;
}

h1 {
	margin-bottom: 0.3em;
}

img.zenpage_thumb {
	/*margin: 10px 0 0 10px;*/
	/*margin: 1em 0 1em 0;*/
	/*padding: 4px;*/
}

img.zenpage_thumb a:hover {
	margin: -4px;
	border: 4px solid #151515;
}


