/* mercury http://flavour.on.md */
html, body {
	margin: 0;
	padding: 0;
	font: 0.89em "Segoe UI", Tahoma, Georgia, Arial, Verdana, sans-serif;
}

html {background: repeat-x url(images/bg_body.gif);}
body {background: center top no-repeat url(images/bg_top.jpg);}

h1,h2,h3,h4,h5,h6,pre,code {}
h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,object,embeded { margin: 0; padding: 0;}
li, dd, blockquote {margin-left: 1em;}
fieldset {border: solid 0;}
a img,:link img,:visited img {border:none;}
input, select, textarea {font-size: 100%;}

a:link, a:visited { color: #b32146; }
a:hover, a:active { color: #d72854; }

h1,h2,h3,h4,h5,h6 {
	letter-spacing: -1px;
	font-weight: normal;
	font-family: 'Trebuchet MS';
}

.content_options p {margin: 10px 20px;}
.content_options h2 {color: #333;  }
.content_options h3 {color: #666; font-weight: bold;}

blockquote {
    margin: 10px 5%;
    padding: 20px;
    border : 1px solid #DFE0E0;
    -moz-border-radius: 15px;
    background-color: #F5F6F6;
    line-height: 14px;
}

dl {
	margin: 10px 5%;
	padding: 10px 10px 10px 65px;
	border : 1px solid #d5eb93;
	-moz-border-radius: 15px;
	background: #f2fbdd url(images/download.gif) no-repeat 30px 25px;
	font: 12px Tahoma, 'Trebuchet MS', Arial, Verdana, sans-serif;
}

dl p.desc {color: #8eb321;}
dl p.desc a:link, dl p.desc a:visited { color: #8eb321; text-decoration: none; border-bottom: 1px solid #8eb321; }
dl p.desc a:hover, dl p.desc a:active { color: #aad728; border-bottom: 1px solid #aad728; }	

dl p {font-size: 13px;}
dl p a:link, dl p a:visited { color: #b32146; text-decoration: none; border-bottom: 1px solid #b32146; font-weight: bold;}
dl p a:hover, dl p a:active { color: #d72854; border-bottom: 1px solid #d72854; }	



/* LAYOUT */
div#top1, div#top3 {
	position: absolute;
	top: 7px;
}
div#top1{
width:170px;
left:20px;
}
div#top1 a {
padding:70px 0px 10px 0px;
}
div#top2{
padding:40px 0 0 0;
margin:0 249px 0 20%;
height: 130px;
}
div#top3{
width:220px;
right:20px;
padding:15px;
}
div#footer{
clear:left;
margin: 10px 20px;
padding: 30px 60px;
}
div#footer .buttons {
float:right;
margin: -40px 0;
}
div#footer .buttons img {
margin: 2px;
}
div#content{
margin:40px 290px 0 20px;
}

/* STYLES */
div#top2 img{
border:1px solid #fff;
}
div#top1{
background:no-repeat url(images/logo.gif);
color:#999;
text-align:right;
}
div#top1 a {
	display: block;
}
div#top3 {
color:#999;
background: #222 url(images/bg_right_top.gif) no-repeat;
}
div#footer{
	color:#aaa;
	background:no-repeat url(images/logo_signature.gif);
	font: 9px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div#footer a {
	color: #777;
}

div#footer a:hover, div#footer a:active {
	color: #555;
}

/* Blog */
.post {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #eee;
}

.post .clear {	margin-bottom:5px; }

.posttitle {
	font-size: 1.9em;
	letter-spacing: -1px;
	color: #96C90D;
	text-decoration: none;
}

.singleposttitle {
}

.posttitle a {
	text-decoration: none;
	font-weight: normal;
}

.posttitle a:link, .posttitle a:visited {
	color: #990A49;
}

.posttitle a:hover, .posttitle a:active {
	color: #333;
}

