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

/*=================RESET=================*/
html {
	   overflow-y: scroll;
	   position: relative;
       min-height: 100%;
	   font-family: 'Ubuntu', sans-serif;
}
div, p {margin:0; padding:0;}
a {text-decoration:none; margin: 0; padding: 0;}
ul {list-style:none;margin:0; padding:0;}
ol {margin:0; padding:0 0 0 30px; font-weight: 300; font-size:14px;}
body, p, table, tr, th, td {margin:0; padding:0;}
	.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
   *zoom: 1;
}
  /* remember to define focus styles! */
  :focus {
	  outline: 0;
  }
  /* remember to highlight inserts somehow! */
  ins {
	  text-decoration: none;
  }
  del {
	  text-decoration: line-through;
  }
	  
/*=================UNIVERSAL=================*/
body {
	background: #f5f5f5;
	font-family: 'Ubuntu', sans-serif;
	margin:0 0 100px;
}
#content {
	background: #f5f5f5;
	min-height: 900px;
	padding-top:25px;
}
.wrap {
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
}
h1 {
	margin: 0;
	padding: 0;
	font-size: 36px;
	font-weight: 300;
	color: #58595b;
}
h2 {
	font-size: 24px;
	font-weight: 300;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 2px;
}
h3 {
	margin: 0; 
	padding: 0;
	font-size: 24px;
	font-weight: 300;
	color: #666;
	line-height: 32px;
	margin-bottom: 10px;
}
h4 {
	font-size: 14px;
}
p {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: .5px;
	line-height: 22px;
}
.pagePhoto {
	width: 720px;
	margin: 40px 0 0 0;
}
.pageDescription {
	margin: 10px 0 0 0;
	width: 720px;
}
.pageDescription  a:hover {
	color: #666;
}
hr{
	height:2px;
	background: -moz-linear-gradient(left, rgba(108,78,149,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(108,78,149,1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(108,78,149,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(108,78,149,1) 0%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(108,78,149,1) 0%,rgba(125,185,232,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(108,78,149,1) 0%,rgba(125,185,232,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c4e95', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
	border:0;
	width:98%;
	float:left;
}

/*=================NAVIGATION=================*/	
.topNav {
	background: #f5f5f5;
	font-size:18px;
	border-top: 5px solid #6c4e95;
	height:80px;
	font-weight:300;
}
.topLogo {
	float: left;
	padding: 10px 0;
}
.topNav ul {
	float: right;
}
.topNav ul li {
	float: left;
	margin: 0 20px;
	padding: 30px 0;
}
.topNav ul li a {
	color: #666;
	padding: 28px 0;
}
.topNav ul li a:hover {
	color: #6c4e95;
	border-bottom: solid 5px #6c4e95;
}
.topNav ul li ul {
	display: none;
	width: 200px;
	background: #eaebec;
}
.topNav ul li:hover ul {
	display: block;
	position: absolute;
	top: 86px;
}
.topNav ul li ul li {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: solid 1px #d2d4d6;
}
.topNav ul li ul li a {
	display: block;
	width: 170px;
	margin: 0;
	padding: 15px;
}
.topNav ul li ul li a:hover {
	margin: 0;
	width: 170px;
	border-bottom: none;
	background-color: #f9fafb;
}
.topNav ul li:hover ul li ul {
	display: none;
}
.activeNav {
	color: #5084ca;
}

/*=================BANNER=================*/
.indexBanner {
	width:100%;
}

/*=================CONTENT SIZES=================*/
.title p{
	font-size:24px;
	font-weight:500;
}
#fullSpan{
	width:100%;
	float:left;
	margin-bottom:25px;
}
#halfSpan{
	width:50%;
	float:left;
}
#halfSpan p{
	width:95%;
}
#thirdSpan{
	width:33%;
	float:left;
}
#thirdSpan p{
	width:95%;
}
#thirdSpan img{
	width:97%;
}
#fourthSpan{
	width:25%;
	float:left;
}
#fourthSpan img{
	width:97%;
}
.readMore{
	width:100px;
	height:30px;
	font-size:15px;
	font-weight:300;
	color:#fff;
	border:0;
	background:#6c4e95;
	margin:10px 0 25px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	cursor:pointer;
}

/*=================SIDEBAR + NAV=================*/
.mainContent {
	width:74%;
	float:right;
}
.sideBar {
	width:25%;
	float:left;
}
.navSidebar {
	margin: 0 0 20px 0;
}
.navSidebar a {
	margin: 0 0 1px 0;
	display: block;
	background: #6c4e95;
	padding: 10px;
	color: #FFFFFF;
	font-weight: 300;
	font-size: 18px;
}
.navSidebar a:hover {
	color: #6c4e95;
	background: #eaebec;
}

/*=================PHOTO GALLERY + VIDEOS=================*/
#thumb{
	margin-right:8px;
	margin-bottom:10px;
}
.video{
	margin-bottom:25px;
}

/*=================NEWS + CHARITIES=================*/
.charity {
	margin-bottom:15px;
	clear:both;
}
.news {
	margin-bottom:25px;
	clear:both;
}
.circle {
	border-radius: 50%;
	width: 75px;
	height: 75px;
	color:#fff;
	float:left;
	background: #6c4e95;
	text-align:center;
	margin:0 15px 150px 0;
}
.circle p{
	margin-top:15px;
}
.newsTitle{
	color:#5084ca;
	font-size:18px;
}
.newsImage{
	float:left;
	margin:5px 15px 15px 0;
}
.articleTitle{
	font-size:24px;
	font-weight:300;
	margin-bottom:10px;
}
.articleTitle span{
	font-size:18px;
}

/*=================CONTACT FORM=================*/
	  form{
  width:600px;
  margin:15px auto;	
}
input, textarea {   
  padding: 9px;  
  border: solid 1px #E5E5E5;  
  outline: 0;  
  width: 250px;  
  background: #FFFFFF url('bg_form.png') left top repeat-x;  
  background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));  
  background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);  
}  
textarea {   
  width: 250px;  
  max-width: 400px;  
  height: 75px;  
  line-height: 150%;  
}  
input:hover, textarea:hover,  
input:focus, textarea:focus {   
  border-color: #C9C9C9;   
}  
.form label {   
  margin-left: 10px;   
  color: #222;   
}  
.submit input {  
  width: auto;  
  padding: 9px 15px;  
  background: #6c4e95;  
  border: 0;  
  font-size: 14px;  
  color: #FFFFFF;  
  -moz-border-radius: 5px;  
  -webkit-border-radius: 5px; 
  cursor:pointer; 
} 

/*=================FOOTER=================*/
footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
	background:#3e275a;
}
footer p{
	width:960px;
	margin:0 auto;
	line-height:50px;
	color:#fff;
	font-weight:300;
}

/*=================SHOPPING=================*/
.shirtBlock {
    width: 250px;
    margin: 0 5px 15px;
    float: left;
    text-align: center;
}