/*
Theme Name: Arturo
Theme URI:  http://themes.bavotasan.com/our-themes/premium-themes/arturo/
Description: A theme framework featuring a fully customizable layout and design built for WordPress 3.1. Designed by <a href="http://themes.bavotasan.com/">Themes by bavotasan.com</a>.
Version: 1.0.1
Author: c.bavota
Author URI: http://themes.bavotasan.com/
Tags: right-sidebar,left-sidebar,fixed-width,three-columns,two-columns,white,custom-header,theme-options

License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

/* General settings */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

#body-wrapper {
	margin: auto;
	position: relative;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
 
/* remember to define focus styles! */
:focus {
	outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
 
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a { text-decoration: none; }
h1, h2, h3, h4, h5, h6 { 
	margin: 12px 0; 
	float: left; 
	width: 100%; 
	line-height: normal; 
	word-wrap: break-word;
    letter-spacing: 0;
	}
p, table { margin: 1em 0; }
ul, ol { padding: 0 0 0 20px; list-style: disc; }
ol { list-style: decimal; }
h1 { font-size: 16px; } // 32
h2 { font-weight:bold; font-size: 18px; } // 24
h3 { font-size: 12px; } // 20
h4 { font-size: 12px; } // 16
h5 { font-size: 12px; } // 14
h6 { font-size: 12px; } // 12
small { font-size: 80%; line-height: normal; }

object,
embed,
.format-video iframe,
img {
	max-width: 100%;
	}

img {
	height: auto;
	}

blockquote {
	margin: 1em 2em;
	border-left: 1px dashed #999;
	padding-left: 1em;
	line-height: normal; 
	font-style: italic;
	}

th {
	background: #eee;
	border: 1px solid #ccc;
	/*text-transform: uppercase;*/
	padding: 6px;
}

td {
	border: 1px solid #ccc;
	padding: 6px;
}

dt { font-weight: bold; text-decoration: underline; } 
dd { margin: 0; padding: 0 0 0.5em 1em; }

.fl { float: left; }
.fr { float: right; }
.clear { clear: both; }
br.clear { line-height: 0; }

.guides {
	width: 100%;
	padding: 8px 0;
	background: #f2f2f2;
	border: 1px solid #bbb;
	margin-bottom: 5px;
	position: relative;
	text-shadow: none !important;
	font-size: 12px !important;
	_border: 0; /* IE 6 hack */
	}	
		
	.guide-title {
		-moz-border-radius:3px 3px 3px 3px;
		border-style:solid;
		border-width:1px;
		margin: 0;
		padding: 3px 8px;
		background-color:#444;
		border-color:#000;
		color: #fff;
		margin: 0 5px 10px;
		}
	
.functions {
	position: absolute;
	text-align: center;
	min-width: 200px;
	padding: 8px 0;
	background: #f4adad;
	border: 1px solid #dd0000;
	color: #a30000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	}
	
textarea { width: 96%; }
	
/* Header elements */

#header {
	width: 100%;
	padding: 0;
	margin: 0 0 30px;
	float: left;
	}
	
	#headerbanner {
		width: 100%;
		}
	
	#headerad {
		margin: 24px 0 0;
		text-align: center;
		}

		.headad, .footad {
			width: 468px;
			height: 60px;
			border: 1px solid #ccc;
			text-align: center;
			line-height: 60px;
			font-size: 12px;
			background: #eee;
			margin: auto;
			}
			
			#headerad.fl .headad {
				float: left;
				}
				
			#headerad.fr .headad {
				float: right;
				}	
			
		.footad {
			width: 728px;
			height: 90px;
			line-height: 90px;
			}


#title {
	margin: 20px 0 0;
	padding: 0;
	_width: 300px; /* IE hack */
	}
	
	#title h1 {
		margin: 0;
		padding: 0;
		}
	
	#title.aligncenter {
		margin: 20px auto;
		text-align: center;
		}
	
	#title.fr {
		text-align: right;
		}
	
	#title h1 a:hover {
		text-decoration: none;
		}
		
	.headerimage .aligncenter {
		margin: 0 auto !important;
		}
		
#description {
	margin: 0 0 20px;
	padding: 0;
	*width: 300px; /* IE hack */
	}	

	#description.fl {
		clear: left;
		}
		
	#description.fr {
		clear: right;
		}

	#description.aligncenter,
	#headerad.aligncenter {
		margin: 0 auto 20px;
		text-align: center;
		clear: both;
		}
		
		#headerad.aligncenter {
			margin: 24px auto 20px;
			}
	
