/*
Theme Name: Public Financial Services
Theme URI: http://www.wordpress-solutions.net/
Description: Custom WP theme.
Version: 1.1
Author: V
Author URI: http://www.wordpress-solutions.net/
Tags: 1 column layout, widget ready, fixed width.	
*/


/*============================================================
	General Specifications
==============================================================*/

* :focus { outline: 0; }

body {
  	font-size: 12px;
	font-family: Arial, Verdana, Sans-Serif;
	background: #25333d url(images/bg.png) top repeat-x;	
	text-align: center;
	margin: 0;
	padding: 0;
	}

#page {
	text-align: left;
	margin: 0px auto;
	padding: 0;
	width: 810px;
	overflow: hidden;
	color: #000;
	}

.depth-1 {
	border: 1px solid #ddd;
    	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 15px;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, Sans-Serif;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#000;
	}

h2, h2 a, h2 a:hover, h2 a:visited {
	font-size: 22px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#000;
	}

h3, h3 a, h3 a:hover, h3 a:visited {
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#000;
	}

h4, h4 a, h4 a:hover, h4 a:visited {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#000;
	}

h5, h5 a, h5 a:hover, h5 a:visited {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#000;
	}

h6, h6 a, h6 a:hover, h6 a:visited {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#000;
	}

a, a:visited{
	color: #2e5677;
	text-decoration: none;
	}

a:hover {
	color: #646f1b;
	text-decoration: none;
	}

code {
	font: 12px 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 10px;
    	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding: 1px 15px;
	border-left: 5px solid #898989;
	font-style: oblique;
	background: #efefef;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

#navigation {
	width: 798px;
	float: left;
  	display: block;
	text-align: center;
	margin: 10px 0px;
    	font-weight: bold;
    	}

.navigation {
	width: 600px;
	float: right;
  	display: block;
	text-align: center;
	margin: 10px;
    	font-weight: bold;
    	}

#search{
	width: 200px;
	height: 50px;
	float: left;
	}

#searchform {
    	width:200px;
	background: #efefef;
	color: #000;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
    	margin: 20px 5px 10px 20px;
	padding: 2px 2px 1px 2px;
	}

#submit {
	width: 32px;
	height: 32px;
	background: url(images/go.png) left no-repeat;
	margin: 12px 20px 0 5px;
	padding: 0;
	border: none;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}


/*==========================================================
	Header
============================================================*/

#description {
	width: 790px;
	height: 55px;
	float: left;
	margin: 0;
	padding: 45px 0 0 20px;
	}

#header {
	background: url(images/header.png) top no-repeat;
	width: 770px;
	height: 110px;
	margin: 0px;
	padding: 30px 20px 0 20px; 
	float: left;
	font-size: 28px;
	color: #fff;
	font-family: arial;
	font-weight: bold;
	text-align: center;
	}

.green, .green a, .green a:visited, .green a:hover{
	color: #eaf381 !important;
	}

.blue, .blue a, .blue a:visited, .blue a:hover{
	color: #5d85a8 !important;
	}

#contact{
	width: 558px;
	height: 60px;
	background: url(images/contact.png) top no-repeat;
	float: left;
	margin: 0;
	padding: 42px 0 0 252px;
	color: #000;
	font-size: 16px;
	}

.box{
	width: 238px;
	height: 184px;
	float: left;
	background: url(images/box.png) top no-repeat;
	margin: 0 2px 0 5px;
	padding: 10px;
	color: #efefef;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	font-family: arial;
	}

h2.hbox, h2.hbox a, h2.hbox a:hover, h2.hbox a:visited{
	font-size: 20px;
	font-weight: bold;
	margin: 15px 0 25px 0;
	padding: 0;
	color:#fff;
	font-family: arial;
	text-transform: uppercase;
	text-align: center;
	}


/*===================================================================
	Menu bar
=====================================================================*/

#menu{
	float: left;
	width: 810px;
	height: 35px;
	margin: 0;
	background: url(images/menu.png) top no-repeat;
	overflow: hidden;
	}
	
ul#navlist {
	margin: 5px 0 0 0;
	padding: 0 10px;
	white-space: nowrap;
	float:left;
	width:790px;
	font-size: 18px;
	text-transform: lowercase;
	}

#navlist li {
       	float: left;
        list-style: none;
	}

#navlist li a, #navlist li a:visited { 
    	padding: 0 5px; 
	color: #5d85a8;
	} 

#navlist li a:hover{
	color: #fff;
	}
 
#navlist li.current_page_item a { 
    	color: #eaf381; 
	}



/*=====================================================================
	Blog page
=======================================================================*/

#pbody {
	background: url(images/pbody.png) top repeat-y;
	width:798px;
	padding: 3px 6px 0 6px;
	margin:0;
	float: left;
	}

#content {
	width:798px;
	margin:0px;
	float:left;
	overflow: hidden;
	}

/*===================================================================
	Home
====================================================================*/

.pftop{
	width: 400px;
	padding: 15px 0 0 0;
	float: right;
	background: url(images/pftop.png) top no-repeat;
	margin: 0 20px 0 0;
	}

