/*
Theme Name: Liberty Games
Theme URI: https://www.libertygames.co.uk/blog/
Description: Liberty Games WordPress theme.
Version: 2.0
Author: Stuart Kerr
Author URI: https://twitter.com/stukerr
*/

/* NEW */

body {
	color:#555;
	margin:0;
	padding:0;
	width:100%;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	font-size:16px;
	line-height:1.45;
	position:relative;
	background-color:#fff;
}

#blogTop {
	background-color:#fff;
	/* height:40px; */
	width:100%;
}
.blogInner {
	margin:0 auto;
	position:relative;
	width:1180px;
}
.biLeft ul { 
	display:inline;
	list-style-type: none;
}
.biLeft li { 
    float: left;
	font-family:"Oswald",sans-serif;
    height: 40px;
    line-height: 40px;
    margin: 0 0 0 15px;
    padding: 0;
	font-size:12px;
}
.biLeft li a { 
	color:#000;
}
.biLeft li:first-of-type { 
	margin:0;
}
#biLogo {
    position: absolute;
    right: 0;
    width: 100px;
    height: 80px;
    background-color: #fff;
    text-align: center;
	z-index:200;
}
#biLogo a {
	display:block;
    width: 100px;
    height: 80px;	
}
.biRight {
	position:absolute;
	right:115px;
	top:7px;
}
.biRight a {
	display:block;
	width:25px;
	height:25px;
}
.blogSocialSprite {
    background: url('images/blog-social-icons.png');
	display:inline-block;
	height:25px;
	width:25px;	
	margin-left:5px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-resolution: 240dpi) {
    .blogSocialSprite {
        background: url('images/blog-social-icons@2x.png'); 
		background-size: 25px;
    }
}
.bss-fb { background-position: 0 0; } 
.bss-tw { background-position: 0 -25px; } 
.bss-ig { background-position: 0 -50px; } 
.bss-gp { background-position: 0 -75px; } 
.bss-pt { background-position: 0 -100px; } 
.bss-rs { background-position: 0 -125px; } 


.postSocialSprite {
    background: url('images/blog-social-share.png');
	display:inline-block;
	height:50px;
	width:50px;	
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-resolution: 240dpi) {
    .postSocialSprite {
        background: url('images/blog-social-share@2x.png'); 
		background-size: 50px;
    }
}
.pss-fb { background-position: 0 0; } 
.pss-tw { background-position: 0 -50px; } 
.pss-pt { background-position: 0 -100px; } 

.blogMain {
	background-color:#cee5eb;
	clear:both;
	z-index:200;
}
#blogInnerMain {
	padding-top:5px;
	padding-bottom:25px;
}
#blogHeaderMain {
	height:110px;
	padding:10px 0;
}
#bhmTitle, #bhmTitle h1 {
	font-family: 'Exo 2', sans-serif;
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 5px #000;
}
#bhmTitle a {
	color: #fff;
	text-decoration:none;
}
#blogCatList {
	position:absolute;
	right:0;
	top:70px;
}
#blogCatList ul {
	list-style-type: none;
}
#blogCatList li {
	background-color:#000;
	padding:10px;
	color:#fff;
	font-family:"Oswald",sans-serif;
	float: left;
	margin-left:20px;
}
#blogCatList li a {
	color:#fff;
}
#blogCatList li.bcgr {
	background-color:#1fc6ef;
}
#blogCatList li.bcaf {
	background-color:#f8a338;
}
#blogCatList li.bcps {
	background-color:#6e40a4;
}
#blogCatList li.bctu {
	background-color:#fe4fa9;
}
#blogCatList li.bcal {
	background-color:#000;
}

#blogFooter {
	background-color:#fff;
	min-height:100px;
	padding-bottom:25px;
	padding-top:10px;
}

h2.archTitle {
	font-family: 'Exo 2', sans-serif;
    font-size: 45px;
    font-weight: bold;
    color: #ff915b;
    text-shadow: 1px 1px 5px #000;		
}

