/* 
	Theme Name: Agency
	Theme URL: http://www.organizedthemes.com/themes/agency
	Description: An WordPress theme for your agency
	Author: Organized Themes
	Author URI: http://www.organizedthemes.com
	Version: 2.0.9
	Tags: clean, bold, slideshow, video, widgets, control panel
	
*/

/* Licensed under GNU General Public License.  Learn more at www.opensource.org */

/* Table of Contents

1.   Reset
2.   Global Styles: (body, links, wrap, and floats
3.   Type:  Fonts and Sizes for all elements
4.   Header Elements:  Logo and navigation
5.   Home:  Elements specific to the home page
6.   Pages: These elements are related to the main page areas.
7.   Staff Pages:  Design of the staff listing and individual pages
8.   Widgets:  Design of the widgets
9.   Footer:  The appearance of the footer area, text and links
10.  Comments:  The design of the comments area
11.  WP Essentials:  This area deals with images, previous/next links and pagination

*/

/* @group Reset */

/* Eric Meyer's Reset Reloaded */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}:focus {outline: 0;}ins {text-decoration: none;}del {text-decoration: line-through;}table {border-collapse: collapse;border-spacing: 0;}

/* @end */

/* @group Global */

body { 
	margin: 0 auto; 
	background-color: #ccc; 
}

a, 
a:visited { 
	color: #2e3e48; 
	text-decoration: none; 
}

a:hover { 
	color: #071e2c; 
	text-decoration: none; 
}

a,
a:hover,
a:visited {
	transition: all .2s;
	-moz-transition: all .2s; 
	-webkit-transition: all .2s; 
	-o-transition: all .2s;
}

img {
	max-width: 100%;
	height: auto;
	border-style: none; 
}


.left { 
	float: left; 
}

.right { 
	float: right;
}

.clear { 
	clear: both; 
}

#page,
#footer {
	overflow: hidden;
}

.clearfix:after { 
	content: "."; 
	display: block; 
	clear: both; 
	margin: 0; 
	padding: 0; 
	height: 0; 
	visibility: hidden; 
}

* html .clearfix { 
	zoom: 1; 
}

*:first-child+html .clearfix { /* IE7 */
	zoom: 1; 
} 

.clearfix { 
	height: 1%; 
}

#wrap {
	width: 960px;
	margin: 0 auto;
	color: #000;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 13px #000000;
	-moz-box-shadow: 0px 0px 13px #000000;
	box-shadow: 0px 0px 13px #000000;
}

/* @end */

/* @group Type */

/* Define Fonts */

.wf-loading p,
.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading h4,
.wf-loading h5,
.wf-loading h6,
.wf-loading li,
.wf-loading #donate a,
.wf-loading .text-logo h1,
.wf-loading .text-logo p { /* Hides web fonts until loaded */
	display: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', 'Lucida Grande', Lucida, Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'Lucida Grande', Lucida, Verdana, sans-serif; 
	line-height: 1.2;
	font-size: 14px;
}

h1 { font-size: 36px; line-height: 1; margin-bottom: 8px; }
h2 { font-size: 24px; line-height: 1; margin-bottom: 12px; }
h3 { font-size: 20px; line-height: 1; margin-bottom: 12px; }
h4 { font-size: 18px; line-height: 1; margin-bottom: 20px; }
h5 { font-size: 17px; line-height: 1; margin-bottom: 20px; }
h6 { font-size: 16px; line-height: 1; margin-bottom: 20px; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0;}

p  			{ margin: 0 0 24px;	padding-bottom: 5px; }
p img.left  { float: left; margin: 24px 24px 24px 0; padding: 0; }
p img.right { float: right; margin: 24px 0 24px 24px; }

strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 24px; font-style: italic; }
del         { color:#666; }

li ul, 
li ol       { margin: 0 24px; }
ul, ol      { margin: 0 24px 24px; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 24px; }
dl dt       { font-weight: bold; }
dd          { margin-left: 24px;}

blockquote p {

}

/* @end */

/* @group Header */

#header {
	width: 960px;
	min-height: 160px;
	margin: 0 auto;
	position: relative;
	background-color: #294452;
}

