@charset "UTF-8";
/* CSS Document */

@import url("admin.css");


body, html{
	background:url(../images/bg_main.gif) repeat-x bottom left #000000;
	font-family:Arial, Helvetica, sans-serif;

}

body{
	font-size:62.5%;	
	color:#ffffff;
}

a, a:hover{
	color:#ffffff;	
	text-decoration:none;
}

.outer{
	width:100%;
	position:absolute;
	top:0;
	display:block;
	height:200px;
	z-index:1;
	
	background:url(../images/bg_nav.gif) left 167px repeat-x #082E43;

}

h1{
	color:#99B3CA;	
}



.wrapper{
	width:1024px;
	margin:0px auto;
	position:relative;
	clear:both;	
	z-index:100;
}



#header{
	background:url(../images/header.jpg) no-repeat top center;
	width:916px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-458px;
	height:167px;
	display:block;
	clear:both;
}



#main{
	background:url(../images/bg_main.gif) repeat-x bottom left #000000;
	width:1024px;
	float:left;
	/*min-height:800px;*/
	clear:both;	
	margin-top:204px;
	position:relative;
	display:block;
}

#navigation{
	background:url(../images/bg_nav_darker.gif) left 2 repeat-x #082E43;
	height:40px;
	clear:both;
	margin-top: 160px;
	position:absolute;
	top:0;
	width:100%;	
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	text-align:center;
}

#footer{
	background:url(../images/footer.gif) no-repeat top center;
	display:block;
	width:886px;
	height:	58px;
	margin:0 auto;
	position:relative;
	
}

#footer p{
	position:absolute;
	bottom:12px;
	right:45px;
	color:#D2DCE7;
}

.wrapper.footer{
	background:url(../images/bg_footer.gif) repeat-x bottom left;
	clear:both;
	width:100%;
}


/******* navigation **********/

#navigation #primary ul.primary-links,
#navigation #primary ul.primary-links li{
	list-style:none none;
	padding:0;
	margin:0;
}

#navigation #primary ul.primary-links{
	margin-top:16px;	
}

#navigation #primary ul.primary-links li{
	display:inline;
/*	background:url(../images/bg_nav_li.gif) left -5px no-repeat;*/
	border-right:1px solid #69B4E7;
	font-weight:normal;
}

#navigation #primary ul.primary-links li.last{
	border-right:0px solid #ffffff;
}

#navigation #primary ul.primary-links li a{
	color:#ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.6em;
	text-decoration:none;
	margin-right:28px;
	margin-left:10px;
	padding-left:18px;
	text-transform:capitalize;
	font-weight:normal;
}

#navigation #primary ul.primary-links li a:hover{
	color:#f7ebd3;
}

/****** content ********/

#sidebar-left,
#sidebar-right,
#content{
	margin-top:60px;	
}

#sidebar-left{
	float:left;
	position:absolute;
	left:75px;
	width:170px;
	min-height:100px;
}

#sidebar-right{
	float:right;
	width:190px;
	min-height:200px;
	display:block;
	margin-right:48px;
}

#sidebar-right hr{
	background:transparent url(../images/bg_subnav.gif) no-repeat -20px center;
	color:none;
	height:4px;
	border:0px solid #ffffff;
	margin:20px 0px 0px 0px;
}

#content{
	position:relative;
	float:left;
	min-height:745px;
	width:405px;
	margin-left:277px;
	padding-right:30px;
	padding-left:30px;
	border-left:1px solid #61849B;
	border-right:1px solid #61849B;
	padding-bottom:0px;
}

#sidebar-left ul{
	text-align:center;
	list-style:none none;	
}

#sidebar-left ul li{
	padding-bottom:18px;
	margin-bottom:7px;	
	background:url(../images/bg_subnav.gif) no-repeat left bottom;
}

#sidebar-left ul li.last{
	/*background:none;*/
	padding-top:0;
	margin-top:0;
}

#sidebar-left ul li a {
	list-style:none none;	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.8em;
	color:#99b3ca;
}

#sidebar-left ul li a:hover, 
#sidebar-left ul li.active a{
	color:#ffffff;	
}

#content hr{
	border:0px solid #ffffff;
	height:20px;
	width:480px;
	background:url(../images/main_hr.gif) no-repeat;
	margin-left:-20px;
	margin-top:10px;
	margin-bottom:10px;
	clear:both;
}

#content h1{
	font-size:2.0em;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0px 0px 10px 0px;
	line-height:2.3em;
	
	line-height:1.4em;
}

#content img{
	margin-bottom:15px;
}

#content h2{
	color:#50A9DF;
	font-size:1.6em;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px 0px 10px 0px;
	line-height:2.0em;
}

#content p{
	font-size:1.2em;
	color:#ffffff;
	line-height:1.8em;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px 0px 30px 0px;
}

