

body {
	background: #000000 url(images/) no-repeat;
	font: 12px/170% Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #ffffff;
}
a {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	display: block;
}
p {
	margin: 0px 0px 15px;
}

img {
	border: none;
}
h4 {
	font: bold 12px/170% Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	}

form {
	margin: 0px;
	padding: 0px;
}
small {
	font-size: 90%;
}
#page {
	background:#000000 url(images/red_bg2.jpg) no-repeat top right;
}
#wrapper {
	width: 985px;
	margin: 0px auto;
	position: relative;
}

/*================== HEADER AREA ==================*/

#header {
	height: 150px;
        background:url(images/top_bars.png) 0px -20px;
}
/* site title */
h1 {
	position: absolute;
	top: 60px;
	left: 25px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font: normal 30px/100% "Trebuchet MS", Arial, sans-serif;
}
h1 a, h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
h1 a:hover {
	color: #000000;
	text-decoration: none;
}
.description {
	position: absolute;
	top: 90px;
	left: 25px;
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
}

/*================ SEARCH FORM ==================*/

#searchform {
	position: absolute;
	top: 34px;
	right: 0px;
	/*background: url(images/searchform-bg.png) no-repeat right bottom;*/
	height: 37px;
	width: 210px;
}
#searchform #s{
	background: #bcbcbc;
	height: 17px;
	width: 148px;
	margin: 6px 5px 0px 10px;
	padding: 3px 7px 2px 5px;
	color: #000000;
	border: none;
}
#searchform #searchsubmit { 
	background: url(images/search_button.gif) no-repeat left top;
	height: 24px;
	width: 24px;
	border: none;
	text-indent: -999%;
	line-height: 1px;
	margin-top: 6px;
}

/* ============= MAIN CONTENT AREA  =============*/

#left-col {
	width: 405px;
	float: left;
}

blockquote {
        background: #161616;
        color: #ffffff;
        font-style: italic;
		padding: 5px 5px 0px 5px ;
		margin: 0px 5px 25px 5px;
		border-right: 2px solid #272727;
		border-bottom: 2px solid #272727;
		border-top: 1px solid #272727;
		border-left: 1px solid #272727;
}

blockquote a:hover {
display: inline;
}

/*============ MAIN MENU ===============*/

/* content */

#content {
	padding: 0px 25px 15px 25px;
	width: 355px;
	background: none;
	clear: both;
	overflow: hidden;
}
.post {
	padding: 0px;
	clear: both;
	overflow: hidden;
}

.post a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.post .date {
	height: 50px;
	width: 45px;
	background: url(images/calendar.gif) no-repeat;
	font: normal 22px Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	padding: 0px 2px 0 0;
	line-height: 100%;
	float: left;
}
.post .date span {
	height: 16px;
	display: block;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
}
.post .title {
	float: left;
	margin-left: 10px;
	width: 438px;
}
.post ul {
list-style: disc;
margin-top: 0;
}

.postdata {
	font-size: 90%;
	color: #999999;
}
.postdata a, .postdata a:visited {
	color: #999999;
	text-decoration: none;
}
.postdata a:hover {
	color: #BB1202;
	text-decoration: none;
}
.postdata .category{
	background: url(images/mini-category.gif) no-repeat;
	padding-left: 18px;
	float: left;
}
.postdata .comments{
	background: url(images/mini-comment.gif) no-repeat;
	padding-left: 18px;
	float: right;
}
.mini-add-comment {
	background: url(images/mini-down-arrow.gif) no-repeat left center;
	padding-left: 12px;
	float: right;
}
.entry {
	padding: 0px 0px 15px;
	clear: both;
        text-align: justify;
}

/*=================== POST TITLE ================*/

h2 {
	color: #ffffff;
	margin: 3px 0 2px;
	padding-bottom: 4px;
	font: normal 150%/100% "Lucida Grande", Arial, sans-serif;
	border-bottom: solid 1px #8a0a04;
}
h2 a, h2 a:visited {
	color: #ffffff;
	text-decoration: none;
}
h2 a:hover {
	color: #BB1202;
	text-decoration: none;
}
h3 {
	color: #666666;
	margin: 5px 0px 5px;
	font: bold 110%/110% "Lucida Grande", Arial, sans-serif;
}

/*=================== next & previous page navigation =================*/

.page-nav {
	clear: both;
	background: url(images/) no-repeat;
	height: 21px;
}
.page-nav a, .page-nav a:visited {
	color: #ffffff;
	text-decoration: none;
}

.page-nav a:hover {
	color: #000000;
	text-decoration: none;
}
.previous-entries a {







	float: left;
	padding-left: 10px;
	margin-left: 10px;
	background: url(images/) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 10px;
	margin-right: 10px;
	background: url(images/) no-repeat right center;
}

/*================== next & previous post navigation ================*/

