/*  
Theme Name: Javelin
Theme URI: http://localhost/wordpress/
Description: Javelin Technologies Theme.
Version: 1
Author: Rod Mackay
Author URI: http://www.javelin-tech.com
*/

body {
	font: 14px/150% Arial, Helvetica, sans-serif;
	color: #333333;
	background: #F4F7FE url(images/global.jpg) repeat-x left top;
	margin: 0px;
	padding: 0px 0px 40px;
}
a, a:visited {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #DD6314;
	text-decoration: underline;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin:0px;
	font: bold 34px/100% "Lucida Sans Unicode", Arial, Verdana;
	color: #244884;
	display: block;
	z-index: 20;
}
h1 a{
	color: #244884;
	text-decoration: none;
}
h1 a:visited{
	color: #244884;
	text-decoration: none;
}
h1 a:hover{
	color: #244884;
	text-decoration: none;
}
h2   {
	color: #244884;
	margin: 0px 0px 4px;
	border-bottom: 1px dotted #CCCCCC;
	font: bold normal 24px/100% Arial, Helvetica, sans-serif;
	padding-bottom: 6px;
	padding-top: 0px;
}
h2   a,h2  a:visited   {
	color: #244884;
	text-decoration: none;
}
h2   a:hover  {
	color: #FFFFFF;
	text-decoration: none;
	background: #0066FF;
}
h3  {
	font: bold normal 14px/100% "Lucida Sans Unicode", Arial, Verdana;
	color: #244884;
	margin: 10px 0px 5px;
}
blockquote  {
	font: 15px Georgia, "Times New Roman", Times, serif;
	background: url(images/blockquote.gif) no-repeat left 5px;
	padding-left: 20px;
	color: #666666;
	margin: 0px 0px 15px 20px;
	display: block;
}
form {
	margin:0px;
	padding:0px;
}
#wrapper {
	height: auto;
	width: 1000px;
	margin: 0px auto;
	background: url(images/pg_shadow.png) no-repeat center top;
}

#page {
	margin: 0px auto;
	width: 980px;
	background: #FFFFFF;
}
/* Page Header Styles 
-------------------------------------------------*/
#header {
	height: 100px;
	width: 940px;
	float: left;
	background: #FFFFFF;
	padding-left:20px;
	padding-right: 20px;
}
#menu {
	height: 26px;
	width: auto;
	background: #244884 url(https://system.netsuite.com/c.265419/images/bg/main_nav.gif) repeat-x left top;
}
#menuContainer {
	width: 980px;
	height: 26px;
	float: left;
	position: relative;
	display: block;
	padding: 0px;
	margin: 0px;
	background: #244884;
	border-bottom: 1px solid #FFFFFF;
}
#menu ul.blogMenu h2 a { background:#0066FF; }
div.headerLinks {
	float: right;
	height: 25px;
	width: 700px;
	margin: 0px;
	padding-top: 0px;
}
.home {
	float: left;
	width: 40px;
	clear: left;
}
.headerLinks li {
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
}
.headerLinks ul {
	margin-top: 0px;
	padding-top: 7px;
}

.headerLinks li a, .headerLinks li a:visited {
	display: block;
	border-right: 1px solid #244884;
	padding: 0px 8px 1px;
	font: bold x-small/100% Verdana, Arial, Helvetica, sans-serif;
	color: #244884 !important;
	text-decoration: none;
	height: auto;
	margin: 0px;
}
.headerLinks li a:hover {
	text-decoration: underline;
	background-color: #FFFFFF;
}
#header .headerLinks li a.endLiItem {
	display: block;
	padding: 0px 5px 0px 7px;
	border-right: none;
	margin: 0px;
	height: auto;
}

div.logo {
	float: left;
	height: 80px;
	width: 230px;
	margin-top: 4px;
	margin-left: 0px;
}
div.logo a:hover {
	background-color: #FFFFFF;
}
div.callNo {
	width: 340px;
	padding-top: 15px;
	height: auto;
	float: left;
	padding-left: 70px;
}
.callNoTitle {
	font: 16px Arial, Helvetica, sans-serif;
	color: #244884;
	text-align: center;
	padding: 0px;
	display: block;
	width: 100%;
	float: right;
	clear: right;
	margin: 0px;
}
.callNoSubTitle {
	color: #FF9900;
	margin-top: 4px;
	margin-bottom: 0px;
	text-align: center;
	font: 12px/100% Verdana, Arial, Helvetica, sans-serif;
	display: block;
	float: right;
	width: 100%;
	padding: 0px;
}
.call {
	color: #FF9900;
	font-size: small;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
}

