/*
Theme Name: RENCI2.0
Theme URI: http://www.renci.org/wordpress/renci2.html
Description: A custom 2-Column WordPress theme. 
Version: 1.0.1
Author: Joe Hope, Josh Coyle, David Nance
Author URI: http://www.renci.org
Tags: renci, fixed width, two columns
*/

*{
	margin: 0;
	padding: 0;
}

body, html{
	color: #fff;
	font-family: "Helvetica", "Segoe UI", "Bitstream Vera Sans", Tahoma, Verdana, Arial,sans-serif;
	font-size: 13px;
	line-height: 160%;
	margin: 0;
	padding: 0;
	background: #1f1f1f;
}

a {
	color: #999999;
	text-decoration: none;
	outline-color: invert;
	outline-style: none;
}

a img{
	border: 0;
}

a:hover{
	color: #007b94;
}

blockquote{
	background-color: #eeeeee;
	margin: 10px 30px 10px 20px;
	padding: 5px 10px;
	border: 1px solid #dddddd;
	border-left: 2px solid #91aa9d;
}

code{
	background-color: #fafafa;
	font-family: "Courier New", Courier;
	margin: 10px 20px;
	border: 1px dashed #dddddd;
	color: #777777;
	padding: 0 5px 2px;
	line-height: 180%;
	display: block;
}

/*------------------------ Header ------------------------*/

#header{
	
	height: 59px;
	z-index:0;
	margin: 0;
	padding: 0;
}

#header .header_wrapper{
	width: 1000px;
	height:59px;
	margin: 0 auto;
	padding: 0;
	background: #424242 none no-repeat scroll 0%;
}

.header_left{
	float: left;
	margin-top: 25px;
	width: 400px;
}

.header_left h1 a{
	line-height: 180%;
	font-size: 24px;
	color: #f2f2f2;
}

.header_left h2{
	font-size: 13px;
	color: #eeeeee;
	font-weight: normal;
}

.header_right{
	float:left;
		border-bottom:1px solid #000;
		width:100%;
}

.header_right ul{
	list-style-type: none;

}

.header_right ul li{
	float: left;
}

.header_right ul li.current_page_item_logo a{
	padding: 4px 15px;
	background: #2e2e2e;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:9px;
}
.header_right ul li.page_item_logo a{
	padding: 4px 15px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:9px;
}
.header_right ul li a{
	color: #fff;
	display:block;
	border-right:solid 1px #000;
	line-height:25px;
	font-size:18px;
	padding-left:15px;
	padding-right:15px;
	padding-top:24px;
	padding-bottom:10px;
}


.header_right ul li#search {
	padding: 1px 1px;
	margin:0;
	color: #fff;
	display:block;
	margin-left:20px;
}
.header_right ul li#search:hover {
	background: #424242;
	padding: 1px 1px;

}
.header_right ul li:hover{
		background: #2e2e2e;
	}
.header_right ul li.current_page_item a{
	color: #ffffff;
	background: #2e2e2e;
}
.header_right ul li.current_page_item ul li a{
	color: #ffffff;
	background: #424242;
}
.header_right ul li.current_page_ancestor {
	color: #ffffff;
	background: #2e2e2e;
}
.header_right ul li.current_page_ancestor ul li a{
	color: #ffffff;
	background: #424242;
}

.header_right ul li,
.header_right ul li ul li a{
	color: #ffffff;
	background: #424242;
}
.header_right ul li>ul  {
	display:none;

	position:absolute;
	margin:0;
	padding:0;
	border-right:solid 1px #000;
	border-left:solid 1px #000;
	border-bottom:solid 1px #000;
}
.header_right ul li:hover>ul {
display: block;
margin-left:-1px;
z-index:10;
}
.header_right ul li ul li {
display:block;
table-layout:fixed;
float:none;
background: #424242;
border-top:solid 1px #000;
}
.header_right ul li ul li a {
	font-size:13px;
	font-weight:100;	
	display:block;
	padding:2px 15px;
	border:none;

}
.header_right ul li ul li a:hover {
	background: #2e2e2e;
}

/*------------------------ Container & Main ------------------------*/
#page {
	background: #000;
	width:1000px;
	margin: 0 auto;
}
#feature {
	height: 440px;
	width:1000px;
	background-image:url(images/feature_bg.jpg);
	background-repeat:repeat-x;	
	background-color:#000000;
	z-index:1;
	border-top:1px solid #000;
	border-bottom:1px solid #424242;
}
#page_feature {
	margin-bottom:10px;
	height: 310px;
	width: 630px;
	background-image:url(images/feature_bg.jpg);
	background-repeat:repeat-x;	
	background-color:#000000;
	text-align:left;
	z-index:1;

}


