﻿/*======== UNIVERSAL ==============*/
body, form, div, h1, h2, h3, h4, h5
{
	margin: 0px;
	padding: 0px;
}
body, form
{
	font-family: Tahoma, Sans-Serif;
	background: #333;
}
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 img
{
    border: none;
}
a:hover
{
	text-decoration: underline;
}

/*======== HEADER ==============*/
div#header
{
	height: 80px;
	background: #333;
	color: #fff;
	text-align: center;
	border-top: solid 7px #3f3f3f;
}
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:hover
{
	background-position: 0 0;
}
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: #444;
}
#menu a.selected
{
	background: #444;
}

/*======== 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: #333;
	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;
}

/*======== BLOG ==============*/
h1.b
{
    font-size: 20px;
    color: Orange;
    display: inline-block;
}
span.b
{
    color: #888;
    text-transform: uppercase;
    font-size: 14px;
}
div.post
{	
	margin-bottom: 60px;
	line-height: normal;
}
.post div.header
{
	font-family: Calibri, arial, Sans-Serif;
	height: 50px;
	padding: 5px 5px 5px 10px;
	background: #222;
	border-top: solid 2px #555;
	text-transform: uppercase;
}
.post .header div.created
{
	color: #aaa;
	font-size: 14px;
	line-height: normal;
	float: left;
}
.post .header div.category
{
	font-size: 14px;
	line-height: normal;
	float: right;
}
.post .header .category span, .post .header .category a
{
	color: #555;
	text-decoration: none;
}
.post .header .category a:hover
{
	color: orange;
}
.post .header h1.title
{
	font-weight: normal;
	font-size: 24px;
	color: #fff;
	clear: both;
}
.post div.content
{
	float: left;
	margin: 0 0 0 0;
	clear: both;
}
.post .details
{
	padding: 10px 10px 0 10px;
	font-size: 14px;
	overflow: auto;
	line-height: 20px;
	color: #aaa;
}
.post .details .classification span, .post .details .notes span
{
	color: #ddd;
}
.post .details span
{
	color: #888;
}
.post .details .notes b
{
	text-transform: uppercase;
	color: #888;
}
.post div.images
{
	padding: 0 0 20px 0;
}
.post .images img
{
	display: block;
	margin-top: 20px;
	border: solid 5px #000;
}
.post a, .notes a
{
	color: #ddd;
	text-decoration: underline;
}
.post a:hover, .notes a:hover
{
	color: orange;
}
.caption
{
	margin: 0 20px 0 10px;
	padding: 8px 5px 3px 5px;
	background: #444 url(../assets/images/square.png) repeat-x;
	color: #ddd;
	font-family: verdana, Arial, Sans-Serif;
	font-size: 14px;
}

/*======== BLOG COMMENTS ==============*/
.post div.comments
{
	clear: both;
	padding: 3px 0 0 10px;
	border-top: dotted 2px #222;
}
.post .comments .controls
{
	font-family: helvetica, Arial, Sans-Serif;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
}
.post .comments .controls a, .post .comments .controls strong
{
	text-decoration: none;
	font-weight: bold;
	color: orange;
}
.post .comments .controls a:hover
{
	text-decoration: underline;
}

.post .comments div.all
{
	clear: both;
	background: #eee;
	margin-top: 10px;
}
.blogcomment
{
	margin: 5px 5px 10px 5px;
	font-size: 12px;	
}
.blogcomment div.header
{
	margin: 0px;
	padding: 0px;
	height: auto;
	font-family: Lucida Grande, Trebuchet MS, Sans-Serif;
	border: none;
	background: none;
	font-weight: bold;
	color: #000;
}
.blogcomment .header span
{
	color: #888;
	margin-left: 10px;
}
.blogcomment .header a.red
{
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.blogcomment .header a.red:hover
{
	text-decoration: underline;
}
.blogcomment .header a:hover
{
	text-decoration: underline;
	color: #888;
}
.blogcomment div.copy
{
	margin: 0px;
	padding: 0px;
	font-family: Lucida Grande, Trebuchet MS, Sans-Serif;
	color: #333;
}

/*======== BLOG SEARCH ==============*/
 .watermark
{
	color: #aaa;
}
/*======== BLOG LINKS ==============*/
.blog_links
{
	margin-left: 20px;
	text-align: left;
	font-family: Helvetica, Tahoma, Sans-Serif;
	text-transform: uppercase;
}
.blog_links ul
{
	margin: 0 0 30px 0;
	border-top: dotted 1px #444;
}
.blog_links li
{
	border-bottom: dotted 1px #444;	
}
.blog_links a
{
	text-decoration: none;
	display: block;
	color: #888;
	font-size: 12px;
	padding: 4px 0 4px 5px;
	border: none;
}
.blog_links a:hover
{
	color: #ccc;
	background: #303030;
}
.blog_links h4
{
	color: #ccc;
	margin-bottom: 5px;
	font-weight: normal;
	text-transform: uppercase;
}

/*======== 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;
}
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;
}

/*===== Modal Popup Extender ======*/
.myModal
{	
	background: #000;
	border: solid 5px #fff;
	width: 400px;
}
.myModal .form
{   
    color: #fff;
}
.myModal .form .row
{
	padding: 0 10px;
}
.myModal .form .row div h5
{
	color: #555;
	font-size: 12px;
}
.myModal .form .buttons
{
	background: none;
	margin-bottom: 10px;
	padding: 0 10px;
}
.myModalHeader
{
	background: #333;
	cursor: move;
	padding: 3px 3px 3px 10px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-family: Calibri, Verdana, Sans-Serif;
}
.modalBackground
{
    background-color: #888;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

/*======== 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;
	background: #333;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #222;
	background-color: #000;
	color: #aaa;
	padding: 5px;
}
#tooltip h3, #tooltip div
{
	font-size: 12px;		
}
#tooltip h3
{
	text-transform: uppercase;
	margin: 0 0 5px 0;
}
#tootip div
{
	margin: 0;
}