/* Search Styles 
-------------------------------------------------*/

#searchContainer {
	width: 700px;
	float: right;
	height: 60px;
}
div.searchForm {
	float: right;
	width: 280px;
	text-align: right;
	margin-top: 16px;
	vertical-align: top;
	height: auto;
}

#searchform {
	width: 280px;
	padding: 0px;
	float:right;
}
#searchform #s {
	border: 1px solid #244884;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	height: 16px;
	width: 200px;
	text-align: left;
	vertical-align: top;
	color: #999999;
	padding-left: 4px;
}
#searchform #searchsubmit {
	background: #244884 url(images/search_bg.gif) repeat-x left center;
	font: bold normal x-small Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	border-style: none;
	height: 20px;
	margin-top: 1px;
	margin-left: 4px;
}
#searchform #searchsubmit:hover  {
	background: #0066FF;
}
#searchform label {
	font-size: 11px;
	color: #41550e;
}

/* Body Content 
-------------------------------------------------*/
#banner {
	height: 170px;
	border-bottom: 3px solid #FFFFFF;
	position: relative;
	float: left;
	width: 980px;
	background: url(images/banner_bg.jpg) repeat-x left bottom;
}
#bannerTitle {
	position: relative;
	padding: 30px 0px 0px 40px;
	height: 120px;
}
#bannerTitle .subscribe a, #bannerTitle .subscribe a:link, #bannerTitle .subscribe a:visited {
	background: url(images/feed_32.png) no-repeat left center;
	width: 250px;
	padding-left: 40px;
	position: absolute;
	left: 650px;
	top: 25px;
	height: 30px;
	font: bold 16px Arial, Helvetica, sans-serif;
	vertical-align: middle;
	padding-top: 15px;
	padding-bottom: 5px;
	color: #DD6314;
} 
#bannerTitle   .description{
	position: absolute;
	bottom: 3px;
	color: #B4B4B4;
	font: bold 24px/120% Arial, Helvetica, sans-serif;
	width: 900px;
}
.breadcrumb {
	float: left;
	width: 955px;
	padding-top: 10px;
	padding-left: 25px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding-bottom: 10px;
}
#content {
	float: left;
	width: 660px;
	overflow: hidden;
	margin-top: 10px;
	padding-bottom: 30px;
	padding-left: 25px;
}
#content img, #content a img   {
	border-style: none;
}
.post {
	clear:both;
	padding-top: 10px;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
	margin-top: 4px;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}

.post-title {
	float: left;
	margin-left: 10px;
	width: 600px;
	height: auto;
}
.post-data {
	margin: 0;
	padding: 0px 0px 8px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}
.post-data a, .post-data a:link, .post-data a:visited {
	color: #0066FF;
	text-decoration: none;
	padding-top: 10px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 4px;
}
.post-data a:hover {
	color: #DD6314;
	text-decoration: underline;
}
.post-data span {
	padding: 0 0 3px 19px;
	margin-right: 15px;
}

