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

body {
	font-size: 13px;
	font-family: Segoe UI, Arial, sans-serif;
        color: #fff;
	background: #000;
}

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

a:link { text-decoration: none; color: #fff; }
a:active { text-decoration: none; color: #fff; border-bottom: 1px solid magenta }
a:visited { text-decoration: none; color: #666666; }
a:hover { text-decoration: none; background-color:magenta; color: yellow; border-bottom: 1px solid cyan }

a:link.white { text-decoration: none; color: #fff; }
a:active.white { text-decoration: none; color: #fff; }
a:visited.white { text-decoration: none; color: #fff; }
a:hover.white { text-decoration: none; color: #fff; }

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 20px;
    bottom: 20px;
	left: 20px;
    position: fixed;
    height: 100%;
	background-color: #000;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 20px 0 0 240px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 6px; font-style: upperscript; }

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

#once { clear: left; }

#twitter_div {
	background-repeat: no-repeat;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-bottom-color: #5AA5BC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-top:2px;
	padding-top: 2px;
	padding-right: 690px;
	padding-left: 5px;
}
 
#twitter_div ul li {
	color: #0C93BA;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #A1E8F7;
}
 
#twitter_div ul li a {
	text-decoration: none;
	color: #DDA84E;
}
 
#twitter_div ul li a:hover {
	text-decoration: none;
	color: #D78E42;
}
 
#twitter_div p {
	text-align: right;
	padding-right: 6px;
	padding-bottom: 10px;
}
