@import "http://fonts.googleapis.com/css?family=Open+Sans:700,600,400";

body {
	background-image: url("../graphics/head-home.png");
	background-repeat: repeat-x;
	background-color: #161616;
	background-position: 0 10px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'Open Sans', sans-serif;
}
body, html {
	height: 100%;
}
input, select, textarea, span, li {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

blockquote {
	/*background: url(http://1.bp.blogspot.com/_7wsQzULWIwo/Swb5JEtgobI/AAAAAAAACPM/tqEq7sOrdnQ/s400/comma-left.gif) no-repeat top left;*/
	margin: 0;
	padding: 0;
}
div.wrapper {
	/*background-color: rgba(255, 255, 255, 0.05);*/
	margin: auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -120px;
	width: 1000px;
}

.footer {
	background-color: #131313;
	border-width: 0;
	/*border-radius: 3px;*/
	/*border: 1px solid rgba(255, 255, 255, 0.1);*/
	height: 110px;
	width: 1000px;
	margin: auto;
	line-height: 30px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #DBDBDB;
	background-repeat: no-repeat;
}

#organizers {
	margin: 5px;
}

#organizers a {
	display: inline-block;
	float: left;
	opacity: 0.3;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

#organizers a img {
	border-width: 0;	
}

#organizers a:hover {
	opacity: 1;
}

.push {
	height: 110px;
}
div.header {
	position: relative;
	top: 0;
	left: 0;
	height: 150px;
	width: 1000px;
	background-image: url("../graphics/background_header.png");
	/*background-color: rgba(0, 255, 0, 0.1);*/
	background-repeat: no-repeat;
	/*border: 1px solid green;*/
}
div.navigation {
	position: relative;
	left: 150px;
	width: 850px;
	height: 30px;
	top: 120px;
	/*background-color: rgba(19, 19, 19, 0.1);*/
	/*border: 1px solid rgba(255, 255, 255, 0.1);*/
	border-radius: 2px;
}
div.navigation > ul > li {
	list-style: none;
	list-style-type: none;
	position: relative;
	display: inline-block;
	float: left;
	/*border-right: 1px solid rgba(68, 6, 6, 1);*/
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
div.navigation > ul > li:hover {
	/*background-color: rgba(19, 19, 19, 0.3);*/
}
div.navigation li a {
	text-decoration: none;
	color: #DBDBDB;
	/*font-weight: bold;*/
	text-decoration: none;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 16px;
	white-space: nowrap;
	/*border-left: 1px solid rgba(255, 255, 255, 0.05);*/
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
div.navigation li a:hover {
	color: #00FFFF;
	/*text-shadow:  0 1px 1px rgba(255, 255, 255, 1);*/
}
div.navigation ul li ul {
	display: none;
	opacity: 0;
	position: absolute;
	left: -5px;
	background-color: #131313;
	background-color: rgba(19, 19, 19, 1);
	min-width: 100px;
	max-width: 300px;
	padding: 3px 5px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	z-index: 1000;
}

div.navigation > ul > li:hover ul {
	display: block;
	opacity: 1;
}
div.navigation ul li ul li {
	display: block;
	background-color: transparent;
	position: static;
	height: 0;
	line-height: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

div.navigation > ul > li:hover ul li {
	height: 25px;
	line-height: 25px;
}

div.navigation ul li ul li a {
	background-color: transparent;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	font-size: 13px;
	font-weight: normal;
}

div.navigation ul li ul li a:hover {
	color: #00FFFF;
}
div.navigation ul {
	padding: 0;
	margin: 0;
}
#slider {
	position: relative;
	height: 288px;
	top: 10;
	left: 0;
}

div.content {
	position: relative;
	top: 0;
	left: 0;
	bottom: 50px;
	width: 1000px;
	background-color: rgba(255, 255, 255, 0.01);
}
.home td {
	font-size: 13px;
	color: #DBDBDB;
	padding: 10px;
}

section {
	margin: 50px 0 10px 0;
}
article {
	margin: 0;
}

article table th {
	text-align: left;
}

article.welcome table th h2 {
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	color: #AAAAAA;
}

article.welcome table td {
	color: #AAAAAA;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align: justify;
}

#side-menu {
	/*border: 1px solid rgba(110, 110, 110, 0.2);*/
	border-radius: 2px 2px 2px 2px;
	font-family: 'Open Sans', sans-serif;
	position: fixed;
	right: 20px;
	top: 165px;
	/*width: 30px;*/
	z-index: 1000;	
}
#side-menu .menus {
	background-color: #0E3535;
	float: left;
	width: 250px;
	margin: 2px 0 2px 2px;
	display: none;
	border-radius: 2px;
	padding: 3px;
	
}
#side-menu ul {
	list-style: none;
	margin: 5px 10px 5px 10px;
	padding: 0;
}

#side-menu ul li {
	width: 240px;
	border-width: 0 0 0 3px;
	border-style: solid;
	border-color: rgba(110, 110, 110, 0.2);
	margin: 2px 0;
	padding-left: 5px;
	
}
#side-menu ul li:hover {
	border-color: #00FFFF;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#side-menu ul li:hover a {
	color: #00FFFF;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;	
}
#side-menu ul li a {
	list-style: none;
	text-decoration: none;
	color: #AAAAAA;
	font-size: 12px;
}

#side-menu a.button {
	float: right;
	margin: 3px;
	width: 28px;
	height: 28px;
	background-image: url("../graphics/link.png");
	background-repeat: no-repeat;
	background-position: center;
	background-color: #0E3535;
	border: 1px solid rgba(110, 110, 110, 0.2);
	border-radius: 2px;
	cursor: pointer;
	empty-cells: show;
	display: table-cell;
}

div.announce {
	border: 1px solid rgba(0, 255, 255, 0.5);
	background-color: rgba(0, 255, 255, 0.2);
	padding: 10px 20px;
	font-size: 14px;
	border-radius: 2px;
	color: #AAAAAA;
	margin-bottom: 10px;
}
