/*
Theme Name: dfBlog
*/

/* Reset Browser Default */ 
/*\*/@import url(css/reset.css); /**/

/* Menu */
/*@import url(css/menu.css); */

/* Template structure

	body
		page
			wrapper -> width: 940px;
				header
					head
					mainmenu
					search
				wrap
					container
						content
						sidebar
				bottom
					footer
*/


/* Template. Main areas
***************************************************************************** */
.h_mij {text-align: left; margin: auto; height:84px;padding-top:9px;}    
   .h_st_logo {float:left; padding-left:22px; margin-top:10px; }
   .h_st_logo h1 {font-size:30px;}
   .h_st_logo h1 a {color:#BE261E; }
   .h_st_logo  p {font-size:12px; margin:0px;}
   .h_dr {background: url('http://bncscripts.com/cssimg/shoppingcartbg.png') no-repeat scroll 0 0; width:317px; height:30px; float:right; padding-right:30px; margin-top:20px; position:relative;}
   .h_dr a {font-weight:bold;text-transform:uppercase;color:#FFFFFF; position:absolute; top:7px; right:53px;}
   .h_dr a:hover {color:#E6B8B9;}
   .h_dr span {font-weight:bold;color:#1C70BF; position:absolute; top:7px; left:140px;}

#nav { height:35px;margin:-22px 0 0;padding:0px;text-align:left; font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px; *margin-top:-6px;}
#nav  ul {margin-left:6px;}
#nav  ul li {display:inline;float:left;height:33px;line-height:33px;margin:0 5px 0 0;overflow:hidden;background:transparent url('http://bncscripts.com/cssimg/navright-a.gif') no-repeat scroll  100% 4px;}
#nav  ul li a {color:#0065B1;display:block;font-weight:bold;padding:0 10px;text-transform:uppercase;background:transparent url('http://bncscripts.com/cssimg/navleft-a.gif') no-repeat scroll 0 4px;}
#nav  ul li.active {background-position:100% -41px;}
#nav  ul li a:hover, #nav  ul li.active a {background-position:0 -41px; color:#ffffff;}
#nav  ul li.multi {background-position:100% -86px;}
#nav  ul li.multi a:hover, #nav  ul li.multi a {background-position:0 4px; padding:0 20px 0 10px;}
#nav  ul li.multiactive {background-position:100% -131px;}
#nav  ul li.multiactive a:hover, #nav  ul li.multiactive a {background-position:0 -41px; color:#ffffff; padding:0 20px 0 10px;}

#nav  li ul {background:transparent url('http://bncscripts.com/cssimg/navright-a.gif') no-repeat scroll left bottom; left:-9999px;margin:0px; padding:7px 5px;position:absolute;top:123px;width:150px;z-index:999;}
#nav  li ul li {float:left;margin:0;padding:0;width:150px; background:#E10016; height:20px;line-height:20px;}
#nav  li ul li  a {background:#E10016;text-transform:none; font-weight:normal;}
#nav  li ul li  a:hover {background:#ffffff; color:#E10016 !important;}
#nav li.sfhover ul {left: auto;}



body {
	font-family: Geneva,Helvetica,Verdana,Arial,sans-serif;
	font-size: 62.50%; /* Resets 1em to 10px */
	color: #444;
	}
	body.font-small		{ font-size: 65%; }
	body.font-medium	{ font-size: 75%; }  
	body.font-large		{ font-size: 85%; }
	
.nocount {
margin-left:-9990px;
position:absolute;
} 
/* Headings
***************************************************************************** */
h1,h2,h3,h4,h5,h6 {
	color: #444;
	font-family: Geneva,Helvetica,Verdana,Arial,sans-serif;
	font-weight: normal;
	line-height: 1.2em;
	color: #E61218;
}
	
h1 { font-size: 2.4em; }
h2 { font-size: 2.0em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.2em; }
	
h5 { 
	font-size: 1.0em;
	font-weight: bold; }
	
h6 { 
	font-size: 0.9em;
	font-weight: bold; }

code, pre {
	margin: 1em 0;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	color: #000;
	}

pre {
	overflow: auto;
	padding: 1em;
	border: 1px solid #ddd;
	background: #f1f1f1;
	}
	pre.script {
		border: 1px dashed #ccd;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		background: #ffffdd;
	}

blockquote {
	font-style: italic;
	padding-left: 48px;
	background: url(../images/icons/quote.png) 0 0 no-repeat;
}

acronym, abbr
{
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #999;
}


/* General elements
***************************************************************************** */
p {
	margin: .5em 0 1em 0;
	line-height: 1.5em;
}
	p.last { margin-bottom: 0!important; }
	p img {
		/* margin: 0 15px 10px 0; */
		padding: 0; }

hr { display: none; }

strong { 
	color:#666;
	font-weight: bold;
}
	
em { font-style: italic; }

.small { font-size: .8em; color: #666; }

.large { font-size: 1.2em; }

.resalted { font-weight: bold; }

.highlight  { background: #e7feb1; padding: 0 .25em; margin: 0 .25em; }

.center { text-align: center;	}

.hidden {	display: none; }

.underlined { border-bottom: 1px solid #cdd; }


/* General elements
***************************************************************************** */

input {
	padding: 4px 8px;
	border: 1px solid #cdd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #f9ffff;
}
input.button {
	float: right;
	padding: 4px 8px;
	border: 1px solid #cdd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #26a;
	color: #cdd;
}
input.button:hover {
	background: #be261e;
	color: #fff;
}
input.button:active {
	background: #333;
	color: #fff;
}

label {
	padding: 0 10px;
	font-size: 0.8em;
	color: #666;
}

textarea {
	padding: 9px;
	border: 1px solid #cdd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #f9ffff;
}

/* Links
***************************************************************************** */

a {	text-decoration: none; }
	a:link    { color: #26a; }
	a:hover   { color: #000; }
	a:active  { color: #be261e; }
	a:visited { color: #26a; }

a img {	border: none;	}

.logotext a {	text-decoration: none; }
	.logotext a:link    { color: #be261e; }
	.logotext a:hover   { color: #000; }
	.logotext a:active  { color: #26a; }
	.logotext a:visited { color: #be261e; }

#mainmenu ul li a:link    { color: #26a; }
#mainmenu ul li a:hover   { color: #000; }
#mainmenu ul li a:active  { color: #be261e; }
#mainmenu ul li a:visited { color: #444; }

.post h2 a:link,
.post h3.post-title a:link    { color: #be261e; }
.post h2 a:hover,
.post h3.post-title a:hover   { color: #26a; }
.post h2 a:active,
.post h3.post-title a:active  { color: #000; }
.post h2 a:visited,
.post h3.post-title a:visited { color: #2266AA; } /* albastreu h2 pe prima pagina */

#sidebar a:link    { color: #26a;}

#sidebar a:active  { color: #444; }
#sidebar a:visited { color: #000; }


/* list 
***************************************************************************** */

/* Unordered and Ordered list */
ul, ol { 
	margin: .5em 1.5em 2em 1.7em;
}

ul { 	list-style-type: disc; }
	ul.check, ul.arrow, ul.cross, ul.light, ul.star {
		list-style: none;
		margin-left: 0;
		}
		ul.check li, ul.arrow li, ul.cross li, ul.light li, ul.star li {
			list-style-type: none;
			background-repeat: no-repeat;
			background-position: center left;
			padding: 4px 0 3px 25px;
			}
			ul.check li { background-image: url(../images/list/typo_check.jpg); }
			ul.arrow li { background-image: url(../images/list/typo_arrow.jpg); }
			ul.cross li { background-image: url(../images/list/typo_cross.jpg); }
			ul.light li { background-image: url(../images/list/typo_light.jpg); }
			ul.star li  { background-image: url(../images/list/typo_star.jpg); }
	
	ul.check-big, ul.arrow-big, ul.cross-big, ul.light-big, ul.star-big {
		list-style: none;
		margin-left: 0;
		}
		ul.check-big li, ul.arrow-big li, ul.cross-big li, ul.light-big li, ul.star-big li {
			list-style-type: none;
			background-repeat: no-repeat;
			background-position: center left;
			padding: 11px 0 8px 50px;
			font-size: 1.4em;
			font-weight: bold;
			}
			ul.check-big li { background-image: url(../images/list/typo_check-big.jpg); }
			ul.arrow-big li { background-image: url(../images/list/typo_arrow-big.jpg); }
			ul.cross-big li { background-image: url(../images/list/typo_cross-big.jpg); }
			ul.light-big li { background-image: url(../images/list/typo_light-big.jpg); }
			ul.star-big li  { background-image: url(../images/list/typo_star-big.jpg); }

ol { list-style-type: decimal}
	/* on the search results page */
	ol.list li { margin-bottom: 2em; }
	ol.list h4 { margin: 0 0 .2em; }

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



body {
	margin: 0;
	background:#151923;
}
#page {
}
#wrapper {
	top: 0;
	width: 940px;
	margin: 0 auto;
	
	}
	#header {
width: 899px; padding:0px;  background:#151923 url('images/bg.gif') no-repeat scroll 0 50%; height:90px;
	margin:0 0 0 20px;}
		#head {
			height: 200px;
		}
		#usermenu {
			position: absolute;
			top: 0;
			width: 899px;			
		}
		#menubar {
			position: absolute;
			top: 22px;
			width: 650px;
			height: 40px;
			margin: 0 0 0 250px;
			}
		#header_scroll {
			position: absolute;
			top: 137px;
			width: 899px;
			height: 30px;
			margin: 0 0 0 20px;
			background:#E9E5E4;
			}
		#searchform {
			position: absolute;
			float: right;
			top: 0px; /* 102px; */
			width: 190px;
			margin-top: 34px;
			margin-left: 680px;
			}
			#search-box {
				width: 190px;
				height: 23px;
				background: url(images/box-search.png) left top no-repeat;
			}
			
			#search-text {
				background: transparent none no-repeat 0 0;
				border: none;
				margin: 1px 32px 4px 4px;
				color: #444;
				width: 122px;
			}

	#wrap {background:#ffffff url('http://bncscripts.com/cssimg/mypagebg.gif') no-repeat scroll 0 0px;
	margin-top:20px;
	padding-top:30px;width: 899px; margin-left:20px;
		height: 100%; /* Fix IE7 */
		}
		#breadcrumb {
			position: absolute;
			float: left;
			top: 52px;
			margin: 0 40px 0 70px;
		}
		#container {
			margin: 0 40px 0 0px;
			}
			#content {
				width: 618px;
				float: left;
				margin-top: 0;
				margin-right: 30px;
			}
			#sidebar {
				width: 190px;
				float: right;	
				margin: 12px 0;
			}
			
	#bncfooter {
background:url("http://bncscripts.com/cssimg/bncblogfooter.gif") no-repeat scroll left bottom #FFFFFF;
margin-left:20px;
padding-top:30px;
width:899px;
}		
	#bncfooter  p {padding:20px;}		
	#bottom {
		clear: both !important;
		height: 140px;
		padding: 10px 20px 0;
	}
		#footer { 
			margin: 0 260px 0 50px;
			padding: 7px 0;
			border-top: 1px solid #cdd;
		}

		
		
		
		
		
		
/* Head
***************************************************************************** */
#head   { background: url(images/headbg.gif) 50% 0 no-repeat; }
#head .slogan {	font-size: 1.4em;	padding: 5px 30px 0 30px;}
#head .logoimg {	margin: 35px 0 0 40px;}


/* Main Menu. The first level
***************************************************************************** */

#mainmenu {
	letter-spacing: .1em;
	font-variant: small-caps;
	font-weight: lighter;
}


