﻿/*======== UNIVERSAL ==============*/
body, form, div, h1, h2, h3, h4, h5
{
	margin: 0px;
	padding: 0px;
}
body, form
{
	font-family: Tahoma, Sans-Serif;
	background: #fff;
}
ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
li
{
	margin: 0px;
	padding: 0px;
}
li a
{
	text-decoration: none;
	font-family: Tahoma, Sans-Serif;
}
h4 span
{
	display: none;
	visibility: hidden;
}
div.wrapper
{
	width: 900px;
	text-align: left;
	margin: 0 auto;
	overflow: hidden;
}
a
{
	color: Orange;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

/*======== HEADER ==============*/
div#header
{
	height: 80px;
	color: #fff;
	text-align: center;
	border-top: solid 7px #ddd;
}
div#logo
{
	float: left;
	width: 400px;
	height: 80px;
}
#logo a.logo_img
{
	background: url('../assets/images/logo.gif') no-repeat;
	display: block;
}
#logo a.logo_img_502
{
	background: url('../assets/images/logo.png') no-repeat;
	display: block;
}
div#links
{
	float: right;
	width: 500px;
	height: 80px;
	text-align: right;
	position: relative;
}
div#menu
{
	height: 20px;
	font-family: helvetica, Arial, Sans-Serif;	
	position: absolute;
	bottom: 10px;
	right: 0;
}
#menu ul, #footer ul
{
	margin: 0px;
	padding: 0px;
	overflow: auto;
	
}
#menu li, #footer li
{
	float: left;
	padding: 0 0 0 0;
	margin: 0 3px 0 0;
}
#menu a
{
	text-decoration: none;
	text-transform: uppercase;
	color: #aaa;
	display: block;	
	font-size: 10px;
	letter-spacing: 2px;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}
#menu a:hover
{
	background: #990000;
}
#menu a.selected
{
	background: #990000;
	color: #fff;
}

/*======== WINDOW ==============*/
div.window
{
	background: #000;
	height: 500px;
	text-align: center;
	border-top: solid 1px #444;
	border-bottom: solid 1px #444;
}
.window .wrapper
{
	position: relative;
}
.window .wrapper img
{
	position: relative;
}
.window p a
{
	border-bottom: dashed 1px #888;
	text-decoration: none;
	color: #ccc; /* #7da7d8 [light blue] #990000 [dark red] #6498d9 [darker blue for anchor] */
}
.window p a:hover
{
	border: none;
}
/*======== CONTENT ==============*/
div#content
{
	text-align: center;
	margin: 20px 0;
	overflow: auto;
	color: #888;
	background: #fff;
	font-family: Helvetica, Sans-Serif;
}
#content p
{
	line-height: 30px;
}
#content h2
{
	margin: 0 0 20px 0;
	font-size: 20px;
}
div.column
{
	float: left;
}
h2.heading span
{
	display: none;
	visibility: hidden;
}
h2.heading img
{
	margin: 0px;
	padding: 0px;
}
div.about_photographer
{
	font-family: Calibri, Sans-Serif;
	line-height: 26px;
	font-size: 18px;
	width: 500px;
	color: #bbb;
}
.about_photographer p a, .about_caption a
{
	color: Orange;
	border: none;
	text-decoration: none;
}
div.about_caption
{
	float: right;
	font-family: Calibri, Sans-Serif;
	font-size: 18px;
	color: #ddd;
	
	display: none;
}

/*======== FORM ==============*/
div.form
{
	font-family: Tahoma, Sans-Serif;
	margin: 0 0 0 2px;
}
div.form .row
{
	clear:both;
	width: 100%;
	overflow: auto;
}
div.form .row div
{
	float: left;
	margin-right: 5px;
	text-align: left;
}
div.form .row div h5
{
	font-weight: normal;
	color: #888;
	line-height: normal;
}
h5 span
{
	color: #990000;
}
div.form .row div input
{
	height: 22px;
}
.form .rbl
{
	color: #aaa;
}
div.form .row div input, div.form .row div textarea
{
	background: #222;
	border-top: solid 0px #fff;
	border-right: solid 0px #fff;
	border-left: solid 0px #fff;
	border-bottom: solid 1px #444;
	font-size: 16px;
	line-height: 22px;
	padding: 0 0 0 5px;
	font-family: Tahoma, Sans-Serif;
	color: #ccc;
}
div.validation
{
	font-size: 12px;
	color: #ff0000;
}
div.form div.buttons
{
	margin: 10px 0 0 0;
}
div.message
{
	color: #fff;
	margin: 20px 0 0 2px;
}

/*======== SHOW ==============*/
div.show_header
{
	font-size: 20px;
	font-family: Calibri, Sans-Serif;
	text-transform: uppercase;
}
/*======== FOOTER ==============*/
div#footer
{
	color: #555;
	text-align: center;
	font-size: 10px;
	margin: 1px 0 0 0;
	padding-bottom: 30px;
}
