/*  
Theme Name: OneNabi Consulting, Inc.
Description: Theme for OneNabi Consulting, Inc.
Author: Micah Boon

*/



/* Begin Typography & Colors */

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px; 
	padding: 0; 
	height: 200px; 
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin:0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.post h2 {
	margin-top:10px;
}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}


/*	Begin Headers */
h1, h2, h3, h4, h5, h6 {
	display:block;
	clear:both;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	border:none;
}

h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin:0 0 5px 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#bodySide h2 {
	margin:25px 0 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 15px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom:20px;
	}
	
div.alignleft, div.alignright {display:block;}

/* End Various Tags & Classes*/

body {
	position:relative;
	background:#030f23 url(http://www.onenabi.com/img/bg/main_bg.jpg) top left repeat-x; /*0f254a*/
	margin:0 0 15px 0;
	padding:0;
	font-family: "Lucida Grande", "Helvetica Nue", Helvetica, Verdana, Geneva, Tahoma, sans-serif;
	font-size:62.5%;
	text-align:center;
	color:#333;
}

/****Basic Link style****/

a, a:visited {
	color:#04527e;
	text-decoration:none;
	padding:2px 0;
	border-bottom:1px solid #d3d4d6;
}

a:hover {
	color:#fff;
	background:#0f2549;
	border:none;
}


/****************************************
*  Layout Style
****************************************/

#language {float:right; position:absolute; top:0; right:0; margin-top:-35px; color:#ced1d7 !important;}

#exWrap {
	position:relative;
	float:left;
	width:780px;
	height:auto;
	top:0px;
	left:50%;
	margin-left:-390px;
	margin-bottom:15px;
	padding:0 0 15px 0;
	/*background:#0f254a;
	border:2px solid #030f22;*/
}

#wrapper {
	position:relative;
	float:left;
	top:10px;
	left:50%;
	margin:0 0 0 -375px;	
	width:750px;
	height:auto;
	text-align:center;
}

#mastHead {
	float:left;
	height:auto;
	margin:0 0 10px 0;
	color:#fff;
}

#mastHead h1, #mastHead h1 a {
	margin:0;
	padding:0;
	float:left;
	height:115px;
	width:275px;
}

#mastHead h1 a {
	position:absolute;
	background:#0f254a url(http://www.onenabi.com/img/brand/site_logo4.jpg) no-repeat top left;
	top:0px;
	left:0;
	text-indent:-9999px;
	border:none !important;
}

#utility {
	position:absolute;
	display:inline;
	right:0;
	list-style:none;
	margin:25px 0 0 0;
	padding:0;
	float:right;
	font-size:1.3em;
}

#utility li {
	float:left;
	padding:0 10px;
}

#utility li a {
	display:block;
	float:left;
	color:#cbd4e2;
	/*background:url(../img/misc/fade_divider.gif) center left no-repeat;*/
	padding:2px 0;
	border-bottom:1px dotted #d5dde9;
}

#utility li a:hover {
	color:#fff;
	border-bottom:3px solid #f8d6b5;
}

#u-home .u-home a, #u-blog .u-blog a {
	color:#fff;
	border-bottom:1px solid #fff;
}

/*.divider {
	float:left;
	padding:0;
	background:url(../img/misc/fade_divider.gif) top center no-repeat;
	height:51px;
	margin:-15px 0 0 0;
}*/

#homeFeature, #aboutFeature {
	float:left;
	clear:both;
	background:url(http://www.onenabi.com/img/homepage/one_prophet.gif) no-repeat top left;
	width:750px;
	height:219px;
	text-indent:-9999px;
	margin:10px 0 0 0;
}

