/*
Theme Name: BlankSlate
Theme URI: http://tidythemes.com/blankslate/
Description: The bare essentials of a WordPress theme, no CSS styles added. Perfect for those who would like to build their own theme from scratch or for clients if you're a developer or designer. This theme is clean; valid code, semi minified, no comments, SEO-friendly and 100% open source. One custom menu and one widgetized sidebar to get you started. If you don't know CSS and would like to learn we've prepared: http://tidythemes.com/want-to-learn-css/ and please visit us in the forum for further help: http://tidythemes.com/forum/ - Thank You
Author: TidyThemes
Author URI: http://tidythemes.com/
Version: 2.0
Tags: custom-menu, microformats

License: GNU General Public License v2.0 | From TidyThemes: This theme is completely free and open source. You may edit this theme to your hearts content :).
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

@import "style/reset.css";

html {
	margin-top: 0;
	background-color: #BFBFBF;
}

body {   
   	background-color: #BFBFBF;
	 height: 100%;
	 margin: 0;
	 color: #404040;
	 font-family: Verdana,Helvetica,Sans Serif;
	 font-size: 12px;
	 font-weight: normal;
	 line-height: 1.2em;
}

a, a:link, a:active, a:visited {
    color: #0056BA;
    text-decoration: none;
}

a:hover {
	color: #FF9900;
}

blockquote {
	border-left: 5px solid #DDDDDD;
	margin: 15px 30px 10px 10px;
	padding-left: 20px;
}

img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	position:relative;
	z-index: 0;
	behavior: url(/wp-content/themes/blankSlate/ie_fixes/PIE.htc);
}

/*Utility Styles************************/

.clear {
	clear: both;
}

.alignright {
	float:right;
	margin: 0px 0 10px 10px;
}
.alignleft {
	float:left;
	margin: 0px 10px 10px 0px;
}
.aligncenter {
	display:block;
	margin:0 auto;
}

#basic_container {
	margin:0 auto;
	margin-bottom: 10px;
	padding-left: 110px;
	width: 680px;
	float: left;
}

#wrapper {
	background: url(images/graybar.png) repeat-y scroll 0 0 #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 980px;
	border-radius: 10px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	position:relative;
	z-index: 0;
	behavior: url(/wp-content/themes/blankSlate/ie_fixes/PIE.htc);
}

#navigation {
    margin-bottom: 20px;
    width: 980px;
}

.wp-caption-text {
	font-size: 10px;
}

.header_left {
    float: left;
    margin: 0 0 0 10px;
    width: 400px;
}

.header_right {
    float: right;
}

.header_right #nav_menu {
    font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Verdana,sans-serif;
    margin-top: 0;
}

.header_right #nav_menu li {
    color: #99CBFF;
    float: left;
    font-size: 16px;
    font-weight: bold;
    list-style: none outside none;
    margin-left: 10px;
}

#content_left {
    float: left;
    width: 685px;
}

.page_title {
	border-bottom: 1px solid #BFBFBF;
    clear: both;
    color: #12BE1A;
    font-family: Arial,Helvetica,Sans Serif;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 100%;
    padding-left: 00px;
    white-space: nowrap;
	text-transform: lowercase;
	margin-bottom: 15px;
}

.post_title {
	margin-bottom: 0;
	line-height: 1.1em;
}

.posted_date_categories {
    color: #8B8B8B;
    font-size: 11px;
  	margin-bottom: 10px;
}

.single .posted_date_categories {
	margin-bottom: 0;
}

.post {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 30px;
	padding-bottom: 10px;
}

.single .post {
	border-bottom: 0;
	margin-bottom: 0;
}

.right_column ul {
	margin: 0;
}

.right_column ul li {
	list-style:none;
	margin: 10px 0;
}

.right_column ul li .children {
	margin-left: 11px;
}

.right_column .widget-container {
	margin-bottom: 20px;
	padding: 10px;
}

.widget-title {
   	border-bottom: 1px solid #BFBFBF;
    color: #FF9900;
    font-family: Arial,Helvetica,Sans Serif;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 100%;
    padding-left: 5px;
	margin-bottom: 10px;
	margin-top: 0;
}

.execphpwidget {
	font-weight: bold;
	padding-left: 5px;
}

.execphpwidget h4 {
	float: right;
	margin-bottom: 0;
}

.twitter_button {
    float: left;
    width: 69px;
}

#footer {
    color: #808080;
    font-family: Arial,Helvetica,Sans Serif;
    font-size: 11px;
    line-height: 100%;
	margin: 20px 10px 10px 0;
    text-align: right;
}

#footer a {
	color: #808080;
	text-decoration: none;
}

#footer a:hover {
	color: #FF9900;
	text-decoration: underline;
}