#container{
	width: 1000px;
	margin: 0 auto;
}

#main{
	background-color:#000;
	float: left;
	width: 640px;
	overflow:hidden;
	padding-bottom: 20px;
	padding-left:20px;
}


#page_subsections ul li {
	float:left;
	display:inline; /*ie*/
	width:311px;
	height:152px;
	background-color:#333;
	background-repeat:no-repeat;
	background-position:top left;
	margin:0 8px 8px 0;
	position:relative;
	z-index:1;
	overflow:hidden;
	cursor:pointer;

}

#page_subsections ul li a{

font-size:13px;
font-weight:bold;
color:#fff;
	
}
#page_subsections ul li a.item-click-area {
	padding-top:100px;
	padding-left:10px;
	width:312px; 
	height:52px; 
	float:left;
	text-decoration:none;
	position:absolute;
	z-index:5;	
}
#page_subsections ul li a.item-click-area:hover {
	padding-top:98px;
	padding-left:8px;
	width:299px; 
	height:50px; 
	border:2px solid #fff;
}


/*---------------Leadership Page -------------------*/
#page_subsections ul.leadership li {
	float:left;
	display:inline; /*ie*/
	width:630px;
	height:72px;
	background-color:#333;
	background-repeat:no-repeat;
	background-position:2px 2px;
	margin:0 6px 6px 0;
	position:relative;
	z-index:1;
	overflow:hidden;
	cursor:pointer;

}
#page_subsections ul.leadership li a{

font-size:13px;
font-weight:bold;
color:#fff;
	
}
#page_subsections ul.leadership li a.item-click-area {
	padding-left:70px;
	padding-top:0px;
	width:621px; 
	height:65px; 
	float:left;
	text-decoration:none;
	position:absolute;
	bottom:0;
	z-index:5;	
}
#page_subsections ul.leadership li a.item-click-area:hover {
	padding-left:68px;
	padding-top:4px;
	height:63px; 
	width:558px; 
	border:2px solid #fff;
}
div.managersa {
	vertical-align:text-bottom;
	border:1px #fff solid;
	width: 100%; 
	line-height: 13px; 
	padding-bottom: 15px;
}



.postdate{
  float: left;
	display: block;
	background: url(images/date.gif) no-repeat;
	height: 48px;
	width: 48px;
	line-height:1.4;
	margin-right: 10px;
}

.month{
  	text-transform: uppercase;
  	text-align: center;
  	color: #fcfff5;
	font-size: 12px;
}

.date{
	text-align: center;
	margin-top: 2px;
	font-size: 18px;
}

.postmeta{
	color: #666666;
	font-size: 12px;
}

.postmeta_category{
	background: url(images/category.gif) no-repeat;
	padding: 0 5px 0 18px;
}

.postmeta_comments{
	background: url(images/comments.gif) no-repeat;
	padding-left: 18px;
}

.postmeta_author{
	background: url(images/author.gif) no-repeat;
	padding: 0 5px 0 18px;
}

.postmeta_time{
	background: url(images/time.gif) no-repeat;
	padding-left: 18px;
}

.postmeta_category a{
	color: #666666;
}

.postmeta_comments a{
	color: #666666;
}

#blogroll .title{
	color: #fff;
	font-size:15px;
}

#blogroll a:hover{
	color: #007b94;
}

#blogroll .snippet{
	color: #999;
	font-size: 10px;
}

#events {
    color: #fff;
	font-size:15px;
}

#blogroll p {
line-height:1.3;
	padding-bottom:10px;
}

.title h2{
	font-size: 20px;
	line-height: 120%;
	color: #FFFFFF;
	font-weight:normal;	
}

.fp-title h2{
	font-size: 20px;
	line-height: 120%;
	color: #FFFFFF;
	font-weight:normal;
}

.fp-title h2 a{
	color: #ffffff;
}
.fp-title h2 a:hover {
	color: #007b94;
}
.title h2 a{
	color: #007b94;
}

.title h2 a:hover{
	color: #ffffff;
}

.title .postmeta a:hover{
	color: #007b94;
}
.fp-post{
	color: #999;
	margin-bottom: 20px;
	font-size: 13px;
	text-align: left;
	overflow:hidden;
}
.fp-post p{
	margin: 5px 0;
	padding: 5px 10px 5px 0;
}
.fp-post a {
	color: #fff;
}