#navigation {
	position: absolute;
	width: 960px;
	top: 50px;
	height: 57px;
	z-index: 10;
	background-color: rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 4px 15px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 4px 15px rgba(0,0,0,0.8);
	box-shadow: 0px 4px 15px rgba(0,0,0,0.8);
}

.ie7 #navigation,
.ie8 #navigation {
	background-image: url(images/ie-nav.png);
}

#logo {
	position: absolute;
	left: 20px;
}

#logo img:hover {
	opacity: .7;
}

#text-logo {
	position: absolute;
	top: 8px;
	left: 20px;
}

#text-logo h1, 
#text-logo p {
	font: normal normal 40px/1 Oswald;
	margin-bottom: 0;
}

#text-logo a, 
#text-logo a:visited {
	color: #fff;
	text-shadow: rgba(70,70,70,0) 1px 1px 3px;
}

#tagline {
	position: absolute;
	z-index: 10;
	top: 26px;
	right: 15px;
	text-align: right;
	text-shadow: rgba(0,0,0,0.84) 1px 1px 2px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

#tagline p,
#tagline h2 {
	color: #fff;
	margin-bottom: 0;
	font-weight: normal;
	font: 16px 'Lucida Grande', Lucida, Verdana, sans-serif;
}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {
	outline: none;
}

.slides {
	margin: 0; 
	padding: 0; 
	list-style: none;
} 

.flex-control-nav,
.flex-direction-nav {
	display: none;
} 

.flexslider {
	margin: 0; 
	padding: 0;
}

.flexslider .slides > li {
	display: none; 
	-webkit-backface-visibility: hidden;
}

.flexslider .slides img {
	width: 100%; 
	display: block;
}

.slides:after {
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0;
}
 
html[xmlns] .slides {
	display: block;
}
 
* html .slides {
	height: 1%;
}

.no-js .slides > li:first-child {
	display: block;
}

.flex-viewport {
	max-height: 2000px; 
	-webkit-transition: all 1s ease; 
	-moz-transition: all 1s ease; 
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.flexslider .slides {
	zoom: 1;
}	

.carousel li {
	margin-right: 5px
}

/* @group Navigation */

#nav-bar {
	float: right;
	margin-top: 17px;
	margin-right: 15px;
}

#nav-bar ul {
	margin-bottom: 0;
}

/* Superfish Drop Downs--do not edit */

.menu, .menu * 			{ margin: 0; padding: 0; list-style: none; }
.menu 					{ line-height:	1.0; }
.menu ul 				{ position: absolute; top: -999em; width: 10em; }
.menu ul li 			{ width: 100%; }
.menu li:hover 			{ visibility: inherit;  }
.menu li 				{ float: left; position: relative; }
.menu a 				{ display: block; position: relative; }
.menu li:hover ul,
.menu li.sfHover ul 	{ top: 2.5em; z-index: 99; }
ul.menu li:hover li ul,
ul.menu li.sfHover li ul{ top: -999em;}
.menu li:hover ul,
.menu li.sfHover ul 	{ left: 0; top: 28px; z-index: 99; }
.menu a.sf-with-ul 		{ padding-right: 2.25em; min-width: 1px; }

/* @end */

ul.menu li li:hover ul,
ul.menu li li.sfHover ul {
	width: 160px;
	left:  160px; /* match ul width */
	top: -10px;
}

ul.menu li li li:hover ul,
ul.menu li li li.sfHover ul {
	left:	160px; /* match ul width */
	top:	0;
}

#navigation ul {
	list-style: none;
	margin: 0;
}

#navigation li {
	float: left;
}

.menu a, 
.menu a:visited {
	color: #fff;
	display: block;
    margin: 0 0 0 5px;
	font-size: 16px;
	padding: 6px 9px;
	font-weight: normal;
	font-style: normal;
}

.menu li {
	float: left;
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-weight: bold;
}

.menu a:hover, 
.current-menu-item a {
	background-color: rgba(0,0,0,0.34);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,1);
	-moz-box-shadow: inset 0px 2px 2px rgba(0,0,0,0.8);
	box-shadow: inset 0px 2px 2px rgba(0,0,0,0.8);
}


ul.sub-menu li.current-menu-item {
	background-image: none;
	border: none;
}

