/* base */

body {
	font-family: arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: black;
	background-image: url(/media/images/background.gif);
}

h3 {
	font-size: 1.75em;
	margin-bottom: 1em;
	color: #333;
}

h4, h5 {
	font-size: 1.125em;
	margin-bottom: 1em;
}

h4 {
	color: red;
}



a {
	color: #0079c6;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.add-action {
    display: block;
	font-size: 1.125em;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 2em;
}

a.bottom-link {
	margin-top: 1.5em;
	display: block;
	font-weight: bold;
}

ul.actions > li > a {
	text-decoration: none;
}

p {
	margin-bottom: 2em;
}

p.rubric {
    font-size: 1.125em;
}

p.last {
	margin-bottom: 2em;
}

p.empty {
	font-size: 21px;
	color: #777;
}

p.info {
	margin-bottom: 0;
}

p.desc {
    margin: 10px 0;
}

ul.bulleted {
	list-style-type: square;
	margin-left: 1em;
}

ul.inline, ul.inline > li {
	display: inline;
}

th {
    text-align: left;
}

th, td {
    vertical-align: top;
}

table.image-table th {
    padding-right: 20px;
}

table.image-table th, table.image-table td {
    padding-bottom: 2em;
}


.soft {
	color: #555;
}

.markdown ul {
    list-style-type: square;
    margin-left: 1em;
}

/*
	forms
*/

input, select {
	font-size: 1em;
}

.field {
	margin-bottom: 2em;
}

.error {
	color: red;
}

.help {
	font-size: 0.875em;
	color: #555;
}

p.help {
    margin-bottom: 0;
}

input.date {
	width: 8em;
}

input.small-number {
    width: 2em;
}

input.text {
	width: 24em;
}

form > table th {
    text-align: right;
    vertical-align: top;
    padding-right: 20px;
}

form > table td {
    padding-bottom: 1.5em;
}

form p {
    margin-bottom: 0;
}

form > p.error {
    margin-bottom: 2em;
}

.time {
    color: #555;
    font-weight: bold;
}

/*
	layout
*/

.container {
    width: 849px;
	margin: 0 auto;
	overflow: hidden;
}

.clear {
    clear: both;
}

ul.nav li {
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	margin-bottom: 2em;
	border-right: 1px solid #bbb;
	font-weight: bold;
}

ul.nav li.last {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}

ul.objects > li {
	margin-bottom: 2em;
}

#user-header {
    background-color: white;
    padding: 2px 0;
}

#user-header ul {
    margin-left: 20px;
}

#user-header ul, #user-header ul li {
    display: inline;
}

#user-header strong {
    margin-right: 10px;
}

#page {
    margin-top: 20px;
}

#header h1 {
    background-image: url(/media/images/logo.gif);
    background-repeat: no-repeat;
    width: 288px;
    height: 129px;
    text-indent: -9000px;
}

#header #nav {
    width: 549px;
}

#header h1, #header #nav, #header #banner {
	float: left;
}

#header #banner {
	float: right;
	width: 465px;
	height: 42px;
	margin-top: 5px;
	display: block;
}

#header #tabs {
    margin-left: 10px;
	margin-top: 50px;
}

#header #tabs a {
	display: block;
	width: 86px;
	height: 32px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 1;
	text-align: center;
}

a#tab-home {
	padding-top: 10px;
	background: url(/media/images/tabs/home.gif);
}
a#tab-icamp {
	padding-top: 10px;
	background: url(/media/images/tabs/icamp.gif);
}
a#tab-workshop {
	padding-top: 4px;
	background: url(/media/images/tabs/workshop.gif);
}
a#tab-schools {
	padding-top: 4px;
	background: url(/media/images/tabs/schools.gif);
}
a#tab-parties {
	padding-top: 4px;
	background: url(/media/images/tabs/parties.gif);
}

#header #tabs li {
    float: left;
    height: 32px;
}

#sidebar {
    float: left;
    width: 150px;
	padding: 20px;
    background-color: #deef39;
}

#sidebar a#register-link img {
	margin-bottom: 2em;
}

#main {
    float: left;
    width: 600px;
}

#content {
    clear: left;
	padding: 20px;
	padding-bottom: 72px;
    background-color: white;
}

#content ul, #content ol {
	margin-bottom: 2em;
}

/*
	headers
*/

#content-header {
    clear: left;
    background-repeat: no-repeat;
    text-indent: -9000px;
}

body.icamp .schedule p.location, body.icamp .schedule p.details {
	margin-bottom: 10px;
}

body.icamp #content-header {
	background-image: url(/media/images/headers/icamp.gif);
    height: 200px;
}

body.academics #content-header {
	background-image: url(/media/images/headers/academics.gif);
    height: 198px;
}

body.wc-club #content-header {
	background-image: url(/media/images/headers/workshop.gif);
    height: 207px;
}

body.parties #content-header {
	background-image: url(/media/images/headers/parties.gif);
    height: 198px;
}

body.about #content-header {
	background-image: url(/media/images/headers/about_us.gif);
	height: 72px;
}

body.contact #content-header {
	background-image: url(/media/images/headers/contact.gif);
	height: 72px;
}

body.news #content-header {
	background-image: url(/media/images/headers/news.gif);
	height: 72px;
}

