@charset "utf-8"; 
/*
Theme Name: Purrfect Pet Sitting, LLC
Theme URI: http://www.purrfectpetsitting.net/
Description: Custom WordPress Theme Design and Development by iDesign Studios (Based on Twenty Ten)
Author: iDesign Studios
Author URI: http://www.idesignstudios.com/
Version: 1.0
Tags: 
*/



/* CSS Document - Table of Contents
--------------------------------------------- /

00 - CSS Reset
01 - Color Palette
02 - Main Styles
03 - ID's
04 - Navigation
05 - Classes
06 - Lists / Blockquotes
07 - Forms
08 - Images



/* 00 - CSS Reset
--------------------------------------------- */
@import "reset.css";



/* 01 - Color Palette
--------------------------------------------- /

#FFFFFF - White
#000000 - Black

#555555 - Grey - Dark
#737373 - Grey
#A3A3A3 - Grey
#A8AAAB - Grey
#EBEBEB - Grey - Light

#43548C - Purple/Blue - Dark
#858FB4 - Purple/Blue - Medium
#A1A9C5 - Purple/Blue - Light

*/



/* 02 - Main Styles
--------------------------------------------- */


body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bk_body.png);
	background-position: top center;
	background-repeat: repeat;
	background-color: #FFFFFF;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #000000;
	line-height: 130%;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0px 0px 7px 0px;
	padding: 20px 0px 3px 0px;
	font-family: 'Oregano', Georgia, "Times New Roman", Times, serif;
	color: #000000;
	line-height: 130%;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 31px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}
.sidebar h3 {
	margin: 0px 0px 0px 0px;
	padding: 40px 0px 7px 0px;
	color: #000000;
	font-size: 25px;
	line-height: 130%;
}
blockquote h3 {
	margin: 0px;
	padding: 0px;
}
.sidebar .widget_search h3 {
	padding: 60px 0px 10px 0px;
	border: 0px;
}
#footer h3 {
	padding: 0px 0px 10px 0px;
}
#header_footer_container h3 {
	font-size: 27px;
}
#last h3 {
	font-size: 24px;
}
#first h3, #second h3, #third h3, #fourth h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 3px 0px;
	font-family: 'Oregano', Georgia, "Times New Roman", Times, serif;
	color: #000000;
	line-height: 130%;
	font-size: 25px;
}
p {
	margin: 0px;
	padding: 10px 0px 7px 0px;
	line-height: 130%;
}
hr {
	margin: 30px 0px 20px 0px;
	padding: 0px;
	border: 1px solid #D9D9D9;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	width: 100%;
	height: 0px;
	clear: both;
}

/* 03 - ID's
--------------------------------------------- */

#header_container_home {
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
	width: 960px;
	height: 600px;
}
#header_container {
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
	width: 960px;
	height: 200px;
}
#header {
	margin: 0px;
	padding: 0px;
	width: 960px;
	height: 150px;
	background-color: #FFFFFF;
}
#logo {
	margin: 0px;
	padding: 40px 0px 0px 30px;
	width: 550px;
	height: 80px;
	float: left;
}
#nav_container {
	margin: 0px 0px 20px 30px;
	padding: 0px;
	width: 760px;
	height: 50px;
	border: 1px solid #D9D9D9;
	border-left: 0px;
	border-right: 0px;
	float: left;
}
#social_container {
	margin: 0px 30px 0px 0px;
	padding: 0px;
	width: 110px;
	height: 50px;
	float: right;
}
#login_buttons {
	margin: 0px 30px 0px 0px;
	padding: 56px 0px 0px 0px;
	width: 300px;
	height: 50px;
	float: right;
}
.social {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	width: 50px;
	height: 50px;
}
#header_slider {
	margin: 0px auto 0px auto;
	padding: 45px 40px 45px 40px;
	background-image: url(images/bk_slider.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 750px;
	height: 290px;
	clear: both;
}
#header_fade {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 785px;
	height: 380px;
	clear: both;
}