.fp-post a:hover {
	color: #007b94;
}
.post{
	color: #999;
	margin-bottom: 20px;
	font-size: 13px;
	text-align: left;
	line-height:1.4;
}

.post a {
	color: #fff;
}

.post a:hover {
	color: #007b94;
}
.post p{
	margin: 5px 0;
	padding: 5px 10px 5px 0;
}

.post ul, .post ol{
	margin: 10px 0 10px 0;
	padding-left: 40px;
	padding-right: 40px;
}

.post li{
	padding: 2px 0 2px 0;
}

.entry {
	margin: 0 0 5px 0;
	padding: 0 5px 5px 0px;
	line-height:1.4;
	font-size:13px;
	
	/*border-bottom: 1px dashed #cccccc;*/
}

.entry a {
	
	color: #fff;
	/*border-bottom: 1px dotted #0066cc;*/
}

.entry a:hover {
	text-decoration: none;
	color: #007b94;
	/*border-bottom: 1px solid #007b94;*/
}

.post_meta span.tags { clear:none; }

.post_meta {
	background:#222;
	font-size:10px;
	padding:5px;
	max-width:620px;
}

.tags {
	color: #999;
}

.tags a {
	color: #ffffff;
	text-decoration: underline;
	font-weight:none;
	padding:1px 0;

}

.tags a:hover {
	color: #007b94;
	text-decoration: underline;
	font-weight:none;
}

.post_line {
	border-bottom:1px dotted #333;
	padding-bottom:10px;
	margin-bottom:50px;
	width:630px;
}
.post_line_catalyst {
	border-bottom:1px dotted #333;
	padding-bottom:10px;
	margin-bottom:20px;
	width:630px;
}
h1.catalyst {
	margin-bottom:15px;
}
#video-links {
	min-width:630px;
	min-height:410px;
}
.catalyst-statement {
	width:630px;
}
#catalyst-header {
	background:url(images/catalyst-header.jpg);
	width:630px;
	padding-top:180px;
	height:70px;
	color:#FFF;
}
#catalyst-header h1 {
	color:#FFF;
}
.forms label.form-label {
	width:50px;
	float:left;
}
.forms li {
	padding-bottom:5px;
}
.post_line_appearances {
	border-bottom:1px dotted #333;
	width:630px;
}

.info {
	padding: 10px 0;
	color: #666666;
}

.info a{
	color: #666666;
}

.info a:hover{
	color: #ff5400;
}

.relate h3 {
	color: #3e606f;
	font-size: 16px;
}

.relate ul {
	list-style-type: decimal;
}

.navi {
	clear: both;
	padding-bottom: 20px;
	height:20px;
}

.navi .left {
	float: left;
}

.navi .right {
	float: right;
}

.navi a {
	color: #777777;
	border-bottom: 1px dashed #999999;
}

.navi a:hover {
	color: #007b94;
	border-bottom: 1px solid #007b94;
}

.alignleft {
	padding-right: 5px;
	float:left;
	text-align:left;
}

.alignright {
	padding-left: 5px;
	float:right;
	text-align:right;
}
.read_rest a {
	color:#111111;
	background-color:#a0a0a0;
	padding:4px 8px 3px 5px;
	font-size:8px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:2;
}
.read_rest a:hover {
	text-decoration:none;
	background-color:#007b94;
	color:#fff;
}
.read_more a {
	color:#111111;
	background-color:#a0a0a0;
	margin-top:10px;
	padding:6px 15px 6px 15px;
	font-size:10px;

	line-height:1.5;
	text-transform:uppercase;
}
.read_more a:hover {
	text-decoration:none;
	background-color:#007b94;
	color:#fff;
}

.renci_head {
	font-size:12px;
	color:#007b94;
}
.head2 {
	font-size:12px;
	color:#007b94;
	font-weight:bold;
}
.list {
	padding-left:25px;
	line-height:1.4;
	list-style:circle;
	}
.list li {
padding-bottom:5px;
}

/*------------------------ News ------------------------*/

.news_top_nav_selected a {
	float:left;
	color: #007b94;
	margin-right:5px;
	padding:5px;
	border: #FFF solid 1px;
	border-bottom: #000 solid 1px;
	font-size:14px;
	text-transform:uppercase;
}

.news_top_nav_selected a:hover {
		color:#fff;
	background-color:#000;	
}