ul.sub-menu li.current-menu-item a, 
ul.sub-menu li.current-menu-item a:visited {
	color: #777;
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.current-menu-item .sub-menu li a, 
.current-category-ancestor .sub-menu li a {
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.menu li ul {
	width: 160px;
	margin-left: 8px;
	margin-top: 0px;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 4px 15px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 4px 15px rgba(0,0,0,0.8);
	box-shadow: 0px 4px 15px rgba(0,0,0,0.8);
}

.ie7 .menu li ul,
.ie8 .menu li ul {
	background-image: url(images/ie-nav.png);
}

.menu li li a, 
.menu li li a:visited {
	color: #fff;
	width: 140px;
	float: none;
	margin-left: 0;
	margin-right: 0;
	padding: 8px 9px 7px;
}

.menu li li a:hover {
	color: #b4b3b4;
	background: transparent;
	background-image: none;
	border: none;
	padding: 8px 9px 7px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.menu li ul ul {
	width: 140px;
	margin-top: 20px;
	margin-left: -30px;
}

.menu li li li {
	color: #fff;
}
.menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}

/* @end */

/* @group Home */

#donate-bar {
	height: 80px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
	background-color: #e7e7e7;
}

#donate-title {
	float: left;
	display: inline;
	width: 180px;
	padding: 10px;
	text-align: center;
	color: #2d4452;
	margin-top: 5px;
}

#donate-title h2 {
	margin-bottom: 0;
}

#donate-graph-holder {
	position: relative;
	float: left;
	display: inline;
	width: 560px;
	padding: 10px;
	margin-right: 20px;
	height: 53px;
}

#donate-bar p {
	margin-bottom: 0;
}

#donate-description  {
	font-style: italic;
	font-size: 14px;
	position: absolute;
	bottom: -3px;
	left: 30px;
	width: 500px;
	text-align: center;
	color: #2d4452;
}

#donate-graph-base {
	top: 30px;
	height: 15px;
	z-index: 1;
	position: absolute;
	width: 100%;
	background-color: #041b29;
	-webkit-box-shadow: 1px 1px 2px #000;
	-moz-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
}

@-webkit-keyframes progress-bar {
   0% { width: 0; }
}
@-moz-keyframes progress-bar {
   0% { width: 0; }
}

#donate-graph-highlight {
	top: 30px;
	height: 15px;
	z-index: 2;
	position: absolute;
	background-color: #2d4452;
	border-right: 1px solid #5e89a2;
	-webkit-animation: progress-bar 4s;
	-moz-animation: progress-bar 4s;
}

#donate {
	float: right;
	display: inline;
	width: 130px;
	text-align: center;
	padding-top: 27px;
}

#donate p {
	margin-bottom: 0;
}

#donate a, 
#donate a:visited {
	color: #fff;
	font: normal normal 24px/1 Oswald;
	background-color: #2c4452;
	padding: 7px 13px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-webkit-box-shadow: 1px 1px 2px #000;
	-moz-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
}

#donate a:hover {
	color: #ccc;
	background-color: #141f26;
}

#donate-start {
	position: absolute;
	bottom: 1px;
	left: 5px;
	z-index: 10;
}

#donate-end {
	position: absolute;
	bottom: 1px;
	right: -9px;
	z-index: 10;
}

/* @end */

/* @group Pages */

#page {
	width: 960px;
	margin: 20px auto 0;
	position: relative;
	z-index: 1;
}

#page-full {
	padding: 10px;
}

#content {
	width: 600px;
	padding: 20px;
	float: left;
	display: inline;
	position: relative;
        background-color: #e7e7e7;
	

}

#content.full {
	width: 920px;
}

.post {
	margin-bottom: 60px;
	border-bottom: 1px solid #fff;
	padding-bottom: 25px;
}

.post-header {
	position: relative;
	margin-bottom: 15px;
}

.attachment-blog-image {
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.8);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.8);
}

.post-meta h2 {
	margin-bottom: 2px;
}

p.post-meta {
	font-size: 12px;
}

#page-right {
	width: 280px;
	float: right;
	display: inline;
	padding-top: 0;
	padding-bottom: 10px;
	padding-left: 0px;
}

#page-right .widget {
	margin-bottom: 20px;
	background: none;
}

#page-right h4.widgettitle {
	background-color: #e7e7e7;
	padding: 4px;
}

