/*
	Theme Name: Readyfolio Child Theme
	Theme URL: http://themedy.com/themes/readyfolio
	Description: A portfolio child theme created for the Genesis Theme Framework.
	Author: Themedy
	Author URI: http://themedy.com
	Version: 1.2
	Template: genesis
*/

body {
	color: #666666;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin: 0;
	line-height: 20px;
	text-align: center;
	}

p {
	margin: 0;
	padding: 0;
	}

/***** Hyperlinks ********************/

a, a:visited {
	color: #2255AA;
	text-decoration: none;
	}

a:hover {
	color: #2255AA;
	text-decoration: underline;
	}

a img {
	border: none;
	}

a:focus, a:hover, a:active {
	outline: none;
	}

a.button {
	background: url(images/bg-button.png) no-repeat top;
	display: inline-block;
	width: 127px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: -1px -1px rgba(0,0,0,.5);
	font-size: 13px;
	text-decoration: none;
	margin: 0 15px 0 0;
	}

a.button:hover {
	background: url(images/bg-button.png) no-repeat bottom;
	text-decoration: none;
	color: #fff;
	}

/***** Wrap ********************/

#wrap {
	background: #FFFFFF;
	}
.wrap {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	}

/***** Header  ********************/

#header {
	height: 115px;
	margin: 0 auto;
	background: #125584 url(images/bg-header.png) repeat-x bottom;
	}

#title-area {
	width: 225px;
	float: left;
	padding: 30px 0 0 0;
	overflow: hidden;
	}

#title-area #title {
	font-size: 30px;
	font-weight: normal;
	line-height: 36px;
	margin: 0;
	padding: 0;
	}

#title-area #title a, #title-area #title a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}

#title-area #description {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	color: #ddd;
	}

#header .widget-area {
	display:none;
	}

/***** Image Header - Partial Width ********************/

.header-image #header #title-area {
	background: url(images/logo.png) left center no-repeat;
	}

.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
	display: block;
	float: left;
	width: 225px;
	height: 115px;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	}

.header-image #title-area #description {
	display: block;
	overflow: hidden;
	}

/***** Image Header - Full Width ********************/

.header-full-width #title-area, .header-full-width #title-area #title, .header-full-width #title-area #title a {
	margin: 0 auto;
	}

/***** Navigation Menu ********************/

#subnav {
	display: none;
	}

#nav {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	}

#nav .wrap {
	margin: 0;
	width: auto;
	}

#nav ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	padding-top: 45px;
	}

#nav ul.nav, #nav div.nav, #nav .nav {
	float: right;
	width: auto;
	}

#nav li {
	float: left;
	list-style: none;
	}

#nav li a {
	display: block;
	font-size: 12px;
    margin: 0 0 0 10px;
	padding: 7px 15px 5px 15px;
	text-decoration: none;
	position: relative;
	color: #fff;
	font-weight: bold;
	}

#nav li a:hover, #nav .current_page_item a, #nav .current-cat a {
	background: #062d49;
	border: 1px solid #091e2d;
	padding: 6px 14px 4px 14px;
	-moz-box-shadow: 1px 1px 0 0 #2f8bba;
	-webkit-box-shadow: 1px 1px 0 #2f8bba;
	box-shadow: 1px 1px 0 #2f8bba;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

#header #nav li a:active {
	margin-top: 1px;
	}

#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #062d49;
	color: #FFFFFF;
	width: 158px;
	font-size: 11px;
	margin: 0;
	padding: 5px 15px 5px 15px;
	border-left: 1px solid #091e2d;
	border-right: 1px solid #091e2d;
	border-bottom: 1px solid #091e2d;
	border-top: none;
	position: relative;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	}

#nav li li a:hover, #nav li li a:active {
	background: #091e2d;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 5px 15px;
	margin: 0;
	}

#nav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 12px;
	width: 10px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	padding: 0;
	margin-left: 10px;
	}

#nav li ul a {
	width: 160px;
	}

