/*
Theme Name: GV Advocacy Child Theme
Theme URI: http://advocacy.globalvoicesonline.org/
Description: Child theme for the generic gv-project-theme for Advocacy.
Version: 2.0
Author: Erik Gyepes and Jeremy Clarke
Author URI: http://globalvoicesonline.org/
Template: gv-project-theme

*/

@import url("../gv-project-theme/style.css");

#WHITE-TEXT,
.header-container a,
.header-container a:hover,
.header-mission-statement,
.header-tools .menu-toggle,
.button a:hover,
.white-text {
	color: #fff; 
}
#WHITE-GLOWING-TEXT,
.header-tools .menu-toggle:hover,
.white-glowing-text {
	color: #fff;
	text-shadow: 0px 0px 2px #FFF;
}
#DARK-GREY-TEXT,
.header-container .toggle-menu-content,
.dark-grey-text {
	color: #333;
}
#MEDIUM-RED-GRADIENT,
.header-container,
.header-nav-bar-container,
.medium-red-gradient {
	background: #D10006;
}
#MEDIUM-RED-HIGHLIGHT-BORDER,
.header-menu li,
.header-menu-container input,
.header-tools .menu-toggle,
.medium-red-hightlight-border {
	/* Lightest shade of green from medium-green-gradient*/
	border-color: #BC0005;
}
#TEXT-SHADOW-MEDIUM-RED,
.header-container,
.text-shadow-medium-red {
	color: #fff;
	text-shadow: 1px 1px 2px #A20005;
	}
#TEXT-SHADOW-MEDIUM-GREY-BACKGROUND,
.text-shadow-medium-grey-background {
	color: #333;
	text-shadow: none;
	}
#NO-TEXT-SHADOW,
.header-container .menu-opened .toggle-menu-heading,
.header-container .toggle-menu-content,
.header-container .active-item a,
.no-text-shadow {
	text-shadow: none;
}

#DARK-RED-TEXT,
a,
h3 a,
a,
.menu-opened .menu-toggle,
.menu-toggle:hover,
.taxonomy-list-header-opened .taxonomy-list-toggle,
.screen-title a:hover,
.taxonomy-list a:hover,
.taxonomy-tabs-container .term-union-link a,
.post-description a:hover,
.meta-term-subterms .active-term a,
.share-links-icons .icon:hover,
#comments #respond #commentform a:hover,
#page-navigation a:hover,

.header-container .toggle-menu-content a,
.header-container .menu-opened .menu-toggle {
	color: #9d0106;
	}
#MEDIUM-RED-TEXT,
#page-navigation a,
a:hover,
.edit a,
.post-terms-taxonomy a,
#comments .edit a,
#cancel-comment-reply-link,
.warning a ,

.header-container .toggle-menu-content a:hover {
	color: #c80005;
	}

#LIGHT-RED-TEXT,
.error,
.edit a:hover,
#comments .edit a:hover,
#cancel-comment-reply-link:hover,
.warning a:hover {
	color: #d90202;
	}
#LIGHT-RED-BACKGROUND,
a .post-thumbnail:hover {
	background-color: #fcb7b7;
	border-color: #d90202; 
	}
.header-container .site-search input[type='submit'] {
	background-color: #800205;
}
.header-container .site-search input {
	outline: 1px solid #800205;
}
.site-title {
	width: 300px;
	max-width: 300px;
}	

@media
only screen and (max-width: 1008px) {

}

@media
only screen and (max-width: 1008px) {
	.site-title {
		width: 240px;
		max-width: 240px;
	}	
}
/*Anything smaller than 720px*/
@media
only screen and (max-width: 720px) {	
}
@media
only screen and (max-width: 552px) {
	.site-title {
		width: 160px;
		max-width: 160px;
	}
}
/*Anything smaller than 480 - iPhone landscape*/
@media
only screen and (max-width: 481px) {	
}
/*Anything smaller than 360: iPhone portrait */
@media
only screen and (max-width: 360px) {		
}