.news_top_nav a {
	float:left;
	background-color:#111;
	margin-right:5px;
	padding:5px;
	border: #FFF solid 1px;
	font-size:14px;
	text-transform:uppercase;
}

.news_top_nav a:hover {
	background-color:#fff;	
}



#news-nav {
	margin-top:20px;
	width:630px;
	margin-bottom: 10px;
	max-height:32px;
	min-height:32px;
	font-weight:normal;	
	border-bottom: #FFF solid 1px;
}


/*------------------------ Homepage ------------------------*/

h4.section_title {
	text-transform:uppercase;
	font-weight: normal;
	color:#8b8f8f;
	font-size:10px;
	margin:0 0 10px;
}


h4.flickr_title {
	text-transform:uppercase;
	font-weight: normal;
	color:#8b8f8f;
	font-size:10px;
	margin:0 10px 0px;
}

h4.youtube_title {
	text-transform:uppercase;
	font-weight: normal;
	color:#8b8f8f;
	font-size:10px;
	margin:0 0 0;
}

.fed_sections {
	color:#ffffff;
	font-size:12px;
}

.main_news{
	float: right;
	width: 460px;
	overflow:hidden;
	padding: 10px 10px 0 20px;
	margin: 10px 10px 0 10px;	
	background-color:#111;
}
.social_links {
	float: right;
	width: 450px;
	overflow:hidden;
	padding: 10px 20px 10px 20px;
	margin: 0px 10px 0 10px;	
	background-color:#111;
}
.social_links .post .title h2 { 
	font-size:20px;
	color:#FFFFFF;
	line-height:1.2;
}
.main_news .post .title h2 {
	font-size:20px;
	color:#FFFFFF;
	line-height:1.2;
}


#left_side {
	float:left;
	width: 470px;
	overflow:hidden;
	padding: 10px 0px 10px 10px;
	margin: 10px 0px 0 10px;	

}

.ls_post {
	margin-top:12px;
	min-height:200px;
	max-height:300px;
	overflow:hidden;
	line-height:1.4;
	
}
h4.who-we-are {

	font-weight: bold;

	font-size:12px;
	margin:10px 0 10px;
}
strong.who-we-are {
	color:#CCC;
	
}
h2.catalyst=fp {

	font-weight: bold;

	font-size:18px;
	margin:10px 0 10px;
}
#featured_sections {
	float:left;
	width:470px;
	margin-top:25px;
	padding-top:25px;
	min-height:140px;
	border-top:solid #333333 1px;
}

#featured_sections ul {
	list-style:none;

}

#featured_sections ul li {
	width:470px;
	min-height:140px;
	background:#333;
	float:left;
	display:inline;

	margin-bottom:10px;
}
#featured_sections ul li a.item-click-area {
	padding-top:10px;
	padding-left:10px;

	width:470px; 
	height:140px; 
	float:left;
	text-decoration:none;
	position:absolute;
	z-index:5; 
}

img.rss_mini {
    padding: 3px 0px 0px 4px;
	
}	
.logos_front_page {
    padding: 0 20px 10px 0;
}


/*------------------------ Comments ------------------------*/

.commentstitle {
}

h3 {
	color: #fff;
	font-size: 16px;
	line-height: 130%;
}

.commentstitle h3 {
	color: #fff;
	padding-bottom: 10px;
	padding-top: 10px;
}

a.commentsnumber {
	color: #ffffff;
	text-decoration: underline;
	font-weight:none;
	padding:1px 0;

}

a:hover.commentsnumber {
	color: #007b94;
	text-decoration: underline;
	font-weight:none;
}

.trackback {
	float: right;
	padding-top: 10px;
	padding-right: 12px;
}

.trackback a {
	color: #007b94;
	font-size: 10px;
}

.commentlist {
	color: #666666;
	list-style-type: none;
	padding: 10px 12px;
}

.commentlist a {
	color: #007b94;
}

.commentlist a:hover {
	color: #fff;
}

.commentlist li {
	border-bottom: 0px solid #e3e5e4;
	padding: 15px 5px 30px 5px;
	float: left;
}

.comment-body {
	line-height: 160%;	
	padding-left: 150px;

}

.alt {
	background-color: #000;
}

.top {
	font-size: 10px;	
	line-height: 130%;			
	text-align:right;	
	float:left;
	max-width:110px;
}

.top a {
	color: #007b94;
	padding:0;
	margin:0;
}

.top a:hover {
	color: #fff;
}

.time a {
	font-size: 10px;
	color: #999;
}

