/*
Theme Name: JoshAdamBoyd
Theme URI: http://www.joshadamboyd.com/
Author: JoshAdamBoyd
Author URI: http://www.joshadamboyd.com/
Description: Personal profile for JoshAdamBoyd
Version: 4.0
License: GNU General Public License
Tags: light, white, one-column, two-columns, left-sidebar, fixed-width, custom-menu, sticky-post, theme-options
*/

/** Reset *******************************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/****************************************************************************************************/


/** Global ******************************************************************************************/
* {
	outline: 0 none;
}

body {
	background: #ba794c url(images/background.jpg) center top;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.4;
}

a {
	color: #4d4d4d;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	color: #ed1c24;
	text-decoration: none;
}

img {
	border: 0 none;
}

sub, sup {
	font-size: 8px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 13px;
	font-weight: bold;
	clear: both;
}

h1 {
	font-size: 24px
}

h2 {
	font-size: 22px
}

h3 {
	font-size: 20px
}

h4 {
	font-size: 17px
}

h5 {
	font-size: 16px
}

h6 {
	font-size: 14px
}

p {
	margin-bottom: 13px;
}

ul, ol {
	margin: 0 0 13px 25px;
}

ul {
	list-style: square;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

dl {
	margin: 0 13px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 13px;
}

strong, b {
	font-weight: bold;
}

cite, em, i {
	font-style: italic;
}

blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 48px;
}

blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}

blockquote cite {
	color: #666666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}

pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 13px;
	overflow: auto;
	padding: 0.75em 13px;
}

code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym, dfn {
	border-bottom: 1px dotted #666666;
	cursor: help;
}

address {
	display: block;
	margin: 0 0 13px;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}
/****************************************************************************************************/


/** Forms *******************************************************************************************/
form { }

fieldset { }

legend {
	display: none;
}

input[type=text],
input[type=password],
textarea {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #666666;
	padding: 3px;
	width: 350px;
	/* rounded corners */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

textarea {
	overflow: auto;
	min-height: 50px;
	/*width: 98%;*/
}

input[type=text]:hover,
input[type=password]:hover,
textarea:hover {
	border-color: #999999;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
	border-color: #666666;
	/* shadow */
	-webkit-box-shadow: 0px 0px 2px 0px #9f9f9f;
	-moz-box-shadow: 0px 0px 2px 0px #9f9f9f;
	box-shadow: 0px 0px 2px 0px #9f9f9f
}

form input[type=radio] + label,
form input[type=checkbox] + label{
	display: inline;
}

input[type=submit],
input[type=reset] {
	border: solid 1px #CDCDCD;
	background-color: #CDCDCD;
	color: #000000;
	font-weight: bold;
}

input[type=submit]:hover,
input[type=reset]:hover {
	border: solid 1px #000000;
}

form label {
	display: block;
}

form .required {
	color: #D8000C;
	padding-left: 5px;
}
/****************************************************************************************************/


/** Gravity Forms ***********************************************************************************/
.gform_wrapper {
	margin:  0;
}

.gform_wrapper .gform_heading {
	border-bottom: dashed 1px #000000;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.gform_wrapper span.gform_description {
	font-weight: bold;
}

.gform_wrapper .gform_body { }

.gform_wrapper .gform_fields { }

.gform_wrapper .gfield { }

.gform_wrapper .gfield_contains_required { }

.gform_wrapper .gfield  label {
	margin: 0;
	line-height: inherit;
	display: block;
}

.gform_wrapper .gfield_required {
	color: #D8000C;
}

.gform_wrapper .ginput_container { }

.gform_wrapper .ginput_container input[type=text],
.gform_wrapper .ginput_container input[type=password],
.gform_wrapper .ginput_container textarea.textarea{
	width: 350px;
}

.gform_wrapper .gfield_description {
	padding: 0 0 0 15px;
}

.gform_wrapper .gform_footer {
	padding:  0;
}

.gform_wrapper.gform_button { }

.gform_wrapper .gform_edit_link {
	display: none;
}
/****************************************************************************************************/


/** Menu ********************************************************************************************/
ul.menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.menu li {
	position: relative;
}

ul.menu li a {
	font-weight: normal;
}

ul.menu li.page_item { }

ul.menu li.current_page_item { }

ul.menu li.current_page_parent { }

ul.menu li ul.sub-menu {
	display: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	background-color: #FFFFFF;
	border: solid 1px #000000;
	left: 0;
	width: 200px;
	z-index: 99;
}

ul.menu li:hover > ul.sub-menu {
	display: block;
}

/* top level */
ul.menu {
	overflow: hidden;
}

ul.menu:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

ul.menu > li {
	display: inline;
	float: left;
}

ul.menu > li:first-child { }

ul.menu > li > a { }

ul.menu > li.page_item { }

ul.menu > li.current_page_item { }

ul.menu > li.current_page_parent { }

/* level 2 */
ul.menu ul { }

ul.menu ul a {
	display: block;
}

ul.menu ul > li { }

ul.menu ul > li > a { }

ul.menu ul > li:first-child { }

ul.menu ul > li.page_item { }

ul.menu ul > li.current_page_item { }

ul.menu ul > li.current_page_parent { }

/* level 3+ */
ul.menu ul ul {
	left: 200px;
	top: 0;
}

ul.menu ul ul a { }

ul.menu ul ul li { }

ul.menu ul ul > li:first-child { }

ul.menu ul ul li.page_item { }

ul.menu ul ul li.current_page_item { }

ul.menu ul ul li.current_page_parent { }
/****************************************************************************************************/


/** Search ******************************************************************************************/
#searchform { }

#searchform label {
	display: inline;
}

