/* 
	Theme Name: Foundation
	Theme URL: http://www.organizedthemes.com/foundation
	Description: An excellent theme for your non-profit
	Author: Organized Themes
	Author URI: http://www.organizedthemes.com
	Version: 2.1.0
	License:  GNU General Public License
*/

/* @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%;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 Type */

/* Define Fonts */

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

body, p, li, ol, ul, span, div, label, legend, form, fieldset, input {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif; line-height: 1.2; 
}

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; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0;}

p  			{ margin: 0 0 24px;	font-size: 14px; 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; }
li 			{ font-size: 14px }

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 {
	padding: 8px 8px 8px 20px;
	background-color: #fffeff;
	border-left: 5px solid #808080;
	margin: 20px;
}

/* @end */

/* @group Global */

body 			{ background: #ebebeb; }

#wrap { 
	width: 960px;
	margin: 0 auto;
	position: relative;
}

a, a:visited 	{ color: #137B09; text-decoration: none;  }
a:hover 		{ color: #179D0B; }

.left 			{ float: left; }
.right 			{ float: right; }
.clear 			{ clear: both; }

.clearfix:after { content: "."; display: block; clear: both; margin: 0; padding: 0; height: 0; visibility: hidden; }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.clearfix { height: 1%; }


.shadow {
	-webkit-box-shadow: 0px 1px 3px #141414;
	-moz-box-shadow: 0px 1px 3px #141414;
	box-shadow: 0px 1px 3px #141414;
}

.shadow-little {
	-webkit-box-shadow: 0px 1px 3px #ccc;
	-moz-box-shadow: 0px 1px 3px #ccc;
	box-shadow: 0px 1px 3px #ccc;
}

.fade:hover {
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

/* @end */

/* @group Header */

#header {
	position: relative;
	height: 210px;
	z-index: 200;
}

#logo {
	position: absolute;
	z-index: 20;
	top: 12px;
}

#logo h1, #logo p {
	margin-bottom: 0;
}

#text-logo {
	position: absolute;
	z-index: 20;
	top: 22px;
}

#text-logo h1 a, #text-logo h1 a:visited, #text-logo p a, #text-logo p a:visited {
	color: #000;
	font: 50px "Copperplate Gothic Bold";
	text-shadow: rgba(33,33,33,0.7) 1px 1px 3px;
}

#tagline {
	position: absolute;
	right: 0;
	top: 25px;
}

#tagline h2, #tagline p {
	font-style: italic;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 0;
}

#navigation {
	position: absolute;
	bottom: 0;
	z-index: 11;
	width: 100%;
	height: 40px;
	color: #fff;
	background-color: #264D00;
}

#nav-left {
	float: left;
	display: inline;
}

#nav-right {
	position: relative;
	float: right;
	display: inline;
	padding-top: 4px;
	margin-right: 5px;
}

#nav-right em {
	position: relative;
	top: -9px;
	margin-right: 6px;
}

#nav-right a:hover img {
	position: relative;
	top: -1px;
	-webkit-box-shadow: 0px 1px 3px #141414;
	-moz-box-shadow: 0px 1px 3px #141414;
	box-shadow: 0px 1px 3px #141414;
}

/* @group 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: 6px 0 0 6px;
}

#navigation li {
	float: left;
}

.menu a, .menu a:visited {
	color: #fff;
	display: block;
	padding: 6px 6px 7px;
	margin-right: 6px;
background-image: url(images/paw-menu.png); background-repeat: no-repeat; background-position: 0 .4em; padding-left: 20px;
}

.menu-item a:hover, .current-menu-item a, .current-post-parent a, .current_page_ancestor a {
	
color: #fff;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 1px 3px #141414;
	-moz-box-shadow: 0px 1px 3px #141414;
	box-shadow: 0px 1px 3px #141414;
	background-color: #3d56d3;

	
}

.current-menu-parent ul.sub-menu li a, .current-menu-item ul.sub-menu li a {
	background: transparent;
	border: none;
	-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 {
	z-index: 100;
	width: 160px;
	margin-left: 8px;
	margin-top: 0px;
	padding: 10px;
	background-color: #474747;
	-webkit-box-shadow: inset 0px 2px 1px rgba(20,20,20,0.3);
	-moz-box-shadow: inset 0px 2px 1px rgba(20,20,20,0.3);
	box-shadow: inset 0px 2px 1px rgba(20,20,20,0.3);
}

.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;
background-image: url(images/paw-menu.png); background-repeat: no-repeat; background-position: 0 .4em; padding-left: 20px;
}

.menu li li a:hover {
	color: #a0a0a0;
	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;
background-image: url(images/paw-menu.png); background-repeat: no-repeat; background-position: 0 .4em; padding-left: 20px;
}

.menu li ul li ul {
	width: 140px;
	margin-top: 0px;
	margin-left: 15px;
}

.menu li li li {
	color: #fff;
}

/* @end */