.postmeta				{ color: #888; font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; }
.postmeta a				{ font-weight: bold; }
.postmeta a:link		{ color: #72990A; text-decoration: none; border-bottom: 1px solid #72990A; }
.postmeta a:visited	{ color: #66880c; text-decoration: none; border-bottom: 1px solid #66880c; }
.postmeta a:hover		{ color: #96C90D; text-decoration: none; border-bottom: 1px solid #96C90D; }

.postentry {
	color: #444;
	margin: 1%;
}

.postfeedback_link {
	padding: 1px 0 1px 25px;
	color: #444;
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.postfeedback_link a:link, .postfeedback_link a:visited {
	color: #0a709a;
	text-decoration: none;
	border-bottom: 1px solid #0a709a;
}

.postfeedback_link a:hover, .postfeedback_link a:active {
	color: #0d92c8;
	border-bottom: 1px solid #0d92c8;
}

.comments_link {background: url(images/link_comments.gif) no-repeat 2% 50%;}
.commentadd_link {background: url(images/link_comment_add.gif) no-repeat 2% 50%;}
.readmore_link {background: url(images/link_readmore.gif) no-repeat 2% 50%;}

.paging, .articlenav {
	border: 1px solid #eee;
	background: #fdfdfd;
	margin-bottom: 10px;
	font: bold 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #eee;
}

.paging .left a, .articlenav .left a {
	float:left;
	background: url(images/link_prev.gif) no-repeat 2% 50%;
}
.paging .right a, .articlenav .right a {
	float:right;
	background: url(images/link_next.gif) no-repeat 98% 50%;
	text-align: right;
}

.paging a, .articlenav a {
	padding: 10px 30px 10px 30px;
	display: block;
	text-decoration: none;
	color: #ccc;
}

.paging a:link, .paging a:visited, .articlenav a:link, .articlenav a:visited {color: #ccc;}
.paging a:hover, .paging a:active, .articlenav a:hover, .articlenav a:active {color: #888;}

/* Comments */

ol.comments {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol.comments li {
	margin: 1% 5%;
	padding: 1% 1% 1% 90px;
	border : 1px solid #caeaf5;
	-moz-border-radius: 15px;
	background: #ebf6fd;
	font: 12px Tahoma, 'Trebuchet MS', Arial, Verdana, sans-serif;
}

#content ol.comments p {
	margin: 2px;
	padding: 2px;
}

.alt {
	background-color: #FAFAF0 !important;
}

.commenttitle {
	font-size: 1.1em;
	color: #4db7dc;
	font-weight: bold;
}

.commentmeta {
	font-size: 9px;
	color: #5ebee0;
}

.commentmeta a, .commenttitle a {text-decoration: none;}
.commentmeta a:link, .commentmeta a:visited, .commenttitle a:link, .commenttitle a:visited, #content ol.comments a:link, #content ol.comments a:visited {color: #4db7dc; }
.commentmeta a:hover, .commentmeta a:active, .commenttitle a:hover, .commenttitle a:active, #content ol.comments a:hover, #content ol.comments a:active {color: #71c5e3; }
#content ol.comments p a {
	font-weight: bold;
}

form#txpCommentInputForm {
	margin: 1% 5% 3% 5%;
	padding: 1% 1% 1% 90px;
	border : 1px solid #dfdfdf;
	-moz-border-radius: 15px;
	background: #f4f4f4;
	font: 12px Tahoma, 'Trebuchet MS', Arial, Verdana, sans-serif;
	color: #ccc;
}

form#txpCommentInputForm div.comments_error {
	margin: 1%;
	padding: 2%;
	border : 1px solid #d72854;
	background: #b32146;
	color: #fff;
	font-weight: bold;
}

form#txpCommentInputForm .button {
	font-weight: bold;
	cursor: pointer;
}

form#txpCommentInputForm #preview {
	font-weight: normal;
}

input.comment_name_input, input.comment_email_input, input.comment_web_input, input.button, textarea.txpCommentInputMessage {
	border: 1px solid #dfdfdf;
	padding: 5px;
	margin: 1px 5px 1px 0;
	background: #fafafa;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #999;
}

input.comment_name_input:focus, input.comment_email_input:focus, input.comment_web_input:focus, input.button, textarea.txpCommentInputMessage:focus {
	border: 1px solid #cacaca;
	background: #fcfcfc;
}

input.comment_name_input {
}

input#forget, input#remember {
}

textarea.txpCommentInputMessage {
        height: 100px;
        width: 50%;
}

p#txpCommentInputForm {
	margin: 1% 5%;
	padding: 2% 1% 2% 90px;
	border : 1px solid #f5c9d4;
	-moz-border-radius: 15px;
	background: #fcedf1;
	font: bold 12px Tahoma, 'Trebuchet MS', Arial, Verdana, sans-serif;
	color: #da3a62;
}


