* {
	padding: 0;
	margin: 0;
}

html {
	min-width: 1002px;
	background: url(/gfx/page-shadow.png) repeat-y 50% top;
}

body {
	font: 12px/18px Arial, sans-serif;
	background: #FFF url(/gfx/browser-shadow.png) repeat-x;
}



h1 {
	margin: 15px 0 9px 0;
	font-weight: normal;
	font-size: 24px;
	line-height: normal;
}

h2 {
	margin: 15px 0 9px 0;
	font-weight: bold;
	font-size: 14px;
}

h1:first-child, h2:first-child {
	margin-top: 0;
}

p {
	margin: 9px 0;
}

a {
	color: #A53D1D;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	margin: 9px 0;
	list-style-type: none;
}

li {
	padding-left: 20px;
	background: url(/gfx/list-bullet.png) no-repeat 7px 7px;
}

img {
	border: 0;
}

hr {
	display: none;
}



fieldset {
	padding-top: 1px; /* Webkit fix */
	border: 0;
	margin: 15px 0;
}

legend {
	width: 100%;
	border-bottom: 1px solid #A53D1D;
	font-weight: bold;
	font-size: 14px;
}

fieldset div {
	margin-top: 9px;
}

input[type="text"], input[type="password"] {
	padding: 2px 0;
	border: 1px solid #999;
	font-size: 12px;
}

textarea {
	width: 100%;
}

textarea.small {
	width: 300px;
}

button {
	height: 21px;
	padding: 0 8px;
	border: 1px solid #999;
	font-size: 12px;
	background: url(/gfx/button-bg.png) repeat-x;
}



.small {
	color: #666;
	font-size: 11px;
}

.padding-small {
	padding: 0 5px;
}

.clear {
	visibility: hidden;
	float: none;
	clear: both;
}

.error {
	clear: both;
	padding: 8px 8px;
	border: 2px solid #F00;
	color: #000;
	background-color: #FFC0CB;
}

.notice {
	clear: both;
	padding: 8px 8px;
	border: 2px solid #FFD700;
	background-color: #FFD;
}

.success {
	clear: both;
	padding: 8px 8px;
	border: 2px solid #0F0;
	background-color: #F0FFF0;
}

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

.text-right {
	text-align: right;
}



#wrapper-page {
	width: 962px;
	padding: 0 20px;
	margin: 0 auto;
}

#page {
	position: absolute;
	width: 960px;
	min-height: 100%;
	border: 1px solid #B6B6B6;
	border-top: 0;
	border-bottom: 0;
	background: #FFF url(/gfx/page-bg.png) repeat-x 0 1px;
}

#header {
	position: relative;
	height: 230px;
	border: 1px solid #FFF;
}

#top-menu {
	position: absolute;
	right: 10px;
	top: 10px;
}

#top-menu a {
	text-transform: uppercase;
}

#top-logos {
	position: absolute;
	right: 10px;
	top: 37px;
}

#top-logos img {
	padding-left: 8px;
}

#form-toplogin {
	display: none;
	position: absolute;
	right: 10px;
	top: 37px;
}

#form-toplogin input[type="text"], #form-toplogin input[type="password"] {
	width: 90px;
}

#top-menu a {
	color: #666;
}

#title {
	height: 59px;
	padding-top: 10px;
	margin-left: 28px;
}

#logo {
	position: absolute;
	z-index: 10;
}

#site-name {
	position: absolute;
	top: 16px;
	left: 152px;
}

#payoff {
	position: absolute;
	top: 30px;
	left: 340px;
	color: #666;
	font-size: 14px;
	text-transform: uppercase;
}

#payoff span {
	padding: 0 5px;
}

#header .banner {
	margin: 0 9px;
}

#main {
	min-height: 271px;
	padding-bottom: 50px;
	border: 1px solid #B6B6B6;
	border-top: 0;
	border-bottom: 0;
	margin: 0 -1px;
}

#content {
	float: right;
	width: 660px;
	padding: 0 30px;
	margin-left: -1px;
	border-left: 1px solid #999;
}

#content.frontpage {
	width: 670px;
	padding: 0 25px;
}

#sidebar {
	float: left;
	width: 199px;
	padding: 0 15px 0 25px;
	border-right: 1px solid #999;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 940px;
	height: 37px;
	margin: 0 10px;
	color: #FFF;
	text-align: center;
	line-height: 37px;
	background: url(/gfx/banner-bg.png) repeat-x;
}

#footer-left {
	float: left;
	width: 12px;
	height: 37px;
	background: url(/gfx/banner-left.png) no-repeat;
}

#footer-right {
	float: right;
	width: 12px;
	height: 37px;
	background: url(/gfx/banner-right.png) no-repeat;
}

#footer address {
	font-style: normal;
	font-weight: normal;
}

#footer a {
	color: #FFF;
}

#background {
	height: 553px;
	min-width: 1002px;
	background: url(/gfx/background.png) no-repeat 50% top;
}



#main form {
	width: 480px;
}