/* @group Home */

#home-top, #page {
	margin-top: 16px;
	position: relative;
	z-index: 1;
}

#slideshow {
	float: left;
	display: inline;
	width: 630px;
	position: relative;
	z-index: 1;
}

#slider {
	position:relative;
	z-index: 1;
	margin: 0; 
	padding: 0;
	overflow: hidden;
	width: 630px;
	height: 420px;
	background:#ccc url(images/loading.gif) no-repeat 50% 50%;
}

#top-sidebar {
	float: right;
	display: inline;
	width: 300px;
}

#action-bar {
	height: 58px;
	margin-top: 22px;
	position: relative;
	background-image: url(images/newsletter-bar-transparent.png);
	background-color: #3d56d3;
}

h4.action-title {
	position: absolute;
	top: 14px;
	left: 3px;
	font-style: italic;
	color: #fff;
	font-size: 27px;
	text-shadow: rgba(29,29,29,0.64) 1px 1px 0;
}

p.action-description {
	position: absolute;
	left: 256px;
	top: 14px;
	color: #fff;
	font-size: 13px;
	width: 279px;
	margin-bottom: 0;
}

.action-form {
	position: absolute;
	top: 3px;
	right: 3px;
	width: 401px;
	height: 49px;
}

.action-form #email {
	position: absolute;
	border: none;
	right: -9px;
	top: 13px;
	width: 278px;
	overflow: hidden;
	font-size: 20px;
	background: transparent;
	padding: 0 113px 0 10px;
}

.action-form input.btn, #donate form h4 a, #donate h4 a:visited, #donate h4 a  {
	position: absolute;
	right: 7px;
	top: 5px;
	background-color: #3d56d3;
	border: none;
	color: #fff;
	font-size: 20px;
	line-height: 1.6;
	padding-left: 14px;
	padding-right: 14px;
	cursor: pointer;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 1px 3px #141414;
	-moz-box-shadow: 0px 1px 3px #141414;
	box-shadow: 0px 1px 3px #141414;
	text-shadow: rgba(29,29,29,0.64) 1px 1px 0;
    -webkit-appearance: none;
	font-weight: normal;
	font-style: normal;
}

.action-form input.btn {
	line-height: 1;
	padding-top: 6px;
	padding-bottom: 6px;
	top: 8px;
}

.action-form input.btn:hover, #donate form h4 a:hover, #donate h4 a:hover {
	text-shadow: none;
	background-color: #233488;
}

.action-form input.btn:active, #donate form h4 a:active, input.btn:active, input.btn:focus {
	font-size: 20px;
	color: #fff;
	padding-left: 14px;
	padding-right: 14px;
}

#notification {
	position: absolute;
	width: 394px;
	right: 4px;
	top: 61px;
	z-index: 20;
	font-size: 12px;
	font-style: italic;
}

#donate-bar {
	height: 58px;
	margin-top: 22px;
	position: relative;
	background-image: url(images/donation-bar-transparent.png);
	background-color: #3d56d3;
}

#donate-title h4 {
	position: absolute;
	top: 18px;
	left: 7px;
	font-style: italic;
	color: #fff;
	font-size: 20px;
	text-shadow: rgba(29,29,29,0.64) 1px 1px 0;
	margin-bottom: 0;
}

#donate-graph-holder {
	position: absolute;
	top: 5px;
	left: 250px;
	width: 506px;
}

#donate-graph-base {
	position: absolute;
	top: 0;
	width: 506px;
	height: 46px;
	z-index: 2;
	background: url(images/progress-bar.png) center -9px;
}

#donate-graph-highlight {
	position: absolute;
	z-index: 1;
	background-color: #3d56d3;
	height: 39px;
	left: 1px;
	top: 5px;
}

#donate-description {
	position: absolute;
	z-index: 3;
	top: 16px;
	left: 22px;
	width: 460px;
	color: #fff;
	text-align: center;
	text-shadow: rgba(29,29,29,0.64) 1px 1px 0;
}

#donate-end p {
	font-size: 20px;
	position: absolute;
	z-index: 5;
	right: -90px;
	top: 12px;
	margin-bottom: 0;
	color: #fff;
	text-shadow: rgba(29,29,29,0.64) 1px 1px 0;
}

#donate form h4 a, #donate h4 a {
	top: 10px;
	line-height: 2;
}

#home-widgets {
	margin-top: 22px;
	margin-right: -30px;
}

#home-widgets .widget {
	float: left;
	display: inline;
	margin-right: 30px;
}

#home-posts {
	float: right;
	display: inline;
	width: 630px;
	margin-right: 30px;
}

.post-highlight {
	margin-bottom: 20px;
}