#container {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 960px;
	min-height: 100px;
}
#page {
	margin: 0px;
	padding: 0px;
	width: 960px;
}
#content {
	margin: 40px 0px 40px 0px;
	padding: 0px 39px 40px 40px;
	width: 500px;
	float: left;
	border-right: 1px solid #D9D9D9;	
}
#content_wide {
	margin: 15px 30px 50px 30px;
	padding: 0px;
	width: 900px;
}
#sidebar_right {
	margin: 40px 0px 40px -1px;
	padding: 0px 40px 40px 40px;
	width: 300px;
	border-left: 1px solid #D9D9D9;	
	float: left;
}
.sidebar {
	margin: 0px;
	padding: 0px;
	float: left;
	color: #000000;
	font-size: 14px;
	line-height: 130%;
}
.sidebar_footer {
	margin: 0px;
	padding: 0px;
	float: left;
}
#home_columns_container {
	margin: 0px auto 0px auto;
	padding: 20px 0px 0px 0px;
	width: 900px;
	border-top: 1px solid #D9D9D9;
}
#home_columns {
	margin: 0px 30px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 900px;
}
#home_wide_container {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #D9D9D9;
	width: 900px;
}
#home_wide {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 900px;
}
#home-widget-area {
	overflow: hidden;
	color: #000000;
}
#home-widget-area .widget-area {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 200px;
	font-size: 14px;
}

#home-widget-area #first {
	margin: 0px;
	padding: 0px 10px 0px 0px;
	width: 200px;
}
#home-widget-area #second {
	margin: 0px;
	padding: 0px 10px 0px 20px;
	width: 200px;
}
#home-widget-area #third {
	margin: 0px;
	padding: 0px 10px 0px 20px;
	width: 200px;
}
#home-widget-area #fourth {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	width: 200px;
}
#home-widget-area #fifth {
	margin: 0px;
	padding: 0px 40px 0px 40px;
	background-color: #132752;
	width: 880px;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	height: 80px;
}
#footer_columns_left {
	margin: 0px 0px 0px 0px;
	padding: 0px 60px 0px 0px;
	width: 470px;
	float: left;
}
#footer_columns_right {
	margin: 0px;
	padding: 0px;
	width: 350px;
	border-left: 1px solid #D9D9D9;
	float: left;
}
#footer_column_spacer {
	padding-left: 39px;
}

#footer_container {
	margin: 0px auto 0px auto;
	padding: 0px;
	border-top: 1px solid #D9D9D9;
	width: 900px;
	text-align: center;
	height: 100px;
	clear: both;
}
#footer {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 960px;
	text-align: center;
	height: 100px;
}
#footer-widget-area {
	overflow: hidden;
	color: #000000;
}
#footer-widget-area .widget-area {
	float: left;
	margin: 40px 0px 40px 0px;
	padding: 0px;
	font-size: 14px;
}

#footer_copyright {
	margin: 0px;
	padding: 40px 0px 0px 0px;
	width: 960px;
	text-align: center;
	color: #737373;
	font-size: 15px;
}
#footer_credit {
	margin: 0px;
	padding: 5px 0px 30px 0px;
	width: 960px;
	text-align: center;
	font-size: 11px;
}


/* 04 - Navigation
--------------------------------------------- */

a:link {
	text-decoration: none;
	color: #43548C;
}
a:visited {
	text-decoration: none;
	color: #43548C;
}
a:hover, a:focus {
	text-decoration: underline;
	color: #43548C;
}
a:active {
	text-decoration: none;
	color: #43548C;
}

a.button:link {
	margin: 20px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #FFFFFF;
	height: 20px;
	background-color: #43548C;
}
a.button:visited {
	margin: 20px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #FFFFFF;
	height: 20px;
	background-color: #43548C;
}
a.button:hover, a.button:focus {
	margin: 20px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #FFFFFF;
	height: 20px;
	background-color: #A1A9C5;
}
a.button:active {
	margin: 20px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #FFFFFF;
	height: 20px;
	background-color: #43548C;
}

