/*
Theme Name: MMZ
Theme URI: http://milemarkerzero.com
Description: Mile Marker Zero
Version: 1.0
Author: Tony Baldascino
Author URI: http://baldascino.com
Tags: MMZ, Mile Marker Zero
*/


@import "reset.css";


/* General -------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */

body {
	background: #000 url('images/body-bg.jpg') repeat-y top center;
	font: 12px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
	line-height: 22px;
	color: #413c37;
	}
* .left   { float: left; }
* .right  { float: right; }
* .center { text-align: center; }
* .hidden { display: none; }




/* Header --------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */

#header-container {
	width: 100%;
	background: url('images/header-bg.png') repeat-x top center;
	text-align: center;
	}
#header {
	min-width: 960px; height: 450px;
	background: url('images/header-mmz.jpg') no-repeat top center;
	margin: 0 auto;
	text-align: left;
	}
#header h1 {
	text-indent: -9999px;
	}




/* Navigation ----------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */

#nav-container {
	width: 100%; min-width: 960px;
	background: url('images/nav-bg.jpg') no-repeat top center;
	text-align: center;
	}
#nav {
	width: 960px; height: 90px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	}
#nav li {
	float: left;
	display: inline;
	}
#nav li a {
	height: 50px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	}
#nav li a.home { background: url('images/menu00-home.jpg') no-repeat; width: 60px; margin-left: 10px; }
#nav li a.news { background: url('images/menu01-news.jpg') no-repeat; width: 110px; }
#nav li a.tour { background: url('images/menu02-tour.jpg') no-repeat; width: 120px; }
#nav li a.media { background: url('images/menu03-media.jpg') no-repeat; width: 140px; }
#nav li a.band { background: url('images/menu04-band.jpg') no-repeat; width: 140px; margin-left: 80px; }
#nav li a.store { background: url('images/menu05-store.jpg') no-repeat; width: 120px; }
#nav li a.contact { background: url('images/menu06-contact.jpg') no-repeat; width: 170px; }
#nav li a:hover, #nav li.active a { background-position: 0 -50px; }




/* Content -------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */

#content-container {
	width: 100%; min-width: 960px;
	background: url('images/content-bg.jpg') repeat-y top center;
	text-align: center;
	}
#content-top {
	width: 100%; min-width: 960px; height: 55px;
	background: url('images/content-top.jpg') no-repeat top center;
	}
#content-top h1 {
	width: 960px;
	margin: 0 auto;
	line-height: 55px;
	letter-spacing: 2px;
	text-indent: 300px;
	text-transform: uppercase;
	text-align: left;
	}
#content {
	width: 960px;
	padding-top: 10px;
	margin: 0 auto;	
	}




/* Main ----------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */

div.main {
	width: 590px; 
	padding: 15px 60px 0 70px;
	text-align: left;
	float: left;
	}

/* Main - Posts / Columns ----------------------------------------------------------------------------- */

div.main div.post { margin: 20px 0 40px; }
div.main div.pagination { height: 80px; }

div.main div.half  { width: 280px; }
div.main div.wide  { width: 340px; }
div.main div.slim  { width: 220px; }

/* Main - Links --------------------------------------------------------------------------------------- */

div.main a {
	padding-bottom: 2px;
	border-bottom: 1px dotted #444;
	color: #87373c;
	}
div.main a:hover {
	padding-bottom: 1px;
	border-bottom: 2px solid #87373c;
	color: #000;
	}
div.main a.image,
div.main a.image:hover {
	padding-bottom: 0;
	border: 0;
	}

/* Main - Headers ------------------------------------------------------------------------------------- */

div.main span.pre-title {
	display: block;
	font-size: 11px;
	line-height: 12px;
	letter-spacing: 2px;
	font-style: italic;
	text-align: center;
	color: #785f5a;
	}

div.main h2,
div.main caption {
	padding: 10px 10px 15px;
	border-bottom: 1px dashed #bf8f97;
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	color: #555;
	}
div.main h2 a,
div.main h2 a:hover {
	border-bottom: none;
	color: #555;
	}
div.main h2 span.cufon-canvas { padding-bottom: 5px; }

div.main h3 {
	padding: 7px 10px 4px;
	background: #644449;
	border: 2px solid #7d6464;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 14px;
	color: #fff;
	}
div.main h3 a,
div.main h3 a:hover {
	border-bottom: none;
	color: #fff;
	}
div.main h3 span.cufon-canvas canvas { top: 0; }
	
div.main h4 {
	margin-bottom: 5px;
	font-size: 16px;
	font-style: italic;
	line-height: 20px;
	color: #785f5a;
	}

