/*
Theme Name: NAI
Theme URI: http://www.naihorizonblog.com/
Description: Developed for NAI Horizon
Version: 1
Author: Jeffrey Horen
Author URI: http://www.excelnetmedia.com/
*/

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
p {margin:0 0 1.5em;}
.float-right {float: right; text-align: left;}
.float-left {float: left;}
.clear {clear: both;}


body {
	background: #eee url(images/bg_body.jpg) repeat-x;
	color: #474747;
	font: 82% arial,sans-serif;
	line-height: 1.4em;
	text-align:center;
}
#container {
	background: #fff;
	margin:0 auto;
	text-align:left;
	width:990px;
}
#header {
	background: #fff;
	height: 92px;
	position:relative;
}
#header-left {
	background: #fff;
	float: left;
	margin-left: 3px;
}
#header-right {
	background: #fff;
	float: right;
	margin: 40px 10px 0 0;
}
#mid {
	clear: both;
}
#nav {
	background: url(images/topnav_middlebg.gif) repeat-x;
	height: 28px;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	display: inline;
	padding-left: 20px;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #004E61;
	font-weight: bold;
}
#nav a:hover {
	color: #DF162B;
}
#content {
	float:left;
	padding: 15px;
	width:675px;
         background:#ffffff;	
}
#sidebar {
	float:right;
	padding: 15px;
	width:240px;
         background:#ffffff;
}
#sidebar a:link{
	text-decoration: none;
	color: #595959;
	font-weight: normal;
}
#sidebar a:hover{
	text-decoration: none;
	color: #DF162B;
	font-weight: normal;
}
#extra {
	clear:both;
	width:100%;
}
#footer {
	background: #595959;
	color: #fff;
	padding: 3px 15px;
	text-align: center;
}

#footer a:link, #footer a:visited, #footer a:hover {
	text-decoration: underline;
	color: #eeeeee;
	font-weight: normal;
}
#credit a { 
	background: url("images/excelnet_logo.jpg") 1px 50% no-repeat; 
	clear: all;
	color: #000; 
	height: 25px;
	line-height: 25px; 
	margin:10px 0 10px 0; 
	padding: 20px 0 20px 20px;
	text-align:center;
	text-decoration: none; 
	}

.small {color: #945618;}
.small a:link, .small a:active, .small a:visited {color:#945618; text-decoration:none;}
.small a:hover {color:#333; text-decoration:underline;}
.postmetadata {font-size:0.9em; text-align:left; color:#333; margin:5px 0px 40px 0px; padding:5px 5px 5px 15px; background-color:#FAFAFA; border-top: 1px solid #E0E0E0; border-bottom: 1px solid #E0E0E0;}
.postmetadata a:link, .postmetadata a:active, .postmetadata a:visited {color:#945618; text-decoration:none;}
.postmetadata a:hover {color:#333; text-decoration:underline;}
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 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-Left ]------------------- */

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#sidebar ul ul {
	background:#eee;
	border:1px solid #d5d5d5;
	border-top:0;
	margin: 0;
	padding: 0;
	border-bottom:0;
	}

#sidebar ul ul ul {
	background:transparent;
	border:0;
	padding: 0;
	}

#sidebar ul ul ul ul {
	background:transparent;
	border:0;
	padding: 0;
	}

#sidebar li, #sidebar-right li {
	list-style-type: none;
	margin: 0;
	padding:0 ;
	}

#sidebar li li {
	list-style-type: none;
	margin: 0;
	padding:2px 10px 2px 24px;
	background: #eee url(images/arrow-off.gif) 10px 6px no-repeat;
	border-bottom:1px solid #ddd;
	}

#sidebar li li li {
	padding:0;
	border:0;
	background: transparent;
	}

#sidebar li li:hover {
	background: transparent url(images/arrow-on.gif) 12px 6px no-repeat;
	color: #DF162B;
	}

#sidebar li li li:hover {
	background: transparent;
	color: #DF162B;
	}

#sidebar li .widgettitle {
	color:#004E61;
	height:20px;
	line-height:20px;
	padding:0 10px;
	font-weight:bold;
	background:#eee url(images/topnav_middlebg.gif) top left repeat-x;
	border:1px solid #d5d5d5;
	border-bottom:0;
	font-size:9pt;
	letter-spacing: .12em;
	}

