/*
	Socal Science Olympiad
	Author: Patrick Liang (skyshard.net)
	Inspired by: Artificial Intelligence by Luka Cvrk 
*/

/* @group General */

body {
	margin: 0;
	padding: 0;
	background: #fff url(../images/bg.gif) repeat-x;
	font: normal .7em Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	line-height: 1.55em;
	color: #333;
}

a {
	color: #546F92;
}

a:hover {
	color: #808080;
}

h1 {
	font: bold 2em "Trebuchet MS", Helvetica, Sans-Serif;
	margin: 0;
	color: #fff;
	background-color: transparent;
}

h2 {
	font: bold 1.4em "Trebuchet MS", Helvetica, Sans-Serif;
}

h3 {
	clear: both;
	font-size: 1.1em;
	color: #000;
	background: transparent url(../images/h3bg.gif) no-repeat left center;
	padding: 0 14px;
	margin: 0;
}

.blue {
	color: #3e3eb3;
	background: inherit;
}

.image {
	float: left;
	border: 2px solid #e2e2e2;
	padding: 3px;
	margin: 0 15px 10px 0;
}

#main {
	width: 900px;
	margin: 25px auto 0 auto;
}

#left{
	clear: both;
	float: left;
	width: 247px;
}

#right{
	float: right;
}

/* @end */

/* @group Logo */

#logo {
	float: left;
	padding: 10px 0 10px 10px;
}

#logo h1 {
	color: #000;
	background: #fff;
}

/* @end */

/* @group Top Menu */

#menu {
	float: right;
	background: #fff url(../images/barul.gif) no-repeat bottom right;
	color: #808080;
	margin: 0;
	padding: 8px 1px 0 0;
}

#menu li {
	float: left;
	padding: 14px 18px 11px;
	color: #444;
	background: #fff url(../images/bar.gif) no-repeat bottom left;
	display: inline;

}

#menu li.active {
	background: #fff url(../images/baractive.gif) no-repeat bottom left;
	color: #1156af;
	font-weight: bold;
	padding: 14px 18px 11px;
	margin: 0 1px 0 0;
}

#menu li a {
	background: none;
	color: #325480;
	text-decoration: none;
}

#menu li a:hover {
	color: #000;
	background: none;
}

.key {
	text-decoration: underline;
}

/* @end */

/* @group Side Intro */

#intro_left {
	width: 100%;
	background: #6f5fbe url(../images/leftintrobg.gif) repeat-x;
	color: #E5EAF2;
	margin: 0 0 1px 0;
}

#intro_left a {
	color: #fff;
	background: inherit;
}

#intro_left p {
	padding: 14px 15px;
	margin: 0;
}

/* @end */

/* @group Side Menu */

#menu_left {
	margin: 0 0 6px 0;
	padding: 0 0 1px 0;
	border-bottom: 2px solid #e2e2e2;
}

#menu_left li {
	list-style: none;
}

#menu_left li a {
	display: block;
	color: #3F5B7F;
	background: #cbd2f2 url(../images/arrow.gif) no-repeat left center;
	width: 201px;
	padding: 7px 23px 7px 23px;
	margin: 0 0 1px 0;
	font-weight: bold;
	text-decoration: none;
}

#menu_left li.active a{
	background: #4e9abd url(../images/arrow.gif) no-repeat left center;
	color: #d1e0ff;
}

#menu_left li a:hover {
	background: #9EB1C9 url(../images/arrow.gif) no-repeat left center;
	color: #fff;
}

#submenu ul{
	margin: 0;
	padding: 0;
	text-indent: 0;
	margin-bottom: 1px;
}

#submenu li{
	margin: 0;
	padding: 0;
}

#submenu li a{
	background: #9face5 url(../images/sub_arrow.gif) no-repeat 23px center;
	width: 201px;
	padding: 7px 10px 7px 36px;
}

#submenu li a:hover{
	background: #9EB1C9 url(../images/sub_arrow.gif) no-repeat 23px center;
	color: #fff;
}

/* @end */

/* @group Side Content */

#content_left {
	width: 100%;
}

.box {
	padding: 4px 11px;
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
}

.box p{
	padding: 0;
	margin: 0;
}

.box h2{
	margin: 4px 0 4px -4px;
}

.event {
	margin-top: 6px;
}

.event .date{
	font-weight: bold;
	display: block;
	float: left;
}

.event .description{
	display: block;
	margin-left: 54px;
	border-left: 1px solid #ccc;
	padding: 0 0 2px 5px;
}

.event .description .title{
	font-weight: bold;
}

.note {
	padding: 15px;
	border: 1px solid #CFCB66;
	margin: 0 0 5px 0;
	background: #FFFFAD url(../images/package.gif) repeat-x;
	color: #585616;
}
/* @end */

/* @group Content Intro */

#intro_right, #intro_right_logo{
	width: 600px;
	padding: 25px 20px 0 20px;
	background: #fff url(../images/intro.jpg) no-repeat; 
	color: #3d566d;
	margin: 0 0 6px 0;
	min-height: 174px;
	border: 2px solid #e2e2e2;
}

#intro_right_logo{
	width: 340px;
	padding: 25px 280px 0 20px;
	background: #fff url(../images/intro_logo.jpg) no-repeat; 
	height: 174px;
}

#intro_right h1, #intro_right_logo h1 {
	margin: 0 0 20px 0;
}

#intro_right .white, #intro_right_logo .white {
	color: #FFF;
	background-color: transparent;
}



/* @end */

/* @group Main Content */

#content_right {
	width: 643px;
}

#content_right p {
	margin-top: 5px;
	margin-bottom: 10px;	
}

.leftcol, .rightcol{
	padding: 10px 15px;
	width: 285px;
	border: #ccc 1px solid;
	margin: 0 0 10px 0;
}

.leftcol {
	float: left;
	text-align: left;
}

.rightcol {
	float: right;
}

.special {
	clear: both;
	margin: 0px 0 20px 0;
	padding: 5px 20px;
	border: 1px solid #ccc;
	background: #eee;
	color: #444;
}

.ajax_loading {
	background: url(../images/spinner.gif) no-repeat center;
}

/* @end */

/* @group Forms */
fieldset {
	display: block;
	margin: 0 0 0 0;
	border: 0 solid #FFFFFF;
	border-top: 1px solid #000000;
	padding: 0 1em 1em 1em;
}

fieldset legend {
	font-size: 1.2em; 
	font-weight: bold;
}

fieldset.radio {
	margin: 0 0 0 -1em;
	border: 0 solid #FFFFFF;
}

fieldset.radio input {
	position: static;
	clear: both;
	float: left;
}

fieldset.radio label {
	position: relative;
	top: -1.25em;
	display: inline;
	width: auto;
	margin: 0 0 0 8em;
	font-weight: bold;
	font-weight: normal;
}

fieldset.radio legend {
	float: left;
	font-weight: normal;
}

input {
	position: relative;
	top: -1.7em;
	left: 12em;
	display: block;
}

input.submit {
	clear: both;
	top: 0;
}

label {
	clear: both;
	float: left;
	display: block;
	width: 11em;
	margin-top: -1em;
	text-align: right;
	font-weight: normal;
}

label.first {
	margin-top: .7em;
}

select {
	position: relative;
	top: -1.7em;
	left: 12em;
	display: block;
}
/* @end */

/* @group Footer */

#footer {
	clear: both;
	padding: 5px;
	border-top: 1px solid #ccc;
}

/* @end */

.requiresJS {
	display: none;
}

.hasJS {
	display: block;
}