/* Main - Text Formatting ----------------------------------------------------------------------------- */

div.main em {
	padding: 0 1px;
	color: #785f5a;
	}
div.main strong {
	font-size: 12px;
	}
div.main sup {
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
div.main blockquote {
	margin-bottom: 20px;
	font-size: 11px;
	font-style: italic;
	line-height: 20px;
	color: #785f5a;
	}
div.main blockquote cite,
div.main blockquote ul {
	display: block;
	font-size: 12px;
	font-style: italic;
	text-align: center;
	line-height: 22px;
	color: #413c37;
	}
div.main p.meta {
	font-size: 10px;
	font-style: italic;
	letter-spacing: 1px;
	line-height: 22px;
	}
div.main p.meta a {
	padding-bottom: 1px;
	margin: 0 2px;
	font: 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
div.main p.meta a:hover {
	padding-bottom: 0;
	}

/* Main - Tables -------------------------------------------------------------------------------------- */

table th {
	height: 20px;
	background: #644449;
	padding: 10px 0 6px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 30px;
	color: #fff;
	}

/* Main - Lists --------------------------------------------------------------------------------------- */

div.main ol li,
div.main ul li  {
	padding: 1px 0 3px;
	font-size: 11px;
	line-height: 18px;
	text-indent: 0;
	}
div.main ol li {
	padding-left: 5px;
	margin-left: 30px;
	list-style: decimal outside;
	}
div.main ul li {
	margin-left: 30px;
	list-style: square outside url('images/list-bullet.gif');
	}
div.main ol.links li a,
div.main ul.links li a {
	padding-bottom: 1px;
	font: 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
div.main ol.links li a:hover,
div.main ul.links li a:hover {
	padding-bottom: 0;
	}
div.main blockquote ul.links li {
	margin-left: 0;
	list-style: none;
	}

/* Main - Lists in Columns ---------------------------------------------------------------------------- */

div.col ul {
	padding: 0;
	}
div.col ul li {
	padding: 15px 10px;
	margin: 0;
	border-bottom: 1px dashed #bf8f97;
	list-style: none;
	}
div.col ul.links {
	padding: 15px 0 15px;
	}
div.col ul.links li {
	padding: 0 10px;
	margin-bottom: 10px;
	border-bottom: 0;
	}




/* Pages ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */

/* Pages - Articles ----------------------------------------------------------------------------------- */

#article p {
	margin-bottom: 20px;
	}
#article p.post-meta {
	padding: 0;
	margin-bottom: 10px;
	}
/*
#article div.post-content a {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
#article div.post-content blockquote cite a  { font-size: 12px; text-transform: capitalize; }
#article div.post-content blockquote ul li a { font-size: 10px; }
*/
#article div.post-content p:first-child:first-line {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	}
#article ul li p {
	margin: 0;
	}
#article ul li.twitter {
	padding-bottom: 5px;
	border-bottom: 0;
	line-height: 18px;
	}
#article ul li.twitter p {
	font-style: italic;
	}
#article ul li.twitter p.meta {
	background: url('images/div-twitter.png') no-repeat top;
	padding: 3px 0 0 20px;
	margin-top: 10px;
	}
#article div.post object { margin-top: 10px; }
#article div.post object.left { margin-left: -10px; }
#article div.post object.right { margin-right: -10px; }

/* Pages - Archives ----------------------------------------------------------------------------------- */

#archive ul li.featured img.avatar {
	margin-top: 6px;
	}
#archive ul li.featured h4 {
	font-size: 20px;
	line-height: 30px;
	}
#archive ul li.featured p { line-height: 20px; }
#archive ul li.featured p.meta { padding: 4px 0 8px; }

/* Pages - Media -------------------------------------------------------------------------------------- */

#media div.post ul {
	width: 570px;
	background: #ddd;
	padding: 10px;
	}
#media div.post ul li {
	padding-left: 10px;
	padding-right: 7px;
	display: inline;
	}
#media div.post ul li object {
	margin-left: -3px;
	}
#media div.post ul li a {}

/* Pages - Band --------------------------------------------------------------------------------------- */

#members {
	width: 186px; height: 376px;
	background: url('images/band-list-bg.png') no-repeat top;
	position: absolute;
	top: -6px; left: 400px;
	z-index: 50;
	display: block;
	}
#members ul {
	position: relative;
	top: 44px;
	display: block;
	}
#members ul li {
	height: 60px;
	margin: 0 0 0 16px;
	display: block;
	position: relative;
	list-style: none;
	}
