/*
Theme Name: Perera Crowther
Theme URI: http://wordpress.org/themes/twentyfourteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage textcontent in either a grid or a slider. Use the three widget areas to customize your website, and change your textcontent's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen

This theme, like WordPress, is licensed under the GPL.
*/

/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/


html 
{
    overflow-y: scroll;
}

body
{
    background-color: #a2a5a9;
    font-size: .75em;
    font-family: Arial, "Trebuchet MS" , Verdana, Helvetica, Sans-Serif;
    color: #696969;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    text-align:center;
    -webkit-text-size-adjust: 100%;

}

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */

.page 
{
    width: 920px;
    margin: 0 auto;
    padding: 0 8px 0 0;
    position: relative;
    text-align: left;
    -moz-box-shadow: -10px 10px 5px #888;
    -webkit-box-shadow: -10px 10px 5px #888;
    box-shadow: -10px 10px 5px #888;
}

#inner
{
    position: relative;
}


textarea
{
    font-size: .75em;
    font-family: Arial, "Trebuchet MS" , Verdana, Helvetica, Sans-Serif;
}

img
{
    border: 0px;
}

hr
{
    color: Silver;
}

a:link
{
    color: #333;
    text-decoration: underline;
}

a:visited
{
    color: #505abc;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #12eb87;
}

p, ul
{
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 1.6em;
}

header, footer, nav, section
{
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 15px;
}

h2
{
    padding: 0 0 0px 0;
    margin: 0px 0px 8px 0px;
}

