/*  
Theme Name: Nexius Theme
Theme URI: http://www.nexius.com/
Description: Nexius Corporate Website
Version: 1.4
Author: Mauro Imán
Author URI: www.mauroiman.com

Nexius Website Theme v1.4
http://www.nexius.com/

*/

h1 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:32px;
	color:#00539f;
	line-height:30px;
	margin:0px;
	padding:0px;
	font-weight:normal;
}

h2 {
	font-family:"Arial Narrow", Helvetica, Arial, sans-serif;
	font-size:32px;
	color:#636363;
	line-height:30px;
	margin:0px;
	padding:0px;
	font-weight:normal;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#636363;
	line-height:28px;
	margin:0px;
	padding:0px;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#00539f;
	line-height:17px;
	margin:0px;
	padding:0 0 10px 0;
}

h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#00539f;
	line-height:15px;
	margin:0px;
	padding:0 0 10px 0;
}

.title_orangeUnderline {
	border-bottom:1px solid #ff9900;
}

.title_greyUnderline {
	border-bottom:1px solid #b3b3b3;
}

p {
	padding:0 0 20px 0;
}


.entry ul {
	margin:0;
	padding:0 0 21px 20px;
}

.entry ul li {
	list-style:none;
	padding:0 0 0 15px;
	background-image:url(images/bullet-1.png);
	background-position:0px 8px;
	background-repeat:no-repeat;
}

.entry ul li ul > li {
	list-style:none;
	padding:0 0 0 12px;
	background-image:url(images/bullet-1.png);
	background-position:0px 9px;
	background-repeat:no-repeat;
}


.entry a {
	/*color:#0077b3 !important;*/
	color:#00539f !important;
	text-decoration:underline !important;
	font-weight:normal !important;
	border-bottom:none !important;
}


.entry a:hover {
/*	color:#0099e5 !important;*/
	color:#0070d9 !important;
	text-decoration:underline !important;
	font-weight:normal !important;
	border-bottom:none !important;
}


.listBullets {
	list-style:none;
	padding:0 0 0 20px;
}

.listBullets li {
	background:url(images/midBullet.gif) no-repeat;
	background-position:left 5px;
	padding:0 0 0 10px;
	font-weight:bold;
}
.post-title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#0055a4;
	line-height:20px;
	margin:0px;
	padding:0px;
}

.post-title a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#0055a4;
	margin:0px;
	padding:0px;
	text-decoration:none;
	border:none;
}

.post-title a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#0055a4;
	margin:0px;
	padding:0px;
	text-decoration:underline;
	border:none;
}

.post-description {
	font-size:11px;
	font-weight:normal;
	color:#6e6e6e;
}

.post-description p {
	padding:0px 0px 5px 0px !important;
}

.post-category {
	font-size:11px;
	font-weight:normal;
	color:#6e6e6e;
	text-decoration:none;
}
.post-category a {
	font-size:11px;
	font-weight:bold;
	color:#6e6e6e;
	text-decoration:none;
	border-bottom:none;
}
.post-category a:hover {
	font-size:11px;
	font-weight:bold;
	color:#6e6e6e;
	text-decoration:underline;
	border-bottom:none;
}


.post-date {
	font-size:11px;
	font-weight:normal;
	color:#6e6e6e;
	text-decoration:none;
}
.post-date a {
	font-size:10px;
	font-weight:bold;
	color:#6e6e6e;
	text-decoration:none;
}
.post-date a:hover {
	font-size:10px;
	font-weight:bold;
	color:#6e6e6e;
	text-decoration:underline;
}

post-content {

}


.alignleft {
	float:left;
	padding-right:5px;
	padding-bottom:5px;
}

.alignright {
	float:right;
	padding-left:5px;
	padding-bottom:5px;
}

.blueText {
	font-weight:bold;
	color:#0055a4;
}

.orangeText {
	font-weight:bold;
	color:#ff9900;
}

.greyText {
	color:#a5a5a5;
}

.darkGreyText {
	color:#4c4c4c;
}

.greyLink {
	color:#7f7f7f;
}
.greyLink:hover {
	color:#a6a6a6;
}

.darkGreyLink {
	color:#4c4c4c !important;
	text-decoration:none !important;
	border-bottom:1px solid #737373 !important;
}
.darkGreyLink:hover {
	color:#737373 !important;
	text-decoration:none !important;
	border-bottom:1px solid #a6a6a6 !important;
}


.newsLink {
	color:#4c4c4c !important;
	text-decoration:underline !important;
	font-weight:normal !important;
	border-bottom:none !important;
}

.newsLink:hover {
	color:#737373 !important;
	text-decoration:underline !important;
	font-weight:normal !important;
	border-bottom:none !important;
}


.orangeLink {
	color:#ff9900;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #ff9900;
}
.orangeLink:hover {
	color:#ffb74b;
	border-bottom:1px solid #ffb74b;
}


.blueLink {
	color:#0055a4 !important;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #0055a4 !important;
}
.blueLink:hover {
	color:#0065c3 !important;
	border-bottom:1px solid #0065c3 !important;
}

.bigQuote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	color:#666666;
	padding:0px;
	margin:0px;
}


.textShadow {
	text-shadow: 1px 1px #333333;
}

.textBright {
	text-shadow: 1px 1px 0px #fff;
}


.textBevel {
	text-shadow: 1px 1px #000, -1px -1px #fff;
}


.blueButton {
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	background:url(images/blueButton.png) no-repeat center center;
	display:block;
	width:128px;
	height:32px;
	border:none;
	cursor:pointer;
}