.post-author {
	background: url(images/author.gif) no-repeat 2px top;
}
.post-category {
	background: url(images/category.gif) no-repeat left top;
}
.post-tag {
	background: url(images/tag.gif) no-repeat left top;
}
.post-comments {
	background: url(images/comments.gif) no-repeat left top;
}
.post-edit {
	background: url(images/edit.gif) no-repeat left top;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
}
.post-content {
	clear: both;
	padding-top: 10px;
}
.post-content  ul {
	margin-top: 10px;
	margin-bottom: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.entry {
	clear: both;
	padding-top: 20px;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.entry h1 {
	font: 18px "Lucida Sans Unicode", Arial, Verdana;
	padding: 0px;
	margin-top: 18px;
	margin-bottom: 6px;
}

.entry h2 {
	font: 16px "Lucida Sans Unicode", Arial, Verdana;
	border-style: none;
	padding: 0px;
	margin-top: 16px;
	margin-bottom: 12px;
}
.entry h3 {
	margin-top: 14px;
	margin-bottom: 12px;
	padding: 0px;
}

.entry h4 {
	margin-top: 14px;
	color: #B36B00;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 12px;
}


.entry ul {
	margin-top: 4px;
	margin-bottom: 24px;
}
.entry ul li {
	color: #333333;
	margin-top: 6px;
	margin-bottom: 6px;
	line-height: 140%;
	list-style: square url(images/ul_bullet.gif);
}
.entry ol {
	margin-top: 4px;
	margin-bottom: 24px;
}
.entry ol li {
	color: #333333;
	margin-top: 6px;
	margin-bottom: 6px;
	line-height: 140%;
}
.entry ul ul li{
	list-style: square url(images/ul_ul_bullet.gif);
}
.entry ul ul ul li{
	list-style: square url(images/ul_ul_bullet.gif);
}
.entry object {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}
a.more-link, a.more-link:link, a.more-link:visited  {
	display: block;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #0066FF;
	float: right;
	width: auto;
	margin-top: 2px;
	margin-bottom: 4px;
	padding: 4px 8px;
	border: 1px solid #0066FF;
}
a.more-link:hover {
	color: #FFFFFF;
	background: #0066FF;
	text-decoration:none;
	border: 1px solid #0066FF;
}
.post-nav {
	clear: both;
	padding: 10px 0px;
	margin-bottom: 20px;
	border-top: 1px dotted #CCCCCC;
}
.post-nav  a, .post-nav  a:visited {
	color: #999999;
	font-size: 16px;
}
.previous {
	float: left;
	padding-left: 18px;
	background: url(images/nav-left.gif) no-repeat left center;
}
.next {
	float: right;
	padding-right: 18px;
	background: url(images/nav-right.gif) no-repeat right center;
}
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 50px;
	display: block;
}
h3#comments , h3#respond  {
	margin-top: 40px;
}
h4#respond  {
	margin: 20px 0px 10px;
	padding: 0px;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px 5px 50px;
	position: relative;
}
.commentlist .avatar {
	position: absolute;
	top: 5px;
	left: 5px;
	border: solid 1px #ededed;
	padding: 1px;
	background: #fff;
}
.commentlist .alt {
	background: #F5F5F5;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #CC6600;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #666666;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
#commentform input{
	width: 153px;
	background:#F5F5F5;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 630px;
	height: 160px;
	background:#F5F5F5;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-top: 3px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: 2px outset #FF9900;
	float:left;
	width: 144px;
	height: 29px;
	background: #FF9900 url(images/orange_bg.gif) repeat-x left center;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#commentform #submit:hover {
	border: 2px inset #0066FF;
	background: #0066FF;
}
/* sidebar
-------------------------------------------------*/
#sidebar {
	width: 230px;
	float: right;
	margin-right: 25px;
	margin-top: 15px;
	margin-bottom: 30px;
}
#sidebar li {
	list-style: none;
	border-style: none;
}
#sidebar h2, #sidebar .widgettitle {
	font: bold 15px Arial, Helvetica, sans-serif;
	padding: 8px 0 8px 10px;
	margin: 0;
	display: block;
	background: #676767 url(images/hd_sidebar.jpg) no-repeat left top;
	color: #FFFFFF;
	border-style: none;
}
#sidebar h2 a, #sidebar .widgettitle a {
	text-decoration: none;
}
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0px;
	border: 1px solid #CCCCCC;
}
#sidebar ul ul {
	margin: 0;
}
#sidebar ul li {
	padding: 0;
	margin: 0px;
	border-bottom: 1px dotted #CCCCCC;
}
#sidebar ul ul li {
	background: url(images/ul_ul_bullet.gif) no-repeat 0 4px;
}
#sidebar ul a, #sidebar ul a:link, #sidebar ul a:visited {
	text-decoration: none;
	display: block;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 6px 6px 6px 24px;
	background: url(images/li_bullet.gif) no-repeat 10px 6px;
	color: #244884;
	margin: 0px;
}
#sidebar ul a:hover {
	background: #FFFFFF url(images/li_bullet.gif) no-repeat 10px 6px;
}