#content p.intro{
	color:#CCC;
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;
}

#content .border.right.top,
#content .border.left.top{
	position:absolute;
	top:-30px;
	background:url(../images/border_top_fade.gif) no-repeat center -20px;
	display:block;
	width:8px;
	height:80px;
}

#content .border.right.top{
	right:-5px;	
}

#content .border.left.top{
	left:-4px;	
}

#content .border.right.bottom,
#content .border.left.bottom{
	position:absolute;
	bottom:-20px;
	background:url(../images/border_bottom_fade.gif) no-repeat center 20px;
	display:block;
	width:3px;
	height:90px;
}

#content .border.right.bottom{
	right:-2px;	
}

#content .border.left.bottom{
	left:-2px;	
}

#content-area a{
	color:#0083C4;
	text-decoration:none;
}

#content-area a:hover{
	text-decoration:underline;	
}

#sidebar-right{
	color:#7c8185;	
	font-size:1.1em;
	line-height:1.5em;
}

#sidebar-right h2{
	font-size:1.6em;
	color:#99B3CA;
	font-family:Georgia, "Times New Roman", Times, serif;
	clar:both;
	margin-bottom:20px;
	line-height:2.0em;
}

#sidebar-right p{
	color:#7c8185;
}

#sidebar-right ul{
	margin-top:-10px;
}

#sidebar-right ul li{
	
}

#sidebar-right ul li a{
	color:#0083C4;
	text-decoration:none;
}

#sidebar-right ul li a:hover{
	color:#ffffff;	
}

#sidebar-right span.logolink{
	float:left;
	clear:none;
	margin-top:-20px;
	margin-left:-5px;
	margin-right:5px;
	padding-top:0px;
}

#skip-nav{
	display:none;	
}

#content-header{
	position:relative;
	display:block;
	
}

#content-header div.tabs{
	position:absolute;
	top:-10px;
	right:0;
}

#content-header div.tabs,
#content-header div.tabs ul{
	width:400px;
}	

#content-header div.tabs ul li{
	display:block;
	float:left;
}

.field-item{
	float:left;
	padding:4px;
	border:#333 solid 1px;
	margin-right:10px;
	margin-bottom:10px;
	display:block;
	overflow:hidden;
	width:50px;
	height:50px;
}

.field-item span{
	overflow:hidden;
	width:50px;
	height:50px;
	display:block;
}

form label{
	color:#ffffff;
	margin-right:10px;
}

.messages.error{
	background:#F00;
	color:#ffffff;
}

ul#aub_follow li,
ul#aub_follow li a{
	width:85px;
	height:30px;
	display:block;
}

ul#aub_follow li{
	margin-right:5px;	
}

ul#aub_follow li a{
	background:url(/sites/all/themes/aubrey/assets/images/sprite_twitter_facebook.jpg) no-repeat left top;
}

ul#aub_follow li a.twitter{
	
}

ul#aub_follow li a.facebook{
	background-position:-95px top;	
}


#sidebar-right h3.block-title{
	display:none;	
}

#sidebar-right h2{
	margin-bottom:10px;	
}

#content div.field-field-blog-image,
#content div.field-field-blog-image .field-item,
#content div.field-field-blog-image .field-item a
{
	width:400px;
	/*min-height:140px;*/
	height:auto;
}

#content div.field-field-blog-image .field-item img{
	margin-bottom:0;	
}

#content .views-field-title span a{
	font-size:1.6em;
	color:#99B3CA;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}

#content-area .views-field-title{
	margin-bottom:6px;
	display:block;
}

.block-inner .icon .blog-it{
	display:none;
}

#sidebar-right div#block-aggregator-feed-1 ul li
{
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px solid #666;
}

#content form label{
	clear:both;
	margin-top:5px;
	margin-bottom:4px;
	display:block;
}

#content form div.form-item{
	margin-top:20px;
}

#content form #edit-name-wrapper{
	margin-top:0px;	
}

#content form input,
#content form input{
	background:none;
	border:0px solid #ffffff;
}

#content form input.form-text,
#content form input.form-submit{
	border:1px solid #CCC;
	background:#ffffff;
	clear:both;
	display:block;
	padding:4px;
}

#content #comment-form{
	border: 1px solid rgb(153, 179, 202);
	padding:10px;
	margin-bottom:20px;
}

#content form div.description{
	float:left;
	clear:both;
}

#content .views-field-created{
	color:#666;
}

#content .views-row{
	margin-bottom:10px;
	border-bottom:1px solid #666;
	padding-bottom:10px;
	padding-top:9px;
}

#content .view-frontAlbumBlock .views-row{
	border:0px solid #ffffff;
	margin:4px 4px 4px 0px;
	padding:0;
}

