/*
	Theme Name: CMT001 
	Theme URI: http://codemountain.ca/wp/themes
	Description: CM child theme.
	Author: CM (derby)
	Author URI: http://codemountain.ca
	Version: 3.3
	Template: genesis
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Extra Pull Down Area
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Slider
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Homepage
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Flickr Widget
* Single Header Widget
* Single Footer Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Portfolio Template
* Responsive Design
* Self-clearing floats

*/

/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5625;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
	color: #333;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
	background: #fff;
}

label {
	background: none;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a {
	color: #0d72c7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background: url(images/bg-body.jpg) repeat;
}

::-moz-selection {
	background-color: #0d72c7;
	color: #fff;
}

::selection {
	background-color: #0d72c7;
	color: #fff;
}


/* Wrap
------------------------------------------------------------ */

.site-container {
	background: #fff;
	margin: 55px auto 0 auto;
	width: 1000px;
	padding: 0;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
}

.content-sidebar .site-container {
	background: url(images/bg-cs.jpg) right repeat-y #fff;
}

.sidebar-content .site-container {
	background: url(images/bg-sc.jpg) left repeat-y #fff;
}


/* Extra Pull Down Area
------------------------------------------------------------ */

#extra-area {
	background: url(images/bg-toparea.png) repeat;
	padding-top: 1px;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.4);
	border-bottom: 1px solid #d2b089;
}

#extra-area .wrap {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

#extra-area .widget-area {
	font-size: 12px;
	line-height: 22px;
	padding: 15px 0 20px;
}

#extra-area .widget-area  p {
	font-size: inherit;
	line-height: inherit;
}

#extra-area .widget-area h4 {
	background: none;
	padding: 0;
}

#extra-area #expand-button {
	background: url(images/icon-expand.png) 10px 11px no-repeat #378ce2;
	padding: 0 15px 0 25px;
	height: 30px;
	line-height: 30px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	bottom: -31px;
	right: 0;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(0,0,0,.2);
	cursor: pointer;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	border: 1px solid #417cb9;
	border-width: 0px 1px 1px 1px;
	-webkit-box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.4);
	-moz-box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.4);
	-webkit-transition: background-color 0.15s linear;
	-moz-transition: background-color 0.15s linear;
	-o-transition: background-color 0.15s linear;
	transition: background-color- 0.15s linear;
}

#extra-area #expand-button:hover {
	cursor: pointer;
	background-color: #4c9ff3;
}


/* Header
------------------------------------------------------------ */

.site-header {
	margin: 0 auto;
	width: 100%;
	background: url(images/bg-header.jpg) repeat-x top #29292a;
	-webkit-box-shadow: inset 0px -5px 0px 0px rgba(200, 200, 200, 0.1);
    box-shadow: inset 0px -5px 0px 0px rgba(200, 200, 200, 0.1);
}

.site-header .wrap {
	padding: 35px 0 0;
}

.title-area {
	overflow: hidden;
	float: left;
}

.site-title {
	font-size: 32px;
	line-height: 1.15;
	margin: 0;
}

.site-title a,
.site-title a:hover {
	color: #fff;
	padding: 0 0 0 55px;
	text-decoration: none;
	text-shadow: 1px 1px 0 #000;
	font-weight: bold;
}

.site-description {
	font-size: 14px;
	padding: 0 0 0 55px;
	margin-bottom: 0;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #aaa;
	text-shadow: 1px 1px 0 #000;
}