.aavatar {
	float: right;
	width: 32px;
	height: 32px;
	display: block;
	padding: 2px;
	border: 1px solid #dddddd;
	margin: 5px;
}



/*------------------------ Comments Form ------------------------*/


#comments {
	padding-left: 14px;	
}

#respond {
	font-size: 18px;
	color: #fff;
	margin-bottom: 15px;
	margin-top: 10px;
	padding-left: 9px;
	clear: both;
		
}

#commentforms p {
	margin-bottom: 15px;
	padding-left: 10px;	
	border:#333;
	
}
#commentform {float: left;}

input#author, input#email, input#url, input#contactName, textarea#comment, textarea#commentsText {
	margin-left: 12px;
	border: 1px solid #666;
	padding: 2px;
	width: 200px;
	background-color: #2e2e2e;
    color: #fff;
	white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    margin-left: 0.5em;
    clear: both;
} 

textarea#comment, textarea#commentsText {
	width: 450px;
	height: 200px;
}

input#author:focus, input#email:focus, input#url:focus, textarea#comment:focus, input#contactName:focus, textarea#commentsText:focus {
	color: #fff;
	border: 1px solid #fff;
	background-color: ;
}

label {
	margin-left: 5px;
	font-size: 12px;
}

input#submit, button {
	margin-left: 12px;
	background-color: #f9f9f9;
	border: 2px solid #e3e5e4;
	width: 80px;
	padding: 2px 5px;
	color: #666666;
	font-size: 12px;
}
.error {
margin-left:10px;
}
ul.forms {
list-style:none;
padding:0;
margin:0;
}
/*------------------------ Breadcrumb ------------------------*/
.breadcrumb {
margin-left:10px;
	padding:10px;
	padding-right:0;
	color:#999999;
	font-size:10px;	
	max-width:630px;
	clear:both;
}
.breadcrumb a {
color:#999999;
}
.breadcrumb a:hover {
color:#007b94;
}

/*------------------------ Search Form ------------------------*/

#searchform {
	padding:5px;
	height: 15px;
	width: 290px;
}

#searchform:hover {

}

#searchinput {
	background: #2e2e2e;
	border: none;
	width: 230px;
	height: 20px;
	padding: 5px 5px 0px 5px;
	margin-left:15px;
	color: #999999;
}

#searchsubmit {
	background: none;
	color:#fff;
	border: none;
	width: 30px;
	height: 30px;
	cursor:pointer;
}
#searchsubmit:hover {
	background: none;
	color:#cccccc;
	border: none;
	width: 30px;
	height: 30px;
	cursor:pointer;
}
/*-----Employment----*/
.job-div {
background:#111; 
margin-top:25px;
padding:10px; 
line-height:1.4; 
min-height:210px; 
}
.job-div p {
margin-top:15px;
margin-bottom:15px;
}
/*------------------------ Sidebar ------------------------*/

#sidebar {
	float: right;
	width: 340px;
	overflow: hidden;
	
	border-top: 0;
	background: #000000;
	line-height: 160%;
	margin-bottom: 20px;
	
}

#sidebar_cse {
	float: right;
	width: 300px;
	overflow: hidden;
	padding-top:10px;	
	border-top: 0;
	background: #000000;
	line-height: 160%;
	margin-bottom: 20px;
}

#sidebar ul{
	padding: 0px 20px 20px 20px;
	
}

#sidebar a{
	color: #999;
	text-decoration: none;
}

#sidebar a:hover{
	color: #007b94;
}

#sidebar ul h2{
	font-size: 18px;
	line-height: 180%;
	padding-right:20px;
	color: #007b94;

}

#sidebar ul li {
	list-style: none;
	line-height: 150%;
	font-size: 12px;
	padding:0;
	padding-bottom: 5px;
}
#sidebar ul > li {
	padding-bottom:20px;
}
#sidebar ul ol li{
	list-style: decimal; 
	margin: 0px 20px;
	font-weight: normal;
	font-size: 12px;
	color:#999999;
}

#sidebar ul ol li a{
	color: #fff;
	margin:-5px;
}

#sidebar ul ul{
	padding: 0px 0px;
}

#sidebar ul ul li{
	padding: 2px 0;
	font-size:14px;
	line-height:140%;	
}
#sidebar ul ul li.current_page_item a{
	color:#007b94;
	font-size:14px;
}
#sidebar ul ul li.current_page_item li a{
	color:#999999;
	font-size:10px;
}
#sidebar ul ul li.current_page_item li a:hover{
	color:#007b94;
	font-size:10px;
}
#sidebar ul ul li ul li.current_page_item a{
	color:#007b94;
	font-size:10px;
}