#members ul li a {
	width: 150px; height: 50px;
	display: block;
	overflow: hidden;
	border: 0;
	}
#members ul li a span {
	margin-left: 55px;
	display: block;
	line-height: 14px;
	}
#members ul li a span.name {
	margin-top: 10px;
	}
#members ul li a span.role {
	padding-left: 2px;
	font-size: 10px;
	font-style: italic;
	letter-spacing: 1px;
	color: #555;
	}
#members ul li a.dave { background: url('images/band-list-dave.jpg') no-repeat; }
#members ul li a.mark { background: url('images/band-list-mark.jpg') no-repeat; }
#members ul li a.john { background: url('images/band-list-john.jpg') no-repeat; }
#members ul li a.tim { background: url('images/band-list-tim.jpg') no-repeat; }
#members ul li a.doug { background: url('images/band-list-doug.jpg') no-repeat; }
#members ul li a:hover { background-position: 0 -50px; }

/* Pages - Store -------------------------------------------------------------------------------------- */

#store div.item {
	margin: 20px 0;
	}
#store div.item div.box {
	min-width: 0;
	margin-right: 20px;
	}
#store div.item p {
	margin-bottom: 10px;
	line-height: 20px;
	}
#es {
	margin: 0 15px;
	}

/* Pages - Contact ------------------------------------------------------------------------------------ */

#contact div.col ul.links {
	padding-top: 20px;
	padding-bottom: 0;
	}
#contact div.col ul.links li {
	margin-bottom: 0;
	}



/* Forms ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */

div.main form {
	font-size: 11px;
	}
div.main form label {
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	}
div.main form label:hover {
	color: #644449;
	}
div.main form label em {
	font-size: 11px;
	font-weight: normal;
	color: #785f5a;
	}
div.main form input,
div.main form select,
div.main form textarea {
	background: #eee;
	border: 1px solid #aaa;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #413c37;
	}
div.main form input:focus,
div.main form textarea:focus {
	border: 1px solid #87373c;
	}

div.main form input,
div.main form textarea {
	padding: 4px 6px;
	}
div.main form select {
	padding: 4px 2px;
	}
div.main form select option {
	padding: 1px 6px;
	}
div.main form input.button {
	width: auto; height: 30px;
	padding: 4px 20px;
	background: #413c37;
	border: 2px solid #666;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 18px;
	color: #fff;
	}
div.main form input.button:hover {
	background: #644449;
	border: 2px solid #806065;
	cursor: pointer;
	}

/* Form - Contact ------------------------------------------------------------------------------------- */

#contact form input,
#contact form textarea {
	width: 246px;
	margin-bottom: 20px;
	}
#contact form select {
	width: 260px;
	margin-bottom: 20px;
	}
#contact form input.button {
	width: auto;
	}
#contact form span.wpcf7-not-valid-tip,
#contact form div.wpcf7-response-output {
	width: 240px;
	}

/* Form - Comments ------------------------------------------------------------------------------------ */

#respond,
#comments {
	padding-top: 40px;
	clear: both;
	}
#respond form input,
#respond form textarea {
	margin-bottom: 10px;
	line-height: 16px;
	}
#respond form div.left input {
	width: 186px;
	padding: 3px 6px;
	}
#respond form div.right textarea {
	width: 306px;
	display: block;
	}
#respond form div.right input.button {
	width: auto;
	}
	
#respond form div.left p a {
	margin-left: 5px;
	line-height: 24px;
	}
#respond cite {
	padding: 5px;
	display: block;
	font-size: 16px;
	font-style: italic;
	line-height: 20px;
	color: #413c37;
	}
#respond cite,
#comments cite {
	margin-bottom: 0;
	font-size: 16px;
	font-style: italic;
	line-height: 20px;
	color: #413c37;
	}

/* Output - Comments ---------------------------------------------------------------------------------- */

#comments ol {
	padding: 0;
	margin: 0;
	}
#comments ol li {
	padding: 20px 10px 10px;
	margin: 0;
	border-bottom: 1px dashed #bf8f97;
	list-style: none;
	}
#comments ol li img.avatar {
	margin-top: 2px;
	}
#comments ol li p.meta {
	margin-top: 5px;
	}




/* Box Content ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */

div.box, div.full {
	min-width: 220px;
	margin-bottom: 5px;
	position: relative;
	z-index: 10;
	}
#article div.full { margin-bottom: 20px; }
#article div.box.left { margin-right: 30px; }
#article div.box.right { margin-left: 30px; }

/* Box Content - Images ------------------------------------------------------------------------------- */

div.box img {
	margin-bottom: 5px;
	}