.h_dr {
float:right;
margin-top:25px;

}
.h_dr ul {
height:20px;
margin:0;
}
.h_dr ul li {
display:inline;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
.mh { text-align: right; padding: 6px; margin: 5px 30px; font-size: 11px; line-height: 15px;}
.mh strong { letter-spacing: -1px;}
/*

.mh a {background:#383838; display: inline; padding: 7px 7px; color:#D19E4C;}
.mh a:hover {text-decoration: none;color:#000; background: #F8F8F8; }


*/

.mh a {background:#383838; display: inline; 	font-size:10pt;font-weight:bold;color:#D19E4C;height:25px;line-height:25px;padding: 5px 10px; text-transform:lowercase;}
.mh a:hover {text-decoration: none;color:#000; background: #F8F8F8; }
.mh a:visited {background:#383838;  color:#D19E4C; }


.current_page_item  a{background: #F8F8F8; color:#000;}	
.current_page_item  a:visited{background: #F8F8F8; color:#000;}
	

	
	
	
.h_jos{text-align: left; margin: auto; height:22px;}   
   .h_stj {float:left; padding-left:22px; margin-top:3px;font-size:12px;}
.fresh_nw{width: 620px;height: 24px;line-height: 20px;overflow: hidden;position: relative; }
.zilnic_net_stire{width: auto;height: 28px;padding-left: 0px;display: none;	position: absolute; margin-left:70px;}
.zilnic_net_stire a {color:#000;}
.zilnic_net_stire a:hover {color:#7E7E7E;}
	
	
	
	
/*** THE UserMenu ***/

#usermenu {
	font-size: 1.2em;
	color: #aaa;
}

#usermenu div.caption {
	float: right;
	display: none;
	padding: .75em 1em;
	background: url(../images/sys/black-opacity50.png) repeat;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
#usermenu div.tab {
	float: right;
	padding: 0 7px;
	height: 15px;
	background: url(../images/sys/black-opacity50.png) repeat;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

#usermenu ul {
	margin: 0;
	list-style: none;
	}
	#usermenu ul li {
		display: inline;
		padding-left: 1em;
		padding-right: 1em;
		border-right: 1px solid #999;
		}
	#usermenu ul li.last {
		border-right: none;
		}
		#usermenu a, #usermenu a:link, #usermenu a:hover, #usermenu a:active, #usermenu a:visited {
			color: #ccc;
		}	
	
	
	
	
	
	
	
	
	

/* Breadcrumb NavXT plugin
***************************************************************************** */

#breadcrumb {
}


/* Wrap -> Contaniner -> Content, pagenavigator, entry...
***************************************************************************** */

.content-header {
	margin: 0;
	padding: 0 0 0 50px;
	text-align: left;
	overflow: hidden;
	clear: both;
	}
	.content-header h2 {
		margin: .4em 0 40px;
		color: #999;
		border-bottom: 1px solid #cdd;
	}

.post {
	overflow: visible;
	clear: both;
	margin-left: 1px;
	padding: 0 0 40px 50px;
	background: #fff url(images/post-label.gif) 0px 0px no-repeat;
	}
	.post hr {
		display: block;
	}

.postmetadata {
	clear: both;
	margin: 0;
	font-size: 1.2em;
	line-height:1.6em;
	color: #888;
	}
	.postmetadata .date, .postmetadata .author, .postmetadata .comment, .postmetadata .category, .postmetadata .tag, .postmetadata .edit {
		margin:  0 0 0 2px;
		padding: 0 0 0 20px;
	}
	.postmetadata .date           { background: url(images/icons/icons-normal.png) 0 0 no-repeat; }
	.postmetadata .date:hover     { background: url(images/icons/icons-hover.png) 0 0 no-repeat;	}

	.postmetadata .author         { background: url(images/icons/icons-normal.png) 0 -16px no-repeat; }
	.postmetadata .author:hover   { background: url(images/icons/icons-hover.png) 0 -16px no-repeat;	}

	.postmetadata .comment        { background: url(images/icons/icons-normal.png) 0 -32px no-repeat; }
	.postmetadata .comment:hover  { background: url(images/icons/icons-hover.png) 0 -32px no-repeat;	}

	.postmetadata .category       { background: url(images/icons/icons-normal.png) 0 -48px no-repeat; }
	.postmetadata .category:hover { background: url(images/icons/icons-hover.png) 0 -48px no-repeat;	}

	.postmetadata .tag            { background: url(images/icons/icons-normal.png) 0 -64px no-repeat; display:none;}
	.postmetadata .tag:hover      { background: url(images/icons/icons-hover.png) 0 -64px no-repeat;	}

	.postmetadata .edit           { background: url(images/icons/icons-normal.png) 0 -80px no-repeat; }
	.postmetadata .edit:hover     { background: url(images/icons/icons-hover.png) 0 -80px no-repeat;	}

#pagenavigator {
	clear: both;
	margin: 0 0 20px 50px;
	width: 590px;
	height: 22px;
	font-size: 1.0em;
	border: 1px solid #dee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #f1f9f9;
	}
	#pagenavigator a,
	#pagenavigator span.current { margin: 0 .75em 0 0; padding: 3px .25em; }
	#pagenavigator a.page       {}
	#pagenavigator span.current { color: #be261e; font-weight: bold; }
	#pagenavigator a.first      {}
	#pagenavigator a.last       {}
	#pagenavigator span.extend  {}
	#pagenavigator span.pages   {}

.entry {
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 20px 0 0;
	}
	.entry blockquote {
		font-size: .9em;
	}
	.entry blockquote blockquote {
		font-size: .9em;
	}
	.entry fieldset {
		padding: 1em 1em 1em 2em;
		margin-bottom: 1em;
		border: 1px dashed #ccc;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	.entry fieldset legend {
		font-weight: bold;
		text-transform: uppercase;
		margin: -.25em 0 -.25em -3em;
		padding: .25em 1em .25em 1em;
		background-color: white;
		border: 1px solid #ccc;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	.entry table {
		border-width: 0 1px 1px 0;
		border-style: solid;
		border-color: #ccc;
		font-size: 0.9em;
	}
	.entry table tr td {
		padding: 5px 10px;
		border-width: 1px 0 0 1px;
		border-style: solid;
		border-color: #ccc;
	
	}
	.entry table tr th {
		border-width: 1px 0 0 1px;
		border-style: solid;
		border-color: #ccc;
		padding: 5px 10px;
		background: #f4f4f4;
		color: #666;
		font-weight: bold;
		text-align: center;
	}
	.entry ol { list-style-type: decimal; }
	.entry ol ol {	list-style-type: lower-alpha; }
	.entry ol ol ol {	list-style-type: lower-roman; }

	.entry ul.links {
		list-style: none;
		margin-left: 0;
		}
		.entry ul.links li {
			padding: 0 0 1em;
		}

.notice {
		font-size: 1.4em;
		line-height: 1.4em;
		padding: 2em 1em 1em 0;
		border: 1px solid #ccc;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		background: #fff9f9;
	}
	.notice div#icon {
		float: left;
		margin-left: 20px;
		width: 48px;
		height: 48px;
		background: url(images/icons/notice.png) 0 0 no-repeat;
	}
	.notice div#box {
		float: right;
		width: 500px;
		}
		.notice div#box form {
			margin-bottom: 1em;
		}

