/*
Theme Name: SkyOrange
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Aloysius Dany
Author URI: http://lendingstream.co.uk/
Tags: blue, custom header, fixed width, two columns, widgets

	SkyOrange v1.0
	 http://lendingstream.co.uk

	This theme was designed and built by Aloysius Dany,
	whose blog you will find at http://lendingstream.co.uk/
*/



/* Begin Typography & Colors */
*{
margin:0;
padding:0;
}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}



.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}


h1, h1 a, h1 a:hover, h1 a:visited{
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #815C04;
	}

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 p a:visited {
	color: #b85b5a;
	}

.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;
	}


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: #815C04;
	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 */

#page {
	background-color: white;
	padding: 0;
	border: 1px solid #959596;
	}

body  {
	font: 13px Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #585858;
}
#container { 
	width: 920px;  
	margin: 0 auto; 
	text-align: left; 
} 
#header { 
	width:920px;
	height:218px;
	clear:both;
} 

#header .logo{
	width:234px;
	text-decoration:none;
	float:left;
	text-align:left;
	padding-bottom:5px;
}

#header .logo img{
	border:none;
}


/* ---------- Top Menu ---------------- */
.home #header{
height:275px;

}

#header .topMenu{
	height:31px; 
	clear:both;
	background:url(images/menu_per.gif) repeat;
	width:709px;
}

#header .topMenu ul{
	margin: 0px;
	padding:0;
	list-style: none;
}

#header .topMenu ul li{
	display:inline;
}

#header .topMenu ul li a{
	float:left;
	padding: 7px 20px 2px 20px;
	text-align:center;
	text-decoration:none;
	height:22px;
	background:url(images/top-menu-bg.gif) repeat-x;
	color:#FFF;
	font-weight:bold;
	margin-right:2px;
}
 #header .topMenu ul li a:hover{
	 color:#f8d276;
	 background:url(images/top-menu-bg.gif) repeat 0 -7px;
 }
#header .topMenu ul li .current{
	color:#583f02;
	background:#ffb400;

}



/* ---------- End of Top Menu ---------------- */



#header .banner{
	width:920px;
	height:103px;
	clear:both;
	background:url(images/banner_nofax.jpg) #FFB400 right no-repeat;
	padding:0;
}

#header .banner h2{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:400;
	text-align:center;
	padding:20px 170px 10px 0!important;
	line-height:24px;
	margin:0;
}


.mainContent { 
	margin: 0 200px 0 0; 
	margin-top:3px;

} 


.mainContent .contentBox1{
   width:700px;
   border:#E2C79B solid 1px;
   margin-bottom:10px;
} 

.mainContent .contentBox1 h2{ 
	font-size:15px;
	color:#1f2f36;
	background:url(images/content-box-bg.gif) repeat-x;
	padding:5px 0 0 20px;
	height:32px;
	text-transform:capitalize;
}	


.mainContent .contentBox1 .innerContent{ 
	padding:0 20px 32px 20px;
	text-align:justify;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:22px;
	}
	
.mainContent  .steps ul{ 
	list-style:none;

}
	
.mainContent  .steps ul li{ 	
	list-style-position:outside;
	display:inline;
}
	
.mainContent .steps .stepsHead{ 	


}

.mainContent .steps .stepsContent{ 	
margin-left:80px;
margin-top:-18px;
margin-bottom:10px!important;
}

.more{
color:#fe9f00;
background:url(images/arrow-more.gif) no-repeat 0 45%;
padding:0 0 0 16px;
float:right;
text-decoration:none;
}	

.more:hover{ 
text-decoration:underline;
}

.contentBox1 .innerContent a{
	color:#fe9f00;
	text-decoration:underline;
}

.contentBox1 .innerContent a:hover{ 
text-decoration:none;
}

.contentBox1 .innerContent ul{
list-style:inside;
}

.contentBox1 .innerContent .questions a{
	color:#003366;
	text-decoration:underline;
}

