/** CSS for page style elements **/

/**************************************** background **/

body
{
	background: url(img/stripe-bkg.png) repeat #efefef;
	background-attachment: scroll !important;
}

body.page-widget
{
	background: none #fff;
}

/**************************************** header **/

#header
{
	background: url(img/headerBar.png) top repeat-x;
}
#header #site-name
{
	font-size: 21px;
	font-weight: 100;
}

#header,
#header a,
#header a:visited,
#header a.active
{
	color: #fff !important;
}


/***** header blocks *****/
#header .block
{
	float: left;
}

/*** search ***/
#header #search-block-form
{
	margin-left: 15px;
}
#header #search-block-form .form-item,
#header #search-block-form .form-item input,
#header #search-block-form .form-item input.form-submit
{
	margin: 0;
	padding: 0;
	vertical-align: top;
}
#header #search-block-form .form-item input.form-text
{
	padding: 3px 8px 0 8px;
	width: 115px;
	border: none !important;
	height: 18px !important;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background-color: #AAA;
	color: white;
	font-weight: 100;
}
#header #search-block-form label
{
	display: none;
}
#header #search-block-form #edit-submit
{
	background: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	height: 18px;
	vertical-align: top;
	margin: 2px 0 0 5px;
	padding: 0;
}

/** logos **/
#header .header-logos 
{
	padding: 8px 0 9px 15px;
	height: 30px;
	margin: -12px 0 0 15px;
	border-left: 1px solid #444;
}
#header .header-logos .ge-logo,
#header .header-logos .seed-logo
{
	float: left;
	height: 30px;
}
#header .header-logos .seed-logo
{
	margin-left: 4px;
	padding-left: 4px;
	border-left: 1px solid #777;
}

/**************************************** current user dropdown block **/

#current-user #current-user-button
{
	font-family: Inspira, Arial, sans-serif;
	display: inline;
	margin: 0 6px 0 0;
	padding: 18px 10px;
}
#current-user #current-user-box
{
	display: none;
	position: absolute;
	margin-top: 16px;
	padding: 15px;
	background: #555;
	color: #fff;
	box-shadow: rgba(0, 0, 0, .3) 2px 2px 2px;
	-moz-box-shadow: rgba(0, 0, 0, .3) 2px 2px 2px;
	-webkit-box-shadow: rgba(0, 0, 0, .3) 2px 2px 2px;
}
#current-user #current-user-box a
{
	display: block;
	padding: 3px;
}
#current-user #current-user-button:hover,
#current-user #current-user-box a:hover
{
	background-color: #444;
}
#current-user #current-user-box a.secondary-link
{
	float: right;
	padding-right: 6px;
	font-size: .9em;
}

#current-user #current-user-box table.views-view-grid
{
	width: 256px;
}
#current-user #current-user-box .view a:hover
{
	background-color: inherit !important;
}
#current-user #current-user-box .view a:hover img
{
	border-color: #9056C7;
}

/**************************************** navbar **/

#navbar
{
	margin-left: 29px;
}
#navbar li
{
	padding: 0 18px 0 0;
	font-family: Inspira, sans-serif, Arial, Helvetica;
	font-size: 16px;
}
#navbar .active
{
	color: #555 !important;
}
#navbar .menu a,
#navbar .menu a:visited
{
	text-transform: capitalize;
	color: #aaa;
	display: block;
	float: left;
	padding: 24px 0 15px 0;
}
#navbar .menu a.active,
#navbar .menu a.active:visited,
#navbar .menu li:hover a,
.site-section-visualizations #navbar .menu-item-visualizations,
.site-section-galleries #navbar .menu-item-visualizations,
.site-section-data #navbar .menu-item-data,
.site-section-data-sets #navbar .menu-item-data,
.site-section-data-channels #navbar .menu-item-data,
.site-section-data-search #navbar .menu-item-data,
.site-section-challenges #navbar .menu-item-challenges,
.site-section-about #navbar .menu-item-community,
.site-section-community #navbar .menu-item-community,
.site-section-user #navbar .menu-item-community,
.site-section-register #navbar .menu-item-community,
.site-section-partners #navbar .menu-item-community,
.site-section-blog #navbar .menu-item-community
{
	color: #555;
	text-decoration: none;
	padding-bottom: 12px;
	border-bottom: 3px solid #9056C7;
}
#navbar .menu a.active,
#navbar .menu a.active:visited
{
	color: #555 !important;
}
#navbar .menu a:hover,
#navbar .menu a.active:hover
{
	color: #555 !important;
	text-decoration: none;
}
#navbar .no-highlight
{
	border-bottom-color: #fff !important;
}
#navbar .menu:hover a:hover
{
	border-bottom-color: #9056c7 !important;	
}

