/*
Theme Name: WebU 3
Theme URI: http://wordpress.org/
Description: Webuseful 3 Theme
Version: 1.0
Author: Steve Jack
Author URI: http://www.webuseful.co.uk
Tags:
*/
.blog-nav { border-top : 1px solid #666; padding : 10px 0; font-weight : bold; }
.blog-metadata { margin-top : 10px; }
.blog-next { width : 45%; float : right; text-align:right; }
.blog-prev { width : 45%; float : left; text-align:left; }

/*Styles for the older / newer links */
.next-links { border-top : 1px solid #666; padding : 10px 0; font-weight : bold; }

.alignleft { float : left;  }
.alignright { float : right; text-align : right;}
.aligncenter { display:block; margin:0 auto }
.pageno { display:block; margin:0 auto; text-align: center; padding: 0 40px;}
.floatleft {
	float: left
}
.floatright {
	float: right
}


img.alignleft { margin: 5px 20px 5px 0; }

.wp-caption.alignleft { margin: 5px 10px 5px 0; }

img.alignright { margin: 5px 0 5px 20px; }

.wp-caption.alignright { margin: 5px 0 5px 10px; }

img.aligncenter { margin: 5px auto; }

img.alignnone { margin: 5px 0; }

li.widget { list-style:none;}

.textcenter {
	text-align: center
}
.textright {
	text-align: right
}
.textleft {
	text-align: left
}


/*Style for the post Featured Image*/
.attachment-post-thumbnail {
	float : right;
	margin : 20px;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding:10px; 
	margin: 10px;
	max-width: 90%; /*WP gives figure.wp-caption an element style the full width of the image*/
	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;
}

.page-pagination {
}

.page-pagination span, .page-pagination a {
	font-size: 10px;
	display: block;
	float: left;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	margin-right: 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.widget-wrapper {
	margin-top : 40px;
}

/*COLUMN SHORTCODE STYLES*/
.one-half{ width:48%;}
.one-third{ width:30.66%; }
.two-third{ width:65.33%; }
.one-fourth{ width:22%; }
.three-fourth{ width:74%; }
.one-fifth{ width:16.8%; }
.one-sixth{ width:13.33%; }
.one-half, .one-third, .two-third, .one-fourth, .three-fourth, .one-fifth, .one-sixth {
	position:relative; 
	margin-right:4%; 
	float:left;
	padding : 1em 0;
}

.column-last{margin-right: 0px;}
.column-first{margin-left: 0px;}

/*SHORTCODE STYLES*/
/*divider*/
.divider{
	display: block;
	height: 1px;
	border-bottom : 1px solid #444;
	margin: 20px 0;
}

/*line*/
.line-space{
	display: block;
	height: 1px;
	background: #EEE;
	margin: 20px 0;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}


/* Styles for index.php */
.index-padder  {
	padding-top : 40px;	
}

.entry {
	padding-bottom : 35px;
}

.blog-entry {
	display : table-row;
	width : 100%;
}

.blog-date-wrapper {
	width: 32px;
	display : table-cell;
	vertical-align:top;
}

.blog-date {
	color: #fff;
	background-color : rgb(145,145,145);
	font-size: 10px;
	text-align: center;
	padding: 3px;

}

.blog-content {
	display : table-cell;
	width : 100%;
	vertical-align:top;	
	padding : 0 0 20px 20px;
	border-left : 5px solid rgb(145,145,145);
	border-bottom : 1px solid rgb(145,145,145);
}

.attachment-post-thumbnail {
	float : right;
	margin-left : 20px;
}

form.search-form { margin-bottom : 0;}
form span.screen-reader-text, label.screen-reader-text { display : none; }
form.search-form input.search-field {
	box-sizing : border-box;
	width : 100%;
/*	padding-top : 6px;
	padding-bottom : 6px; 	*/
	height : 25px;
	line-height : 25px;
}

/*style the Monthly archive dropdown*/
#archives-dropdown-3 {
	width: 125px;
}

/*Styles for the Wp Show Posts plugin*/
#content header.wp-show-posts-entry-header,
#content article.wp-show-posts-single,
#content div.wp-show-posts-inner
 {
	padding:0;
	margin:0;
}

#content article.wp-show-posts-single p{
	margin-bottom:10px;
}

#content header.wp-show-posts-entry-header a {
	text-decoration: underline;
}

#content header.wp-show-posts-entry-header a:hover,
#content header.wp-show-posts-entry-header a:active
 {
	text-decoration: none;
}

/*Fix the Ken Burns animation in Prime Slider to start from the centre, and so expand right and left equally.  This overwrites transform-origin{ 0 50%} in the Prime CSS. */

#content .bdt-transform-origin-center-left { 
transform-origin: 50% 50%;  
}