h1.page-title {
	margin-bottom: 30px;
}

/* @end */

/* @group Staff Pages */

.staff-page {
	margin-bottom: 0px;
}

.staff-page h1 {
	margin-top: 10px;
	margin-bottom: 13px;
}

.staff-member {
	margin-bottom: 20px;
}

.staff-picture {
	float: left;
	display: inline;
	width: 220px;
}

.staff-picture img {
	padding: 5px;
	background-color: #999;
}

.email,
.phone,
.twitter-link, 
.facebook-link {
	margin-right: 10px;
}

.staff-details {
	float: right;
	display: inline;
	width: 370px;
}

.staff-details p {
	font-size: 14px;
}

p.staff-meta {
	margin-bottom: 2px;
	font-style: italic;
}

p.staff-contact {
	margin-bottom: 0px;
	color: #2e3e48;
}

#staff-image-contact img {
	float: left;
	display: inline;
	padding: 5px;
	background-color: #c8c8c8;
}

#staff-image-contact a:hover {
	color: #000;
}

#staff-single-details {
	float: right;
	display: inline;
	width: 500px;
}

#staff-image-contact h4 {
	color: #000;
	margin-bottom: 5px;
	margin-top: 4px;
}

#staff-image-contact p, 
#staff-image-contact a, 
#staff-image-contact a:visited {
	font-size: 14px;
	margin-bottom: 0;
	color: #444;
}

#staff-image-contact a:hover {
	color: #60748c;
}

img.attachment-staff-full {
	border: none;
	padding: 0px;
}

.single-staff #page {
	padding: 15px;
	width: auto;
}

/* @end */

/* @group Widgets */

.home-sidebar {
	margin-left: -4px;
	margin-right: -5px;
	margin-top: 9px;
	clear: both;
}

.home-sidebar .widget {
	width: 314px;
	overflow: hidden;
	float: left;
	background-color: #ccc;
	padding: 0;
	margin: 0 5px 9px 4px;
}

.home-sidebar .widget p {
	padding: 10px;
	font-size: 14px;
}

.home-sidebar h4.widgettitle {
	font-size: 24px;
	color: #fff;
	background-color: #2b4452;
	padding: 5px;
	margin-bottom: 2px;
}

.featuredpage {
	position: relative;
}

.featuredpage h4.widgettitle {
	position: absolute;
	width: 294px;
	padding: 8px 10px;
	margin-bottom: 0;
	bottom: 20px;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
}

.featuredpage img {
	margin-bottom: -3px;
}

.widget label.screen-reader-text {
	display: none;
}

.widget_search h4.widgettitle {
	display: none;
}

.button,
input#searchsubmit,
#comments input#submit {
	color: #fff;
	border: none;
	font: normal normal 18px/1 Oswald;
	padding: 7px 9px 8px;
	position: relative;
	background: none;
	border: none;
	background-color: #2c4452;
	cursor: pointer;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 1px 1px 2px #000;
	-moz-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
}

input#s {
	width: 160px;
	padding: 5px;
	font-size: 18px;
	margin-right: 7px;
}

.home-sidebar input#s {
	width: 195px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.widget ul,
.widget ol {
	margin-bottom: 10px;
	margin-top: 10px;
}

h4.widgettitle {
	font-weight: 400;
}

#page-right .widget.ot-facebook .fb-like-box { /* Fixes Facebook Width For Sidebar */
	width: 95%;
	margin-right: 5%;
	overflow: hidden;
	border-right: 1px solid #ccc;
}

#page-right .widget.ot-facebook .fb-like-box iframe { /* Fixes Facebook Width For Sidebar */
	width: 97% !important;
}

.home-sidebar .widget.ot-facebook  {
	padding-left: 11px;
	width: 303px;
}

.widget li {
	list-style-type: none;
	border-bottom: 1px solid #acadab;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.widget li.last {
	border: none;
}

.latest-tweets li.last {
	text-align: right;
}

/* @end */

/* @group Footer */

#footer {
	margin: 0 auto;
	color: #fff;
	background-color: #011923;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer a, 
#footer a:visited {
	color: #fff;
}

#footer p {
	font-size: 12px;
	margin-bottom: 0;
	padding: 0;
}

#footer-left {
	float: left;
	display: inline;
	margin-left: 10px;
}