/**** navbar submenu ****/

#navbar ul.menu li.expanded:hover a
{
}
#navbar ul.menu li.expanded:hover ul li a
{
	border: none !important;
	padding: inherit;
}
#navbar ul.menu li ul
{
	display: none;
	position: absolute;
	z-index: 999;
	margin: 59px 0 0 0;
	padding: 17px 24px 17px 15px;
	background-color: #fff;
	/*
	border: 1px solid #DDD;
	border-top: none;
	*/
	border: 1px solid #eee;
	box-shadow: rgba(0, 0, 0, .3) 2px 3px 5px -2px;
	-moz-box-shadow: rgba(0, 0, 0, .3) 2px 3px 5px -2px;
	-webkit-box-shadow: rgba(0, 0, 0, .3) 2px 3px 5px -2px;
	/*
	box-shadow: rgba(0, 0, 0, .4) 4px 4px 5px -2px;
	-moz-box-shadow: rgba(0, 0, 0, .4) 4px 4px 5px -2px;
	-webkit-box-shadow: rgba(0, 0, 0, .4) 4px 4px 5px -2px;
	box-shadow: rgba(0, 0, 0, .4) 0 4px 7px -2px;
	-moz-box-shadow: rgba(0, 0, 0, .4) 0 4px 7px -2px;
	-webkit-box-shadow: rgba(0, 0, 0, .4) 0 4px 7px -2px;
	*/
}
/*
#navbar ul.menu li ul:before,
#navbar ul.menu li ul:after
{
	content: "";
	height: 9px;
	width: 21px;
	position: absolute;
	margin-top: -10px;
	margin-left: -41px;
	background: url(http://www.visualizing.org/sites/all/themes/visualizing/images/dropdown-wing-l.png) top left no-repeat;
}
#navbar ul.menu li ul:after
{
	top: 0;
	right: 0;
	margin: 3px -19px 0 0;
	background: url(http://www.visualizing.org/sites/all/themes/visualizing/images/dropdown-wing-r.png) top left no-repeat;
}
*/

/*
#navbar ul.menu li ul:before
{
	content: "";
	height: 5px;
	position: absolute;
	width: 100%;
	margin-top: -9px;
	margin-left: -24px;
	color: white;
	background: white;
}
*/
#navbar ul.menu li:hover ul
{
    display: block;
}

#navbar ul.menu li ul li
{
    float: none;
    clear: left;
    display: block;
    height: 20px;
    margin: 0 0 6px 0;
    padding: 0;
    background: none;
    font-weight: 100;
    line-height: 25px;
    font-size: 0.85em;
}
#navbar ul.menu li ul li.first
{
	margin-top: 0;
}
#navbar ul.menu li ul li a
{
	color: #aaa !important;
	text-transform: none;
	padding: 2px;
}
#navbar ul.menu li ul li a:hover
{
	color: #555 !important;
}

/**** upload button ****/
#navbar .upload-button
{
	position: absolute;
	margin-top: 13px;
	left: 804px;
}
a.upload-button
{
	display: block;
	padding: 0 0 0 31px;
	width: 180px;
	height: 45px;
	background: url(img/upload_button3.png) no-repeat;
	font-size: 17px;
	line-height: 38px;
	font-family: Inspira, Arial, sans-serif;
	text-align: left;
}
a.upload-button,
a.upload-button:visited,
#block-seedgemod-11 a.active
{
	color: #fff !important;
}


/**************************************** section banner **/

#section-banner
{
	margin: 0;
	padding: 0;
	box-shadow: rgba(0, 0, 0, .2) 0 2px 3px;
	-moz-box-shadow: rgba(0, 0, 0, .2) 0 2px 3px;
	-webkit-box-shadow: rgba(0, 0, 0, .2) 0 2px 3px;
}
#section-banner,
#section-banner a,
#section-banner a:visited,
#section-banner a.active
{
	color: #fff !important;
}
#section-banner								{ background-color: #9056C7; }

