/*
Theme Name: Keystone
Theme URI: 
Description: Based on Bootstrap, built with love.
Author: Nick Farley for Lampe Farley Communications
Author URI: 
Version: 
Tags: 

License:
License URI:

*/

/* Base
-------------------------------------------------------------- */

body {
	background: #f7941e;
}

a {
	text-decoration: none !important;
	color: #703F98;
}

a:hover {
	text-decoration: none !important;
	color: #A589BF;
}

.container {
	width: 1022px;
	margin: 0px auto;
	z-index: 100;
	min-height: 1024px;
	background: url(img/container_bg.png) repeat-y top left transparent;
	position: relative;
}

.grey_bg {
	background: url(img/grey_bg.png) repeat-x top left white;
	min-height: 750px;
	position: relative;
	padding-top: 83px;
}

.container_header {
	background: url(img/container_header.png) no-repeat top left transparent;
	height: 61px;
	width: 1022px;
	margin: 0px auto;
	position: relative;
	z-index: 1000;
}

.navigation {
	background: url(img/nav_bg.png) no-repeat top left transparent;
	width: 853px;
	height: 46px;
	position: absolute;
	top: 15px;
	right: 16px;
	font-family: 'Belgrano', serif;
}

.nav-pills {
	font-size: 17px;
	margin-top: 6px;
	margin-left: 50px;
}

.nav-pills li a {
	color: rgb(206, 195, 224);
}

.nav-pills li a:hover {
	background: transparent !important;
	color: white!important;
}

.nav-pills li:hover ul {display:block !important;}

.caret {
	border-top-color: rgb(206, 195, 224) !important;
	opacity: 1;
	margin-left: 5px !important;
}

.dropdown-menu {
	z-index: 2000;
	border: none!important;
	background: rgb(140, 98, 173) !important;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif  !important;
	font-size: 12px;
}

.dropdown-menu a {
	color: white !important;
}

.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
	color: rgb(237, 175, 125)!important;
	background-color: none !important;
}



.dropdown-toggle {
	background: transparent!important;
}

.globe {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(img/globe.png) top left no-repeat transparent;
	height: 546px;
	width: 924px;
	z-index: 10;
}

.logo {
	position: absolute;
	top: -70px;
	left: -40px;
	z-index: 2000;
}

.second-nav {
	position: relative;
	z-index: 1000;
	width: 1022px;
	margin: -30px auto 0px auto;
	height: 40px;
}

.second-nav ul {
	position: absolute;
	right: 0px;
	border-bottom: none !important;
}

.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
	background: transparent !important;
}

.email-signup {
	position: absolute;
	width: 110px;
	top: 300px;
	left: -2px;
	z-index: 10000;
	border: 2px solid #fab14d;
	padding: 20px 19px 20px 10px;
	text-align: center;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
background: #fdd5a7; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZDVhNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWIwNWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #fdd5a7 0%, #fab05f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdd5a7), color-stop(100%,#fab05f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fdd5a7 0%,#fab05f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fdd5a7 0%,#fab05f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fdd5a7 0%,#fab05f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fdd5a7 0%,#fab05f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdd5a7', endColorstr='#fab05f',GradientType=0 ); /* IE6-8 */

}

.input-prepend .span2 {
	width: 100px;
}


.email-signup  {
	color: black;
}

h3-ebutton {
	font-family: 'Belgrano', Serif;
	font-size: 25px;
	line-height: 30px;
	color: #333;
	font-weight: bold;
	margin-bottom: 0px;
	text-transform: uppercase;
}

h3-ebutton a {
	font-family: 'Belgrano', Serif;
	font-size: 25px;
	line-height: 30px;
	color: #333;
	font-weight: bold;
	margin-bottom: 0px;
	text-transform: uppercase;
}

h3-ebutton a:hover {
	font-family: 'Belgrano', Serif;
	font-size: 25px;
	line-height: 30px;
	color: #333;
	font-weight: bold;
	margin-bottom: 0px;
	text-transform: uppercase;
}

h4-ebutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 17px;
	color: #333;
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: bold;
}

.controls {
	margin-top: 5px;
	margin-right: 5px;
}

.btn {
	margin-top: 5px;
}

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

#menu-second-menu {
	color: black;
	text-transform: UPPERCASE;
}

#menu-second-menu a {
	color: black;
	border-right: 1px solid black;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