a.button_right:link {
	margin: 10px 0px 10px 0px;
	padding: 2px 10px 5px 10px;
	text-decoration: none;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #FFFFFF;
	height: 20px;
	background-color: #43548C;
	float: right;
}
a.button_right:visited {
	margin: 10px 0px 10px 0px;
	padding: 2px 10px 5px 10px;
	text-decoration: none;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #FFFFFF;
	height: 20px;
	background-color: #43548C;
	float: right;
}
a.button_right:hover, a.button_right:focus {
	margin: 10px 0px 10px 0px;
	padding: 2px 10px 5px 10px;
	text-decoration: none;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #FFFFFF;
	height: 20px;
	background-color: #A1A9C5;
	float: right;
}
a.button_right:active {
	margin: 10px 0px 10px 0px;
	padding: 2px 10px 5px 10px;
	text-decoration: none;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #FFFFFF;
	height: 20px;
	background-color: #43548C;
	float: right;
}

.button_login_small {
	font-weight: 300;
	font-size: 13px;
}
a.button_login:link {
	margin: 0px;
	padding: 7px 12px 8px 13px;
	text-decoration: none;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: #FFFFFF;
	width: 140px;
	height: 35px;
	background-color: #A1A9C5;
	line-height: 115%;
	float: left;
}
a.button_login:visited {
	margin: 0px;
	padding: 7px 12px 8px 13px;
	text-decoration: none;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: #FFFFFF;
	width: 140px;
	height: 35px;
	background-color: #A1A9C5;
	line-height: 115%;
	float: left;
}
a.button_login:hover, a.button:focus {
	margin: 0px;
	padding: 7px 12px 8px 13px;
	text-decoration: none;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: #FFFFFF;
	width: 140px;
	height: 35px;
	background-color: #858FB4;
	line-height: 115%;
	float: left;
}
a.button_login:active {
	margin: 0px;
	padding: 7px 12px 8px 13px;
	text-decoration: none;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: #FFFFFF;
	width: 140px;
	height: 35px;
	background-color: #A1A9C5;
	line-height: 115%;
	float: left;
}
a.button_contact:link {
	margin: 0px 0px 0px 1px;
	padding: 7px 12px 8px 13px;
	text-decoration: none;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: #FFFFFF;
	width: 109px;
	height: 35px;
	background-color: #6976A3;
	line-height: 115%;
	float: left;
}
a.button_contact:visited {
	margin: 0px 0px 0px 1px;
	padding: 7px 12px 8px 13px;
	text-decoration: none;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: #FFFFFF;
	width: 109px;
	height: 35px;
	background-color: #6976A3;
	line-height: 115%;
	float: left;
}
a.button_contact:hover, a.button:focus {
	margin: 0px 0px 0px 1px;
	padding: 7px 12px 8px 13px;
	text-decoration: none;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: #FFFFFF;
	width: 109px;
	height: 35px;
	background-color: #43548C;
	line-height: 115%;
	float: left;
}
a.button_contact:active {
	margin: 0px 0px 0px 1px;
	padding: 7px 12px 8px 13px;
	text-decoration: none;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: #FFFFFF;
	width: 109px;
	height: 35px;
	background-color: #6976A3;
	line-height: 115%;
	float: left;
}


a.entry-title:link {
	margin: 0px;
	padding: 30px 0px 15px 0px;
	font-family: 'Oregano', Georgia, "Times New Roman", Times, serif;
	font-size: 37px;
	color: #000000;
	text-decoration: none;
}
a.entry-title:visited {
	margin: 0px;
	padding: 30px 0px 15px 0px;
	font-family: 'Oregano', Georgia, "Times New Roman", Times, serif;
	font-size: 37px;
	color: #000000;
	text-decoration: none;
}
a.entry-title:hover, a.entry-title:focus {
	margin: 0px;
	padding: 30px 0px 15px 0px;
	font-family: 'Oregano', Georgia, "Times New Roman", Times, serif;
	font-size: 37px;
	color: #000000;
	text-decoration: underline;
}
a.entry-title:active {
	margin: 0px;
	padding: 30px 0px 15px 0px;
	font-family: 'Oregano', Georgia, "Times New Roman", Times, serif;
	font-size: 37px;
	color: #000000;
	text-decoration: none;
}


