/*
Theme Name: XL Cash Flow Finance 2
Template: blankslate
Author: Child Theme Configurator


*/


/* Colours */
/* XL Finance blue #1770A8 */
/* XL Finance blue - used in heading #246894 */
/* XL Cash Flow green #01360B; */
/* XL orange colour - used in navigation #EC8D3E */
/* XL - orange colour - used e.g. buttons #FF9900 - also #F90 */
/* XL Orange colour used in navigation DD9933 */
/* XL Cash - new red color #750000 */




/* Added CSS */


/* Page Links page */

.linkspagelinks ul{
    padding-left:0;
    list-style: none;
}

.linkspagelinks ul li{
    list-style: none;
}


.menu-page-links-container a{

    background-color: #01360B !important;
	color:#FFF !important;
	margin:0 5px 10px 0px !important;
    padding:8px 13px !important;
    text-decoration:none !important;
    font-size: 14px !important;
    line-height: 20px !important;
	width: calc(50% - 5px) !important;
	float:left !important;
}


.menu-page-links-container a:nth-child(even){

    background-color: #01360B !important;
	color:#FFF !important;
	margin:0 0px 10px 5px !important;
    padding:8px 13px !important;
    text-decoration:none !important;
    font-size: 14px; !important;
    line-height: 20px !important;
	width: calc(50% - 5px) !important;
	float:left !important;
}

.menu-page-links-container a:hover{

    text-decoration:underline;
    color:#FFF !important;
	background-color: #01360B !important;
}



/* Adding navigation to bottom of post pages - adding a Back link */

.postnavigation{
           margin-bottom: 20px;
    width:100%;
    display: inline-block;
        }

.postnavigationprevious{
            float:left;
            width: calc(50% - 100px);
        }

.postnavigationback{
            float:left;
            width:200px;
            text-align: center;
        }

.postnavigationnext{
            float:left;
            width: calc(50% - 100px);
            text-align: right;

}

/* Slider image added to home page */

.sliderimage{
margin-bottom:20px;

}

.sliderimage img{
width:100%;
height:auto;

}

.socialmediaicons img{
margin-left:12px;
}


/* Adding padding at end of lists - but not .webnavigation */


.postpreviousnextlinks{
margin-bottom:15px !important;
    height:25px;
}

.postpreviousnextlinksprevious{
    float:left;
}

.postpreviousnextlinksnext{
    float:right;
}



.postfeaturedimage{
text-align:center; margin-bottom:0px;
}