.pf{
	width: 400px;
	float: right;
	background: url(images/pf.png) top repeat-y;
	}

.pfbot{
	width: 400px;
	padding: 0 0 15px 0;
	float: right;
	background: url(images/pfbot.png) bottom no-repeat;
	}

#hlist{
	float: left;
	width: 350px;
	margin: 5px 0 0 20px;
	}

#hlist p{
	font-size: 18px;
	font-weight: normal;
	text-align: justify;
	color: #27343c;
	line-height: 150%;
	text-indent: 25px;
	}


/*==========================================================================
	The actual Blog post look
============================================================================*/

.ptop{
	background: url(images/hmaintop.png) top no-repeat;
	width:798px;
	height: 20px;
	float: left;
	margin: 3px 0 0 0;
	padding: 0px;
	}
	
.pbot{
	background: url(images/hmainbot.png) top no-repeat;
	width:798px;
	height: 20px;
	float: left;
	margin: 0;
	padding: 0px;
	}
	
.post {
	background: url(images/hmain.png) top repeat-y;
	width:798px;
	float: left;
	margin: 0;
	padding: 0px;
	text-align: justify;
	font-size:14px;
	}

.ptitle{
	background: url(images/ptitle.png) top no-repeat;
	width: 758px;
	float: left;
	padding: 0 20px;
	margin: 0 0 10px 0;
	}

.entry {
	padding: 0 20px;
	margin: 0;
	}

.entry p{
	line-height: 130%;
	text-indent: 25px;
	}

.pmeta{
	float: left;
	background: url(images/meta.png) bottom no-repeat;
	width: 520px;
	padding: 0 15px;
	min-height: 10px;
	}

.date {
	float: right;
	width: 30px;
	padding: 0 6px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin: -10px 0 0 10px;
	}

.more {
	background: #d5dce6;
	padding: 2px 5px;
	margin: 0px 5px 0px 5px;
	float: left;
	font-size: 12px;
	border: 1px solid #ccc;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	}

.more a, .more a:visited, .com a, .com a:visited{
	color: #000;
	}

.more a:hover, .com a:hover{
	color: #2d2d2d;
	}

.post hr {
	display: block;
	}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
	}

.attachment {
	text-align: center;
	margin: 15px 0px;
	}

.clear {
	clear: both;
	}

.entry ul {
	margin-left: 0px;
	padding: 0 0 0 20px;
	list-style-type: disc;
	list-style-image: url(images/bullet.png);
	list-style-position: inside;
	text-indent: 5px;
	}

.entry li {
	margin: 5px 0 5px 10px;
	}

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

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

.entry img{
	background: #fff;
	padding: 5px;
	border: 1px solid #e1e1e1;
	}

/*===================================================
	Sidebar
=====================================================*/

#sidetop{
	background: #212e35 url(images/sidetop.png) top no-repeat;
	width: 798px;
	height: 15px;
	float:left;
	margin: 0px;
	}

#sidebot{
	background: #212e35 url(images/sidebot.png) top no-repeat;
	width: 798px;
	height: 15px;
	float:left;
	margin: 0px;
	}

#sidebar{
	background: #212e35 url(images/sidebar.png) top repeat-y;
	width: 798px;
	float:left;
	padding: 0;
	margin: 0px;
	font-size: 12px;
	overflow: hidden;
	}


#sidebar h2 {
	background: url(images/stitle.png) top no-repeat;
	float: left;
	width: 212px;
	height: 40px;
	font-weight: bold;
	color:#eaf381;
	padding: 10px 10px 0px 10px;
	margin: 0 0 10px 12px;
	font-size:24px;
	text-align: center;
	}

.widget {
	background: url(images/widget.png) top repeat-y;
	width: 250px;
	float: left;
	margin: 0 0 10px 10px;
	padding: 0;
	}

#sidebar li{
	list-style-type: none;
	}

#sidebar ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0;
	}

#sidebar ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#sidebar ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}

#sidebar ul ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}
	
#sidebar ul li {
	height:100%;
	line-height:14px;
	}

#sidebar p {
	padding: 7px 10px;
	margin:0;	
	}

#sidebar table {
	width:100%;
	text-align:center;
	}	

#sidebar ul li {
	list-style-type: none;
	}

#sidebar ul li a:link, #sidebar ul li a:visited {
	color: #d5dce6;
	text-decoration: none;
	padding: 5px 10px;
	display:block;
	border-bottom: 1px dashed #27343c;
	margin: 0 10px;
	}

#sidebar ul li a:hover {	
	color: #fff;
	}


/* Calendar */

#wp-calendar {
	width: 90%;
	margin: 0px;
	padding: 0px;
	empty-cells: show;
	}

#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 {
	width: 90%;
	margin-left: 0px;
	padding-top: 10px;
	text-align: center;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	text-align: center;
	}


/*================================================================
    Begin Comments
==================================================================*/

#replies {
	float: left;
	padding: 0;
	margin: 0 0 0 10px;
	}