#main label {
	float: left;
	width: 180px;
	margin-right: 20px;
	text-align: right;
}

#main input[type="text"], #main input[type="password"] {
	width: 170px;
}

#main button {
	margin-left: 200px;
}

#main form.admin {
	width: 100%;
}

#main form.admin input[type="text"], #main form.admin input[type="password"] {
	width: 300px;
}


div.banner {
	position: absolute;
	height: 146px;
}

div.banner > img {
	width: 930px;
	height: 100px;
	margin: 38px 0 0 5px;
}

div.banner-background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 146px;
	background: url(/gfx/banner-bg.png) repeat-x;
}

div.banner-left {
	float: left;
	width: 12px;
	height: 146px;
	background: url(/gfx/banner-left.png) no-repeat;
}

div.banner-right {
	float: right;
	width: 12px;
	height: 146px;
	background: url(/gfx/banner-right.png) no-repeat;
}

div.banner-statement {
	position: absolute;
	top: 42px;
	left: 70px;
	width: 400px;
	color: #FFF;
	font-size: 30px;
	line-height: 38px;
}

div.banner-statement p {
	position: absolute;
}

div.banner-statement p:first-child {
	padding: 2px 0 0 2px;
	color: #000;
}

div.banner.active {
	z-index: 3;
}

div.banner.last-active {
	z-index: 2;
}



#menu {
	position: absolute;
	top: 70px;
	left: 128px;
	width: 791px;
	z-index: 50;
}

#menu ul {
	margin: 0;
}

#menu li {
	padding: 0;
	background-image: none;
}

#menu a {
	display: block;
	color: #FFF;
}


#menu > ul > li {
	position: relative;
	float: left;
	width: 113px;
	line-height: 37px;
}

#menu > ul > li > a {
	text-align: center;
}

#menu > ul > li:hover > a {
	border: 1px solid #FFF;
	border-top: 0;
	border-bottom: 0;
	text-decoration: none;
	background: url(/gfx/banner-bg-hover.png) repeat-x;
}


#menu ul ul {
	display: none;
	position: absolute;
	left: -7px;
	width: 186px;
	padding-bottom: 13px;
	background: url(/gfx/submenu-bottom.png) no-repeat left bottom;
}

#menu li:hover > ul {
	display: block;
}

#menu ul ul li {
	line-height: 25px;
	background: url(/gfx/submenu-bg.png) repeat-y;
}

#menu ul ul a {
	padding: 0 10px;
	margin: 0 7px;
}

#menu ul ul li:first-child > a {
	border-top: 1px solid #FFF;
}

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


#menu ul ul ul {
	left: 140px;
	margin-top: -26px;
}

#menu .last ul {
	left: -66px;
}



#sidebar-menu li {
	background-image: none;
}

#sidebar-menu > ul > li > a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div.hr {
	height: 1px;
	border-bottom: 1px solid #999;
	margin-bottom: 15px;
}

#sidebar p.subjects {
	text-align: center;
}

#sidebar div.videos {
	height: 115px;
}

#sidebar div.video {
	position: absolute;
	width: 166px;
	padding-left: 26px;
}

#sidebar div.video-thumb {
	width: 132px;
}

#sidebar div.video-thumb .border {
	position: absolute;
	display: block;
	width: 147px;
	height: 100px;
	background-image: url(/gfx/youtube-sidebar-border.png);
}

#sidebar div.video-thumb img {
	margin: 4px 0 0 7px;
	width: 133px;
	height: 86px;
}

#sidebar div.video.active {
	z-index: 3;
}

#sidebar div.video.last-active {
	z-index: 2;
}




#sidebar-newsalert input[type="text"] {
	width: 199px;
}

#sidebar-newsalert button {
	margin: 15px 0;
}



div.ugc .left {
	padding-right: 10px;
}

div.ugc .right {
	padding-left: 10px;
}



div.sections div.section {
	float: left;
	margin-bottom: 20px;
}

div.sections a {
	position: absolute;
	display: block;
	width: 165px;
	height: 146px;
	color: #FFF;
	text-align: center;
	line-height: 37px;
	background-repeat: no-repeat;
	background-position: 0 -146px;
}

div.sections a:hover {
	background-position: 0 0;
}

div.sections img {
	width: 164px;
	height: 100px;
	padding-top: 38px;
	padding-right: 1px;
}


div.sections div.left a {
	width: 170px;
	background-image: url(/gfx/sections-left.png);
}

div.sections div.left img {
	padding-left: 5px;
}


div.sections div.center a {
	background-image: url(/gfx/sections-center.png);
}


div.sections div.right a {
	width: 169px;
	background-image: url(/gfx/sections-right.png);
}



div.column.left {
	width: 319px;
	padding-right: 15px;
	border-right: 1px solid #999;
}

div.column.right {
	width: 320px;
	padding-left: 15px;
	border-left: 1px solid #999;
	margin-left: -1px;
}

div.column h1 {
	margin: 0;
	font-weight: bold;
	font-size: 16px;
}

