/* @override 
	http://mcyogi.com/wp-content/themes/mcyogi/style.css
	http://localhost:8888/wordpress/wp-content/themes/mcyogi/style.css
*/

/*
Theme Name: MC Yogi
Theme URI: http://mcyogi.com	
Description: MC Yogi theme for Wordpress
Version: 2.0
Author: Jesse Wagstaff
Author URI: http://jessewagstaff.com
*/

/* @group Reset */

/* Resets default browser CSS. */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body { 
	line-height: 1.5;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* @end */

/* ---------------------- */

html {
	background: #C27729 url(interface/bg-texture.jpg) fixed left top;
}

body {
	background: url(interface/bg-bottom.png) repeat-x fixed center bottom;
	padding-bottom: 50px;
}

/* @group Typography */

/* Default font settings. 
	 The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body {
	color: #533111;
	font: 13px/normal "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* @group Text Elements */

p			{ margin: 0 0 1.5em; }
p img.left	{ float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover		{ color: #fbe064; outline: 0; }
a			{ color: #711611; text-decoration: underline; }


a.listenlink {
	font-size: 12px;
	display: inline;
	position: relative;
	padding-left: 20px;
}

a.listenlink span {
	position: absolute;
	display: block;
	width: 16px;
	height: 15px;
	background: url(interface/listenlink.png) no-repeat left top;
	padding: 0;
	top: 0;
	left: 0;
}

a.listenlink.nowPlaying {
	text-decoration: none;
}

a.listenlink.nowPlaying span {
	background-position: left bottom;
}

a.post-edit-link {
	clear: left;
	margin-top: 20px;
}



blockquote	{ margin: 1.5em; color: #666; font-style: italic; }
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 1.5em; font-style: italic; }
del			{ color:#666; }

pre 		{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

/* @end */

/* @group Headings */

h1,h2,h3,h4,h5,h6 {
	color: #b55d27;
	text-transform: uppercase;
	font: normal 3em/normal "Gagaille seconde";
}

h1 { font-size: 2.5em; line-height: 1; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 0; }
h4 { font-size: 1.4em; line-height: 1.25; margin-bottom: 0; }
h5 { font-size: 1.2em; margin-bottom: 0; }
h6 { font-size: 1em; }

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

h1 a, h2 a, h3 a, 
h4 a, h5 a, h6 a {
	color: #b55d27;
	text-decoration: none;
}

h1 {
	background: url(interface/redline.png) no-repeat left bottom;
	padding-bottom: 5px;
	margin-bottom: 13px;
	clear: both;
}

/* @end */

/* @group Lists */

li ul, 
li ol		{ margin:0 1.5em; }
ul, ol		{ margin: 0 1.5em 1.5em 1.5em; }

ul			{ list-style-type: disc; }
ol			{ list-style-type: decimal; }

dl			{ margin: 0 0 1.5em 0; }
dl dt		{ font-weight: bold; }
dd			{ margin-left: 1.5em;}


ul.menu {
	margin:0;
	padding:0;
	overflow: hidden;
}

.menu, .menu a {
	display: block;
}

.menu .menu-item {
	float: left;
	list-style-type: none;
	padding: 0;
}


/* @end */

/* @group Tables */

table		{ margin-bottom: 1.4em; width:100%; }
th			{ font-weight: bold; }
thead th 	{ background-color: #b55d27; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td	{ background: #e5ecf9; }
tfoot		{ font-style: italic; }
caption		{ background-color: #741012; color: #e8ce5b; width: 100%; }

#wp-calendar {
	
}

#calendar_wrap {
	border: 3px solid #741012;
	overflow: hidden;
}

/* @end */

/* @end */

/* @group Forms */

label			{ font-weight: bold; display: block;}
fieldset		{ padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend			{ font-weight: bold; font-size:1.2em; }

/* @group Fields */

input, input.text, input.title,
input.button, input.submit,
textarea, select {
	background: #fff;
	margin: 0.3em 0;
	color: #65150c;
	border: 1px solid #fff;
}

input.text:focus, input.title:focus,
textarea:focus, select:focus {
	outline: none;
	border: 1px solid #f2d060;
}

input.text, 
input.title	 { width: 300px; padding:5px; }
input.title	 { font-size:1.5em; }
input.image  { border-style: none; background-color: transparent; }
input.submit { padding: 5px 15px; margin: 20px 0 0; }
textarea	 { width: 390px; height: 250px; padding:5px; }




/* @end */

/* @group Success, notice and error boxes */

.error,
.notice, 
.success   { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error	   { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice	   { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success   { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a   { color: #8a1f11; }
.notice a  { color: #514721; }
.success a { color: #264409; }

/* @end */


/* @end */

/* @group Layout */

/* @group Fancybox */

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('interface/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('interface/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #15111c;
	opacity: 0.98;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('interface/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('interface/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('interface/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('interface/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('interface/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('interface/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('interface/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('interface/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('interface/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('interface/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('interface/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(interface/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(interface/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(interface/fancy_title_right.png) repeat-x;
}

/* @end */

/* @group Vignette */

#vignette div {
	height: 100%;
 	position: fixed;
 	z-index: -1;
 	width: 100%;
}

#vignette .top, #vignette .bottom {
	height: 8%;
	z-index: 1;
}
 
#vignette .left, #vignette .right {
	width: 15%;
}
 
#vignette .top {
	background-image: -moz-linear-gradient(100% 100% 90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .30));
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, .30)), to(rgba(0, 0, 0, 0)));
	top: 0;
}
 
#vignette .bottom {
	background-image: -moz-linear-gradient(100% 100% 90deg, rgba(0, 0, 0, .30), rgba(0, 0, 0, 0));
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .30)));
	bottom: 0;
}
 
#vignette .left {
	background-image: -moz-linear-gradient(100% 100% 180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .30));
	background-image: -webkit-gradient(linear, left center, right center, from(rgba(0, 0, 0, .30)), to(rgba(0, 0, 0, 0)));
	top: 0;
	left: 0;
}
 
#vignette .right {
	background-image: -moz-linear-gradient(100% 100% 180deg, rgba(0, 0, 0, .30), rgba(0, 0, 0, 0));
	background-image: -webkit-gradient(linear, right center, left center, from(rgba(0, 0, 0, .30)), to(rgba(0, 0, 0, 0)));
	top: 0;
	right: 0;
}

/* @end */

/* @group jcarousel */

.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/* @end */

/* @group Header */

#header {
	width: 830px;
	margin: 5% auto 5px;
}

#header p {
	font-weight: bold;
	color: #fff;
	margin: 0;
	font-size: 17px;
}

#header input.text {
	font-size: 17px;
	width: 250px;
}

#header input.image {
	padding-top: 2px;
}

#header .menu-header {
	float: right;
}