/* top3 Styles */
#top3 h2, #top3 ul li img {
	display: inline;
	margin: 1.2em 0.6em 0.6em 0.6em;
	font-size: 1.1em;
   font-weight: normal;
}

#top3 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#top3 ul li {
	margin: 0;
	padding: 0;
}

#top3 img.icn {
	background: url(images/icn_bg.gif) no-repeat;
	margin-right: 2px;
	padding: 6px;
}

#top3 ul ul, #top3 .cloud {
	margin: 1.2em 5%;
	border-top: 1px solid #333;
}

#top3 ul ul li, #top3 .cloud {
	border-bottom: 1px solid #333;
}

#top3 ul ul li a {
	display: block;
	padding: 5px 0 5px 40px;
	color: #808080;
}

#top3 .cloud {
	text-align: center;
	padding: 3% 0 3% 0;
}

#top3 .cloud a {
	color: #808080;
}

#top3 ul ul.category_list li a {
	background: url(images/tag.gif) no-repeat 15px 9px;
}

#top3 ul ul.link_list li a {
	background: url(images/link.gif) no-repeat 15px 9px;
}

#top3 ul ul.section_list li a {
	background: url(images/folder.gif) no-repeat 15px 9px;
}

#top3 ul ul.rss_list li a {
	background: url(images/rss.gif) no-repeat 15px 9px;
}

#top3 ul ul.rss_list li.lj a {
	background-image: url(images/lj_user.gif);
	background-position: 15px 8px;
}

#top3 ul ul li a:hover, #top3 .cloud a:hover {
	background-color: #292929;
}

/* Nested lists? */
#top3 ul ul ul {
	margin: 0;
	border: none;
}

#top3 ul ul ul li {
	margin: 0 0 0 -10px;
	padding: 0 0 0 25px;
	border-bottom: none;
	border-top: 1px solid #E8E7D0;
}

#top3 ul ul ul li a {
	margin: 0 0 0 -25px;
	padding: 2px 10px 0 25px;
	width: 190px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 155px;
}

#top3 ul li input {
	width: 210px;
	border: 1px solid #444;
	padding: 5px;
	margin-bottom: 10px;
	background-color: #333;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #999;
}

#top3 ul ul.recent_comments {	 }
#top3 ul ul.recent_comments li a, #top3 ul ul.recent_comments li a { padding-left:10px; }

#top3 ul ul.recent_comments li a:link, #top3 ul ul.recent_comments li a:visited {color: #4db6dc; text-decoration: underline; }
#top3 ul ul.recent_comments li a:hover, #top3 ul ul.recent_comments li a:active {color: #71c5e3; text-decoration: underline; }

#top3 ul ul.recent_comments li a span {text-decoration: underline;color: #999;}
#top3 ul ul.recent_comments li a span:link, #top3 ul ul.recent_comments li a span:visited {color: #999; text-decoration: underline;}
#top3 ul ul.recent_comments li a span:hover, #top3 ul ul.recent_comments li a span:active {color: #ccc; text-decoration: underline;}

