/* 
	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: 1.0
	Tags: clean, bold, slideshow, video, widgets, control panel
	
*/

/* Licensed under GNU General Public License.  Learn more at www.opensource.org */

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

img 		 {border-style: none; }

.left  { float: left; }
.right { float: right;}
.clear { clear: both; }
.clearfix:after {content: "."; display: block; clear: both; margin: 0px; padding: 0px; height: 0; visibility: hidden;}

#wrap {
	width: 960px;
	margin: 0 auto;
	background-color: #fff;
	color: #000;
	-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 */

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

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

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 {
	margin: 0 0 20px;
	padding: 20px;
	background: #d7d7d7;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	-webkit-box-shadow: 0px 1px 2px #777;
	-moz-box-shadow: 0px 1px 2px #777;
	box-shadow: 0px 1px 2px #777;
}

/* @end */

/* @group Header */

#header {
	width: 960px;
	height: 448px;
	margin: 0 auto;
	position: relative;
}

#header-background {
	width: 960px;
	height: 448px;
	position: absolute;
	z-index: 0;
}

#rotator img {
	position: absolute;
	z-index: 0;
}

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

#logo {
	float: left;
	display: inline;
	width: 500px;
}

#logo img:hover {
	opacity: .7;
}

#text-logo h1, #text-logo h4 {
	font-size: 40px;
	margin-top: 8px;
	float: left;
	display: inline;
	margin-left: 20px;
	font-weight: normal;
	font-style: normal;
}

#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: 15px;
	right: 15px;
	color: #fff;
	width: 400px;
	text-align: right;
	text-shadow: rgba(0,0,0,0.84) 1px 1px 2px;
}

#tagline p {
	margin-bottom: 0;
}

/* @group Navigation */

.menu-main-menu-container {
	float: right;
	margin-top: 15px;
	margin-right: 15px;
}

ul#menu-main-menu {
	margin-bottom: 0;
}

.menu, .menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}

.menu {
	line-height:	1.0;
}

.menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}

.menu ul li {
	width:			100%;
}

.menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}

.menu li {
	float:			left;
	position:		relative;
}

.menu a {
	display:		block;
	position:		relative;
}

.menu li:hover ul,
.menu li.sfHover ul {
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}

ul.menu li:hover li ul,
ul.menu li.sfHover li ul {
	top:			-999em;
}

ul.menu li li:hover ul,
ul.menu li li.sfHover ul {
}

ul.menu li li:hover li ul,
ul.menu li li.sfHover li ul {
	top:			-999em;
}
ul.menu li li li:hover ul,
ul.menu li li li.sfHover ul {
}

.menu, .menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.menu {
	line-height:	1.0;
}
.menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.menu ul li {
	width:			100%;
}
.menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.menu li {
	float:			left;
	position:		relative;
}
.menu a {
	display:		block;
	position:		relative;
}
.menu li:hover ul,
.menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.menu li:hover li ul,
ul.menu li.sfHover li ul {
	top:			-999em;
}
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:hover li ul,
ul.menu li li.sfHover li ul {
	top:			-999em;
}
ul.menu li li li:hover ul,
ul.menu li li li.sfHover ul {
	left:			210px; /* match ul width */
	top:			0;
}

.menu {
	float:			left;
	margin-bottom:	1em;
	position: relative;
	z-index: 100;
}

.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: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.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: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.menu li ul {
	width: 160px;
	margin-left: 8px;
	-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);
	margin-top: -10px;
	padding: 10px;
}

.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;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
	padding: 8px 9px 7px;
}

.menu li ul li 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 */

/* @end */

/* @group Home */

#donate-bar {
	width: 960px;
	height: 80px;
	margin: 0 auto;
	background-color: #e7e7e7;
}

#donate-title {
	float: left;
	display: inline;
	width: 180px;
	padding: 10px;
	text-align: center;
	color: #2d4452;
	margin-top: 4px;
}

#donate-title h2 {
	margin-bottom: 0;
}

#donate-graph-holder {
	position: relative;
	float: right;
	display: inline;
	width: 560px;
	padding: 10px;
	margin-right: 20px;
	height: 50px;
}

#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;
	background-color: #041b29;
	z-index: 1;
	position: absolute;
	width: 100%;
	-webkit-box-shadow: 1px 1px 2px #000;
	-moz-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
}

#donate-graph-highlight {
	top: 30px;
	border-right: 1px solid #5e89a2;
	height: 15px;
	z-index: 2;
	position: absolute;
	background-color: #2d4452;
}

#donate {
	float: right;
	display: inline;
	width: 130px;
	text-align: center;
	padding: 11px 10px;
	margin-top: 13px;
	background: url(images/donate-button-blue.png) no-repeat center -64px;
}