#header .menu {
	margin-top: 9px;
}

#header .menu a {
	text-decoration: none;
	margin: 8px 17px 0;
	font: normal 25px "Gagaille seconde";
}

#header .menu .menu-item:last-child {
	padding-right: 0;
}


/* @end */

/* @group Homepage Feature */

.feature {
	background: url(interface/cityscape.png) repeat-x left bottom;
	overflow: hidden;
}

.feature .content {
	width: 700px;
	margin: 0 auto;
	padding-top: 10px;
}

.feature .content div {
	margin: 67px 0 -10px;
}

.feature .content h2 {
	margin: 0;
}

.feature .content a:link, .feature .content a {
	text-decoration: none;
	color: #fbe064;
}

.feature .content p {
	color: #fff;
	margin: 0;
}

.feature .video {
	width: 638px;
	min-height: 10px;
	background-color: #e9ce5b;
	padding: 10px;
	margin: 0 auto;
}

.feature .jcarousel-container-horizontal {
    width: 253px;
    float: right;
	margin: 10px 84px 0 0;
}

.feature .jcarousel-item, .feature li {
	float: left;
	background-color: #e9ce5b;
	padding: 2px;
	margin: 0 5px;
	width: 50px;
	height: 38px;
	list-style-type: none;
}

.feature .jcarousel-item:hover {
	background-color: #fbe064;
}


