/*
Theme Name: LUNISM FOLIO
Theme URI: http://www.mclelun.com/
Description: Simple design for myself
Version: 1.0
Author: Mclelun
Author URI: http://www.mclelun.com/
Tags: fixed width, one column, minimal
*/
body {
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	font-family:  Verdana, Arial, Sans-Serif;
	background: #FF6600 url("images/bg_page.gif");
	color: #2D2D2D;
	text-align: left;
	}
a:link { text-decoration : none; color: #3684D9; font-weight:bold;} 
a:active { text-decoration : none; color: #3684D9; font-weight:bold;} 
a:visited { text-decoration : none; color: #3684D9; font-weight:bold; } 
a:hover { text-decoration : none; color: #8ec1da; font-weight:bold;} 
a img {	border: none;}
/* GENERAL */
.alignleft { float: left; margin: 0px 0px 0px 0px; padding: 0px 15px 0px 0px;}
.alignright { float: right;}
.note{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	letter-spacing: -1px;	
	width: 890px;
	margin: 10px 0px 10px 0px; padding: 10px 10px 10px 10px;
	background: #2D2D2D;
	border: 1px solid #232323;
	color: #FFFFFF;
	float: left;
}
.more-link {margin:0px 0px 0px 0px; padding: 0px 0px 0px 20px;}
.frmflash {	margin: 10px 0px 10px 0px; padding: 0px 0px 0px 0px;}
code { 
	font-size:12px;
	font-family:"Courier New", Courier, monospace;
	background: #F4F4F4;
	color: #000;
}
h1 { 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 48px;
	font-weight: bold;
	text-align:left;
	text-transform: uppercase;
	letter-spacing: -3px;
	color: #000;
	}
h2 { 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #000;
}
h3 { 
	margin: 25px 0px -10px 0px; 
	padding: 0px 0px 0px 0px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #000;
}

p {
	text-align: justify;
	line-height: 17px;
}
strong { color: #000; }
/* FRMBLOG */
#frmbloghead {
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 20px;
	background: #F4F4F4;
	border: 1px solid #DDD;
}
#frmbloghead .postTitle {
	margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #000;
}
#frmbloghead .postTitle a:link, #frmbloghead .postTitle a:visited { 
	color:#000;	text-decoration: none;
}
#frmbloghead .postTitle a:hover { 
	color: #3684D9; text-decoration: none;
}
#frmbloghead .postThumbnail {
	float: left;
	margin : 0px 15px 0px 0px;
	padding: 1px 1px 1px 1px;
	background: #000;
}
#frmbloghead .postInfo { 
	color:#000;	
	font-weight: bold;	
}
#frmbloghead .postMeta {
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}	
/* BLOGZINE */
#frmblogzine {
	width: 880px; height: 420px;
	margin: 0px auto;
	padding: 0px 0px 0px 30px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 12px;
}
#frmblogzine .postZine {
	width: 128px; height: 128px;
	text-align: left;
	float: left;
	margin: 5px 5px 5px 5px;
	padding: 1px 1px 1px 1px;
	background: #000;
	color: #FFF;
}
#frmblogzine .postTitle{
	color:#FFF;
	padding: 10px 10px 10px 10px;
	font-family: Lucida Sans, Arial, Verdana, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	position: relative; top: -128px;
	width: 108px; height: 108px;
	background: #000;
	opacity:0.0;
	filter:alpha(opacity=0);
}
#frmblogzine .postTitle:hover{
	color:#FFF;
	padding: 10px 10px 10px 10px;
	font-family: Lucida Sans, Arial, Verdana, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	position: relative; top: -128px;
	width: 108px; height: 108px;
	background: #000;
	opacity:0.8;
	filter:alpha(opacity=80);
}
#frmblogzine .postTitle a:link, #frmblogzine .postTitle a:visited { 
	color:#FFF;	text-decoration: none;
}
#frmblogzine .postTitle a:hover { 
	color:#FFF; text-decoration: none;
}
#frmblogzine .postInfo { 
	font-weight: bold;	
	color:#FFF;
}
.navigation {
	margin: 0px auto;
	padding: 30px 30px 30px 30px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
	text-align: center;
}
/* BLOG SINGLE */
#frmblogsingle .postEntry {
	margin: 0px 0px 0px 0px;
	text-align: justify;
	line-height: 15px;
}

