/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", "Segoe UI", trebuchet, helvetica, arial, geneva, sans-serif;
	border-top-color: #292929;
	border-top-style: solid;
	border-top-width: 0px;
	/* font-family: Verdana,Arial,sans-serif; */
	font-size: 10px;
	color: #000;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

.container ul a:link {
	padding: 1px;
	color: #ffffff;
	background: #000000;
	text-decoration: none;
	line-height: 20px;
}

.container ul a:visited {
	color: #ffffff;
	background: #000000;
	text-decoration: none;
	padding: 1px;
	line-height: 20px;
}
.container ul a:hover {
	background-color: #ffffff;
	color: #000000;
	text-decoration: line-trought;
	padding: 1px;
	line-height: 20px;
}

#content a:link {
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: black;
	padding: 3px;
	text-decoration: none;
	
	line-height: 50px;
}

#content a:visited {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding: 3px;
	color: black;
	text-decoration: none;
	
	line-height: 50px;
}
#content a:hover {
	padding: 3px;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #61c32e;
	text-decoration: none;
	line-height: 50px;
}

#footer a:link {
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: black;
	padding: 3px;
	text-decoration: none;
	
	line-height: 30px;
}

#footer a:visited {
	border-bottom-color: #61c32e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: black;
	padding: 3px;
	text-decoration: none;
	
	line-height: 20px;
}

#footer a:hover {
	padding: 3px;
	border-bottom-color: #61c32e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #61c32e;
	text-decoration: none;
	line-height: 20px;
}

a img { border: none; }

#menu {
    padding-top: 84px;
    color: black;
    border-top-color: #292929;
    border-top-width: 0px;
    border-top-style: solid;
    width: 250px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
}

#menu ul {
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 0;
	margin-top: 0;
	list-style: none;
}

#menu ul li.section-title { 
	color: #000000;
	font-size: 10px; 
	padding:1px;
	text-transform: uppercase;
	margin-bottom: 1px;
	width: 164px;
	background-color: white;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#content {
    padding-top: 84px;
    margin-left: 250px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    height: 100%;
    top: 0;
}

#content .container img {
	border:1px solid #ffffff;
	padding:3px;
	margin: 1px;
}

.container {
    color: white;
    padding: 0px 5px 25px 0;
}



#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#twitter_div {
	padding-left: 3px;
}

#twitter_update_list {
	font-weight: bold;
	list-style-type: none;
}
.evidey {
	padding: 3px;
	color: white;
	background-color: black;
	line-height: 16px;
}
.evidetitle {
	line-height: 16px;
	margin-left: 20px;
	padding: 1px;
	font-size: 10px;
	color: #ffffff;
	background-color: #61c32e;
}
.evidegr {
	padding: 1px;
	color: #61c32e;
	background-color: #ffffff;
	line-height: 1px;
}
.evidegry {
	color: #000;
	background-color: #f1f1f1;
	line-height: 16px;
}

.evidew {
	color: #000;
	background-color: #fff;
	line-height: 20px;
}

#footer {
	padding-left: 20px;
}