#vidlist a img {
	width: 50px;
	height: 38px;
}

.feature .jcarousel-next-horizontal {
    position: absolute;
    top: 11px;
    right: -19px;
    width: 13px;
    height: 22px;
    cursor: pointer;
    background: transparent url(interface/jcarousel-arrows.png) no-repeat 0 0;
}

.feature .jcarousel-next-horizontal:hover {
	background-position: 0 -45px;
}

.feature .jcarousel-next-horizontal:active {
    top: 12px;
    right: -20px;
}

.feature .jcarousel-next-disabled-horizontal,
.feature .jcarousel-next-disabled-horizontal:hover,
.feature .jcarousel-next-disabled-horizontal:active {
    cursor: default;
	background-image: none;
}

.feature .jcarousel-prev-horizontal {
    position: absolute;
    top: 11px;
    left: -14px;
    width: 13px;
    height: 22px;
    cursor: pointer;
    background: transparent url(interface/jcarousel-arrows.png) no-repeat 0 -23px;
}

.feature .jcarousel-prev-horizontal:hover {
    background-position: 0 -68px;
}

.feature .jcarousel-prev-horizontal:active {
   left: -15px;
   top: 12px;
}

.feature .jcarousel-prev-disabled-horizontal,
.feature .jcarousel-prev-disabled-horizontal:hover,
.feature .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-image: none;
}



/* @end */

/* @group Main Navbar */

.menu-primary .menu {
	clear: both;
	width: 100%;
	height: 38px;
	background-color: #711611;
}

.menu-primary .menu-item:hover, {
	background-color: #b55d27;
}

.menu-primary .menu-item:active {
	background-color: #b55d27;
}

.menu-primary .menu-item.current_page_item, .menu-primary .menu-item.current_page_parent {
	
}

.menu-primary a {
	color: #e8ce5b;
	text-decoration: none;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
	font: normal 25px "Gagaille seconde";
	padding: 8px 17px 6px;
}

.menu-primary .sub-menu {
	position: absolute;
	z-index: 100;
	margin: 0;
	background: url(interface/page-tear.png) repeat-x left bottom;
	padding: 0 0 14px;
	display: none;
}

.menu-primary .menu .menu-item:hover .sub-menu {
	display: block;
}

.menu-primary .sub-menu .menu-item {
	float: none;
	margin: 0;
	background-color: #711611;
}

.menu-primary .sub-menu a {
	text-transform: uppercase;
	text-align: left;
	font-size: 15px;
	padding: 7px 20px;
	min-width: 80px;
}


/* @end */

/* @group Widgets */

.widgets {
	margin-left: 40px;
}

.widgets .widget {
	width: 220px;
	float: left;
	list-style-type: none;
	margin-bottom: 30px;
}

li#twitter-3.widget.widget_twitter li {
	overflow: hidden;
	margin-bottom: 10px;
}

#twitter-3 div ul li span.entry-meta {
	display: block;
	font-size: 80%;
}

#twitter-3 div ul {
	margin: 0 15px 0 3px;
}

/* @end */

/* @group Sidebar Widgets */

.sidebar {
	display: block;
	width: 254px;
	float: left;
	min-height: 100px;
	margin: 10px 0 0;
	padding: 0;
	background-color: #ad9161;
}

.sidebar .widget {
	display: block;
	position: relative;
	margin: 0 0 13px 15px;
}

.sidebar .widget li {
	margin: 0 0 5px;
}

