/* Special Rules Setup
--------------------------------------------------------------------------------------- */

.nolorf			{	font-size: 0px;	line-height: 0px;			}

.pv				{	padding-top: 10px; padding-bottom: 10px;		}
.ph				{	padding-left: 10px; padding-right: 10px;		}
.pad			{	padding: 10px;								}

.pv_top			{	padding-top: 10px;							}
.pv_bottom		{	padding-top: 10px;							}

.ph_left		{	padding-left: 10px;							}
.ph_right		{	padding-right: 10px;							}

.pv_double		{	padding-top: 20px; padding-bottom: 20px;	}
.ph_double		{	padding-left: 20px; padding-right: 20px;	}

.split_top		{	border-top: 1px solid #dedede;				}
.split_bottom	{	border-top: 1px solid #fff;					}

.tcenter		{	text-align: center;							}

/* Floating
--------------------------------------------------------------------------------------- */	

.left	{ float: left; }
.right	{ float: right; }
.clear 	{ clear: both; }


/* Body, Doc, Header and Footer
--------------------------------------------------------------------------------------- */

body {
	text-align: center;
	background: #F4F1E4 url(../assets/back.gif);
}

#doc {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
}

#doc, form, textarea, input, select, option {
	font-size: 11px;
	line-height: 20px;
	font-family: Georgia, serif;
	color: #020521;
}

#footer {
	margin-top: 20px;
	font-size: 10px; line-height: 15px; 
	text-transform: uppercase;
	color: #777;
	border-top: 1px solid #f5eBeD;
}

.schedule {
	width: 1000px;
	height: 590px;
	background: #F4F1E4 url(../assets/back_schedule.gif) no-repeat;
}

.press {
	width: 1000px;
	height: 590px;
	background: #F4F1E4 url(../assets/back_press.gif) no-repeat;
}

.credits {
	width: 1000px;
	height: 590px;
	background: #F4F1E4 url(../assets/back_credits.gif) no-repeat;
}

.general {
	width: 1000px;
	height: 590px;
	background: #F4F1E4 url(../assets/back_general.gif) no-repeat;
}

.content {
	padding: 60px 0px 100px 0px;
	margin-left: 270px;
	margin-right: 50px;
}

.rside_content {
	width: 280px;
	padding: 60px 0px 100px 0px;
	margin-left: 670px;
}

.lower_rside_content {
	width: 530px;
	padding: 460px 0px 100px 0px;
	margin-left: 340px;
}

p {
	padding: 0px 0px 20px 0px;
}


ul {
	margin: 0px 80px 0px 40px;
}

li {
	margin: 5px 0px;
	font-size: 12px;
	list-style: disc;
}


.image_nav_container {
	padding-top: 100px;
	width: 270px;
}
.image_nav {
	margin-left: 80px;
	font-size: 14px;
	line-height: 30px;
}
.image_nav a, .image_nav a:link, .image_nav a:visited {
	text-decoration: underline;
}

.image_content {
	padding-top: 60px;
}

.image_thumb_container {
	margin: 10px 5px;
}

.image_thumb {
	height: 80px;
	overflow: hidden;
}

.image_thumb img {
	padding: 1px;
	border: 1px solid #e5e1d3;
}


/* Forms
--------------------------------------------------------------------------------------- */	

form, textarea, input, select, option {

}

input.text {
	font-size: 12px;
	padding: 2px 3px 3px 2px;
}

label {
	display: block;
	line-height: 15px;
	padding-top: 5px;	
}

/* Tables
--------------------------------------------------------------------------------------- */	

table {
	width: 100%;
}

th {
	cursor: pointer;
}

table, tr, td {
	border-collapse: collapse;
}

td {
	vertical-align: top;
}


/* Nav
--------------------------------------------------------------------------------------- */

#nav {
}

/* Links
--------------------------------------------------------------------------------------- */	

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

a:hover, a:focus {
	color: #000;
	text-decoration: none;
}

/* Headings
--------------------------------------------------------------------------------------- */	

h1 { font-size: 24px; line-height: 40px; color: #0E1A4A; }

h2 { font-size: 24px; line-height: 35px; margin-top: 15px; }

h3 { font-size: 14px; line-height: 25px; }

h4 { font-size: 12px; line-height: 25px; font-weight: bold; color: #404040; }

h5 { font-size: 12px; line-height: 25px; font-style: italic; color: #404040; }


/* User Feedback Messages 
--------------------------------------------------------------------------------------- */	

.message 	{  }

.success	{ background: #44dd55; color: #fff; }
.error 		{ background: #ff6555; color: #fff; }
.neutral	{ background: #ffeecc; color: #444; }
