/*
Theme Name: COSCUP
Description: Theme for COSCUP
Version: 1.0
Author: Handlino Inc.
Author URI: http://handlino.com/

*/

/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}




body {
	background: #C7D7A0 url(images/bg.gif) top left repeat-x;
	color: #252525;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	}

a:link, a:visited {
	color: #389F2D;
	text-decoration: none;
	}

a:hover, a:active {
	color: #A2D79C;
	text-decoration: underline;
	}

#wrapper {
	width: 800px;
	margin: 0 auto;
	}

/* ~~~~~~~~~~ HEATER STYLE ~~~~~~~~~~ */

#header {
	background: #fff url(images/ht.gif) top repeat-x;
	position: relative;
	}

#header #sb {
	background: url(images/hb.gif) bottom no-repeat;
	padding: 6px 40px 38px;
	height: 133px;
	}

#languages {
	background: url(images/lan-l.gif) left no-repeat;
	float: right;
	padding-left: 20px;
	font-size: 1.2em;
	color: #B3E6AD;
	line-height: 2;
	}

#languages #r {
	background: #42B535 url(images/lan-r.gif) right no-repeat;
	height: 28px;
	margin-right: 16px;
	padding-right: 20px;
	}

#languages #r span {
	font-size: 0.8em;
	padding: 0 3px;
	}

#languages #r a {
	color: #FFFFFF;
	}

#header h1,#header p {
	text-indent: -9999px;
	}

#header h1 a {
	background: transparent url(images/h1.gif) top left no-repeat;
	display: block;
	height: 76px;
	width: 238px;
	}

.clear {
	clear: both;
	}

/* ~~~~~~~~~~ NAV STYLE ~~~~~~~~~~ */

#nav {
	position: absolute;
	right: 0px;
	top: 82px;
	}

#nav li {
	float: left;
	margin-right: 48px;
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: bold;
	display: block;
	}

#nav li a {
	color: #333333;
	}

#nav li a:hover,
#nav li.current_page_item a {
	color: #2A8720;
	}

/* ~~~~~~~~~~ BANNER STYLE ~~~~~~~~~~ */

#banner {
	background: #389F2D url(images/banner.gif) center top no-repeat;
	height: 102px;
	margin-bottom: 28px;
	position: relative;
	}

#banner h2, #banner h3 {
	text-indent: -9999px;
	}

#banner a {
	position: absolute;
	left: 394px;
	top: 66px;
	display: block;
	text-indent: -9999px;
	height: 36px;
	width: 260px;
	}

#banner a:hover {
	background: url(images/banner.gif) bottom left no-repeat;
	}

/* ~~~~~~~~~~ MAIN STYLE ~~~~~~~~~~ */

#main {
	background: #fff;
	font-size: 1.3em;
	margin-bottom: 16px;
	}

#main-sb {
	background: url(images/main-sb.gif) bottom no-repeat;
	padding: 60px 40px 100px;
	}

#content {
	float: left;
	width: 540px;
	}

#content h4 {
	font-size: 1.6em;
	margin-bottom: 1em;
	}

#content p {
	line-height: 1.6;
	margin:0pt 0pt 1.6em;
	}

#content ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 1em 0 1em 1em;
}
#content li {
    margin: 1em 0;
}

#sponsor {
	float: right;
	width: 140px;
	}

#sponsor h3 {
	color: #98C778;
	text-transform: uppercase;
	font-size: 1.4em;
	margin-bottom: 24px;
	}

#sponsor li {
	background: url(images/level-bg.gif) top no-repeat;
	}

#sponsor li p {
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 2;
	padding-left: 8px;
	border-bottom: 1px dotted #CACACA;
	padding-bottom: 2px;
	}

#sponsor li a {
	margin: 16px 0;
	display: block;
	}

/* ~~~~~~~~~~ SUBNAV STYLE ~~~~~~~~~~ */

#content .subnav {
	list-style-type: none;
	margin: 0 0 1em 0;
	overflow: hidden;
	}

#content .subnav li {
    float: left;
    margin: 0;
}
#content .subnav a {
	font-weight: bold;
	margin-right: 20px;
	font-size: 1.15em;
	color: #2A8720;
	border-bottom: 0px solid #999;
	display: block;
	float: left;
	padding: 0 5px;
	}

#content .subnav a:hover,
#content .subnav li.current_page_item a {
	text-decoration: none;
	color: #2A8720;
	border-bottom: 1px solid #2a8720;
	}


/* ~~~~~~~~~~ FOOTER STYLE ~~~~~~~~~~ */

#footer {
	padding: 0 40px;
	font-size: 1.2em;
	color: #77894B;
	text-align: center;
	margin-bottom: 80px;
	}

#footer span {
	padding: 0 8px;
	}

#footer a {
	padding: 0 3px;
	text-decoration: underline;
	}

#footer a:hover {
	background: #389F2D;
	color: #ffffff;
	text-decoration: none;
	}

#content table.program {
	border-collapse: separate;
}
#content table.program th,
#content table.program td {
	border-bottom: 1px solid #999;
	padding: 5px;
	line-height: 1.5;
}
#content table.program td.break {
	background-color: #f1f1f1;
	color: #666;
	text-align: center;
}
#content table.program th {
	font-size: 1.2em;
	font-weight: bold;
}
#content h3 {
	font-size: 1.5em;
}