.entry-content a:link,
.entry-content a:visited,
.entry-content a:active,
.entry-content a:hover,
.entry-content a:focus {
	color: #43548C;
}

.page-title {
	margin: 0px;
	padding: 30px 0px 15px 0px;
	font-family: 'Oregano', Georgia, "Times New Roman", Times, serif;
	font-size: 37px;
	color: #000000;
}
.page-title span {
	margin: 0px;
	padding: 30px 0px 15px 0px;
	font-family: 'Oregano', Georgia, "Times New Roman", Times, serif;
	font-size: 37px;
	color: #000000;
}
.page-title a:link,
.page-title a:visited {
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
}


a.footer_widget:link {
	text-decoration: none;
	color: #43548C;
}
a.footer_widget:visited {
	text-decoration: none;
	color: #43548C;
}
a.footer_widget:hover, a.footer_widget:focus {
	text-decoration: underline;
	color: #43548C;
}
a.footer_widget:active {
	text-decoration: none;
	color: #43548C;
}

a.footer_copyright:link {
	text-decoration: none;
	color: #737373;
	font-size: 15px;
}
a.footer_copyright:visited {
	text-decoration: none;
	color: #737373;
	font-size: 15px;
}
a.footer_copyright:hover, a.footer_copyright:focus {
	text-decoration: underline;
	color: #737373;
	font-size: 15px;
}
a.footer_copyright:active {
	text-decoration: none;
	color: #737373;
	font-size: 15px;
}

a.footer_credit:link {
	text-decoration: none;
	color: #A3A3A3;
	font-size: 11px;
}
a.footer_credit:visited {
	text-decoration: none;
	color: #A3A3A3;
	font-size: 11px;
}
a.footer_credit:hover, a.footer_credit:focus {
	text-decoration: underline;
	color: #A3A3A3;
	font-size: 11px;
}
a.footer_credit:active {
	text-decoration: none;
	color: #A3A3A3;
	font-size: 11px;
}

/* 05 - Classes
--------------------------------------------- */
.small {
	font-size: 12px;
}
small {
	font-size: 11px;
}
.widget {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 30px 0px;
	border: 1px solid #A8AAAB;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
}
.widget_footer_top {
	margin: 0px;
	padding: 0px;
	width: 960px;
}
.widget_footer_col {
	margin: 0px;
	padding: 0px;
	width: 250px;
	font-size: 13px;
}
.post_head {
	margin: -10px 0px 0px 0px;
	font-size: 11px;
}


/* 06 - Lists, etc.
---------------------------------------------*/

blockquote {
	margin: 20px 0px 20px 0px;
	padding: 40px;
	background-color: #EBEBEB;
	color: #000000;
	font-size: 14px;
}
/*
blockquote {
	margin: 20px;
	padding: 5px 10px 5px 20px;
	border: 1px solid;
	border-left-width: 1px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-color: #A1A1A1;
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
	line-height: 20px;
}

ul li {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

.entry ul li {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}
 */

.sidebar_indent {
	padding: 5px 10px 5px 10px;
}
.sidebar ul, .sidebar ul ol {
	margin: 0;
	padding: 0;
	}

.sidebar ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;	
	line-height: 130%;
}

.sidebar ul li li {
	margin: 0px;
	list-style: none;
	font-size: 12px;
	border: 1px solid #B3B3B3;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	color: #43548C;
	font-style: italic;
	text-decoration: none;
	display: block;
}

.sidebar ul li li a {
	margin: 0px;
	padding: 5px 10px 5px 10px;
	color: #43548C;
	font-style: italic;
	text-decoration: none;
	display: block;
}

.sidebar ul li li a:hover, .sidebar ul li li a:focus {
	margin: 0px;
	padding: 5px 10px 5px 10px;
	background-color: #f2f2f2;
	color: #43548C;
	font-style: italic;
	text-decoration: none;
}