.sidebar .widget ul.menu {
	overflow: visible;
	margin: 0 1.5em 1.5em 1.5em;
}

.sidebar .widget .menu .menu-item {
	float: none;
	list-style-type: disc;
}

.sidebar h2.widgettitle {
	margin: 0 0 7px -15px;
	color: #711611;
	background: url(interface/sidebar-titlebg.png) no-repeat;
	width: 224px;
	height: 32px;
	text-align: center;
	padding: 10px 30px 0 0;
}

.sidebar h2.widgettitle a {
	color: #711611;
}

.sidebar .widget.widget_calendar {
	margin-left: 0;
}

.sidebar .widget.widget_calendar h2.widgettitle {
	margin: 0;
}

.sidebar .widget.widget_text ul.music-player a {
	float:right;
}

.sidebar .widget.widget_text ul.music-player a.listenlink {
	float: none;
	clear: right;
}

.sidebar .widget.widget_text ul.music-player {
	margin: 0 1.5em 0 0;
}

.sidebar .widget.widget_text ul.music-player li {
	list-style-type: none;
}


/* @end */

#wrap {
	width: 830px;
	overflow: hidden;
	background: #b55d27;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	-khtml-box-shadow: rgba(0,0,0,0.5) 0px 0px 40px;
	-moz-box-shadow: rgba(0,0,0,0.5) 0px 0px 40px;
	box-shadow: rgba(0,0,0,0.5) 0px 0px 40px;
	padding: 8px;
	margin: 0 auto;
}

.container {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	background: #d8d0bb url(interface/container.png) repeat-y left top;
}

.container .tear {
	position: absolute;
	width: 100%;
	height: 14px;
	background: url(interface/page-tear.png) repeat-x left top;
	z-index: 5;
	top: 0;
	left: 0;
}

.container img.yogaart {
	position: absolute;
	bottom: 0;
	right: 0;
}

.container .content {
	width: 530px;
	float: right;
	min-height: 300px;
	padding: 20px 15px 180px 30px;
}

.container a:focus, 
.container a:hover {
	color: #e38e32;
	outline: 0;
}

.post {
	clear: both;
}


.post.excerpt {
	width: 320px;	
	float: left;
	margin-left: 17px;
	margin-top: 17px;
}

.post.excerpt h4 {
	margin: 0 0 10px 5px;
	font-weight: bold;
}

.post.excerpt p {
	margin: 0;
}

.post.excerpt .more {
	display: block;
	text-align: right;
}

.post .postmetadata {
	padding-top: 20px;
	clear: both;
}

/* @end */

/* @group Blog Template */

body.page-template-blog-php .container,
body.single .container,
body.archive .container {
	background-image: none;
}

/* Full page - no sidebar */
body.single .container .content,
body.archive .container .content {
	width: 770px;
	float: none;
	min-height: 300px;
	padding: 20px 15px 180px 30px;
}

body.page-template-blog-php .container .content {
	width: 550px;
	float: left;
	overflow: hidden;
}

body.page-template-blog-php .container .sidebar {
	width: 230px;
	background-color: transparent;
}

body.page-template-blog-php .container .sidebar h2.widgettitle {
	background-image: none;
	text-align: left;
	margin: 0;
	padding: 10px 0 0;
}

/* @end */

/* @group Utilities & Misc */

.small		{ font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large		{ font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }



.first		{ margin-left:0; padding-left:0; }
.last		{ margin-right:0; padding-right:0; }
.top		{ margin-top:0; padding-top:0; }
.bottom		{ margin-bottom:0; padding-bottom:0; }

.hide		{ display: none; }

.clear, .clearfix { clear: both; }
.clear-left { clear: left; }
.clear-right { clear: right; }
.clear-none { clear: none; }

.pointer    { cursor: pointer; }

.center { text-align: center; }
.alignright { float: right; }
.alignleft { float: left }

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 10px 5px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

/* @end */