#searchform #s {
	background: #FFFFFF url(images/search.png) no-repeat left center;
	padding: 5px 5px 5px 20px;
	width: 75px;
	/* grow width transition */
	-webkit-transition: width 400ms ease;
	-moz-transition: width 400ms ease;
	-o-transition: width 400ms ease;
	transition: width 400ms ease;
}

#searchform #s:focus {
	width: 135px;
}

#searchform #searchsubmit {
	display: none;
}
/****************************************************************************************************/


/** Wrapper *****************************************************************************************/
#page {
	width: 960px;
	margin: 10px auto 20px auto;
}
/****************************************************************************************************/


/** Header ******************************************************************************************/
#header {
	margin: 10px 0;
	position: relative;
	color: #FFFFFF;
}

#header hgroup { }

#header #site-title {
	margin-left: 25px;
}

#header #site-title a {
	background: url(images/logo.png) no-repeat;
	width: 172px;
	height: 0;
	padding-top: 75px;
	overflow: hidden;
	display: inline-block;
	/* older ie */
	*display: inline;
	zoom: 1;
}

#header #site-description {
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 0;
	font-weight: normal;
	width: 150px;
	text-align: right;
}

#header #searchform {
	display: none;
}

#header #menu-header {
	margin-top: -15px;
	margin-left: 218px;
}

#header #menu-header li ul.sub-menu {
	background-color: #6a5748;
	border: none;
	/* rounded corners */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#header #menu-header li ul.sub-menu a {
	padding: 4px 8px;
	color: #FFFFFF;
}

#header #menu-header ul.sub-menu a:hover,
#header #menu-header ul.sub-menu li.current_page_item > a,
#header #menu-header ul.sub-menu li.current_page_parent > a,
#header #menu-header ul.sub-menu li.current-page-ancestor > a,
#header #menu-header ul.sub-menu li.current_page_ancestor > a {
	color: #ed1c24;
}

/* top level */
#header #menu-header { }

#header #menu-header > li {
	padding: 10px 0 15px 0;
}

#header #menu-header > li > a {
	background-color: #6a5748;
	color: #FFFFFF;
	padding: 10px 15px;
}

