/*
Theme Name: Holla Back
Theme URI: http://www.madebyguerrilla.com
Description: WordPress Theme made by <a href="http://www.madebyguerrilla.com">Guerrilla</a> for the Holla Back website.
Tags: grey, blue, black, brown, orange, red, green, pink, guerrilla, framework, 960
Version: 1.0.0
Author: Mike Smith
Author URI: http://www.madebyguerrilla.com
*/

body {
	font-family: Arial, Verdana, sans-serif;
	color: #252525;
	font-size: 13px;
	line-height: 20px;
	background: #F8F8F8 url(images/bg_website.jpg) repeat top center;
	background-attachment: fixed;
}

@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('fonts/League_Gothic-webfont.eot');
	src: local('?'), url('fonts/League_Gothic-webfont.woff') format('woff'), url('fonts/League_Gothic-webfont.ttf') format('truetype'), url('fonts/League_Gothic-webfont.svg#webfontOTINA1xY') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
        font-family: 'BebasNeue';
	src: url('fonts/gillsansmtpro-boldcondensed-webfont.eot');
        src: local('?'),
                                        url('fonts/gillsansmtpro-boldcondensed-webfont.woff')
                                                format('woff'),
                                        url('fonts/gillsansmtpro-boldcondensed-webfont.ttf')
                                                format('truetype'),
                                        url('fonts/gillsansmtpro-boldcondensed-webfont.svg#webfont')
                                                format('svg');
                                font-weight: normal;
                                font-style: normal;

}


/* MAIN WEBSITE CODES HERE
------------------------------------------------------------------*/

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

.sitewrapper {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	background: #FFF;
	width: 960px;
}

.innerpages {
	background: #FFF url(images/bg_body.jpg) repeat-y top center;
}

