/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 Tahoma, Geneva, sans-serif;
	color:#333;
}
a {
	color:#e36f1e;
	text-decoration:none;
}
a:hover {
	color:#900;
}
a:focus {
	outline: 0;
}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	
	font-size: 25px;
}
h2 {
	color:#695e4a;
	font-size: 23px;
	font-weight:normal;
}
h3 {
	font-size: 21px;
	font-weight:normal;
}
h4 {
	font-size: 19px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 15px;
}
/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}
ul {
	list-style: disc;
}
li {
	margin-left: 30px;
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 20px;
}
/* layout */

body {
	background: #695e4a url(images/bg.jpg) repeat-x center top;
	padding:20px 0;
}
#wrapper {
	background:#fff;
	border:0 solid #e36f1e;
	padding-bottom:10px;
}
#top-nav {
	background:#695e4a;
	margin-top:10px;
}
#top-nav ul {
	list-style:none;
	margin:0;
	padding:0;
}
#top-nav li {
	list-style:none;
	margin:0;
	float:right;
}
#top-nav li a {
	border-top:4px solid #695e4a;
	border-bottom:4px solid #695e4a;
	color:#fff;
	display:block;
	font-size:16px;
	font-weight:bold;
	padding:2px 10px;
}
#top-nav a:hover {
	background:#e36f1e;
	border-top:4px solid #e36f1e;
	border-bottom:4px solid #e36f1e;
}
.home #home a {
	background:#695e4a;
	border-bottom:4px solid #e36f1e;
	border-top:4px solid #695e4a;
	cursor:default;
}
.play-alice #play-alice a {
	background:#695e4a;
	border-bottom:4px solid #e36f1e;
	border-top:4px solid #695e4a;
	cursor:default;
}
.work-alice #work-alice a {
	background:#695e4a;
	border-bottom:4px solid #e36f1e;
	border-top:4px solid #695e4a;
	cursor:default;
}
.live-alice #live-alice a {
	background:#695e4a;
	border-bottom:4px solid #e36f1e;
	border-top:4px solid #695e4a;
	cursor:default;
}
.job-alice #job-alice a {
	background:#695e4a;
	border-bottom:4px solid #e36f1e;
	border-top:4px solid #695e4a;
	cursor:default;
}
#banner {
	background:url(images/loading.gif) no-repeat 50% 50%;

	margin-top:10px;
	margin-bottom:10px;
	height:180px;
	overflow:hidden;
	width:820px;	
}
#banner img {
	display:block;
	height:180px;
	width:820px;
}
#content h1 {
	background:#e36f1e;
	color:#fff;
	padding:1px 10px 0 10px;
	margin-bottom:10px;
}
#left-sidebar h2 {
	background:#695e4a;
	color:#fff;
	padding:4px 10px;
	font-size:20px;
	margin-bottom:0px;
}
#right-sidebar h2 {
	background:#695e4a;
	color:#fff;
	padding:4px 10px;
	font-size:20px;
	margin-bottom:10px;
}
#right-sidebar {
}
#logos { text-align:center;padding-top:30px; padding-bottom:10px;}
#footer {
	background:#695e4a;
	color:#968f81;
	padding:10px 0;
	text-align:center;
}
#footer a {
	color:#968f81;
}
#footer a:hover {
	color:#fff;
}
.menu {
	list-style:none;
        margin:0;
	padding-bottom:25px;
}
.menu li {
	list-style:none;
	margin:0;
	padding:0;
}
.menu a {
	background:url(images/bullet-arrow.gif) no-repeat left 11px;
	border-bottom:1px solid #695e4a;	
	font-weight:bold;
	display:block;
	padding:5px 0 5px 10px;
	width:170px;
}
.menu a:hover {
	background:#333 url(images/bullet-arrow-grey.gif) no-repeat 10px 10px;
	color:#fff;
	padding-left:20px;
	width:160px;
}

#right-sidebar .menu a {
	background:url(images/bullet-arrow-light.gif) no-repeat left 10px;
	border-bottom:0;	
	font-weight:normal;
	display:block;
	padding:2px 0 2px 8px;
	color:#695e4a;
}
#right-sidebar .menu a:hover {
	background:url(images/bullet-arrow-light.gif) no-repeat left 10px;
	color:#900;
}
#subscribe .text-field {
	width:173px;	
}
/* global */
.sitemap ul {
    margin-bottom:0;
}
.align-left {
	float:left;
	margin-right:10px;
}
.align-right {
	float:right;
	margin-left:10px;
}
.push-left-10 {
	margin-left:20px;
}
