/*
Theme Name: ECintheUK 2016
Theme URI: http://wordpress.org/
Description: Custom theme for ECintheUK in 2016
Version: 1.0
Author: FPFIS
*/



/* Begin Typography & Colors */
.post .post_title a,
.post .post_title a:link,
.post .post_title a:visited {
  color: #027AC6;
  font-size: 1.2em;
  font-weight: bold;
}

small {
  color: #999;
}
/* End Typography & Colors */



/* Begin Structure */
.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.entry {
	text-align: justify;
}
	
.post {
	margin: 20px 0 0;
  padding: 0 0 20px;
	text-align: justify;
  border-bottom: dashed 1px #0065A2;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
  text-align: right;
}

.clear {
	clear: both;
}
/* End Structure */



/*	Begin Headers */
/* End Headers */



/* 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 Lists */

/* End Lists */



/* Begin Form Elements */

/* End Form Elements */



/* Begin Comments*/
ol.commentlist {
  padding: 0;
}

.commentlist .comment-author img.avatar {
  float: right;
}
.commentlist .comment-author .fn {
  font-weight: bold;
  font-style: italic;  
}
.commentlist .comment-author .says {
  display: none;
}

.commentlist .comment-meta {
  font-size: 0.8em;
  color: #666;
}
.commentlist .comment-meta a,
.commentlist .comment-meta a:link,
.commentlist .comment-meta a:hover,
.commentlist .comment-meta a:focus,
.commentlist .comment-meta a:visited {
  color: #666;
  text-decoration: none;
}

.commentlist li {
	list-style: none;
}

.commentlist li.thread-even,
.commentlist li.thread-odd {
  margin: 0 0 10px 0;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0 2px #027AC6;
}
.commentlist li.thread-even:hover,
.commentlist li.thread-odd:hover {
  box-shadow: 0 0 3px #074A8B;
  background-color: #e7f2ff;
}

.commentlist ul.children {
  border-top: dashed 1px #3faef4;
  padding: 5px 5px 5px 30px;
}
/* End Comments */



/* Begin Sidebar */

/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	display: block;
	text-align: center;
	empty-cells: show;
	width: 150px;
	margin: 0 auto;
  font-size: 0.9em;
}
	
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
  border-bottom: #369 1px solid;
  text-transform: uppercase;
  color: #369;
}

#wp-calendar caption, #wp-calendar tr, #wp-calendar tbody{
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	width: 22px;
}

#wp-calendar th {
  font-weight: bold;
  text-align: center;
  color: #369;
}
/* End Calendar */



/* 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;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	height: 2em;
	text-align: center;
	margin-top: 10px;
	}
  
.well {
  background-color: #F5F5F5;
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  min-height: 20px;
  padding: 8px;  
}
/* 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 */