#nav li ul ul {
	margin: -31px 0 0 179px;
	padding: 0;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfHover {
	position: static;
	}

/***** Primary Navigation Extras ********************/

#nav li.right {
	float: right;
	margin: 0;
	padding: 7px 10px 5px 10px;
	}

#nav li.right a {
	background: none;
	display: inline;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	border: none;
	}

#nav li.right a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

#nav li.search {
	padding: 0 10px 0 10px;
	}

#nav li.rss a, #nav li.rss a:hover {
	background: url(images/rss.png) no-repeat left center;
	margin: 0 0 0 10px;
	padding: 7px 0 5px 16px;
	}

#nav li.twitter a, #nav li.twitter a:hover {
	background: url(images/twitter-nav.png) no-repeat left center;
	padding: 7px 0 5px 20px;
	}

#nav li.rss a:hover, #nav li.twitter a:hover {
	text-decoration: underline;
	}

/***** Featured Area *********************/

#featured_area {
	background: url(images/bg-secondaryheader.png) repeat-x top #153b57;
	color: #fff;
	text-shadow: 1px 1px rgba(0,0,0,.5);
	}

#featured_area .video {
	float: right;
	margin: 30px 0 30px 20px;
	}

#featured_area .featured_slider {
	width: 510px;
	float: right;
	margin-left: 20px;
	background: url(images/bg-slider.png) bottom center no-repeat;
	padding-top: 30px;
	padding-bottom: 19px;
	margin-bottom: 11px;
	}

#featured_area .slider_border {
	background: #fff;
	padding: 5px;
	}

#featured_area .featured_content {
	padding: 60px 0;
	font-size: 14px;
	}
#featured_area .featured_content p {
	margin: 0 0 15px 0;
	}

#featured_area .featured_content h2, #featured_area .featured_content h3 {
	margin: 0 0 20px 0;
	font-weight: bold;
	font-size: 26px;
	}

#slider {
    position:relative;
    width:500px; /* Change this to your images width */
    height:300px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
	}

#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
	}

#slider a {
    border:0;
    display:block;
	}

/***** Nivo Slider Stuff *******************/

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
	}

/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
	}

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	z-index:89;
	}

.nivo-caption p {
	padding: 10px 15px;
	text-transform: uppercase;
	font-weight: bold;
	margin:0;
	font-size: 14px;
	}

.nivo-caption a {
	display:inline !important;
	}

.nivo-html-caption {
    display:none;
	}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
	}

.nivo-prevNav {
	left:20px;
	background: url(images/arrows.png) no-repeat top left;
	display: block;
	text-indent: -9999px;
	height: 30px;
	width: 30px;
	}

a.nivo-prevNav:hover {
	background: url(images/arrows.png) no-repeat bottom left;
	}

.nivo-nextNav {
	right:20px;
	background: url(images/arrows.png) no-repeat top right;
	display: block;
	text-indent: -9999px;
	height: 30px;
	width: 30px;
	}

a.nivo-nextNav:hover {
	background: url(images/arrows.png) no-repeat bottom right;
	}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	}

.nivo-controlNav a.active {
	font-weight:bold;
	}

/***** Home Page Template ********************/

.homepage .col {
	float: left;
	margin: 0 0 20px 0;
	width: 460px;
	font-size: 14px;
	line-height: 24px;
	}

.homepage .col2, .homepage .col4 {
	float: right;
	}

#content .homepage .col h3 {
  font-size: 22px;
	color: #272727;
	line-height: 28px;
	margin-bottom: 10px;
	}

/***** Page Header  ********************/

#page_area {
	height: 80px;
	color: #fff;
	background: url(images/bg-secondaryheader.png) repeat-x top #153b57;
	text-shadow: 1px 1px rgba(0,0,0,.5);
	}

#page_area .wrap {
	padding-top: 32px;
	}

#page_area h2 {
	margin: 0;
	text-transform: uppercase;
	font-size: 24px;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	}

#page_area p {
	text-align: right;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	}