.post-highlight img {
	padding: 5px;
	float: left;
	display: inline;
	margin-right: 15px;
	background-color: #fff;
	-webkit-box-shadow: 0px 1px 3px #ccc;
	-moz-box-shadow: 0px 1px 3px #ccc;
	box-shadow: 0px 1px 3px #ccc;
}

/* @end */

/* @group Page Styles */

.page-left {
	float: left;
	display: inline;
}

.page-right {
	float: right;
	display: inline;
}

#page-full {
	padding: 1px;
}

#content {
	width: 630px;
}

#sidebar {
	width: 300px;
}

.post {
	margin-bottom: 20px;
	border-bottom: 1px solid #b8b8b8;
}

p.post-meta {
	font-size: 11px;
	margin-bottom: 8px;
}

.attachment-single {
	margin-bottom: 20px;
	float: right;
	-webkit-box-shadow: 0px 1px 3px #ccc;
	-moz-box-shadow: 0px 1px 3px #ccc;
	box-shadow: 0px 1px 3px #ccc;
}

/* @end */

/* @group Widgets */

#sidebar, #sidebar p, #sidebar li {
	font-size: 14px;
}

.fb-widget {
	margin: -5px;
}

.widget {
	width: 290px;
	margin-bottom: 20px;
	background-color: #fff;
	padding: 5px;
}

h4.widgettitle {
	color: #fff;
	background-color: #474747;
	margin-top: -5px;
	margin-right: -5px;
	margin-left: -5px;
	padding: 5px;
}

.widgettitle a, .widgettitle a:visited {
	color: #fff;
}

.widget p {
	margin-bottom: 5px;
}

.video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video iframe,  
.video object,  
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.widget.mailchimp {
	position: relative;
}

.widget.mailchimp input#email {
	font-size: 14px;
	width: 185px;
	background-color: #efefef;
	padding-top: 8px;
	padding-bottom: 8px;
	position: relative;
	left: 3px;
}

.widget.mailchimp #email:focus, .action-form #email:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.widget.mailchimp input.btn, input#searchsubmit, .donate h4.btn a {
	position: relative;
	right: 0;
	background-color: #3d56d3;
	border: none;
	color: #fff;
	font-size: 14px;
	padding: 7px 14px;
	cursor: pointer;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 1px 3px #141414;
	-moz-box-shadow: 0px 1px 3px #141414;
	box-shadow: 0px 1px 3px #141414;
	text-shadow: rgba(29,29,29,0.64) 1px 1px 0;
    -webkit-appearance: none;
}

.widget.mailchimp input.btn:hover, input#searchsubmit:hover, .donate h4.btn a:hover {
	text-shadow: none;
	background-color: #233488;
}

#widget-notification {
	position: absolute;
	bottom: -17px;
	font-size: 12px;
	font-style: italic;
}

.widget #notification {
	position: absolute;
	width: 265px;
	z-index: 20;
	font-size: 12px;
	font-style: italic;
	top: 33px;
	left: 4px;
	background-color: #fff;
}

.widget label.screen-reader-text {
	display: none; /* hides search in search widget */
}

input#s {
	font-size: 14px;
	padding: 7px 14px;
	border: none;
	background-color: #efefef;
	width: 163px;
	margin-right: 10px;
}

.donate p {
	float: left;
	display: inline;
	width: 200px;
}

.donate h4.btn  {
	float: right;
	display: inline;
	margin-top: 9px;
}

.widget .page img.attachment-home-thumbnail {
	margin-top: -5px;
	margin-left: -5px;
	margin-bottom: 5px;
}

/* @end */

/* @group Staff & Sponsor 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: #fff;
	-webkit-box-shadow: 0px 1px 3px #ccc;
	-moz-box-shadow: 0px 1px 3px #ccc;
	box-shadow: 0px 1px 3px #ccc;
}

.email, .twitter-link, .facebook-link {
	margin-right: 10px;
}

.staff-details {
	float: right;
	display: inline;
	width: 370px;
}

.staff-details p {
	font-size: 14px;
	margin-bottom: 12px;
}

p.staff-meta {
	margin-bottom: 2px;
	font-style: italic;
}

p.staff-contact {
	margin-bottom: 0px;
	color: #2e3e48;
}

#staff-image-contact {
	float: left;
	display: inline;
	width: 400px;
	padding: 5px;
	background-color: #c8c8c8;
	font-size: 12px;
}

#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;
}

.sponsor {
	width: 280px;
	float: left;
	text-align: center;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.sponsor img {
	-webkit-box-shadow: 0px 1px 3px #ccc;
	-moz-box-shadow: 0px 1px 3px #ccc;
	box-shadow: 0px 1px 3px #ccc;
	margin-bottom: 12px;
}

img.sponsor-image {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 1px 3px #ccc;
	-moz-box-shadow: 0px 1px 3px #ccc;
	box-shadow: 0px 1px 3px #ccc;
}

p.sponsor-meta {
	margin-bottom: 10px;
}

.sponsor-meta span {
	margin-right: 10px;
}

/* @end */