div.column h2 {
	margin: 0;
	font-weight: bold;
	font-size: 12px;
}

div.column p {
	margin: 0;
}


div.post {
	min-height: 92px;
	margin: 10px 0;
}

div.post p {
	margin: 0;
}

div.post-image {
	float: left;
	width: 92px;
	height: 92px;
	margin-left: 24px;
}

div.post-image:first-child {
	margin-left: -5px;
}

div.post-image img {
	width: 80px;
	height: 80px;
	padding: 2px 0 0 6px;
}

div.post-image a {
	display: block;
	position: absolute;
	width: 92px;
	height: 92px;
	background: url(/gfx/thumb-border.png) no-repeat;
}

div.post-content {
	margin-left: 102px;
}

div.post-content:first-child {
	margin-left: 0;
}

div.post-content h1, div.post-content h2 {
	margin-top: 0;
}




div.event-filter {
	height: 30px;
	margin-top: -32px;
	text-align: right;
}

p.all-events {
	margin-bottom: 0px;
	text-align: right;
}

div.event {
	position: relative;
	min-height: 60px;
	margin-bottom: 10px;
}

div.event .date-j {
	position: absolute;
	top: 3px;
	width: 32px;
	padding-bottom: 5px;
	border-bottom: 2px solid #A53D1D;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}

div.event .date-M {
	position: absolute;
	top: 29px;
	width: 32px;
	text-align: center;
}

div.event .date-to-j {
	position: absolute;
	top: 3px;
	left: 50px;
	width: 32px;
	padding-bottom: 5px;
	border-bottom: 2px solid #A53D1D;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}

div.event .date-to-M {
	position: absolute;
	top: 29px;
	left: 50px;
	width: 32px;
	text-align: center;
}

div.event p {
	margin: 0;
	padding-left: 50px;
}

div.event a {
	color: #000;
}

#content div.event p {
	padding-left: 100px;
}

div.event-header-from {
	float: left;
	width: 32px;
	text-align: center;
}

div.event-header-to {
	float: left;
	width: 32px;
	padding-left: 18px;
	text-align: center;
}



div.staff {
	float: left;
	width: 140px;
	padding-right: 15px;
}

div.staff .image {
	width: 132px;
	margin-left: 4px;
}

div.staff .border {
	position: absolute;
	display: block;
	width: 132px;
	height: 192px;
	background: url(/gfx/staff-border.png) no-repeat;
}

div.staff .image img {
	margin: 3px 0 0 6px;
}

div.staff p {
	text-align: center;
}



div.subject {
	float: left;
	width: 144px;
	height: 131px;
	padding-right: 11px;
}

div.subject .image {
	width: 140px;
	margin-left: 4px;
}

div.subject .border {
	position: absolute;
	display: block;
	width: 144px;
	height: 100px;
	background: url(/gfx/subject-border.png) no-repeat;
}

div.subject .image img {
	margin: 3px 0 0 6px;
}

div.subject p {
	text-align: center;
}



#youtube-player {
	display: none;
	margin-bottom: 30px;
	text-align: center;
}

#youtube-player p {
	text-align: left;
}

#youtube-videos div.loading {
	padding-top: 50px;
	text-align: center;
}

div.youtube-video {
	float: left;
	width: 209px;
	padding-right: 11px;
}

div.youtube-video.first {
	clear: left;
}

div.youtube-thumb {
	width: 132px;
	margin: 0 auto;
}

div.youtube-thumb .border {
	position: absolute;
	display: block;
	width: 132px;
	height: 102px;
	background: url(/gfx/youtube-border.png) no-repeat;
}

div.youtube-thumb img {
	margin: 3px 0 0 6px;
}

div.youtube-video .title {
	text-align: center;
}


div.youtube-video.active {
	z-index: 3;
}

div.youtube-video.last-active {
	z-index: 2;
}



div.gallery-thumbs {
	margin-left: -20px;
}

div.gallery-thumb {
	float: left;
	width: 152px;
	height: 152px;
	margin-left: 18px;
	margin-bottom: 20px;
}

div.gallery-thumb a {
	display: block;
	position: relative;
	width: 150px;
	height: 150px;
	padding: 1px 1px;
	text-align: center;
	line-height: 148px;
}

div.gallery-thumb img {
	vertical-align: middle;
}


div.gallery-thumb a:hover {
	padding: 0;
	border: 1px solid #999;
}



table.admin-list {
	clear: both;
	width: 100%;
}

table.admin-list th, table.admin-list td {
	padding: 3px 2px;
	text-align: left;
}

table.admin-list tr.odd {
	background-color: #EEE;
}

th.admin-table-action {
	width: 100px;
}

p.admin-all-action {
	float: right;
	margin-top: -10px;
}

#main form.admin-top {
	width: 660px;
	padding: 5px 0;
	text-align: right;
}

#main form.admin-top button {
	margin-left: 10px;
}

div.form-thumb {
	float: right;
}

div.form-thumb-big img {
	width: 660px;
}