#main-navigation {
	margin: 0;
	width: 100%;
	position: relative;
	z-index: 1000;
	}
	
	#main-navigation ul {
		width: 100%;
		}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;

	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.48em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	0;
}
.sf-menu a {
	padding: 		.8em 1em .7em;
	text-decoration:none;
}

.sf-menu li li a {
	border: 0;
	}


.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			.90em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url(images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.85em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url(images/shadow.png) no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* main content */

#maincontent {
	position: relative;
	*overflow: hidden; /* for IE */
	}
	
.hentry {
	float: left;
	width: 100%;
	box-shadow: 0 0 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.4);
    margin: 0 0 20px;
    padding: 15px;
	}	
	
	.hentry h1.posttitle,
	.hentry h2.posttitle {
		margin: 0;
		}
	
	.hentry img,
	#authorbox img,
	.wp-caption,
	.gallery-thumb {
		padding: 5px; 
		background: #ddd; 
		border: 1px solid #fff; 
		box-shadow: 0 0 0 1px #e6e6e6;
		-webkit-box-shadow: 0 0 0 1px #e6e6e6;
		-moz-box-shadow: 0 0 0 1px #e6e6e6;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		}

	.hentry .meta {
		font-size: 11px;
		float: left;
		width :100%;
		margin-bottom: 10px;
		color: #aaa;
		}
		
		.hentry .meta a,
		.hentry .meta span {
			color: #666;
			text-transform: uppercase;
			}
			
			.hentry .meta a:hover {
				color: #222;
				}
		
		.hentry .theauthor {
			float: left;
			}
		
		.hentry .thedate {
			color: #666;
			float: right;
			text-transform: uppercase;
			}
	
	.storycontent { word-wrap: break-word; clear: both; }
			
	.storycontent .tags {
		line-height: 12px;
		color: #666;
		}
		
/* AUTHOR BOX */

#authorbox {
	box-shadow: 0 0 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.4);
    width: 100%;
    margin: 10px auto;
    overflow:hidden;
	padding: 10px 0;
	font-size: 90%;
	}
	
	.author #authorbox {
		margin: 0 0 30px;
		}
		
	.authortext {
		width: auto;
		}	
		
    #authorbox h4 {
        font-size:16px;
        margin:0;
        padding: 5px 10px 5px 15px;
		clear: none;
		width: auto;
    	}
		
#authorbox img {
        margin:0 0 0 10px;
        padding:10px;
        float:left;
    	}
		
    #authorbox p {
        margin:0;
        padding:0px 10px 10px 15px;
    	}
		
 #authorbox h4 > a {
        text-decoration:none;
    	}

div.commentbox {
	float: right;
	margin: -1px 0 0 15px;
	}
	
	div.commentbox a {
		color: #205B87;
		}

div.commentbox-l {
	background: url(images/commentbox-l.png) no-repeat left;
	width: 8px;
	height: 26px;
	float: left;
	}

.ind-comments {
	float: left;
	background: url(images/commentbox-r.png) no-repeat right;
	height: 26px;
	padding-right: 8px;
	text-decoration: none;
	display: block;
	}
		
h1.catheader {
	margin: 0 0 10px 0;
	font-size: 20px;
	font-variant: small-caps;
	text-shadow: #fff 0 1px 0;
	}			
	
	.catdesc {
		margin-bottom: 20px;
		text-shadow: #fff 0 1px 0;
		color: #888;
		}

/* Columns function */

.columns {
	float: left;
	}

.columns h2 {
	margin-top: 0;
	}
	
	.columns-title {
		font-size: 30px;
		margin-bottom: 30px;
		font-family: Georgia, "Times New Roman", Times, serif;
		}
	
.columns .post {
	margin-bottom: 30px;
	float: left;
	}

/* Comment Elements */

#comments {
	text-shadow: #fff 0 1px 0;
	}