#page_area p a {
	color: #fff;
	}

/***** Inner ********************/

#inner {
	margin: 0 auto;
	width: 960px;
	padding: 30px 0;
	text-align: left;
	}

.content-sidebar #inner {
	background: url(images/bg-sidebar.jpg) 630px 0 no-repeat;
}

.sidebar-content #inner {
	background: url(images/bg-sidebar-alt.jpg) 30px 0 no-repeat;
}

.content-sidebar-sidebar #inner {
	background: url(images/bg-sidebar.jpg) 460px 0 no-repeat;
}

.sidebar-sidebar-content #inner {
	background: url(images/bg-sidebar-alt.jpg) 200px 0 no-repeat;
}

.sidebar-content-sidebar #inner {
	background: url(images/bg-sidebar.jpg) 630px 0 no-repeat;
}

/***** Breadcrumb ********************/

.breadcrumb {
	background: #F7F7F7;
	margin: 0 0 30px 0;
	padding: 5px 10px 5px 10px;
	border: 1px solid #E6E6E6;
	}

/***** Taxonomy Description ********************/

.taxonomy-description {
	background: #F7F7F7;
	margin: 0 0 30px 0;
	padding: 10px;
	border: 1px solid #E6E6E6;
	}

/***** Content-Sidebar Wrap ********************/

#content-sidebar-wrap {
	width: 790px;
	float: left;
	}

.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {
	width: 960px;
	}

.sidebar-sidebar-content #content-sidebar-wrap, .sidebar-content-sidebar #content-sidebar-wrap {
	float: right;
	}

/***** Content ********************/

#content {
	width: 430px;
	float: left;
	}

.sidebar-content #content, .sidebar-sidebar-content #content {
	float: right;
	}

.sidebar-content #content, .content-sidebar #content {
	width: 600px;
	}

.full-width-content #content {
	width: 960px;
	}

#content blockquote {
	background: #F7F7F7;
	margin: 5px 15px 15px 15px;
	padding: 10px 20px 0 15px;
	border: 1px solid #E6E6E6;
	}

#content .post {
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #c2c2c2;
	}

#content .page {
	margin: 0;
	padding: 0 0 15px 0;
	}

#content .post p, #content .page p {
	margin: 0;
	padding: 0 0 15px 0;
	}

.clear {
	clear: both;
	}

/***** Portfolio Template ********************/

.portfolio-teaser {
	float: left;
	margin: 0 10px 20px;
	width: 300px;
	}

#content .portfolio-teaser .post-image {
	margin: 0;
	}

#content .portfolio-teaser h2 {
	margin: 15px 0;
	font-size: 18px;
	font-weight: bold;
	}

#content .portfolio-teaser .excerpt {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #616161;
	line-height: 24px;
	}

/***** Headlines ********************/

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #header .widget-area h4 {
	color: #333333;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	text-decoration: none;
	margin: 0 0 5px 0;
	padding: 0;
	}

#content h1, #content h2 {
	font-size: 26px;
	color: #333333;
	}

#content h2 a, #content h2 a:visited {
	color: #333333;
	text-decoration: none;
	}

#content h2 a:hover {
	color: #2255AA;
	text-decoration: none;
	}

#content h3 {
	font-size: 16px;
	}

#content h4, #header .widget-area h4 {
	font-size: 14px;
	}

#content h5 {
	font-size: 12px;
	}

#content h6 {
	font-size: 10px;
	}

/***** Unordered/Ordered Lists ********************/

#content .post ul, #content .page ul, #content .post ol, #content .page ol {
	margin: 0;
	padding: 0 0 15px 0;
	}

#content .post ul li, #content .page ul li, #content .post ol li, #content .page ol li {
	margin: 0 0 0 20px;
	padding: 0;
	}

#content .post ol li, #content .page ol li {
	margin: 0 0 0 25px;
	}

#content .post ul li, #content .page ul li {
	list-style-type: square;
	}

#content .post ul ul, #content .page ul ul, #content .post ol ol, #content .page ol ol {
	padding: 0;
	}

