/*
Theme Name: stand Lower Case
Theme URI: http://wordpress.org/extend/themes/toolbox
Author: Automattic
Author URI: http://automattic.com/
Description: An awesome-sauce, semantic HTML 5 theme. Based on Automattic's Toolbox v. 1.4. For standnow.org.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Structure
-------------------------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Advent+Pro:300,500,700);
/* Available Font Weights "font-weight:" are 300, 500, and 800. */

@import url(https://fonts.googleapis.com/css?family=Arvo:400,700,400italic,700italic);
/* Availablt Font Weights "font-weight:" are 400 and 700. Italics are also available for both. */

/* Many Bootstrap fixes are in here */
body {
	padding-top: 10px;
	background: url("/wp-content/themes/standLowerCase/images/bg_body.png") #EEEEEE;
	font-family: "Arvo", Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	line-height: 1.7em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Advent Pro", Helvetica, Arial, sans-serif;
	line-height: 1.7em; 
	margin: 0;
}
h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.4em;
	margin: 0;
}

input, button, select, textarea {
	font-family: "Arvo", Georgia, "Times New Roman", Times, serif;
}

.navbar-search .search-query {
	font-family: "Advent Pro", Helvetica, Arial, sans-serif;
}

section.container-fluid {
	padding: 0px 15px 15px 15px;
	margin-top: 0px;
}

section#main-content {

}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Header
-------------------------------------------------------------- */

#site-title {
	font-size: 2em;
	font-weight: bold;
}
#site-description {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em;
}

/* Tagline */
#tagline {
	background: #FFFFFF;
	padding: 5px 15px 5px;
}

#tagline h3 {
	  font-family: "Arvo", Georgia, "Times New Roman", Times, serif;
	  text-align: center;
	  color: #00B8E2;
	  border: 0px;
	  line-height: inherit;
	  margin-bottom: inherit;
}

#tagline-container {
	width: 100%;
	background: #FFFFFF;
	margin-top: 43px;
}


/* =Menu
-------------------------------------------------------------- */

.navbar {
	background: #333;
	border-top: solid 2px #5C5B59;
	box-shadow: 0 0 0 2px #212121, 0 0 0 5px #DDD;  
	
}

.navbar-inner {
	padding-top: 3px;
	padding-bottom: 3px;
}

ul.nav li.dropdown:hover > ul.dropdown-menu{
    display: block;    
}

a[name] {
  padding-top: 80px;
  margin-top: -80px;
  display: inline-block; /* required for webkit browsers */
}
/*
body.admin-bar #access {
	top: 28px;
} */

#navaccess a {
	display: block;
	line-height: 2em;
	padding: 0 0.5em;
	text-decoration: none;
	font-family: "Advent Pro", Helvetica, Arial, sans-serif;
	color: #DDDDDD;
	font-size: 1.6em;
	text-transform: uppercase;
}
a#stand-logo {
	padding: 0 1em 0 0;
}

#menu-item-66 li:hover > a {
	color: #EEEEEE;
}

.sub-menu {
	border-bottom: 1px solid #cccccc;
}

.dropdown-menu {
	background-color: #222222;
}

.navbar .dropdown-menu:after {
	border-bottom: 0px;
}

#navaccess .dropdown-menu li a {
	font-family: "Arvo", Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	text-transform: none;
}

#navaccess .caret {
	display: none;
}

/* Donate Button */
#menu-item-66 {
	background-color: #B40050;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #E766A0;
	padding: 0px 15px;
	height: 28px;
	margin-top: 6px;
	margin-left: 15px;

}

#menu-item-66  a {
	line-height: 1.2em;
	font-size: 1.7em;
	color: #EEEEEE;

}

#menu-item-66:hover {
	background-color: #D70060;
	color: #EEEEEE;
}

#menu-item-66 a:hover {
	color: #EEEEEE;
}

.active#menu-item-66 a {
	background-color: #B40050;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.active#menu-item-66 a:hover {
	background-color: #D70060;
}
.active#menu-item-66:hover > a {
	background-color: #D70060;
}

/* =Content
-------------------------------------------------------------- */

.sticky {
}
.entry-meta {
	clear: both;
	display: block;
	color: #888888;
	padding-bottom: 5px;
	font-style: italic;
}
/*
.single-author .entry-meta .byline {
	display: none;
}
*/
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Posts */
.post {
	margin-bottom: 10px;
	border-bottom: 1px solid #D70060;
}

.moretag {
/*	display: block; */
	text-align: right;
	float: right;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}

/* Feature Area */
#feature_background {
	background: #FFFFFF url("/wp-content/themes/standLowerCase/images/bg_transition_white-grey.png") bottom repeat-x;
	min-height: 10px;
	margin-bottom: 20px;
}



/* =Footer
-------------------------------------------------------------- */

footer {
	padding-top: 10px;
	color: #FFFFFF;
}

#footer_transition {
	width: 100%;
	height: 9px;
	background: url("/wp-content/themes/standLowerCase/images/bg_transition_grey-blue.png") top repeat-x;
}

#footer_background {
	background-image: url("/wp-content/themes/standLowerCase/images/bg_footer.png");
	width: 100%;
}

#footer_background a {
	color: #FFFFFF;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
img.avatar {
	height: auto;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}
.attachment-thumbnail {
 height: 100%;
 max-height: 150px;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}

h1.widget-title {
	font-size: 20px;
}


/* = Random Stuff
-------------------------------------------------------------- */

.pink_box {
	background-color: #D70060;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 4px;
}

.pink_box_title h3 {
	color: #D70060;
/*	font-family: "Arvo", Georgia, "Times New Roman", Times, serif; */
	font-family: "Advent Pro", Helvetica, Arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: -12px;
	font-size: 1.8em;
}