#frmblogsingle .postEntry img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* TABLE BROWN */
.frmTableBrown {
	color:#FFF;
	width: 950px;
	margin: 0px auto;
	padding: 20px 0px 35px 35px;
	background: #372c24;
}
.frmTableBrown ul {padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; }
.frmTableBrown li { padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; list-style-type: none;}
.frmTableBrown h2 {
	color:#FFF;
}
.frmTableBrown a:hover {
	color: #FFF;
	text-decoration: none;
	background:#211a16;
	font-weight: bold;
}
.frmTableBrown a:link, .frmTableBrown a:visited, .frmTableBrown a:active {
	color: #a79578;
	text-decoration: none;
	font-weight: bold;
}
.frmTableBrown .folio_wrapper {
	background:#2e251e; 
	width: 900px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float:left;
}
.frmTableBrown .p_wrapper {
	width: 870px;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 20px;
	float:left;
}
.frmTableBrown .list160_wrapper {
	width: 160px;
	margin: 15px 15px 15px 15px;
	padding: 0px 0px 0px 0px;
	float:left;
}
.frmTableBrown .list250_wrapper {
	width: 250px;
	margin: 15px 15px 15px 15px;
	padding: 0px 0px 0px 0px;
	float:left;
}
.frmTableBrown .list300_wrapper {
	width: 300px;
	margin: 15px 15px 15px 15px;
	padding: 0px 0px 0px 0px;
	float:left;
}
/* FRMFOLIO */
/* DYNAMIC CONTENT */
#jqc_tab {
	color: #FFF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 900px;
	float: left;
}
#jqc_tab ul {padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; }
#jqc_tab li { padding: 10px 10px 10px 10px; margin: 0px 1px 0px 0px; list-style-type: none; float: left; background:#211a16;}
#jqc_tab li:hover{	color: #FFF; cursor: pointer; background:#2e251e; font-weight: normal; text-decoration: none;}

.jqc_menu {padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; color:#a79578;}
.jqc_menu ul {padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; }
.jqc_menu li { padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; list-style-type: none;}
.jqc_menu li:hover{	color: #FFF; cursor: pointer; background:#211a16; font-weight: normal; text-decoration: none;}

#jqc_loading{	text-align: center;	visibility: hidden; }
#jqc_content { position: relative; top: -30px;}
#jqc_content .info {
	margin: 0px auto;
	padding: 0px 0px 0px 10px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 14px;
	font-weight: bold;

	color: #000;
	text-transform: uppercase;
}

/* FRMSIDE BLOG OPTION */
#frmside {
	margin : 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color:#a79578;
}
#frmside a:hover {
	color: #FFF;
	text-decoration: none;
	background:#211a16;
	font-weight: normal;
}
#frmside a:link, #frmside a:visited, #frmside a:active {
	color: #a79578;
	text-decoration: none;
	font-weight: normal;
}
#frmside ul { 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#frmside li {
	padding: 5px 0px 5px 0px; 
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	border-bottom: #463930 solid 1px;
}
#frmside h2 {
	color:#FFF;
	padding: 15px 0px 0px 0px;
}
#frmside .list_wrapper {
	width: 240px;
	margin: 0px 15px 0px 0px;
	padding: 0px 0px 0px 0px;
	float:left;
}
#frmside .list_wrapperS {
	width: 155px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float:left;
}
#frmside .dropdown {
	width: 150px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float:left;
	border: 0px solid #211a16;
	background:#211a16;
	color: #FFF;
}
#frmtagcloud {
	font-family: Arial, Verdana, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
	text-transform: uppercase;
}
/* FRMABOUT */
#frmabout {
	float: left;
	width: 565px;
}
#frmabout .list_wrapper {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 40px;
	float: left;
	width: 525px;
	border: 0px solid #000;
}
/* HEADER */
#frmheader {
	background: #2D2D2D;
	margin: 0px auto;
	width: 100%;
	height: 80px;
}
#frmheader_wrapper{
	margin: 0px auto;
	width: 980px;
	padding: 0px 0px 0px 0px;
}
/* TITLE */
#frmtitle{
	float: left;
	margin: 0px auto;
	padding: 10px 20px 0px 40px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 48px;
	letter-spacing: -2px;	
	text-transform: uppercase;
}
#frmtitle a:link, #frmtitle a:visited, #frmtitle a:hover{
	color: #FFF;
	text-decoration: none;
}
/* SOCIAL */
#frmsocial{
	float: right;
	margin: 0px auto;
	padding: 25px 20px 0px 20px;
}
/* MENU */
#frmmenu {
	float: right;
	margin: 0px auto;
	padding: 35px 0px 0px 0px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
}
#frmmenu a:link, #frmmenu a:visited { 
	color:#FFF;	text-decoration: none;
}
#frmmenu a:hover { 
	color: #FF6600; text-decoration: none;
}
#frmmenu ul { padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; }
#frmmenu li { padding: 0px 15px 0px 0px; margin: 0px 0px 0px 0px; list-style-type: none; float:left;}
/* PAGE */
#frmpage {
	width: 980px;
	margin: 40px auto;
}
/* TABLE WHITE */
.frmTableWhite {
	width: 910px;
	margin: 0px auto;
	padding: 35px 35px 35px 35px;
	background: #FFF;
}

