/*
	Theme Name: Humphrey Child Theme
	Theme URI: http://wpcanada.ca/our-themes/humphrey/
	Description: Humphrey is a 2 or 3-column Widget-ready child theme created for the Genesis Framework.
	Author: Len Kutchma
	Author URI: http://wpcanada.ca
	
	Version: 1.4.0

	Template: genesis
	Template Version: 1.8.0

	License: GNU General Public License v2.0
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/*
	Content Boxes by Brian Gardner
	http://www.briangardner.com/genesis-content-boxes/

	Social Media Icons by Rafal Tomal
	http://www.studiopress.com/graphics/social-media-icons

	Icon Set for Bloggers by Rafal Tomal
	http://www.studiopress.com/graphics/icon-set-bloggers

	Post Format Icons by Rafal Tomal
	http://www.studiopress.com/graphics/post-format-icons
	
	Header wrapper inspired by Brad Potter
	http://themecraft.com/
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Pullquotes
* Content Boxes
* Featured Post Grid
* Column Classes
* Headlines
* Unordered / Ordered Lists
* Post Info
* Post Meta
* Author Box
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* Portfolio Page
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Genesis Tabs
* Genesis Slider
* Social Icons
* Genesis Box

*/


/* Import Fonts
------------------------------------------------------------ */

@import url(http://fonts.googleapis.com/css?family=Oswald|Federo);



/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
input,
p,
select,
textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input {
	color: #333;
}

#genesis-box,
input,
select,
textarea,
.author-box,
.sticky,
.taxonomy-description {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

ol,
ol li,
ul,
ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

ul li {
	list-style-type: square;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #a41600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

/* Body
------------------------------------------------------------ */

body {
	background-color: #f5f5f5;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	border-top: 10px solid #a41600;
	margin: 0 auto;
}


/* Header
------------------------------------------------------------ */

#headerwrapper {
	background: #fff;
	border: 1px solid #ddd;
	border-top: 0;
	margin: 0px auto 20px;
	min-height: 150px;
	overflow: hidden;
	padding: 0 0 25px;
	width: 960px;
}

#header {
	height: 150px;
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}

#header .wrap {
	height: 150px;
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 35px 0 0 30px;
	width: 350px;
}

#title {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 48px;
	line-height: 48px;
	margin: 0;
	text-transform: uppercase;
}

#title a,
#title a:hover {
	color: #444;
	text-decoration: none;
}

#description {
	color: #444;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 15px;
	font-style: italic;
}

#header .widget-area {
	float: right;
	padding: 50px 20px 0 0;
	width: 550px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 150px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 300px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 960px;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover { 
	position: static;
}


/* Header Right Navigation
------------------------------------------------------------ */


#header ul.nav,
#header ul.menu {
	float: right;
}

#header ul.nav ul,
#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.nav li,
#header ul.menu li {
	background-color: #252525;
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}

#header ul.nav li a,
#header ul.menu li a {
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#header ul.nav li a:active,
#header ul.nav li a:hover,
#header ul.nav .current-cat a,
#header ul.nav .current-menu-item a,
#header ul.nav .current_page_item a,
#header ul.menu li a:active,
#header ul.menu li a:hover,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a,
#header ul.menu .current_page_item a {
	background-color: #a41600;
	color: #fff;
}

#header ul.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul {
	padding-right: 25px;
}	

#header ul.nav li a .sf-sub-indicator,
#header ul.menu li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 12px;
	width: 10px;
}

#header ul.nav li li a,
#header ul.nav li li a:link,
#header ul.nav li li a:visited,
#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background-color: #676767;
	border: 1px solid #444;
	border-top-width: 0;
	color: #fff;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	width: 158px;
}

#header ul.nav li li a:active,
#header ul.nav li li a:hover,
#header ul.menu li li a:active,
#header ul.menu li li a:hover {
	background-color: #252525;
}

#header ul.nav li li a .sf-sub-indicator,
#header ul.menu li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}

#header ul.nav li ul,
#header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 180px;
	z-index: 9999;
}

#header ul.nav li ul a,
#header ul.menu li ul a { 
	width: 160px;
}

#header ul.nav li ul ul,
#header ul.menu li ul ul {
	margin: -31px 0 0 179px;
}

#header ul.nav li:hover>ul,
#header ul.nav li.sfHover ul,
#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
	left: auto;
}


/* Primary Navigation
------------------------------------------------------------ */

