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

body {
	font-size: 24px;
	line-height: 1.22em;
	letter-spacing: 0.01em;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	background: #fff;
	font-style: normal;
}

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

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	background:#ffffff;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:active { text-decoration: none; color: #000000;}

a img { border: none; }

#menu {
	width: 208px;
	overflow: auto;
	top: 50px;
	bottom: 0;
	left: 50px;
	position: fixed;
	height: 100%;
	font-size: 14px;
	text-transform:uppercase;
	line-height: 120%;
	background-color: #fff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

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

#menu ul li.section-title {
}

#content {
    height: 100%;
	width: 400px;
	margin: 103px 10px 200px 260px;
    top: 12px;
}

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

.container2 img {
    padding: 0px 0px 0px 0px;
	display:inline;
	vertical-align:middle;
	position: relative; 
	margin-right: 25px;
	margin-bottom: 24px; 
}

.c1 {
	font-size: 11px;
	line-height: 1.22em;
	letter-spacing: 0.01em; 
	color: #000000;
	font-family: Helvetica, Arial, Tahoma, verdana, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	background: #fff;
	width: 500px;
} 

.c2 {
	text-transform:uppercase;
	width: 500px;
} 

.news_title {
	font-size: 11px;
	text-align:center;	
	text-transform:uppercase;
	font-weight: normal;
	line-height: 1.22em;
	letter-spacing: 0.01em; 
	color: #000000;
	font-family: Helvetica, Tahoma, Arial, verdana, sans-serif;
}

.permalink {
	font-size: 10px;
	line-height: 1.22em;
	color: #ffffff;
	font-family: Helvetica, Arial, Tahoma, verdana, sans-serif;
}

.permalink a {
	font-size: 10px;
	line-height: 1.22em;
	color: #ffffff;
	font-family: Helvetica, Arial, Tahoma, verdana, sans-serif;
}

.news_text {
	font-size: 30px;
	text-align:center;
	font-weight: bold;
	text-transform:none;
	line-height: 1.2em;
	letter-spacing: 0.01em; 
	color: #000000;
	font-family: Helvetica, Arial, Tahoma, verdana, sans-serif;
}

.news_text img {
	float:none;
	margin-bottom:26px;
	margin-right:28px;
	position:relative;
	background-color: #000000;
}

.news_text a {
	letter-spacing: 0.01em; 
}

.news_text a:hover {
	color: #cccccc;
	text-decoration: none;
}

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


p {
    margin: 0 0 9px 0;
}

h1 {
 	font-size: 11px;
	line-height: 1.22em;
	letter-spacing: 0.01em; 
	color: #000000;
	font-family: Helvetica, Arial, Tahoma, verdana, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	background: #fff;
	width: 420px;
}

h2 {
 	font-size: 11px;
	line-height: 1.22em;
	letter-spacing: 0.01em; 
	color: #000000;
	font-family: Helvetica, Arial, Tahoma, verdana, sans-serif;
	font-weight:normal;
	text-transform:none;
	background: #fff;
	width: 420px;
}

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


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

#once { clear: left; }