.clearer {
	clear:both;
}

/* Specific post styles */

.blogRowA {
	background-color: #ffffff;
	padding: 20px;
}

.blogRowB {
	background-color: #edf6f8;
	padding: 20px;
}

.blogRowC {
	background-color: #e7f3ff;
	padding: 20px;
}

/* End post styles */

/* sk gal */

.skgal img {
	display:inline-block;
	max-width:33%;
}
.skgal br {
	display:none;
}

@media screen and (max-width:699px) {
	
	.skgal img {
		max-width:90%;
		margin:0 auto;
	}	
	
}
@media screen and (min-width:700px) and (max-width:1024px) {

	.skgal img {
		max-width:50%;
	}

}
@media screen and (max-width:1024px) {
	
	.skgal {
		text-align:center;	
	}
	
}

/* end sk gal */

@media screen and (max-width:699px) {
	
	.blogInner {
		width:auto;	
	}		
	
	.biLeft, .biRight {
		display:none;
	}
	
	#bhmTitle {
		padding-left:100px;
	}
	#bhmTitle, #bhmTitle h1 {
		font-size:20px;
	}
	
	#biLogo {
		background-color:transparent;
		left:0;
		right:auto;
	}
	
	#page {
		border:none !important;
	}
	
	#blogHeaderMain {
		height:auto;
		padding-bottom:0;
	}
	
	#blogFotterInner {
		padding:0 5px;
	}
	
	.posPosted {
		display:none;
	}
	
	.lgBlogIndex  {
		margin-top:15px !important;
	}
	
	.lgBlogIndex > .post {
		background-color:#fff;
		margin: 0 0 20px;
		min-height: 70px;
		background-color: white;
		padding-top: 10px;
		padding-left: 5px;
		padding-right: 5px;		
	}
	
}

@media screen and (min-width:500px) and (max-width:699px) {
	
	.blogInner {
		width:550px;	
	}		
	
}

@media screen and (min-width:700px) and (max-width:999px) {

	.blogInner {
		width:750px;	
	}		

}

@media screen and (max-width:999px) {

	#blogCatList {
			
		display:none;
		
	}

}

@media screen and (min-width: 1000px) and (max-width: 1199px) {
	
	.blogInner {
		width:980px;	
	}		
	
}

@media screen and (min-width: 1200px) {
	
	.blogInner {
		width:1180px;	
	}	
	
}

/* END NEW */

div#author_bio {
	min-height:100px;
}

div#author_bio img {
	float:left;
	padding-right:10px;
}
div#author_bio p:nth-of-type(2) {
	font-size:13px;
}

img.authorImage {
	float:right;
	padding-left:10px;
}

div#authorContent h2 {
	text-align:left !important;
	font-size:16px !important;
}

div#authorContent ul {
	margin-left:20px;
}

.lgPostInner h2 {
	font-family:'Oswald',sans-serif !important;
}

/* single sidebar */
div.lc_page {
	margin:20px auto 30px 0 !important;
}

div#post_side {
	margin-top:20px;
}

div.ps_content {
	background-color:#ffffff;
	margin-bottom:20px;
	padding:10px;
}

.ps_content img {
	height: auto;
	max-width: 100%;		
}

.ps_title {
	font-size: 14px;
	margin: 0 0 15px;
	text-align: center;
	text-transform: uppercase;		
}

.fp_item {
	border-bottom: 1px solid #f2f2f2;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
}

.fp_item_bottom {
	border-bottom:none;
	margin-bottom:0;
}

