/*
Theme Name: Omicia
Description: The default Omicia theme.
Version: 1.0
Author: Diego
*/

/* Fonts & Colors */
body {
	margin: 5px 0;
	background: #fff;
	color: #000;
	font-family: Lucida, Helvetica, sans-serif;
}

hr {
	display: block;
	clear: both;
	border: none 0;
	border-top: 1px solid #1b3559;
	width: 90%;
	height: 1px;
}

em {
	font-style: italic;
}

#outerCont {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 100%;
}

#innerCont {
	border: 1px solid #aaa;
}

#header {
	font-size: 42px;
	text-align: left;
	font-weight: normal;
}

#header h1 {
	color: #000;
	font-size: 42px;
	text-align: left;
	font-weight: normal;
}

#navCont {
	background: #1b3559;
}

#navCont ul {
	font-weight: bold;
	list-style-type: none;
}

#footer {
	color: #333;
	font-size: 85%;
	background: #fff;
}

/* Structure */
#outerCont {
	width: 900px;
	margin: 0 auto;
}

#innerCont {
	width: 100%;
}

#header {
	margin: 0 auto;
	width: 100%;
	height: 50px;
}

img.logo {
	float: left;
	width: 35px;
	height: 40px;
	padding: 5px 5px 0 10px;
	vertical-align: baseline;
}

#header h1 {
	margin: 0 auto;
	float: left;
}

#artCont {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100px;
}

#artCont img {
	width: 100%;
	height: 100px;
}

#navCont {
	margin: 0px;
	padding: 0px;
	width: 898px;
	height: 32px;
	border:  1px solid;
	border-left-color: #366ab3;
	border-right-color: #0f1e33;
	border-top-color: #366ab3;
	border-bottom-color: #0f1e33;
}

#navCont ul {
	float: right;
}

#navCont ul li {
	margin: 0 0 0 1px;
	color: #fbe464;
	display: inline;
	background: #1b3559;
	border: 1px solid;
	border-left-color: #366ab3;
	border-right-color: #0f1e33;
	border-top-color: #366ab3;
	border-bottom-color: #0f1e33;
}

#navCont ul li a {
	float: left;
	padding: 5px 5px;
	color: #fbe464;
	text-decoration: none;
}

#navCont ul li.active {
	color: #e5cf5c;
	border: 1px solid;
	background-color: #293246;
	border-left-color: #0f1e33;
	border-right-color: #366ab3;
	border-bottom-color: #366ab3;
	border-top-color: #0f1e33;
}

#navCont ul li:hover {
	border: 1px solid;
	background-color: #697286;
	border-left-color: #366ab3;
	border-right-color: #0f1e33;
	border-top-color: #366ab3;
	border-bottom-color: #0f1e33;
}

.newsdate {
	font-size: 80%;
}

/* common styling */
.menu {
	width: 100%;
	height: 20px;
	z-index: 100;
	margin: 0 auto;
	font-size: 12px;
	position: relative;
	font-family: arial, sans-serif;
}

.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.menu ul li a,
.menu ul li a:visited {
	display: block;
	text-decoration: none;
	color: #000;
	width: 100px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	overflow: hidden;
}

.menu ul li {
	float: left;
	margin: 0;
	position: relative;
}

.menu ul li ul {
	display: none;
}

.pubtitle {
	color: #000;
	font-weight: bold;
}

.pubauthor {
	margin-left: 30px;
}

.pubdata {
	margin-left: 30px;
}

table {
	margin: 5px;
}

tr {
	vertical-align: top;
}

td {
	padding: 10px;
}

/* specific to non IE browsers */
.menu ul li:hover a {
	color: #fbe464;
	background-color: #697286;
	height: 20px;
}

img.left {
	 border: 0;
	 display: block;
	 float: left;
	 clear: both;
}

img.right {
	 border: 0;
	 display: block;
	 float: right;
	 clear: both;
}

#main {
	margin: 0 auto;
	width: 100%;
	float: left;
	display: inline;
	padding: 10px 0 15px 0;
	background: #fff url(../images/downfade.png) repeat-x;
}

#main p {
	padding: 0 20px;
}

#main h1 {
	font-size: 150%;
	padding: 0 10px;
}

#main h2 {
	font-size: 125%;
	padding: 0 10px;
}

#main li {
	list-style-type: none;
}

#left {
	float: left;
	display: inline;
	width: 79%;
	padding: 0;
	background: #fff;
	border-right: 1px solid #1b3559;
}

#center {
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	display: inline;
	background-color: #fff;
}

#right {
	width: 20%;
	float: right;
	color: #264d84;
	display: inline;
	background: #fff;
	margin: 10px 0;
}

#right h1, #right h2, #right h3, #right h4, #right h5 {
	margin: 0 0 10px 0;
	padding: 10px;
	font-size: 100%;
	font-weight: normal;
}

#right p {
	margin: 0 0 5px 0;
	padding: 5px 5px;
}

#right ul {
	margin: 0 5px;
	text-align: left;
}

#right ul li {
	width: 90%;
}

#right ul li a {
	width: 100%;
	color: #1b3559;
	text-align: left;
	text-decoration: none;
}

#right ul li a:hover {
	color: #1b3559;
	background-color: #e5cf5c;
	text-decoration: none;
	font-weight: bold;
}

#right ul li.active a {
	color: #1b3559;
	border: 1px solid #e5cf5c;
	text-decoration: none;
	font-weight: bold;
}

#footer {
	margin: 0 auto;
	width: 100%;
	padding: 10px 0;
}

#footer p {
	margin: 0;
	padding: 10px;
}

#footer a {
	color: #446;
	text-decoration: none;
}

#footer a:hover {
	color: #9ac;
	text-decoration: none;
}

#footerLeft {
	float: left;
	width: 25%;
	padding: 15px 0;
}

#footerRight {
	float: left;
	width: 75%;
	padding: 15px 0;
	text-align: right;
}

.sangrado {
	margin: 10px 50px;
}