#content .views-field-comment-count{
	text-align:right;
	margin-top:-10px;
}

#content .views-field-view-node a{
	color:#FFC;
}

#node-20 ul{
	margin:0;
	padding:0;
}

#node-20 h2{
	color:#7FC9FF;	
	font-weight:normal;
	line-height:20px;
	margin-top:40px;
	margin-bottom:5px;
	padding-bottom:0px;
	clear:both;
}

#node-20 ul li{
	list-style:none none;
	margin:0;
	padding:0;
}

#node-20 .imagecache-Body{
	display:block;
	overflow:visible;
	padding:5px;
	border:1px solid #999;
	clear:both;
	margin-top:20px;
}

#resume_callout{
	padding:10px;
	display:block;
	border:1px solid #666;
	width:400px;
	clear:both;
	min-height:20px;
	margin-bottom:30px;
	float:left;
	background:#333;
}

#node-20 strong {
	color:#FFC;
	font-weight:normal;
	font-size:13px;
	min-width:50px;
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
}

#resume_callout ul li{
	width:145px;
	display:block;
	float:left;
	margin-right:20px;
}

#node-20 .resume_listing ul li{
	margin-left:40px;	
}

#node-20 .resume_listing ul li.resume_title{
	display:block;
	margin-top:16px;
	font-size:12px;
	margin-bottom:6px;
	color:#FFFFCC;
}

#node-20 .resume_listing ul li.resume_detail{
	background: url(/sites/all/themes/aubrey/assets/images/white_li.png) no-repeat left -5px;
	color:#CCC;	
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:23px;
	margin-bottom:10px;
}

#node-20 .field-item{
	width:auto;
	border:0px solid #ffffff;
	height:auto;
}

#node-20 .field-field-page-image .field-item{
	margin-top:-30px;
}

#node-20{
	padding-bottom:100px;	
}

#aggregator div.feed-item{
	margin:10px 0px;
	border-bottom:1px solid #0A3457;
	padding-bottom:28px;
	font-size:12px;
	display:block;
}

#aggregator div.feed-item div.feed-item-body{
	display:none;	
}

#aggregator div.feed-item .feed-item-date{
	float:right;
	text-align:right;
	clear:both;
	color:#B5E9FF;
	display:block;
	width:100%;
	margin-bottom:4px;
	padding-bottom:8px;
}

#comments h3 a{
	font-size:14px;
	color:#0083C4;
	margin-bottom:8px;
}

#comments h3{
	margin-bottom:9px;	
}

#comments .node-author{
	background:#0A1B2A;
	padding:20px;
	padding-top:10px;
	margin-top:10px;

}

#comments .node-author hr{
	display:none;	
}

.field-field-audio-upload .field-item { /* resest the fielditem*/
	border:0px solid #333333;
	display:none;
	float:none;
	height:auto;
	margin-bottom:20px;
	margin-right:auto;
	overflow:visible;
	padding:0;
	width:auto;
	background:#333;
}


/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010 Happyworm Ltd
 * Dual licensed under the MIT and GPL licenses.
 *  - http://www.opensource.org/licenses/mit-license.php
 *  - http://www.gnu.org/copyleft/gpl.html
 *
 * Author: Silvia Benvenuti
 * Skin Version: 2.0
 * Date: 29th April 2010
 */


#node-28 .field-field-audio-upload .field-item{
	display:block;	
}

div.jp-single-player,
div.jp-playlist-player {

	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */

	font-size:11px;

	font-family:Verdana, Arial, sans-serif;
	line-height:16px;
	color: #666;
}
div.jp-interface {
	position: relative;
	background-color:#ffffff;
	background-color:#E3EBF0;
	width:418px;
	height:80px;
	border:1px solid #999;
}
div.jp-single-player div.jp-interface {
	border-bottom:none;
}
div.jp-playlist-player div.jp-interface {
}