.fp_text {
	background-color: #fff;
	border-top:5px solid blue;
	font-family:"Exo 2",sans-serif;
	left: 15px;
	position: relative;
	margin-top: -50px;
	width: 230px;		
}
.fp_text:before {
	content:'';
	position:absolute;
	width:100%;
	height:5px;
	background:linear-gradient(to right, #00c7ce, #1a5cce 85%);
	top:-5px;
	left:0;
}		

.fp_text p {
	margin: 0;
	padding:5px 10px 0 10px;
}

.fpt_cat {
	color:#000;
	font-size:11px;
	text-transform:uppercase;
}

.ftp_title {
	text-align:center;
}
.ftp_title a:hover {
	text-decoration:none;
	border-bottom:1px dotted #114488;
}

.ftp_price {
	text-align:center;
}

#social_holder_top .socialSharing {
	text-align:center;
}	
/* end sb */

@media screen and (max-width:499px) {

	/* sb */
	.fp_item {
		text-align:center;
	}
	
	.fp_text {
		left:auto;
		margin-left:auto;		
		margin-right:auto;
	}
	
	.ssBottom {
		display:none;
	}
	/* sb */

	div#lgPage, div#authorContent h1 {
		color:black;
		font-family:'Oswald',sans-serif;
		font-size:20px;
		margin-bottom:10px;
		text-align:center;
	}

	div#lgPage .narrowcolumn {
		padding:0;
	}
	
	div#lgPage #content {
		width:95%;
		margin:0 auto;
	}
	
	div#lgPage #sidebar {
		display:none;
	}
	
	div.lgColumn div.post img {
		position:relative;
		/* height:25%; */
		height:auto;
		width:25%;
		float:left;
		padding-right:10px;
	}

	div.lgColumn div.post h2 {
		font-size:16px;
		text-align:left;
		font-family: 'Quando',serif;
		margin:0;
	}
	
	div.lgColumn div.post div.lgPostInner {
		float:left;
		overflow:hidden;
		width:70%;
	}
	
	div.lgColumn div.post div.lgPostInner .entry {
		display:none;
	}
	
	div.lgColumn div.post div.lgPostInner p {
		font-size:12px;
	}

	div#authorContent {
		padding:5px;
	}
	
}
	
@media screen and (min-width:500px) {

	div#authorContent {
		padding:10px;
	}

}
	
@media screen and (min-width:500px) and (max-width:1024px) {

	/* sb */
	.fp_item {
		border-bottom:none;
		float:left;
		text-align:center;
		width:50%;
	}
	
	.fp_item:nth-of-type(1n) {
		padding-right:5px;
	}
	.fp_item:nth-of-type(2n) {
		padding-left:5px;
	}	
	
	.fp_text {
		left:auto;
		margin-left:auto;		
		margin-right:auto;
	}
	
	.ssBottom {
		display:none;
	}
	/* sb */

	div#lgPage, div#authorContent h1 {
		color:black;
		font-family:'Oswald',sans-serif;
		font-size:20px;
		margin-bottom:10px;
	}

	div#lgPage .narrowcolumn {
		padding:0;
	}
	
	div#lgPage #content {
		width:100%;
	}
	
	div#lgPage #sidebar {
		display:none;
	}
	
	div.lgColumn div.post {
		position:relative;
	}
	
	div.lgColumn div.post img {
		position:relative;
		height:225px;
		width:340px;
	}

	div.lgColumn div.post h2 {
		font-size:22px;
		text-align:left;
		font-family: 'Quando',serif;
		margin:0;
	}
	
	div.lgColumn div.post div.lgPostInner {
		position:absolute;
		top:10px;
		left:290px;
		background:white;
		border:1px solid #d5d5d5;
		height:180px;
		padding:10px;
		overflow:hidden;
	}
	
	div.lgColumn div.post div.lgPostInner p {
		font-size:12px;
	}

	div#author_bio p:nth-of-type(2) {
		font-size:11px;
	}	
	
}

@media screen and (min-width: 1025px) {	
	
	div.lc_page {
		float:left;
	}
	
	div#post_side {
		float:right;
		width:280px;
	}
	
}
	
