/****************************************
 * Global
 ****************************************/

a img { color:#fff; border:0px; }
a:focus, a:active { outline:none; }

a:link, a:active, a:visited {
	color:#aaa;
	text-decoration:none;
	text-transform:lowercase;
}

a:hover { color:#fff; margin-top:0; text-decoration:underline; }

h2 { color:#777; }

h3 { font-size:1.2em; color:#aaa;  margin-top:0; padding-right:10px; }

html, body {
	margin:0px;
	padding:0px;
	background-color:#222;
	color:#cfcfcf;
	font-size:11px;
	font-family:"gill sans", verdana, sans-serif;
}

tr {
	vertical-align:top;
   text-align:left;
}

.comment { }

.comment_author { padding-top:10px; font-weight:bold; }

.comment_content { margin-left:2px; padding-left:2px; }

.comment_date { }

/* header */
#masthead {
	background:url(../img/header-bg.png) repeat-x top center;
	height:154px;
	width:100%;
	margin:0 auto;
	border-bottom:2px #000 solid;
}
#masthead-top {
	background:url(../img/header-top.png) no-repeat top center;
	margin:0 auto;
	height:70px;
	position:relative;
	width:847px;
}
#masthead-top a {
	display:block;
	height:55px;
	left:648px;
	position:relative;
	top:10px;
	width:150px;
}

/****************************************
 * Photo page
 ****************************************/
img.photo {
	border:4px solid #fff;
	-moz-box-shadow:2px 2px 2px #000;
	-webkit-box-shadow:0 0 2px #000;
}

.photo #prevLink, .photo #nextLink {
   display:block;
   position:absolute;
   top:25px;
   width:65px;
   height:50px;
   outline:none;
}

.photo #prevLink {
   left:0;
   background:transparent url(../img/prevlabel.gif) no-repeat top left;
}

.photo #nextLink {
   right:0;
   background:transparent url(../img/nextlabel.gif) no-repeat top right;
}

/****************************************
 * Tags
 ****************************************/
#tag_container {
	background:#444;
	width:640px;
	padding:20px 50px 20px 50px;
	text-align:center;
	line-height:3.0em;
}

.tag_xlarge { font-size:3.0em; color:#FFF; font-weight:500; }

.tag_large { font-size:2.5em; color:#DDD; font-weight:400; }

.tag_medium { font-size:2.0em; color:#BBB; font-weight:300; }

.tag_small { font-size:1.5em; color:#999; font-weight:200; }

.tag_xsmall { font-size:1.2em; color:#777; font-weight:100; }

/****************************************
 * Thumbnails
 ****************************************/
#thumbnail_container {
	background:#0e0e0e;
	width:730px;
	padding:10px;
	text-align:center;
}

#thumbnail_container table {
	text-align:left;
}

.thumbnail {  
	border:2px solid #fff;
	margin:4px;   
	-moz-box-shadow:2px 2px 2px #000;
	-webkit-box-shadow:0 0 2px #000;
	}

/****************************************
 * Tool tips
 ****************************************/
.tip { color:#fff; width:250px; z-index:1300; opacity:.9; }

.tip-title {
	font-weight:bold;
	font-size:11px;
	margin:0;
	padding:8px 8px 4px;
	background:#222;
}

.tip-text {
	font-size:11px;
	padding:4px 8px 8px;
	background:#333;
}

#centercontent {
	float:left;
	font-size:1em;
	background:#000;
	padding-bottom:5px;
}

#comment_description { padding-top:10px; padding-bottom:10px; }

#comment_thumb {
	background:#fff;
	padding:1px;
	float:right;
	margin-top:30px;
	margin-left:10px;
}

#comment_title {
	font-size:1.5em;
	border-bottom:1px solid;
	text-transform:lowercase;
}

/** **/
#comment_wrapper { width:340px; padding:5px; }

/****************************************
 * Layout
 ****************************************/
#container { 
	position:relative; 
	width:100%;
}

#footer {
	width:98%;
	height:15px;
	padding:4px 1% 0px 1%;
	text-align:center;
	color:#666;
	font-size:.9em;
	float:left;
	margin-top:10px;
}

#footer a {
	color:#666;
}

#footer a:hover {
	color:#fff;
}

#header {
	font-size:1.0em;
	margin:auto;
	padding:5px;
	position:relative;
	text-align:right;
	top:52px;
	width:755px;
}

#header_menu {
	font-size:1.0em;
	padding:0px 0px 3px 0px;
}

#header_menu a { padding:0px 0px 0px 3px; }

/****************************************
 * Header
 ****************************************/
#header_title { float:left; }

/****************************************
 * Comments
 ****************************************/
#info_comments {
	background:#111;
	bottom:0;
    filter:alpha(opacity = 75);
	display:none;
	left:0;
	padding:12px 48px;
	position:absolute;
	opacity:.85;
	overflow:auto;
	right:0;
	text-align:left;
	top:0;
	z-index:99;
}

#info_comments a img {
	border:1px solid white;
}

#info_comments .block{ clear:both; }
#info_comments .tags { clear:both; }
#info_comments .tags li { list-style-type:none; display:inline; padding-right:4px; } 
#info_comments .exif{ clear:both; }
#info_comments .license{ clear:both; }
#info_comments .comments{ clear:both; }
#info_comments .comments li { list-style-type:none; padding-bottom:15px; } 

#info_comments .heading {
	font-size:1.6em;
	border-bottom:1px solid;
	margin-bottom:6px;
	padding-top:10px;
}

#info_comments .thumb img{
	border:1px solid;
	margin-bottom:5px;
	margin-right:10px;
	float:left;
}

#info_comments a { color:#FFF; font-weight:bold; }

#info_comments tr { vertical-align:top; }

#leftcontent { float:left; }

#page {
	background:#111;
	padding:15px;
	width:745px;
	text-align:center;
	position:relative;
}

/****************************************
 * Pages
 ****************************************/
#page_header { 
	height:0;
	position:relative;
	top:-78px;
	width:755px; 
}

#page_meta, #page_meta a{
	text-align:center;
	clear:both;
	white-space:nowrap;
	width:765px;
	padding:5px;
}

#page_nav { padding:5px; }

#page_title {
	font-size:2.0em;
	font-family:Verdana, sans-serif;
}

#page2{
	background:#444;
	padding:15px;
	width:745px;
	text-align:center;
}

#rightcontent { float:right; }


#wrapper {
	text-align:left;
	margin:0px auto -15px;
	width:775px;
}

#photos { padding:15px; }

#thumbnail_container .col1	{ 
	padding-right:10px; 
	text-align:right; 
	width:180px; 
}

table.exif_table th {
	font-weight:normal;
	text-align:left;
	width:100px;
}