.title-user-account #section-banner { display: none; }

/* 
.upload-form #section-banner				{ background-color: #d86544; }
.site-section-challenges #section-banner	{ background-color: #20B2EC; }
.site-seciton-blog #section-banner			{ background-color: #20B2EC; }
*/
/* .site-section-partners #section-banner		{ background-color: #41C66C; } */

#section-banner .section-title
{
	margin: 0;
	padding: 12px 29px;
	font-size: 20px;
}

/*** hide title bar for certain pages ***/
.front #page-title,
.page-user #page-title,
.page-visualizations #page-title,
.page-open-challenges #page-title,
.node-type-visualization #page-title,
.site-section-data-channels #page-title,
.site-section-marathon2011 #page-title,
.page-about #page-title,
.page-partners #page-title,
.node-type-knowledge_partners #page-title,
.node-type-knowledge_partners #page-title-academic-partner,
.node-type-story #page-title,
.node-type-data-set #page-title,
.node-type-sprint #page-title,
.site-section-upload #page-title,
.page-data #page-title,
.site-section-marathon2011 #page-title,
.title-visualizing-player #page-title
{
	display: none;
}

/**************************************** page **/

#page
{
	background-color: #fff;
	box-shadow: rgba(50,50,50,.5) 2px -2px 6px;
	-moz-box-shadow: rgba(50,50,50,.5) 2px -2px 6px;
	-webkit-box-shadow: rgba(50,50,50,.5) 2px -2px 6px;
}
h1.page-title,
.pane-page-title h1
{
	margin: 10px 0;
	color: #222;
}
.panel-pane.pane-page-title
{
	padding-bottom: 0;
}

.block-search #edit-search-block-form-1
{
	float: left;
	width: 140px;
}
.block-search input.form-submit
{
	margin: 6px 0 0 5px;
}


/**************************************** meta block (tabs, messages) **/
#meta-block
{
	margin: -25px 0 28px 0;
	padding: 12px 0 8px 0;
	border: 1px solid #ddd;
	border-left: none;
	border-right: none;
}

/**************************************** tabs **/
ul.primary,
ul.secondary
{
	border: none;
	margin: 0;
	padding: 0 25px;
	font-size: .85em;
	font-weight: 100;
}
ul.secondary
{
	margin-top: 10px;
}
ul.primary li,
ul.secondary li
{
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}
ul.tabs li,
ul.tabs li a,
ul.tabs li a:visited
{
	color: #555;
	border: none !important;
	background-color: inherit;
}
ul.tabs li a
{
	padding: 2px 14px 2px 0;
}
ul.tabs li a:hover,
ul.tabs li a.active,
ul.tabs li.active a
{
	background-color: inherit !important;
	color: #555 !important;
	text-decoration: underline;
}
ul.secondary
{
	text-transform: lowercase;
}

/**************************************** messages **/

#meta-block #messages
{
	margin: 8px 35px;
}

