/*
Theme Name: NAJ
Theme URI: 		http://wpframework.com/
Version: 		0.2.4.10
Description: Child Theme for wp-framework
Author: Travis McDonnel
Author URI: http://webvega.com/
Template: wp-framework
Version: 0.1
*/
 
@import url("../wp-framework/style.css");

body, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	background-attachment: fixed;
	}
	
body { background-color: #666;
}
	

#logo, #logo a {
position:relative;
float: left;
font-weight: normal;
}

.nav {
	float: right;
	position:relative;
}


.current_page_item {
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: center top;
}


.nav a {
	color: #000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FF0033;
	border-right-color: #FF0033;
	border-bottom-color: #FF0033;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-color: #FF0033;
}

.nav a:hover {
background-image: url(images/arrow.png);
background-repeat: no-repeat;
background-position: center top;
background: transparent;
color:#FF0033;
}

.nav li.nav-hover ul { 
margin: 0 5px 0 5px; }

.nav li:hover, .nav li.nav-hover,
.nav a:focus 

{ 
}


.menu {
display:inline-block;
float:right;
}

.entry-title, .entry-title a {
display: none;
}
.entry-meta{
display: none;

}

.hfeed {
	float: right;
	width: 380px;
	border: thin solid #FF0033;
	padding: 20px;
	background-image: url(images/content_background.png);
	margin: 25px 0 20px 0;
	clear: both;
}

.hfeedr {
 	float: left;
	width: 500px;
	border: thin solid #FF0033;
	padding: 20px;
	background-image: url(images/content_background.png);
	margin: 25px 0 20px 0;
	clear: left;
}

.aside{
	width: 250px;
	border: thin solid #FF0033;
	padding: 20px;
	background-image: url(images/content_background.png);
	margin: 25px 0 20px 0;
	display: block;
}

h1 {
color: #FF0033;
font-size: 1.1em;
font-weight: bold;
}


h2 {
color: #FF0033;
font-size: 1.1em;
font-weight: bold;
}

.footer a {
	color:#888;
}

.footer p {
	color:#888;
}



/* FOOTER */
#footer .content{
	font-size: .9em; 
	color: #888;
	border: 1px solid #ddd;
}
.footer  {
	padding: 10px 0 10px;
	width: 960px;
	background-image: url(images/content_background.png);
	border: thin solid #666666;
	clear: both;
	}
	
.footer h1, h2 {
color: #888;
font-size: 1.1em;
font-weight: bold;
}
	
.footer .current_page_item {
background-image: none;
background-color: transparent;
}

.footer .menu {
	float: left;
	clear:both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.footer .menu .nav ul {
display: none;
}

.footer .nav  {
border: none;
}
.footer .nav a {
border-style: none;
}

#fcolumns_container{
	width: 982px;
	float: right;
	background: url(images/bg-fcolumn-lines.png) repeat-y top left;
}


	.fcol{
		width: 175px;
		float: left;
		display:inline;
		margin-left: 15px;
	}
	.fcolbar{
		width: 400px;
		float: left;
		display:inline;
		padding: 0 5px;
	}
	.fcola{
		width: 120px;
		float: left;
		display: inline;
		padding: 0 15px 0 15px;
		margin-left: 15px;
	}
		.fcolend{
		width: 200px;
		float: right;
		display: inline;
		padding: 0 15px 0 0 ;
	}
	.fcol_pad{
	padding: 5px 5px 5px 5px;
	}

#footer_topline{padding: 10px; border-bottom: 1px solid #ddd;}
#footer h3{color: #666;margin-bottom: .5em;font-size: 1em;font-weight: bold; }
#footer a{color: #444; }
#footer ul {list-style-type:none;}
#footer ul li a{font-size: .9em;}
#footer ul li a:hover{text-decoration: underline;}


#footer .footer-site-title {
	font-size: 20px;
}
.terms {
	text-align: right;
}

.group:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility:hidden;
}

img#jet {
color:white;
position: fixed;
height:100%;
width:100%;
z-index:-10;
margin: 0;

}

#header {width: 300px; }
