/* iccwc_style */



/* ********************************************* */
/*         These set "over-all" theme            */

html {
	height:100%;
}

body {
	min-height:100%;
	margin:0;
	background:#62b469 url(/images/bg-grad.png) repeat-x;
	padding:0;
	font-family:Georgia, serif;
}


/* ********************************************* */
/*            These set link aspects.            */

a:link, a:visited {
	text-decoration:none;
	color:#ecd001;
}

a:hover, a:active {
	text-decoration:underline;
	color:#ecd001;
}


/* ********************************************* */
/*         These define "heading" aspects.       */

h1 {
	background:#ecd001;
	margin:10px 0;
	padding:10px 0;
	color:#323593;

/*	border-top:2px solid black;
	border-bottom:2px solid black; */
	
	border:2px solid black;
	font-style:italic;
	text-align:center;
	font-size:205%;
}

h2#about {
	line-height:1.7em;
	text-align:center;
	margin-top:0;
	padding-top:0;
}

/* ********************************************* */
/*            This defines the header.           */

#header
{
	padding: .5em;
}

#head_left {
	float: left;
	width: 35%;
	margin: 0;
	padding: 1em;
	text-align:center;
}


#head_right
{
	margin-left: 36%;
	padding: 1em;
}

div#compDate {
	font-style:italic;
	font-size:350%;
	font-weight:bold;
	color:#ecd001;
	text-align:center;
/*	font-size:300%;
	width:900px; */
}

div#eventSponsors {
	text-align:center;
	color:#323593;
	font-size:145%;
	border-bottom:1px solid black;
	font-weight:bold;
/*	margin-top:5px;
	margin-bottom:5px;
	padding-bottom:2px;
	width:550px;
	float:left;  */
}

div#sponsor_list {
	clear:both;
	margin: 0;
	text-align:center;
}

#dontmiss {
	float:left;
	clear:both;
	text-align:center;
	padding-top:10px;
	width:100%;
	font-weight:bold;
	font-size:113%;
	font-style:italic;
	line-height:1.7em;
}


/* ********************************************* */
/*    Used to reset between header and columns.  */

#container
{
	clear: both;
	margin: 0;
	padding: .5em;
}


/* ********************************************* */
/*  Provides indent and formatting for details paragraphs. */

div.details p {
	line-height:1.4em;
	padding-left:3ex;
}

div.details h3 {
	font-style:italic;
	padding-bottom:4px;
	margin-bottom:0;
}



/* ********************************************* */
/*           These define the 2 columns.         */

#col_left {
	float: left;
	width: 49%;
	margin: 0;
	padding: 1em;
}


#col_right
{
	margin-left: 51%;
	padding: 1em;
}


/* ********************************************* */
/*            This defines the footer  .         */

#footer
{
	clear: both;
	margin: 0;
	padding: .5em;
	background: url("/images/tinted-wine.jpg") no-repeat center;
}


/* ********************************************* */
/*              Unused old formatting            */

/*
Forced height & width for details sections to dictate 
placement and spacing of detail sections. No long used
because we now use a diffent tech for formatting 2-column.
div.details {
	width:430px;
	margin-right:10px;
	float:left;
	height:100px;
}

Replaced by "container" - not used.
div#wrapper {
	padding:10px 0;
	width:900px;
	margin:0 auto;
}

Controls formatting of competition logo - no longer used.
a#logo {
	float:left;
	width:310px;
	height:221px;
}

Dates were setup with special formatting that we aren't using at the moment.
div.date {
	float:left;
	font-weight:bold;
	font-size:125%;
	padding-left:10px;
	width:240px;
	padding-bottom:10px;
}
div.date a {
	text-decoration:underline;
}
div.date div {
	color:#ecd001;
	font-weight:bold;
	line-height:.95em;
	font-size:165%;
}

Reset/override previous margin junk within the doc.
div.clearer {
	margin:0;
	padding:0;
	height: 0;
	clear: both;
}

*/