div.box img.overlay {
	margin: 4px 0 0 2px;
	position: absolute;
	z-index: 99;
	}
img.frame,
img.avatar {
	border: 1px solid #ccc;
	border-right-color: #aaa;
	border-bottom-color: #aaa;
	}
img.frame {
	padding: 10px 10px 30px;
	background: #eee;
	display: block;
	}
img.avatar {
	margin: 4px 12px 0 2px;
	float: left;
	}

/* Box Content - Sub Sections ------------------------------------------------------------------------- */

div.sub {
	width: 190px;
	padding-bottom: 5px;
	text-indent: 10px;
	}
div.left div.sub {
	border-right: 1px dashed #bf8f97;
	padding-right: 15px;
	}
div.right div.sub {
	border-left: 1px dashed #bf8f97;
	padding-left: 15px;
	}




/* Sidebar -------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */

#sidebar {
	width: 240px;
	padding-bottom: 40px;
	float: right;
	text-align: left;
	font-size: 10px;
	line-height: 20px;
	color: #aaa;
	}
#sidebar li.widget {
	min-height: 100px;
	padding: 0 40px 40px 20px;
	background: url('images/sidebar-bg.png') no-repeat;
	}
#sidebar li.widget h6 {
	height: 30px; top: 13px;
	margin-bottom: 20px;
	position: relative;
	vertical-align: middle;
	}
#sidebar li.widget h6 span {
	width: 0; height: 0;
	display: block;	
	overflow: hidden;
	}
#sidebar li ul.embossed li {
	height: 34px;
	background: url('images/sidebar-links-bg.png') no-repeat;
	display: block;
	}
#sidebar li ul.embossed li a {
	height: 30px;
	padding-left: 33px;
	margin-left: 3px;
	font: 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	line-height: 30px;
	display: block;
	}
#sidebar a { color: #999; }
#sidebar a:hover { color: #fff; }

/* Sidebar - Twitter ---------------------------------------------------------------------------------- */

#sidebar li#twitter h6 { background: url('images/sidebar-title-twitter.png') no-repeat; }

#sidebar li#twitter li.status {
	margin-bottom: 10px;
	font-size: 11px;
	font-style: italic;
	line-height: 20px;
	}
#sidebar li#twitter li.status a {
	padding-bottom: 2px;
	border-bottom: 1px dotted #444;
	}
#sidebar li#twitter li.status a:hover {
	padding-bottom: 1px;
	border-bottom: 2px solid #666;
	}
#sidebar li#twitter ul.embossed li a { background: url('images/sidebar-links-twitter.png') no-repeat; }
#sidebar li#twitter ul.embossed li a:hover { background-position: 0 -30px; }

/* Sidebar - Album ------------------------------------------------------------------------------------ */

#sidebar li#album h6 { background: url('images/sidebar-title-album.png') no-repeat; }

#sidebar li#album img {
	margin: 0 10px 10px 0;
	float: left;
	}
#sidebar li#album a.album-link {
	height: 70px;
	padding-left: 80px;
	background: url('images/mmz-album-sidebar.png') no-repeat left top;
	display: block;
	}
#sidebar li#album a.album-link:hover {
	background-position: 0 -70px;
	}
#sidebar li#album em {
	padding-left: 10px;
	font-size: 11px;
	}
#sidebar li#album a em {
	padding-left: 0;
	padding-bottom: 4px;
	border-bottom: 1px dotted #444;
	color: #ccc;
	}
#sidebar li#album a:hover em {
	padding-bottom: 3px;
	border-bottom: 2px solid #666;
	}
#sidebar li#album a p {
	padding-top: 5px;
	font-size: 10px;
	line-height: 14px;
	}
#sidebar li#album ul { clear: both; }

#sidebar li#album ul.embossed li.itunes a     { background: url('images/sidebar-links-itunes.png') no-repeat; }
#sidebar li#album ul.embossed li.four a       { background: url('images/sidebar-reviews-four.png') no-repeat; }
#sidebar li#album ul.embossed li.eightfive a  { background: url('images/sidebar-reviews-eightfive.png') no-repeat; }
#sidebar li#album ul.embossed li.aplus a      { background: url('images/sidebar-reviews-aplus.png') no-repeat; }
#sidebar li#album ul.embossed li a:hover      { background-position: 0 -30px; }

/* Sidebar - Links ------------------------------------------------------------------------------------ */

#sidebar li#links h6 { background: url('images/sidebar-title-links.png') no-repeat; }