a, a:visited { color: #cd1c69; text-decoration: none; outline: none; }
a:hover { color: #252525; text-decoration: none; }

img { border: 0; }

blockquote {
margin: 22px 40px;
color:#252525;
padding: 10px 20px 0 20px;
background: #F0F0F0;
border: 1px solid #E3E3E3;
}

pre, code {
font-family: "Courier New", Courier, Monospace;
line-height: 1.5;
}

pre, code {
background: #F0F0F0;
display: block;
border-top: 1px solid #E3E3E3;
white-space: pre;
overflow: auto;
margin: 0 15px;
padding: 10px 15px;
max-height: 300px;
}

h1{ color: #444; padding: 0; margin: 0 0 10px 0; font: 40px normal; line-height: 40px; font-family: LeagueGothicRegular, Helvetica, Tahoma, Arial; }
h2{ color: #444; padding: 0; margin: 0 0 10px 0; font: 40px normal; line-height: 40px; font-family: LeagueGothicRegular, Helvetica, Tahoma, Arial; }
h3{ color: #444; padding: 0; margin: 0 0 10px 0; font: 32px normal; line-height: 32px; font-family: LeagueGothicRegular, Helvetica, Tahoma, Arial; }
h4{ color: #444; padding: 0; margin: 0 0 10px 0; font: 24px normal; line-height: 24px; font-family: LeagueGothicRegular, Helvetica, Tahoma, Arial; }
h5{ color: #444; padding: 0; margin: 0 0 10px 0; font: 14px normal; line-height: 14px; font-family: Arial, Verdana, sans-serif; }
h6{ color: #444; padding: 0; margin: 0 0 10px 0; font: 12px normal; line-height: 12px; font-family: Arial, Verdana, sans-serif; }

.alignleft { float: left; margin: 0 5px 5px 0; }
.alignright { float: right; margin: 0 0 5px 5px; }
.aligncenter { display: block; margin: 0 auto; }

p { padding: 0; margin: 5px 0; font-size: 12px; font-family: Arial, Verdana, sans-serif; }

/* SHORTCODE CSS CODES HERE
------------------------------------------------------------------*/

p.attn {
	background: #f4d9c8;
	border: 1px solid #efb8a4;
	display:block;
	clear: both;
	padding: 10px;
}

p.note {
	background: #fbf7d1;
	border: 1px solid #f0e3ae;
	display:block;
	clear: both;
	padding: 10px;
}

p.info {
	background: #ebf2f8;
	border-top: 1px solid #bfd0e2;
	border-bottom: 1px solid #bfd0e2;
	display:block;
	clear: both;
	padding: 10px;
}

p.green {
	background: #edfcd5;
	border: 1px solid #d3ebaf;
	display:block;
	clear: both;
	padding: 10px;
}

p.hollaworld {
	color: #FFFFFF;
	padding: 0;
	text-align: right;

}

.readMore{
	color: #cccccc;
	font-family: nimbus-sans-condensed;
	font-size: 18px;
}

.readMoreGray{
	color: Black;
	font-family: Arial;
	font-size: 14px;
	font-weight:bold;
	line-height:95%;
}

p.readMoreWhite{
	color: #ffffff;
	font-family: LeagueGothicRegular;
	font-size: 20px;

}

/* Button Codes Here */

.buttonwrap { margin: 10px 0; }
.button-small, .button-small:visited {
   border-top: 1px solid #e6e6e6;
   background: #949494;
  /* background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#949494));*/
   background: -moz-linear-gradient(top, #cccccc, #949494);
   padding: 6px 12px;
   margin: 5px 0;
   -webkit-border-radius: 40px;
   -moz-border-radius: 40px;
   border-radius: 40px;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 12px;
   text-decoration: none;
   vertical-align: middle;
   }
.button-small:hover {
   border-top-color: #999999;
   background: #999999;
   color: #ffffff; }
.button-small:active {
   border-top-color: #e0e0e0;
   background: #e0e0e0;
   }


/* HEADER CODES HERE
------------------------------------------------------------------*/

.headerwide {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 190px;
	background: url(images/bg_header.png) no-repeat top center;

}

.headerwideMain {
	margin: 0;
        padding: 0;
        width: 100%;
        height: 220px;
	position: relative;
        background: url(images/header_main.png) no-repeat top center;
}



.hollaworld {
	float: left;
	text-align: right;
	margin-top: 0px;
	margin: 0px;
	padding-top:3px;
	margin-top: 0px;
	background: #000000;
	width: 100%;
	height: 27px;
	background: url(images/bg_navigation.jpg) repeat top center;
	position: relative;
	z-index: 999;
}



.hollamenu {
 font-family: LeagueGothicRegular, Arial, Verdana, sans-serif;
font-size: 23px;
 border: 2px;
 border-color: #000000;

}

.hollamenustartone {
font-family: LeagueGothicRegular, Arial, Verdana, sans-serif;
font-size: 16px;
color: #C0C0C0;

}


ul#hollaworlddropdown {
margin: 0;
padding: 0;
text-align: right;
z-index: 1000;
position: relative;
}
ul#hollaworlddropdown li {
   display: inline;
   margin: 0em 1.4em 0em 0em;
   float: right;
   position: relative;
   padding-bottom: 0;
   list-style: none;

 }

ul#hollaworlddropdown div {
	display:none;
}

ul#hollaworlddropdown li.mega div {
	width: 30em;
	text-align: left;
	position: absolute;
	top: 2.1em;
	left: 0em;
	background: #FFFFFF;
	margin: 0px;
	padding: 5px;

}

ul#hollaworlddropdown li.hovering div {
	display: block;
}

/* MAIN SITE HEADER
-----------------------------------------------------------------*/
.headerBgStreets {
	background: url(images/main_header_bgStreets.png) no-repeat top center;
	height: 375px;
	position: relative;
	margin: 0 auto;
	width: 960px;
	border-radius: 10px;

}

.leftContainer {
	position: relative;
	float: left;
	width:495px;
}

.takeActionContainer {
	width:500px;
	text-align: center;
	float: left;
	margin-top: 50px;
	margin-bottom: 20px;
}

.buttonContainer {
	float: left;
	width:475px;
	margin-top:10px;
	margin-left:30px;
}

.actionButtonContainer {
	width: 200px;
	float: left;

}

.supportContainer {
	float: right;
	display: block;

}

.blackRoundedBox {
	background: rgba(29,29,29,0.8);
	border-radius: 4px;
	height: 52px;
	width: 455px;
	padding: 10px;
	position: relative;
	float: left;
	margin-left: 30px;
	margin-top: 40px;

}

.quickMissionBox {
	height: auto;
}

a.button-read, a.button-read:visited {
        display: block;
        width: 274px;
        height: 43px;
        overflow: hidden;
        background: url(images/rs_button.png) no-repeat top center;
        text-indent: -9999px;
        float: left;
	margin-bottom:7px;
}

a.button-read:hover {
        background: url(images/rs_button.png) bottom center;
}



a.button-movement, a.button-movement:visited {
        display: block;
        width: 274px;
        height: 43px;
        overflow: hidden;
        background: url(images/movement_button.png) no-repeat top center;
        text-indent: -9999px;
        float: left;
	margin-bottom:7px;
}

a.button-movement:hover {
        background: url(images/movement_button.png) bottom center;
}


a.button-support, a.button-support:visited {
        display: block;
        width: 190px;
        height: 96px;
        overflow: hidden;
        background: url(images/support_button.png) no-repeat top center;
        text-indent: -9999px;
        float: left;
}

a.button-support:hover {
        background: url(images/support_button.png) bottom center;
}



.whiteStreetText {
	font-family: LeagueGothicRegular, Arial, Verdana, sans-serif;
	text-transform: uppercase;
	color: white;
	font-size: 24px;
	font-weight: 20;
	line-height: 30px;
	letter-spacing: 1px;
}

.whiteTextLarge {
	font-family: LeagueGothicRegular, Arial, Verdana, sans-serif;
        text-transform: uppercase;
        color: white;
        font-size: 40px;
        font-weight: 20;
        line-height: 30px;
        letter-spacing: 1px;

}

.grayStreetText {
	font-family: LeagueGothicRegular, Arial, Verdana, sans-serif;
	text-transform: uppercase;
	color: #999999;
	font-size: 18px;
	font-weight: 20;
	letter-spacing: 1px;
}


.pinkStreetText {
	font-family: LeagueGothicRegular, Arial, Verdana, sans-serif;
	text-transform: uppercase;
	color: #cd1c69;
	font-size: 23px;
	font-weight: 20;
	letter-spacing: 1px;
}

.slideBox {
	margin-top: 40px;
	margin-right: 40px;
	text-align: center;
	float: right;
	height: 350px;
}

/* NAVIGATION CODES HERE
------------------------------------------------------------------*/

.navigationwide {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	background: url(images/bg_navigation.png) no-repeat top center;
}

.navigationwrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 940px;
	font-family: LeagueGothicRegular, Arial, Verdana, sans-serif;
	font-size: 23px;
	text-transform: uppercase;
}

/* Basic List Styling (First/Base Level) */
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	30px;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			200px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			50px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			200px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			200px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	0;
}
.sf-menu a {
	padding: 		10px;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#777;
}

.sf-menu li {
	background:		transparent;
}
.sf-menu li li {
	background:		rgba(255,255,255,0.7);
}
.sf-menu li li li {
	background:		rgba(255,255,255,0.7);
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		url(images/bg_nav-on.jpg) repeat-x top center;
	outline:		0;
	color:			#777;
}

.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	outline:		0;
	color:			#cd1c69;
	background:		rgba(255,255,255,0.5);
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

.searchwrap {z-index: 1; width: 220px; padding: 0; position: absolute; top: 7px; right: 0; }
form { margin: 0; padding: 0; }
.text_input { z-index: 1; width: 110px; height: 16px; padding: 10px 10px 10px 30px; font-size: 12px; margin: 0 10px 0 0; background: url(images/bg_search.jpg) no-repeat top center; border: 0; color: #aaa; float: left; }
.text_submit { z-index: 1; width: 60px; height: 30px; padding: 0; margin: 0; background: url(images/button_search.jpg) no-repeat top center; border: 0; color: #FFF; text-indent: -9999px; font-weight: bold; float: right; }


/* Hollaback "I've got your back" button code here */
.gotBackButton {
	width: 163px;
	height: 20px;
	color: #000;
	background-color: transparent;
	background-image: url('images/gb-button.png');
	background-repeat: no-repeat;
	padding: 3px 7px 7px 3px;
	font-weight: bold;
	cursor: pointer;
	font-family: arial;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
}

.gotBackCounter {
	display: inline;
	background-color: #ffe;
	padding: 1px;
	color: #CD1C69;
}
/* CONTENT CODES HERE
------------------------------------------------------------------*/

.contentwrap {
	float: left;
	margin: 0;
	padding: 10px 0;
	width: 640px;
	z-index: 1;
}

/********** HOME BOX CODES GO IN THIS AREA HERE **********/

.homewrap {
	width: 960px;
}

.homeside {
	width: 480px;
	float: left;
}

.homebox {
	width: 460px;
	float: left;
	margin: 10px;
}

.fundraising {
	width: 439px;
	height: 376px;
	float: right;
	margin: 11px 2px 0px 8px;
	background: url(images/Winter-fundraising2.jpg) no-repeat top center;
	background-size: 421px 350px;
}

.fundraising img {
	height: 252px;
	width: 88px;
	margin: 22px 9px !important;
	float: none;
}

.homeboxgray {
	width: 450px;
    float: left;
    margin: 0px 2px 0px 10px;
	background: #333333;
    border: 0px solid #c1c1c1;
	padding: 1px 5px 1px 10px;
	font-family: BebasNeue, sans-serif;
}

.homeboxgotback {
	width: 460px;
	height: 217px;
	margin: 0px 0px 0px 10px;
	float: left;
	background: url(images/emilySpeaking.png) no-repeat top center;
	margin 0px;
}

.homeboxTshirt {
	width: 460px;
	height: 217px;
	margin: 15px 0px 15px 10px;
	float: left;
	background: url(images/tshirt.jpg) no-repeat top center;
	margin 0px;
}

.homeboxTshirt2 {
	width: 460px;
	height: 217px;
	margin: 15px 0px 15px 10px;
	float: left;
	background: url(images/tshirt2.jpg) no-repeat top center;
	margin 0px;
	border: solid 1px #c1c1c1;
}

.homeboxpink {
	width:450px;
	float: left;
	margin: 0px;
	padding: 5px;
	background: #cd1c69;
	font-family: LeagueGothicRegular, Arial, Verdana, sans-serif;
	border: 1px solid #000000;

}

.etsybox {
	width: 185px;
	margin: 0px 2px 0px 0px;
	float:right;
}

.etsytext {
	width: 215px;
	float: left;
	margin: 5px;

}
.etsytext p {color:#cd1c69;}
.etsytext h3 { color:#000000; font-family: LeagueGothicRegular;}
.etsytext h2 {color:#FFFFFF; font-family: LeagueGothicRegular;}

a.text-donate, a.text-donate:visited {
	font-size:40px;
	font-color:cd1c69;
	line-height:120%;
	font-family: LeagueGothicRegular, Arial, Verdana, sans-serif;
}

a.button-donate-small {
	display: block;
	width: 219px;
	height: 70px;
	background: url(images/button_donate_small.png) no-repeat top center;
	float: center;
}

a.button-donate, a.button-donate:visited {
	display: block;
	width: 219px;
	height: 71px;
	overflow: hidden;
	background: url(images/button_donate.png) no-repeat top center;
	text-indent: -9999px;
	float: left;
}

a.button-donate:hover {
	background: url(images/button_donate.png) no-repeat bottom center;
}

a.button-story, a.button-story:visited {
	display: block;
	width: 221px;
	height: 71px;
	overflow: hidden;
	background: url(images/button_story.png) no-repeat top center;
	text-indent: -9999px;
	float: right;
}

a.button-story:hover {
	background: url(images/button_story.png) no-repeat bottom center;
}

.homeblog {
	padding: 0 0 20px 0;
	border-bottom: 1px solid #ededed;
}

.homeblogimage {
	float: left;
	margin: 0 10px 0 0;
}

span.category a, span.category a:visited { color: #e7e7e7; font-weight: bold; font-size: 12px; }
span.category a:hover { color: #c1c1c1; }


.newsletterbox2 {
	background: #e7e7e7;
	border: 1px solid #c1c1c1;
	width: 450px;
	padding: 3px 0px 3px 10px;
	margin: 0px 0px 0px 12px;
}
.newsletterbox {
	background: #e7e7e7;
	border: 1px solid #c1c1c1;
	width: 438px;
	padding: 10px;
}

.newsletterbox h3 { font-size: 27px; text-transform: uppercase; color: #cd1c69; }
.newsletterbox p { color: #555555; font-size: 12px; line-height: 16px; padding: 0px; margin: 0 0 0 0;}
.newsletterboxTitle {  float: left; text-align: center;}
.newsletterinfo { width: 256px; float: left; }
.newsletterform { width: 182px; float: right; }
.newslettertext { background: #FFF; border: 1px solid #c1c1c1; padding: 5px; width: 170px; margin: 0 0 5px 0; color: #444; }
.newslettersubmit { background: #cd1c69; border: 1px solid #c1c1c1; padding: 5px; width: 182px; margin: 0 0 5px 0; color: #FFF; text-align: center; }

img.kit { margin: 0 10px 0 0; }

/******* SHARE STORY CODES ***********************/

.sharestorybox {
	background: #e7e7e7;
	border: 1px solid #c1c1c1;
	width: 570px;
	padding: 10px;
}

.sharestoryTextFieldStory {
	width:400px;
	float: left;
	height:200px;
	border: 1px solid #c1c1c1; padding: 5px;

}


.sharestoryTextFieldAddress { width:400px; border: 1px solid #c1c1c1; padding: 5px; }

.sharestoryTextField { width:300px; border: 1px solid #c1c1c1; padding: 5px; }


/********** MAIN PAGE CODES GO RIGHT HERE **********/

.postwrap {
	float: left;
	margin: 10px;
	padding: 0;
	width: 620px;
}

.postwrap h1 { color: #cd1c69; padding: 0; margin: 0 0 10px 0; font-family: LeagueGothicRegular, Arial, Verdana, sans-serif; }
.postwrap h1 a, .postwrap h1 a:visited { color: #cd1c69; text-decoration: none; }
.postwrap h1 a:hover { color:#464646;  text-decoration: underline; }
.postwrap h2 { color: #464646; padding: 0; margin: 0 0 10px 0; font-family: LeagueGothicRegular, Arial, Verdana, sans-serif;}
.postwrap h2 a, .postwrap h2 a:visited { color: #464646; text-decoration: none; }
.postwrap h2 a:hover { color: #cd1c69; text-decoration: underline; }

.attachment-theme-thumb { border: 1px solid #c1c1c1; float: left; margin: 0 10px 10px 0; }

.postwrap ul, .postwrap ol { margin: 10px 10px 10px 30px; }
.postwrap ul{ list-style-type:disc; }
.postwrap ol{ list-style-type:decimal; }

.postinfo { float: left; margin: -5px 0 5px 0; padding: 0; width: 100%; color: #c1c1c1; font-size: 11px;  }
.postinfo a, .postinfo a:visited { color: #c1c1c1; text-decoration: none; font-weight: bold; }
.postinfo a:hover { color: #c1c1c1; text-decoration: underline; }

.ad468 { text-align: center; }

.fullwidth { width:940px; }
.pagefullwidth { width: 920px; }

.relatedposts { float: left; width: 310px; margin: 0 10px 0 0; }
.relatedposts h4 { margin: 0 0 5px 0; }
.relatedposts ul { list-style-type: none; margin: 0; padding: 0; }
.relatedposts ul li { padding: 0; margin: 0; }
.relatedposts ul li a, .relatedposts ul li a:visited { padding: 5px 0; color: #252525; text-decoration: none; border-bottom: 1px solid #c1c1c1; display: block; width: 310px; }
.relatedposts ul li a:hover { color: #464646; text-decoration: none; }
.relatedad { float: left; width: 300px; }

a.more-link, a.more-link:visited { float: right; margin: 30px 0 0 0; text-align: right; color: #FFF; background: #464646; text-decoration: none; text-transform: uppercase; padding: 5px; }
a.more-link:hover { color: #FFF; text-decoration: underline; }

/* SIDEBAR CODES HERE
------------------------------------------------------------------*/

.sidebarwrap {
	float: left;
	margin: 0;
	padding: 10px 0;
	width: 320px;
	color: #464646;
}

.sidebox {
	float: left;
	margin: 10px;
	padding: 0;
	width: 300px;
}

.policy { font-size:11px; line-height:12px; color:#999999; margin-left:10px; display:block;}
.sidebox h1 { color: #999999; font-size: 28px; margin-top: 10px; margin-bottom: 5px; letter-spacing: 1px; font-weight:400;}
.sidebox h2 { color: #cd1c69; font-size: 28px; margin-left:10px; font-weight:200;}
.sidebox h3 { text-transform: uppercase; color: #464646; margin: 0 0 5px 0; padding: 0; }
.sidebox h3 a, .sidebox h3 a:visited { text-decoration: none; }
.sidebox h3 a:hover { text-decoration: none; }
.sidebox p { color: #cccccc; font-family: Arial, Verdana, sans-serif; font-size: 12px; margin-left:10px; margin-bottom: 7px; font-weight:100;
		line-height: 14px; margin-right:10px;}
.sidebox h4 { font-family: Arial, Verdana, sans-serif; color: white; font-size: 12px; margin: 0 10px 0 10px; font-weight: bold; letter-spacing:0.08em;}

.sidebox ul { list-style-type: none; margin: 0; padding: 0; }
.sidebox ul li { padding: 5px 0;  margin: 0; border-bottom: 1px solid #464646; }
.sidebox ul li a, .sidebox ul li a:visited { padding: 0; color: #464646; text-decoration: none; display:inline; border: 0; font-weight:bold; font-size:1.2em;}
.sidebox ul li a:hover { color: #f8f8f8; text-decoration: none; }

.sidebox ul li ul { margin: 5px 0 0 0; padding: 0; border-top: 1px solid #464646; }
.sidebox ul li ul li { padding: 5px 0 0 10px; width: 290px; border: 0; }
.sidebox ul li ul li a { color: #252525; }

div.graySBox { background-color: rgba(51,51,51,100); float: left; border-radius: 5px; width: 250px; height: 275px;
		margin: 15px 0 10px 10px; padding-left: 30px; padding-top: 10px;}
.whiteItalic { font-style: italic; font-family: Arial, Verdana, sans-serif; font-size: 12px; color: white; margin: 20px 0 20px -10px;}
.ad300 { }
.ad125 { text-align: center; }
.ad125 img { border: 1px solid #c1c1c1; margin: 5px; padding: 2px; background: #FFF; }

.rssimg { float: left; margin: 0 10px 0 0; }
.rss_input { width: 130px; height: 16px; padding: 10px; margin: 3px 10px 0 0; background: #F8F8F8; border: 1px solid #c1c1c1; color: #464646; float: left; }
.rss_submit { width: 80px; padding: 10px; margin: 3px 0 0 0; background: #464646; border: 0; color: #FFF; font-weight: bold; float: right; }


/* FOOTER CODES HERE
------------------------------------------------------------------*/

.footerwide {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

.footerwrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 940px;
	color: #444;
}

.footerwrap a, .footerwrap a:visited { color: #444; text-decoration: none; }
.footerwrap a:hover { color: #cd1c69; text-decoration: underline; }


.footerleft { float: left; margin: 0; padding: 10px; width: 450px; }
.footerright { float: left; margin: 0; padding: 10px; width: 450px; text-align: right; }

/* comment codes */

ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { border-bottom:1px dotted #666; padding:1em; }
ol.commentlist li div.comment-author { color: #464646; }
ol.commentlist li div.vcard { font:16px; }
ol.commentlist li div.vcard cite.fn { font-style:normal; }
ol.commentlist li div.vcard cite.fn a.url {}
ol.commentlist li div.vcard img.avatar { border:5px solid #ccc; float:right; width: 50px; height: 50px; margin:0 0 1em 1em; }
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta { font-size:9px; }
ol.commentlist li div.comment-meta a { color:#ccc; }
ol.commentlist li p { font-size:12px; margin:0 0 1em; }
ol.commentlist li ul { font-size:12px; list-style:square; margin:0 0 1em 2em; }
ol.commentlist li div.reply { font-size:11px; }
ol.commentlist li div.reply a { font-weight:bold; }
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li {}
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { border-left:5px solid #555; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-3 { border-left:5px solid #999; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-4 { border-left:5px solid #bbb; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#f6f6f6; }
ol.commentlist li.parent { border-left:5px solid #111; }

ol.commentlist li.pingback { border-bottom:1px dotted #666; padding:1em; }
ol.commentlist li.pingback .reply, ol.commentlist li.pingback .comment-meta, ol.commentlist li.pingback .says, ol.commentlist li.pingback p { display: none; }

ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

ol.commentlist li.bypostauthor { background: #898989; color: #FFF; }
ol.commentlist li.bypostauthor a, ol.commentlist li.bypostauthor a:visited { color: #FFF; text-decoration: underline; }
ol.commentlist li.bypostauthor a:hover { text-decoration: none; color: #FFF; }
ol.commentlist li.bypostauthor pre, ol.commentlist li.bypostauthor code { color: #252525; }

/* PAGE NAVIGATION LAYOUT CODES HERE */

.wp-pagenavi { float: right; text-align: right; margin: 10px 8px 10px 0; }

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 5px 7px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #c1c1c1;
	color: #c1c1c1;
	background-color: #FFFFFF;
}
.wp-pagenavi a:visited {
	padding: 5px 7px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #c1c1c1;
	color: #c1c1c1;
	background-color: #FFFFFF;
}
.wp-pagenavi a:hover {
	border: 1px solid #464646;
	color: #464646;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	padding: 5px 7px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #252525;
	color: #252525;
	background-color: #FFFFFF;
}
.wp-pagenavi span.pages {
	padding: 5px 7px;
	margin: 2px;
	color: #c1c1c1;
	border: 1px solid #c1c1c1;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 5px 7px;
	margin: 2px;
	font-weight: normal;
	border: 1px solid #c1c1c1;
	color: #c1c1c1;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 5px 7px;
	margin: 2px;
	border: 1px solid #c1c1c1;
	color: #c1c1c1;
	background-color: #FFFFFF;
}





/* BREADCRUMB CODES HERE */

.breadcrumbwrap {
	padding: 0;
	width: 618px;
	background: #FFFFFF;
	border: 1px solid #c1c1c1;
}

#crumbs {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height:2.3em;
	}
#crumbs li {
	float:left;
	line-height:2.3em;
	color:#777;
	padding-left:.75em;
	}
#crumbs li a {
	background:url(images/crumbs.gif) no-repeat right center;
	display:block;
	padding:0 15px 0 0;
	}
#crumbs li a:link,
#crumbs li a:visited {
	color:#777;
	text-decoration:none;
	}

/* AUTHOR BOX CODES HERE */

.authorbio { }
.author_pic { width: 80px; float: left; margin: 0 10px 0 0; }
.author_text { width: 530px; float: left; margin: 0; }

/* WORLD MAP HERE */
.mapStyle {
	display: block;
	background: #333 url(images/bg_navigation.jpg);
	padding: 5px;
	font-family: LeagueGothicRegular, Arial, Verdana, sans-serif;
}
.mapHeader {
	color: #CD1C69;
	font-size: 23px;
}
.mapFooter {
	color: silver;
	text-align: right;
	font-size: 16px;
}
.mapMenu {
	display: none;
	position: absolute;
	z-index: 1;
	background-color: #fff;
	font-color: #252525;
}

.mapMenu ul { list-style-type:none; margin:0px;}
.mapMenu li a, .mapMenu h4, .mapMenu p { list-style-type:none; display: block; padding: 4px; margin: 0px; }
.mapMenu li h5 { display: block; margin: 0px; }
.mapMenu li a:hover {
	background-color: #CD1C69;
	color: #fff;
}
.mapMenu h4 {
	color: #CD1C69;
	font-size: 23px;
	background: #333 url(images/bg_navigation.jpg);
	margin: 2px;
	font-family: LeagueGothicRegular, Arial, Verdana, sans-serif;
	font-face: normal;
}
.mapMenu h5, .mapMenu h5 p {
	font-size: 18px;
	line-height: 18px;
	font-family: LeagueGothicRegular, Helvetica, Tahoma, Arial;
	text-decoration: underline;
}

/* Blueberry Image slider
--------------------------------------------------*/
.blueberry { margin: 0 auto; }
.blueberry .slides {
	display: block;
	position: relative;
	overflow: hidden;
}
.blueberry .slides li {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.blueberry .slides li img {
	display: block;
	width: 100%;
	max-width: none;
}
.blueberry .slides li.active { display: block; position: relative; }
.blueberry .crop li img { width: auto; }

.blueberry .pager {
	height: 40px;
	text-align: center;
}
.blueberry .pager li { display: inline-block; }
.blueberry .pager li a,
.blueberry .pager li a span {
	display: block;
	height: 4px;
	width: 4px;
}
.blueberry .pager li a {
	padding: 18px 8px;
-webkit-border-radius: 6px;
   -moz-border-radius: 6px;
	border-radius: 6px;
}
.blueberry .pager li a span {
	overflow: hidden;
	background: #c0c0c0;
	text-indent: -9999px;
-webkit-border-radius: 2px;
   -moz-border-radius: 2px;
	border-radius: 2px;
}
.blueberry .pager li.active a span { background: #404040; }

/* Salesforce form
-----------------------------------------------------*/
form.w2llead {
  text-align: left;
  clear: both;
}
.w2llabel, .w2linput {
  display: block;
  width: 120px;
  float: left;
}
.w2llabel.error {
  color: #f00;
}
.w2llabel {
  clear: left;
  margin: 4px 0;
}
.w2linput.text {
  width: 200px;
  height: 18px;
  margin: 4px 0;
}
.w2linput.textarea {
  clear: both;
  width: 220px;
  height: 75px;
  margin: 10px 0;
}
.w2linput.submit {
  float: none;
  margin: 10px 0 0 150px;
  clear: both;
  width: 150px;
}
.w2linput.checkbox{
  height:18px;
  margin:0px 0;
}
.w2llabel.checkbox{
  clear:none;
  height:18px;
  margin: -8px 0 4px 4px;
}
#salesforce {
  margin: 3px 0 0 0;
  color: #aaa;
}
#salesforce a {
  color: #999;
}

/* For Hollaback Philly */
.filmwindow {
  position: absolute;
}