body.reg #content-header {
	background-image: url(/media/images/headers/registration.gif);
	height: 72px;
}

body.home-form #content-header {
	color: white;
	font-size: 1.75em;
	padding: 10px;
    background-color: #0079c6;
    text-indent: 0px;
}

/*
	sidebar menu
*/

.menu {
    width: 150px;
    margin-bottom: 2em;
}

.menu ul {
    background-color: #0079c6;
}

.menu li {
	padding-left: 15px;
}

.menu li a {
	font-weight: bold;
	font-size: 13px;
	color: white;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.menu li a:hover {
	text-decoration: underline;
}

.menu li#icons {
	margin-top: 10px;
}

.menu-header {
    background: url(/media/images/menu_top.gif);
    background-repeat: no-repeat;
    height: 13px;
}

.menu-footer {
    background: url(/media/images/menu_bottom.gif);
    background-repeat: no-repeat;
    height: 13px;
}

/*
    login
*/

#login {
    width: 400px;
	margin: 0 auto;
    margin-top: 20px;
	overflow: hidden;
    background-color: white;
    padding: 20px;
}

/*
	home
*/

body.home #content {
    background-color: #0079c6;
	color: white;
}

body.home #content h2, body.home #content h3, body.home #content h4 {
	color: white;
}

body.home #content a {
	color: #B7EEFD;
}

body.home .objects > li > img,
body.home .objects > li > a.img {
    display: block;
}

/*
	icamp
*/

.schedule {
	padding: 20px;
	margin-bottom: 2em;
	background-color: #ff7800;
	background-color: #d5e3e9;
	border: 1px solid #bbb;
}

.schedule h4 {
    color: #333;
	font-size: 1.125em;
	margin-bottom: 2em;
}

.schedules th, .schedule td {
	text-align: left;
	padding-bottom: 1.5em;
}

.schedule th {
	padding-right: 2em;
	text-align: right;
    color: #444;
}

.schedule td h4 {
    margin-bottom: 10px;
}

.schedule td p {
	margin-bottom: 0;
}

.schedule a.add-action {
	margin-bottom: 0;
}

ul.actions, ul.actions li {
	display: inline;
}

ul.actions li.edit {
	margin-right: 10px;
}

ul.actions a {
	font-size: 0.875em;
	font-weight: bold;
}

#adv-mars {
	background: url(/media/images/adventures/mars.gif);
}
#adv-anim {
	background: url(/media/images/adventures/animation.gif);
}
#adv-f1 {
	background: url(/media/images/adventures/f1.gif);
}
#adv-egypt {
	background: url(/media/images/adventures/egypt.gif);
}
#adv-fashion {
	background: url(/media/images/adventures/fashion.gif);
}
#adv-medievel {
	background: url(/media/images/adventures/medieval.gif);
}
#adv-rescue {
	background: url(/media/images/adventures/rescue.gif);
}
#adv-olympics {
	background: url(/media/images/adventures/olympics.gif);
}
#adv-architect {
	background: url(/media/images/adventures/architect.gif);
}
#adv-gamemaker {
	background: url(/media/images/adventures/gamemaker.gif);
}

/*
    academics
*/

body.academics img#partners {
	margin-bottom: 2em;
}	

body.academics #events th {
	text-align: left;
}

body.academics #intro {
    margin-bottom: 2em;
}

body.academics #intro img {
    float: right;
    margin-left: 10px;
}

body.academics .schedule > ul > li {
    padding-bottom: 2em;
    border-bottom: 1px solid #bbb;
    padding-top: 2em;
}

body.academics .schedule > ul > li.last {
    border-bottom: none;
}

body.academics .schedule .school,
body.academics .schedule .details {
    float: left;
}

body.academics .schedule .school {
    display: block;
    width: 100px;
    margin-right: 20px;
}

body.academics .schedule .details {
    width: 390px;
}

/*
	academics - event form
*/

body.academics ul.checkboxes > li {
	float: left;
	margin-right: 10px;
}

body.academics ul.checkboxes > li > .label {
	display: block;
}

body.academics ul.radiobuttons > li * {
    vertical-align: middle;
}

body.academics ul.radiobuttons > li img {
    margin-right: 10px;
}

/*
    workshop club
*/

body.wc-club #schedule {
	margin-bottom: 2em;
}

body.wc-club form {
	margin-bottom: 2em;
}

body.wc-club form label {
	display: block;
}

body.wc-club form p.help {
	margin-top: 10px;
}

body.wc-club #programs th {
	color: #555;
    padding-right: 20px;
}

body.wc-club #programs th, body.wc-club #programs td {
    padding-bottom: 2em;
}

/*
    parties
*/

body.parties #party {
	float: right;
}

body.parties #intro {
    margin-bottom: 2em;
}

body.parties #intro img {
    float: right;
    margin-left: 10px;
}

/*
	contact
*/

body.contact #websites {
	float: right;
}

/*
	registration
*/

body.reg #become-member {
    margin-bottom: 2em;
}

body.reg #become-member ul {
    list-style-type: square;
    margin-left: 1em;
}

body.reg a#pdf-link {
	display: block;
	font-weight: bold;
	margin-bottom: 2em;
}

