/*
Theme Name: Blank 2 Column - Left Sidebar
Theme URI: http://refueled.net/blank-themes/
Description: A Blank Wordpress theme with left sidebar.
Author: refueled
Author URI: http://refueled.net
version: 2.0
Tags: two-column, widget-ready, blank
*/




/* basics */

*{margin:0; padding:0;}

body {
	background:url(images/bg_int.jpg) top center repeat-x #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#999;
	margin:0;
	}
	body#home {background-image:url(images/bg_home.jpg);}
	
h1 {font-size: 24px; color:#000;}
h2 {font-size: 14pt;}
h3 {font-size: ;}
h4 {font-size:18px; color:#000; font-weight:normal; margin-bottom:4px; line-height:100%;}

img{ border: none; padding:0; }
img a{border:none;}

hr {margin-bottom:20px;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}
	

code{
	font-family:"Courier New", Courier, monospace;
	}
	
td {vertical-align:middle; padding:10px;}
	


/* links */

a{	color:#f64100;
	text-decoration:none;
	outline:none;
	}

a:hover{text-decoration: underline;}
	body#home a {font-weight:bold;}



/* container */


#container {
	width: 996px;
	margin:0px auto;
	padding:0;
	}
	
/* header */

#header {
	background:url(images/header_logo.jpg) top left no-repeat;
  	height: 354px;
	position:relative;
	}
	body#home #header {background:none; height:500px;}
	#logoLarge {width:736px; height:440px; background:url(images/header_logo-home.jpg) top left no-repeat; position:absolute; left:-188px; top:0px; z-index:20;}

#headerInfo {position:absolute; width:720px; height:220px; top:134px; left:276px; color:#fff;}
	#headerInfo h1 {font-size:36px;}
	body#home #headerInfo {right:0px; width:420px; left:auto; top:75px;}
	a#registerLink {width:190px; height:190px; background:url(images/CTA_register.jpg) top center no-repeat; display:block; margin-left:70px;}

/* main menu */


#menu {
	color:#000;
	padding-top:10px;
	font-size: 15px;
	position:relative;
	z-index:80;
}


#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	text-transform:uppercase;
	position:relative;
}

#menu ul li a {
	margin: 0;
	color: #000;
	display:block;
	padding: 11px;
}

#menu ul li a:hover {
	color:#fff;
	/*background:url(images/nav_over.png) bottom center no-repeat;*/
}

	#menu #social {width:100px; height:16px; position:absolute; right:-30px; top:18px;}

/* content */


#content {
	float: left;
	width:590px;
	overflow: hidden;
	margin:0 0 30px 15px;
	padding-top:25px;
	}	
	body#home #content {width:100%;}

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post h3{
	font-size:24px; color:#000; letter-spacing:-.025em; margin:15px 0px 21px;
	}
	
.post h3 a{
	color: #000;
	text-decoration: none;
	}
	
.post h3 a:hover{
	color: #777;
	text-decoration: none;
	}


.post ul {}

.post li {}

.entry p{margin:0 0 15px;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	
/* sidebar */

#sidebar {
	width:320px;
	float:right;
	margin:0;
	padding: 20px 0 0;
}

#sidebar h2, body#home #content h2 { padding: 0 0 14px 10px; background:url(images/sidebar_grad.jpg) bottom center no-repeat; color:#000;}
	body#home #content h2 {background-position:bottom left; background-image:url(images/home_grad.jpg); margin-bottom:20px;}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding:0;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding:0;
	margin:0;
	list-style:none;

}

body#home #left {width:540px; float:left;}
body#home #right {width:440px; float:right;}
	body#home #right h3 a, body#home #right h3 {font-size:18px; color:#000; text-decoration:none; font-weight:normal; margin-bottom:10px;}
	body#home #right h3 a:hover {color:#f64100;}
	
	body#home #right ul li.twitter-item {margin-bottom:10px; line-height:150%;}
	body#home #right ul li.twitter-item span.twitter-timestamp {display:block; clear:both; font-size:12px;}
	
	
	/* footer */

#footer {
	clear: both;
	width: 100%;
	position:relative;
	height:140px;
	color:#000;
	font-size:10px;
	background:url(images/footer_bg.jpg) top center no-repeat;
	}
	
	body#home #footer {top:20px; position:relative;}
	
#aafLogo {width:50%; float:left; padding:20px 10px;}
	#aafLogo img {float:left; margin:0 10px 10px 0;}
	#aafLogo p {line-height:130%; margin-top:10px;}

#sbsLogo {width:40%; float:right; padding:30px 10px; text-align:right;}

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}

/*MISC*/
.black {color:#000;}
#menu ul li.page-item-18 a:hover {color:#000; cursor:default;}

body#home #content {}
	body#home #sidebar {display:none;}

#content.communityPage {width:996px;}


/*SIFR*/
#headerInfo .sIFR-active h1 {font-size:24px;}
	 .sIFR-active body#home #headerInfo  h1 {font-size:30px; line-height:100%;}
	 	.sIFR-active body#home #headerInfo  h1.small {font-size:24px; line-height:100%;}
		.sIFR-active body#home #headerInfo  h3.small {font-size:12px;}
.sIFR-active h3.header {font-size:14px; font-style:italic; margin-top:-6px;}
.sIFR-active #sidebar h2, .sIFR-active body#home h2  {font-size:36px; padding-bottom:11px; }


h2.sIFR-replaced {}