#respond{
	float: left;
	padding: 0;
	margin: 0px;
	}

h3.comments{
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	margin: 0 10px;
	padding: 15px 15px 0 15px;
	}

ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	float: left;
	}

.commentlist cite {
	background: #f3f4f8;
	float: left;
	width: 758px;
	padding: 10px;
	display:block;
	font-style:normal;
	margin: 0;
	}	

.commentlist cite img {
	float:left;
	margin-right:9px;
	border: 2px solid #fff;
	}

.commentlist .author {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	}

.commenttext {
	background: #f3f4f8;
	float: left;
	width: 758px;
	padding: 10px;
	display:block;
	font-style:normal;
	margin: 0px;
	}

#commentform input {
    	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 15px;
	}

#commentform {
    	margin: 5px 10px 0 0;
	}

#commentform textarea {
    	width: 400px;
	height: 200px;
	margin: 5px 0 10px 5px;
	}


#commentform input, #commentform textarea {
	background: #eef4fc;
	border: 1px solid #005eae;
	border-radius: 3px;
	font: inherit;
	-moz-border-radius: 3px;
	padding: 2px;
	-webkit-border-radius: 3px;
	}

#commentform input:focus, #commentform textarea:focus { 
	background-color: #eaf381; 
	border-color: #7e8e14; 
	}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

#commentform #submit {
	margin: -5px 0 10px 15px;
	width: 104px;
	height: 35px;
	background: url(images/submit.png) top no-repeat;
	border: none;
	}

#commentform p {
	margin: 5px 10px;
    	font-weight: normal;
	line-height: 14px;
	text-transform: none;
    	font-family: Georgia,'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #495253;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

/*=======================================================================
	Contact Form
=======================================================================*/

.screenReader { 
	left: -9999px; 
	position: absolute; 
	top: -9999px; 
	}

.thanks { 
	background: #eef4fc; 
	border: 1px solid #005eae; 
	padding:10px; 
	}

/*****Forms*****/

ol.forms { 
	float: left; 
	list-style: none; 
	margin: 20px 0 0 0; 
	width: 100%; 
	}

ol.forms li {
	clear: both;
	float: left;
	margin-bottom: 18px;
	position: relative;
	width: 100%;
	}

ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	font-weight: bold;
	padding-right: 20px;
	width: 100px;
	}

ol.forms input, ol.forms textarea {
	background: #eef4fc;
	border: 1px solid #005eae;
	border-radius: 3px;
	font: inherit;
	-moz-border-radius: 3px;
	padding: 2px;
	-webkit-border-radius: 3px;
	width: 214px;
	}

ol.forms textarea { 
	height: 300px; 
	width: 334px; 
	}

ol.forms input:focus, ol.forms textarea:focus { 
	background-color: #eaf381; 
	border-color: #7e8e14;   
	}

.error { 
	color: #f00; 
	}

ol.forms li .error { 
	font-size: 12px; 
	margin-left: 20px; 
	}

ol.forms li.textarea .error {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	}

ol.forms li.screenReader { 
	margin-bottom: 0; 
	}

ol.forms li.buttons button {
	cursor: pointer;
	width: 104px;
	height: 35px;
	margin: 15px 0 10px 15px;
	background: url(images/submit.png);
	border: none;
	}

ol.forms li.buttons button:hover { 
	color: #222; 
	}

ol.forms li.buttons button:active { 
	left: -1px; 
	position: relative; 
	top: -1px; 
	}

ol.forms li.buttons, ol.forms li.inline { 
	float: left;
	margin: 0 0 0 50px;
	}

ol.forms li.inline input { 
	width: auto; 
	}

ol.forms li.inline label { 
	display: inline; 
	float: none; 
	width: auto; 
	}

/*=====================================================================
	Page Navi
======================================================================*/

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #5d85a8;
	color: #5d85a8;
	background-color: #fff;
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #5d85a8;
	color: #5d85a8;
	background-color: #fff;
}
.wp-pagenavi a:hover {	
	border: 1px solid #fff;
	color: #fff;
	background-color: #5d85a8;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #fff;
	color: #fff;
	background-color: #5d85a8;
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #5d85a8;
	border: 1px solid #5d85a8;
	background-color: #fff;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #fff;
	color: #fff;
	background-color: #5d85a8;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #5d85a8;
	color: #5d85a8;
	background-color: #fff;
}

/*=======================================================================
	Footer
=========================================================================*/

#footer {
	background: url(images/footer.png) top no-repeat;
	width:780px;
	float:left;
   	padding: 10px 15px 5px 15px;
	text-align: center;
	color: #fff;
	}

#footer a, #footer a:visited{
	color: #fff;
	}

#footer a:hover{
	color: #ccc;
	}

.large{
	font-size: 24px;
	font-weight: bold;
	}
	

/*===============================================================
    Begin Images
=================================================================*/

p img {
	padding: 0;
	max-width: 100%;
	}

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 {
  display: block;
   	float: right;
   	}

.alignleft {
    display: block;
   	float: left;
	}

a img {
	border: none;
	}


/*=================================================================
    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;
	}

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