#nav {
	background-color: #a41600;
	clear: both;
	color: #fff;
	font-family: 'Oswald', arial, serif;
	margin: 0 auto;
	overflow: hidden;
	text-transform: uppercase;
	width: 920px;
}

#nav .wrap {
	color: #fff;
	margin: 0 20px;
	overflow: hidden;
	padding: 0;
	width: 900px;
}

#nav ul {
	float: left;
	width: 100%;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 10px 15px 10px;
	position: relative;
	text-decoration: none;
}

#nav li a:active,
#nav li a:hover,
#nav .current-cat a,
#nav .current-menu-item a,
#nav .current_page_item a {
	background-color: #252525;
}

#nav li a .sf-sub-indicator {
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #676767;
	border: 1px solid #444;
	border-top-width: 0;
	color: #fff;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 128px;
}

#nav li li a:active,
#nav li li a:hover {
	background-color: #252525;
	color: #fff;
}

#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 150px;
	z-index: 9999;
}

#nav li ul a { 
	width: 130px;
}

#nav li ul ul {
	margin: -31px 0 0 149px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	padding: 10px 10px 8px;
}

#nav li.right a {
	background: none;
	border: none;
	color: #fff;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	text-decoration: underline;
}

#nav li.search {
	padding: 0 10px;
}

#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	background-color: #252525;
	clear: both;
	color: #fff;
	font-family: 'Oswald', arial, serif;
	font-size: 12px;
	margin: 0 auto;
	overflow: hidden;
	text-transform: uppercase;
}

#subnav .wrap {
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	border-left: 1px solid #333;
	color: #fff;
	display: block;
	padding: 9px 16px 8px 15px;
	position: relative;
	text-decoration: none;
}

#subnav li a:active,
#subnav li a:hover,
#subnav .current-cat a,
#subnav .current-menu-item a,
#subnav .current_page_item a {
	background-color: #fff;
	color: #a41600;
}

#subnav li a .sf-sub-indicator {
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #fff;
	border: 1px solid #ddd;
	border-top-width: 0;
	color: #333;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 128px;
}

#subnav li li a:active,
#subnav li li a:hover {
	color: #a41600;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 1px;
	position: absolute;
	width: 150px;
	z-index: 9999;
}

#subnav li ul a { 
	width: 130px;
}

#subnav li ul ul {
	margin: -31px 0 0 149px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Inner
------------------------------------------------------------ */

#inner {
	background-color: #fff;
	border: 1px solid #ddd;
	margin: 20px auto 0;
	overflow: hidden;
	padding: 25px 29px 30px;
	width: 900px;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	background: url(images/line.png) bottom repeat-x;
	color: #444;
	font-family: 'Oswald', arial, serif;
	font-size: 12px;
	margin: 0 0 30px;
	padding: 5px 0 10px;
}

.breadcrumb a,
.breadcrumb a:visited {
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 720px;
}

.home .full-width-content #content-sidebar-wrap {
	width: 960px;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 900px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	width: 420px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 600px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 900px;
}

blockquote {
	background-color: #f5f5f5;
	clear: both;
	margin: 5px 15px 20px;
	padding: 15px 20px 0;
}

blockquote p {
	color: #777;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 14px;
	font-style: italic;
}

.post {
	margin: 0 0 25px;
	overflow: hidden;
	padding: 0 0 25px;
}

.single .post {
	background: none;
	margin: 0 0 20px;
	padding: 0;
}

.format-aside,
.format-audio,
.format-link,
.format-quote,
.format-status,
.format-video {
	margin: 0 0 20px;
	padding: 0 0 10px;
}

.entry-content a,
.entry-content a:visited {
	text-decoration: none;
}

.entry-content a:hover {
	text-decoration: underline;
}

.entry-content p,
.home #content p,
.page .entry-content p {
	padding: 0 0 15px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 15px;
}

/* Pullquotes
------------------------------------------------------------ */

.pullquote-left,
.pullquote-right {
	background-color: transparent;
	border-bottom: 2px solid #a41600;
	border-top: 2px solid #a41600;
	clear: both;
	color: #a41600;
	font-size: 20px;
	font-style: italic;
	line-height: 28px;
	margin-top: 10px;
	padding:  25px 15px 15px;
	width: 33%;
}

.pullquote-left {
	display: inline;
	float: left;
}

.pullquote-right {
	display: inline;
	float: right;
}

/* Content Boxes
------------------------------------------------------------ */

.content-box-blue,
.content-box-gray,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-yellow {
	margin: 0 0 25px;
	overflow: hidden;
	padding: 20px;
}