.site-header .widget-area {
	float: right;
	padding: 0 55px 0 0;
	width: 300px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image .title-area,
.header-image .site-title,
.header-image .site-title a {
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 400px;
}

.header-image .site-description {
	display: none;
	overflow: hidden;
}

.header-image .title-area {
	margin-left: 55px;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width .title-area,
.header-full-width .site-title,
.header-full-width .site-title a {
	width: 100%;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.nav-primary, .nav-secondary {
	background: url(images/bg-nav.jpg) repeat-x top #333;
}

.menu-primary,
.menu-secondary {
	clear: both;
	color: #333;
	font-size: 12px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

.menu-primary ul,
.menu-secondary ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li {
	float: left;
	list-style-type: none;
}

.menu-primary a,
.menu-secondary a {
	color: #ddd;
	display: block;
	padding: 0 25px;
	position: relative;
	text-decoration: none;
	font-size: 13px;
	text-shadow: 1px 1px #000;
	line-height: 60px;
	height: 60px;
}

.menu-primary li,
.menu-secondary li {
	background: url(images/line-nav.png) repeat-y right;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a {
	color: #fff;
	background: url(images/bg-active-nav.png);
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited {
	background: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: none;
	color: #333;
	font-size: 12px;
	padding: 9px 10px 8px;
	position: relative;
	text-transform: none;
	width: 138px;
	text-shadow: none;
	line-height: 20px;
	height: auto;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover {
	background-color: #f5f5f5;
	color: #333;
}

.menu-primary li ul,
.menu-secondary li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a {
	width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul {
	margin: -36px 0 0 159px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul {
	left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul {
	padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	background: url(images/icon-plus.png) no-repeat;
	display: block;
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 10px;
	width: 16px;
}

.menu li a .sf-sub-indicator {
	display: none;
}

#wpadminbar li:hover ul ul {
	left: 0;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	float: right;
	padding: 0 30px 0 0;
	color: #fff;
}

.menu li.entry-time {
	line-height: 60px;
}

.menu li.right a {
	background: none;
	border: none;
	color: #fff;
	display: inline;
	text-decoration: none;
}

.menu li.right a:hover {
	color: #eee;
	text-decoration: none;
}

.menu li.search {
	padding: 0 10px;
	display: none;
}

.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

.menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}

/* Slider
/* Check out lib/js/flexslider.css for most of the slider CSS
------------------------------------------------------------ */

.flex-direction-nav {
	display: none;
}

/* Inner
------------------------------------------------------------ */

.site-inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 35px 55px;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 14px;
	margin: -10px 0 30px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	background-color: #fff;
	margin: 0 0 20px;
	padding: 0 0 15px;
}

.taxonomy-description p {
	font-size: 14px;
	padding: 15px 0 0;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

.content-sidebar-wrap {
	float: left;
	width: 670px;
}

.content-sidebar .content-sidebar-wrap,
.full-width-content .content-sidebar-wrap,
.sidebar-content .content-sidebar-wrap {
	width: 100%;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */

.content {
	float: left;
	width: 435px;
}

.content-sidebar .content,
.sidebar-content .content {
	width: 570px;
}

.sidebar-content .content,
.sidebar-sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 890px;
}

.post {
	margin: 0 0 40px;
	clear: left;
}

.entry-content p {
	margin: 0 0 25px;
}

blockquote {
	background: #f4f4f4;
	border: none;
	border:none;
	margin: 5px 0 20px -55px;
	padding: 25px 30px 5px 55px;
	text-shadow: 1px 1px #fff;
}

blockquote p {
	color: #666;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 26px;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}


/* Homepage
------------------------------------------------------------ */

.themedy-frontpage .site-inner {
	padding: 10px 0;
}

body.full-width-content.themedy-frontpage .content {
	width: 100%;
}

.themedy-frontpage .home-columns h3, .themedy-frontpage .home-columns h4 {
	font-size: 26px;
}

.themedy-frontpage .home-row {
	padding: 40px 0;
}

.themedy-frontpage .home-row p {
	margin-bottom: 15px;
	font-size: 13px;
}

.themedy-frontpage .home-row .wrap {
	width: 890px;
	margin: 0 auto;
}

.themedy-frontpage .recentwork {
	background: url(images/bg-wrap-light.jpg);
	border: 1px solid #ddd;
	border-width: 1px 0;
	text-shadow: 1px 1px #fff;
}

.themedy-frontpage .recentwork img {
	width: 100%;
}

.home-row .one-fourth, .home-row .one-third {
	margin-bottom: 0;
}

.recentwork .one-fourth {
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

.recentwork .one-fourth:hover {
	opacity: .7;
}

.recentwork .first:hover {
	opacity: 1;
}

.recentwork h4, .latestposts h4 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.recentwork .first p, .latestposts .first p {
	font-size: 13px;
	margin-bottom: 15px;
}

.recentwork h3, .latestposts h3 {
	font-size: 13px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.recentwork h3 a, .latestposts h3 a {
	color: #333;
}

.home-row .excerpt_wrap {
	padding: 15px 10px 10px 15px;
	background: #fff;
	-webkit-box-shadow: inset -1px -1px 0px 0px #dfdfdf;
	-moz-box-shadow: inset -1px -1px 0px 0px #dfdfdf;
	box-shadow: inset -1px -1px 0px 0px #dfdfdf;
}

.home-row .excerpt {
	padding-bottom: 5px;
}

.home-row .excerpt p {
	font-size: 12px;
	color: #777;
}

.home-row p.entry-time {
	margin-bottom: 10px;
	font-size: 12px;
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.home-row .excerpt_wrap .excerpt p {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.home-row .excerpt .readmore {
	background: url(images/bg-zig.png) repeat-x;
	margin-top: 15px;
	height: 19px;
	overflow: hidden;
}

.home-row .excerpt .readmore a {
	display: inline-block;
	color: #333;
	font-size: 10px;
	text-transform: uppercase;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	line-height: 20px;
	height: 20px;
	padding-right: 10px;
}

.themedy-frontpage .home-columns {
	background: url(images/bg-zig.png) repeat-x top;
	padding-top: 60px;
}

.themedy-frontpage .home-columns a.button,
.themedy-frontpage .home-single a.button {
	background: #aaa;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	line-height: 30px;
	height: 30px;
	-webkit-transition: background 0.15s linear;
	-moz-transition: background 0.15s linear;
	-o-transition: background 0.15s linear;
	transition: background 0.15s linear;
}

.themedy-frontpage .home-columns a.button:hover,
.themedy-frontpage .home-single a.button:hover {
	background: #666;
}

.themedy-frontpage .home-columns a.button:active,
.themedy-frontpage .home-single a.button:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


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


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	line-height: 1.25;
	margin: 0 0 10px;
	font-family: 'Dosis', Arial, Helvetica, sans-serif;
}

h1,
h2.entry-title a,
h2.entry-title a:visited {
	font-size: 36px;
}

.entry-title {
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eef0f1;
}

.taxonomy-description h1 {
	margin: 0;
}

h2,
h2 a,
h2 a:visited {
	font-size: 28px;
}

h1 a,
h1 a:visited,
h2 a,
h2 a:visited {
	color: #333;
}

h2 a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 14px;
	margin: 0 0 5px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.taxonomy-description h1,
.widget-area h4 {
	font-size: 15px;
	text-transform: uppercase;
}

.widget-area h4 {
	margin-bottom: 15px;
	padding-bottom: 15px;
	background: url(images/bg-widget.png) repeat-x bottom;
}

.widget-area h4 a {
	color: #333;
	text-decoration: none;
}

.footer-widgets h4 {
	background: none;
	border: none;
	padding: 0;
}

h5 {
	font-size: 18px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}

.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 ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.entry-header .entry-meta {
	font-size: 13px;
	background: #f4f4f4;
	border: none;
	margin: 5px 0 30px -55px;
	padding: 15px 30px 15px 55px;
	text-shadow: 1px 1px #fff;
	color: #6d6d6d;
}

.entry-header .entry-meta a {
	color: #fff;
	background: #0d72c7;
	padding: 3px 6px;
	text-shadow: none;
	font-size: 11px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.entry-header .entry-meta a:hover {
	text-decoration: none;
	background: #555;
}

.entry-meta .entry-tags,
.entry-meta .entry-categories {
	display: block;
	clear: both;
}


/* Post Meta
------------------------------------------------------------ */

.entry-footer .entry-meta {
	border-top: 1px solid #eef0f1;
	clear: both;
	font-size: 13px;
	padding: 5px 0 0;
	color: #6d6d6d;
	line-height: 25px;
}

.entry-footer .entry-meta a {
	color: #fff;
	background: #ccc;
	padding: 3px 6px;
	text-shadow: none;
	font-size: 11px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.entry-footer .entry-meta a:hover {
	text-decoration: none;
	background: #555;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background: #f4f4f4;
	border: none;
	margin: 5px 0 30px -55px;
	padding: 25px 30px 25px 55px;
	text-shadow: 1px 1px #fff;
}

.author-box-content p {
	font-size: 14px;
}

.author-box-title {
	font-size: 22px;
	line-height: 24px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	background-color: #f5f5f5;
	margin: -10px 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */


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

img {
	height: auto;
	max-width: 100%;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 5px 0 0 10px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.pagination {
	font-size: 10px;
	overflow: hidden;
	padding: 50px 0 15px;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	background: url(images/bg-zig.png) repeat-x top;
}

.pagination li {
	display: inline;
}

.pagination li a,
.pagination li.disabled,
.pagination li a:hover,
.pagination li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0px #fff;
	-moz-box-shadow: inset 0 1px 0px #fff;
	box-shadow: inset 0 1px 0px #fff;
	border-color: #ccc #ccc #bbb;
	background: #eee;
	text-decoration: none;
	color: #333;
	text-shadow: 0 1px 0 #fff;

}

.pagination li a:hover,
.pagination li.active a {
	background: url(images/bg-button.png) top repeat-x;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #3879bc;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 14px;
	width: 210px;
	text-shadow: 1px 1px #fff;
}

.sidebar-secondary {
	float: left;
	width: 150px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

.sidebar p {
	font-size: inherit;
}

.sidebar .widget {
	margin: 0 0 30px;
	font-size: 12px;
	clear: both;
}

.sidebar.widget-area ul li,
.footer-widgets .widget-area ul li {
	border-bottom: 1px solid #e2e2e2;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}

.themedy_video_desc {
	margin-top: 10px;
	font-style: italic;
	font-size: 11px;
}


/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
	display: inline;
	margin: 5px 15px 0;
	padding: 3px;
	width: 85%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 0 15px 10px;
}

.footer-widgets .featuredpage .page,
.footer-widgets .featuredpost .post {
	margin: 0 0 10px;
	padding: 0;
}

.more-from-category {
	padding: 5px 15px 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 5px 15px 0;
}

.user-profile .posts_link {
	padding: 0 15px;
}


/* Buttons
------------------------------------------------------------ */

a.button,
.button,
.comment-reply a,
.comment-reply a:visited,
.gform_wrapper div.gform_footer input.button,
.enews #subbutton,
.search-form input[type="submit"],
#submit,
input[type="submit"] {
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0px -1px rgba(0,0,0,.3);
	font-size: 10px;
	font-weight: bold;
	line-height: 25px;
	display: inline-block;
	height: 25px;
	padding: 0 15px;
	border: 1px solid #3879bc;
	background: url(images/bg-button.png) repeat-x top #1d81e6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .2);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .2);
	text-decoration: none;
}

a.button:hover,
.button:hover,
.comment-reply a:hover,
.gform_wrapper div.gform_footer input.button:hover,
.enews #subbutton:hover,
.search-form input[type="submit"]:hover,
#submit:hover,
input[type="submit"]:hover {
	background-position: bottom;
	text-decoration: none;
	cursor: pointer;
}

a.button:active,
.button:active,
.comment-reply a:active,
.gform_wrapper div.gform_footer input.button:active,
.enews #subbutton:active,
.search-form input[type="submit"]:active,
#submit:active,
input[type="submit"]:active {
	-webkit-box-shadow: inset 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
	box-shadow: inset 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
}

#submit, input[type="submit"] {
	margin-bottom: 2px;
	height: 30px !important;
	line-height: 28px !important;
	font-size: 12px !important;
}


/* Search Form
------------------------------------------------------------ */

.site-header .search-form {
	float: right;
	padding: 10px 0 0;
	position: relative;
}

.site-header .search-form input[type="search"] {
	background: url(images/bg-search.png) right top no-repeat #000;
	border: 1px solid #000;
	color: #8a8a8a;
	font-size: 12px;
	margin-right: 0;
	padding: 7px 30px 7px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 0px 0px #3e3e3e;
	-moz-box-shadow: 1px 1px 0px 0px #3e3e3e;
	box-shadow: 1px 1px 0px 0px #3e3e3e;
}

.site-header .search-form input[type="submit"] {
	background: none;
	text-indent: -9999px;
	display: inline-block;
	border: none;
	position: absolute;
	top: 17px;
	right: 1px;
	padding: 0;
	width: 25px;
	height: 25px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.site-header .search-form input[type="submit"]:hover {
	background: none;
}

.sidebar .search-form {
	padding: 5px 0 0 0;
}

.search-form input[type="search"] {
	margin: 10px -7px 0 0;
	padding: 6px 5px;
	width: 180px;
}

.nav-primary .search-form input[type="search"] {
	background-color: #fff;
	margin: 2px -7px 0 0;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews-widget {
	background: url(images/bg-subscribe.png) repeat;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow:  0px 0px 0px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:  0px 0px 0px 0px rgba(0, 0, 0, 0.3);
	box-shadow:  0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}

.enews-widget .enews {
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	text-shadow: 1px 1px 0 #fff;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
	box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
	border: 1px solid #fff;
}

.enews-widget .enews h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	background: none;
	padding: 0;
}

.enews-widget .enews p {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	margin-bottom: 10px;
}

.enews-widget .enews #subbutton {
	width: 100%;
}

.enews #subbox {
	margin: 5px -7px 5px 0;
	padding: 8px 5px;
	width: 92%;
	font-size: 11px;
}


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


/* Flickr Widget
------------------------------------------------------------ */

.flickr_badge_image {
	float: left;
	margin: 0 10px 10px 0;
	overflow: hidden;
	width: 50px;
	height: 50px;
	padding: 3px;
	background: #fff;
	border: 1px solid #bbb;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.flickr_badge_image:hover {
	border-color: #014782;
	background: #0D72C7;
	-webkit-transition: background 0.15s linear;
	-moz-transition: background 0.15s linear;
	-o-transition: background 0.15s linear;
	transition: background 0.15s linear;
}


/* Single Header Widget
------------------------------------------------------------ */

#single-header-widget {
	background: #fff;
	border-bottom: 1px solid #eef0f1;
}

#single-header-widget p {
	margin: 10px 55px;
	color: #666;
}

#single-header-widget .widget {
	color: #666;
}

#single-header-widget .widget_area ul {
	list-style: none;
}

#single-header-widget .latest-tweets {
	background: url(images/icon-twitter.png) no-repeat left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0 55px;
	padding: 15px 0 15px 45px;
}


/* Single Footer Widget
------------------------------------------------------------ */
#single-footer-widget {
	border-top: 1px solid #ddd;
	background: #fff;
}

#single-footer-widget .wrap {
	padding: 0 55px;
}

#single-footer-widget .widget {
	padding: 15px 0;
	color: #666;
}

#single-footer-widget .widget_area ul {
	list-style: none;
}

#single-footer-widget .latest-tweets {
	background: url(images/icon-twitter.png) no-repeat left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-left: 45px;
}


/* Footer Widgets
------------------------------------------------------------ */

.footer-widgets {
	background: url(images/bg-wrap.jpg);
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 12px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	text-shadow: 1px 1px #fff;
}

.footer-widgets .wrap {
	overflow: hidden;
	padding: 40px 55px 40px 55px;
}

.footer-widgets .widget {
	margin: 0 0 15px;
}

.footer-widgets .textwidget {
	padding: 0;
}

.footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

.footer-widgets p {
	font-size: inherit;
	margin: 0 0 10px;
}

.footer-widgets ul {
	margin: 0;
}

.footer-widgets ul li {
	margin: 0 0 0 20px;
}

.footer-widgets #wp-calendar thead,
.footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	margin: 0 40px 0 0;
	width: 270px;;
}

.footer-widgets-2 {
	float: left;
	width: 270px;
}

.footer-widgets-3 {
	float: right;
	width: 270px;
}


/* Footer
------------------------------------------------------------ */

.site-footer {
	clear: both;
	font-size: 12px;
	margin: 0 auto;
	overflow: hidden;
	width: 1000px;
	color: #3e2911;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
	background: url(images/bg-footer.png) no-repeat top;
	padding-top: 20px;
	font-weight: bold;
}

.site-footer .wrap {
	overflow: hidden;
	padding: 0 0 40px;
}

.site-footer p {
	text-align: center;
	font-size: 14;
	color: #3e2911;
	line-height: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.site-footer a,
.site-footer a:visited {
	color: #5f4f3d;
}

.site-footer a:hover {
	color: #5f4f3d;
	text-decoration: underline;
}

.site-footer .gototop {
	float: right;
	text-align: right;
}

.site-footer .gototop a {
	line-height: 16px;
	background: #378ce2;
	display: inline-block;
	padding: 5px 10px 4px;
	border: 1px solid #417cb9;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
	-webkit-transition: background-color 0.15s linear;
	-moz-transition: background-color 0.15s linear;
	-o-transition: background-color 0.15s linear;
	transition: background-color- 0.15s linear;
}

.site-footer .gototop a:hover {
	background-color: #4c9ff3;
	text-decoration: none;
}


.site-footer .creds {
	float: left;
	text-align: left;
	width: 650px;
}


/* Comments
------------------------------------------------------------ */

.entry-comments,
#respond {
	padding: 0 0 15px;
	overflow: hidden;
}

.entry-comments h3, #respond h3 {
	border-bottom: 1px solid #eef0f1;
    margin-bottom: 30px;
    padding-bottom: 25px;
	font-size: 28px
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 0 10px 0 0;
	padding: 5px;
	width: 100%;
	box-sizing: border-box;
}

#comment {
	height: 150px;
	margin: 0 0 10px;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

ol.comment-list li.comment {
	list-style: none !important;
}

.comment-list li,
.ping-list li {
	margin: 15px 0 5px;
	padding: 10px 0;
}

.comment-list li {
	padding: 0 0 10px 20px;
	border-left: 1px solid #ddd;
}

.comment-list li.depth-1 {
	border: none;
	padding-left: 0;
}

.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list p.comment-author,
.comment-list p.comment-meta {
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.comment-meta {
	font-size: 11px;
}

.nocomments {
	text-align: center;
}

.entry-comments .pagination {
	display: block;
	background: none;
	padding: 0;
}

a.comment-reply-link {
	padding: 0 10px;
}

#cancel-comment-reply-link {
	margin-left: 15px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

.comment-form label {
	display: block;
	margin: 10px 0 0 0;
	font-weight: bold;
	font-size: 12px;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper .ginput_complex label {
	font-size: 14px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}


/* Portfolio Template
------------------------------------------------------------ */

.content .portfolio-teaser .post-image {
	margin: 0;
}

.content .portfolio-teaser h2, .content .portfolio-teaser h2 a {
	margin: 15px 0;
	font-size: 22px;
}

.content .portfolio-teaser .excerpt, .content .portfolio-teaser .excerpt p {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #616161;
	line-height: 24px;
}


/* Responsive Design
------------------------------------------------------------ */

#mobile-menu {
	display: none;
	margin-top: 20px;
	padding: 1%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-shadow: none;
	border-color: rgba(0,0,0,.45);
}

@media only screen and (max-width: 600px) {
	
	.mobile-menu-enabled .nav-primary,
	.mobile-menu-enabled .nav-secondary {
		display: none;
	}
	
	.mobile-menu-enabled #mobile-menu {
		display: block;
		width: 80% !important;
		margin: 20px auto 0;
	}
	
	.mobile-menu-enabled #extra-area {
		margin-bottom: 50px;
	}

	.menu-primary li,
	.menu-primary li ul,
	.menu-primary li ul a,
	.menu-secondary li,
	.menu-secondary li ul,
	.menu-secondary li ul a,
	.site-header .menu li,
	.site-header .menu li ul,
	.site-header .menu li ul a {
		width: 100%;
	}

	.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 {
		padding: 0;
		width: 100%;
	}

	.home-row .excerpt_wrap {
		float: none;
		width: 100%;
	}

	.menu-primary li a,
	.menu-secondary li a {
		margin: 0;
		border: 1px solid #222;
		border-width: 0 0 1px 0;
	}
	.menu li a .sf-sub-indicator,
	.menu li li a .sf-sub-indicator,
	.menu li li li a .sf-sub-indicator {
		background: url(images/icon-plus-white.png) right no-repeat;
		display: block;
	}

	.menu li a .sf-sub-indicator {
		top: 22px;
	}

	.menu-primary li li a,
	.menu-primary li li a:link,
	.menu-primary li li a:visited,
	.menu-secondary li li a,
	.menu-secondary li li a:link,
	.menu-secondary li li a:visited {
		background: none;
		color: #fff;
		padding: 7px 3%;
		width: 94%;
		border: 1px solid #222;
		border-width: 0 0 1px 0;
	}

	.menu-primary li ul,
	.menu-secondary li ul {
		background: #333;
		clear: both;
		margin: 0;
		padding: 0;
		position: inherit;
	}

	.menu-primary li ul ul,
	.menu-secondary li ul ul {
		background: #666;
	}

	.menu-primary li ul ul ul,
	.menu-secondary li ul ul ul {
		background: #999;
	}

	.menu-primary li ul ul,
	.menu-secondary li ul ul {
		margin: 0;
	}

	.slide .flex-caption {
		position: static;
		width: 100%;
	}

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

	#extra-area #expand-button {
		display: block;
		width:100%;
		padding: 0;
		text-align: center;
		font-size: 14px;
	}

	.site-container {
		margin-top: 20px;
	}

	.nav-primary, .nav-secondary {
		background: #333;
		text-align: center;
	}

	.flex-direction-nav {
		display: block;
	}

	.site-container .flex-control-nav {
		display: none;
	}

	.home-row .one-fourth,
	.home-row .one-third {
		margin-bottom: 20px;
	}

	.header-image .site-header .title-area,
	.header-image .site-header .title-area p,
	.header-image .site-header .title-area a,
	.header-image .site-header .title-area h1 {
		float: none;
		width: 100%;
		margin: 0;
		text-align: center;
	}

	.header-image .site-container .site-title a {
		background-position: center center;
	}

	.site-header .wrap {
		padding-top: 10px;
	}

	.site-header .wrap .widget-area {
		padding: 0;
		width: 100%;
		text-align: center;
	}

	.site-header .search-form {
		float: none;
		padding: 0;
	}

	.site-header .search-form .search-form input[type="search"] {
		margin: 0;
		margin-right: -25px;
	}

	.site-header .search-form input.search-form input[type="submit"] {
		position: relative;
		top: 0;
	}

	.title-area {
		width: 100%;
		text-align: center;
		padding:0;
	}

	.site-header .site-title a ,.site-header .site-title a:hover, .site-header .site-description {
		padding: 0;
	}

	.site-header .site-description {
		margin-bottom: 10px;
	}


}

