/*
	Theme Name: AgentPress
	Theme URL: http://www.agentpress.com
	Description: AgentPress is a custom child theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	Version: 1.0
	Template: genesis
*/

/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea {
	color: #555;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb {
	background-color: #f7f7f7;
	border: 1px solid #e6e6e6;
}

ol,
ol li,
ul,
ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #4b8308;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background: #fff;
	}
	

/* Wrap
------------------------------------------------------------ */

#wrap {
	margin: 0 auto;
}


/* Header
------------------------------------------------------------ */

#header {
	background: url(images/header.png);
	height: 125px;
}

#header .wrap {
	margin: 0 auto;
	width: 960px;
}

#title-area {
	float: left;
	overflow: hidden;
	width: 375px;
}

#header .widget-area {
	width: 480px;
	float: right;
	padding: 15px 0 0 0;
	text-align: right;
}
	
#header .widget-area a,
#header .widget-area a:visited {
	color: #fff;
	text-decoration: none;
	text-shadow: #001e37 -1px -1px;
}
	
#header .widget-area a:hover {
	color: #fff;
	text-decoration: underline;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area {
	background: url(images/logo.png) no-repeat top left;
}

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 120px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -9999px;
	width: 375px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Header Right Navigation
------------------------------------------------------------ */

#header ul.menu {
	clear: both;
	color: #fff;
	float: right;
	margin: 64px 0 0;
	overflow: hidden;
}

#header ul.menu ul {
	float: right;
	width: 100%;
}
	
#header ul.menu li {
	float: left;
	list-style: none;
}

#header ul.menu li a {
	color: #fff;
	display: block;
	font-size: 16px;
    margin: 0;
	padding: 9px 20px 8px;
	position: relative;
	text-decoration: none;
	text-shadow: #001e37 -1px -1px;
}

.single #header ul.menu .blog a,
#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item {
	background: url(images/nav.png);
	color: #fff;
	text-shadow: #375c0a -1px -1px;
	text-decoration: none;
}
	
.facebook {
	padding: 2px 5px 2px 22px;
	background: url(images/icon-facebook.png) no-repeat left center;
}
	
.twitter {
	margin: 0 10px 0 15px;
	padding: 2px 5px 2px 22px;
	background: url(images/icon-twitter.png) no-repeat left center;
}
	

/* Inner
------------------------------------------------------------ */

#inner {
	margin: 30px auto;
	width: 960px;
}


/* Content
------------------------------------------------------------ */

#content-sidebar-wrap {
	width: 960px;
}

#content {
	float: left;
	width: 630px;
}

.full-width-content #content {
	width: 960px;
}

blockquote {
	margin: 5px 15px 15px;
	padding: 10px 20px 0 15px;
}

#content .page,
#content .post {
	margin: 0 0 15px 0;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	padding: 0 0 15px;
}

.clear {
	clear: both;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited {
	color: #09549e;
	font-size: 26px;
	line-height: 32px;
}

.page h1,
.page h2 {
	font-size: 36px;
	font-weight: bold;
	margin: 0 0 30px;
	text-align: center;
}

.page h2 {
	font-size: 26px;
	margin: 25px 0 20px;
}

h2 a:hover {
	color: #25a;
	text-decoration: none;
}

h3 {
	font-size: 20px;
}

h4 {
	color: #09549e;
	font-size: 18px;
	margin: 0 0 15px;
}

#homepage h4 {
	color: #09549e;
	font-size: 24px;
	line-height: 30px;
}

.widget-area h4 {
	background: url(images/headline-sidebar.png) no-repeat top left;
	color: #FFFFFF;
	height: 41px;
	font-size: 16px;
	font-weight: normal;
	margin: 0 -6px 0 -6px;
	padding: 9px 15px 0 15px;
	text-shadow: #001337 -1px -1px;
}


/* Unordered / Ordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0 0 40px 25px;
}

.entry-content ul li {
	list-style-type: square;
	margin: 0 0 20px;
}

.entry-content ol li {
	margin: 0 0 20px;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 11px;
	margin: 5px 0;
	text-transform: uppercase;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #e6e6e6;
	clear: both;
	font-size: 11px;
	padding: 5px 0 0;
	text-transform: uppercase;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	padding: 10px;
	overflow: hidden;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 10px;
}


/* Images
------------------------------------------------------------ */

