/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
   
/* Basic Typography */

body{
	font-family:arial, helvetica, sans-serif;
	font-size: 16px;
}

a,a:visited{
	color:#975E79;
	text-decoration:none;
}

a:hover{
	color:#a96585;
}


/* Stephens Amazing Grid system */

.strip{
	width:95%;
	padding-left:2.5%;
	padding-right:2.5%;
	clear:both;
	min-width:980px;
	/*border:1px solid red;*/
}

.wrapper{
	width:100%;
	max-width: 1100px;
	min-width:940px;
	margin:0 auto;
	/*border:1px solid green;*/
}

.col1,.col2,.col3,.col4,.col5,.col6,.col7,.col8,.col9,.col10,.col12{
	float:left;
}

.pad-left{
	margin-left:3.636%;
}

.center{
	margin:0 auto;
	float:none;
}

.col1{width:5%;}
.col2{width:13.636%;}
.col3{width:22.272%;}
.col4{width:30.908%;}
.col5{width:39.544%;}
.col6{width:48.18%;}
.col7{width:56.816%;}
.col8{width:65.179%;}
.col9{width:73.815%;}
.col10{width:82.451%;}
.col11{width:90.814%;}
.col12{width:99.177%;}

img{
	max-width:100%;
}

/* Common Layout -----------------*/

.header-strip{
	background: url('../img/header-back.png') repeat-x;
	height:200px;
}

.main-nav{
	float:none;
	height:46px;
	width:500px;
}

.main-nav ul{
	padding:0px;
	margin:0px;
}

.main-nav li{
	float:left;
	display:block;
	height:46px;
	line-height: 45px;
	padding:0 20px;
}

.main-nav li.active{
	background: url('../img/nav-active.png') no-repeat bottom center;
}

.main-nav a{
	color:#fff;
	font-weight:bold;
	text-shadow: 0px 2px 0px #762A32;
}

.logo{
	padding-top:15px;
}

.logo a{
	display:block;
	width:300px;
	height:88px;
	background: url('../img/karen-gallagher-consulting-logo.png') no-repeat;
}


.white-strip{
	background-image: url('../img/white-strip-bottom-gradient.jpg'), url('../img/white-strip-back.jpg');
	background-repeat: repeat-x, repeat;
	background-position: bottom, center;
	color: #2c1e46;
}

.page-intro{
	font-size: 30px;
	padding: 45px 0;
	text-align: center;
}

/* BUTTONS */

.button{
	padding: 17px 50px 17px 25px;
	border-radius: 5px;
	color: white;
	font-size: 22px;
	font-weight: bold;
	border: none;
}

.button:after {
     background: url("../img/wee-arrow.png") no-repeat scroll right center;
     content:" ";
    position:absolute;
    display:block;
    width:20px;
    height:20px;
    right:20px;
    top:20px;
}

.button:visited,
.button:hover,
.button:active{
	color: white;
}

.button:hover{
	opacity: 0.9;
}

.purple{
	background-color: #371353;
}


.short-red-strip, .red-strip{
	text-shadow: 2px 2px 2px #762a32;
	background-color: #962b36;
	color: white;
	box-shadow: inset 0px 4px 15px -5px #48090f;
}

.red-back{
	text-shadow: 2px 2px 2px #762a32;
	color: white;
}

.short-red-strip{
	background: url('../img/../img/red-back.png');
}

.red-strip{
	background-image: url('../img/red-back.png');
}

.purple-white-strip{
	color: black;
	background: #f6dff3 url('../img/purple-white-back.png');
	text-shadow: 1px 1px 1px white;
}

.purple-strip{
	color: white;
	text-shadow: 2px 2px 2px #131123;
	background: #231738 url('../img/purple-back.png');
	box-shadow: inset 0px 4px 15px -5px #0c0616;
}

.footer-strip{
	background-image: url('../img/purple-back.png');
	color: white;
	font-size: 14px;
}

footer{
	padding: 40px 0 100px 0;
}

.footer-strip strong{
	color: #975e79;
}