/***** Post Info and Meta ********************/

.post-info {
	font-size: 11px;
	margin: 15px 0 10px 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #6d6d6d;
	font-family: Arial, Helvetica, sans-serif;
	}

.post-info a, .post-meta a {
	color: #aaa;
	}

.post-meta {
	font-size: 11px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #6d6d6d;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	}

/***** Author Box ********************/

.author-box {
	background: #F7F7F7;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #E6E6E6;
	overflow: hidden;
	}

.author-box img {
	background: #FFFFFF;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}

/***** Sticky Posts ********************/

#content .sticky {
	background: #F7F7F7;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #E6E6E6;
	}

/***** Archive Page ********************/

#content .archive-page {
	float: left;
	width: 50%;
	padding: 20px 0 20px 0;
	}

.page-template-pagearchive-php #content .post {
	border: none;
	}

/***** Post Icons ********************/

.time, .categories {
	margin: 0;
	padding: 0;
	}

.post-comments, .tags {
	background: url(images/icon-dot.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 10px;
	}

/***** Images ********************/

#content img, #content p img {
	max-width: 100%;
	}

#content .post-image {
	margin: 5px 10px 15px 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}

img.centered, .aligncenter {
	display: block;
	margin: 0 auto 10px;
	}

img.alignnone {
	margin: 0 0 10px 0;
	display: inline;
	}

img.alignleft {
	margin: 0 10px 10px 0;
	display: inline;
	}

img.alignright {
	margin: 0 0 10px 10px;
	display: inline;
	}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
	}

.alignright {
	float: right;
	margin: 0 0 0 10px;
	}

.wp-caption {
	background: #F7F7F7;
	padding: 5px 0 0 1px;
	text-align: center;
	border: 1px solid #E6E6E6;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}

img.wp-smiley, img.wp-wink {
	float: none;
	border: none;
	}

.gallery-caption {
	}

/***** Post Navigation **********/

.navigation {
	width: 100%;
	margin: 0;
	padding: 5px 0;
	overflow: hidden;
	}

.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}


.navigation li {
	display: inline;
	}

.navigation li a, .navigation li.disabled, .navigation li a:hover, .navigation li.active a {
	color: #4c4c4c;
	padding: 5px 8px 5px 8px;
	border: 1px solid #E6E6E6;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}

.navigation li a:hover, .navigation li.active a {
	background: #eee;
	text-decoration: none;
	}

/***** Primary & Secondary Sidebars ********************/

#sidebar {
	width: 300px;
	float: right;
	display: inline;
	}

#sidebar-alt {
	width: 150px;
	float: left;
	display: inline;
	}

.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {
	float: left;
	}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
	}

#sidebar .widget, #sidebar-alt .widget {
	margin: 0 0 30px 0;
	}

#sidebar h2 a:hover, #sidebar-alt h2 a:hover {
	color: #2255AA;
	text-decoration: none;
	}

#sidebar h4, #sidebar-alt h4 {
	color: #333333;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 15px 0;
	}

#sidebar .widget p {
	margin-bottom: 10px;
	}

#sidebar .textwidget, #sidebar-alt .textwidget {
	margin: 0;
	}

#sidebar img, #sidebar a img, #sidebar-alt img, #sidebar-alt a img {
	border: none;
	}

#sidebar ul, #sidebar ol, #sidebar-alt ul, #sidebar-alt ol {
	margin: 10px 0 0 0;
	padding: 0 0 0 15px;
	}

#sidebar ul ul, #sidebar ol ol, #sidebar-alt ul ul, #sidebar-alt ol ol {
	margin: 0;
	padding: 0 0 0 5px;
	}

#sidebar li, #sidebar-alt li {
	list-style-type: square;
 	word-wrap: break-word;
	}

/***** Sidebar(s) Dropdowns ********************/

#cat, #sidebar .widget_archive select, #sidebar-alt .widget_archive select {
	background: #F3F3F3;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 3px;
	display: inline;
	border: 1px solid #DDDDDD;
	}