.contentBox1 .innerContent .questions a:hover{ 
color:#fe9f00;
text-decoration:none;
}

.contentBox1 .innerContent .questions{
line-height:28px;
}

.mainContent .contentBox1 .innerContent p{
    margin-bottom:10px;
}

#sidebar {
	float: right; 
	width: 202px; 
	margin:3px 0 0 0;
}
#sidebar h3, #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}


/* footer */

#footer { 
 margin:0 auto;

} 

#footer #footer_cont {
	clear: both; padding-right: 0px; padding-left: 0px; padding-bottom: 20px; margin: 0; color: #bababa; padding-top: 20px; text-align: left; line-height:22px;
}
#footer #footer_cont .links {
	clear: both; 
}
#footer #footer_cont .links h4 {
	margin-top: 0pt; margin-bottom: 0pt; color: #5c3f06; font-size:12px;
}
#footer #footer_cont .links a {  
	color: #946506; text-decoration: none
}
#footer #footer_cont .links a:hover {
	color: #4468aa;
	
}
#footer #footer_cont .links ul {
	padding-right: 0pt; list-style: none none outside; padding-left: 0pt; margin-bottom: 0pt; padding-bottom: 0pt; margin-left: 0pt; margin-right: 0pt; padding-top: 0pt
}
#footer #footer_cont .links li {
	margin-top: 5px; font-size: 12px
}
#footer #footer_cont .column {
	border-right: #dbe2eb 0pt solid; padding-right: 20px; border-top: #dbe2eb 0pt solid; padding-left: 20px; float: left; padding-bottom: 0pt; margin: 0pt; border-left: #dbe2eb 1px solid; width: 143px; padding-top: 0pt; border-bottom: #dbe2eb 0pt solid; height:160px;
}

#footer #footer_cont .noBorder {
	border:none!important;
}

#footer #footer_cont h4{
margin:0px;padding:0
}
#footer p {
	margin: 0; 
	padding: 10px 0; 
}

.certificate{
	margin:0 auto;
	width:300px;
	padding-top:5px;
}


.certificate ul{
	display:inline;
}

.certificate ul li{
	float:left;list-style:none;
	padding-right:15px;
}

.contact {
clear:both;
width:920px;
text-align:center;
color:#815c04;
background:#ffefc7;
border-top:#b26161 1px solid;
}

.contact a{
	color:#815c04;
	text-decoration:none;
	margin:0px 4px 0 2px;
}

.contact a:hover{
	text-decoration:underline;
}

.contact .phone{
	margin:0 25px 0 0;

}

/* end of footer */



/* **************************done upto here *************** */

.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;
}


.clear {
	clear: both;
}


/* End Structure */



/*	Begin Headers */


h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	width:200px;
	font-size:12px;
	color:#F8D276;
	background:url(images/top-menu-bg.gif) repeat-x;	
	background-position:top;
	background-repeat:repeat-x;
	background-color:#bfeaf8;
	height:30px;
	margin:0px;
	padding:5px 0 0 7px;;
	margin-top:30px;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}


.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;
        clear:both;
	}

#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 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;
	}

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." */


/* Sidebar APR */

#sidebar .custemservHomeapr{
   width:197px;
   height:113px;
   font-family:Arial, Helvetica, sans-serif;
   font-size:18px;
   color:#585858;
   font-weight:bold;
   float:left;
   border:1px #c9c9c9 solid;
   text-align:center;
   padding-left:4px;
   margin-left:0PX;
   padding-top:35px;
   margin-bottom:7px;
}  
#sidebar .custemservHomeapr .apr{
color:#936904;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:19px;

}


#sidebar .custemservHomeapr .apr1{
color:#191919;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:19px;
}
#sidebar1 .custemservHomeapr .var{
color:#3a3a3a
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
padding-top:135px;
padding-left:85px;
} 

/* End of Side bar APR */



