
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	background: #FFFFFF url(images/img01.jpg) repeat-x left top;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1, h2, h3 {
}

h1 {
	font-style: italic;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	color: #003366;
	font-weight: bolder;
	font-size: 30px;
	text-align: Left;
	margin-top: 20px;
}

h2 {	
	font-style: italic;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	color: #003366;
	font-weight: bolder;
	font-size: 24px;
	text-align: Left;
	margin-top: 10px;
	margin-bottom: 12px;
}

h3 {

	font-style: italic;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	color: #003366;
	font-weight: bolder;
	font-size: 18 px;
	text-align: Left;
	margin-top: 10px;
	margin-left: 10px;


}

p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 2em;
}

p {
}

blockquote {
}

ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 880px;
	height: 106px;
	margin: 0 auto;
}

/* Logo */

#logo {
background: url(images/logo_opsilon.png);
float: left;
width: 290px;
height: 134px;
margin: 0px;
}


/* Menu */

#menu {
	width: 940px;
	height: 47px;
	margin: 0 auto;
	background: url(images/img02.jpg) repeat-x left top;

}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	margin-left: 30px;
}

#menu li {
	display: inline;
	text-align: center;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	margin-right: 25 px;
	padding: 15px 20px 0px 20px;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

#menu a:hover, #menu .active a {
	background: #CC0066;
	color: #ffffff;
}

#splash {
	width: 940px;
	height: 300px;
	margin: 0 auto;
}


/* Page */

#page {
	width: 940px;
	margin: 0 auto;

}

#page-bgtop {
}

/* Content */

#content {
	float: right;
	width: 640px;
}
.post {
	margin: 5px 0px 30px 0px;
	border-bottom: 1px solid #CCCCCC;
}

.post .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #515151;
}

.post .title a {
	padding: 4px 35px 4px 15px;
	background: #003366;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}


.post .entry {
	padding: 20px 0px;
	font-size:14px;
}

.post img {
	float: right;
	margin: 10px 0px 10px 10px;
}

.post .meta {
	text-align: right;
	padding: 0px 0 20px 0;
	font-weight: bold;
	color: #202020;
}

.post .byline {
	font-size: 14px;
	font-weight: bold;
	color: #CC0066;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 280px;
	margin: 0px 0;
	padding: 5px 0px 10px 10px;
	background-color:#EFEFEF;

}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 1px;
}

#sidebar li ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#sidebar li li {
	margin: 0;
	padding: 5px 0px;
	border: none;
	border-bottom: 1px solid #CCCCCC;
}

#sidebar h2 {
	margin: 50 0 0 0;
	padding: 0px 0px 0px 0px;
	font-size: 160%;
	font-weight: ;
	color: #003366;
}

#sidebar h3 {
	font-size: 77%;
	color: #003366;
}

#sidebar p {
	margin: 0;
	line-height: normal;
	color: #003366;
}

#sidebar a {
	border: none;
	text-decoration: none;
	color: #003366;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Submenu */

#submenu {
}

/* News */

#news {
}

#news a {
	font-size: 85%;
}

/* Footer */

#footer {
	margin: 0 auto;
	padding: 20px 0px;
	background: #003366;
	color: #ffffff;
	float: right;
	width: 100%;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 12px;
}

#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: none;
	color: #0066CC;
}