/*
Theme Name: GV Summit 2012 Child Theme
Theme URI: https://summit2012.globalvoices.org/
Description: Child theme for the generic gv-project-theme for GV Summit 2012 Site
Version: 0.1
Author: Jer Clarke
Author URI: http://globalvoices.org/
Template: gv-theme
*/

#WHITE-TEXT,
.header-container .a11y-dialog-open,
.header-nav-bar-container .header-nav-bar a,
.header-nav-bar-container .header-nav-bar a:active,
.header-nav-bar-container .header-nav-bar a:hover,
.text-site-title,
.white-text {
	color: #fff;
}

#MEDIUM-BLUE-TEXT,
.medium-rv-blue-text {
	color: #eb8f27;
}
#MEDIUM-ROBINSEGG-BACKGROUND,
.header-container,
.header-nav-bar-container,
.medium-robinsegg-background {
	background-color: #ff9713; /*orange*/
}

#TEXT-SHADOW-robinsegg-BACKGROUND,
.header-nav-bar-container,
.header-nav-bar-container a,
.text-shadow-robinsegg-background{
	text-shadow: 1px 1px 2px #C57106; /*NEW Dodger Blue Highlight*/
	}
#NO-TEXT-SHADOW,
.header-nav-bar-container .current-menu-item a,
.no-text-shadow {
	text-shadow: none;
}
#robinsegg-HIGHLIGHT-BORDER,
.header-nav-bar li,
.robinsegg-hightlight-border {
	border-color: #ea8608;
}

#header {
	margin-top: 0;
}

.site-title {
	width: 500px;
	max-width: 500px;
	padding: 0;
	position: relative !important; /*for site-title-img abs pos*/
	margin-bottom: 1px;

	margin-top: 0;
	margin-bottom: 0;
	}

.header-content {
	margin-bottom: .375rem;
}

@media
/*only screen BIGGER THAN 1008px {*/
only screen and (min-width: 1200px) {
.site-title {
	width: 600px;
	max-width: 600px;
	}
}
@media
/*only screen and (max-width: 960px) {*/
only screen and (max-width: 1200px) {
	
	.header-nav-bar {
		font-size: 16px;
	}
}
@media
/*only screen and (max-width: 960px) {*/
only screen and (max-width: 1008px) {
	.site-title {
		width: 375px;
		max-width: 375px;
	}
	.header-nav-bar {
		font-size: 14px;
	}
}
/*Anything smaller than 720px*/
@media
only screen and (max-width: 720px) {	
	.site-title {
		width: 275px;
		max-width: 275px;
	}
}
@media
only screen and (max-width: 500px) {
	.site-title {
		width: 200px;
		max-width: 200px;
	}
}