/*
Theme Name: A New Kind of Listening
Theme URI: http://anewkindoflistening.com/
Description: Custom WP Theme for ANewKindOfListening.com
Version: 0.1
Author: Neural 9
Author URI: http://neural9.com/
*/
body {
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	margin: 0px;
	padding: 0px;
}
/*********************/
/* Standard Elements */
/********************* /

h2 {
	font-size:	1.8em; 
	color: 		#565656;
	font-weight:	500;
}

h3 {
	padding-top:	20px;
	font-family:	Helvetica;
	font-size:	1.3em;
	color: 		#074578;
	font-weight:	bold;
} 

.post li {
	list-style:	disc;
	margin-left:	50px;
}
*/
.posted {
	color: 		#808080;
	font-weight:	bold;
}
.content-jump-link{
    display: none;
}
/* End Standard Elements */ 

/**********/
/* Header */
/**********/
#hd {
	height: 	100px;
	background: 	#fff;
}

#hd-content {
	width: 950px;
	margin: 0 auto;
}

#logo {
	float: left;
}

#hd ul li
{
        list-style-type:none;
        display:        inline;
	float:		right;
	
}

#hd-nav li a{
    display:        block;
    float:          left;
    padding:	0 0 0 10px;
    color:          #555;
    font-weight:	500;
    font-size: 	14px;
    text-decoration: none;
    text-align:     right;
    text-transform: lowercase;
}

#hd li a:hover { color: #222; }

#hd-nav {
	width: 230px;
	float: right;
	margin-top: 80px;
}

#hd-nav li.current_page_item a { color: #222; }

/**************/
/* Navigation */
/**************/
#nv {
	height:         20px;
        background:     #07396a;
	padding:	10px 15px 20px 10px;
	background:     url('images/nav-bg.jpg') repeat-x;
}

#nav-content {
	width: 950px;
        margin: 0 auto;
}

#nv ul li
{
        list-style-type: none;
        display:	 inline;
	float:		 right;
}

#nv li a
{
        display: 	block;
        float: 		left;
        padding: 	0px 0px 0px 15px;
        color: 		#fff;
        text-decoration: none;
	font-weight: 	bold;
}

#nv li a:hover { color: #b5c5de; }

#nv li.current_page_item a{ color: #b5c5de; }

#desc {
	padding-top:	3px;
	color:		#fff;
	font-size:	.9em;
	font-weight:	bold;
	float:		left;
}

#main-nav {
	height:		20px;
	width:		650px;
	font-size: 	1.2em;
	float:		right;
	text-align: 	right;
}

/*****************/
/* Body Interior */
/*****************/
#interior {

	height: 110px;
	background:     url('images/interior-bg.jpg') repeat-x;
	position: relative;
}

#int-image {
    height: auto;
	position: absolute;
	top:	175px;
	margin-left: 10px;
	width:  357px;	
	background-color: #fff;
	border: #999 solid 1px;
	line-height: 0;
}
#int-nav{
    text-align: left;
    width: 590px;
}
#int-nav ul li
{
        list-style-type: none;
        display:         inline;
        float:           left;
}

#int-nav li a
{
        display:        block;
        font-size:	1.3em;
        color:		#072a52;
        float:          left;
        padding:        10px 20px 0px 0px;
        text-decoration: none;
        font-weight:    bold;
        white-space: nowrap;
}

#int-nav li a:hover { color: #475669; }
#int-nav li.current_page_item a { color: #475669; }


/****************/
/* Body Feature */
/****************/
#bf {
	height: 	316px;
	background:     url('images/feature-bg.jpg') repeat-x;
}

#bf li {

	font-size: 	1.9em;
	padding-bottom: 20px;

}

#bf li a {
	color:          #fff;
        text-decoration: none;
}

#bf-content {
	width: 950px;
        margin: 0 auto;
}

#bfl {
        width:          450px;
        height:         300px;
        text-align:     left;
	float:		left;
}

#bf-content li a {
	background:url('images/sprite-home-icons.png') repeat-y;
	padding: 5px 5px 5px 40px;
}

#bf-content li a:hover {
	background-color: #C7D3E5;
}

#bf-content li a.item1 {background-position:5px 5px;}
#bf-content li a.item2 {background-position:3px -196px;}
#bf-content li a.item3 {background-position:5px -390px;}
#bf-content li a.item4 {background-position:10px -595px; padding-left: 40px;}