#commentform input,
#commentform textarea {
	clear: both;
	display: block;
	border: 1px solid #aaa;
	padding: 5px;
	margin: 0;
	}
		
	#commentform input:focus,
	#commentform textarea:focus {
		border-color: #666;
		}	
		
	#commentform #submit {
		padding: 4px 10px;
		cursor: pointer;
		border: 1px solid #000;
		background: #444;
		color: #fff;
	   -moz-border-radius: 6px;
	   -khtml-border-radius: 6px;
	   -webkit-border-radius: 6px;
		}
		
		#commentform #submit:hover {
			background: #222;
			}
		
	 h3#comments-title, #respond h3 { font:normal 20px georgia,times,serif; margin: 10px 0; clear: left; }
	 h3#comments-title { background: url(images/h2line.png) repeat-x bottom; padding-bottom: 8px; }

	 #respond { margin-top: 15px; clear: both; float: left; width: 100%; }

	 ol.commentlist { list-style:none; margin:0; padding:0; float: left; width: 100%;}

	 ol.commentlist li { padding:20px 0 20px; background: url(images/h2line.png) repeat-x bottom; clear: both; float: left; width: 100%; }
	 ol.commentlist ul.children li { padding:20px; background: #eee; border: 1px solid #ccc; width: 100%; }

	.commentlist .avatar {
		float: left;
		padding: 8px;
		box-shadow: 0 0 3px rgba(0,0,0,0.4);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4);
		-moz-box-shadow: 0 0 3px rgba(0,0,0,0.4);
		background: #fff;
		}
	
	.commentlist .comment-author {
		font-size: 12px;
		padding-left: 90px;
		}
	
	.commentlist .comment-text {
		padding: 0 0 0 90px;
		}
	
	.commentlist .url {
		font-size: 16px;
		font-style: italic;
		}

	ol.commentlist li div.reply { 
		width: 100%;
		text-align: right;
		}

	#cancel-comment-reply-link { 
		font-size: 12px;
		float: right;
		}

	 ol.commentlist li ul.children { margin:16px 0 0; padding: 0 0 0 35px; background: url(images/commentarrow.png) no-repeat left top; list-style: none; clear:both; float: left; width: 86%; }
	 		
/* Pagination */	
	
.pagination {
	margin: 20px 0 10px;
	width: 98%;
	padding: 12px 1% 10px;
	text-align: right;
	box-shadow: 0 0 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.4);
	font-size: 12px;
	line-height: normal;
    }	

.pagination a {
	padding: 3px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #ccc;
	color: #666;
	background-color: #eee;	
}

.pagination a:hover {	
	border: 1px solid #444;
	color: #444;
	background-color: #eee;
}

.pagination span.pages {
	padding: 3px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #666;
	border: 1px solid #ccc;
	background-color: #eee;
}
.pagination span.current {
	padding: 3px 4px 2px 4px; 
	margin: 2px;
	border: 1px solid #666;
	color: #444;
	background-color: #eee;
}
.pagination span.extend {
	padding: 3px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #ccc;
	color: #444;
	background-color: #eee;
}	

/* Sidebar */
	
#sidebar, #secondsidebar {
	padding: 0;
	float: left;
	position: relative;
	min-height: 200px;
	line-height: normal;
	}	
	
.side-widget {
	float: left;
	box-shadow: 0 0 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.4);
    margin: 0 0 20px;
    padding: 15px
	}
	
	.side-widget h3,
	.bottom-widget h3 {
		margin: 0 0 10px;
		padding: 0 0 5px;
		border-bottom: 1px solid #ccc;
		font-variant: small-caps;
		}	
	
	.side-widget ul {
		padding: 0;
		margin: 0;
		list-style-type: none;
		}
		
	.side-widget ul li,
	.bottom-widget ul li {
		padding: 0 15px;
		margin: 3px 0;
		}
	
	.side-widget #s {
		width: 90%;
		padding: 5px 20px 5px 5px;
		background: url(images/search.png) no-repeat right #f4f4f4;
		border: 1px solid #aaa;
		}
		
	.side-widget #s:focus {
		border-color: #666;
		}	
		
/* Extended Footer */

#bottombar {
	margin: 0 0 15px;
	padding: 0 0 25px;
	line-height: normal;
	width: 100%;
	position: relative;
	background: url("images/h2line.png") repeat-x bottom;
	}
			
	#bottombar ul {
		padding: 0;
		margin: 0;
		}	
		
		#bottombar ul li {
			list-style-type: none;
			}

	#bottombar .bottom-widget {
		float: left;
		width: 18%;
		margin: 0 1%;
		}
	
	.bottom-widget h3 {
		border: 0;
		margin: 0;	
		}
	
	#bottombar .rsswidget img {
		display: none;
		}		
	
/* Footer */	
	
#footer {
	width: 100%;
	font-size: 11px;
	line-height: 13px;
	padding: 20px 0;
	margin: 10px 0 0;
	position: relative;
	background: url(images/h2line.png) repeat-x top;
	text-shadow: #fff 0 1px 0;
	}

/* Footer Ad */