div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
div.jp-interface ul.jp-controls li {
	position: absolute;
}
div.jp-interface ul.jp-controls a {
	display: block;
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	top:20px;
	width:40px;
	height:40px;
}
div.jp-single-player a.jp-play,
div.jp-single-player a.jp-pause {
	left:40px;
}
div.jp-playlist-player a.jp-play,
div.jp-playlist-player a.jp-pause {
	left:48px;
}
a.jp-play {
	background:url("/sites/all/themes/aubrey/assets/images/sprites_playback.png") 0 0 no-repeat;
}
a.jp-play:hover {
	background:url("/sites/all/themes/aubrey/assets/images/sprites_playback.png") -40px 0 no-repeat;
}
a.jp-pause {
	background:url("/sites/all/themes/aubrey/assets/images/sprites_playback.png") 0 -42px no-repeat;
}
a.jp-pause:hover {
	background:url("/sites/all/themes/aubrey/assets/images/sprites_playback.png") -40px -42px no-repeat;
}
a.jp-stop {
	top:26px;
	background:url("/sites/all/themes/aubrey/assets/images/sprites_playback.png") 0 -83px no-repeat;
	width:28px;
	height:28px;
}
div.jp-single-player a.jp-stop {
	left:90px;
}
div.jp-playlist-player a.jp-stop {
	left:126px;
}
a.jp-stop:hover {
	background:url("/sites/all/themes/aubrey/assets/images/sprites_playback.png") -28px -83px no-repeat;
}
a.jp-previous {
	left:20px;
	top:26px;
	background:url("/sites/all/themes/aubrey/assets/images/sprites_playback.png") 0 -112px no-repeat;
	width:28px;
	height:28px;
}
a.jp-previous:hover {
	background:url("/sites/all/themes/aubrey/assets/images/sprites_playback.png") -29px -112px no-repeat;
}
a.jp-next {
	left:88px;
	top:26px;
	background:url("/sites/all/themes/aubrey/assets/images/sprites_playback.png") 0 -141px no-repeat;
	width:28px;
	height:28px;
}
a.jp-next:hover {
	background:url("/sites/all/themes/aubrey/assets/images/sprites_playback.png") -29px -141px no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:32px;
	background-color: #ddd;
	width:122px;
	height:15px;
}
div.jp-single-player div.jp-progress {
	left:130px;
}
div.jp-playlist-player div.jp-progress {
	left:164px;
}
div.jp-load-bar {
	background:url("/sites/all/themes/aubrey/assets/images/sprites_playback.png") 0 -204px repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
div.jp-play-bar {
	background:url("/sites/all/themes/aubrey/assets/images/sprites_playback.png") 0 -218px repeat-x ;
	width:0px;
	height:18px;
}
a.jp-volume-min {
	top:32px;
	background:url("/sites/all/themes/aubrey/assets/images/sprites_playback.png") 0 -170px no-repeat;
	width:18px;
	height:18px;
}
div.jp-single-player a.jp-volume-min {
	left:274px;
}
div.jp-playlist-player a.jp-volume-min {
	left:296px;
}
a.jp-volume-min:hover {
	background:url("/sites/all/themes/aubrey/assets/images/sprites_playback.png") -29px -170px no-repeat;
}
a.jp-volume-max {
	top:32px;
	background:url("/sites/all/themes/aubrey/assets/images/sprites_playback.png") 0 -186px no-repeat;
	width:28px;
	height:15px;
}
div.jp-single-player a.jp-volume-max {
	left:346px;
}
div.jp-playlist-player a.jp-volume-max {
	left:368px;
}
a.jp-volume-max:hover {
	background:url("/sites/all/themes/aubrey/assets/images/sprites_playback.png") -29px -186px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:37px;
	background:url("/sites/all/themes/aubrey/assets/images/sprites_playback.png") 0 -250px repeat-x;
	width:46px;
	height:5px;
	cursor: pointer;
}
div.jp-single-player div.jp-volume-bar {
	left:292px;
}
div.jp-playlist-player div.jp-volume-bar {
	left:314px;
}
div.jp-volume-bar-value {
	background:url("/sites/all/themes/aubrey/assets/images/sprites_playback.png") 0 -256px repeat-x;
	width:0px;
	height:5px;
}
div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top:49px;
	width:122px;
	font-size:.64em;
	font-style:oblique;
}
div.jp-total-time {
	text-align: right;
}
div.jp-single-player div.jp-play-time,
div.jp-single-player div.jp-total-time {
	left:130px;
}
div.jp-playlist-player div.jp-play-time,
div.jp-playlist-player div.jp-total-time {
	left:164px;
}
div.jp-playlist {
	width:418px;
}
div.jp-playlist ul{
	list-style-type:none;
	margin:0;
	padding:0 20px;
	background-color:#007EC4;
	border:1px solid #009be3;
	border-top:none;
	width:378px;
	font-size:10px;
	color:#ffffff
}
div.jp-single-player div.jp-playlist li {
	padding:5px 0 5px 20px;
	font-weight:bold;
}
div.jp-playlist-player div.jp-playlist li {
	padding:5px 0 4px 20px;
	border-bottom:1px solid #eee;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_item_last {
	padding:5px 0 5px 20px;
	border-bottom:none;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:8px;
	color:#FF0;
}
#content-area div.jp-playlist-player div.jp-playlist a {
	color: #ffffff;
	text-decoration: none;
}
#content-area div.jp-playlist-player div.jp-playlist a:hover {
	color:#0d88c1;
	color:#CCC;
}
#content-area div.jp-playlist-player div.jp-playlist a.jplayer_playlist_current {
	color:#0d88c1;
	color:#9CF;
}