#header #menu-header > li:hover,
#header #menu-header > li.current_page_item,
#header #menu-header > li.current_page_parent,
#header #menu-header > li.current-page-ancestor,
#header #menu-header > li.current_page_ancestor {
	background: url(images/tick.png) center bottom no-repeat;
}

#header #menu-header > li.current_page_item > a,
#header #menu-header > li.current_page_parent > a,
#header #menu-header > li.current-page-ancestor > a,
#header #menu-header > li.current_page_ancestor > a {
	color: #e84c00;
}

/* level 2 */
#header #menu-header ul {
	margin-top: 15px;
}

#header #menu-header ul > li > a {
	padding: 4px 8px;
	color: #FFFFFF;
}

/* level 3+ */
#header #menu-header ul ul {
	top: 0;
	left: 200px;
	margin-top: 0;
}

#header #menu-supplemental {
	position: absolute;
	margin-top: -40px;
	right: 60px;
}

#header #menu-supplemental li {
	padding: 10px 0 15px 0;
	background: url(images/tick-wide.png) center bottom no-repeat;
}

#header #menu-supplemental li:hover,
#header #menu-supplemental li.current_page_item,
#header #menu-supplemental li.current_page_parent { }

#header #menu-supplemental li.current_page_item > a,
#header #menu-supplemental li.current_page_parent > a {
	color: #e84c00;
}

#header #menu-supplemental li a {
	background-color: #6a5748;
	color: #FFFFFF;
	padding: 10px 35px;
}

#header #menu-supplemental li a:hover { }

#header #menu-supplemental li.item-contact a {
	background: url(images/icon-contact.png) 25px center no-repeat;
	padding-left: 52px;
}

#header #menu-supplemental li.item-contact a span { }

#header #borders {
	height: 16px;
	background-color: #e84c00;
	border-bottom: solid 8px #6a5748;
	margin-top: -40px;
}
/****************************************************************************************************/


/** Main Content Wrapper ****************************************************************************/
#main {
	background-color: #FFFFFF;
	padding: 30px 60px;
	margin-top: -15px;
	min-height: 400px;
	overflow: hidden;
	/* shadow */
	-webkit-box-shadow: 0px 3px 8px 1px #474747;
	-moz-box-shadow: 0px 3px 8px 1px #474747;
	box-shadow: 0px 3px 8px 1px #474747;
}
/****************************************************************************************************/


/** Sidebar *****************************************************************************************/
#sidebar {
	width: 160px;
	margin-right: 20px;
	float: left;
}

#sidebar aside.widget {
	padding: 20px 10px 20px 0;
	border-top: dashed 1px #794e41;
}

#sidebar aside.widget:first-child {
	border-top: none;
	padding-top: 0;
}
/****************************************************************************************************/


/** Content Display *********************************************************************************/
/* 2 column (default) */
#display {
	float: right;
	width: 660px;
}

/* 1 column */
body.page-template-template-1col-php #display,
body.error404 #display,
body.attachment #display {
	width: auto;
	float: none;
}
/****************************************************************************************************/


/** Next/Prev Navigation ****************************************************************************/
#nav-above,
#nav-single {
	margin: 10px 0 20px 0;
}

#nav-above { }

#nav-single { }

#nav-below {
	padding-top: 10px;
	margin: 20px 0 10px 0;
	border-top: dashed 1px #794e41;
}

.nav-post {
	overflow: hidden;
}

.nav-post .nav-previous,
.nav-post .nav-next {
	width: 50%;
}

.nav-post .nav-previous {
	float: left;
}

.nav-post .nav-previous a {
	background: url(images/icon-arrow-left.png) left center no-repeat;
	padding-left: 10px;
}

.nav-post .nav-next {
	float: right;
	text-align: right;
}

.nav-post .nav-next a {
	background: url(images/icon-arrow-right.png) right center no-repeat;
	padding-right: 10px;
}

.nav-post .meta-nav {
	display: none;
}
/****************************************************************************************************/


/** Widgets *****************************************************************************************/
.widget { }