.sidebar ul p, .sidebar ul select {
}

.sidebar ul ul, .sidebar ul ol {
}

.sidebar ul ul ul, .sidebar ul ol {

}

ol li {
	padding: 0px 0px 20px 0px;
	list-style: decimal;
}

.sidebar ul ol li {
	list-style: decimal;
}

.sidebar ul ul li a, .sidebar ul ol li a {
}
	
.sidebar ul ul li a:hover, .sidebar ul ol li a:hover, .sidebar ul ul li a:focus, .sidebar ul ol li a:focus {
}

.sidebar ul ul ul li, .sidebar ul ul ol li {
}

.sidebar ul ul ul li a, .sidebar ul ul ol li a {
}

.sidebar ul ul ul li a:hover, .sidebar ul ul ol li a:hover, .sidebar ul ul ul li a:focus, .sidebar ul ul ol li a:focus {
}

/* 08 - Images
--------------------------------------------- */

.noborder {
	margin: 0px;
	padding: 0px;
	border: 0px;	
}	
.imgborder {
	margin: 0px;
	padding: 0px;
	background-color: #EBEBEB;
	border: 0px;
	border: 0px;
}
img.alignnone{
	margin: 0px;
	padding: 0px;
	background-color: #EBEBEB;
	border: 0px;
}
img.aligncenter {
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color: #EBEBEB;
	display: block;
	border: 0px;
}
img.alignright {
	margin: 0px 0px 10px 15px;
	padding: 0px;
	background-color: #EBEBEB;
	display: inline;
	border: 0px;
}
img.alignleft {
	margin: 0px 10px 15px 0px;
	padding: 0px;
	background-color: #EBEBEB;
	display: inline;
	border: 0px;
}
.alignright {
	float: right;
	border: 0px;
}
.alignleft {
	float: left;
	border: 0px;
}
.aligncenter {
	margin: 0px auto 0px auto;
	text-align: center;
	display: block;
	border: 0px;
}
.wp-post-image {
	margin: 0px;
	padding: 5px;
	background-color: #EBEBEB;
	border: 0px;
}
a.wp-post-image {
	margin: 0px;
	padding: 5px;
	background-color: #EBEBEB;
	border: 0px;
}
a.wp-post-image:visited {
	margin: 0px;
	padding: 5px;
	background-color: #EBEBEB;
	border: 0px;
}
a.wp-post-image:hover, a.wp-post-image:focus {
	margin: 0px;
	padding: 5px;
	background-color: #EBEBEB;
	border: 0px;
}
a.wp-post-image:active {
	margin: 0px;
	padding: 5px;
	background-color: #EBEBEB;
	border: 0px;
}
.clear {
	clear: both;
}

/* =Menu
-------------------------------------------------------------- */

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}
#nav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	display: inline;
}
#nav li a {
	margin: 0px;
	padding: 16px 14px 14px 14px;
	text-decoration: none;
	font-size: 17px;
	color: #43548C;
	display: inline-block;
	height: 20px;
}
#nav li a:visited {
	text-decoration: none;
	color: #43548C;
}
#nav li a:hover, #nav li a:focus {
	text-decoration: none;
	color: #43548C;
	background-color: #A1A9C5;
}
#nav li a:active {
	text-decoration: none;
	color: #43548C;
}

#access {
	margin: 0px;
	display: block;
	float: left;
}
#access .menu {
	font-size: 12px;
}
#access .menu ul {
	margin: 0px;
	list-style: none;
}
#access .menu li {
	float: left;
	position: relative;
}
#access a {
	padding: 0px 10px 0px 10px; 
	display: block;
	text-decoration: none; 
	color: #FFFFFF; 
}
#access ul ul {
	display: none;
	position: absolute;
	top: 50px;
	left: 0px; 
	float: left;
	z-index: 99999;
	text-align: left;
	background-color: #f2f2f2;
	border: 1px solid #FFFFFF;
	border-bottom: 0px;
	border-left: 0px;
}
#access ul ul ul {
	left: 100%; 
	top: -1px; 
}
#access ul ul a {
	padding: 5px 10px 5px 10px; 
	border: 1px solid #FFFFFF;
	border-top: 0px;
	border-left: 0px;
	width: 170px;
	height: auto; 
	font-size: 12px;
}
#access li:hover > a, #access li:focus > a {
	background: #A1A9C5;
	color: #FFFFFF; 
}
#access ul ul :hover > a, #access ul ul :focus > a {
	background: #A1A9C5;
	color: #FFFFFF; 
}
#access ul li:hover > ul, #access ul li:focus > ul {
	display:block;
}