#menu-second-menu a:hover {
	text-decoration: none;
	background: transparent !important;
	border: 1px solid transparent;
	border-right: 1px solid black;
	color: #9d9fa2;
}

#menu-second-menu .last-menu-item a {
	border-right: none !important;
}

/* Front Page
-------------------------------------------------------------- */

.right-side {
	float: left;
	margin-left: 8px;
	width: 278px;
}

.right-side .widget_recent_entries {
	text-align: center;
	background: rgb(226, 236, 178);
	height: 186px;
	padding: 10px;
	font-size: 16px;
	overflow: hidden;
	margin-bottom: 9px;
}

.right-side .widget_recent_entries h3 {
	font-family: 'Belgrano', serif;
	font-weight: normal !important;
	text-transform: UPPERCASE;	
	margin-top: 10px;
}

.right-side a {
	color: rgb(102, 45, 145);
}


.right-side a:hover {
	color: #A589BF;
}


.right-side .index-widgets ul li {
	padding-bottom: 10px !important;
	line-height: 18px !important;
	margin-bottom: 0px !important;
}

.right-side .three-btns a {
	color: #414042;
}

.right-side .three-btns a:hover {
	color: #9D9FA2;
}

.three-btns {
	background: rgb(189, 215, 60);
	margin-bottom: 9px;
	font-size: 19px;
	font-family: 'Belgrano', serif !important;	
	padding: 11px;
	text-transform: UPPERCASE;
}

.three-btns .text  {
	text-align: right;
	background: url(img/three-box-arrow.png) right center no-repeat transparent;
	padding: 6px 0px;
	padding-right: 40px;
	color: #414042
}

.three-btns .text:hover{
	text-align: right;
	background: url(img/three-box-arrow-hover.png) right center no-repeat transparent;
	padding: 6px 0px;
	padding-right: 40px;
	color: #9D9FA2;
}



	/* Slideshow
	-------------------------------------------------------------- */

	.slideshow {
		float: left;
	}

	.slideshow, .slide {
		position: relative;
		width: 703px;
		height: 389px;
		overflow: hidden;
	}

	.slide_img img{
		width: 100%;
		height: 389px;
	}
	
	.slide-caption {
		position: absolute;
		bottom: 0px;
		left: 0px;
		right: 0px;
		padding: 5px;
		background: transparent;
		color: white;
		height: 27px;
		font-size: 15px;
		
	}

.caption-body {
	padding-top: 5px;
	text-align: center !important;
	
}

.carousel-control {

margin-top: 75px;
font-family: Times;
font-size: 60px;
font-weight: 400;
line-height: 20px;
color: white;
text-align: center;
background: none;
border: none;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
opacity: 1;
filter: alpha(opacity=100);
z-index: 1000;
}

.carousel-control.right {
	right: 295px !important;
}

.carousel-control:hover {

margin-top: 75px;
font-family: Times;
font-size: 60px;
font-weight: 400;
line-height: 20px;
color: white;
text-align: center;
background: none;
border: none;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
opacity: .5;
filter: alpha(opacity=50);
}

.index-footer {
	width: 1013px;
	margin: 40px auto 0px auto;
	color: white;
	height: 330px;
}

.index-footer .column {
	width: 311px;
	padding: 0px 10px 20px 20px;
	float: left;
	min-height: 310px;
}

.column h3 {
	margin-top: 0px !important;
	text-align: center;
	font-family: 'Belgrano', serif;	
	color: white;
	font-size: 19px;
	text-transform: UPPERCASE;
}

.col-1 {
	padding-left: 0px !important;
	background: url(img/who-we-are-box-knockout.png) bottom left no-repeat transparent;
}

.col-2 {
	border-left: 2px solid white;
	border-right: 2px solid white;
	width: 307px !important;
}

.col-3 {
	padding-right: 0px !important;
}

.home .footer {
	margin-top: 0px;
}

/* Sidebar
-------------------------------------------------------------- */

.widget {
	border-top: 1px solid rgb(201, 202, 203);
}

.sidebar {
	padding-top: 120px;
	padding-left: 70px;
	padding-right: 20px;
}

#s {
	width: 210px !important;
}

.widget_recent_entries ul{
	list-style-type: none;
	margin: 0px;
}

.widget_recent_entries h3 {
	margin-bottom: 15px;
}

.sidebar .three-btns {
	font-size: 15px !important;
}