#footer-right {
	float: right;
	display: inline;
	margin-right: 10px;
}

#footer-right li a { 
	display: block; 
	position: relative; 
}

#footer-right ul {
	overflow: hidden;
	margin: 0;
	float: right;
}

#footer li {
	list-style: none;
	float: left;
}

#footer li a,
#footer li a:visited {
	float: right;
	width: 10px;
	height: 16px;
	padding: 5px 8px;
	margin-left: 1px;
	opacity: .6;
	text-indent: -9999px;
	background: url(images/social.png) no-repeat;
}

#footer li a:hover {
	opacity: 1;
}

#footer li.dribbble a {
	background-position: 0 -430px;
}

#footer li.facebook a {
	background-position: 0 -3px;
}

#footer li.flickr a {
	background-position: 0 -33px;
}

#footer li.foursquare a {
	background-position: 0 -88px;
}

#footer li.forrst a {
	background-position: 0 -61px;
}

#footer li.google a {
	background-position: 0 -117px;
}

#footer li.linkedin a {
	background-position: 0 -148px;
}

#footer li.pinterest a {
	background-position: 0 -206px;
}

#footer li.twitter a {
	background-position: 0 -263px;
}

#footer li.youtube a {
	background-position: 0 -361px;
}

#footer li.vimeo a {
	background-position: 0 -296px;
}

#footer li.yelp a {
	background-position: 0 -328px;
}

#footer li.podcast a {
	background-position: 0 -464px;
}

#footer li.rss a {
	background-position: 0 -235px;
}

/* @end */

/* @group Comments */

#comments {
	margin-top: 20px;
	padding-top: 20px;
	clear: both;
}

h3#comments {
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #60748c;
	margin-bottom: 20px;
}

h2.comments-title {
	background-color: rgba(11, 11, 11, 0.07);
	padding: 5px;
	margin-bottom: 20px;
}

ol.commentlist {
	list-style: none;
	margin: 0;
	overflow: hidden;
}

ol.commentlist li {
	position: relative;
	margin-bottom: 25px;
}

ul.children {
	margin-right: 0;
	margin-left: 20px;
}

ul.children li {
	overflow: hidden;
}

ul.children,
ol.commentlist li {
	clear: both;
	list-style: none;
	overflow: hidden;
}

.avatar-wrap {
	width: 80px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	position: relative;
}

.reply {
	position: absolute;
	top: 5px;
	right: 5px;
	opacity: .1;
}

.reply a,
.reply a:visited {
	text-decoration: none;
	font-size: 12px;
}

.reply p {
	margin-bottom: 0;
}

ol.commentlist li:hover .reply {
	opacity: 1;
}

.comment-content {
	float: left;
	width: 80%;
}

.comment-content p {
	margin-bottom: 5px;
}

.comment-meta {
	margin-bottom: 10px;
	font-size: 12px;
}

.comment-meta a {
	text-decoration: none;
}

p.fn {
	font-weight: 800;
	font-size: 20px;
	font-style: normal;
	margin-bottom: 0;
	padding-bottom: 0;
}

#respond,
form#commentform {
	clear: both;
}

#comments input#author,
#comments input#email,
#comments input#url {
	float: left;
	clear: both;
	margin-right: 10px;
	width: 350px;
}

p.comment-form-author label,
p.comment-form-email label,
p.comment-form-url label {
	position: relative;
	top: 5px;
}

p.form-allowed-tags {
	display: none;
}

p.comment-form-comment {
	position: relative;
	padding-top: 20px;
}

p.comment-form-comment label {
	position: absolute;
	top: 0;
	left: 0;
}

#comments input,
#comments textarea {
	border: 1px solid #ccc;
	padding: 5px;
}

#comments textarea {
	width: 90%;
}


/* @end */

/* @group WP Essentials */

/* Page Navigation */

.paging {
	margin-top: -20px;
	margin-bottom: 20px;
}

img {
	max-width: 100%;
	height: auto;
}

.wp-caption img {
	padding:5px;
	background-color:#fff;
	width: auto;
}

.wp-caption-text {
	background-color:#fff;
	color:#000;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
	width: auto;
	font-style: italic;
	font-size: 11px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 5px;
	margin: 0 0 2px 10px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	margin: 0 10px 2px 0;
	display: inline;
}