#bfl p {
	color: #333;
	font-weight: 	bold;
	padding-top:	10px;
	font-size:	1.15em;
	padding-bottom:	50px;
}

#bfr {
        width:          450px;
        height:         300px;
        text-align:     left;
	float:		right;
}

#int-feature {
    margin: 0 auto;
    text-align: left;
    width: 950px;
}

#video {
	position: 	relative;
	background: 	url('images/video.jpg') no-repeat;
	margin-top:	15px;
	height:		260px;
	width:		445px;
	border:		#000 1px solid;
}

#vid-overlay {
	display:        block;
	position:	absolute;
	top:		225px;
	background-color: #09447c;
	width:		445px;
	height:		 35px;
}

#video ul li
{
        list-style-type:none;
        display:        inline;
}

#video li a
{
	font-size:	.9em;
        display:        block;
        color:          #fff;
	padding:	4px 20px 4px 4px;
        text-decoration:none;
}

#video li a:hover {
	background-color: #1462B7;
}


/******************/
/* Body Container */
/******************/
#body-container {
	width: 950px;
	margin: 0 auto;	
}

/* Body Left Column */
#bl {
	margin-top:     20px;
	width:		450px;
	height: 	270px;
    background:     #fff;
	text-align:	left;
}

#bl .title {
}

#bl .title a {
	font-family:    Helvetica;
    font-weight:    bold;
    color:          #074578;
    text-decoration: none;
}

#bl .title a:hover {
        text-decoration: underline;
}

#int-content {
	margin-top:     20px;
        width:          530px;
        background:     #fff;
        text-align:     left;
}



/*********************/
/* Body Right Column */
/*********************/
#br {
	margin-top:     20px;
        width:          450px;
        height:         200px;
        background:     #fff;
	text-align:	left;
}

#cta {

	margin-top:     165px;
        width:          370px;
        background:     #fff;
        text-align:     left;

}

#cta p {

	padding: 10px;

}

#cta-content {
	margin:	25px 0px 0px 10px;
	font-family: Helvetica;	
}

#cta-content h3 {
	font-family: Helvetica;
}
.signup {
	height: 	20px;
	border: 	#acadaf 1px solid;
	width: 		175px;
	background-color: #d0d7dd;
	padding: 	1px;
}
.signup-btn {
        height:         24px;
        width:          35px;
	border:         #acadaf 1px solid;
	color:		#fff;
        background-color: #000;
}
.facebook-img {
	margin-top: 	20px;
}


/**********/
/* Footer */
/**********/
#ft {
	height: 	50px;
	margin-top: 	5px;
	padding:	5px;
        background:     #fff;
}

#copyright {
	float: 		left;
	margin-top: 	10px;
	font-size:      11px;
        font-weight:    500;
}	

#ft-content {
	border-top:     solid 1px #808080;
	width: 950px;
        margin: 0 auto;
}

#ft ul li
{
        list-style-type:none;
        display:        inline;
	float: 		right;
}

#ft li a
{
        display:        block;
        float:          left;
        padding:        0px 0px 0px 20px;
	color: 		#777777;
	font-size:	12px;
        font-weight:	bold;
        text-decoration:none;
}

#ft li a:hover { color: #222; }

#ft-nav {
        display: block;
        width: 650px;
        float: right;
        margin-top: 10px;
}
/* Begin Main Content */
#body-container .breadcrumb-trail{
   margin-bottom: 2em;
}
#body-container h1 {
   color: #074578;
   font: bold 280%/108.33% Helvetica, Arial, sans-serif;
   letter-spacing: -0.05em;
   margin: 1em 0 0.9em;
}
#body-container h1.page-title{
   margin-top: 0;
}
#body-container h2 {
   margin: 0.3em 0 0.3em;
   font-size: 200%;
   line-height: 116.67%;
}
#body-container h3 {
    color: #074578;
    font-size: 150%;
    line-height: 122.22%;
    margin: 0.8em 0 0.1em;

}
#body-container h4 {
   margin: 0.5em 0 0;
   line-height: 133.33%;
}
#body-container h5 {
   font-size: 90%;
   text-transform: uppercase;
}
#body-container h6 {
   font-style: italic;
}
#body-container h2,
#body-container h3,
#body-container h4,
#body-container h5,
#body-container h6 {
   /* Top & bottom margin based on font size. */
   font-weight: bold;
   font-family: Helvetica, Verdana, Arial, sans-serif;
}
#body-container hr {
   display: block !important;
}
#body-container a{
    color: #1462B7;
    font-weight: bold;
    text-decoration: none;
}
#body-container a:visited{
    color: #074578;
}
#body-container a:hover{
    color: #54A2F7;
    text-decoration: underline;
}
#body-container p{
   font-size: 110%;
   font-weight: normal;
}
#body-container p,
#body-container fieldset,
#body-container table,
#body-container pre {
   line-height: 1.5em;
   margin-bottom: 1.7em;
}
#body-container pre{
   padding-left: 18px;
   border-left: solid 3px #CCC;
}
#body-container optgroup {
   font-weight:normal;
}