p img {
	padding: 0;
	max-width: 100%;
}

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


/* Comments
***************************************************************************** */

#comments {
	font-size: 1em;
	line-height: 1.4em;
	margin: 0 0 20px 50px;
	padding: 20px 0 0 0;
	border-top: 1px solid #cdd;
	}
	#comments .browse {
		clear: both;
		width: 588px;
		height: 19px;
		margin: 0;
		padding-bottom: 9px;
	}

.commentlist {
	margin: 10px 0;
	}
	.commentlist li {
		list-style: none;
		padding: 10px;
	}

li.comment {
	border: 1px solid #cdd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 20px;
	padding-top: 1em;
	font-size: 12px;
	}
	li.comment div, li.pingback div {
	}
	.vcard img.avatar {
		float: left;
		border: 1px solid #eee;
		padding: 2px;
		margin: 0 20px 1em 0;
		background: #fff;
	}
	.vcard cite {
		font-weight: bold;
		font-size: 12px;
	}
	.vcard span {
		font-size: 10px;
	}
	.commentmetadata {
		font-size: 10px;
	}
	
	li.comment p {
		clear: both;
	}
	
	li.comment blockquote {
		clear: both;
		font-size: 12px;
		min-height: 2em;
	}
	.reply {
		font-size: 10px;
	}