#sidebar #cat, #sidebar .widget_archive select {
	width: 278px;
	}

#sidebar-alt #cat, #sidebar-alt .widget_archive select {
	width: 128px;
	}

/***** Sidebar(s) Featured Post/Page ********************/

#sidebar .featuredpost, #sidebar .featuredpage, #sidebar-alt .featuredpost, #sidebar-alt .featuredpage {
	padding: 0;
	clear: both;
	}

#sidebar .featuredpost .avatar, #sidebar .featuredpage .avatar, #sidebar-alt .featuredpost .avatar, #sidebar-alt .featuredpage .avatar, #sidebar .featuredpost img, #sidebar .featuredpage img, #sidebar-alt .featuredpost img, #sidebar-alt .featuredpage img {
	background: #F7F7F7;
	margin: 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}

/***** Sidebar(s) User Profile ********************/

#sidebar .user-profile, #sidebar-alt .user-profile {
	overflow: hidden;
	}

#sidebar .user-profile .avatar, #sidebar-alt .user-profile .avatar {
	background: #F7F7F7;
	float: left;
	margin: 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}

#sidebar .user-profile p, #sidebar-alt .user-profile p {
	margin: 0;
	padding: 10px 10px 0 10px;
	}

#sidebar .user-profile .posts_link, #sidebar-alt .user-profile .posts_link {
	margin: 0;
	padding: 0 0 0 10px;
	}

/***** Buttons ********************/

#submit, .searchsubmit, .enews #subbutton, .gform_footer .button, .reply a, .reply a:visited {
	background: #333333 !important;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal !important;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 3px 5px 3px 5px !important;
	border: 1px solid #666666;
	}

#submit:hover, .searchsubmit:hover, .enews #subbutton:hover, .gform_footer .button:hover, .reply a:hover {
	background: #000000 !important;
	text-decoration: none;
	border: 1px solid #666666;
	}

/***** Search Form(s) ********************/

.searchform {
	margin: 0;
	}

#header .searchform {
	float: right;
	padding: 40px 0 0 0;
	}

#sidebar .searchform {
	padding: 5px 0 0 10px;
	}

#nav .searchform {
	float: right;
	padding: 0;
	}

.s {
	background: #F7F7F7 !important;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	margin: 5px 4px 0 0;
	padding: 4px 0 4px 5px;
	border: 1px solid #E6E6E6;
	}

#header .s, #nav .s, #sidebar .s, #sidebar-alt .s {
	width: 200px;
	}

/***** eNews & Updates Widget ********************/

.enews #subbox {
	background: #F7F7F7 !important;
	width: 230px;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	padding: 4px 0 4px 5px;
	margin: 5px 5px 0 0;
	border: 1px solid #CCCCCC;
	}

/***** Latest Tweets Widget ********************/

.latest-tweets {
	background: url(images/twitter.png) top right no-repeat;
	margin: 10px 0 0 0;
	padding: 0;
	}

/***** Calendar ********************/

#wp-calendar {
	width: 100%;
	}

#sidebar .widget_calendar {
	padding: 0;
	}

#wp-calendar caption {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-style: italic;
	font-weight: normal;
	padding: 2px 5px 0 0;
	text-align: right;
	}

#wp-calendar th {
	color: #333333;
	}

#wp-calendar thead {
	margin: 10px 0 0 0;
	font-weight: bold;
	background: #F7F7F7 !important;
	color: #F7F7F7 !important;
	}

#wp-calendar td {
	background: #F7F7F7;
	font-weight: normal;
	text-align: center;
	padding: 2px;
	}

/***** Contact Form ********************/

.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
	background: #F7F7F7 !important;
	color: #333333 !important;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px !important;
	padding: 4px 0 4px 5px !important;
	border: 1px solid #E6E6E6;
	}

.gform_footer input.button {
	color: #FFFFFF !important;
	}

.gform_wrapper .ginput_complex label {
	font-size: 12px !important;
	}