#sidebar .textwidget {
	margin: 0;
	padding:0;
	overflow:hidden;
	}

#sidebar .widget {
	margin: 0 0 20px 0;
	padding:0;
	overflow:hidden;
	}

#sidebar .sidebox {
	background:#eee url(images/box-top.gif) top left repeat-x;
	border:1px solid #d5d5d5;
	border-top:0;
	margin: 0;
	padding: 8px;
	line-height:1.4em;
	}

#sidebar a:hover { 
	color: #DF162B; 
	background:transparent; 
	}

#sidebar li#tag-cloud ul {
	padding: 5px 10px;
	}

#sidebar li#tag-cloud li {
	float:none;
	display:inline;
	padding: 0;
	margin: 0 5px 0 0;
	border-bottom: 0;
	background: transparent;
	}

/* -------------------[ Headings ]------------------- */

h1, h2, h3, h4, h5, h6, h7 {
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	text-align: left;
	}

h1 {
	font-size: 18pt;
	margin: 0;
	}

h2 {
	font-size: 16pt;
	}

h3 {
	font-size: 14pt;
	letter-spacing:0px;
	}

h4,h5,h6,h7 {
	font-size: 12pt;
	letter-spacing:0px;
	}

.post h1, .entry h1,.entry h2,.entry h3, .entry h4, .entry h5, .entry h6, .entry h7 {
	margin-bottom: 10px;
	}

h2.home-list, h1.page-title, h3#postinfo, h3#comments, h3#respond, h3#trackbacks  {
	font-family: arial,helvetica,sans-serif;
	height:26px;
	line-height:26px;
	font-size:9pt;
	padding:1px 10px 0;
	font-weight:bold;
	background:#eee url(images/title-bg-mid.gif) top left repeat-x;
	border:1px solid #d5d5d5;
	border-bottom:0;
	letter-spacing:0;
	}
	
/* -------------------[ Links ]------------------- */

a, a:link, a:visited {
	text-decoration:none;
	color: #DF162B;
	}

a:hover, a:active {
	text-decoration:none;
	color: #DF162B;
	}

#footer a:hover, #footer a:active, #my-glider a:hover, #my-glider a:active, #sidebar a:hover, #sidebar a:active {
	color:#000;
	}

.post h1 a, .post h2 a,.post h1 a:link, .post h2 a:link, .post h1 a:visited, .post h2 a:visited {
	color:#004E61;
	background:transparent;
	}

.post h1 a:active, .post h1 a:hover, .post h2 a:active, .post h2 a:hover {
	background:transparent;
	color:#DF162B;
	}

a.more-link, a.more-link:link, a.more-link:visited  {
	font-size:8pt;
        background: transparent url(images/arrow-off.gif) 100% 70% no-repeat;
        padding-right:12px; 
        }

a.more-link:hover, a.more-link:active  {
	font-size:8pt;
        background: transparent url(images/arrow-on.gif) 100% 70% no-repeat;
        padding-right:12px; 
        }

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}
.comments {
	background: #FAFAFA;
	border: 1px solid #E0E0E0;
	padding: 15px;
}
.comments ol {
	margin-left: 15px;
}
.commentlist {
	text-align: justify;
	margin:5px 0px 5px 0px; padding:5px; background-color:#fafafa; border: 1px solid #ccc;
	}

.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;
	}
.commentsfeed {
	background: url("images/rss_round.png") no-repeat left center;
	padding:5px 5px 5px 20px;
}
.trackback {
	background: url("images/link.png") no-repeat left center;
	height:30px;
	padding:5px 5px 5px 20px;
}
.commentsicon {
	background: url("images/comment_blue_trans.gif") 0 50% no-repeat;
	line-height: 15px;
	padding:5px 5px 5px 20px;
}
.tagsicon {
	background: url("images/tag_blue.png") 0 15% no-repeat;
	line-height: 15px;
	padding:5px 5px 5px 20px;
}
.postsicon {
	background: url("images/article.png") 0 10% no-repeat;
	line-height: 15px;
	padding:5px 5px 5px 20px;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.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;
	}S
/* End Comments */