.alignright {
	float: right;
	margin-left: 15px;
}

.alignleft {
	float: left;
	margin-right: 15px;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	background-color: #eee;
	padding: 10px 5px 0 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #b9bbb8;
	border-right: 1px solid #b9bbb8;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px !important;
	line-height: 17px;
	padding: 4px 4px 5px;
	margin: 0;
	background: none;
}

.gallery img {
	padding: 5px;
	background-color: #eee;
	margin-right: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #b9bbb8;
	border-right: 1px solid #b9bbb8;
}

.entry-content .twitter-tweet-rendered {
    max-width: 100% !important;
}

/* @end */

/* Full Size Only */

@media only screen and (min-width: 992px) {
	.page-template-page-home-php .flexslider {
		height: 448px;
	}
}

/* Tablet Layout: 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {

	#wrap {
		width: 750px;
	}
	
	#page {
		width: auto;
	}
	
	#content.full {
		width: 710px;
	}
	
	#content {
		width: 500px;
	}
	
	#page-right {
		width: 200px;
	}
	
	.staff-details {
		width: 270px;
	}
	
	#header,
	.slideshow {
		width: 100%;
		height: auto;
		min-height: 340px;
	}
	
	#navigation {
		width: 100%;
	}
	
	#donate-graph-holder {
		width: 360px;
	}
	
	#donate-description  {
		left: 0px;
		width: 360px;
	}
	
	.home-sidebar {
		width: 100%;
		margin: 0;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.home-sidebar .widget {
		margin: 20px 0 20px 40px;
	}
	
	#staff-image-contact {
		width: 200px;
	}

}

@media only screen and (max-width: 767px) {

	#wrap {
		width: 90%;
	}
	
	#page {
		width: 100%;
	}
	
	#header {
		width: 100%;
	}
	
	#tagline {
		display: none;
	}
	
	#navigation {
		position: relative;
		width: 100%;
		top: 0;
		padding-bottom: 10px;
		height: auto;
	}
	
	#logo,
	#text-logo {
		position: relative;
		float: left;
	}
	
	#logo,
	#text-logo {
		float: none;
		text-align: center;
		left: auto;
	}
	
	#nav-bar {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-right: 0;
		padding-top: 10px;
	}
	
	#nav-bar ul {
		text-align: center;
	}
	
	#nav-bar li {
		float: none;
		display: inline-block;
	}
	
	#content,
	#content.full {
		padding: 2.1%;
		width: 96%;
	}
	
	#page-right {
		width: 100%;
		overflow: hidden;
	}
	
	.home-sidebar {
		width: 100%;
		margin: 0;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.home-sidebar .widget,
	#page-right .widget {
		width: 45%;
		margin: 2%;
		float: left;
	}
	
	.staff-details {
		width: 70%;
	}
	
	.staff-picture {
		width: 25%;
	}
	
	#staff-single-details {
		width: 60%;
	}
	
	#staff-image-contact {
		width: 35%;
	}
	
	#donate-bar {
		height: auto;
		padding-bottom: 20px;
	}
	
	#donate-title {
		float: left;
		width: 40%;
		margin-left: 5%;
		margin-top: 18px;
		text-align: left;
		margin-bottom: 0;
	}
	
	#donate-graph-holder {
		clear: both;
		position: relative;
		float: none;
		display: block;
		width: 80%;
		padding: 10px 0;
		margin-right: auto;
		margin-left: auto;
	}
	
	#donate-description  {
		left: auto;
		width: 90%;
	}
	
	#donate-end {
		right: 0;
	}
	
	#donate {
		float: right;
		display: block;
		width: 40%;
		margin-right: 5%;
		text-align: right;
	}
	
}

@media only screen and (max-width: 480px) {
	
	#page-right .widget {
		width: 96%;
	}
	
	.staff-details,
	.staff-picture,
	#staff-single-details,
	#staff-image-contact {
		width: 95%;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	
	#nav-bar a {
		margin: 0;
		font-size: 15px;
	}
	
	.home-sidebar .widget,
	#page-right .widget {
		width: 90%;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	
	#donate-title {
		margin-top: 6px;
	}
	
	#donate-description {
		display: none;
	}
	
}