.postfeaturedimage img{
max-width:100%;
    width:100%;
    height:auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

ul{
	padding-bottom:30px;
}

ol{
	padding-bottom:30px;
}

.webnavigation ul, .infobox ul{
	padding-bottom:0px !important;
}

/* Hide Protected by Recaptcha badge */
.grecaptcha-badge {
  display: none !important;
}


input[type=text]{
margin-bottom: 5px;
margin-top: 0px;
width:100%;
padding: 10px;
border-radius:3px;
border:1px solid #666;
font-size:13px;
}

input[type=tel]{
margin-bottom: 5px;
margin-top: 0px;
width:100%;
padding: 10px;
border-radius:3px;
border:1px solid #666;
font-size:13px;
}

input[type=email]{
margin-bottom: 5px;
margin-top: 0px;
width:100%;
padding: 10px;
border-radius:3px;
border:1px solid #666;
font-size:13px;
}


textarea{
width:100%;
padding: 10px;
margin-top: 0px;
border:1px solid #666;
border-radius:3px;
margin-bottom: 5px;
resize:none;
font-size:13px;
	height:100px;
	font-family:Arial;
}


input[type=submit]
{
margin-bottom: 10px;
width:100px;
padding: 10px;
border-radius:3px;
border:1px solid #666;
background-color: #FFF;
color:#666;
font-size:15px;
cursor:pointer;
}

input[type=text]:focus,textarea:focus {
border-color: #4697e4;
}


a {
	color:#01360B;
}


a:hover{
	text-decoration:underline !important;
}



.left-column2{
float:left; width: calc(100% - 260px);
}

.right-column2{
	float:left; width:250px;  margin-left:10px;
	padding-top:40px;
}

.right-column3{
	float:left; width:250px;  margin-left:10px;
	padding-top:60px;
}

.left-column2 img{
	float:left;
	margin:0 15px 15px 0;
}

.left-column2 a{
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
}

.left-column2 a:hover{

	text-decoration:underline;
}


.right-column2 img{
	width:250px;
	height:auto;
}

.right-column3 img{
	width:250px;
	height:auto;
}


/*otw-show-label otw-sticky-background-black otw-sticky-text-white otw-btn-horizontal*/

.otw-show-label{
	padding:0 !important;
}

h3.widgettitle, .textwidget{
	color:#FFF !important;
}

/* Product sub page - feature/info boxes */

.infobox{
	float:right;
	width:270px;
	/*min-height:200px; */
	border:#750000 solid 2px;
	margin-left:10px;
	padding:1%;
}

.infobox h3{
	color:#750000;
}

.infobox ul {
    list-style-image: url('/wp-content/uploads/2020/09/tick.png');
}

.infobox ul li{
    margin-bottom:4px;
}

/* CSS - to hide image and second H3 tag - duplicate content in bottom features - Shortcoder */
.infobox img{
	display:none;
}

.infobox h1, .infobox h2, .infobox h4, .infobox h5, .infobox h6 {
  display:none;
}

.infobox h3:nth-child(2) {
  display:none;
}

/* CSS - to hide image and second H3 tag - duplicate content in bottom features - Shortcoder *** */

/* Product sub page - title/top*/

.backtoproducts{
	float:left;
	width:150px;
	margin-top:20px;
	background-color:#750000;
	padding:6px 6px;
	color:#FFF;
	border-radius: 4px;
}

.backtoproducts a{

	color:#FFF !important;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;

}


.backtoproducts a:hover{


	text-decoration:underline;

}


.backtoproductsbutton:before{

	content: "";
    display: block;
    background: url("/wp-content/uploads/2020/09/backarrow.png") no-repeat;
    width: 13px;
    height: 11px;
    float: left;
    margin: 2px 6px 0 0;
}


.productsubtitle{
	/*float:left;
	width:780px;
	text-align:center;
	position:relative;
	left:-75px;*/
}





/* Fixed sidebar */

.main .container {
    padding-right: 220px;
    overflow: hidden;
}
.content {
    float: left;
    width: 100%;
    background-color: #fff;
}
.sidebar {
    float: right;
    margin-right: -220px;
    width: 190px;
    background-color: #fff;
}
.content,
.sidebar {
    padding-bottom: 99999px;
    margin-bottom: -99999px;
}




/* Product Grid */
.productgrid-box{
	border-radius: 5px;
    border: 2px solid #069;
    padding: 0px;
    width: 24%;
	margin-right:1%;
	margin-bottom:1%;
    height: 180px;
	float:left;
	background-repeat:no-repeat;
	background-position:top center;
}

.productgrid-box-inner{
	padding:40px 6% 3% 6%;
	font-size:12px;
	text-align:justify;

}

.productgrid-box-inner h2{

	text-align:left;
	font-size:19px;
	text-transform:uppercase;
}

.productgrid-box-inner a{

	float:right;
	font-size:17px;
	font-weight:bold;
	color:#750000;
	text-decoration:none;
	padding-right: 28px;
	background-image: url('https://xlcashflowfinance.co.uk/wp-content/uploads/2025/12/visitpage-arrow-red.png');
	background-position: 100% 50%;
	background-repeat:no-repeat;
}

.productgrid-box-inner a:hover
{
  text-decoration:underline;
}

/* Product Grid ---/ */

input.searchsubmit{
	background-image:url('https://xlcashflowfinance.co.uk/wp-content/uploads/2025/12/redarrowdown.png');

}

html {
  box-sizing: border-box;

}
*, *:before, *:after {
  box-sizing: inherit;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 15px;
    line-height: 21px;
	font-weight:normal;
	color : #717171;
	background-color:#FFF;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: 'PT Sans', sans-serif;
}

.topbar{
	width:100%;
	/*background-color:#1770A8;*/ /* XL Finance blue */
	background-color:#01360B;
	padding:5px 0;
	margin-bottom:10px;
}

.topbar .wrapper{
	text-align:right;
}

.wrapper {
	max-width: 960px;
	text-align: left;
	margin: 0 auto;
}

.wrapper-left{
float:left;
max-width:630px;
margin-bottom:2%;
}

.wrapper-right{
	float:left;
	max-width:320px;
	margin-left:10px;
}

.header-logo {
	width: 50%;
	float:left;
	height:84px;
	text-align: left;

}

.header-contact {

	width: 50%;
	float:left;
	height:84px;
	text-align: right;
	font-size:12px;
	color:#01360B;

}
.headercallustoday{
	color:#750000;
	text-transform:uppercase;
	font-weight:bold;
	font-size:16px;
}

.headertelephone{
		font-weight:bold;
		font-size:15px;
}

.webnavigation{
margin-bottom:30px;
}


.news-left{
	float:left;
	max-width:720px;
	margin-right:30px;
}

.news-sidebar{
	float:left;
	width:200px;
}

.casestudyfeatureimage{
float:left; width:200px; height:120px; margin:0 10px 10px 0;  background-position:center center;
}




.content-wrapper {
  float: left;
  width: 100%;
}

.casestudies{
  margin-right: 320px;
  clear: both;
  overflow: auto;
  background: #1abc9c;
  background: rgba(26,188,156, 0.4);
  min-height: 600px;}

.weloveachallengebox{
	position: relative;
  width: 320px;
  margin-left: -320px;
  float: right;
  overflow: hidden;
  background: #2c3e50;
  background: rgba(44,62,80, 0.4);
  color: #eee;
  min-height: 600px;


}

.sectors{
	border-top:#ddd solid 2px;
	border-bottom:#ddd solid 2px;
	margin:25px 0 25px 0;
	padding:25px 0;
	display:inline-table;
}

.sectors h3{
	margin-bottom:10px;
}


.sector-item{
	float:left;
	width:75px;
	margin:0 30px;
	text-transform:uppercase;
	color:#01360B;
	font-size:12px;
	text-align:center;
	font-weight:bold;
}

.sector-item a{
    text-decoration: none;
}

.sector-item a:hover{
    text-decoration: underline;
}


.sector-item-image{
height:85px;
margin-bottom:20px;
}

.sector-item-image img{
height:80px;
width:auto;
}

.sector-item-text{
	width:75px;
	font-size:12px;
	text-align:center;
	font-weight:bold;
}

.onecol{
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	-webkit-column-gap: 0px; /* Chrome, Safari, Opera */
    -moz-column-gap: 0px; /* Firefox */
    column-gap: 0px;

}


.twocol{
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	-webkit-column-gap: 15px; /* Chrome, Safari, Opera */
    -moz-column-gap: 15px; /* Firefox */
    column-gap: 15px;

	margin-bottom:20px;

}





.threecol{
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
	-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;

}

.col3{
	float:left;
	width:33%;
}



.col3 a{
    text-decoration: none;
}

.col3 a:hover{
    text-decoration: underline;
}

.col4{
	float:left;
	width:22%;
	margin-right:4%;
}

.col4:last-child{
	float:left;
	width:22%;
margin-right:0;
}

.col4 a{
	color:#750000;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
}

.col4 img{
	margin-left:10px;
}

.socialfooter{
	width:100%;
	background-color:#EDEDED;
	min-height:250px;
	padding:2% 0;
	display:inline-block;
	margin-top:10px;
}

.socialfooter-box{
	background-color:#FFF;
	padding:2%;
	display:inline-block;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 9px 24px 0px rgba(153,153,153,1);
	-moz-box-shadow: 0px 9px 24px 0px rgba(153,153,153,1);
	box-shadow: 0px 9px 24px 0px rgba(153,153,153,1);
	min-height:270px;
}

.greybox{
	width:100%;
	background-color:#DEDEDE;
	margin:10px 0 0px 0 !important;
	padding:2%;
	display:inline-block;
}

.greybox p{
	margin:0 !important;
}

.greybox a{
	text-transform:uppercase;
	color:#01360B;
	font-weight:bold;
	text-decoration:none;
}

.topbottommargin{
	margin-top:10px;
	padding-bottom:20px;
    margin-bottom: 10px;
}

.topbottommargin h2{
    /*margin-bottom: 0;*/
    color:#750000;
}

.colthird{
	float:left;
	width:32%;
	min-height:50px;
	display:inline-table;
	margin-right:2%;
	color:#01360B;
}

.collastthird{
	float:left;
	width:32%;
	min-height:50px;
	display:inline-table;
	color:#01360B;
}

.colthird h3, .collastthird h3 {
	font-size:24px;
	clear:both;
	height:42px;
	line-height:23px;
	margin-bottom:20px;
}



.colthird ul, .collastthird ul {
    list-style-image: url('/wp-content/uploads/2020/09/bluetick.png');
	list-style-position: outside;
	margin-left: 20px;
}



.colthird img, .collastthird img {
	margin-right:8px;
	clear:both;
}


.colfourth{
	float:left;
	width:22%;
	min-height:50px;
	display:inline-table;
	margin-right:3%;
	color:#01360B;
	padding-bottom:10px;
	margin-top:20px;
}

.collastfourth{
	float:left;
	width:22%;
	min-height:50px;
	display:inline-table;
	color:#01360B;
	padding-bottom:10px;
margin-top:20px;
}


.colfourth a, .collastfourth a{
    text-decoration: none;
}

.colfourth img.alignleft, .collastfourth img.alignleft {
	padding:0;
	margin: 0 8px 0 0;
	display: inline;
	}



.colfourth h3, .collastfourth h3 {
	font-size:18px;
	clear:both;
	min-height:42px;
	line-height:20px;
	margin-bottom:20px;
}



.colfourth ul, .collastfourth ul {
    list-style-image: url('/wp-content/uploads/2020/09/bluetick.png');
	list-style-position: outside;
	margin-left: 20px;
}



.colfourth img, .collastfourth img {
	margin-right:8px;
	clear:both;
}


.orangebutton{
	padding:5px 10px;
	background-color:#750000;
	display:inline-block;
	border-radius: 5px;
	margin-top:8px;
}

.orangebutton a{
	color:#FFF;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;

}


.orangebutton a:hover{

	text-decoration:underline;

}


.footer-ourblog{
	float:left;
	width:100%;
	margin-right:0%;
}

.footer-twitterfeed{
	float:left;
	width:48%;
}

.bottomfooter{
	background-color:#01360B;
	min-height:130px;
	padding:10px 0 10px 0;
	margin:0px 0 0 0;
	overflow:hidden;
	color:#FFF !important;
}

.bottomfooter a, .bottomfooter a:hover{

	color:#FFF;
}

.bottomfooter-left, .bottomfooter-right{
	float:left;
	width:49%;
	margin-right:1%;
	color:#FFF;
}

.bottomfooter-right{
	text-align:right;
}

.featuredimagehalf{
	float:left;
	width:49%;
	margin-right:2%;
	margin-bottom:2%;
	height:200px;
	background-size:cover; background-position:center center;
}

.featuredimagehalf-last{
	float:left;
	width:49%;
	margin-bottom:2%;
	height:200px;
	background-size:cover; background-position:center center;
}

.featuredimagehalf img, .featuredimagehalf-last img{
	width:100%;
	height:auto;
}

.clear{
	clear:both;
}

h1,h2,h3,h4,h5,h6
{
	text-transform:uppercase;
	color:#01360B;

}

h1{
font-size:40px;
letter-spacing:2px;
color:#01360B;
text-transform:uppercase;
margin:1% 0 1% 0;
}



h1.home{
font-size:22px;
letter-spacing:2px;
color:#01360B;
margin-bottom:2%; margin-top:2%;
}

h1.sub{
font-size:40px;
line-height:44px;
letter-spacing:2px;
color:#01360B;
text-transform:uppercase;
margin:1% 0 40px 0;
text-align:center !important;
}

h2{
font-size:22px;
line-height:25px;
letter-spacing:2px;
color:#01360B;
margin-bottom:2%; /* margin-bottom:8px; */
margin-top:2%;	 /*margin-top:1%;*/
}

h3{
	font-size:17px;
	line-height:20px;
	letter-spacing:2px;
	margin-bottom:10px;
	margin-top:1%;
}

h4{
	color:#000;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:1%;
}

h4 a{
	color:#000 !important;
	font-weight:bold;
	text-decoration:none;
}

p{
	margin:10px 0 10px 0;
}

ul{
list-style-position: inside;
}

.links{
	margin-top:15px !important;
}

.links ul
{
    list-style-type: none;
}

.links ul li{

	list-style-image:url('https://xlcashflowfinance.co.uk/wp-content/uploads/2025/12/redarrowbullet.png');
	color:#01360B;
	font-weight:bold;
	text-transform:uppercase;
	font-size:16px;

}





/* Added CSS --*/


/* Begin Typography & Colors */

/*#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}*/

#header {
	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

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

#footer {
	background: #e7e7e7 url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}


#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}


#headerimg .description {
	text-decoration: none;
	color: white;
	}

#wp-calendar caption, cite {
	text-decoration: none;
	}

.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: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

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



#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 */
body {
	/*margin: 0 0 20px 0;*/
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

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

.post {
	margin: 0 0 40px;
	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;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* 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

	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;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.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 Sidebar */
#sidebar
{
	padding: 0px 0 10px 0;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* 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: 60px;
	}
/* 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 */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