.commentlist li.even {
	background: #f0f0f0;
}

.commentlist li.odd {
	background: #fff;
}

ul.children {
	margin: 1em 0 0;
}

ul.children li {
	list-style: none;
	margin-bottom: 10px;
	padding-top: 1em;
}

#respond {
	font-size: 12px;
	margin: 20px 0;
	}
	#respond p.small {
		font-size: 10px;
	}
	#respond textarea {
		width: 96%;
	}
	#respond div.cancel-comment-reply {
		padding: 10px 0 0;
	}

#commentform {
	padding-bottom: 30px;
}


/* Sidebar
***************************************************************************** */

#sidebar h2 {
	margin-bottom: .5em;
	font-size: 1.6em;
	border-bottom: 1px solid #cdd;
	color: #999;
}

#sidebar a {
	font-size: 1.2em;
	background: none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 20px;
}


#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: .5em 0 .5em 1em;
}

#sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	padding: 0;
	margin: .5em 0 .5em 0;
}

/* Calendar */

#wp-calendar {
 	font-size: 1.2em;
	empty-cells: show;
	}

#wp-calendar a {
 	font-size: 1.0em;
	display: block;
	font-weight: bold;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar caption {
	margin: 8px 0;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	font-weight: lighter;
 	font-size: .8em;
 	color: #444;
	text-align: right;
	}

#wp-calendar th {
	padding: 4px 5px 4px 6px;
	font-weight: lighter;
 	font-size: .8em;
 	color: #666;
	text-align: right;
	background: #f4f4f4;
}

#wp-calendar td {
	padding: 4px 5px 4px 6px;
	text-align: right;
	}
	#wp-calendar td#today {
		background: #e0e0e0;
	}
	#wp-calendar td#prev a {
		padding: 0;
		text-align: left;
		font-weight: normal;
	}
	#wp-calendar td#next a {
		padding: 0;
		text-align: right;
		font-weight: normal;
}


/* Bottom -> Footer
***************************************************************************** */

#footer span {
	color: #888;
	text-align: left;
	font-size: .9em;
	line-height: 1.6em;
	}
	#footer .copyright {
		color: #666;
		font-size: 1.111em;
	}


/* Template. Auxiliary
***************************************************************************** */

.clear, .clearfix {
	clear: both;
	height: 0;
}

.alignright, .alignleft {
	padding: 0;
	margin: 6px 20px 10px 20px;
	display: inline;
}

.alignright {
	float:right;
}

.alignleft {
	float:left;
}

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

.wp-caption {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
}

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