.widget a {
	color: #4d4d4d;
	font-weight: normal;
}

.widget a:hover {
	color: #ed1c24;
}

.widget h3.widget-title {
	margin-bottom: 5px;
	font-size: 12px;
}

.widget ul {
	margin-bottom: 0;
	margin-left: 10px;
	list-style-type: none;
}

.widget li { }

/* pages */
.widget_pages { }

/* links */
.widget_links { }

/* meta */
.widget_meta { }

/* archives */
.widget_archive { }

/* categories */
.widget_categories { }

/* recent entries */
.widget_recent_entries { }

/* tag cloud */
.widget_tag_cloud { }

/* text */
.widget_text { }

/* rss */
.widget_rss { }

/* search */
.widget_search { }

.widget_search #searchform label {
	display: none;
}

.widget_search #searchform #s {
	background: #cdcdcd;
	color: #000000;
	padding: 5px;
	width: 115px;
}

.widget_search #searchform #searchsubmit {
	display: inline;
	text-indent: -9000px;
	cursor: pointer;
	border: none;
	background-color: transparent;
	background: url(images/icon-search.png) no-repeat center center;
	height: 25px;
	/* to make IE7 work */
	text-transform: capitalize;
}

/* recent comments */
.widget_recent_comments { }

.widget_recent_comments ul {
	margin: 0;
}

.widget_recent_comments li {
	padding: 3px 0;
	border-top: dashed 1px #6a5748;
}

.widget_recent_comments li:first-child {
	border: none;
}

/* menu */
.widget_nav_menu { }

.widget_nav_menu .menu,
.widget_nav_menu .menu .sub-menu {
	margin-left: 15px;
}

.widget_nav_menu .menu li {
	display: list-item;
	float: none;
}

.widget_nav_menu .menu .sub-menu {
	display: block;
	position: relative;
	border: none;
}

/* calendar */
.widget_calendar { }

.widget_calendar table {
	width: 100%;
}

.widget_calendar caption {
	font-weight: bold;
}

.widget_calendar th {
	font-weight: bold;
}

.widget_calendar a {
	color: #ed1c24;
}

.widget_calendar a:hover {
	text-decoration: underline;
}

/* flexipages_widget */
.flexipages_widget { }

.flexipages_widget .page_item { }

.flexipages_widget .current_page_ancestor { }

.flexipages_widget .current_page_parent { }

.flexipages_widget .current_page_item { }

.flexipages_widget .current_page_item > a {
	color: #ED1C24;
}
/****************************************************************************************************/


/** Page Title ****************************************************************************************/
.page-header,
.entry-header {
	margin-bottom: 20px;
}

.page-header + #nav-above,
.entry-header + #nav-above {
	border-top: dashed 1px #6a5748;
	padding-top: 20px;
}

.entry-header {
	border-bottom: none;
}

.page-title,
.entry-title,
#reply-title {
	font-size: 14px;
}

body.page .entry-header {
	display: none;
}
/****************************************************************************************************/


/** Posts *******************************************************************************************/
body.blog .hentry,
body.archive .hentry,
body.single .hentry {
	border-top: dashed 1px #000000;
	padding: 20px 0;
	position: relative;
}

body.blog .hentry:first-child,
body.archive .hentry:first-child {
	border-top: none;
}

.hentry { }

.hentry.sticky { }

.hentry .entry-header {
	position: relative;
}

.hentry .entry-title { }

.hentry .entry-format {
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 14px;
	font-style: italic;
	display: inline;
}

.entry-format + .entry-title {
	padding-right: 100px;
}

.hentry .entry-content,
.hentry .entry-summary { }

.hentry .entry-footer {
	overflow: hidden;
}

.hentry .entry-footer .cat-links {
	/*display: block;*/
	display: none;
}

.hentry .entry-footer .tag-links {
	/*display: block;*/
	display: none;
}

.hentry .entry-footer .comments-link {
	float: left;
}

.hentry .entry-footer .comments-link a {
	background: url(images/icon-plus.png) left center no-repeat;
	padding-left: 15px;
}

