﻿/*
Skin name: Bankers Hours Blue
Version: 1.0
Author: Techie Coach
Author uri: http://www.techiecoach.com
Description: Blue-Grey Flannel Suit
*/

/*
	Background, font and link colors for the entire site
	----------------------------------------------------
*/

body
{
	background-color: #EEEEEE;
	color: #060C24;
}


a:link
{
	color: blue;
}
a:visited
{
	color: blue;
}
a:active
{
	color: black;
}

a:hover
{
	color: firebrick;
}



/*
	Border, background, font and link colors for the site canvas
	------------------------------------------------------------
*/

#wrapper
{
	border: solid 1px #c1c1c1;
	background-color: #fff;
	color: black;
}

/*
	Border, background, font and link colors for the header
	-------------------------------------------------------
*/

#header div.pad
{
	background-color: #DCD9D0;
	background: url(headerbg.png) repeat-x top left;
	color: black;
	text-align: left;
}

.skin #header h1,
#header h1 a
{
	color: black;
	font-size:36px;
	
	text-align:center;
}

#header h1 a:hover
{
	color: firebirck;
}

#header h2
{
	color: black;
}

/*
	Offsets for the header
	----------------------
*/

#header div.pad
{
	padding: 0px;
}


/*
	Aligns for the header
	---------------------
*/

#header h1
{
	padding-bottom: 20px;
	text-align: left;
}


#header h2
{
	text-align: right;
}



/*
	Border, background, font and link colors for the navbar
	-------------------------------------------------------
*/

#navbar
{
	background-color: #595C86 /*#5E757D*/;
	color: white;
}

#navbar a
{
	color: white;
	text-decoration: none
}

#navbar a:hover
{
	text-decoration: underline
}

/*
	Offset for the navbar
	---------------------
*/

#navbar
{
	padding-top: 6px;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-right: 20px;
}
/**/

/*
	Float Left Icons for each sidebar widget
	-----------------------------------------
*/

#sidebar .widget li,
#sidebar2 .widget li,
#ext_sidebar .widget li
{
	list-style-image: url(li-icon.gif);
}

.sidebar a:link,
.sidebar2 a:link,
.ext_sidebar a:link
{
	color: blue;
}

.sidebar a:visited,  
.sidebar2 a:visited,
.ext_sidebar a:visited
{	
color: blue;
}

.sidebar a:active,
.sidebar2 a:active,
.ext_sidebar a:active
{	
color: black;
}

.sidebar a:hover,
.sidebar2 a:hover,
.ext_sidebar a:hover
{	
color: firebrick;
}

/*
	
	Calendar style
	--------------
*/

#wp-calendar
{
	border: solid 1px #c1c1c1;
	background-color: white;
}

#wp-calendar thead th
{
	border-bottom: solid 1px #c1c1c1;
	background-color: #DCD9D0;
}

#wp-calendar tfoot td
{
	background-color: white;
}

/*
	Border, background, font and link colors for the footer
	-------------------------------------------------------
*/

#footer
{
	border-top: solid 1px #c1c1c1;
	background-color: #595C86 /*#5E757D*/;
	color: #FFFFFF;
}

#footer a
{
	color: #FFFFFF;
	font-size:10px;
	text-decoration: none;
}

#footer a:hover
{
	color: #FFFFFF;
	font-size:10px;
	text-decoration: underline;
}


/*
	Offset for the footer
	---------------------
*/
#footer
{
	padding-top: 6px;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-right: 20px;
}

/*
	Margins for the main area
	-------------------------
*/
#main div.pad
{
	margin: 10px 10px;
	padding: 0px 0px;
}


/*
	Border, background, font and link colors for each entry
	-------------------------------------------------------
*/
div.entry
{
	border-bottom: solid 0px #c1c1c1;
	color: black;
	padding: 0px 20px 20px 20px;
}

div.entry h1 a,
div.entry h2 a
{
	text-decoration: none;
	color: firebrick;
	text-align: center;
}

div.entry h1
{
	text-decoration: none;
	color: firebrick;
}

/*
Blockquote new graphic
-------------------------
*/

blockquote
{
	margin: 0 20px;
	padding: 2px 20px;
    background-color: #E7E9DC;
    background-image: none;
}


.highlight
{
	background-color: #ffff00;
}

form#steps label
{
	font-size: 11px;
	font-weight: bold;
}

form#steps input
{
	background-color: #fff;
	font-size: 11px;
	line-height: 15px;
	width: 160px;
	height: 15px;
	border: 1px solid #a5acb2;
}

form#steps input.access
{
	
	width: 170px;
	height: 30px;
	background: url(/images/getaccess.png) no-repeat 0 0;
	cursor: pointer;
	border: 0;
}