#text-2 {
	padding-top: 20px;
}

.widget-testimonial {
	padding-top: 20px;
}

.testimonial-img {
	margin-bottom: 10px;
}

.testimonial-text {
	background: url(img/testimonial-quote.png) top left no-repeat transparent;
}

#recent-posts-4 {
	border-top: none !important;
}

.cal-btn {
border: 2px solid rgb(128, 200, 231);
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
text-align: center;
padding: 10px 0px;
margin-top: 20px;

background: #99e1f0; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5ZTFmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZmQ0ZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #99e1f0 0%, #5fd4ea 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99e1f0), color-stop(100%,#5fd4ea)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #99e1f0 0%,#5fd4ea 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #99e1f0 0%,#5fd4ea 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #99e1f0 0%,#5fd4ea 100%); /* IE10+ */
background: linear-gradient(to bottom, #99e1f0 0%,#5fd4ea 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99e1f0', endColorstr='#5fd4ea',GradientType=0 ); /* IE6-8 */
}

.cal-btn h3, .cal-btn h4 {
	font-family: 'Belgrano', Serif;
	font-size: 16pt;
	color: #333!important;
	margin-bottom: 5px;
	margin-top: 15px;
}

.cal-btn, .cal-btn a {
	color: #333!important;

}

.cal-btn:hover {
	background: #5fd4ea; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVmZDRlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzk5ZTFmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top, #5fd4ea 0%, #99e1f0 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5fd4ea), color-stop(99%,#99e1f0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #5fd4ea 0%,#99e1f0 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #5fd4ea 0%,#99e1f0 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #5fd4ea 0%,#99e1f0 99%); /* IE10+ */
background: linear-gradient(to bottom, #5fd4ea 0%,#99e1f0 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fd4ea', endColorstr='#99e1f0',GradientType=0 ); /* IE6-8 */
}

.cal-btn:active {
	margin-top: 19px;
	background: #5fd4ea;
	margin-bottom: 21px; 
}

.donate-btn {
border: 2px solid rgb(136, 90, 172);
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
text-align: center;
padding: 10px 0px;
font-size: 16pt;
color: white !important;
margin-top: 20px;
font-weight: bold;
margin-bottom: 20px;


background: #bda8d2; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JkYThkMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzkwNmFiMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top, #bda8d2 0%, #906ab1 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bda8d2), color-stop(99%,#906ab1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #bda8d2 0%,#906ab1 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #bda8d2 0%,#906ab1 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #bda8d2 0%,#906ab1 99%); /* IE10+ */
background: linear-gradient(to bottom, #bda8d2 0%,#906ab1 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bda8d2', endColorstr='#906ab1',GradientType=0 ); /* IE6-8 */
}

/*
.donate-btn:hover {
background: #906ab1; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkwNmFiMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZGE4ZDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #906ab1 0%, #bda8d2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#906ab1), color-stop(100%,#bda8d2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #906ab1 0%,#bda8d2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #906ab1 0%,#bda8d2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #906ab1 0%,#bda8d2 100%); /* IE10+ */
background: linear-gradient(to bottom, #906ab1 0%,#bda8d2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#906ab1', endColorstr='#bda8d2',GradientType=0 ); /* IE6-8 */
}
*/

.donate-btn a {
	color: white !important;
}

.donate-btn, .donate-btn h4 {
	font-family: 'Belgrano', Serif;
	font-size: 16pt;
	color: #333!important;
	margin-bottom: 5px;
	margin-top: 10px;
	line-height: 22px;
}



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

.home .container {
	min-height: 0px !important;
}

.home .articles {
	border-left: none !important;
	padding-left: 17px  !important;
	margin-top: 9px  !important;
	width: 993px;
}

.content {
	padding-bottom: 30px;
}

.content ul li {
	font-size: 14px;
	line-height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 7px;
}

.articles {
	border-left: 1px solid rgb(201, 202, 203);
	margin-left: 20px !important;
	margin-top: 20px;
	padding-left: 35px;
	
}

.span8 {
	width: 535px !important;
}

.span8 img {
	border: solid white 10px;
	box-shadow: 0px 0px 10px #888;
	-moz-box-shadow: 0px 0px 10px #888;
	-webkit-box-shadow: 0px 0px 10px #888;
}


.firstletter {
	font-size: 95px;
	margin: 0px 10px 0px 0px;
	color: #F99D33 !important;
	font-family: 'Belgrano', serif;
	float: left;
	line-height: 0.8;
}



.title {
	padding-left: 0px;
	padding-bottom: 20px;
	padding-top: 30px;
}

.title a {
	color: rgb(249, 157, 51) !important;
	font-family: 'Belgrano', serif;
	font-size: 23px;
}

.blog .title {
	padding-left: 0px;
	padding-bottom: 15px;
	padding-top: 0px;
}

.single .title {
	padding-left: 0px;
	padding-bottom: 15px;
	padding-top: 5px;
}


.label-info, .badge-info, .label, .badge{
	background-color:none !important
}

.bio {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #333;
	padding-bottom: 30px;
	font-weight: normal;
	font-style: normal;
}

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

.footer {
	background: url(img/footer-shadow.png) repeat-x transparent;
}

.footer-content {
	width: 902px;
	margin: 0px auto;
	color: white;
	text-align: right;
	padding: 61px 120px 0px 0px;
	height: 100px;
	background: url(img/footer-logo.png) no-repeat right 37px;
}

#menu-footer-menu {
	text-transform: UPPERCASE;
	color: white;
	margin-bottom: 0px !important;
	list-style: none !important;
}

#menu-footer-menu li{
	display: inline !important;

}

.footer a, .footer a:hover {
	color: white;
}

.footer a:hover {
	text-decoration: underline;
	color: #ffdab5;
}

@charset "UTF-8";
/* CSS Document */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #333;
	font-weight: normal;
	font-style: normal;
}

