﻿body 
{
	background-position: bottom;
	margin: 0;
	padding: 0;
	background-color: #f9f9f9;
	font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Georgia, Sans-Serif;
	background-image: url('t4promo/t4pbg.jpg');
	background-repeat: repeat-x;
}


/* Links */

a:link { color: #335577; text-decoration: none; }

a:visited { color: #557799; text-decoration: none; }

a:hover, a:active { color: #ffffff; background-color: #335577; }

/* Html Elements */

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 10px 0; padding: 0; }

h1 { font-size: 32px; }

h2 { font-size: 28px; }

h3 { font-size: 24px; }

h4 { font-size: 20px; }

h5 { font-size: 16px; }

h6 
{ 
	font-size: 13px; 
	text-transform: uppercase; 
	margin: 5px 0; 
	font-weight: bold; 
}

ul { line-height: 1.8em; list-style-type: square; color: #333333; }

ol { line-height: 1.8em; color: #333333; }

blockquote
{
	color: #555555;
	background-color: #eeeeee;
	border: 1px solid #cfcfcf;
	padding: 5px 10px; 
	margin: 10px 20px;
}

img { border: 0px; }

code { font-family: Consolas, Verdana, Arial, "Courier New"; }

abbr, acronym { font-style: normal; border-bottom: 1px dotted #333333; cursor: help; }

em { font-style: italic; }

strong { font-weight: bold; }

del { text-decoration: line-through; color: #555555; font-size: 11px; }

ins { text-decoration: none; color: #679b3c; }

p em, 
cite
{
	font-family: Consolas, Verdana, Serif;
}

/* Structure */

#container
{
	width: 750px;
	margin: 0 auto;
}

#header
{
	padding: 15px 0;	
}

#navigation
{
	float: left; 
	width: 100%;
	background-color: #333333;
}

#wrapper
{
	margin: 0;
	padding: 0;
	clear: both;
	float: left;
	width: 100%;
	background-color: #f9f9f9;
}

#fp-port-ss
{
	width: 750px !important;
	height: 150px !important;
	background-image: url('assets/bnjs.gif');
}

#content-wrapper
{
	width: 60%;
	float: left;
}

#content-wrapper-large
{
	width: 100%;
}


#content
{
	float: left;
	padding: 20px;
	line-height: 1.6em;
}

#content .BlogPost
{
	width: 100%;
	border-bottom: 1px dotted #cccccc;
}

#content .CommentHeader
{
	width: 100%;
	border-bottom: 1px dotted #cccccc;
	background-color: #F5F5F5;
	background-position: right bottom;
	background-image: url('assets/comment.png');
	background-repeat: no-repeat;
}



#sidebar-wrapper
{
	width: 40%;
	float: left;
}

#sidebar
{
	float: left;
	padding: 20px;
}

#sidebar .focus
{
	width: 270px;
	border: 4px solid #0099CC;
	text-align: center;
}

#sidebar .comment
{
	margin-top: 15px;
	background-position: left center;
	width: 270px;
	border: 4px solid #FF9933;
	text-align: right;
	background-image: url('assets/comment.png');
	background-repeat: no-repeat;
}

#sidebar .comment:hover
{
	background-color: #eeeeee;
}

#footer
{
	clear: both;
	float: left;
	width: 100%;
	margin: 20px 0;
	color: #555555;
	text-align: center;
	padding: 10px 0;
	background-color: #cfcfcf;
}

#caboose
{
	clear: both;
	float: left;
	width: 100%;
	color: #555555;
	text-align: right;
	padding: 5px 0;
}


/* Navigation */

#navigation ul
{
	margin: 0 5px;
	float: left;
	width: 95%;
	padding: 10px 0;
	list-style-type: none;
}

#navigation li { float: left; margin: 0 0 0 5px; padding: 0; }

#navigation a:link,
#navigation a:visited
{
	float: left;
	display: block;
	color: #99bbdd;
	padding: 5px 10px;
	border: 1px solid #333333;
}

#navigation a:hover,
#navigation a:active
{
	color: #ffffff;
	background-color: #557799;
	border-color: #99bbdd;
}

#bhome li#lhome a,
#bproducts li#lproducts a,
#bsupport li#lsupport a,
#bblog li#lblog a,
#babout li#labout a,
#bcontact li#lcontact a
{
	color: #f9f9f9;
	background-color: #557799;
	border-color: #7799bb;
}

/* Header */

#header h1 { margin-bottom: 0; }

#header h1 a {
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('assets/logo.jpg');
}

#header h1 a:link,
#header h1 a:visited
{
	color: #333333;
}

#header h1 a:hover,
#header h1 a:active
{
	color: #000000;
	background-color: transparent;
}

#header h1 span { visibility: hidden; }

/* Big Menu Items */

ul#menu
{
	margin: 0;
	padding: 0;
	line-height: 1.6em;
	list-style-type: none;
	width: 100%;
}

ul#menu li
{
	padding: 5px;
	height: 95px;
	width: 100%;
}

ul#menu li:hover
{
	background-color: #eeeeee;
}

ul#menu li img
{
	float: left;
	margin-right: 10px;
}

ul#menu li p
{
	font-size: 80%;
	color: silver;
}

ul#menu li a:link,
ul#menu li a:visited,
ul#menu li a:hover,
ul#menu li a:active
{
	color: black;
	background-color: transparent; 
}

/* Comments */

ul#comments
{
	margin: 0;
	padding: 0;
	line-height: 1.6em;
	list-style-type: none;
}

ul#comments li
{
	padding: 5px;
}

ul#comments li .title
{
	display: block;
	font-weight: bold;
	margin-right: 10px;
}

ul#comments li .date
{
	display: block;
	color: #777777;
	font-size: smaller;
	margin-right: 10px;
}

ul#comments li a:link,
ul#comments li a:visited
{
	padding: 0; 
	color: #333333;
}

ul#comments li a:hover,
ul#comments li a:active
{
	background-color: transparent; 
}

/* Sidebar */

ul#sidenotes
{
	margin: 0;
	padding: 0;
	line-height: 1.6em;
	list-style-type: none;
}

ul#sidenotes li
{
	padding: 5px;
	border-bottom: 1px dotted #cccccc;
}

ul#sidenotes li:hover
{
	background-color: #eeeeee;
}

ul#sidenotes li .title
{
	display: block;
	font-weight: bold;
}

ul#sidenotes li .date
{
	display: block;
	color: #777777;
	font-size: smaller;
}

ul#sidenotes li .content
{
	display: block;
}

ul#sidenotes li a:link,
ul#sidenotes li a:visited
{
	padding: 0; 
	color: #333333;
}

ul#sidenotes li a:hover,
ul#sidenotes li a:active
{
	background-color: transparent; 
}

/* Footer */

#footer a:hover,
#footer a:active
{
	color: #003355;
	background-color:transparent;
}

#caboose a:hover,
#caboose a:active
{
	color: #003355;
	background-color:transparent;
}

/*-------------------------------------------------
  Forms
-------------------------------------------------*/
.loginform, .searchform
{
	margin: 5px 0;
}
.commentform, .mailform
{
	margin-top: 10px;
	padding: 10px;
	background: #EEEEEE;
	/* Rounded borders, for Mozilla browsers */
	/* -moz-border-radius: 10px; */
}
.commentform img{
	margin: 5px 0 0 0;
}
.formfield {
	display:block;
	font-size: 11px;
	background: white;
	color: #494949;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
	margin: 1px 0 0 0;
}
.formbutton
{
	font-size: 11px;
	background: white;
	color: #494949;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
	margin: 1px 0 0 0;
}
.commentform .formfield, .commentform .formbutton, .loginform .formbutton {
	display: block;
}
.searchform .formfield
{
	width: 130px;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.searchform .formbutton
{
	width: 60px;
	font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.loginform .formfield
{
	width: 130px;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.loginform .formbutton
{
	width: 60px;
	font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.mainform .formfield
{
	width: 280px;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.mailform .formbutton
{
	width: 100px;
	font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
#nucleus_cf_name, #nucleus_cf_mail, #nucleus_cf_email
{
	width: 300px;
	margin-right: 105px;
	font-family: Arial, Trebuchet MS, Verdana, sans-serif;
}
.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield
{
	width: 300px;
}
.commentform .formbutton
{
	width: 100px;
	height: 22px;
	font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
}
.error
{
	color: red;
	font-weight: bold;
}
