/*****************************************
 *	KubrickTheme v1.0 for ExponentCMS 0.96.x
 *	
 *	This theme was designed by Michael Heilemann, whose blog you will find at binarybonsai.com and it was ported to ExponentCMS by ergin.altintas.org.
 *	
 *	The CSS, XHTML and design is released under GPL:
 *	http://www.opensource.org/licenses/gpl-license.php
 *****************************************/
body {
	margin: 0;
	padding: 0;
	background: #e7e7e7 url("images/kubrickbg.png");
	color: #333;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
	text-align: center;
	}
html > body {
	margin-bottom: 0px; /* Workaround for IE - ignored by IE but no firefox */
}
div, table, td, tr {
padding:0px;
margin:0px;
font-size:12px;
}

div, table, td, tr {
	padding:0px;
	margin:0px;
	font-size:12px;
}
div#main {
	position: relative;
	width: 760px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #fff url("images/kubricksides.png") repeat-y top;
	}
#header {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 760px;
	background: #fff url("images/kubrickheader.png") no-repeat bottom center;
	height: 200px;
	}
div#nav_holder {
	padding: 3px;
	text-align: center;
}
div#header_bottom {
	border-width: 0px;
	position: relative;
	left: 20px;
	text-align: left;
}
#footer {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 760px;
	clear: both;
	background: #eee url("images/kubrickfooter.png") no-repeat bottom;
	height: 63px;
	}
#footer p { margin: 0; padding: 20px 0 0 0; text-align: center; }

#content {
	margin: 0;
	padding: 30px 60px 20px 60px;
	font-size: 1.2em;
	line-height: 1.4em;
	text-align: left;
	}
#content.withsidebar {
	margin-left: 250px;
	padding: 0px 0px 0px 0px;
	width: 480px;
	}
#content.withoutsidebar { width: 640px; }
a.downloadlink:before{
	content: url("images/download.png");
}
#sidebar {
	float:left;
	margin-left:20px;
	width: 200px;
	background: #f9f9f9;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: left;
	}
#sidebar form { margin: 0; }
/* End Structure */

navlink {
	text-decoration: none;
}
a.navlink:link {
	color: #990000;
	text-decoration: none;
	font-size:12px;
}
a.navlink:visited {
	color: #990000;
	text-decoration: none;
	font-size:12px;
}
a.navlink:hover {
	color: #000000;
	text-decoration: underline;
	font-size:12px;
}
a.navlink:active {
	color: #000000;
	text-decoration: none;
	font-size:12px;
}

html>body ul {
	list-style: none;
	text-indent: -12px;
	}
ul li:before {
	content: "\00BB \0020";
	}
ul {
	margin-top: 0;
	margin-left: 0;
	padding-left: 12px;
	} 
li {
	margin: 7px 0 8px 10px;
	}

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}
h1 {
	padding-top: 40px;
	margin: 0;
	font-size: 4em;
	text-align: center;
	}
h2 { margin: 30px 0 10px 0; font-size: 1.6em; }
h2.pagetitle { text-align: center; }
#sidebar h2 {
	margin: 5px 0 0 0;
	padding: 0;
	font: 1.2em 'Lucida Grande', Verdana, Sans-Serif;
	}
h3 { padding: 0; margin: 30px 0 0; font-size: 1.3em; }
h1, h1 a, h1 a:hover, h1 a:visited, .description { color: #990000; text-decoration: none; }
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited { color: #333; }
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite { text-decoration: none; }
a, h2 a:hover, h3 a:hover { color: #06c; text-decoration: none; }
a:hover { color: #147; text-decoration: underline; }
.description { font-size: 1.2em; text-align: center; }
acronym, abbr, span.caps { font-size: 0.9em; letter-spacing: .07em; }

/*
************************************************************************************
*/

hr {
	color: #555;
}

/* Error Message Style */
div.error {
	font-weight: bold;
	color: #F00;
	padding-bottom: 1em;
}

/** Exponent-internals stylings **/

div.moduletitle {
	font-weight: bold;
	font-size: 1.25em;
}

a {
	color: #244360;
	text-decoration: none;
}

td.header {
	background-color: #aaa;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	padding: 2px;
}

/* Container Styles */
div.container_box {
	padding: 6px;
	margin: 2px;
}

div.container_editbox {
	border: 2px dashed #CCC;
	margin: 2px;
}

div.container_editheader {
	padding: 3px;
	background-color: #ccc;
}

div.container_editheader table tr td.info {
	font-size: 8pt;
	font-weight: bold;
}


div.itemtitle {
	font-weight: bold;
}

/* Themable Forms */
div.form_title {
	font-size: 14px;
	font-weight: bold;
}

div.form_header {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	margin-bottom: 1em;
}

tr.even_row {
	background-color: #AAA;
	color: #000;
}

tr.row:hover td, tr.row:hover td a {
	background-color: #669;
	color: #FFF;
}

tr.odd_row {
	background-color: #888;
	color: #000;
}

/** Administration Module Manager form **/
.administration_modmgrheader {
	background-color: lightgrey;
}

.administration_modmgrheader span.active {
	color: green;
	font-weight: bold;
}

.administration_modmgrheader span.inactive {
	color: red;
	font-weight: bold;
}

.administration_modmgrbody {
	padding-left: 10px;
	border: 1px solid lightgrey;
}

/** Debugger Styles **/
table.debug_null,table.debug_null tr td, div.debug_null {
	background-color: #000;
	color: #fff;
	font-weight: bold;
}

table.debug_object, table.debug_object tr td {
	background-color: #a00;
	color: #fff;
}

table.debug_array, table.debug_array tr td {
	background-color: #0a0;
	color: #fff;
}

table.debug_scalar, table.debug_scalar tr td, div.debug_scalar {
	background-color: #00a;
	color: #fff;
}

td.debug_attribute {
	font-family: monospace;
	font-size: 10px;
}

td.debug_varname {
	font-weight: bold;
}

td.debug_type {
	background-color: #aaa;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

td.debug_value {
	font-family: monospace;
	font-size: 11px;
	color: #fff;
}