#sidebar ul ul li ul{
	padding-left: 5px;
	margin-bottom: 0;
	line-height: 120%;

}

#sidebar ul ul li ul li {
	line-height: 140%;
	font-size: 10px;
	border-bottom: 0;
	background: none;
}

#sidebar ul ul li ul li a{
	color:#999999;
}

.contact_info {
	font-size: 10px;
	line-height: 1.2;
	color:#fff;	
}

.contact_title {
	font-weight:bold;
}

.contact_info p {
	padding-bottom:10px;
	font-size: 10px;
	line-height: 1.2;	
}
/*-----------------Custom Tabs-------------------------------------*/

.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 font: bold 12px Verdana, sans-serif;
 font-weight: normal;
 text-transform: uppercase;
}

ul.tabbernav li
{
 list-style: none;
}

ul.tabbernav li a:hover
{
 color: #007b94; 
}

li.tabberactive a {
 color: #007b94;  
 padding: 0;
 margin: 0;
}

ul.tabbernav {
 color: #007b94;  
 padding: 0;
 margin: 0;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border-top:1px solid #FFF;
 line-height:70%;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
 
}


/*------------------------ Calender ------------------------*/

#wp-calendar {
	width: 260px;
	text-align: center;
	margin-top: 5px;
}

#wp-calendar th {
	margin-top: 5px;
}

#wp-calendar caption {
	font-size: 12px;
	margin-top: 5px;
}

/*------------------------ Sidebar Search ------------------------*/

#sidebar ul li form{
	margin: 10px 0;
}

/*------------------------ Default Sidebar for Coogee Theme ------------------------*/

#search form{
	margin-top: 10px;
	margin-bottom: 20px;
}

#sidebar ul ul.feed_item li{
	background: none;
	padding:0 0 3px 0;
	border: none;
}

#sidebar .feed a{
	margin-left: 10px;
	padding-left: 20px;
	background: url(images/feed.gif) no-repeat;
}

.tagcloud{
	padding: 0 10px;
}

/*------------------------ Footer ------------------------*/

#footer {
	clear: both;
	width: 100%;
	color: #555555;
	font-size:12px;
	border-top:solid #111111 1px;	
	
}

#footer a {
	color: #555555;
	padding-left:3px;
	padding-right:3px;
}

#footer a:hover {
	color: #ffffff;
}

#footer .footer_wrapper{
	margin: 0;
	width: 990px;
}

#footer .footer_wrapper ul{
	list-style:none;
}

#footer .footer_wrapper ul img {

}


#youtube-videos {
	float:right;
	width:490px;
	margin-top:4px;
}

#youtube-videos ul.videos {
  list-style: none;
  height:155px;
  	overflow:hidden;
}

#youtube-videos ul.videos li {
    float: left;
	width:140px;
	min-height:135px;
	line-height: 13px;
	font-size:10px;
	font-weight:bold;
	background-color:#111111;
	padding: 9px;
	margin-right:5px;

}

#youtube-videos ul.videos img {
    float: left;
	padding-bottom:5px;
}

ul.flickr {
	padding-top:5px;
	width:490px;
	height:190px;
	overflow:hidden;
	background:none;
	margin:0 0 10px 10px ;

}

ul.flickr p {
margin-left:5px;
}
ul.flickr p a{
padding:0;
}
ul.flickr p a img{
padding:2px;

}

#footer .footer_wrapper ul li{
	list-style:none;
	display:inline;
	position:relative;
	overflow:hidden;
}
#footer .footer_left{
	float: left;
	padding: 0 0 0 0;
	margin-bottom:30px;
}

#footer .footer_right{
	float: right;
	padding-top: 15px;
}

/*------------------------ Archives Page ------------------------*/

.archivespage_tag {
	border: 1px solid #e3e5e4;
	margin: 0px 12px 20px 12px;
	padding: 5px;
}

.archivespage_tag a {
	color: #999999;
	text-decoration: none;
}

.archivespage_tag a:hover {
	color: #007b94;
}

.archiveslist {
	list-style-type: none;
	margin: 5px 12px 10px 12px;
}

.archiveslist li a, .archiveslist li a:visited {
	color: #666666;
	text-decoration: none;
}

.archiveslist li a:hover {
	color: #007b94;
}

.archivesnumber {
	color: #007b94;
}

/*------------------------ Link Page ------------------------*/