.gform_wrapper li, .gform_wrapper form li {
	margin: 0 0 10px 0 !important;
	}

.gform_wrapper .gform_footer {
	border: none !important;
	}

/***** Footer ********************/

#footer {
	font-size: 13px;
	overflow: hidden;
	clear: both;
	background: #eee url(images/bg-widgetsfooter.png) repeat-x top;
	text-shadow: 1px 1px rgba(255,255,255,.75);
	color: #5d5d5d;
	line-height: 1.8em;
	}

#footer a:hover {
	text-decoration: underline;
	}

#footer .creds {
	width: 740px;
	float: right;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
	}

.footer_list {
	list-style: none;
	padding: 0;
	margin: 0;
	}

.footer_list .widget {
	margin: 32px 0 30px 0;
	}

#footer_widgets .col {
	float: left;
	width: 300px;
	}

#footer_widgets .footer2 {
	margin-left: 30px;
	}

#footer_widgets .footer3 {
	float: right;
	}

#footer_widgets .col h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #272727;
	margin: 15px 0;
	}

#footer_widgets p {
	margin: 10px 0;
	}

.footer_list ul {
	list-style: inside disc;
	padding: 0;
	}

/***** Copy Footer ********************/

#cred_footer {
	font-size: 11px;
	text-transform: uppercase;
	overflow: hidden;
	clear: both;
	background: #cbcbcb url(images/bg-footer.png) top repeat-x;
	color: #4a4a4a;
	font-weight: bold;
	text-shadow: 1px 1px rgba(255,255,255,.75);
	font-family: Arial, Helvetica, sans-serif;
	height: 55px;
	}

#cred_footer .wrap {
	padding-top: 20px;
	}

#cred_footer a {
	color: #000;
	}

#cred_footer a:hover {
	text-decoration: underline;
	}

#cred_footer .gototop {
	width: 200px;
	float: left;
	margin: 0;
	}

#cred_footer .gototop a {
	margin: 0;
	padding: 2px 0 2px 18px;
	background: url(images/footer-top.png) no-repeat left center;
	}

#cred_footer .creds {
	width: 740px;
	float: right;
	margin: 0;
	text-align: right;
	}


/***** Comments ********************/

#respond {
	margin: 0 0 15px 0;
	padding: 0;
	}

#author, #email, #url, #comment {
	background: #F7F7F7 !important;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 5px;
	border: 1px solid #E6E6E6;
	}

#author, #email, #url {
	width: 250px;
	margin: 10px 5px 0 0;
	}

#comment {
	width: 98%;
	height: 150px;
	margin: 10px 0 10px 0;
	}

.comment-list, .children {
	margin: 0;
	padding: 0;
	}

.ping-list {
	margin: 0 0 40px 0;
	padding: 0;
	}

.comment-list ol, .ping-list ol {
	margin: 0;
	padding: 10px;
	}

.comment-list li, .ping-list li {
	font-weight: bold;
	margin: 15px 0 5px 0;
	padding: 10px 5px 10px 10px;
	list-style: none;
	}

.comment-list li ul li {
	margin-left: 10px;
	margin-right: -6px;
	}

.comment-list p, .ping-list p {
	font-weight: normal;
	text-transform: none;
	margin: 10px 5px 10px 0;
	padding: 0;
	}

.comment-list li .avatar {
	background: #FFFFFF;
	float: right;
	border: 1px solid #E6E6E6;
	margin: 0 5px 0 10px;
	padding: 4px;
	}

.comment-list cite, .comment-list cite a, .ping-list cite, .ping-list cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentmetadata {
	font-size: 11px;
	font-weight: normal;
	}

.bypostauthor {
	}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.nocomments {
	text-align: center;
	}

#comments .navigation {
	display: block;
	margin: 10px 0 0 0;
	}

.thread-alt, .thread-even {
	background: #F7F7F7;
	}

.even, .alt, .depth-1 {
	border: 1px solid #E6E6E6;
	}