.content-box-blue {
	background-color: #d8ecf7;
	border: 1px solid #afcde3;
}

.content-box-gray {
	background-color: #e2e2e2;
	border: 1px solid #bdbdbd;
}

.content-box-green {
	background-color: #d9edc2;
	border: 1px solid #b2ce96;
}

.content-box-purple {
	background-color: #e2e2f9;
	border: 1px solid #bebde9;
}

.content-box-red {
	background-color: #f9dbdb;
	border: 1px solid #e9b3b3;
}

.content-box-yellow {
	background-color: #fef5c4;
	border: 1px solid #fadf98;
}


/* Featured Post Grid
------------------------------------------------------------ */
 
.genesis-grid-even {
	float: right;
	padding: 0 0 15px;
	width: 48%;
}
 
.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px;
	width: 48%;
}
 
.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
	font-family: 'Federo', sans-serif;
	font-size: 18px;
	margin: 0 0 5px;
	text-transform: uppercase;
}

h1,
h2,
h2 a,
h2 a:visited {
	color: #444;
	font-family: 'Federo', sans-serif;
	font-size: 24px;
	line-height: 30px;
}

h2 a:hover {
	color: #a41600;
	text-decoration: none;
}

.home h2 a,
.home h2 a:visited {
	font-size: 16px;
	line-height: 22px;
}

h3 {
	font-size: 20px;
}

h4,
h4 a,
h4 a:hover,
h4 a:visited {
	color: #444;
	font-size: 16px;
	text-decoration: none;
}

.widget-area h4 {
	background-color: #f5f5f5;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin: 0 0 10px;
	padding: 5px 5px 5px 10px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}


/* Unordered / Ordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ul ul,
.entry-content ol ol {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 11px;
	margin: 5px 0 15px;
	text-transform: uppercase;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	background: url(images/line.png) top repeat-x;
	clear: both;
	font-size: 11px;
	padding: 10px 0 0;
	text-transform: uppercase;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background: #f5f5f5;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 50%;
}


/* Post Icons
------------------------------------------------------------ */

.categories {
	background: url(images/icon-categories.png) no-repeat top left;
	padding: 2px 0 2px 22px;
}
	
.post-comments {
	background: url(images/icon-comments.png) no-repeat top left;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 22px;
}

.tags {
	background: url(images/icon-tags.png) no-repeat top left;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 20px;
}
	
.time {
	background: url(images/icon-time.png) no-repeat top left;
	padding: 2px 0 2px 21px;
}


/* Images
------------------------------------------------------------ */

img.aligncenter,
img.alignleft,
img.alignright,
.aligncenter img,
.alignleft img,
.alignright img,
.featuredpage img,
.featuredpost img {
	border: 1px solid #ddd;
	margin: 0 0 10px;
	max-width: none;
	padding: 4px;
}

.avatar,
.post-image {	
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.post-format-image {
	background: none;
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}

.page .post-format-image {
	display: none;
}

.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: left;
	height: 30px;
	margin: 0 5px 0 0;
	padding: 4px;
	width: 30px;
}

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;
}

.wp-caption {
	text-align: center;
}

p.wp-caption-text {
	font-size: 11px;
	line-height: 12px;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li.active a,
.navigation li a:hover {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	margin: 0 0 20px;
	padding: 15px 15px 5px;
	width: 250px;
}

#sidebar-alt {
	float: left;
	padding: 15px 15px 5px;
	width: 120px;
}

.sidebar-bottom-left {
	display: inline;
	float: left;
	width: 115px;
}
	
.sidebar-bottom-right {
	display: inline;
	float: right;
	width: 120px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar .widget {
	margin: 0 0 15px;
	padding: 0 0 20px;
}

.widget-area ol,
.widget-area ul {
	margin: 5px 0 -5px 20px;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	list-style-type: square;
 	word-wrap: break-word;
}

.widget-area ol li {
	list-style-type: decimal;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	background-color: #fff;
	color: #a41600;
	display: inline;
	font-family: 'Oswald', arial, serif;
	font-size: 12px;
	margin: 2px 0 0;
	padding: 3px;
	width: 100%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 5px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	margin: 0 0 10px;
	overflow: hidden;
	padding: 5px 0;
}

#homepage-top {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
}

#homepage-welcome {
	background: #252525;
	color: #fff;
	font-family: Georgia,Times,'Times New Roman',serif;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	line-height: 36px;
	margin: 0;
	padding: 25px 10px;
	text-align: center;
}