.linkpage ul {
	padding: 10px 12px;
	list-style-type: none;
}

.linkpage ul li {
	float: left;
	margin-bottom: 10px;
}

.linkpage ul li ul li {
	float: left;
	width: 140px;
	text-align: center;
	margin: 3px 5px;
	line-height: 180%;
	background-color: #ffffff;
	border: 1px solid #e3e5e4;
}

.linkpage ul li ul li a {
	color: #999999;
	display: block;
	text-decoration:none;
}

.linkpage ul li ul li a:hover {
	background-color: #eeeeee;
	color: #333333;
}

/*------------------------ Page Template ------------------------*/

.title_page{
	border-left: 4px solid #91aa9d;
	margin-bottom: 20px;
}

.title_page h2{
	padding-left: 10px;
	font-size: 20px;
	line-height: 180%;
	color: #FFFFFF;
}

/*------------------------ wp-thread-comment plugin ------------------------*/

.thdrpy {
  text-align: left;
  font-size: 12px;
  margin: 10px 0;
}
/*-----------------postTabs-------------------------------------*/


/*------------------------ official alignment ------------------------*/

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	color: #999;
	font-family: "Helvetica", "Segoe UI", "Bitstream Vera Sans", Tahoma, Verdana, Arial,sans-serif;
	font-size: 10px;
	font-style:italic;
	line-height: 130%;	
	border: 1px solid #222;
	text-align: left;
	background-color: #111111;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption p {
	margin: 0 5px 5px 5px;
}

.wp-caption img {
	margin: 0;
	padding: 5px;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.vid-lib-post {
	font-size: 10px;
	font-weight:bold;
	line-height: 1.2;	
	width:180px;
	height:170px;
	padding:10px;
	margin:5px;
	background-color:#111111;
	float:left;
}

.vid-nav {
	width:620px;
	min-height:20px;
}

.vid-lib-post img {
	padding-bottom:5px;
}

.vid-nav a.right {
	float:right;
}
.related-images {
float:right; 
width:170px; 
min-height:100px; 
background:#111;
margin-left:10px;
margin-top:5px;
margin-right:5px;
padding-right:0px;
padding-left:10px;
padding-bottom:5px;
padding-top:5px;
}
.profile {
list-style:none;
}
ul.profile  {
list-style:none;
}
ul.profile  li {
width:620px;
background:#333; 
overflow:hidden; 
min-height:20px;
padding:5px;
margin-bottom:5px;
}
ul.profile li a {
float:left; 
color:#FFFFFF; 
font-weight:normal;
width:100%;
}
ul.profile li p {
color:#999999; 
}
ul.profile li p a {
float:none; 
color:#FFFFFF; 
font-weight:normal;
width:auto;
}
ul.profile li p a:hover{
	color: #007b94;
}
ul.profile li div {
background:#111; 
margin-top:25px;
padding:10px; 
line-height:1.4; 
min-height:210px;
}
ul.profile li div img {
float:left;
 margin-right:10px;
  margin-bottom:15px;
  border:none;
  }
  .job-div ul {
	  margin-left:20px;
  }
.job-div ul li {
	background:none;
	list-style:disc;
	overflow:visible;
	padding-left:10px;
	padding-right:10px;
	width:550px;
	color:#999;
}
  .tech-reports  {
background:#333;
}
.tech-reports div {
background:#111;
}
  .tech-reports  a {
  color:#FFFFFF; 
  font-weight:bold;
  }
  #tech-reports {
  margin-bottom:15px;
  list-style:none;
  padding-left:5px;
  }
  .edit-post {
  
  float:right;
  }
 .profile li div p { 
  padding-bottom:10px;
 }
  
/*------------Textonly css-----------------*/
.textonly_title {
display:none;
}

/*------------Staff dir-----------------*/

