/*  
Theme Name: Manchot
Description: web interface.
Version: 1.0
Author: Ternog Design
Author URI: http://www.webdesign.ternog.org/
*/

/*
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

@import "layout.css";
@import "pp_album.css";
	
body, html {
	margin:0;
	padding:0;
	/*font: normal 100.01%/1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;*/
	font-size : 90%;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	color:#8A8A8A;
}

body {
	margin:0;
	padding:0;
	background:#7F7F7F;
}

/*-----------GENERAL STYLING--------------*/

a {
	color:#8A8A8A;
	text-decoration:none;
}

/*------HEADER------*/

html>body #title {
	height:51px;
}

#title_image {
	margin:0;
	text-align:left;
	display:block;
	height:184px;
	background:url(../images/nav/Header.png) center center transparent repeat-y;
}

#title {
	background:url(../images/nav/header.gif) top #7F7F7F no-repeat;
	height:76px;
	margin:0;
	padding:25px 25px 0 25px;
	clear:both;
	text-align:left;
}

#title h1 {
	padding:0;
	margin:0;
	font-weight:normal;
	line-height:.6em;
	font-size:2.5em;
	letter-spacing:-.05em;
	font-family:helvetica;
}

#title h1 a {
	color:#C0C0C0;
	display:block;
}

.description {
	padding:0;
	margin:0;
	font-weight:normal;
	line-height:1.7em;
	font-size:1.1em;
	letter-spacing:-.05em;
	font-family:helvetica;
	color:#C0C0C0;	
}

#link {
	background:url(../images/nav/header-menu.png) center center transparent repeat-y;
	height:30px;
	margin:0;
	display:block;
	text-align:left;
	line-height:2.1em;
	color:#C0C0C0;
}

#link a {
	line-height:2.1em;
	color:#C0C0C0;
}

#link a:hover {
	line-height:2.1em;
	color:#CC0000;
}

#link .current_page_item {
	line-height:2.1em;
	color:#CC0000;
}