.hentry .entry-footer .comments-link .leave-reply { }

.hentry .entry-footer .comments-link .reply-count { }

.hentry .entry-footer .entry-meta {
	float: right;
}
/****************************************************************************************************/


/** Comments ****************************************************************************************/
#comments { }

#comments-title {
	border-top: dashed 1px #000000;
	margin-top: 20px;
	padding-top: 20px;
	font-size: 12px;
}

#comments-title span {
	font-style: italic;
}

#comments ol.commentlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#comments li {
	padding: 5px 5px 5px 20px;
	background: url(images/icon-comment.png) 5px 10px no-repeat;
	/* rounded corners */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#comments li:hover {
	/* shadow */
	-webkit-box-shadow: 0px 0px 3px 0px #9f9f9f;
	-moz-box-shadow: 0px 0px 3px 0px #9f9f9f;
	box-shadow: 0px 0px 3px 0px #9f9f9f
}

#comments li.pingback { }

#comments li.even { }

#comments li.thread-even { }

#comments li.odd { }

#comments li.thread-odd { }

#comments li.bypostauthor { }

#comments li.byuser { }

#comments .comment { }

#comments .comment p { }

#comments .comment p:last-child{
	margin-bottom: 0;
}

#comments .comment-meta { }

#comments .comment-author { }

#comments .vcard { }

#comments .comment-awaiting-moderation { }

#comments .avatar {
	display: none;
	background: #FFFFFF;
	padding: 3px;
	/* rounded corners */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/* shadow */
	-webkit-box-shadow: 0px 0px 3px 0px #9f9f9f;
	-moz-box-shadow: 0px 0px 3px 0px #9f9f9f;
	box-shadow: 0px 0px 3px 0px #9f9f9f
}

#comments .fn { }

#comments .says { }

#comments .comment-content { }

#comments .reply {
	text-align: right;
}

#comments .reply .comment-reply-link {
	padding-right: 15px;
	background: url(images/icon-arrow-down.png) right center no-repeat;
}

#comments .reply span {
	display: none;
}

#comments ul.children {
	margin: 0 0 0 30px;
	padding: 0;
	list-style-type: none;
}

#comments ul.children li { }

#comments ul.children li.even { }

#comments ul.children li.thread-even { }

#comments ul.children li.odd { }

#comments ul.children li.thread-odd { }

#comments ul.children .comment { }

#comments ul.children .comment-meta { }

#comments ul.children .comment-author { }

#comments ul.children .vcard { }

#comments ul.children .comment-awaiting-moderation { }

#comments ul.children .avatar { }

#comments ul.children .fn { }

#comments ul.children .says { }

#comments ul.children .comment-content { }

#comments ul.children .reply { }

#comments ul.children .reply .comment-reply-link { }

#comments ul.children .reply span { }
/****************************************************************************************************/


/** Comment Form ************************************************************************************/
#respond {
	border-top: dashed 1px #000000;
	padding-top: 20px;
	margin-top: 20px;
}

#respond .comment-notes,
#respond .logged-in-as { }

#respond p { }

#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment { }

#respond label {
	width: 100px;
	vertical-align: top;
	padding-top: 3px;
	display: inline-block;
	/* ie */
	* display: inline;
	zoom: 1;
}

#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label { }

#respond .comment-form-author .required,
#respond .comment-form-email .required {
	margin-left: -16px;
}

#respond input[type="text"],
#respond textarea { }

.form-allowed-tags {
	display: none;
}
/****************************************************************************************************/