/* HOME RECENT BLOGPOST */
#frmhomezine {
	float: right;
	width: 518px;
}
#frmhomezine .postThumbnail {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 1px 0px 0px;
	border: 0px;
}

/* SUBHEADER */
.subheader {
	margin: 0px 0px 0px 0px;
	padding: 15px 5px 0px 15px;
	background: #2D2D2D;
	font-family: Arial, Verdana, Tahoma, Sans-Serif;
	font-size: 24px;
	font-weight: bold;
	line-height:  20px;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #FFF;
}
#frmhomezine .subheader {
	float:left;
	width: 237px;
	height: 113px;

}
/* SMALLBANNER */
#frmSBanner .subheader {
	float:left;
	width: 95px;
	height : 54px;
}
/* FANBOX */
.fanbox{
	background:#EEE;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 70px;
}
/*ROTATING BANNER*/
#jqb_object .subheader{ 
	float:right;
	position: relative;
	top: 20px;
	right: 20px;
	width: 155px;
	height : 30px;
}
#jqb_object img{ 
	border: none;
}
#jqb_object { 
	position:relative;
	width:910px; height:250px; 
	overflow:hidden;
}
#jqb_object .jqb_bar{
	position:absolute;
	width:910px; height: 30px;
	left:0px;
	bottom:0px;
	background:#000000;
	opacity:0.7;
	filter:alpha(opacity=70);
	color: #ffffff;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: -1px;
}
#jqb_object .jqb_slide{
	position:absolute;
	width:910px; height:250px; 
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: -1px;
	text-align: left;
}
#jqb_object .jqb_info{
	position:absolute;
	padding: 2px 10px 2px 10px;
	float: left;
}
#jqb_object .jqb_btn{
	width: 15px; height: 14px;
	margin: 10px 5px 2px 2px;
	float: right;
}
#jqb_object .jqb_btn_next{
	background-image:url("images/btn_next.gif");
}
#jqb_object .jqb_btn_prev{
	background-image:url("images/btn_prev.gif");
}
#jqb_object .jqb_btn_pause{
	background-image:url("images/btn_stop.gif");
}
#jqb_object .jqb_btn_play{
	background-image:url("images/btn_play.gif");
}
#frmdesc {
	float: left;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Verdana, Tahoma, Sans-Serif;
	font-size: 58px;
	font-weight: bold;
	line-height:  45px;
	letter-spacing: -5px;	
	text-transform: uppercase;
	width: 360px;
}
#frmhometxt {
	float: left;
	width: 380px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}