#footerad {
	margin-bottom: 20px;
	clear: both;
	}
	
/* SLIDEROTA */

#sliderota,
#scrollerota,
#faderota {
	overflow: hidden;
	position: relative;
	margin: 0 0 20px;
	visibility: hidden;
	}
 
	#sliderota ul.images,
	#scrollerota ul.images,
	#faderota ul.image {
		position: absolute;
		top: 0;
		left: 0;
		padding: 0;
		margin: 0;
		list-style: none;
		height: 100%;
		}
		
		#sliderota ul.images li {
			float: left;
			}
 
	#sliderota ul.images li img,
	#scrollerota ul.images li img,
	#faderota ul.images li img {
		float: left;
		width: 100%;
		}
 
	#sliderota ul.text {
		position: absolute;
		bottom: 8px;
		left: 8px;
		z-index: 100;
		list-style: none;
		padding: 0;
		margin: 0;
		}
  
	#sliderota ul.text li  {
		float: left;
		}	
 
		#sliderota ul.text li a {
			background: url(images/controls.png) no-repeat 0 0;
			width: 16px;
			height: 16px;
			display: block;
			}
 
		#sliderota ul.text li.selected a {
			background-position: -18px 0;
			}
 
	#sliderota .controls a {
		z-index: 100;
		position: absolute;
		right: 8px;
		bottom: 8px;
		background: url(images/controls.png) no-repeat -54px 0;
		width: 16px;
		height: 16px;
		}
 
		#sliderota .controls a.play {
			display: none;
			background-position: -36px 0;
			}

/* SCROLLEROTA */
#scrollerota a.readmore {
	background: #444;
	padding: 5px 0;
	text-align: center;
	border: 1px solid #555;
	color: #fff;
	clear: both;
	display: block;
	height: 16px;
	width: 80px;
	margin-top: 16px;
	font-size: 12px;
	line-height: 15px;
	}
	
#scrollerota a:hover.readmore {
	background: #888;
	border: 1px solid #999;
	text-decoration: none;
	}	

#scrollerota ul.text {
	list-style: none;
	width: 200px;
	background: url(images/pixel.png);
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 12px;
	}
	
	#scrollerota ul.text li p {
		margin: 0;
		word-wrap: break-word;
		}
	
	#scrollerota ul.text li {
		padding: 10px;
		height: 260px;
		}
	
	#scrollerota ul.images li {
		float: left;
		height: 280px;
		}
			
#scrollerota .controls {
	position: absolute;
	bottom: 10px;
	right: 10px;
	}
	
	#scrollerota .controls a {
		width: 22px;
		height: 22px;
		display: block;
		float: left;
		background: url(images/controls2.png) no-repeat;
		}

	#scrollerota .controls .prev {
		background-position: 0 -22px;
		}

	#scrollerota .controls .next {
		background-position: -23px -22px;
		}
		
	#scrollerota .controls .play {
		background-position: -23px 0;
		display: none;
		}		

/* FADEROTA */

#faderota ul.text {
	list-style: none;
	position: absolute;
	margin: 0;
	color: #fff;
	top: 0;
	left: 0;
	padding: 0;
	}
			
		#faderota ul.text li {
			position: absolute;
			bottom: 44px;
			right: 0;
			overflow: hidden;
			display: none;
			}	
			
			#faderota ul.text li a:hover {
				background: #222;
				}
			
			#faderota ul.text li a {
				font-size: 24px;
				display: block;
				color: #fff;
				text-shadow: #000 2px 2px 2px;
				line-height: 26px;
				background: url(images/pixel.png);
				padding: 10px 15px;
				border-bottom: 1px solid #444;
				letter-spacing: 1px;
				border-left: 1px solid #444;
				}
			
		#faderota ul.text li.selected {
			z-index: 100;
			display: none;
			}	
		
		#faderota ul.images li {
			position: absolute; 
			top: 0;
			left: 0;
			display: none;
			}
				
	#faderota .play {
		position: absolute;
		top: 5px;
		right: 5px;
		width: 21px;
		height: 21px;
		display: none;
		background: url(images/faderota_controls.png) no-repeat -62px 0;
		}

	#faderota .prev {
		background: url(images/faderota_controls.png) no-repeat 0 0;
		width: 30px;
		height: 50px;
		display: block;
		position: absolute;
		left: 0;
		}

	#faderota .next {
		background: url(images/faderota_controls.png) no-repeat -30px 0;
		width: 30px;
		height: 50px;
		display: block;
		position: absolute;
		right: 0;				
		}