#footer_copyright_credit{
	border-top: 1px solid #56174d;
	padding: 20px 0;
	margin: 55px 0 0 0;
}

.float_left{
	float: left;
}

.float_right{
	float: right;
}

.inner-shadow
{

}


/* HOME PAGE ******************************/

#relative_div{
	position: relative;
	z-index: 25;
	padding: 45px 0;
	margin: 0 auto;
}


#homepage-intro-heading h1{
	position: relative;
	z-index: 25;
	font-size: 30px;
	font-weight: normal;
	margin: 0;
}

#homepage-intro-heading span{
	display: block;
	margin: 20px 0 50px 0;
}

#contact_karen_button{
	position: relative;
	z-index: 25;
}

#homepage-intro-image{
	width: 721px;
	padding: 0;
	margin: 2px 0 0 0;
	position: absolute;
	bottom: 0;
	right: -20px;
	z-index: 5;
}


.home-red-strip{
	padding: 60px 0;
}

.boost-your{
	height: 92px;
	width: 968px;
	margin: 0 auto;
	background: url('../img/boost-your-fundraising-123.png') no-repeat;
}

.services-grid{
	padding: 0;
	width: 100%;
	margin-top: 50px;	
	margin-bottom: 0;
}

.services-grid li{
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	float: left;
	color: white;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

.home-purple-white-strip {
	padding: 50px 0;
	font-size: 16px;
	font-weight: normal;
}

.home-purple-white-strip img{
	display: block;
}


/* SERVICES PAGE *****************/

#services-intro h1{
	width: 223px;
	height: 73px;
	background: url('../img/services-title.png') no-repeat;
}

.service{
	padding: 50px 0;
}

.service div h2{
	font-size: 58px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.service p{
	font-size: 18px;
	font-weight: bold;
}

.service ul{
	font-weight: 16px;
	font-weight: regular;
	padding-left: 20px;
}

.service ul li{
	list-style-image: url('../img/donut-bullet.png');
	padding: 0 0 10px 10px;
	text-indent: 0;
}

.service img{
	float: right;
	width: 61.224%;
	padding: 0;
	margin: 0;
}

/* ABOUT PAGE **************************/


#about-intro h1{
	width: 353px;
	height: 73px;
	background: url('../img/about-title.png') no-repeat;
}

#about-red-strip{
	font-size: 18px;
	font-weight: bold;
	padding: 60px 0;
}

#about-red-strip p{
	margin-top: 0;
	padding-top: 0;
}

#about-purple-white-strip h2{
	font-size: 58px;
	color: #2c1e46;
}

.profile-image img{
	width:110%;
	max-width:110%;
}

.about-quote{
	font-size: 16px;
	padding: 0 0 0 75px;
	background: url('../img/quote-mark.png') no-repeat;
	margin: 0 0 90px 0;
}

.about-quote p{
	padding-top: 0;
	margin-top: 0;
}

.quote_credit{
	font-size: 18px;
}

/* CONTACT PAGE ******************/

#contact-intro h1{
	width: 392px;
	height: 73px;
	background: url('../img/contact-title.png') no-repeat;
}

#contact-split-strips{
	width: 95%;
	padding: 0 2.5%;
	margin: 0;
	overflow: hidden;
	background: url('../img/contact-back.png') repeat-y center;
	font-size: 20px;
	min-width: 980px;
}

#contact-split-strips h2{
	font-size: 38px;
}

#contact-split-strips h2{
	margin-top: 0;
	padding-top: 0;
}

#contact-column1,
#contact-column2{
	padding: 50px 0 60px 0;
	background-image: none;
	background-color: transparent;
}

#contact-column1 a:link,
#contact-column1 a:visited,
#contact-column1 a:hover,
#contact-column1 a:active{
	color: white;
}

#contact_facebook_link{
	margin-right: 40px;
}

#contact-form input[type=text],
#contact-form textarea{
	width: 350px;
}

#contact-form label{
	width: 130px;
	display: block;
	float: left;
}

#message *{
	padding: 10px;
	color: white;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}


.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clear{
	clear:both;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}