#donate:hover {
	background: url(images/donate-button-blue.png) no-repeat center -4px;
}

#donate h2 {
	font-size: 16px;
	color: #fff;
	margin-bottom: 0;
}

#donate a, #donate a:visited {
	color: #fff;
}

#donate a:hover {
	color: #ccc;
}

#donate-start {
	position: absolute;
	bottom: 1px;
	left: 5px;
	z-index: 10;
}

#donate-end {
	position: absolute;
	bottom: 1px;
	right: -9px;
	z-index: 10;
}

.home-sidebar {
	margin-left: -4px;
	margin-right: -5px;
}

.home-sidebar .widget {
	width: 314px;
	height: 210px;
	overflow: hidden;
	float: left;
	background-color: #ccc;
	margin-left: 4px;
	margin-right: 5px;
	padding: 0;
	-webkit-box-shadow: inset 0px 0px 3px rgba(0,0,0,0.8);
	-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);
}

.home-sidebar .widget p {
	padding: 10px;
	font-size: 14px;
}

.home-sidebar h2 {
	color: #fff;
	text-align: center;
	background-color: #2e3e48;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-box-shadow: 0px 1px 2px 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);
}

/* @end */

/* @group Pages */

#page {
	width: 960px;
	margin: 20px auto 0;
}

#page p a:hover, #page h2 a:hover {
	background-color: #d3d2d3;
}

#page-full {
	padding: 10px;
}

#page-left {
	width: 617px;
	padding: 10px;
	float: left;
	display: inline;
	position: relative;
	background-color: #e7e7e7;
}

.post {
	margin-bottom: 20px;
}

.post-header {
	position: relative;
	margin-bottom: 15px;
}

.attachment-blog-image {
	-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);
	margin-bottom: 10px;
}

.post-meta {
	
}

.post-meta h2 {
	margin-bottom: 2px;
}

.post-meta p {
	font-size: 12px;
	margin-bottom: 0;
}

.post-divider {
	height: 20px;
	margin-bottom: 10px;
	background-color: #fff;
	margin-right: -10px;
	margin-left: -10px;
}

#page-right {
	width: 314px;
	float: right;
	display: inline;
	padding-top: 0;
	padding-bottom: 10px;
	padding-left: 0px;
}

#page-right .widget {
	margin-bottom: 20px;
}

#page-right h2.widgettitle {
	background-color: #e7e7e7;
	padding: 4px;
}

/* @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, .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 {
	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;
}

/* @end */

/* @group Widgets */

.widget_featured_video object,
.widget_featured_video embed {
	width: 314px;
	height: 210px;
}

label.screen-reader-text {
	display: none;
}

.featured-post {
	position: relative;
	width: 314px;
	height: 210px;
}

.featured-title {
	opacity: .5;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #000;
}

.featured-title:hover {
	opacity: 1;
}

.featured-title h4 {
	color: #fff;
	margin-top: 4px;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 7px;
	text-shadow: #000 2px 2px 2px;
}

.featured-post p{
	margin-bottom: 2px;
	margin-left: 4px;
	margin-right: 4px;
	color: #fff;
	text-shadow: #000 2px 2px 2px;
}

.featured-post a, .featured-post a:visited {
	color: #fff;
}

.featured-post a:hover {
	color: #c6c6c6;
	background: none !important;
}

p.featured-meta, p.featured-more {
	font-size: 12px;	
}

.widget {
	width: 314px;
}

.twitter ul {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.twitter li {
	list-style: none;
	font-size: 14px;
	margin-bottom: 5px;
}

.widget_search h2.widgettitle {
	display: none;
}

input#searchsubmit, .button {
	color: #fff;
	padding: 5px;
	position: relative;
	background: none;
	border: none;
	-webkit-box-shadow: inset 0px 3px 8px rgba(0,0,0,0.8);
	-moz-box-shadow: inset 0px 3px 8px rgba(0,0,0,0.8);
	box-shadow: inset 0px 3px 8px rgba(0,0,0,0.8);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #282828;
	cursor: pointer;
	font-size: 18px;
}

input#searchsubmit:hover, .button:hover {
	background-color: #fff;
	color: #747474;
}

input#s, input#newsletter-text {
	width: 220px;
	padding: 5px;
	font-size: 18px;
}

/* @end */

/* @group Footer */

#footer {
	padding-left: 0px;
	padding-bottom: 30px;
	padding-right: 0px;
	padding-top: 30px;
	width: 960px;
	margin: 10px auto 0;
	background-color: #011923;
	color: #fff;
}

#footer a, #footer a:visited {
	color: #fff;
}

