/* SVN FILE: $Id: cake.generic.css 6311 2008-01-02 06:33:52Z phpnut $ */
/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework <http://www.cakephp.org/>
 * Copyright 2005-2008, Cake Software Foundation, Inc.
 *								1785 E. Sahara Avenue, Suite 490-204
 *								Las Vegas, Nevada 89104
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright		Copyright 2005-2008, Cake Software Foundation, Inc.
 * @link				http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package			cake
 * @subpackage		cake.app.webroot.css
 * @since			CakePHP(tm)
 * @version			$Revision: 6311 $
 * @modifiedby		$LastChangedBy: phpnut $
 * @lastmodified	$Date: 2008-01-02 00:33:52 -0600 (Wed, 02 Jan 2008) $
 * @license			http://www.opensource.org/licenses/mit-license.php The MIT License
 */

* {
margin:0;
padding:0;
}

/* General Style Info */
body {
	background: #ACB8BB url(../img/body-bg.gif) repeat-y center;
	color: #B3B3B3;
	font-family:'trebuchet ms',trebuchet,helvetica,arial,sans-serif;
	font-size:90%;
	margin: 0;
}
a {
	color: #789095;
	text-decoration: underline;
}
a:hover {
	color: white;
	text-decoration:none;
}
.main-menu a, .dead {
	text-decoration:none;
	padding-bottom: 5px;
	margin-right: 10px;
	font-weight: normal;
	font-size: 110%;
}
.main-menu a:hover, .dead {
	color: white;
	text-decoration:none;
}

.dead {
	border-bottom: 2px solid white;
}

a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	margin: 0.1em 0;
	display: block;
	width: 100%;
	height: 56px;
}
#header h1 a:link, #header h1 a:visited {
	display:block;
	height:100%;
	width:100%;
}
h2 {
	color: #B3B3B3;
	font-family: 'news gothic mt', helvetica, arial, sans-serif;
	font-size: 190%;
	margin: 0.3em 0;
}
h3 {
	color: #B3B3B3;
	font-family:'news gothic mt', helvetica, arial, sans-serif;
	font-size: 150%;
	padding-bottom: .5em;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	margin: 0 12px;
}

/* Layout */
#container {
	text-align: left;
	width: 1000px;
	margin: 0 auto;
}

#header{
	height: 56px;
	width: 1000px;
}
#header h1 {
	background: url('../img/header.gif') no-repeat left;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

#content{
	background: #4D4D4D url(../img/content-top.gif) no-repeat top;
	clear: both;
	color: #333;
	padding: 10px 20px 40px 0px;
	overflow: visible;
	margin-bottom: 20px;
	position: relative;
}
#flash{
	height: 30px;
}

#menu{
	margin-top: 20px;
	color: white;
	font-size: .9em;
	text-transform: lowercase;
	/* float: left; */
	position: absolute;
	left: 20px;
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu li {
	display: inline;
	margin: 0px 8px 0px 0px;
	position: relative;
}

#menu li.all {
	margin-bottom: 8px;
}

#menu li ul {
	position: absolute;
	display: block;
	top: 2.3em;
	left: 0;
	padding: 0 0 15px 8px;
	text-indent: -8px;
}

#menu ul.works {
	width: 220px;
}

#menu ul.artists {
	width: 250px;
}

#menu ul.news {
	width: 280px;
}

#menu li ul li {
	display: block;
}

#info{
	margin-left: 360px;
	color: #B3B3B3;
	overflow: auto;
}

#info p {
	margin-bottom: 10px;
	line-height: 1.5em;
}

#info .caption {
	font-size: 90%;
	font-style: italic;
}

#info .list, #news div {
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #666;
	overflow: auto;
	zoom: 1;
}

.postdate {
	font-size: .9em;
	font-style: italic;
	font-family: Georgia, serif;
	color: #999;
}

#info .list img, .thumb_grid img {
	float: left;
	padding: 2px;
	border: 1px solid #666;
	margin-right: 5px;
	margin-bottom: 5px;
}

.thumb_grid img:hover {
	border: 1px solid #FFF;
}

#footer {
	width: 980px;
	font-size: 0.8em;
	position: fixed;
	bottom: 0px;
	clear: both;
	padding: 10px 10px;
	text-align: center;
	background: url(../img/gray-bg.png);
}

/* Tables */
table {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background-color: #f2f2f2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	text-align: center;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	display: inline;
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	color: #999;
	margin-bottom: 2em;
	font-size: 90%;
}
div.paging div.disabled {
	color: #666;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #B3B3B3;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
fieldset {
	border: 1px solid #666;
	margin-top: 0px;
	padding: 16px 20px;
}
fieldset legend {
	color: #B3B3B3;
	font-size: 150%;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	/* margin-bottom: 1em; */
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 0px;
}
label {
	display: block;
	font-size: 100%;
	padding-right: 20px;
	color: #B3B3B3;
}
input, textarea {
	clear: both;
	display: block;
	font-size: 110%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
	background-color: #eee;
	color: #333;
	border: 1px solid #CCC;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
	background-color: #789095;
	color: white;
	border: 1px solid #789095;
}
input[type=hidden]{
	display: none;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #B3B3B3;
	font-size: 100%;
	font-style: italic;
	margin: 1em 0px 1em 360px;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background-color: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background-color: green;
	color: #FFF;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #FFFF00;
	padding: 4px;
}