#homepage-welcome p {
	color: #fff;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	line-height: 36px;
	text-align: center;
}

#homepage-welcome h4 {
	color: #fff;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 36px;
	line-height: 36px;
	text-transform: none;
}

#homepage-left {
	clear: none;
	float: left;
	width: 67%;
}

#homepage-right {
	clear: none;
	float: right;
	width: 30%;
}

#homepage-right .widget {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #ddd;
	border-radius: 10px;
	margin: 10px 0;
	padding: 10px;
}

#homepage-right .widget ol,
#homepage-right .widget ul {
	margin: 5px 0 -5px 20px;
}

#homepage-right .widget ol ol,
#homepage-right .widget ul ul {
	margin: 0 0 0 15px;
}

#homepage-left .widget {
	margin: 10px 0;
	padding: 10px 10px 10px 0;
}

#homepage-left .post {
	background: url(images/line.png) bottom repeat-x;
}


/* Portfolio Page
------------------------------------------------------------ */
.page-template-page-portfolio-php img {
	background: #eee;
	border: 1px solid #ddd;
	margin: 0 0 10px;
	max-width: none;
	padding: 6px;
}

.page-template-page-portfolio-php h2 a,
.page-template-page-portfolio-php h2 a:visited {
	font-size: 16px;
	line-height: 20px;
}

.page-template-page-portfolio-php .featuredpage .page, 
.page-template-page-portfolio-php .featuredpost .post {
	float: left;
	margin: 0 42px 10px;
	overflow: hidden;
	padding: 5px 0 10px;
	width: 216px;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

.enews #subbutton,
.reply a,
.reply a:visited,
.searchsubmit,
#submit {
	background-color: #a41600;
	border: none;
	color: #fff !important;
	cursor: pointer;
	font-family: 'Oswald', arial, serif;
	font-size: 12px;
	font-weight: normal;
	padding: 4px 7px 4px;
	text-decoration: none;
	text-transform: uppercase;
}

#nav .searchsubmit {
	padding: 2px 7px 2px;
}

.reply a,
.reply a:visited {
	padding: 4px 4px;
}

.enews #subbutton:hover,
.reply a:hover,
.searchsubmit:hover,
#submit:hover {
	background-color: #252525;
	border: none;
	color: #fff;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 0 20px;
}

#nav .searchform {
	float: right;
	margin: 4px 0 0;
}

.s {
	background-color: #fff;
	color: #a41600;
	font-family: 'Oswald', arial, serif;
	font-size: 12px;
	margin: 5px 2px 0 0;
	padding: 4px 0 5px 5px;
	width: 175px;
}

#nav .s {
	padding: 2px 0 2px 5px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews #subbox {
	background-color: #fff;
	color: #a41600;
	font-family: 'Oswald', arial, serif;
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 4px 0 5px 7px;
	width: 195px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */
 
#footer-widgets {
	background-color: #252525;
	clear: both;
	font-size: 12px;
	margin: 10px auto 0;
	overflow: hidden;
	padding: 25px 0 20px;
	width: 960px;
}

#footer-widgets .wrap {
	margin: 0 auto;
	width: 900px;
}
 
#footer-widgets .widget {
	background: none;
	border: none;
	padding: 0;
}

#footer-widgets .widget-area h4,
#footer-widgets p {
	color: #fff
}

#footer-widgets .widget-area h4 {
	background: none;
	border: none;
	margin: 0 0 5px;
	padding: 0 0 5px;
}

#footer-widgets a,
#footer-widgets a:visited {
	color: #fff;
	text-decoration: none;
}

#footer-widgets a:hover {
	text-decoration: underline;
}

#footer-widgets ul {
	list-style-type: none;
	margin: 0 0 10px;
}
 
#footer-widgets ul li {
	color: #fff;
	list-style-type: square;
	margin: 0 0 0 15px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	padding: 0 20px 0 0;
	width: 290px;
}
 
.footer-widgets-2 {
	float: left;
	width: 280px;
}
 
.footer-widgets-3 {
	float: right;
	width: 290px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	background-color: #252525;
	border-top: 10px solid #a41600;
	clear: both;
	font-family: 'Oswald', arial, serif;
	font-size: 12px;
	margin: 10px auto 0;
	overflow: hidden;
	padding: 5px 0;
}

#footer .wrap {
	margin: 0 auto;
	width: 940px;
}

#footer p {
	color: #fff;
	font-family: 'Oswald', arial, serif;
	font-size: 11px;
}