/* TWITTER */
#frmtwitter {
	float: left;
	width: 340px;
	height: 55px;
	margin: 0px 0px 0px 0px; 
	padding: 20px 20px 15px 20px;
	background: #8ec1da url("images/bg_twitter.gif");
	background-repeat: no-repeat;
	background-position: left top;
	color: #2D2D2D;
	overflow: hidden;
}
#twitter_update_list { 
	float: right;
	width: 250px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px; 
	color:#FFF; 
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
}
#twitter_update_list a:link, #twitter_update_list a:active, #twitter_update_list a:visited {
	text-decoration : none;
	color: #FFDD66;
} 
#twitter_update_list a:hover { text-decoration : underline; color: #FFDD66;} 
#twitter_update_list li { padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; list-style-type: none;}
/* FOOTER */
#frmfooter {
	background: #2D2D2D;
	margin: 0px auto;
	padding: 30px 0px 30px 0px;
	width: 100%;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: lowercase;
	color:#FFF;
}
#frmfooter a:link, #frmfooter a:active, #frmfooter a:visited {
	color: #FF6600;
}
#frmfooter a:hover {
	color: #FFDD66;
}
#frmfooter_wrapper{
	margin: 0px auto;
	padding: 0px 30px 0px 30px;
	width: 920px;
}
#frmfooter .spaminfo {
	padding: 5px 0px 0px 0px;
}
/* FRMLINK */
#frmlink{
	color: #FFF;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
}

#frmlink a:link { 
	color:#FFF;	text-decoration: none;
}
#frmlink a:visited { 
	color:#FFF;	text-decoration: none;
}
#frmlink a:hover { 
	color: #FFDD66; text-decoration: none;
}
#frmlink .linkcat { 
	margin: 10px 10px 0px 0px;
	padding: 5px 5px 5px 5px;
	float:left;
	background: #8ec1da;
}
#frmlink h2 {
	color:#FFF;
}
#frmlink ul { padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; }
#frmlink li { padding: 0px 15px 0px 0px; margin: 0px 0px 0px 0px; list-style-type:none; }
/* SEARCHFORM */
#searchform { 
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
#searchform #s {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 5px;
	float: left;
	width: 180px; height: 22px;
	background: #4D4D4D;
	border: 1px solid #4D4D4D;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	color: #FFF;
}
#searchform #searchsubmit {	
	margin: 0px 0px 0px 2px;
	padding: 2px 2px 2px 2px;
	float: left;
	background: #222;
	border: 0px solid #222;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: -1px;
	color: #FFF;
}
/* CLEARFIX */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
 html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* BLOCKQUOTE */
