﻿html, body
{
	background-color: Black;
	text-align: center;
	width: 100%;
	margin: 0 auto; /*	font-family: Lucida Sans, Verdana;*/
	font-family: Verdana;
	font-size: 12px;
	background-image: url( '../images/main-page-background.png' );
	background-color: #000;
	background-repeat: repeat-x;
	color: #333333;
}

A, A:link, a:visited, a:active
{
	color: #ff8000;
}

p
{
	padding: 0px 5px 5px 0px;
	margin: 0;
}

#masterPanel
{
	text-align: left;
	background-color: Transparent;
	width: 850px;
	margin: 0 auto;
}

#registerHeader
{
	height: 21px;
	background-image: url(   '../images/registerrounded.png' );
}

#registerBody
{
	text-align: left;
	border-left: solid 5px #dddddd;
	border-right: solid 5px #dddddd;
	border-bottom: solid 5px #dddddd;
	font-size: 10px;
}

#registerBody #registerText
{
	padding: 11px 13px 5px;
}

#registerBody INPUT
{
	border-color: #dddddd;
	margin-left: 6px;
	width: 166px;
	font-size: 10px;
}

.sponsorCalloutLogo
{
	width: 160px;
	display: block;
	padding-bottom: 6px;
	padding-top: 6px;
}

#sponsorBlurb
{
	padding-bottom: 15px;
}

#registerBody #registerSubscribe
{
	text-align: right;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-top: 4px;
}

#registerBlock
{
	width: 198px;
	margin-left: 10px;
	background-color: White;
	margin-right: 10px; /*border-color: Gray;*/
}

/* Navigation Styles */

#navigation
{
	/*background-image: url(../images/2009Header.png);*/
	background-repeat: no-repeat;
	background-color: White;
	background-position: center center;
	min-height: 200px;
	text-align: center;
	padding-bottom: 7px;
}

.div
{
	background-color: #FFFFFF;
	text-align: center;
}

#navigation UL
{
	margin-left: 208px;
	list-style-type: none;
}

#navigation UL LI
{
	display: inline;
	margin-right: 22px;
}

#navigation UL LI A
{
	color: #FF8600;
	font-family: Arial Narrow;
	font-size: 14px;
	font-weight: bold;
	padding-top: 4px;
}

#navigation A:hover
{
	color: #008aab;
	text-decoration: none;
}

#navigation UL LI#register
{
	margin-right: 0px;
}

/*  nav Inner page */
#navInner UL
{
	background-color: #FF8600;
	margin-left: 150px;
	list-style-type: none;
	padding: 5px 0px 5px 5px;
}

#navInner UL LI
{
	display: inline;
	margin-right: 25px;
}

#navInner UL LI A
{
	color: #fff;
	font-family: Arial Narrow;
	font-size: 14px;
	font-weight: bold;
	padding-top: 4px;
}

#navInner A:hover
{
	color: #008aab;
	text-decoration: none;
}

#navInner UL LI#register
{
	margin-right: 0px;
}

#navLeftColumn
{
	float: left;
}

#navLeftColumn #codeMashLogo
{
	margin: 0;
}

#navRightColumn
{
	text-align: left;
	padding-top: 5px;
}

#codeMashSplash
{
	margin-top: 15px;
}

/* End Navigation Styles */

/* Recent News */

#recentNews
{
	width: 198px;
	margin-left: 10px;
	background-color: White;
	margin-right: 10px; /*border-color: Gray;*/
}

#recentNewsHeader
{
	height: 22px;
	background-image: url(     '../images/RecentNews.png' );
	text-align: right;
}

#recentNewsHeader .rss
{
	padding-right: 6px;
	padding-top: 7px;
}

#recentNewsBody
{
	padding: 0px;
	text-align: left;
	border-left: solid 5px #dddddd;
	border-right: solid 5px #dddddd;
	border-bottom: solid 5px #dddddd;
}

#recentNews .leaf
{
	padding: 2px 0px 2px 8px;
	font-size: 10px; /*font-weight: bold;*/
	border-bottom: dotted 1px #666;
}

div.leaf:hover
{
	background-color: #dddddd;
	color: #008aab;
}

#recentNews .last
{
	border-bottom: solid 0px;
}
#recentNewsHeader .rss
{
	margin: 5px 6px;
	padding: 0px;
}

#recentNewsColumn
{
	float: left;
}

#repeaterContainer
{
	display: none;
	float: left;
	width: 100%;
}

.newsHeader
{
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	border-bottom: solid 2px #96C426;
	color: #96C426;
	margin-bottom: 10px;
}

.newsHeader IMG
{
	margin-bottom: -2px;
	margin-left: 10px;
}

.newsDate
{
	float: right;
	font-size: 12px;
	padding-top: 0px;
	font-weight: bold;
	padding-left: 10px;
	color: #000;
}