#body-container abbr,acronym {
   border-bottom: 1px dotted #000;
   cursor: help;
}
#body-container strong {
   font-weight: bold;
}
#body-container em {
   font-style: italic;
}
#body-container del {
   text-decoration: line-through;
}
#body-container blockquote{
   margin: 1em 1.5em 1.5em;
}
#body-container blockquote p{
   margin: 1em 0;
   font-size: 90%;
   color: #444;
   font-style: italic;
}
#body-container blockquote p cite{
   font-weight: bold;
}
#body-container address{
   margin: 1em 1.5em;
   color: #505050;
}
#body-container ol,
#body-container ul,
#body-container dl {
   margin: 1em 1em 2em 2em;
}
#body-container li{
   margin-bottom: 1em;
}
#body-container ol li,
#body-container ul ol li {
   list-style: decimal outside;
}
#body-container ol li ol li{
   list-style: lower-alpha;
}
#body-container ol li ol li ol li{
   list-style: lower-roman;
}
#body-container ul li {
   list-style: square outside;
}
#body-container ul li ul li{
   list-style: circle;
}
#body-container ul li ul li ul li{
   list-style: disc;
}
#body-container dl dt {
   margin: 1em 0 0.3em;
   font-weight: bold;
}
#body-container dl dd{
   margin: 0 0 1em 1em;
}
#body-container th,td {
   padding: .5em;
}
#body-container th {
   font-weight: bold;
   text-align: center;
}

#body-container caption {
   margin-bottom: 9px;
   text-align: center;
}
#body-container sup {
   vertical-align: super;
}
#body-container sub {
   vertical-align: sub;
}
/*
 * Emphasis
 */
#main-nav a em,
h1 em,
h2 em,
h3 em,
#bfl ul li a em,
#vid-overlay a em{
    font-style: normal !important;
    text-transform: uppercase;
}

/*
 * Forms
 * /
form{
   margin: 10px 0 30px;
   font-size: 88%;
   color: #555;
}
legend{
   font-weight: bold;
   font-size: 140%;
}
fieldset{
   border: solid 1px #CCC;
   padding: 24px;
}
label{
   padding: 12px 0 4px;
   font-weight: bold;
}

input[type='text'],
select,
textarea{
   margin: 5px 0 20px;
   padding: 5px 5px 3px;
   color: #555;
   font-size: 110%;
   font-family: Helvetica, arial,"Liberation Sans", FreeSans, clean, sans-serif;
   background: #EEE;
   border: solid 1px #999;
}
input[type='submit'],
input[type='reset'],
input[type='button'],
button[type='submit'],
button[type='reset'],
button[type='button']{
   padding: 3px 6px;
   margin: 20px 0;
   color: #FFF;
   font-size: 110%;
   text-transform: uppercase;
   background: #333;
   border: solid 1px #111;
}
input[type='submit']:hover,
input[type='reset']:hover,
input[type='button']:hover,
button[type='submit']:hover,
button[type='reset']:hover,
button[type='button']:hover{
   background: #9A1009;
   border-color: #300;
   cursor: pointer;
}
/* END Forms */
/**
 * Annontation
 */
.annotation{
   margin: 24px 0;
   padding: 10px;
   background: #FFFBCC;
   border: solid 1px #E6DB55;
}
.annotation h4{
   display: inline;
   margin-top: 0 !important;
}
.annotation .comments{
   font-size: 90%;
}
.annotation .author{
   font-size: 80%;
   margin-top: 9px;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
