/****************************************
 * Global
 ****************************************/

html{
  height: 100%;
  background: #161616 url(../../../css/themes/ghd/background_html.gif);
}

body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  background: url(../../../css/themes/ghd/background_body.gif) repeat-x;
  color: #cfcfcf;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
}

a img { 
  color: #fff; 
  border: 0px;
}

a:link, a:active, a:visited {
  color: #aaa;
  text-decoration: none;
}

a:hover { 
  color: #fff; 
  margin-top: 0; 
}

h2 { 
  color: #777;
}

h3 { 
  font-size: 1.2em; 
  color: #aaa;  
  margin-top: 0; 
  padding-right: 10px; 
}

tr {
	vertical-align: top;
   text-align: left;
}

/****************************************
 * Photo page
 ****************************************/
.photo { width: 740px; }


/****************************************
 * 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: #444;
	width: 730px;
	padding: 10px;
	text-align: center;
}

#thumbnail_container table {
	text-align: left;
}

.thumbnail { 
	padding: 2px; 
	margin: 4px; 
	background: #fff; 
	border-right: 2px solid #111; 
	border-bottom: 2px solid #111; 
	}

/****************************************
 * Tool tips
 ****************************************/
 
.tool-tip { color: #fff; width: 250px; z-index: 13000; }

.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #96CC42;
	padding: 8px 8px 4px;
	background: #1e1e1e;
}

.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #1e1e1e;
}

#centercontent {
	float: left;
	font-size: .95em;
	background: #1e1e1e;
	padding-bottom: 5px;
}

/****************************************
 * Layout
 ****************************************/

#container { position: relative; margin: 5px; }

/****************************************
 * Header
 ****************************************/

#header {
	float: right;
	font-size: .95em;
	background: #1e1e1e;
}

#header_title { 
  float: left; 
}

#header_menu {
  float: right;
  font-size: 11px;
  padding: 0px 0px 3px 0px;
}

#header_menu ul{ 
  float: right;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#header_menu ul li{ 
  float: left; 
}

#header_menu ul li a{ 
  text-transform: uppercase; 
  padding: 5px;
}

#header_menu ul li a:hover{ 
  background: #96CC42;
  color: black;
}

/****************************************
 * Comment
 ****************************************/

.comment { }

.comment_author { padding-top: 10px; font-weight: bold; }

.comment_content { margin-left: 2px; padding-left: 2px; }

.comment_date { }

#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; }

/****************************************
 * Comments
 ****************************************/

#info_comments {
	float: left;
	position: absolute;
	right: 0;
	z-index: 99;
	font-size: 11px;
	padding: 10px;
	background: #1e1e1e;
	overflow: auto;
	width: 300px;
	max-height: auto;
	margin: 0px;
	text-align: left;
	visibility: hidden;
}

#info_comments a img{
  border: 1px solid white;
}

#info_comments .block{
  clear: both; 
}

#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 table { text-align: right; width: 90%; }
#info_comments tr { vertical-align: top; }

#leftcontent{ 
  float: left;
}

/****************************************
 * Pages
 ****************************************/

#page_header{ 
  background: #333;  
  width: 775px;
  float: left;
}

#page_title{
  float: left;
  width: 655px;
  padding: 10px;
  font-size: 2.0em;
  font-family: Arial, Helvetica, sans-serif;
}

#page_nav{ 
  float: right;
}

#page_nav a{
  float: left;
  height: 100%;
  padding: 22px 10px 10px;
  font-size: 10px;
  text-transform: uppercase;
}

#page_nav a:hover{
  background: #96CC42  url(../../../css/themes/ghd/background_link.gif) repeat-x;
  color: black;
}

#page{
  float: left;
  background: #fff;
  padding: 15px;
  width: 745px;
  text-align: center;
}

#page2{
  background: #444;
  padding: 15px;
  width: 745px;
  text-align: center;
}

#rightcontent{ 
  float: right; 
}

#wrapper{
  text-align: left;
  margin: 0px auto -15px;
  width: 775px;
  padding: 15px;
}

#wrapper, #photos{
  padding: 15px;
}

#page_meta, #page_meta a{
  text-align: center;
  clear: both;
  white-space: nowrap;
  width: 765px;
  padding: 5px;
}

/****************************************
 * Footer
 ****************************************/

#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;
}