.newsSeparator
{
	border-bottom: 2px solid #96C426;
	margin-top: 10px;
	margin-bottom: 10px;
}

.newsText
{
	background-color: #fff;
	border: 3px solid #96C426;
	padding: 3px;
}

.newsText .button
{
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/* End Recent News */
.PopupBackground
{
	background-color: #C0C0C0;
}

.Popup
{
	background-color: #009fc6;
	width: 650px;
	border: solid 4px #96c426;
	padding: 10px;
}

.PopupTitle
{
	font-size: 14px;
	font-weight: bold; /*width: 700px;*/
	color: #333;
	background-color: #009fc6;
}

.PopupDate
{
	font-size: 12px;
	padding-top: 0px;
	font-weight: bold;
	color: #000;
	margin-bottom: 15px;
}

.PopupBody
{
	height: 300px;
	overflow: auto;
	background-color: #c6e0ef;
	padding: 10px;
}


#codeMashLinks
{
	padding: 22px;
	font-size: 9px;
}

#codeMashLinks HR
{
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #dddddd;
	height: 1px;
}

/* Main Content Styles */

#mainContent
{
	padding-top: 20px;
	background-repeat: no-repeat;
	background-image: url(    '../images/body-background.png' );
	background-color: White;
	overflow: hidden; /*min-height: 600px;*/
}

#leftColumn
{
	width: 220px;
	float: left;
}

#rightColumn
{
	width: 220px;
	float: right;
	padding-right: 5px;
}

#centerColumn
{
	margin-left: 220px;
	margin-right: 220px;
	padding-left: 4px;
	padding-right: 10px;
}

#centerColumn P
{
	line-height: 20px;
}

H1
{
	color: #008aab;
	margin: 0 0 8px 0;
	font-size: 14px;
	font-weight: bold;
}

H2
{
	color: #02a3c6;
	font-size: 10px;
	margin-bottom: 4px;
	margin-top: 0;
}

HR
{
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #dddddd;
	height: 1px;
	color: #dddddd;
}

#adCallout
{
	border: 1px solid #dddddd;
	background-color: #ffffff;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 15px;
	margin-top: 8px;
}

#adCallout.home
{
	margin-left: 11px;
	margin-right: 12px;
}

#adCallout.child
{
	margin-left: 0px;
	margin-right: 0px;
}

#adCallout P
{
	font-size: 10px;
	line-height: 17px;
}

.technologyLogo
{
	text-align: center;
	width: 100%;
}

.technologyContainer
{
}

/* End Main Content Styles */

/* Footer Styles */

#Footer
{
	background-color: White;
	background-image: url(../images/body-background-bottom.png);
	background-repeat: repeat-x;
	font-size: 10px;
	color: #666666;
	margin-bottom: 20px;
	padding-top: 165px;
	text-align: center;
	width: 100%;
}

#codeMashLink
{
	color: #333;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

#kalahariLink
{
	text-decoration: underline;
	color: #333;
}

#TechLogos
{
	height: 60px;
}

#TechLogos IMG
{
	vertical-align: middle;
	text-align: center;
	margin-left: 15px;
	margin-bottom: 20px;
	margin-top: 10px;
}

/* End Footer Styles */

/* Left Panel */

#LeftPanel
{
	float: left;
	min-height: 500px;
	width: 220px;
	margin: 194px 5px 0px 5px;
}

#Logo, #Sponsors, #SiteSponsor, #Technology
{
	float: left;
	width: 218px;
	height: 320px;
}

#Sponsors SPAN, #SiteSponsor SPAN, #Technology SPAN
{
	font-size: 10px;
	text-align: right;
	width: 200px;
	display: block;
}

#Sponsors DIV SPAN
{
	text-align: center;
	margin-bottom: 3px;
}

#Sponsors DIV
{
	margin-left: 10px;
	margin-right: 10px;
}

.SponsorCalloutLogo
{
	width: 160px;
	display: block;
}

.prospectusPanel
{
	float: right;
	width: 220px;
	border: 2px solid #00A0C6;
	margin: 5px 5px 20px 10px;
	text-align: center;
	background-color: White;
	height: 220px;
	background-image: url(/images/figurescrowd.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#Logo
{
	height: 220px;
	background-image: url(../images/codemash_logo.gif);
	background-repeat: no-repeat;
}

#Sponsors
{
	height: 355px;
	background-image: url(../images/left_panel.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
}

#Sponsors SPAN
{
	margin-top: 10px;
}

#Sponsors p
{
	text-align: left;
	font-size: 14px;
	margin: 17px;
	border: solid 1 black;
}

#Sponsors A
{
	margin-top: 5px;
	font-weight: bold;
}

#Sponsors IMG
{
	margin-left: 10px;
	margin-top: 5px;
}

#Technology
{
	height: 245px;
	margin-top: 15px;
	background-image: url(../images/bottom_panel.jpg);
	background-repeat: no-repeat;
}

#Technology SPAN
{
	margin-top: 5px;
}

#Technology DIV
{
	text-align: center;
	padding-top: 5px;
	font-size: 10px;
	font-weight: bold;
}

#Technology DIV UL
{
	margin-left: 0px;
}

A.ruby, #Technology DIV UL LI /* to move later */
{
	color: #b22222;
}

A.java, #Technology DIV UL.java LI
{
	color: #ff6600;
}

A.python, #Technology DIV UL.python LI /* to move later */
{
	color: #3366cc;
}

A.php, #Technology DIV UL.php LI /* to move later */
{
	color: #6600cc;
}

A.net, #Technology DIV UL.net LI /* to move later */
{
	color: #000;
}


#SiteSponsor
{
	height: 120px;
	background-image: url(../images/QSILogo.jpg);
	background-repeat: no-repeat;
}

#SiteSponsor SPAN
{
	margin-top: 10px;
	width: 188px;
}

/* End Left Panel  */

/* News */
.newsSummary
{
	float: right;
	clear: right;
	width: 250px;
	border: 2px solid #00A0C6;
	margin: 5px 5px 20px 10px;
	background-color: White;
}

.newsSummary H2, .prospectusPanel H2
{
	padding: 4px 10px;
	margin: 0;
	margin-bottom: 3px;
}

.newsSummary UL
{
	list-style-type: none;
	margin: 3px 4px;
}

.newsSummary UL LI
{
	display: block;
	text-align: left;
	font-size: x-small;
	font-weight: bold;
	border-bottom: 2px solid #96C426;
	padding: 4px 2px;
}

.newsSummary UL LI:hover
{
	background-color: #c5dfee;
}

.newsSummaryDate
{
	text-align: left;
	font-size: xx-small;
	color: #96C426;
}

.newsSummaryFooter
{
	background-color: #c5dfee;
	font-weight: bold;
	font-size: smaller;
	padding: 4px 10px;
}

/* sponsor page styles */
.sponsorGroup
{
}

.sponsorGroupBanner
{
	color: #01a0c7;
	padding: 10px;
	background-color: #D3DEEF;
	border: solid 1px black;
	margin-bottom: 20px;
}

.sponsorGroup .sponsorGroupBanner .sponsorTypeCallout
{
	font-size: 20px;
}

.sponsorGroup .sponsorGroupBanner .sponsorTypeDesc
{
	font-style: italic;
}

.sponsorCard
{
	border: solid 1px #bbb;
	margin-bottom: 15px;
	background-color: #f9f9f9;
}

.sponsorBox
{
	margin: 3px 6px 3px 3px;
	text-align: center;
	float: left;
	border: solid 1px #999;
	background-color: White;
}

.sponsorBox img
{
	display: block;
	margin: 3px;
	padding: 3px;
	width: 200px;
}

.sponsorBox .sponsorName
{
	font-size: 90%;
}

.sponsorBlurb A
{
	font-size: small;
	margin-left: 10px;
}

.sponsorCard .sponsorBlurb
{
	margin: 10px;
	color: black;
}

/* Accordion */
.accordionHeader
{
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

.accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
	background-color: #D3DEEF;
	border: 1px dashed #2F4F4F;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
	font-size: small;
}

.accordionText
{
	padding: 5px 0;
}

#twitterCallout a
{
	color: #018EB0;
}

#twitterCallout
{
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}

/* Form Container */

.form
{
	border: solid 2px #96C426;
	padding: 10px;
	float: left;
	font-size: 12px;
}
.formFieldset
{
	float: left;
	font-size: 12px;
}
.fieldLabel
{
	display: block;
	float: left;
	text-align: right;
	padding-right: 10px;
}

.fieldRow
{
	clear: left;
	float: left;
	margin-top: 5px;
	width: 100%;
}

.fieldRow INPUT
{
	float: left;
}

.fieldRow SPAN, .fieldRow LABEL
{
	display: block;
	width: 50px;
	text-align: right;
	float: left;
	padding-right: 5px;
	margin-top: 5px;
	font-weight: bold;
}

.fieldRow LABEL
{
	width: 150px;
	text-align: left;
}

.fieldRow .wideLabel
{
	width: 250px;
	text-align: left;
}

.fieldRow .formField
{
	height: 20px;
	width: 250px;
	padding: 2px 0 0 2px;
	border: 1px solid #BEBEBE;
	background-color: white;
	color: black;
}

.fieldRow .formFieldWide
{
	width: 400px;
	height: 200px;
	padding: 2px 0 0 2px;
	border: 1px solid #BEBEBE;
	background-color: white;
	color: black;
}

.fieldCheckBox
{
	display: block;
}

/* End Form Container */
