/*  
Theme Name: Advocate
Theme URI: http://themeforest.net/user/two2twelve?ref=two2twelve
Description: Designed & Developed by <a href="http://themeforest.net/user/two2twelve?ref=two2twelve">Two2Twelve</a>.
Author:  T2Themes
Author URI: http://t2themes.com
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.3.6

This file is part of a site template for sale on ThemeForest.net
See: http://themeforest.net/user/two2twelve/portfolio?ref=two2twelve
Copyright © 2014 T2Themes <info@t2themes.com>
*/
/*-----------------------------------------------------------------------------------
	
	Stylesheet: Base

	0.	CSS Reset 
	1.	Global (body, page sructure, common classes)
	2.  Header & Navigation
	3.  Homepage
	4.  Blog
	5.  Gallery
	6.  Contact
	7.  Donate
	8.  Widgets
	9.  Footer
	10. Typography
	11. Buttons
	12. Lists
	13. Forms
	14. Icons
	15. Wordpress Core CSS

-----------------------------------------------------------------------------------*/
* { margin: 0; padding: 0; }
/*--------------------------------------------
1. Global
---------------------------------------------*/
html {
	margin: 0 !important;	
}
body {
	font-size: 13px;
	font-family: "Helvetica Neue", helvetica, sans-serif;
	background: #f7f7f7;
}
body ul {
	list-style: none;
}
.container {
	width: 1000px;
	margin: 0 auto;
}
	.container .page {
		border: 1px solid #c8c9c9;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		-webkit-box-shadow: 0px 3px 4px rgba(0,0,0,0.08);
		-moz-box-shadow: 0px 3px 4px rgba(0,0,0,0.08);
		box-shadow: 0px 3px 4px rgba(0,0,0,0.08);
		background: #fff;
		padding: 20px;
		overflow: hidden;
	}
section.page_heading {
	background: #d07837;
	width: 100%;
}
	section.page_heading.home {
		position: absolute;
		top: 65px;
		height: 360px;
	}
	section.page_heading .logo {
		padding: 8px 0px 8px 0px;
		overflow: hidden;
	}
		section.page_heading .logo a {
			font-size: 40px;
			font-family: 'Pacifico';
			text-shadow: 0px 2px rgba(0,0,0,0.36);
			color: #fff;
			text-decoration: none;
			float: left;
			margin-right: 25px;
		}
		section.page_heading .logo .tagline {
			font-family: 'Cabin';
			font-size: 15px;
			color: #fff;
			display: inline-block;
		}
		pre {
		 white-space: pre-wrap;       /* css-3 */
		 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
		 white-space: -pre-wrap;      /* Opera 4-6 */
		 white-space: -o-pre-wrap;    /* Opera 7 */
		 word-wrap: break-word;       /* Internet Explorer 5.5+ */
		}
		
/* Page Layouts */
div.page_wrapper {
	background: #ebebeb;
	padding: 40px 0px 40px 0px;
	overflow: hidden;
}
	div.page_wrapper .with_sidebar {
		width: 700px;
		float: left;
	}
	div.page_wrapper aside {
		float: right;
		width: 220px;
	}
	/* Sub Heading */
	div.sub_heading,
	div.box_heading {
		text-align: center;
		position: relative;
		margin-bottom: 30px;
	}
	div.box_heading { text-align: left; }
		div.sub_heading h2,
		div.box_heading h2 {
			position: relative;
			z-index: 2;
			background: #fff;
			display: inline;
			padding: 0px 15px 0px 15px;
		}
		div.box_heading h2 { padding-left: 0px; }
		div.sub_heading span.line,
		div.box_heading span.line {
			background: #f1eeea;
			display: block;
			height: 3px;
			width: 100%;
			position: absolute;
			z-index: 1;
			top: 25px;
		}
/*--------------------------------------------
2. Header & Navigation
---------------------------------------------*/
header {
	background: url('images/header.png') repeat-x;
	height: 65px;
}
	header nav {
		float: left;
	}
		header nav ul {
			list-style: none;
			padding-top: 22px;
		}
			header nav ul li {
				float: left;
				margin-right: 15px;
				 position: relative;
			}
				header nav ul li a {
					font-family: 'Cabin', sans-serif;
					color: #fff;
					text-decoration: none;
					font-size: 14px;
					font-weight: bold;
					padding: 5px 10px 5px 10px;
					-webkit-border-radius: 3px;
					-moz-border-radius: 3px;
					border-radius: 3px;
				}
				header nav ul li a:hover { background: rgba(0,0,0,0.15); }
				header nav ul li.current-menu-item a,
				header nav ul li.current-menu-ancestor a { background: rgba(0,0,0,0.30); }
				header nav ul.sub-menu li a { background: none; }
		/* Sub Nav */
		header nav ul li ul{
			list-style: none;
			position: absolute;
			z-index: 999999;
			top: 20px;
			left: 0;
			width: 160px;
			text-align: left;
			border-top: none;
			padding: 23px 0px 5px 0px;
			display: none;
			margin: 0;
		}
			header nav ul li ul li {
				display: block;
				width: 100%;
				margin-bottom: 0px;
				padding-bottom: 0px;
				padding: 2px 15px 2px 15px;
				background: #000;
				background: rgba(0,0,0,0.60);
			}
			header nav ul li ul li a,
			header nav ul li.current-menu-item ul li a,
			header nav ul li.current-menu-parent ul li a{
				display: block;
				padding: 8px 0px 8px 0px;
				font-size: 12px;
				font-weight: normal;
				color: #fff;
				font-family: "Helvetica Neue", helvetica, sans-serif;
				-webkit-border-radius: 0px;
				-moz-border-radius: 0px;
				border-radius: 0px;
			}
			header nav ul li.current-menu-item ul li a,
			header nav ul li.current-menu-parent ul li a{
				background: none;
				border-top: none;
				border-left: none;
				border-right: none;
				border-color: #ddd;
				box-shadow: none;
				color: #fff;
			}
				header nav ul li ul li a:hover {
					background: none;
					color: #aaa;
				}
		header nav ul li ul li ul {
			left: 190px;
			top: 0;
			padding-top: 0;
			display: none;
		}
	header aside {
		float: right;
		padding-top: 22px;
	}
