/***

* File					general-gallery.css
*
* Author				Pavel Zima
* Date and time			22.1.2008, 13:32:52
* Encoding				UTF-8

 ***/

/*** Generel CSS ***/

body {
	background-color: #181818;
}

body, table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: #BFBFBF;	
}

* {
	margin: 0;
	padding: 0;
}

img { border: 0; }

p { padding: .4em 0; }

ul { 	padding: .5em;}

li { 	list-style-type: disc; }

th, td {
	padding: 5px;
}

input, button {
	margin: 8px 0;
}

table { margin: 10px auto; }

a:link, a:visited, a:active, a:hover {
	color: #D7D7D7;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #B84750;
}

/*** Useful classes ***/

#heading, .subheading, .subsubheading {
	padding: 5px 0;
	letter-spacing: 1px;
	line-height: 20px;
}

h1, #heading {
	font-size: 18px;
}

h2, .subheading {
	font-size: 14px;
}

h3, .subsubheading {
	font-size: 16px;
}

.float-left { float: left; }
.float-right { float: right; }
.clearer { clear: both; }
.clear-left { clear: left }
.clear-right { clear: right }

.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.justify { text-align: justify; }
.normal { font-weight: normal; }
.bold { font-weight: bolder; }
.offset { padding-left: 10px; }

.smaller { font-size: 95%; }
.small { font-size: 90%; }
.smallest { font-size: 85%; }
.bigger { font-size: 105%; }
.big { font-size: 110%; }
.biggest { font-size: 115%; }

.top { vertical-align: top; }
.middle { vertical-align: middle; }
.bottom { vertical-align: bottom; }

.nowrap { white-space: nowrap; }
.display_none { display: none; }

/* Navigation */

#gallery-navigation {
	width: 100%;
	margin: auto;
	padding-top: 30px;
	text-align: center;
}

#gallery-navigation .selected {
	font-size: 130%;
	font-weight: bold;
	cursor: default;
}

.disabled {
	color: #5A5A5A;
	cursor: default;
}

/*** Other CSS ***/

.contact-name {
	margin: 5px 0;
}

.contact-item {
	width: 70px;
	float: left;
	font-weight: bold;
}

.offset {
	padding-left: 25px;
}

#login {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 1px 3px;
	font-size: 9px;
	z-index: 100;
}

#login a {
	font-weight: normal;
}