blockquote {
	font-family: Arial, Verdana, sans-serif;
 	color: #BBBBBB;
	font-size: 18px;
	font-weight: bold;
	line-height: 16px;
	letter-spacing: -1px;
	margin: 10px; padding:10px 100px 10px 60px; 
	background-image: url("images/blockquote.gif");
	background-repeat: no-repeat;
	background-position: left top;
}
/* FRMCOMMENT */
#frmcomment {
	padding: 10px 10px 10px 10px;
}
#frmcomment .fn { 
	padding: 0px 0px 0px 10px;
	color: #000;
}
.commentlist {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px; 
	text-align: justify;
	line-height: 15px;
}
.commentlist p {  padding: 0px 0px 0px 55px;}
.commentmetadata {  padding: 0px 0px 0px 55px; }
.commentlist li {
	margin: 0px 0px 0px 0px;
	padding: 15px 15px 15px 15px;
	list-style: none;
	border-bottom: 1px solid #FFF;
	background-color: #F4F4F4;
}
.commentlist li .avatar { 
	float: left; 
	padding: 2px;
	margin: 0px;
	background: #FFF;
}
.commentlist li.even {  }
.commentlist li.odd {  }
.commentlist li.byuser { background-color: #FFFFEE; }

.commentlist cite, .commentlist cite a {
	font-style: normal;
	font-weight: bold;
	color:#000;
}
.comment-meta, .comment-meta a:link, .comment-meta a:visited { 
	color:#999;	text-decoration: none; font-weight: normal;
}
.comment-meta a:hover { 
	color: 999; text-decoration: underline; font-weight: normal;
}
/* COMMENT FORM */
#commentform {
	margin: 10px 0px 0px 0px; 
	padding: 20px 20px 20px 20px;
	background: #F4F4F4;
	border: 1px solid #DDD;
	color: #000;
}
#commentform .title {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #DDD;
	color: #2D2D2D;
}
#commentform input { 
	width: 200px;
	padding: 4px 4px 4px 4px; margin: 5px 0px 0px 0px;
	background: #FFF;
	color: #000;
	border: 1px solid #DDD;
}
#commentform textarea {
	width: 500px;
	padding: 4px 4px 4px 4px; margin: 5px 0px 5px 0px;
	background: #FFF;
	color: #000;
	border: 1px solid #DDD;
}
#commentform #submit {
	width: 120px; height: 40px;
	margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
	background: #2D2D2D;
	color: #FFF;
	font-size: 26px; line-height: 26px; letter-spacing: -1px; font-weight: bold; font-family: Helvetica, Arial, sans-serif;
	border: 0px solid #000;
}
#commentform p {margin: 5px 0px 0px 0px;}
/* This is mainly for password protected posts, makes them look better. */
.entry form { text-align:center; }
/* TABLE */
table{
	background: #FFF;
	margin: 0px auto;
	padding: 10px 10px 10px 10px;
	border-collapse:collapse;
	width: 80%;
}
tr.odd:hover, tr.even:hover {
	background: #232323;
	color: #FFF;
}
tr.even{ background: #F4F4F4; }
tr.odd{	background: #EEEEEE; }
tr.legend{ font-weight:bold; color: #3684D9;}
th, td {
	padding: 5px 5px 5px 5px;
	border:1px solid #FFF;
}
th{
	background: #3684D9;
	color: #FFF;
}
/* SLIMBOX */
#lbOverlay {position: fixed; z-index: 9999; left: 0; top: 0;	width: 100%; height: 100%; background-color: #000; cursor: pointer; }
#lbCenter, #lbBottomContainer {	position: absolute;	z-index: 9999; overflow: hidden; background-color: #fff;}
.lbLoading { background: #fff url("images/loading.gif") no-repeat center;}
#lbImage { position: absolute; left: 0;	top: 0;	border: 10px solid #fff; background-repeat: no-repeat;}
#lbPrevLink, #lbNextLink { display: block; position: absolute; top: 0; width: 50%; outline: none;}
#lbPrevLink {left: 0;}
#lbPrevLink:hover {	background: transparent url("images/prevlabel.gif") no-repeat 0 15%;}
#lbNextLink { right: 0;}
#lbNextLink:hover {	background: transparent url("images/nextlabel.gif") no-repeat 100% 15%;}
#lbBottom {	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;	font-size: 10px; color: #666; line-height: 1.4em; text-align: left;	border: 10px solid #fff; border-top-style: none;}
#lbCloseLink {display: block;	float: right; width: 66px; height: 22px; background: transparent url("images/closelabel.gif") no-repeat center; margin: 5px 0; outline: none; }
#lbCaption, #lbNumber {	margin-right: 71px; }
#lbCaption { font-weight: bold; }
/* CAPTIONS */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	color: #000;
	text-align: center;
	background: #F4F4F4;
	margin: 10px 10px 10px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #DDD;
}
img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption a:link, .wp-caption a:visited{color: #3684D9; text-decoration: none;}
.wp-caption a:hover{color: #8ec1da; text-decoration: none;}
.wp-caption p, .wp-caption-text {
	font-size: 11px;
	line-height: 16px;
	padding: 0px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
}
