﻿/* Global Styles */

body
{
	background: #282828 url(../images/body-background.gif) repeat-x;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 15px;
	margin: 0;
	padding: 0;
	color: #383838;
}

a
{
	color: #640812;
}

h1, h2, h3, h4, h5
{
	padding: 10px 0;
	margin: 10px 0;
}

/* Base Styles */

.drop-shadow
{
	width: 900px;
	padding: 0 10px;
	margin: 0 auto 0 auto;
	background: transparent url(../images/main-shadow.png) repeat-y;
}

.main
{
	background-color: #FFFFFF;
	clear: both;
}

.header
{
	background-image: url(../images/stirtrek.png);
	height: 250px;
}

.header img
{
	margin-right: 15px;
	margin-bottom: 10px;
}

.menu
{
	padding: 225px 0 0 15px;
}

.menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu ul li
{
	margin: 0;
	padding: 0;
	float: left;
	padding-right: 15px;
}

.menu ul li a
{
	color: #EF8E2D;
	font-size: 15px;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
}

.menu ul li a:hover
{
	color: #FFFFFF;
}

.content
{
	background-color: #FFFFFF;
	clear: both;
	padding: 0 25px;
}

.content .left-column
{
	float: left;
	width: 500px;
}

.content .left-column p
{
	text-align: justify;
}

.content .right-column
{
	float: right;
	width: 325px;
}

.content .right-column h1
{
	text-align: right;
}

.footer
{
    border-top: solid 1px #DDDDDD;
    padding: 20px 0;
	background-color: #FFFFFF;
	clear: both;
	text-align: center;
	font-size: 14px;
	color: #484848;
	
}

.left { float:left; }
.right { float:right; }
.sponsor-column { width: 400px; }
.sponsor-column .sponsor { text-align: center; padding-bottom: 35px; }
.sponsor-column .sponsor img {max-width: 300px;}

/* Social Media Links */

.social-media
{
	height: 50px;
}

.social-media .social-media-icon
{
	float: right;
	margin-left: 30px;
}

.social-media .social-media-icon img
{
	width: 50px;
	border: 0;
}

/* Sponsors */

.sponsors
{
	clear:both;
	position: relative;
	width: 300px;
	height: 100px;
	padding-left: 25px;
}

.sponsors .sponsor
{
	width: 300px;
	display: none;
	position: absolute;
	height: 100px;
	text-align: right;
	float: right;
}

.sponsors .sponsor.first
{
	display: block;
}

.sponsors .sponsor a img
{
	border: 0;
	max-width: 225px;
	max-height: 100px;
}

.website-sponsor
{
    text-align: right; 
}

.website-sponsor img
{
    height: 70px;
}

/* Sesssions Table */

.schedule table
{
	width: 100%;
	color: #383838;
}

.schedule table tr th,
.schedule table tr td
{
	text-align: left;
	padding: 10px;
}

.schedule table tr th.time-slot,
.schedule table tr td.time-slot
{
	text-align: right;
}

.schedule table tr.odd td
{
	background-color: #FFF1CC;
}

/* Twitter Updates */

.tweet
{
	margin-bottom: 20px;
	text-align: left;
	margin-left: 10px;
	font-size: 15px;
}

.tweet .tweet-date
{
	color: #585858;
	font-size: 12px;
	font-style: italic;
}

/* Directions */

#mapviewer a 
{
    font-size: 12px;
}