@media only screen and (max-width: 1000px) {

	.site-container .flex-caption .container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.site-container .flex-control-nav li a {
		width: 	120px;
	}

	body {
		width: 100%;
		margin: 0 auto;
	}

	.archive-page,
	.content-sidebar .content,
	.content-sidebar-sidebar .content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.full-width-content .content,
	.sidebar,
	.sidebar-content .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-wrap,
	.site-footer,
	.site-footer .creds,
	.site-footer .gototop,
	.footer-widgets .wrap,
	.sidebar-secondary,
	.site-container,
	#extra-area .wrap,
	.themedy-frontpage .home-row .wrap {
		width: 100%;
	}

	.site-description,
	.site-footer .creds,
	.site-footer .gototop {
		float: none;
	}

	.site-footer .creds,
	.site-footer .gototop {
		width: 100%;
		text-align:center;
	}

	.site-title a, .site-title a:hover, .site-description {
		padding: 0 0 0 20px;
	}

	.header-image .title-area {
		margin: 0 0 0 20px;
	}

	.site-header .widget-area {
		padding: 0 20px 0 0;
	}

	.menu li.right {
		display: none;
	}

	.site-inner {
		padding: 20px 20px 0 20px;
	}

	.breadcrumb,
	.taxonomy-description {
		margin: 0 20px 20px;
	}
	
	.sidebar, .sidebar-content .sidebar-primary, .sidebar-sidebar-content .sidebar-primary {
		margin: 0 -20px;
		float: none;
		display: block;
		clear: both;
		width: auto;
		padding: 20px;
	}

	.content {
		padding: 0 0 30px 0;
	}

	.page .page,
	.post,
	.entry-comments,
	#respond {
	}

	.page .homepage {
		padding: 0;
	}

	.homepage .home-row {
		padding-left: 20px;
		padding-right: 20px;
	}

	.author-box {
		margin: 5px 0 30px -20px;
   		padding: 25px 30px 25px 40px;
	}

	.footer-widgets .widget {
		padding: 20px 20px 0;
	}

	.footer-widgets .wrap {
		padding: 0;
	}

	#single-footer-widget .wrap {
		padding: 0 20px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin: 0;
	}

	#extra-area .widget-area {
		margin: 0 20px;
	}

	.content-sidebar .site-container,
	.sidebar-content .site-container {
		background: #fff;
	}

	.sidebar-primary {
		background: url(images/bg-wrap-light.jpg) repeat;
		border-top: 1px solid #ddd;
		padding-top: 40px;
		padding-bottom: 30px;
	}
	
	.site-footer .wrap {
		padding-left: 20px;
		padding-right: 20px;
	}

}

/* Self-clearing floats from Dan Cederholm
------------------------------------------------------------ */
.nav-primaryigation .wrap:after,
.site-header .wrap:after,
.home-row .wrap:after,
.themedy_flickr_widget:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}