
/* Clear all paddings, margins etc.. and use default typography  */
@import '../../../styles/reset.css';
@import '../../../styles/typography.css';
@import '../../../styles/forms.css';
@import '../../../styles/buttons.css';

/* Uncomment the following line to see the alignment grid in the background  */
/* body{background:url(../images/grid.png)} */

html, table, td, tr {
	margin: 0;
	padding: 0;
}

body {
	font-family:'Tahoma','Lucida Sans Unicode','Lucida Grande','Lucida',Arial,Verdana,sans-serif;
	font-size:62.5%;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.6em;
	margin:0;
	padding: 0;
	background: #F7E593;
}

a {color:#303787;}

a:hover {color: blue;}
input.text {width: 135px; height: 14px; font-size: 10px;}
.container {margin:0 auto;padding:0;position:relative;text-align:left;width:800px;}

#header{
	height:105px;
	margin-left:13px;
	margin-right:auto;
	position:relative;
	width:773px;
}

#logo {
	float:left;
}

#logo h1 a {
	background: url(../images/logo.gif) no-repeat;
	display: block;
	font-size: 0;
	height: 105px;
	text-indent: -9999em;
	width: 173px;
}

#logo2{
	background: url(../images/discover-ohio-logo.gif) no-repeat;
	float:right;
	height:56px;
	margin-top:5px;
	width:87px;
}

#search {
	float: right;
	clear: both;
	margin: 0;
	vertical-align:bottom;
}


#content {
	clear:both;
	margin-left:195px;
	position:relative;
	top:-88px;
	width:580px;
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;	
}

#main {
	float: left;
	width: 800px;
	height: 100%;
	background:url(../images/filler.gif) repeat-y;	
	
}
#navigation {
	float:left;
	width:100%;
	height:250px;
	background:url(../images/interior.jpg);
}

#navigation ul {
	padding: 26px 0 0 5px;
}

#navigation ul li {
	margin:0 0 4px;
	padding: 0;
	border: 0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	line-height: 1.6em;
}

#navigation ul li a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.pageHeader {
	color:#2C3384;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
}

#calendar select {
	width: 100px;
	height: 17px;
	font-size:10px;	
}

#calendar table th{
	font-weight: bold;
	color: #2C3384;
}

#calendar table {
	border-color: #D9E1EC;
   	border-width: 0 0 1px 1px;
    	border-style: solid;
    	border-spacing: 0;
    	border-collapse: collapse;
}

#calendar td {
    border-color: #D9E1EC;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 0;
    width:100px;
    height: 60px;
}

#calendar th {
    border-color: #D9E1EC;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 2px;
}

#calendar .normal, .today, .notThisMonth {
	font-size: 10px;
}

.calendar {
	float: left;
	width: 580px;
}

.eventText {
	color:#003366;
	font-size:11px;
	font-weight:bold;
}

.searchBlueText {
	color:#003366;
	font-size:11px;
	font-weight:bold;
}

.eventList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #303787;
	line-height: 12px;
}

.today {
	background-color: #D9E1EC;
}

.notThisMonth {
	background-color: #CCC;
}

#navigation ul li a:hover { text-decoration: underline; }

.espotheader {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	padding: 10px 7px 7px;
}
.espot1text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #303787;
	padding: 0px 0px 0px 11px;
	line-height: 12px;
	height: 20px;

}
.espot2text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #303787;
	padding: 0px 0px 0px 14px;
	line-height: 12px;
}
.espot3text {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #303787;
	padding: 0px 0px 0px 20px;
	line-height: 12px;
}


#footer {
	border-top:3px solid #CF0238;
	color:#666666;
	font-size:11px;
	margin:0 0 0 13px;
	width:773px;
	clear:both;
}

#copyright {
	float: left;
}

#privacy {
	float: right;
}

.cloud_xsmall {font-size: 80%;}
.cloud_small  {font-size: 100%;}
.cloud_medium {font-size: 120%;}
.cloud_large  {font-size: 140%;}
.cloud_xlarge {font-size: 160%;}   