#sidebar li#links ul.embossed li.facebook a   { background: url('images/sidebar-links-facebook.png') no-repeat; }
#sidebar li#links ul.embossed li.myspace a    { background: url('images/sidebar-links-myspace.png') no-repeat; }
#sidebar li#links ul.embossed li.lastfm a     { background: url('images/sidebar-links-lastfm.png') no-repeat; }
#sidebar li#links ul.embossed li.ilike a      { background: url('images/sidebar-links-ilike.png') no-repeat; }
#sidebar li#links ul.embossed li.purevolume a { background: url('images/sidebar-links-purevolume.png') no-repeat; }
#sidebar li#links ul.embossed li.itunes a     { background: url('images/sidebar-links-itunes.png') no-repeat; }
#sidebar li#links ul.embossed li.youtube a    { background: url('images/sidebar-links-youtube.png') no-repeat; }
#sidebar li#links ul.embossed li.flickr a     { background: url('images/sidebar-links-flickr.png') no-repeat; }
#sidebar li#links ul.embossed li.twitter a    { background: url('images/sidebar-links-twitter.png') no-repeat; }
#sidebar li#links ul.embossed li a:hover      { background-position: 0 -30px; }

/* Sidebar - Audio Player ----------------------------------------------------------------------------- */

#sidebar li#audio-player {
	padding: 0 40px 40px 20px;
	}



/* Content Footer ------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */

#content-footer-container {
	width: 100%; min-width: 960px;
	background: url('images/content-footer-bg.png') repeat-x bottom center;
	text-align: center;
	}
#content-footer {
	width: 960px; height: 140px;
	background: url('images/content-footer.png') no-repeat bottom center;
	margin: 0 auto;
	}

/* Newsletter ----------------------------------------------------------------------------------------- */

#newsletter {
	width: 240px;
	background: url('images/sidebar-bg-short.png') no-repeat;
	float: right;
	line-height: 18px;
	text-align: left;
	}
#mc_embed_signup {
	margin-left: 20px;
	}
#mc_embed_signup fieldset {
	position: relative;
	}
#mc_embed_signup div.mc-legend {
	height: 30px; top: 13px;
	background: url('images/sidebar-title-newsletter.png') no-repeat;
	margin-bottom: 16px;
	position: relative;
	vertical-align: middle;
	color: #fff;
	}
#mc_embed_signup div.mc-legend span {
	width: 0; height: 0;
	display: block;	
	overflow: hidden;
	}
#mc_embed_signup input,
#mc_embed_signup label {	
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
#mc_embed_signup input.email {
	width: 180px;
	color: #fff;
	}
#mc_embed_signup label.overlabel,
#mc_embed_signup label.overlabel-apply {
	position: absolute;
	cursor: text;
	color: #999;
	}
#mc_embed_signup div.send {
	margin-top: 15px;
	float: right;
	}

/* Newsletter Alerts ---------------------------------------------------------------------------------- */

#mce-responses {
	z-index: 100;
	}
#mc_embed_signup div.mce_inline_error,
#mc_embed_signup div#mce-success-response {
	min-height: 28px;
	margin: 0 !important;
	background: #806065 !important;
	border: 2px solid #644449 !important;
	position: absolute !important;
	font: 10px "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	font-weight: normal !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	line-height: 14px !important;
	color: #fff !important;
	}
#mc_embed_signup div.mce_inline_error {
	width: 148px !important;
	padding: 4px 6px !important;
	top: -11px !important;
	left: 194px !important;
	text-align: center !important;
	}
#mc_embed_signup div#mce-success-response {
	width: 210px !important;
	padding: 6px 10px !important;
	top: -32px;
	left: -18px;
	}




/* Footer --------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */

#footer-container {
	width: 100%; min-width: 960px;
	background: url('images/footer-bg.jpg') no-repeat top center;
	text-align: center;
	clear: both;
	}
#footer {
	width: 960px; height: 150px;
	margin: 0 auto;
	font-size: 11px;
	text-align: left;
	}
#footer a {
	padding-bottom: 2px;
	border-bottom: 1px dotted #222;
	color: #666;
	}
#footer a:hover {
	padding-bottom: 1px;
	border-bottom: 2px solid #413c37;
	color: #aaa;
	}
#footer div.credits {
	padding-top: 95px;
	}
#footer div.credits span.left {
	padding-left: 15px;
	}
#footer div.credits span.right {
	padding-right: 30px;
	text-align: right;
	}




/* Image and Presentational Classes ------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */

.aligncenter { margin: 0 auto; display: block; }
.alignleft   { float: left;  }
.alignright  { float: right; }
.wp-caption  {
	background: #ccc;
	border: 1px solid #666;
	padding: 10px;
	margin: 10px;
	text-align: center;
	}