#footer p {
	font-size: 12px;
	margin-bottom: 5px;
}

#footer-left {
	width: 700px;
	float: left;
	display: inline;
	text-align: left;
}

#footer-right {
	width: 150px;
	float: right;
	display: inline;
	text-align: center;
	padding: 10px;
	background-color: #012735;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0px 2px 3px #000;
	-moz-box-shadow: inset 0px 2px 3px #000;
	box-shadow: inset 0px 2px 3px #000;
	margin-right: 10px;
}

#footer-left .widget {
	float: left;
	display: inline;
	padding: 10px;
	margin-right: 10px;
	height: auto;
	width: 294px;
}

#footer-left .widget_featured_video object,
#footer-left .widget_featured_video embed {
	width: 314px !important;
	height: 210px !important;
	padding: 0 !important;
}

/* @end */

/* @group Comments */

h3#comments {
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #60748c;
	margin-bottom: 20px;
}

.comment-container {
	padding: 10px;
	background-color: #f3f3f3;
	position: relative;
	-webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 2px rgba(0,0,0,0.5);
}

img.avatar {
	padding: 5px;
	background-color: #fff;
	float: left;
	display: inline;
	margin-right: 20px;
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.8);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.8);
}

.comment-author-bar {
	background-color: #fff;
	padding-top: 2px;
}

.comment-author-bar p {
	padding-bottom: 2px;
	font-size: 14px;
}

.comment-content {
	display: inline;
	width: 430px;
}

ol#commentlist {
	margin: 0;
}

li.comment {
	list-style: none;
	margin: 20px 0px 0;
}

ul.children  {
	margin: 0;
}

.children li {
	margin: 0px;
}

.rss-comments p{
	font-size: 12px;
}

.bypostauthor .comment-container {
	background: #d9d9d9;
}

.reply {
	position: absolute;
	top: 11px;
	right: 12px;
}

/* Comment Form */

#comments label small {
	font-size: 10px;
	font-style: italic;
}

.comment-input-left {
	float: left;
	width: 200px;
}

.comment-input-left p {
	margin-bottom: 10px;
}

.comment-input-right {
	float: right;
	width: 377px;
}

#commentform input {
	border: none;
	-webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.8);
	-moz-box-shadow: iinset 0px 1px 2px rgba(0,0,0,0.8);
	box-shadow: inset 0px 1px 2px rgba(0,0,0,0.8);
	padding: 5px;
}

textarea#comment {
	width: 355px;
	padding: 10px;
	-webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.8);
	-moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.8);
	box-shadow: inset 0px 1px 2px rgba(0,0,0,0.8);
}

#commentform input#submit {
	color: #fff;
	padding: 5px;
	position: relative;
	background: none;
	background-color: #575757;
	-webkit-box-shadow: inset 0px 3px 8px rgba(0,0,0,0.8);
	-moz-box-shadow: inset 0px 3px 8px rgba(0,0,0,0.8);
	box-shadow: inset 0px 3px 8px rgba(0,0,0,0.8);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: -20px;
	margin-right: 5px;
	font-size: 16px;
	margin-bottom: 0;
	background-color: #282828;
	cursor: pointer;
	font-size: 18px;
}

#commentform input#submit:hover {
	background-color: #fff;
	color: #747474;
}

/* @end */

/* @group WP Essentials */

/* Page Navigation */

.wp-pagenavi {
	padding: 5px;
	font-size: 12px;
}

.wp-pagenavi a, .wp-pagenavi a:visited {
	padding: 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #fff;
	-webkit-box-shadow: inset 0px 1px 2px #777;
	-moz-box-shadow: inset 0px 1px 2px #777;
	box-shadow: inset 0px 1px 2px #777;
	background-color: #ababab;	
}

.wp-pagenavi span.current {
	padding: 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #000;
	-webkit-box-shadow: inset 0px 1px 2px #777;
	-moz-box-shadow: inset 0px 1px 2px #777;
	box-shadow: inset 0px 1px 2px #777;
	background-color: #ababab;
}

.wp-pagenavi a:hover {
	color: #fff;
	background-color: #111;
}

.wp-pagenavi span.pages {
	float: right;
	padding: 2px 4px; 
	color: #fff;
	border: none;
	-webkit-box-shadow: inset 0px 1px 2px #777;
	-moz-box-shadow: inset 0px 1px 2px #777;
	box-shadow: inset 0px 1px 2px #777;
	background-color: #ababab;
	margin-top: -2px;
	font-size: 14px;
}

.wp-pagenavi span.extend {
	padding: 2px 4px; 
	margin: 2px;	
	color: #000;
	background-color: transparent;
}

/* Images */

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

/* @end */