/* @group Facebook Page */

#facebook-page {
	width: 510px;
	margin: 0 auto;
}

#facebook-page #slider {
	width: 500px;
	height: 333px;
	float: none;
}

#facebook-page #slideshow {
	width: 500px;
	height: 333px;
	margin-left: 10px;
}

.facebook-full-widgets {
	margin-top: 20px;
}

#facebook-page .facebook-full-widgets .widget {
	width: 490px;
	margin-bottom: 20px;
	margin-left: 10px;
}

#facebook-page .facebook-page-widgets .widget {
	width: 240px;
	float: left;
	margin-left: 10px;
}

#facebook-page .widget_featured_video {
	padding: 0;
}

#facebook-page .footer {
	text-align: center;
	border-top: 1px solid #ccc;
	padding-top: 7px;
}

/* @end */

/* @group Footer */

#footer {
	width: 960px;
	margin: 20px auto;
	padding: 10px 0 0;
	border-top: 1px solid #b8b8b8;
}

#footer p, #footer a, #footer a:visited {
	color: #4a4a4a;
}

#footer-left {
	width: 400px;
	display: inline;
	float: left;
}

#footer-right {
	width: 400px;
	display: inline;
	float: right;
	text-align: right;
}

/* @end */

/* @group Comments */

ol#commentlist {
	list-style: none;
	margin-left: 0;
}

.comment-container {
	margin-bottom: 20px;
	background-color: #fafafa;
}

.comment-author-bar {
	float: left;
	display: inline;
	width: 110px;
	margin-right: 20px;
	background-color: #e5e5e5;
}

.comment-author-bar .shadow {
	margin: 5px;
}

.comment-author-bar p {
	font-size: 10px;
	text-align: center;
	margin-bottom: 5px;
}

.reply {
	font-size: 12px;
	width: 50px;
	text-align: center;
	margin: 0 auto 10px;
	background-color: #fff;
	border: none;
	padding-top: 2px;
	padding-bottom: 2px;
}

.reply:hover {
	background-color: #999;
	-webkit-box-shadow: inset 0px 1px 2px #555;
	-moz-box-shadow: inset 0px 1px 2px #555;
	box-shadow: inset 0px 1px 2px #555; 
}

.depth-5 .reply {
	display: none;
/* removes reply from last depth in threaded comments.  Change 5 to match the number of threads you allow */
}

a.comment-reply-link {
	width: 50px;
	height: 20px;
	color: #000;
}

.comment-content {
	padding: 10px;
}

ol#commentlist ul.children {
	list-style: none;
	margin-left: 15px;
	margin-right: 0;
}

input#submit {
	font-size: 14px;
	padding: 5px 15px;
	text-align: center;
	margin: 0 auto 10px;
	background-color: #e5e5e5;
	border: none;
	cursor: pointer;
	-webkit-box-shadow: 0px 1px 2px #555;
	-moz-box-shadow: 0px 1px 2px #555;
	box-shadow: 0px 1px 2px #555; 
}

input#submit:hover {
	background-color: #999;
	-webkit-box-shadow: inset 0px 1px 2px #555;
	-moz-box-shadow: inset 0px 1px 2px #555;
	box-shadow: inset 0px 1px 2px #555; 
}

textarea#comment {
	width: 590px;
}

input#author, input#email, input#url, textarea#comment {
	border: none;
	background-color: #fafafa;
	padding: 5px; 
}

input#author:focus, input#email:focus, input#url:focus, textarea#comment:focus {
	-webkit-box-shadow: inset 0px 1px 2px #555;
	-moz-box-shadow: inset 0px 1px 2px #555;
	box-shadow: inset 0px 1px 2px #555;
}

/* @end */

/* @group WordPress Essentials */

.wp-pagenavi {
	font-size: 12px;
	position: relative;
	margin-bottom: 5px;
}

.wp-pagenavi .pages {
	float: right;
}

.wp-pagenavi .page, .wp-pagenavi .current, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
	margin-right: 5px;
}

.wp-pagenavi .extend, .wp-pagenavi .larger, .wp-pagenavi .first, .wp-pagenavi .last {
	display: none;
}

.gallery {
	margin-right: -15px;
}

.gallery img {
	background-color: transparent;
	-webkit-box-shadow: 0px 1px 2px #555;
	-moz-box-shadow: 0px 1px 2px #555;
	box-shadow: 0px 1px 2px #555;
}

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;
	-webkit-box-shadow: 0px 1px 2px #555;
	-moz-box-shadow: 0px 1px 2px #555;
	box-shadow: 0px 1px 2px #555;
}

.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;
}

/* @end */