/** Caption *****************************************************************************************/
.wp-caption {
	background-color: #FFFFFF;
	border: solid 1px #E84C00;
	padding: 5px 0;
	text-align: center;
	/* rounded corners */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.wp-caption a { }

.wp-caption img { }

.wp-caption .wp-caption-text {
	text-align: left;
	padding: 0 5px;
	margin-bottom: 0;
}
/****************************************************************************************************/


/** Gallery *****************************************************************************************/
.gallery {
	margin: 10px auto;
}

.gallery .gallery-item {
	float: left;
	text-align: center;
	width: 33%;
}

.gallery img { }

.gallery .gallery-caption {
	font-size: 12px;
	margin: 0 0 12px;
}

.gallery dl {
	margin: 0;
}

.gallery br+br {
	display: none;
}
/****************************************************************************************************/


/** Carousel *****************************************************************************************/
.carousel { }

.carousel .caroufredsel_wrapper > ul,
.carousel > ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.carousel .caroufredsel_wrapper > ul > li {
	float: left;
	width: 660px;
	overflow: hidden;
	text-align: right;
}

.carousel > .navigation {
	clear: both;
	margin-top: 10px;
	text-align: right;
}

.carousel > .navigation .prev { }

.carousel > .navigation .next {
	margin-left: 40px;
}
/****************************************************************************************************/


/** Author ******************************************************************************************/
#author-info {
	font-size: 12px;
	overflow: hidden;
	border: dashed 1px #DDDDDD;
	margin-bottom: 10px;
	padding: 5px;
}

#author-avatar {
	float: left;
	margin-right: -78px;
}

#author-avatar img {
	background: #FFFFFF;
	padding: 3px;
	/* rounded corners */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/* shadow */
	-webkit-box-shadow: 0px 0px 3px 0px #9f9f9f;
	-moz-box-shadow: 0px 0px 3px 0px #9f9f9f;
	box-shadow: 0px 0px 3px 0px #9f9f9f
}

#author-description {
	float: left;
	margin-left: 75px;
}

#author-description h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 10px;
}

#author-link {
	background: url(images/icon-arrow-right.png) right center no-repeat;
	padding-right: 10px;
}

#author-link .meta-nav {
	display: none;
}
/****************************************************************************************************/


/** Footer ******************************************************************************************/
#footer {
	clear: both;
	margin: 10px 60px;
	color: #FFFFFF;
	position: relative;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover { }

#footer #menu-footer { }

#footer #menu-footer li {
	font-weight: bold;
	margin-left: 20px;
}

#footer #menu-footer li:first-child {
	margin-left: 0;
}

#footer #menu-footer a { }

#footer #menu-footer a:hover,
#footer #menu-footer li.current_page_item a,
#footer #menu-footer li.current_page_parent a{
	color: #000000;
}

#footer #menu-social {
	margin: 5px 0;
}

#footer #menu-social li {
	text-transform: lowercase;
	padding: 5px 0;
	margin-left: 10px;
}

#footer #menu-social li:first-child {
	margin-left: 0;
}

#footer #menu-social a {
	padding: 5px;
	background-color: #6a5748;
}

#footer #menu-social a:hover {
	background-color: #ed1c24;
}

#footer #credits {
	position: absolute;
	right: 0;
	top: 0;
}
/****************************************************************************************************/


/** Colors ******************************************************************************************/
.red {
	color: #ed1c24;
}

.brown {
	color: #6a5748;
}
/****************************************************************************************************/


/** Shared ******************************************************************************************/
.hidden, .hide{
	display: none;
}

.show{
	display: block;
}

.center{
	text-align: center;
}

.bold{
	font-weight: bold;
}

.italic{
	font-style: italic;
}

.underline{
	text-decoration: underline;
}

.overline{
	text-decoration: overline;
}

.strike{
	text-decoration: line-through;
}

.uppercase{
	text-transform: uppercase;
}

.lowercase{
	text-transform: lowercase;
}

.cursor-pointer{
	cursor: pointer;
}

.cursor-help{
	cursor: help;
}

.no-border{
	border: none;
}
/****************************************************************************************************/


/** Clear *******************************************************************************************/
.clear:after, .clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clear, .clearfix {
	display: inline-block;
}

* html .clear, * html .clearfix {
	height: 1%;
}

.clear, .clearfix {
	display: block;
}
/****************************************************************************************************/