/* =Widget Areas
background-color: #A1A9C5;
		background-color: #43548C;
-------------------------------------------------------------- */

.widget-area ul {
}
.widget-area ul ul {
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 30px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #FFFFFF;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}
.widget-title {

}
.widget-area a:link,
.widget-area a:visited {
}
.widget-area a:active,
.widget-area a:hover {
}
.widget-area .entry-meta {
}



#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #FFFFFF;
}
.widget_rss a.rsswidget:hover {
	color: #FFFFFF;
}
.widget_rss .widget-title img {
	display: none;
}


/* =Content
-------------------------------------------------------------- */
.navigation {
	margin: 25px 0px 0px 0px;
}
#main {
}
#content {
}
#content,
#content input,
#content textarea {
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
}
#content pre,
#content kbd,
#content tt,
#content var {
}
#content code {
}
#content dt,
#content th {
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
}
#content table {
}
#content tr th,
#content thead th {
}
#content tr td {
}
#content tr.odd td {
}
.hentry {
}
.home .sticky {
}
.single .hentry {
}
.page-title {
}
.page-title span {
}
.page-title a:link,
.page-title a:visited {
}
.page-title a:active,
.page-title a:hover {
}
#content .entry-title {
}
.entry-title a:link,
.entry-title a:visited {
}
.entry-title a:active,
.entry-title a:hover {
}
.entry-meta {
	font-size: 11px;
}
.entry-meta abbr,
.entry-utility abbr {
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
}
.entry-content,
.entry-summary {
	padding-bottom: 0px;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 130%;
}
.entry-content {
	padding-bottom: 5px;
}
.entry-summary {
	padding-bottom: 0px;
}
.entry-content ul {
	margin: 0px;
	padding: 0px 0px 20px 20px;
	list-style-type: disc;
}
.entry-content ul li {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
#content .entry-summary p:last-child {
}
.entry-content fieldset {
}
.entry-content fieldset legend {
}
.entry-content input {
}
.entry-content input.file,
.entry-content input.button {
}
.entry-content label {
}
.entry-content select {
}
.entry-content sup,
.entry-content sub {
}
.entry-content blockquote.left {
}
.entry-content blockquote.right {
}
.page-link {
}
.page-link a:link,
.page-link a:visited {
}
.home .sticky .page-link a {
}
.page-link a:active,
.page-link a:hover {
}
body.page .edit-link {
}
#entry-author-info {
}
#entry-author-info #author-avatar {
}
#entry-author-info #author-description {
}
#entry-author-info h2 {
}
.entry-utility {
	margin: -3px 0px -10px 0px;
	padding: 0px 0px 20px 0px;
	font-size: 11px;
	border: 1px solid #A8AAAB;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}
.entry-meta a,
.entry-utility a {
}
.entry-meta a:hover,
.entry-utility a:hover {
}
#content .video-player {
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
.commentlist {
	list-style: decimal;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
	list-style: none;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: none;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
}
#respond {
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0px 0px 0px;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	font-weight: bold;
}
#respond label {
	font-size: 12px;
}
#respond input {
	margin: 0px;
	padding: 7px;
	width: 98%;
	background-color: #EBEBEB;
	border: none;
}
#respond textarea {
	margin: 0px;
	padding: 7px;
	width: 98%;
	background-color: #EBEBEB;
	border: none;
}
#respond .form-allowed-tags {
	display: none;
}
#respond .form-allowed-tags code {
	display: none;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}	