@media screen and (min-width: 1025px) and (max-width: 1199px) {

	div.lc_page {
		width:680px;
	}	

	div#lgPage, div#authorContent h1 {
		color:black;
		font-family:'Oswald',sans-serif;
		font-size:20px;
		margin-bottom:10px;
	}

	div#lgPage .narrowcolumn {
		padding:0;
	}
	
	div#lgPage #content {
		width:85%;
	}
	
	div#lgPage #sidebar {
		float:right;
		padding-top:0;
	}
	
	div.lgColumn div.post {
		position:relative;
	}
	
	div.lgColumn div.post img {
		position:relative;
		height:225px;
		width:340px;
	}

	div.lgColumn div.post h2 {
		font-size:22px;
		text-align:left;
		font-family: 'Quando',serif;
		margin:0;
	}
	
	div.lgColumn div.post div.lgPostInner {
		position:absolute;
		top:10px;
		left:290px;
		background:white;
		border:1px solid #d5d5d5;
		height:180px;
		padding:10px;
		overflow:hidden;
	}
	
	div.lgColumn div.post div.lgPostInner p {
		font-size:12px;
	}
	
}

@media screen and (min-width: 1200px) {
	
	div.lc_page {
		width:880px;
	}	
	
	div#lgPage, div#authorContent h1 {
		color:black;
		/* font-family:'Oswald',sans-serif; */
		font-size:20px;
		margin-bottom:10px;
	}

	div#lgPage .narrowcolumn {
		padding:0;
	}
	
	div#lgPage #content {
		width:85%;
	}
	
	div#lgPage #sidebar {
		float:right;
		padding-top:0;
	}
	
	div.lgColumn div.post {
		position:relative;
	}
	
	div.lgColumn div.post img {
		position:relative;
	}

	div.lgColumn div.post h2 {
		font-size:25px;
		text-align:left;
		font-family: 'Quando',serif;
		margin:0;
	}
	
	div.lgColumn div.post div.lgPostInner {
		position:absolute;
		top:0;
		left:390px;
		background:white;
		/* border:1px solid #d5d5d5; */
		height:230px;
		padding:10px;
		overflow:hidden;
	}
	
}

.lgLeft {
	text-align:left;
}
.lgCustom {
	font-family:"Open Sans",Helvetica,Arial,sans-serif;
	font-weight:bold !important;
	font-size:1.6em !important;
}

/* Begin Typography & Colors */

#page {
	background-color: white;
	/* border: 1px solid #959596; */
	text-align: left;
	margin: 20px auto;
	}

#wpheader {
	background: #73a0c5 no-repeat bottom center;
	}

#wpheaderimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}
	
#content {
	font-size: 0.8em;
	}

#content li {
	line-height:1.8em !important;
	font-size:14px !important;
}		
	
.widecolumn .entry p {
	font-size: 16px;
	line-height:1.45;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

.entry table {
	width:95%;
	margin:0 auto;
}

.entry th {
    font-size: 16px;
    padding-bottom: 10px;	
}

.entry td {
	vertical-align:top;
}

#wpfooter {
	border: none;
	}

small {
	/*font-family: Arial, Helvetica, Sans-Serif;*/
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 1.2em;
}

div#wpheaderimg h1 {
	text-align:center;
	padding:15px 0;
}

#titleHolder {
	background-color: #4382C4;
	color: #FFFFFF;
}

div#arcadeFlashback {
	background: #ffee00; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #ffee00 0%, #ff7400 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#ffee00), color-stop(100%,#ff7400)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg,  #ffee00 0%,#ff7400 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg,  #ffee00 0%,#ff7400 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg,  #ffee00 0%,#ff7400 100%); /* IE10+ */
	background: linear-gradient(45deg,  #ffee00 0%,#ff7400 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffee00', endColorstr='#ff7400',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #f20094;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	padding-left: 10px;	
	overflow:hidden;
}
div#arcadeFlashback span{
	font-weight: bold;
	color: red;
}
div#arcadeFlashback img {
	float:right;
	margin:5px 10px 0 0;
}