/* widgets 
-------------------------------------------------*/
#sidebar .widget {
	margin: 0 0 32px;
	background: #F4F4F4;
}
#sidebar h2 a.rsswidget, #sidebar h2 a.rsswidget:visited, #sidebar h2 a.rsswidget:link {
	color: #FFFFFF;
}
#sidebar h2 a.rsswidget:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background: transparent;
}
#sidebar li#tag_cloud-3.widget.widget_tag_cloud div {
	padding: 5px;
}
#sidebar li.widget.widget_categories ul a {
	background: url(images/category.gif) no-repeat 6px 8px;
}
#sidebar li.widget.widget_categories ul a:hover {
	background: #FFFFFF url(images/category.gif) no-repeat 6px 8px;
}
#sidebar #searchform {
	position: relative;
	margin: 0;
	right: auto;
	bottom: auto;
}
#sidebar #wp-calendar caption {
	font-weight: bold;
}
#sidebar #wp-calendar td {
	width: 32px;
	padding: 4px 2px;
	text-align: center;
}
#sidebar h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
.ul-archives {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #dceeb7;
}
.ul-archives li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #dceeb7;
	background: url(images/mini-monthly-archive.gif) no-repeat left center;
}
.ul-archives li a, .ul-archives li a:visited{
	color: #495233;
	text-decoration: none;
}
.ul-archives li a:hover{
	color: #FF6600;
	text-decoration: none;
}
/* footer styles
-------------------------------------------------*/
#footer {
	clear: both;
	background: #244884;
	color: #FFFFFF;
	font-size: 95%;
	line-height: 130%;
	border-bottom: 4px solid #FF9900;
}
#footer a, #footer a:link, #footer a:visited{
	color: #ffffff;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
#footer .left-col{
	width: 280px;
	float: left;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#footer .right-col{
	width: 230px;
	float: right;
	padding-right: 10px;
	margin: 5px 15px 5px 5px;
}
#footer h4 {
	font: normal 13px/100% "Trebuchet MS", Tahoma, Arial;
	color: #CCCCCC;
	margin: 10px 0px;
}
.recent-comments {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 110%;
}
.recent-comments li{
	background: url(images/ft_comments.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.recent-comments a{
	font-size: 105%;
	line-height: 130%;
}
.recent-posts {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}
.recent-posts li{
	background: url(images/ft_post.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.recent-posts a{
	font-size: 105%;
	line-height: 130%;
}
#followus img {
	margin-right: 10px;
}
#credits {
	width: 980px;
	color: #999999;
	font: 10px/120% Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	padding: 5px 0px;
	background: #F4F7FE;
	float: left;
	margin-right: 0px;
	height: 20px;
}
#credits a, #credit a:visited {
	color: #999999;
	text-decoration: underline;
}
.left {
	float: left;
}
img.left, a img.left {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.left{
	border-color: #FF6600;
	background: #FF6600;
}
.right {
	float: right;
}
img.right, a img.right {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.right{
	border-color: #FF6600;
	background: #FF6600;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
img.img_border, a img.img_border {
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #ffffff;
}
a:hover img.img_border{
	border-color: #FF6600;
	background: #FF6600;
}
dt.gallery-icon a:hover {
	border-color: #0066FF;
}
/* wordpress post formating, etc.
-------------------------------------------------*/
.addthis_container {
	z-index:10000;
}
.center {
	text-align: center;
}
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	background: #F5F5F5;
	border: solid 1px #d6d1c7;
	padding: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-bottom: 20px;
}
.alignleft {
	float: left;
	margin-right: 20px;
}
.alignright {
	float: right;
	margin-left: 20px;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	border: solid 1px #d6d1c7;
	padding: 5px 2px 0;
	margin-bottom: 35px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.wp-caption-text {
	font: 12px/120% Verdana, Arial, Helvetica, sans-serif;
	margin: 6px 0;
	color: #666666;
}

/* wordpress post formating end
-------------------------------------------------*/