.blue_box {
	background-color: #00B8E2;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 4px;
}

.blue_box_title h3 {
	color: #00B8E2;
/*	font-family: "Arvo", Georgia, "Times New Roman", Times, serif; */
	font-family: "Advent Pro", Helvetica, Arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: -12px;
	font-size: 1.8em;
}

.white_box {
	background-color: #FFFFFF;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 15px;
	border-bottom: solid #CCCCCC 1px;
	border-left: solid #CCCCCC 1px;
	border-right: solid #CCCCCC 1px;
}

.wpcf7-form-control {
	width: 300px;
}

/* Add more spacing */
.row-spacing {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Twitter Overrides */
#twitter-widget-0 {
	width: 100%;
}

/* Campaign Slider */
#campaignSlider .carousel-inner {
	background-image: url("/wp-content/themes/standLowerCase/images/bg_campaign.png");
	min-height: 100px;
	float: left;
	text-align: center;
	border-radius: 10px;
	-moz-border-radius: 10px;
}
#campaignSlider .arrow-left {
	float: left;
	z-index: 99;
}
#campaignSlider .arrow-right {
	float: right;
	z-index: 99;
}

#campaignSlider .carousel-inner .item {
	text-align: center;
	float: left;
	width: 100%;
	padding: 10px;
	min-height: 80px;
}

#campaignSlider .carousel-control {
	background: none;
	border: none;
	opacity: .6;
	height: inherit;
	width: auto;
	margin-top: 0px;
	left: 0px;
}

#campaignSlider .carousel-control img:hover {
	opacity: 1;
}

#campaignSlider .carousel-control.right {
	right: 0px;
	left: auto;
}

#campaignSlider .carousel_title {
	font-family: "Advent Pro", Helvetica, Arial, sans-serif;
	font-size: 4.5em;
	color: #F9ECD1;
	text-shadow: -1px -1px 0px #000, 1px 1px 0px #FFF;
	padding: 5px;
	font-weight: 500;
}

#campaignSlider .carousel_text {
	display: none;
	padding-left: 15%;
	padding-right: 15%;
	font-size: 1em;
	line-height: 1.2em;
	color: #F9ECD1;
}

#campaignSlider .carousel_text a {
	color: #F9ECD1;
	text-decoration: none;
}

#campaignSlider .carousel_title-over {
	font-family: "Advent Pro", Helvetica, Arial, sans-serif;
	font-size: 1.7em;
	line-height: 1.5em;
	border-bottom: 1px solid #D70060;
	color: #FFFFFF;
	text-shadow: 0px -1px 0px #000;
	padding-right: 10%;
	padding-left: 10%;
	margin-bottom: 5px;
}

#campaignSlider .carousel_title-over a {
	color: #FFFFFF;
}

#featuredSlider h2 {
	color: #00B8E2;
}

/* Images */
.attachment-medium {
	float: right;
	padding: 10px;
}

hr {
	color: #D70060;
}

.pink_box h1 {
	border-bottom: 1px solid #D70060;
	line-height: 1.3em;
	margin-bottom: 20px;
	color: #D70060;
}

.blue_box h1 {
	border-bottom: 1px solid #00B8E2;
	line-height: 1.3em;
	margin-bottom: 20px;
	color: #00B8E2;
}

.blue-title {
	color: #00B8E2;
}

#issues-middle-tab {
	border-bottom: 1px solid #BBBBBB;
	border-top: 1px solid #BBBBBB;
	margin-bottom: 10px;
	padding: 10px 100px;
	min-height:140px;
	text-align:center;
	font-size: 1.2em;
}

.affix-top {
}

.affix {
	position: fixed;
	width: 26.4%;
	top: 80px;
}

.action {
	padding-top: 10px;
	padding-bottom: 10px;
}

.underline {
	border-bottom: 1px solid #00B8E2;
	margin-bottom: 20px;
}

.contact-information i {
	padding-right: 3px;
}
.contact-information .contact-email {
	margin-right: 12px;
}

#commentform p#form-allowed-tag {
	width: 100%;
}

code {
	white-space: normal;
}





/* Rotation */

.rotate-left {
transform:rotate(-7deg);
-ms-transform:rotate(-7deg); /* IE 9 */
-moz-transform:rotate(-7deg); /* Firefox */
-webkit-transform:rotate(-7deg); /* Safari and Chrome */
-o-transform:rotate(-7deg); /* Opera */
}

.rotate-right {
transform:rotate(7deg);
-ms-transform:rotate(7deg); /* IE 9 */
-moz-transform:rotate(7deg); /* Firefox */
-webkit-transform:rotate(7deg); /* Safari and Chrome */
-o-transform:rotate(7deg); /* Opera */
}

/* = Media Queries
-------------------------------------------------------------- */

@media screen and (max-width:800px) {
	 .hide-me {
		visibility: collapse;
		height: 0px;
		min-height: 0px;
	}
	
	.span8 {
		width: 100% !important;
	}
	
	.span4 {
		width: 100% !important;
	}
	
	.affix {
		top: inherit;
		position: inherit;
		width: inherit;
	}
}

@media screen and (min-width:1100px) {
  section.container-fluid {
  	max-width: 960px;
  	margin: 0 auto 0 auto;
  }
}

.row-fluid [class*="span"] {
	min-height: 0px;
}

@media (min-width: 1200px) {
  .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
	width: 940px;
  }
}

/* = Google Maps get screwed up for some reason when you have a responsive design
-------------------------------------------------------------- */

#regional-map img {
	max-width: none;
}