/*--------------------------------------------
3. Homepage
---------------------------------------------*/
div#home { padding-top: 0; }
	div#home .page {
		position: relative;
		z-index: 2;
		margin-top: 90px;
	}
	/* Slider */
	.nivo-caption { padding: 18px 10px; }
	.nivo-caption b { color: #fff; }
	.theme-default .nivoSlider { 
		margin-bottom: 20px; 
		-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	}
	div#revolution_wrap {
		overflow: hidden;
		margin-bottom: 20px;
	}
	div#description {
		float: left;
		width: 330px;
		padding-right: 30px;
	}
	div#description.full_width { width: auto; text-align: center; }
		div#description h3,
		div#description p { margin-bottom: 15px; }
	div#actions {
		float: right;
		width: 555px;	
	}
		div#actions ul.actions_list { padding-left: 0px; }
	div#actions.full_width { width: auto; float: none; }
		div#actions span.icon {
			margin-right: 12px;
			font-size: 28px;
			float: left;
		}
		div#actions .box_heading { margin-bottom: 10px; }
		div#feature div#actions .box_heading { margin-bottom: 20px; }
		div#feature div#actions { margin-bottom: 25px; }
		div#actions h4 { padding-top: 10px; }
		div#actions .one_half { margin-bottom: 15px; }
		div#actions .one_half p {
			margin-bottom: 0;
		}
	/* Donate Button */
	div.framed_box {
		overflow: hidden;
		padding: 20px 15px 20px 15px;
		border: 1px solid #e5e5e5;
		background: #f8f8f6;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		position: relative;
	}
	div#help { margin-bottom: 30px; }
	div#help span.icon {
		margin-right: 15px;
		font-size: 38px;
		margin-top: -5px;
		float: left;
	}
	div#help .text {
		margin-left: 60px;
	}
		div#help .text h3 { margin-bottom: 5px; }
	div#help .donate_button {
		position: absolute;
		right: 20px;
		top: 20px;
	}
	/* 3 Columns */
	div#items {
		clear: both;
		overflow: hidden;
	}
		div#items div.box_heading {
			margin-bottom: 15px;
		}
		div#items h5 {
			margin-bottom: 5px;
			font-weight: bold;
		}
		div#items .one_third { margin-bottom: 0; }
		div#items ul { padding-left: 0px; list-style: none;  }
	/* News */
	div.events ul { list-style: none; }
	div.news ul li {
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #e1e1e1;
	}
	div.news ul li:last-child {
		border-bottom: none;
	}
	div.news ul li p { margin-bottom: 0; }
	/* Events */
	div.events ul { list-style: none; }
		div.events ul li {
			padding-bottom: 13px;
			border-bottom: 1px solid #e1e1e1;
			margin-bottom: 13px;
		}
		div.events ul li .date {
			width: 40px;
			height: 33px;
			padding-top: 7px;
			background: #d07837;
			color: #fff;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			text-align: center;
			margin-right: 10px;	
			font-size: 12px;	
			float: left;
			font-family: 'Cabin';
			line-height: 13px;
		}
			div.events ul li .date span {
				font-size: 18px;
				font-weight: bold;
				display: block;
			}
		div.events ul li p { margin-bottom: 0; }
		div.events ul li .details {
			margin-left: 50px;
		}
			div.events ul li .details a{
				display: block;
				color: #413b31;
			}
	/* Sponsors */
	div#sponsors ul {
		overflow: hidden;
		background: #f9f9f9;
		border: 1px solid #e1e1e1;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
		div#sponsors ul li {
			display: inline;
			float: left;
			padding: 8px 8px 5px 9px;
			border-right: 1px solid #e1e1e1;
			border-bottom: 1px solid #e1e1e1;
		}
			div#sponsors ul li img {
				margin: 0;
			}
		div#sponsors ul li.last {
			border-right: none;
		}
		div#s