#footer a,
#footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .gototop {
	float: left;
	padding: 0 0 0 10px;
	width: 200px;
}

#footer .gototop a {
	background: url(images/footer-top.png) no-repeat left center;
	margin: 0;
	padding: 2px 0 0 15px;
}

#footer .creds {
	float: right;
	padding: 0 10px 0 0;
	text-align: right;
	width: 695px;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 30px;
	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 {
	margin: 0;
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style: none;
	margin: 10px 0 0;
	padding: 10px;
}

.comment-list li ul li {
	list-style-type: none;
}

.comment-list p,
.ping-list p {
	font-weight: normal;
	margin: 10px 5px 10px 0;
	padding: 0;
	text-transform: none;
}

.comment-list ul.children {
	margin-top: 20px;
}

.comment-list ul.children li.comment  {
	background: #fff;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
	font-weight: bold;
}

.commentmetadata {
	font-weight:normal;
}

.comment-author { 
	background: #e5e5e5;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 10px 0;
}

.comment-meta { 
	background: #e5e5e5;
	font-size: 12px;
	padding: 0 10px 8px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
	padding: 0;
}

.thread-alt,
.thread-even {
	background: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}

/* Genesis Tabs
------------------------------------------------------------ */

#wrap .ui-tabs {
	background: url(images/line.png) bottom repeat-x;
	margin: 0 auto 20px;
	padding: 20px 20px 20px 0;
}

#wrap .ui-tabs .post {
	background: #fff;
	padding: 5px 0 0 0;
}

#wrap .ui-tabs ul.ui-tabs-nav {
	margin: 10px 0;
	padding: 0 0 13px;
}

#wrap .ui-tabs ul.ui-tabs-nav li a {
	background-color: #f5f5f5;
	font-weight: bold;
}

#wrap .ui-tabs ul.ui-tabs-nav li a:hover,
#wrap .ui-tabs ul.ui-tabs-nav li.ui-tabs-selected a {
	background-color: #252525;
	color: #fff;
}


/* Genesis Slider
------------------------------------------------------------ */

.humphrey #genesis-slider {
	border: 1px solid #ddd;
	margin: 0 auto 20px;
}

.humphrey #genesis-slider p {
	color: #fff;
	font-size: 12px;
	line-height: 20px;
}

.humphrey #genesis-slider a {
	color: #fff;
}

.humphrey #genesis-slider a:hover {
	color: #a41600;
}

.humphrey .slide-excerpt {
	background-color: #1b1b1b;
	margin: 0;
	padding: 0px 3px;
}

html > body.humphrey .slide-excerpt-border {
	border: none;
	padding: 0;
}


/* Social Media Icons
------------------------------------------------------------ */

#header ul li.social-facebook,
#header ul li.social-pinterest,
#header ul li.social-rss,
#header ul li.social-twitter {
	float: left;
}

#header ul li.social-facebook a,
#header ul li.social-facebook a:hover,
#header ul li.social-pinterest a,
#header ul li.social-pinterest a:hover,
#header ul li.social-rss a,
#header ul li.social-rss a:hover,
#header ul li.social-twitter a,
#header ul li.social-twitter a:hover {
	display: block;
	height: 32px;
	margin: 0 0 0 10px;
	padding: 0;
	text-indent: -9999px;
	width: 32px;
}

#header ul li.social-facebook a {
	background: #252525 url(images/32x32_facebook.png);
}

#header ul li.social-facebook a:hover {
	background: #a41600 url(images/32x32_facebook.png);
}

#header ul li.social-pinterest a {
	background: #252525 url(images/32x32_pinterest.png);
}

#header ul li.social-pinterest a:hover {
	background: #a41600 url(images/32x32_pinterest.png);
}

#header ul li.social-rss a {
	background: #252525 url(images/32x32_rss.png);
}

#header ul li.social-rss a:hover {
	background: #a41600 url(images/32x32_rss.png);
}

#header ul li.social-twitter a {
	background: #252525 url(images/32x32_twitter.png);
}

#header ul li.social-twitter a:hover {
	background: #a41600 url(images/32x32_twitter.png);
}

/* Genesis Box
------------------------------------------------------------ */
 
#genesis-box {
	margin: 10px 0 0;
	overflow: hidden;
	padding: 10px;
}
 
#genesis-box h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 10px;
	padding: 0;
	text-transform: none;
}
 
#genesis-box .alignright {
	background: #f5f5f5;
	border: 1px solid #ddd;
	float: right;
	margin: 0 0 5px 10px;
	padding: 7px;
}