.post-nav {
	clear: both;
	padding-bottom: 35px;
	margin-top: -15px;
	font-size: 95%;
}
.post-nav a, .post-nav a:visited {
	color: #999999;
	text-decoration: none;
}
.post-nav a:hover {
	color: #000000;
	text-decoration: none;
}
.post-nav .previous a {
	float: left;
	padding-left: 20px;
	background: url(images/post-nav-previous.gif) no-repeat left center;
}
.post-nav .next a {
	float: right;
	padding-right: 20px;
	text-align: right;
	background: url(images/post-nav-next.gif) no-repeat right center;
}

/*================== FOOTER AREA =====================*/

#footer {
	background: url(images/) no-repeat;
	padding: 10px 0px 0px 10px;
	font-size: 87%;
	color: #282828;
}
#footer a, #footer a:visited {
	text-decoration: none;
	color: #000000;
}
#footer a:hover {
	text-decoration: underline;
}

/*================= SIDEBAR AREA ===================*/

/* sidebar */
#sidebar-right{
	float:left;
	margin-left: 30px;
}
#sidebar-left {
	float: left;
	margin-right: 10px;
	padding-top: 0px;
	background: #000000 url(images/left_sb_bg.jpg) no-repeat top left;
	height: 500px;
}
#sidebar-right,
#sidebar-left {
	width: 210px;
	color: #666666;
	line-height: 160%;	
}
#sidebar-right p, 
#sidebar-left p  {
	margin: 0px 0px 15px;
}
#sidebar-right h3, 
#sidebar-left h3 {
	font: bold 12px/100% Arial, Helvetica, sans-serif;
	color: #666666;
}
#sidebar-right h3 a, #sidebar-right h3 a:visited, 
#sidebar-left h3 a, #sidebar-left h3 a:visited {
	color: #666666;
}
#sidebar-right h3 img, 
#sidebar-left h3 img  {	vertical-align: middle;
}
#sidebar-right a, #sidebar-right a:visited, 
#sidebar-left a, #sidebar-left a:visited  {
	color: #ffffff;
	text-decoration:none;
}
#sidebar-right a:hover, #sidebar-right a:focus, #sidebar-right a:active, 
#sidebar-left a:hover, #sidebar-left a:focus, #sidebar-left a:active  {
	text-decoration:none;
}

/*================== ALIGNMENTS ================*/
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.left {
	float: left;
}
img.left, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.right {
	float: right;
}
img.right, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
.hidden {
	clear: both;
	visibility: hidden;
}


	
/*===================================== EXTRAS ======================================= */	
	
/*================== HEADER NAV ================== */
#logo {
margin: 10px 0px 0px 0px;
float: left;
}

#logo a {
width: 275px;
height: 80px;
background: url(images/nubax_logo.jpg) no-repeat;
display: block;
}

#header ul {
float: right;
margin: 15px 0px 0px 0px;
}

#header ul li {
float: left;
font-weight: bold;
font-size: 12px;
list-style: none;
width: auto;
margin: 0px 0px 0px 29px;
height: 20px;
}

#header ul li.bullet {
font-size: 14px;
margin: 1px 0px 0px 29px;
}

#header ul li a, #header ul li a:visited, #header ul li a:active, #header ul li a:hover {
color: #fff;
}


/*================== ACCORDIAN MENU ================== */

.applemenu{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width: 210px; /*width of menu*/
border-top: 1px solid #333333;
border-bottom: 0px solid #000000;
border-right: 0px solid #333333;
border-left: 0px solid #333333;
}

.applemenu a {
color: #ffffff;

}

.applemenu ul {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
list-style: none;
background: none;
color: #ffffff;
width: 200px;
}

.applemenu li a{
font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
font-weight: 500;
color: #ffffff;
letter-spacing: 1.5px;
padding: 2px 5px 0px 10px;
margin: 2px 1px 2px 1px;
display: block;
width: 191px;
height: 18px;
background: #7A0A00;
color: #ffffff;
position: relative;
}

.applemenu li a:hover{
background: #BB1202;
}

.applemenu div.silverheader a, .applemenu div.silverheader-l a {
background: black url(images/dark_acc_head.jpg) repeat-x center left;
font: normal 13px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
font-weight: 500;
color: #ffffff;
letter-spacing: 1.5px;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding:5px 0px 5px 8px;
text-decoration: none;
}

.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active, .applemenu div.silverheader-l a:visited, .applemenu div.silverheader-l a:active {
color: white;
text-decoration: none;
}

.applemenu div.selected a, .applemenu div.silverheader a:hover, .applemenu div.silverheader-l a:hover {
background-image: url(images/light_acc_head.jpg);
color: white;
text-decoration: none;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: #000;
color: #ffffff;
padding: 1px 1px 1px 1px;
margin: 0px 0px 0px 0px;
/*height: 120px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

.smaller {
font-size: 8px;
float: left;
padding: 3px 5px 0px 0px;
}

.sub {
margin: 0px 0px 0px 12px;
}

#sitemap a, a:visited, a:active, a:hover {
color: #8a0a04;
}

a.inline:hover {
display: inline;
}