/* Gallery */

.gallery {
	margin: 10px auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin: 0 0 8px;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}

.gallery dl {
	margin: 0;
}

.gallery br+br {
	display: none;
}

/* WordPress Required Elements */

.aligncenter,
div.aligncenter {
   display: block;
   margin: 10px auto;
	clear: both;
}

.alignleft, div.alignleft {
   float: left;
   margin: 5px 15px 5px 0;
}

.alignright, div.alignright {
   float: right;
   margin: 5px 0 5px 15px;
}

.alignnone {
	margin: 5px 0;
	clear: both;
	}

.wp-caption {
   	max-width: 100%;
	text-align: center;
	text-shadow: #fff 0 1px 0;
	}

#wp-calendar {
	margin: auto;
	}
	
	#wp-calendar tbody td {
		text-align: center;
		}

	#calendar_wrap {
		clear: both;
		}

.wp-caption img {
   	margin: 0;
   	padding: 0;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    }

.wp-caption p.wp-caption-text,
.gallery-caption {
   font-size: 11px;
   line-height: 17px;
   padding: 5px 5px 0;
   margin: 0;
}

.more-link {
	font-size: 90%;
	float: right;
	}

.sticky {}
.bypostauthor {}

p.error {
	color: #cc0000;
	margin: 12px 0;
	}	
	
div.warning {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color:#FFFFE0;
	border: 1px solid #E6DB55;
	*border: 0; /* IE hack */
	font-size: 12px;
	line-height: normal;
	width: 100%;
	}
	
	div.warning p {
		padding: 8px 10px;
		margin: 0;
		}
	
.screen-reader-text,
#searchsubmit {
	display: none;
	}
	
/* NEW POST FORMATS */

.gallery-thumb {
	float: left;
	width: 100%;
	}

	p.gallery-text {
		margin: 5px 0 0;
		width: 100%;
		}
	
.gallery-thumb img,
#maincontent .pformat img {
	width: auto\9; /* IE 8 Hack */
	margin: 0;
	padding: 0;
	border: 0;
	background: none;	
	box-shadow: none;
	}
	
	/*#maincontent .gallery-thumb img,
	#maincontent .pformat img  {
 		max-width: 96% !important;
		}
		
	#maincontent .wp-caption img {
 		max-width: 97% !important;
		margin: 0;
		padding: 0;
		border: 0;
		background: none;
		}*/
	
.format-aside .storycontent .pformat { 
	padding-left: 30px;
	background: url(images/quotes.png) no-repeat top left;
	min-height: 30px;
	}

.format-audio .storycontent .pformat {
	padding-left: 38px;
	background: url(images/audio.png) no-repeat top left;
	min-height: 30px;
	display: block;
	}
	
.format-link .storycontent .pformat { 
	padding-left: 38px;
	min-height: 30px;
	display: block;
	background: url(images/link.png) no-repeat top left;
	font-size: 18px;
	line-height: 22px;
	}
	
	.format-link .storycontent .pformat p { 
		margin-top: 8px;
		}
.gallery-thumb 
{
padding: 0 &amp;lt;span style=&amp;quot;padding: 0;&amp;quot;&amp;gt;!Important&amp;lt;/span&amp;gt;;
		border: 0 &amp;lt;span style=&amp;quot;border: 0;&amp;quot;&amp;gt;!Important&amp;lt;/span&amp;gt;;
		box-shadow: none &amp;lt;span style=&amp;quot;box-shadow: none;&amp;quot;&amp;gt;!Important&amp;lt;/span&amp;gt;;
		-webkit-box-shadow: none &amp;lt;span style=&amp;quot;-webkit-box-shadow: none;&amp;quot;&amp;gt;!Important&amp;lt;/span&amp;gt;;
		-moz-box-shadow: none &amp;lt;span style=&amp;quot;-moz-box-shadow: none;&amp;quot;&amp;gt;!Important&amp;lt;/span&amp;gt;;
		box-sizing: none &amp;lt;span style=&amp;quot;box-sizing: none;&amp;quot;&amp;gt;!Important&amp;lt;/span&amp;gt;;
		-moz-box-sizing: none &amp;lt;span style=&amp;quot;-moz-box-sizing: none;&amp;quot;&amp;gt;!Important&amp;lt;/span&amp;gt;;
		-webkit-box-sizing: none &amp;lt;span style=&amp;quot;-webkit-box-sizing: none;&amp;quot;&amp;gt;!Important&amp;lt;/span&amp;gt;;
}