h3
{
    font-size: 1.1em;
    margin-bottom: 4px;
	margin-top:0px;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/




header, #header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

/*
header h1, #header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}
*/

.mainwrapper
{
    position: relative;
    padding: 1px 0px 1px 0px;
    margin: 0px;
    float: none;
    background: #fff;
}

.main
{
    margin: 0px 25px 15px 30px;
    background-color: #fff;
}

footer, #footer
{
    background-color: #222222;
    color: #999;
    padding: 10px 0;
    font-size: 11px;
}
#footer a
{
    color: #fff;
}

/* TAB MENU   
----------------------------------------------------------*/

#menucontainer
{
    margin-top: 0px;
    padding-top: 1px;
    position: absolute;
    top: 97px;
    right:20px;
}


ul#menu
{
    padding: 0px;
    position: relative;
    margin: 0px 0px 0px 0px;
    text-align: left;
}

ul#menu li:first-child
{
    margin-left: 10px;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 5px 10px 5px 10px;
    font-weight: bold;
    text-decoration: none;
    line-height: normal;
    font-size: 1.3em;
    font-family: Myriad Pro, Trebuchet MS;
    color: #666;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

ul#menu li a:hover
{
    color: #ccc;
    text-decoration: none;
}

ul#menu li a:active
{
    color: Yellow;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend
{
    font-size: 1.2em;
    font-weight: bold;
}


input[type="text"], input[type="password"], textarea
{
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

select
{
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"]
{
    font-size: 1.1em;
    padding: 2px;
}

/* TABLE
----------------------------------------------------------*/

table
{
    border-collapse: collapse;
}

table td
{
    border: 0px;
}

table th
{
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: 0px;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}

nav
{
    margin-top: 0px;
}





/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
    font-weight: bold;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label
{
    margin: .5em 0 0 0;
}

.display-field, .editor-field
{
    margin: 0.2em 0 0 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}


/* Breadcrumb */

.breadcrumb
{
    margin-top: 10px;
    font-size: 10px;
}
.breadcrumb a
{
    color: #999;
}

/* Banner */

.banner
{
    width: 850px;
    height: 160px;
    margin: 0px;
    border: 1px solid silver;
    -moz-box-shadow: 5px 5px 5px #888;
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888;
}


/* Testimonials */

.testimonial
{
    margin: 0px;
}
.author
{
    font-weight: bold;
    font-style: italic;
    margin-top:0px;
    margin-bottom:20px;
}

/* Contact Us Form */

.contactus
{
    background: #eee;
    padding: 5px 15px 10px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.contactus input[type='text']
{
    width: 100%;
}
.contactus textarea
{
    width: 100%;
	height:80px;
}
.image_caption
{
    font-style: italic;
    text-align: center;
    margin: 0px 0px 10px 0px;
}

a.readmore
{
    color: #2f5184;
    font-size: 1em;
    background-image: url(/Lending/wp-content/themes/pc/images/linkbullet.png);
    background-repeat: no-repeat;
    padding-left: 15px;
    text-decoration: none;
    font-weight: bold;
}


.popupform
{
    margin: 20px;
    color: black;
}
.popupform h2
{
    margin-bottom: 12px;
}
.popupform .popupimage
{
    border: 1px solid black;
    -moz-box-shadow: -10px 10px 5px #888;
    -webkit-box-shadow: -10px 10px 5px #888;
    box-shadow: -10px 10px 5px #888;
    margin: 20px 0px 0px 40px;
}

.popupform .formrow label
{
    width: 70px;
    font-weight: bold;
}
.popupform input[type="text"]
{
	width: 200px;
    font-weight:bold;
}
.popupform input[type="email"]
{
	width: 200px;
    font-weight:bold;
}
.popupform textarea
{
	font-weight:bold;
	width: 200px;
    height:40px;
}

.textcontent
{
    float: left;
    margin: 10px 20px 10px 20px;
}
.textcontent .col1
{
    float: left;
    width: 325px;
    padding-bottom: 10px;
}

.textcontent .col2
{
    float: left;
    width: 315px;
    margin-left: 25px;
    padding-bottom: 10px;
}
.textcontent .onecol
{
    width: 665px;
}

.textcontent .actions
{
    clear: both;
    padding-bottom: 10px;
    padding-top: 5px;
}

.sidebar
{
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    border-left: 0px dotted silver;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after
{
    visibility: hidden;
    display: block;
    font-size: 0;
    textcontent: " ";
    clear: both;
    height: 0;
}
.clearfix
{
    display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
}
/* stop commented backslash hack */


.admin
{
    margin-top: 20px;
    margin-bottom: 50px;
}
.gridview
{
    border-collapse: collapse;
    width: 100%;
}
.gridview th
{
    padding: 4px;
    border: 1px solid silver;
}
.gridview td
{
    padding: 4px;
    border: 1px solid silver;
}


input[type="submit"] 
{
    -webkit-box-shadow: rgba(0, 0, 0, 0.0976562) 0px 1px 0px 0px;
	background-color: #ddd;
	border: 1px solid #999;
	color: #333;
	font-family: 'Lucida Grande', Tahoma, Verdana, Arial, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 6px;
	height: 28px;
	cursor:pointer;
}


.rotator { height:329px;width:920px;}

.admin  
{
    padding: 20px; 
    background: #efefef; 
    border: 1px solid silver; 
}

#headerphone  
{
    position:absolute;
    right:30px;
    top:15px;
    font-weight:bold;
    font-size:20px;
    color:#13416f;
    /*color:#999;*/
    font-family: Myriad Pro,Trebuchet MS;
    display:none;
}
#headerphone #phonelabel 
{
    font-weight:normal;
    font-size:16px;
    margin-right:2px;
}

.bannerzone 
{
     border-top: 1px solid silver;
}




/* WordPress Default Template */

.entry-content { padding:20px 20px 40px 20px;}




/* ============================ Custom ===================================== */

.post-edit-link
{
	display:none;
}

div.wpcf7-validation-errors
{
	border: 1px solid red;
	background: #FFF0F0;
	color: red;
}
div.wpcf7-mail-sent-ok
{
	background:lightgreen;
	color: darkgreen;
    font-weight: bold;
}



/* ============================ Application Form ===================================== */

.application_form { font-family: Open Sans; }
.application_form_sectionheading { color:#13416f; font-weight:bold; font-size:16px;}
.applicant_field_label { font-weight:bold; }
.applicant_heading { color: #95c11e; font-weight: bold; text-align:center; font-size: 13px; }

/* ==================================================================================== */