#footer p {
	text-align: right;
}

#respond {
    border-top: 1px solid #CCCCCC;
    padding-top: 20px;
	font-weight: bold;
}

#respond h3 {
    font-size: 16px;
    margin-bottom: 15px;
}

#comment {
	width: 100%;
}

#commentform input, #commentform textarea {
    border-color: #999999;
    border-style: solid;
    border-width: 1px;
    padding: 2px;
}

#submit {
    background: url("images/button.png") no-repeat scroll 0 0 transparent;
    border: 0 none !important;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 13px;
    font-weight: bold;
    height: 35px;
    margin-left: 200px;
    width: 150px;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
}

#commentform #submit {
    color: #404040;
}

#commentform #submit:hover {
	color: #3366ff;
}

#commentform input, #commentform textarea {
    border-color: #999999;
    border-style: solid;
    border-width: 1px;
    padding: 2px;
}

.form-section {
    font-family: Arial;
    font-size: 8pt;
    line-height: 15pt;
   	margin: 0 0 1em;
	font-weight: normal;
    font-size: 11pt;
    line-height: 15pt;
}

.form-section label, .form-section .required {
	font-size: 9pt;
}

/*start comments*/
.commentlist {
	border-top: 1px solid #CECECE;
	padding-left: 0;
	margin-left: 0;
}

.commentlist li {
	list-style-type: none;
	padding: 20px;
}

.commentlist .odd {
	background: none repeat scroll 0 0 #F5F5F5;
}

h3#comments {
	margin-top: 30px;
	font-weight: bold;
}

#respond h3 {
	font-weight: bold;
}

#comments ol {
	margin-left: 0;
	margin-right: 0;
}

.comment-content {
	margin-top: 10px;
}

.comment-author {
	border-bottom: 1px solid #DDDDDD;
	font-size: 11px;
}
/*end comments*/

.nav-previous, .nav-next {
	width: 100px;
	float: left;
}

.nav-next {
	float: right;
}
.news_date {
   float: left;
}

.wp-post-image {
	float:left;
	margin: 0 10px 10px 0;
	border: 1px solid #DDDDDD;
}

.page-title {
	font-size: 26px;
	text-align: center;
	padding-bottom: 10px;
	color: black;
	margin-top: 10px;
}

.recent-comment-author {
	background: none !important;
	padding: 0 !important;
} 

.bwp-rc-ulist .recent-comment {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

#header_left {
    float: left;
    width: 75px;
	margin-left: 10px;
	margin-top: 15px;
}

#header_left img {
    margin-top: 20px;
}

#header_left #logo {
	width: 75px;
	height: 87px;
}

#header_left #logo a {
	background: url(images/logo.png);
	width: 75px;
	height: 87px;
	display: block;
}

#header_left #logo a:hover {
	background: url(images/logo_hover.png);
}

#header_right {
    float: left;
	padding-left: 20px;
	width: 875px;
}

#header_right #right_container {
	height: 75px;
	background: #FF9900;
	width: 195px;
	float: right;
	border-radius: 0 10px 0 0;
	-webkit-border-radius: 0 10px 0 0;
	-moz-border-radius: 0 10px 0 0;
	position:relative;
	z-index: 0;
	behavior: url(/wp-content/themes/blankSlate/ie_fixes/PIE.htc);
}

#header_right #company_name {
	width: 403px;
	height: 25px;
	float: left;
}

#header_right #company_name a {
	background: url(images/banner.png);
	display: block;
	width: 403px;
	height: 25px;
	margin-top: 40px;
}

#header_right #company_name a:hover {
	background: url(images/banner_hover.png);
}

/* The Div that surrounds the Drop Down Menu*/


/* Menu Bar List */

#menu_container {
	background: none repeat scroll 0 0 #808080;
    height: auto;
    margin-bottom: 12px;
	border: 0;
	height: 25px;
	width: auto;
	border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	position:relative;
	z-index: 0;
	behavior: url(/wp-content/themes/blankSlate/ie_fixes/PIE.htc);
}

ul.dropdown {
	margin: 0 0 0 2px;
	border: 0;
	float: none;
	color: white;
	font-family: Verdana,Helvetica,Sans Serif;
	font-size: 14px;
	font-weight: normal;
	padding-left: 10px;
}

ul.dropdown  li{
	float: left;
	list-style-type: none;
	padding: 0 5px;
	background: none;
	position: relative;
}

ul#menu-primary li:hover {
}

ul.dropdown .sub-menu li:hover {
	background: #ff9900;
}

