@charset "UTF-8";
/* CSS Document */

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

body {
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background: #fff;
}

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

a:link { text-decoration: none; color:#666; background:#FFF; padding:1px; }
a:active { text-decoration: none;padding:1px; }
a:visited { text-decoration: line-through; color: #666;padding:1px; }
a:hover { text-decoration: underline;background:#FFF;padding:1px; }

#content a:link { text-decoration: none; color:#F0F; }
#content a:active { text-decoration: none; }
#content a:visited { text-decoration: none; color: #666; }
#content a:hover { text-decoration: underline;background:#FFF;}

a img { border: none; }

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

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

#menu ul li {
line-height:14px;padding:0 0 0 0px;
}

#menu ul li.section-title, #menu #section-title {
font-weight:bold;border-top:1px solid #000; padding:2px 0;
}

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

#content .brief  { height:80px;width:645px;border-bottom:1px solid #000; }

#content .brief1 { width:165px;float:left;padding-right:50px; }

#content .brief2 { width:325px;position:absolute;top:28px;left:460px; }

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

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

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

#once { clear: left; }

#tweetmeme {
	position:absolute; 
	bottom:10px; 
	right:10px;
	}