#top3 .list { height: 50%;}

.clear {	clear: both; }

img.border5, img.thumb {
	padding: 6px;
	background: #fff;
	border: 1px solid #aaa;
}

.border5:hover, .thumb:hover {
	background: #f5f5f5;
}

img.margin {
	margin-top: 1em;
}

img.center {
	display: block; margin: auto;
}

.floatleft {float:left;margin: 0 1em 1em 0;}
.floatleft img, img.floatleft {}

.floatright {float:right;margin: 0 0 1em 1em;}
.floatright img, img.floatright {}

#LSResult {
	position: absolute;
	width: 350px;
	right:13px;
	border: 1px solid #444;
	background-color: #333;
	padding: 10px;
	margin-top: -10px;
}
#LSResult a {color: #808080; text-decoration: none; }
#LSResult a:hover {color: #8a8a8a; }

#LSShadow {  }
.LS_hr { border-bottom: 1px solid #444; margin-bottom: 5px;}
#LSRes { }
.LSRow { padding: 0 5px; }
.LSRow a { display: block; }
.LSRow a:hover { background-color: #3c3c3c; }
#LSHighlight { background-color: #777; }
#LSHighlight a { color: #000; }
#LSHighlight a:hover { background-color: #888; color: #000; }
#LSHeader { margin: -20px -10px -10px -10px;  }
.lsDate { display: block; color: #555; }

.track {
	padding: 0px 0px 0px 32px;
	margin: 2px 5%;
	background: #dbe0e3 url(images/track1st.gif) no-repeat center left;
	font: 12px Tahoma, Arial, Verdana, sans-serif;
	height: 52px;
}
.track1 {
	padding: 0px 0px 0px 32px;
	margin: 2px 5%;
	background: #dbe0e3 url(images/track11st.gif) no-repeat center left;
	font: 12px Tahoma, Arial, Verdana, sans-serif;
	height: 100px;
}
.track .btn_play {
	background: url(images/track_btn_play.gif) no-repeat;
	height: 26px;
}
.track .btn_play img {
	cursor:pointer
}
.track2nd {
	padding: 0px 32px 0px 0px;
	background: url(images/track2nd.gif) no-repeat center right;
	height: 52px;
}
.track12nd {
	padding: 0px 32px 0px 0px;
	background: url(images/track12nd.gif) no-repeat center right;
	height: 100px;
}
.track .title {padding: 5px; color: #5d6e77; font-weight: bold; }
.track .title span {font-size: 11px; color: #7c8f98; font-weight: normal;}
.track .title a:link, .track .title a:visited { text-decoration: none; margin: 0 3px; color: #5d6e77;border-bottom: 1px solid #5d6e77;}
.track .title a:hover, .track .title a:active { border-bottom: 1px solid #70848f; color: #70848f;}

.track .flash {
	margin-top: 0px;
	margin-left: 15px;
}
.track1 .title {padding: 5px; color: #5d6e77; font-weight: bold; }
.track1 .title span {font-size: 11px; color: #7c8f98; font-weight: normal;}
.track1 .title a:link, .track .title a:visited { text-decoration: none; margin: 0 3px; color: #5d6e77;border-bottom: 1px solid #5d6e77;}
.track1 .title a:hover, .track .title a:active { border-bottom: 1px solid #70848f; color: #70848f;}

.track1 .flash {
	margin-top: 0px;
	margin-left: 15px;
}

ul#pagination {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size:9px;
	text-align: center;
	cursor: default;
	margin: 3% auto;
	color: #aaa;
}

#pagination li	{
	display: inline;
	margin: 3px;
}

#pagination li a, #pagination li.empty	{
	padding:5px 10px;
	border:4px solid #f4f4f4;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
}

#pagination li.empty	{
	background-color:#ccc;
	color:#fff;
}

#pagination a			{ background-color:#777; color:#ccc; }
#pagination a:hover	{ background-color:#888; color:#fff; }

#pagination li.active		{ background-color:#D56900; color:#eee; }
#pagination li.active a:hover	{ background-color:#ea7500; color:#fff; }

#pagination li.long a	{ padding: 5px 3em;}
#pagination li.long a	{ background-color:#555;}
#pagination li.long a:hover	{ background-color:#666;}

/*             styles for the star rater                */
#tcm_rating_input {
	float: left;
}

.ratingdesc {
	float: left;
	font: 9px Tahoma, Verdana, Arial, Helvetica, sans-serif; 
}

.star-rating{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 125px;
	height: 25px;
	position: relative;
	background: url(images/stars.gif) top left repeat-x;
	list-style-type: none;
}
.star-rating li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.star-rating li a{
	border: 0;
	display:block;
	width:25px;
	height: 25px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.star-rating li a:hover{
	background: url(images/stars.gif) left bottom;
	z-index: 2;
	left: 0px;
}
.star-rating a.one-star{left: 0px;}
.star-rating a.one-star:hover{width:25px;}
.star-rating a.two-stars{left:25px;}
.star-rating a.two-stars:hover{width: 50px;}
.star-rating a.three-stars{left: 50px;}
.star-rating a.three-stars:hover{width: 75px;}
.star-rating a.four-stars{left: 75px;}
.star-rating a.four-stars:hover{width: 100px;}
.star-rating a.five-stars{left: 100px;}
.star-rating a.five-stars:hover{width: 125px;}

.star-rating li.current-rating{
	background: url(images/stars.gif) left center;
	position: absolute;
	height: 25px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}

.ratingerror {color: #666;	font: 9px Tahoma, Verdana, Arial, Helvetica, sans-serif; }

/*  styles for the unit rater     */
.ratingblock {
	display:block;
	padding-bottom:8px;
	margin-bottom:8px;
	}

.loading {
	height: 30px;
	background: url('../images/working.gif') 50% 50% no-repeat;
	}
	
.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 30px;
	position: relative;
	background: url('../images/starrating.gif') top left repeat-x;		
	}

.unit-rating li {
   text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}
	
.unit-rating li a {
	outline: none;
	display:block;
	width:30px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}
	
.unit-rating li a:hover{
	background: url('../images/starrating.gif') left center;
	z-index: 2;
	left: 0px;
	}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:30px;}
.unit-rating a.r2-unit{left:30px;}
.unit-rating a.r2-unit:hover{width: 60px;}
.unit-rating a.r3-unit{left: 60px;}
.unit-rating a.r3-unit:hover{width: 90px;}
.unit-rating a.r4-unit{left: 90px;}	
.unit-rating a.r4-unit:hover{width: 120px;}
.unit-rating a.r5-unit{left: 120px;}
.unit-rating a.r5-unit:hover{width: 150px;}
.unit-rating a.r6-unit{left: 150px;}
.unit-rating a.r6-unit:hover{width: 180px;}
.unit-rating a.r7-unit{left: 180px;}
.unit-rating a.r7-unit:hover{width: 210px;}
.unit-rating a.r8-unit{left: 210px;}
.unit-rating a.r8-unit:hover{width: 240px;}
.unit-rating a.r9-unit{left: 240px;}
.unit-rating a.r9-unit:hover{width: 270px;}
.unit-rating a.r10-unit{left: 270px;}
.unit-rating a.r10-unit:hover{width: 300px;}

.unit-rating li.current-rating {
	background: url('../images/starrating.gif') left bottom;
	position: absolute;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}

.ratingblock p {
	display:inline;
	}


.voted {color:#999;}
.thanks {color:#36AA3D;}

/* default theme */
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 1em 'Lucida Grande', Tahoma, Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Tahoma, Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Begin Form Elements */

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