#navigation ul.dropdown a { /* Menu link styling */
	color: white;
	font-family: Verdana,Helvetica,Sans Serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 100%;
	padding-bottom: 6px;
	padding-top: 5px;
	display: block;
	padding-left: 9px;
	padding-right: 9px;
	text-decoration: none;
	border: 0;
	text-transform: lowercase;s a shadow under link 1px down, 1px to right, 0 blur & Black */
}

/* Styling when a link is hovered over */
ul.dropdown li:hover a {
	color: #FFFFFF; /* Text color of links */
}

/* Displays Links as Blocks */
ul.dropdown li ul a {
	display:block;
}

/* Styling for all of the Sub Menus  */

ul.dropdown ul {
	list-style: none; /* Gets rid of bullets */
	margin:0;
	padding:0;
	width:700px; /* Width of the Drop Down Box */
	position:absolute; /* States that you are going to define exactly in pixels where the drop down appears */
}

ul.dropdown li ul {
	top:25px; /* The Drop Down Box appears 24px below the menu when the menu is hovered over*/
}

ul.dropdown li {
	float: left;
	list-style: none;
}

ul.dropdown ul ul { /* Styling for secondary drop downs (Drop Downs of a Drop Down) */
	top:0;
	left:100%;
}

ul.dropdown ul li {
	float:left;
}

/* Makes drop downs not appear by default unless the mouse hovers */
	ul.dropdown ul,
	ul.dropdown li:hover ul ul,
	ul.dropdown ul li:hover ul ul
{ display: none; }

ul.dropdown li:hover ul,
ul.dropdown ul li:hover ul ,
ul.dropdown ul li ul li:hover ul
{ display: block;}

ul.dropdown li * a:hover { /* Styling for every link that is hovered over */

}

#navigation ul.dropdown .sub-menu li a  {
	color: #0056BA;
}

#navigation ul.dropdown .sub-menu li a:hover {
	background: #FF9900;
}


/*Home Page Announcement*/
#homeAnnouncement {
    clear: both;
    color: #404040;
    display: block;
    font-family: Arial,Helvetica,Sans Serif;
    font-size: 13px;
    line-height: 1.3em;
    margin-bottom: 20px;
    margin-top: 10px;
	color: #666;
    font-family: Arial,Helvetica,Sans Serif;
    font-size: 15px;
    line-height: 1.2em;
	width: 679px;
}

#homeAnnouncement img {
	border-radius: 0;
}

#homeAnnouncementInnerLeft {
	width: 435px;
	float:left;
}

#homeAnnouncementInnerRight {
	width: 200px;
	float: right;
}

#homeAnnouncement a:link, #homeAnnouncement a:active, #homeAnnouncement a:visited {
	color: #0056ba;
	text-decoration: none;
} 

#homeAnnouncement a:hover {
	color: #ff9900;
	cursor: pointer;
	text-decoration: underline;
}

#homeAnnouncementInner {
	padding: 0px 18px;
	border-left: 2px solid #e79b39;
	border-right: 2px solid #e79b39;
}

#homeAnnouncementInner h2 {
    color: #12BE1A;
    font-family: Arial,Helvetica,Sans Serif;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 100%;
    white-space: nowrap;
	margin: 0;
}

#homeAnnouncementInner h4 {
	font-family: Arial,Helvetica,Sans Serif;
	font-size: 20px;
	margin-bottom: 15px;
	margin-top: 7px;
}

#homeAnnouncementInner p {
	margin-bottom:0;
	width:450px;
	margin-top:23px;
}

#homeAnnouncementInner a {
    color: #0056BA;
}

#homeAnnouncementInner img {
	float: right;
	border:none;
}

/*End Home Page Announcement*/

.home_page_title {
	margin-bottom: 10px;
}

#home_events h2, #home_news h2 {
	 border-bottom: 1px solid #BFBFBF;
	padding-bottom: 5px;
}

#home_events h2 a, #home_news h2 a {
	color: #12BE1a;
	font-size: 21px;
	letter-spacing: -1px;

}

#home_events h2 a:hover, #home_news h2 a:hover {
	color: #FF9900;
}

#home_events a.title , #home_news a.title {
	font-size: 13px;
	font-family: Verdana, Helvetica, Sans Serif;
	font-weight: bold;
}

#home_events, #home_news {
	color: #404040;
	font-family: Arial,Helvetica,Sans Serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.1em;
	margin-top: 20px;
}

a.home_title_line_one {
	color: #0056BA;
	font-family: Arial,Helvetica,Sans Serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
	margin-bottom: -1px;
	padding-right: 5px;
	padding-top: 4px;
	text-align: right;
	white-space: nowrap;
}

a.home_title_line_one:hover {
	color: #FF9900;
}

a.home_title_line_two {
	color: #12BE1A;
	font-family: Arial,Helvetica,Sans Serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 100%;
	padding-right: 5px;
	text-align: right;
	white-space: nowrap;
}