h2 {
	font-family: 'Belgrano', serif;
	font-size: 19px;
	line-height: 20px;
	color: #f99d33;
	text-transform:uppercase;
}

.blog h2 {
	font-family: 'Belgrano', serif;
	font-size: 19px;
	line-height: 24px;
	color: #f99d33;
	text-transform:none;
}

.single h2 {
	font-family: 'Belgrano', serif;
	font-size: 19px;
	line-height: 20px;
	color: #f99d33;
	text-transform:none;
}

h2-purple {
	font-family: 'Belgrano', serif;
	font-size: 19px;
	line-height: 20px;
	color: #662d91;
	text-transform:uppercase;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 17px;
	color: #949699;
	margin-top: 30px;
	margin-bottom: 10px;
}

.alt {
	margin-top: 0px;
}

.lead-in {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:20px;
	font-weight: bold;
	color: #414042;
}

.sidebar ul a {
	color: #703f98;
}

.sidebar ul a:hover {
	color: #a589bf;
	text-decoration: none;
}

.sidebar ul li {
	padding-bottom: 10px !important;
}

.sidebar .three-btns a {
	color: #414042;
}

.sidebar .three-btns a:hover {
	color: #9D9FA2;
}

.widget-title {
	font-size: 20px;
	line-height: 16px;
	color: #414042;
	font-weight: bold;
}
	
	
.nav-pills > li > a {
	font-family: 'Belgrano', Serif;
	font-size: 17px;
	line-height: 16px;
	color: #CEC3E0;
	text-transform:uppercase;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-right: 12px;
	padding-left: 12px;
	margin-right: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: none !important;
	background-border: none !important;
}



.dropdown-menu {
	background: rgba(102, 45, 145, .9) !important;
}

.dropdown-menu > li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: white;
}

.dropdown-menu > li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #f99d33;
}

.dropdown-menu > li .active {
	background color: none !important;
}

.three-box-text {
	font-family: 'Belgrano', serif;
	font-size: 19px;
	line-height: 18px;
	color: white;
	text-transform:uppercase;
}

.postmeta p {
	font-size: 11px !important;
	margin-bottom: 45px;
	margin-top: -8px;
}



.label,.badge{font-size:10.998px;font-weight:bold;line-height:14px;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);white-space:nowrap;vertical-align:baseline;background-color:none !important;}
.label{padding:1px 4px 2px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}
.badge{padding:1px 9px 2px;-webkit-border-radius:9px;-moz-border-radius:9px;border-radius:9px}
a.label:hover,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}
.label-success,.badge-success{background-color:none !important}
.label-success[href],.badge-success[href]{background-color:none !important}
.label-info,.badge-info{background-color:white !important; font-weight: normal !important; font-size: 11px !important;}

/* WordPress Core (Do not edit)
-------------------------------------------------------------- */

@import "css/wp-core.css";