div#poolTips {
	background: #0D1F60; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #0D1F60 0%, #809BFF 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#0D1F60), color-stop(100%,#809BFF)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg,  #0D1F60 0%,#809BFF 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg,  #0D1F60 0%,#809BFF 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg,  #0D1F60 0%,#809BFF 100%); /* IE10+ */
	background: linear-gradient(45deg,  #0D1F60 0%,#809BFF 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0D1F60', endColorstr='#809BFF',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #fffe80;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	padding-left: 10px;	
	overflow:hidden;
}
div#poolTips span{
	font-weight: bold;
	color: white;
}
div#poolTips img {
	float:right;
	margin:5px 10px 0 0;
}

div.blogTwitter {
	float:left;
	padding-right:5px;
}
div.blogGooglePlus {
	float:left;
	padding-right:5px;
}
div.blogFacebook {
	float:left;
	padding-right:5px;
}
div.blogStumbleUpon {
	float:left;
}

.ssTop { 
	float:right;
}
.socialSharing .postSocialSprite {
	cursor:pointer;
	display:inline-block;
	margin-left:10px;
}
.socialSharing .postSocialSprite a {
	display:block;
	width:50px;
	height:50px;
}

textarea {
	width:650px;
	height:200px;
}

/* Responsive Stuff */
@media screen and (max-width:499px) {

	#titleHolder {
		min-height: 40px;
		padding:0 !important;
		text-align:center;	
	}

	#titleHolder h1 {
		font-size: 24px;
		line-height: 40px ;
	}
	
	.narrowcolumn {
		padding: 20px;
	
	}
	
	#sidebar {
		display:none;
	}
	
	.ssTop {
		-ms-transform: scale(0.75, 0.75); 
		-webkit-transform: scale(0.75, 0.75); 
		transform: scale(0.75, 0.75);		
		-ms-transform-origin: center;
		-webkit-transform-origin: center;
		transform-origin: center;
	}
	
	.ssBottom {
		text-align:center;
	}
	
	textarea {
		width:90%;
	}
	
	
}
@media screen and (min-width:500px) {

	#titleHolder {
		padding: 20px 250px 20px 20px;
		text-align:left;	
		position:relative;
	}

	#titleHolder h1 {
		line-height: 36px;
		font-size: 30px;
	}

	.narrowcolumn {
		float: left;
		padding: 0 0 20px 20px;
		margin: 0px 0 0;
		width: 80%;
	}	

	/* Begin Sidebar */
	#sidebar {
		padding: 20px 0 10px 10px;
		float:left;
		right:20px;
		width: 12%;
	}

	#sidebar form {
		margin: 0;
	}
	/* End Sidebar */	
	
}
	
#wpheaderimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.8em;
	line-height: 1.3em !important;
	text-align:center;
	margin-bottom:10px !important;
}

h2.leftAlign {
	text-align:left !important;
}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	/*font-family: 'Lucida Grande', Verdana, Sans-Serif;*/
	font-size: 0.9em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #wpheaderimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;	
    margin: 15px 0;
}	

.entry img {
   transition: opacity .20s ease--out;
   -moz-transition: opacity .20s ease-in-out;
   -webkit-transition: opacity .20s ease-in-out;
}
.entry a img:hover {
	opacity:0.4;
}
	
.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-size: 0.7em;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

#wpheader {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 100px;
	}

#wpheaderimg {
	margin: 0;
	height: 100px;
	width: 100%;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: auto auto 0;
	width: 98%;
	}

.post {
	margin: 0 0 20px;
	/*text-align: justify;*/
	}

.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;
}

.clear {
	clear: both;
}

#wpfooter {
	padding: 0;
	margin: 0 auto;
	clear: both;
	}

#wpfooter p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	/*padding-top: 15px;*/
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	height:auto;
	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

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	padding-left: 10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry {
	margin-top:10px;
}
	
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.entry p {
	margin-bottom:10px;
	font-size:14px;
	line-height:1.4;
}
	
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#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 {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* 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;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	}
/* 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 */
