/* Master CSS */

body {
	margin: 0;
	padding: 0;
	color: #ddd;
	background: #000 url("../img/bg.jpg") 50% 220px no-repeat;
	font: normal 62.5% Georgia, Times, Serif;
	font-variant: small-caps;
	text-align: center;
	line-height: 1em;
}

.ui-tabs-hide {
    display: none;
}

/* Typo
-------------------------------------------------- */
h1, h2, p, ul, li {
	margin: 0;
	padding: 0;
}

address {
	margin: 0 0 .6em 0;
	padding: 0;
	font-style: normal;
}

p {
	font-size: 1.2em;
	line-height: 1.3em;
}

/* Links
-------------------------------------------------- */
a {
	color: #4197da;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #78c4ff;
}

a img {
	border: none;
}

/* Basic Boxes
-------------------------------------------------- */
#wrapper {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	position: relative;
}

#header {

}

#logo {
	margin-left: 337px;
}

#flash {
	margin-top: 110px;
	width: 960px;
	height: 500px;
}

#content {
	padding: 40px 100px;
}

#footer {
	padding: 20px 100px;
	clear: both;
}

/* Album/Single
-------------------------------------------------- */
#single {
	padding: 90px 0 0 260px;
	height: 202px;
	background: transparent url("../img/single.png") no-repeat 0 0;
	position: absolute;
	top: 20px;
	left: -70px;
}

#album {
	padding: 90px 242px 0 0;
	width: 300px;
	height: 200px;
	background: transparent url("../img/album.png") no-repeat top right;
	text-align: right;
	position: absolute;
	top: 20px;
	right: -70px;
}

#single strong, #album strong {
	font-size: 1.3em;
	font-weight: normal;
}

#single a, #album a {
	padding-right: 5px;
}

/* Album/Single
-------------------------------------------------- */
#content p {
	margin-bottom: 1em;
	line-height: 1.5em;
	text-align: justify;
}

#content ul {
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.5em;
	list-style: none;
}

#content ul li {
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #151a1d;
}

#content h1 {
	margin-bottom: .6em;
	color: #4197da;
	font-size: 1.6em;
	line-height: 1.5em;
	font-weight: normal;
}

.blue {
	color: #4197da;
}

/* Form
-------------------------------------------------- */
form, fieldset {
	margin: 0;
	padding: 20px 0;
	border: 0;
}

label {
	padding: 4px;
	width: 150px;
	font-size: 1.2em;
	display: block;
	float: left;
	clear: left;
}

input, select {
	margin-bottom: 5px;
	padding: 4px;
	width: 250px;
	background-color: #111217;
	border: 1px solid #363e41;
	color: #fff;
	font-family: Georgia, Times, Serif;
}

input:focus, select:focus {
	border-color: #4197da;
}

input.btn, select {
	width: auto;
}

input.btn {
	background-color: #bf2922;
	border: none;
}

form p {
	color: #363e41;
	font-size: 1em;
}


/* Navigation
-------------------------------------------------- */
#navi, #off-site {
	padding-top: 16px;
	text-align: center;
}

#navi li, #off-site li {
	list-style: none;
	display: inline;
}

#navi a {
	padding: 5px 15px;
	color: #fff;
	font-size: 1.6em;
	line-height: 1.5em;
}

#navi a:hover, #navi .ui-tabs-selected a {
	color: #263f65;
}

#off-site a{
	padding: 5px 10px;
	font-size: 1.3em;
}

/* Extras
-------------------------------------------------- */

/* clear floats */ 
#content:after,
#navi:after {
	height: 0;
	content: "."; 
	display: block;  
 	clear: both; 
	visibility: hidden;
}

/* clear floats for stoopid IE 7 */
*:first-child+html #content,
*:first-child+html #navi {
	min-height: 1px;
}

/* clear floats for stoopider IE 6 */
* html #content,
* html #navi {
	height: 1%;
}