.title.current {
	color: #ff9900;
	text-decoration: underline;
}

.current_page_parent ul.sub-menu, .current_page_item ul.sub-menu, .current-menu-item ul.sub-menu, .current-menu-ancestor ul.sub-menu {display:block;}


#navigation ul.dropdown .sub-menu a {
	color: #0056BA;
	display: block;
	float: left;
	font-family: Verdana,Helvetica,Sans Serif;
	font-size: 12px;
	padding: 5px 7px 7px 7px;
	text-decoration: none;
}

#navigation ul.dropdown .sub-menu li {
	padding-right: 0px;
	margin-left: 0px;
}

ul.dropdown .current_page_item, ul.dropdown .current-menu-item  {
	background: #0056BA;
}

ul.dropdown .current_page_item, ul.dropdown .current-menu-item, ul.dropdown .current-menu-ancestor  {
	background: #0056BA !important;
}

ul.dropdown .current_page_item .sub-menu li, ul.dropdown .current-menu-item .sub-menu li, ul.dropdown .current-menu-ancestor  .sub-menu li  {
	background: none !important;
}

#navigation ul.dropdown .sub-menu li.current-menu-item  {
	background: none;
}


#navigation ul.dropdown .sub-menu li.current-menu-item a, #navigation ul.dropdown .sub-menu .current-menu-ancestor a {
	font-weight: bold;
	background: none;
}

#navigation ul.dropdown .sub-menu .current-menu-ancestor {
	background: none;
}

.current_page_parent ul.sub-menu ul.sub-menu, .current_page_item ul.sub-menu ul.sub-menu, .current-menu-item ul.sub-menu ul.sub-menu, .current-menu-ancestor ul.sub-menu ul.sub-menu{
	display: none;
}

.search_form {
	margin-right: 5px;
}
.search_form input[type="text"] {
	width: 110px;
	height: 13px;
}

.post-842 p {
	color: #666666;
	font-family: Arial,Helvetica,Sans Serif;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 1.2em;
}


.post-842 img {
	margin-right: 20px;
  margin-bottom: 40px;
}

.home_more {
	float: right;
	color: #0056BA;
}

.right_column .execphpwidget ul li {
	list-style: disc;
	margin-left: 15px;
}

.person_top img {
	float: left;
	margin-right: 20px;
}

.person_top .title {
	float: left;
}

.person_top p {
	margin-left: 20px;
}

.bioCalloutImage, .bioCallout {
	border-top: 15px solid #FFF1DB;
	background-color: #FFF1DB;
    border-left: 7px solid #FF9900;
    margin-left: 20px;
	padding: 0px 15px 15px 15px;
	margin-top: 20px;
}

.thumb~.bioCalloutImage, .thumb~.bioCallout {
	margin-top: 90px;
}

#staff {
	float: left;
	width: 620px;
}

.page-template-staff-php #basic_container, .single-people #basic_container, .page-template-board-php #basic_container, .single-board-member #basic_container, .page-template-alumni-php #basic_container, .page-template-default #basic_container, .page-template-companies-php #basic_container, .single-company #basic_container, .page-template-communities-php #basic_container, .single-community #basic_container, .page-template-projects-php #basic_container, .single-project #basic_container, .page-template-research-php #basic_container, .single-research #basic_container {
	width: 870px;

}

.page-template-companies-php #basic_container img, .single-company #basic_container img, .page-template-communities-php #basic_container img, .single-community #basic_container img, .page-template-projects-php #basic_container img {
	border-radius: 0;
}

.linkedin {
	background: url(images/linkedin.png) left no-repeat;
	padding-left: 25px;
	font-weight: bold;
}

th, td {
    border: 0px solid #000000;
    padding: 0.2em;
}

.pubRefLink {
	margin-bottom: 20px;
}
.blog_date {
	font-size: 15px;
	font-family: Arial, Helvetica, Sans Serif;
	font-weight: bold
}

.news-item .entry, .event .entry {
	border-bottom: 1px solid #BFBFBF;
}

.permalink {
	float:right;
}

.news-item, .event {
	margin-bottom: 40px;
}

h2.post_title {
	font-size: 14px;
}

.pagination_links {
	float: right;
}

#calendar-2 .widget-title {
	border: 0;
}

#wp-calendar {
	width: 155px;
}

#wp-calendar caption {
	font-size: 13px;
	color: #0056BA;
	font-weight: bold;
}

.cat_archive {
	font-weight: normal;
}

.cat_archive select {
	width: 120px;
}

.sub-menu a {
	display: block;
}

#menu-primary li:hover {
	background: #FF9900;
}

#menu-primary .sub-menu li:hover {
	background: none;
}