/* CSS Body */
body{
	margin: 0px;
	background-color: #2F2F2F;
	font-family: "Arial",sans-serif;
	font-size: 13px;
}

a:link, a:visited{
	color: #841e1a;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: #d73535;
	text-decoration: none;
}
/* CSS Layout */
div.top{
	position: relative;
	top: 50px;
	width: 750px;
	height: 220px;
	background-color: #555;
	background-image: url('top.png');
	background-repeat: no-repeat;
	background-position: center;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	border: 1px solid #555;
}

div.boxbg{
	width: 902px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #111;
	box-shadow: 0px 2px 10px rgb(0,0,0);
	z-index: -1;
}

div.bg1{
	width: 100%;
	height: 260px;
	background-color: #111;
}
div.bg2{
	width: 100%;
	height: 180px;
	background-color: #393939;
}

div.bg3{
	width: 100%;
	background-color: #FFF;
	padding-bottom: 20px;
}
div.addInput{
	display: inline-block;
	vertical-align: top;
}


/* Staff */

#staff{
	margin: 20px;
	margin-bottom: 0px;
	width: 862px;
}

#staff div{
	width: 400px;
	margin-top: 0px;
	display: inline-block;
	padding: 10px;
}

#staff img{
	float: left;
	padding-right: 10px;
}

#staff p{
	margin: 0px;
	text-align: left;
}


/* Table */

#projects{
	margin: 20px;
	margin-bottom: 0px;
	width: 862px;
	text-align: center;
	border: 1px solid #222;
	border-collapse: collapse;
}
#projects td{
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
}
#projects th{
	background-color: #222;
	color: #FFF;
	font-size: 14px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
#projects th:first-child,td:first-child{
	text-align: left;
	text-indent: 10px;
}
#projects tr{
	border: 1px solid #222;
}
#projects tr:nth-child(odd) {
 background-color: #CCC;
}

#projects tr:nth-child(even) {
 background-color: #BBB;
}

/* CSS Menu */
div#menu{
	position: relative;
	top: 24px;
	right: 80px;
	text-align: right;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
	font-size: 14px;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#menu ul{	
	margin: 0px;
	list-style: none;
	text-transform: uppercase;
	font-weight: bold;
}
#menu li {
	display: inline-block;
	padding: 0px 4px 0px 4px;
}

#menu a{
	color: #FFF;
}
#menu a:hover{
	color: #8ab2be;
}

/* CSS Headers */

h1{
	position: absolute;
	top: 8px;
	left: 80px;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	font-size: 26px;
}

h2{
	position: absolute;
	top: 42px;
	left: 80px;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}

h3 {
	font-size: 23px;
	margin:0px;
	padding-top: 60px;
	padding-left: 20px;
	padding-bottom: 20px;
}

h4{
	padding: 0px;
	padding-bottom: 0px;
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

h5{
	padding: 4px;
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
	background-color: #AAA;
	border-bottom: 1px solid grey;
	}

h6{
	padding: 4px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	background-color: #DDD;
	border-bottom: 1px solid grey;
	}


/* Content */

.content {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 40px;
	padding-left: 15px;
	border-bottom: 1px dotted #BBB;
}

#content img{
	margin-bottom: 8px;
	width: 200px;
	border: 1px solid #222;
	display: inline-block;
}
#content ul{
	margin: 0px;
	display: block;
	vertical-align: top;
	margin-bottom: 30px;
	list-style: none;
}
#content span{
	margin-left: 10px;
	display: inline-block;
	vertical-align: top;
}
#content p{
	margin:0px;
	padding: 5px;
}
#content pre{
	margin:0px;
	padding: 6px;
	font-family: "Arial",sans-serif;
}
#content img.icon{
	height: 16px;
	width: 16px;
	vertical-align: top;
	border: 0px;
}
div.notflex{
	margin-top: 30px;
	border: 1px solid grey;
	border-bottom: 0;
	background-color: #EEE;
}
div.flex{
	width: 100%;
	display: flex;
	background-color: #EEE;
}
.flex > div{
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 33%;
	border: 1px solid grey;
}
.flex > div:nth-child(2){
	border-left: 0;
	border-right: 0;
}
span.blue{
	color: #005cce;
}
form{
	display: inline-block;
	margin-right: 50px;
}

#vote{
	margin-top: 20px;
}

div.colmblock{
	width: 100%;
	text-align: left;
	display: inline-block;
	padding: 5px;
	
}
div.colmpilar{
	display: inline-block;
	background-color: #BBB;
	border: 1px solid #AAA;
	text-align: center;
}
div.colmpilarlabel{
	display: inline-block;
	width: 15%;
	text-align: right;
	padding-right: 10px;
}