div.messages, /* Important messages (status, warning, and error) for the user */
div.status,
div.warning,
div.error
{
	min-height: 0;
	margin: 3px 0;
	border: none;
	padding: 5px 10px;
	color: #000;
	border: 1px solid #ccc;
	background-color: #E4FFB4;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

div.status /* Normal priority messages */
{
}

div.warning /* Medium priority messages */
{
	border-color: #333;
	background-image: none;
}

div.warning,
tr.warning
{
	color: #000; /* Drupal core uses #220 */
	background-color: #FFFF66;
}

div.error /* High priority messages. See also the .error declaration below. */
{
	border-color: #333;
	background-image: none;
}

div.error,
tr.error
{
	color: #000;
	background-color: #FFB0B0;
}

div.messages ul
{
	margin-top: 0;
	margin-bottom: 0;
}

/**************************************** nodes **/

.unpublished-message
{
	font-size: .8em;
	color: #000;
	text-align: center;
	background-color: #FF6;
	float: right;
	padding: 1px 5px;
}

/**************************************** comments **/

/*** comment in pane ***/
.pane-node-comments .pane-content
{
	max-height: 300px;
	overflow: auto;
	padding-right: 10px;
}

/** panes **/
/*
.pane-node-comment-form,
.pane-node-comments
{
	width: 620px;
}

.node-new-comment,
.node-posted-comments
{
	margin-top: 50px;
}

.comment-meta,
.comment-outer
{
	float: left;	
}

.comment-meta
{
}
.comment-outer
{
	margin-left: 20px;
}
*/

#comment-form label,
#comment-form .comment-author,
#comment-form .comment-author-registered,
#comment-form .comment-author-projects
{
	display: none;
}
#comment-form #edit-submit
{
	display: block;
	clear: left;
	/* margin-left: 80px; */
}
#comment-form #edit-preview
{
	display: none;
}
#comment-form p
{
	display: none;
}
#comment-form .form-item
{
	margin-bottom: 5px;
}


.comment
{
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
}
.comment:last-child
{
	border-bottom: none;
}

.comment .picture
{
	float: left;
	margin-right: 20px;
}
.comment #comment-title
{
	display: none;
}
.comment .submitted .username
{
	font-size: 1.2em;
	font-weight: bold;
}
.comment .content
{
}

/**************************************** footer upper **/

#footer
{
	background-color: #555;
	color: #999;
	padding-bottom: 60px;
}

#footer #footer_content-inner
{
	margin: 0; 
}

#footer .block
{
	float: left;
	margin: 7px 0 0 0;
	
	height: 275px;
	overflow: hidden;
}

#footer .block h2
{
	font-family: Inspira, sans-serif;
	color: #aaa;
	font-size: 14px;
	margin-bottom: 8px;
}

#footer .block .content
{
	padding: 30px;
	background-color: #454545;
	color: #999;
	font-size: 1.2em;
	height: 165px;
}

#footer #block-views-Featured_Galleries-block_1
{
	margin-left: 39px !important;
	margin-right: 39px !important;
}

/********** stay connected block ***/

#footer #stay-connected td
{
	vertical-align: top;
	padding-bottom: 20px;
}
#footer #stay-connected tr.last td
{
	padding-bottom: 0;
}
#footer #stay-connected td.icon
{
	padding-right: 15px;
}
#footer .footer-connected-link,
#footer .footer-connected-link:visited
{
	color: #999;
}
#footer .footer-connected-link .link-highlight
{
	color: #fff;
	font-size: 1.2em;
}

/********** views ***/

#footer .view
{
	width: 298px;
}
#footer .view .views-row
{
	margin: 0;
	padding: 30px 0 0 0;
}
#footer .view .views-row-first
{
	padding-top: 5px;
}
#footer .view a,
#footer .view a:visited,
#footer .view .views-field-title a,
#footer .view .views-field-title a:visited,
#footer .view .views-field-title a.active
{
	color: #fff !important;
}
#footer .view .views-field-name,
#footer .view .views-field-teaser
{
	font-size: .8em;
}
#footer .view .views-field-name a,
#footer .view .views-field-name a:visited,
#footer .view .views-field-name a.active
{
	color: #bbb !important;
}
#footer .view .views-field-name a:hover
{
	color: #fff;
}

/**** footer tag list ****/
#footer .view-Tag-List,
#footer .view-nodequeue-1
{
	width: 230px;
}
#footer .view-nodequeue-1
{
	margin-bottom: 18px;
}
#footer .view-Tag-List .view-content
{
	margin-top: -4px;
}
#footer .view-Tag-List td,
#footer .view-nodequeue-1 td
{
	padding-top: 0;
	padding-bottom: 4px;
}
#footer .view-Tag-List a 
{
	font-size: 14px;
}
#footer .view-nodequeue-1 .views-field-field-main-image-fid img
{
	float: none;
	margin-right: 0;
}
#footer .view-Tag-List .views-field-name
{
	font-size: 14px;
}

/**************************************** footer lower **/

#footer_bottom .block
{
	margin: 0;
	margin-top: -60px;
}

#footer_bottom .block-menu
{
	font-size: .9em;
}
#footer_bottom .block-menu li
{
	border-right: 1px solid #ddd;
	padding: 0 8px 0 3px;
}
#footer_bottom .block-menu li.last
{
	border-right: none;
}

#footer_bottom a,
#footer_bottom a:visited
{
	color: #fff !important;
}
#footer_bottom a:hover
{
	color: #9056c7 !important;
}

#footer_bottom .footer-cc img
{
	float: right;
	margin-top: -5px;
}