img {
	max-width: 100%
}

img.alignleft,
img.alignright,
.alignleft img,
.alignright img {
	max-width: none;
}

.avatar,
.post-image {	
	background-color: #f7f7f7;
	border: 1px solid #e6e6e6;
	padding: 4px;
}

.author-box .avatar {
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar { 
	background-color: #fff;
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 10px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #e6e6e6;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f7f7f7;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

#sidebar {
	display: inline;
	float: right;
	width: 310px;
}

#sidebar .widget {
	margin: 0 0 15px;
	padding: 0;
}

#sidebar a, #sidebar a:visited {
	text-decoration: underline;
}
	
#sidebar a:hover {
	text-decoration: none;
}

#sidebar .textwidget {
	margin: 0;
	padding: 0 15px 5px 15px;
}

#sidebar ul {
	list-style-type: none;
	margin: 0 0 5px 12px;
	padding: 0;
}

#sidebar li {
	background: url(images/list.png) no-repeat top left;
	list-style-type: none;
	margin: 0 0 8px 0;
	padding: 0 0 0 15px;
}
	
.sidebar-clear, .sidebar-clear-end {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 5px;
	padding: 0 0 5px;
}
	
.sidebar-clear-end {
	margin: 0 0 10px;
}
	
.numbers {
	clear: both;
	color: #09549e;
	float: left;
	font-family: Arial, Tahoma, Verdana;
	font-size: 48px;
	font-weight: bold;
	line-height: 48px;
	text-decoration: none;
	text-align: center;
	width: 45px;
}
	
.reasons {
	float: left;
	line-height: 18px;
	padding: 7px 0 0 0;
	width: 200px;
}


/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.enews #subbutton,
.searchsubmit,
#submit {
	background: url(images/button.png);
	border: 2px solid #4b8308;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: normal;
	padding: 8px 5px;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: #375c0a -1px -1px;
}

#submit, .enews #subbutton, #content .gform_footer .button {
	font-size: 12px;
	padding: 6px 8px 4px;
	border: 1px solid #4b8308;
}

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.searchsubmit:hover,
#submit:hover {
	background: url(images/button-hover.png);
	border: 2px solid #4b8308;
	color: #fff;
	text-decoration: none;
}

#submit:hover, .enews #subbutton:hover, #content .gform_footer .button:hover {
	border: 1px solid #4b8308;
}


/* Search Form
------------------------------------------------------------ */

.s {
	background: url(images/gradient.png);
	border: 5px solid #ddd;
	color: #27568a;
	font-size: 14px;
	font-style: italic;
	margin: 5px 4px 0 0;
	padding: 8px 0 7px 8px;
	width: 200px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}


/* eNews and Update Widget
------------------------------------------------------------ */

#subscribe {
	padding: 0 0 5px 0;
}

.enews p {
	padding: 0 15px 5px 15px;
}

.enews #subbox {
	background: #fff;
	border: 1px solid #ddd;
	color: #27568A;
	font-size: 13px;
	font-style: italic;
	margin: 5px 6px 0 15px;
	padding: 6px 0 5px 7px;
	width: 225px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	background: url(images/footer.png) repeat-x;
	clear: both; 
	font-size: 13px;
	height: 90px;
	overflow: hidden;
	text-shadow: #001e37 -1px -1px;
}
	
#footer .wrap {
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: 960px;
}

#footer a, #footer a:visited {
	color: #fff;
	text-decoration: none;
}
	
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer p {
	color: #fff;
}

#footer .gototop {
	float: left;
	margin: 0;
	padding: 0;
	width: 200px;
}

#footer .creds {
	float: right;
	margin: 0;
	padding: 22px 0 0 0;
	text-align: right;
	line-height: 25px;
	width: 655px;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	padding: 20px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
	margin-right: -6px;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 11px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.thread-alt,
.thread-even {
	background-color: #f7f7f7;
}

.alt,
.depth-1,
.even {
	border: 1px solid #e6e6e6;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #555;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	padding: 4px 5px;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}