.azindex {width:50%;float:left;}
.azindex .head {font-weight:bold; font-size:12px; color:#FFF; padding-left:10px;}
.azindex .subhead {clear:left; float:left; padding-left:10px;}
.azindex .desc {clear:left; float:left; font-size:80%; padding-left:10px;}
.azindex .desc p {padding:0; padding-bottom:5px; margin:0;}
.azindex .head .azcont {font-size:90%;font-style:italic;}
.azindex .subhead .azcont {font-size:90%;font-style:italic;}
                      
.azindex h2 { padding-top:10px;margin-top:0}
.azindex h2 .azcont {font-size:50%;font-style:italic;}
.azindex ul {list-style:none; padding:0; margin:0;}
.azindex ul li { padding:0; padding-top:5px; margin:0; margin-left:5px; margin-bottom:5px; overflow:hidden; background:#222;}
.azindex ul li.azalt {}
.azindex ul li.char { background:#000;}
.azindex ul li.char a { }
.azindex ul li.char a:hover {border:none;}
.azindex ul li a.azname {margin:0; padding-left:10px; padding-top:5px; background:#222; float:left; width:100%;}
.azindex ul li a.azname:hover { background:#222;}
.azindex .spacer {height:10px;}
.azlinks {text-align:center; padding-bottom:15px;font-size:20px;}
.azlinkspacer {height:10px;}
.azpagelinks {text-align:center;}
.azindex div.azdesc {}

/*------------Events Calendar-----------------*/

#tec-content {
	padding:20px;
}
.upcoming .tec-event {
	border-top:1px solid #fff;
	padding-top:10px;
}
.upcoming a.tec-button-on, .grid a.tec-button-on {
	background:#007b94;
}
.upcoming a.tec-button-on:hover, .grid a.tec-button-on:hover {
	color:#fff;
}
#tec-content .ical {
	background:#007b94;
}
.tec-calendar td.tec-present .daynum {
	background:#007b94;
}
.tec-tooltip .tec-event-title  {
	background:#007b94;
}
#tec-event-meta .gmap, .tec-event-meta-desc .gmap {
	background:#007b94;
	padding-top:2px;
}
#tec-event-meta .gmap:hover, .tec-event-meta-desc .gmap:hover {
	color:#fff;
}
#main-catalyst {
	background:#fff;
	float: left;
	width: 640px;
}
#main-catalyst .post {
	color:#000;
	min-height:50px;
}
#main-catalyst label, #main-catalyst li  {
	color:#000;
}
#main-catalyst .post a {
	 color: #007b94; 
}

h1.catalyst {
	color:#fff;
}
#main-catalyst h1.catalyst {
	color:#000;
}
.catvid-lib-post {
	font-size: 10px;
	font-weight:bold;
	line-height: 1.2;	
	width:180px;
	height:170px;
	padding:10px;
	margin:5px;
	float:left;
	}
.catvid-lib-post a {
	padding-top:5px;
	color: #007b94;
	font-size:12px;
	 
}
.twit-fb a {
	font-size:14px;
}
.giving .left {
	float:left;
	text-align:right;
	width:200px;
	padding-right:20px;
	padding-bottom:10px;
}
.giving .right {
	padding-left:220px;
		padding-bottom:15px;

}
.giving .left1 {
	float:left;
	padding-right:20px;
	padding-bottom:10px;
}
.giving .right1 {
		padding-bottom:15px;

}
.giving .box {
	border:solid #555 1px;
	padding:10px;
	margin-bottom:20px;
}
.giving h2 {
color:#007B94;
}
.giving .error {
	color:#F00;
}
.giving .req {
	color:#F00;
}
.linklove {
	display:none;
}
.fimage {
	display:none;
}
.teaser {
	display:none;
}
#events-calendar-list li:hover {
	background:none;
	border:none;
	padding:2px 0;
}
#events-calendar-list li a:link, #events-calendar-list li a:visited, #events-calendar-list li a:hover, #events-calendar-list li a:active {
	color:#fff;
}
.past-feature {
	display:none;
	position:absolute;
	z-index:1000;
}
.feature-close {
	background:#333;
	padding:10px;
}
#archive_main {
	width:960px;
		background-color:#000;
	float: left;
	overflow:hidden;
	padding-bottom: 20px;
	padding-left:20px;
}
#archive_feature {
	background:url(images/project-archive.png) center no-repeat;
	width:100%;
	height:100px;
}
#archive_subsections h2, #page_subsections h2 {
	width:960px;
	height:20px;
	padding-top:10px;
	padding-bottom:10px;
	float:left;
}
#archive_subsections li {
	list-style:none;
	width:300px;
	height:50px;
	margin-right:20px;
	margin-bottom:20px;
	float:left;
}

#archive_subsections ul li a.item-click-area {
	font-size:11px;
	color:#fff;
	padding-top:30px;
	padding-left:10px;
	width:290px; 
	height:20px; 
	float:left;
	position:absolute;
	text-decoration:none;
	z-index:5;	

}
#archive_subsections ul li a.item-click-area:hover {
	padding-top:28px;
	padding-left:8px;
	width:289px; 
	height:20px; 
	border:2px solid #fff;
}