#blogFeature {width:750px; height:195px; float:left; clear:both; margin:0; 
	background:url(http://www.onenabi.com/img/feature/blog4.jpg) no-repeat top left;}

#menu {position:relative; clear:both; width:750px; float:left; text-align:left; height:auto; margin:5px 0 0 0; padding:0;}
#menu ul {float:left; list-style:none; margin:0; padding:0;}
#menu li {float:left; height:40px; margin:0 18px; padding:0;}
#menu h4 {margin:0; font-size:1.4em; display:block; height:40px;}
#menu li h4 a {display:block; height:40px; text-indent:-9999px; border:none !important;}

#menu .m-about {width:81px;}
#menu .m-events {width:65px;}
#menu .m-featured {width:130px;}
#menu .m-services {width:78px;}
#menu .m-gallery {width:68px;}
#menu .m-testimonials {width:108px;}

.m-about h4 a, .m-about h4 a:visited, .m-about h4 a:hover {background:url(http://www.onenabi.com/img/menu/about_bg.gif) no-repeat top left; width:81px;}
.m-events h4 a, .m-events h4 a:visited, .m-events h4 a:hover {background:url(http://www.onenabi.com/img/menu/events_bg.gif) no-repeat top left; width:65px;}
.m-featured h4 a, .m-featured h4 a:visited, .m-featured h4 a:hover {background:url(http://www.onenabi.com/img/menu/featured_bg.gif) no-repeat top left; width:133px;}
.m-services h4 a, .m-services h4 a:visited, .m-services h4 a:hover {background:url(http://www.onenabi.com/img/menu/services_bg.gif) no-repeat top left; width:78px;}
.m-gallery h4 a, .m-gallery h4 a:visited, .m-gallery h4 a:hover {background:url(http://www.onenabi.com/img/menu/gallery_bg.gif) no-repeat top left; width:68px;}
.m-testimonials h4 a, .m-testimonials h4 a:visited, .m-testimonials h4 a:hover {background:url(http://www.onenabi.com/img/menu/testi_bg.gif) no-repeat top left; width:108px;}

.m-about h4 a:hover, #m-about .m-about h4 a {background-position:-88px 0;}
.m-events h4 a:hover {background-position:-64px 0;}
.m-featured h4 a:hover {background-position:-134px 0;}
.m-services h4 a:hover {background-position:-83px 0;}
.m-gallery h4 a:hover {background-position:-76px 0;}
.m-testimonials h4 a:hover {background-position:-115px 0;}


#bodyHomeWrap, #bodyWrap {
	float:left;
	margin:5px 0 0 0;
	clear:both;
	width:750px;
	background:#fff;
	border-top:4px solid #cacacb;
	min-height:400px;
}
#bodyWrap {background:#fff url(http://www.onenabi.com/img/sidebar/side_bg2.gif) top right repeat-y;}

#bodyHomeMain, #bodyMain {
	background:#fff;
	text-align:left;
	float:left;
	width:410px;
	height:auto;
	margin:0px 20px 20px 15px;
}
#bodyMain {width:485px;}

#bodyHomeSide, #bodySide {
	text-align:left;
	float:left;
	width:290px;
	height:auto;
	margin:0px 15px 20px 0;
}
#bodySide {width:200px; margin:0 15px 20px 15px;}



#footer {
	float:left;
	clear:both;
	color:#fff;
	margin:10px 0;
}

#footer a, #footer a:visited {text-decoration:none; color:#fff; border:none;}
#footer a:hover {text-decoration:underline; background:none;}

#copyright {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}

#extraNav {
	position:absolute;
	right:0;
	float:right;
	list-style:none;
	margin:0;
	padding:0;
}

#extraNav li {
	float:left;
	margin:0 0 0 10px;
}

#bodyHomeMain h1, #bodyHomeSide h1, #bodyMain h1, h2.pagetitle, .post h2 {
	text-align:left;
	margin:15px 0;
	padding:0 0 15px 0;
	color:#8f5800;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.8em;
	border-bottom:2px solid #d3d4d6;
	display:block;
}

#bodyHomeMain p, #bodyMain p {
	text-align:left;
	font-size:1.2em;
	color:#333;
	margin:0 0 15px 0;
	line-height:1.6em;
}

#bodySide h3 {
	font-size:1.5em;
	margin:15px 0 10px 0;
	color:#0f254a;
}

#bodySide ul {
	margin:0;
	padding:0;
	list-style:none;
}

#bodySide ul li {
	font-size:1.1em;
	
}

#bodySide ul li a, #bodySide ul li a:visited {
	display:block;
	padding:6px 0;
	margin:0;
	color:#b1700a;
	text-decoration:none;
	border-bottom:1px dotted #999;
}

#bodySide ul li a:hover{
	display:block;
	padding:6px 0 6px 12px;
	background:url(http://www.onenabi.com/img/sidebar/link_bg.gif) center left no-repeat;
	border-bottom:1px solid #999;
}

#bodySide p a, #bodySide p a:visited {
	color:#04527e !important;
	text-decoration:none !important;
	padding:2px 0 !important;
	border-bottom:1px solid #d3d4d6 !important;
	display:inline !important;
}

#bodySide p a:hover {
	color:#fff !important;
	background:#0f2549 !important;
	border:none !important;
	display:inline !important;
}

body.about_home .s-about a, body.history .s-history a, body.mission .s-mission a,
body.bio .s-bio a, body.gallery .s-gallery a,
body.testimonials .s-testimonials a {
	display:block;
	padding:6px 0 6px 12px !important;
	background:url(http://www.onenabi.com/img/sidebar/link_bg.gif) center left no-repeat;
	border-bottom:1px solid #999;
	font-weight:600;
}


/*****************************************
*  More Stuff
*****************************************/
p.follow a {
	color:#04527e;
	background:url(http://www.onenabi.com/img/misc/blue_arrow.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 18px;
	font-style:italic;
	text-decoration:none;
}

img.left {
	float:left;
	margin:0 10px 10px 0;
	border:3px solid #d3d4d6;
}

.clear {
	clear:both;
}

ul.blogNav {float:left; margin:10px 0; padding:0; list-style:none;}
.previousPost {float:left;}
.nextPost {float:right;}
.previousPost a, .previousPost a:visited, .nextPost a, .nextPost a:visited {border:none;}