/*
Theme Name: ARENA Default
Description: The default Toyota Arena Theme 
Version: 1.0
Author: Brendan Quinn
Author URI: http://psmediainc.com

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
background-color: #b7d4f5;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	color: #595d62;
	}

#page {
	background-position: 50% 0;
	background-image: url('images/main_bg.jpg');
	background-repeat: no-repeat;
	}
p { 
line-height: 1.4em;
}
#main {

width: 989px;
margin: 0 auto;

}

#header {

width: 960px;
margin: 0 auto 5px;
height: 60px;
border-bottom: 1px solid #a4bbd7;
padding-top: 10px;

}

#top_nav p {
font-family: "lucida sans unicode", verdana, sans-serif;
font-size: 1.1em;
float: right;
color: #fff;
margin-top: 33px;
}

#top_nav a {
text-decoration: none;
color: #fff
}

#top_nav a:hover {
text-decoration: underline;
}

#slider {

width: 960px;
margin: 0 auto;

}

#main_content {

width: 932px;
background-color: #fff;
padding: 20px 8px 20px 20px;
margin: 5px auto;
border: 1px solid #ccc;

}

#main_content p {

font-size: 1.3em;
margin-bottom: 1em;

}

#main_content #content ul {
margin-left: 25px;
margin-bottom: 1em;
list-style-type: disc;
}

#main_content #content li {
font-size: 1.2em;
line-height: 1.4em;
}

#calendar{
width: 705px;
height: 137px;
margin-left: -39px;
background-image: url('images/calendar_bg.png');
padding-top: 20px;
}

#calendar .cal_event {

color: #fff;
margin-left: 430px;
height: 54px;
}

#calendar .event_icon {
float: left; padding: 2px;
width: 48px;
}

#calendar .event_desc {
margin-left: 52px; width: 200px; padding-top: 6px;
}

.narrowcolumn {
width: 660px;
}

.narrowcolumn h2 {

font-size: 2em;
font-weight: normal;
margin-bottom: .5em
}

#sidebar {
width: 200px;
float: right;
}

#sidebar img{
padding: 5px 0;
}

#footer {
width: 940px;
margin: 0 auto;
padding: 10px;
height: 30px;
background-image: url('images/footer_bg.jpg');
background-repeat: no-repeat;
}

#footer p {
font-family: "lucida sans unicode", verdana, sans-serif;
font-size: 1.1em;
float: right;
color: #fff;
text-align: right;
}

#footer a {
text-decoration: none;
color: #fff
}
#footer a:hover {
text-decoration: underline;
}
