/*
	Theme Name: Jenna Avery
	Theme URL: http://www.url.com
	Description: This is a custom theme for the Genesis Framework.
	Author: GenesisThemeDesign.com
	Author URI: http://www.GenesisThemeDesign.com
	Version: 1.6.1
	Template: genesis
*/



/* Defaults
------------------------------------------------------------ */
body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea {
	color: #000;
	font-family: 'myriad-pro', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding-left: 1px;
	text-decoration: none;
}

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

ol,
ol li,
ul,
ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

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

ul li {
	list-style-type: square;
}


/* Hyperlinks
------------------------------------------------------------ */
a,
a:visited {
	/*old color: #006666;*/
	color: #006666;
	font-weight:bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	font-weight:bold;
}

a img {
	border: none;
}

.widget_tag_cloud a,
.widget_tag_cloud a:hover,
.widget_tag_cloud a:visited {
	font-weight:normal;
}

.latest-tweets a,
.latest-tweets a:hover,
.latest-tweets a:visited {
	font-weight:normal;
	text-decoration: none;
}


/* Wrap
------------------------------------------------------------ */
#wrap {
	margin: 0 auto;
	width: 960px;
}


/* Header
------------------------------------------------------------ */
#header {
	height: 165px;
	width: 960px;
}

#title-area {
	float: left;
	overflow: hidden;
	height: 165px;
	width: 960px;
}

#title {
	font-size: 24px;
	line-height: 30px;
}

#title a,
#title a:hover {
	color: #333;
	text-decoration: none;
}

#description {
	font-size: 12px;
	font-style: italic;
}

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

.header-image #description {
	display: block;
	overflow: hidden;
}

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 960px;
}


/* Navigation Constants
------------------------------------------------------------ */
li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

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


/* Primary Navigation
------------------------------------------------------------ */
#nav {
	font-family: 'myriad-pro-condensed', Arial, Helvetica, sans-serif;
	background: #FFF url(images/background-nav.gif) repeat-x;
	border: 1px solid #FFF;
	clear: both;
	color: #fff;
	overflow: hidden;
	width: 958px;
	height: 43px;
	-webkit-box-shadow: 0px 0px 8px #CCC;
	-moz-box-shadow: 0px 0px 8px #CCC;
	box-shadow: 0px 0px 8px #CCC;
}

#nav ul {
	float: left;
	width: 100%;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	color: #000;
	background: url(images/background-nav-item.gif) right no-repeat;
	display: block;
	font-size: 18px;
	font-weight:normal;
	height: 43px;
	padding: 0 25px 0 23px;
	position: relative;
	text-decoration: none;
	line-height: 43px;
	text-shadow: 0px 1px 1px #ffffff;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	background-color: #FFF;
	color: #000;
}

#nav li a.sf-with-ul {
	padding-right: 35px;
}

#nav li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	display: block;
	height: 16px;
	overflow: hidden;
	position: absolute;
	right: 14px;
	text-indent: -9999px;
	top: 16px;
	width: 10px;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background: #DDD;
	height: auto;
	color: #000;
	font-size: 16px;
	line-height: 1.1em;
	padding: 10px;
	position: relative;
	width: 158px;
}

#nav li li a:hover,
#nav li li a:active {
	background: #f1f1f1;
}

#nav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}

#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 180px;
	z-index: 9999;
}

#nav li ul a {
	width: 160px;
}

#nav li ul ul {
	margin: -31px 0 0 179px;
}

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


/* Primary Navigation Extras
------------------------------------------------------------ */
#nav li.right {
	float: right;
	color: #666666;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0px 1px 1px #FFF;
	line-height: 43px;
}

#nav li.right span {
	display: block;
	float: left;
	padding: 0 12px 0 0;
}

#nav li.right a {
	display: block;
	float: left;
	width: 26px;
	height: 26px;
	margin: 8px 8px 0 0;
	padding: 0;
	text-indent: -9999px;
}

#nav li.right a.twitter {
	background: url(images/social-icons.png) no-repeat;
}

#nav li.right a.facebook {
	background: url(images/social-icons.png) -26px 0 no-repeat;
}

#nav li.right a.skype {
	background: url(images/social-icons.png) -52px 0 no-repeat;
}

#nav li.right a.youtube {
	background: url(images/social-icons.png) -78px 0 no-repeat;
}

#nav li.right a.rss {
	background: url(images/social-icons.png) right no-repeat;
}

/* Inner
------------------------------------------------------------ */
#inner {
	margin: 20px 0;
	/*overflow: hidden;*/
	width: 960px;
}


/* Breadcrumb
------------------------------------------------------------ */
.breadcrumb {
	margin: 0 0 30px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */
.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


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

#content-sidebar-wrap {
	float: left;
	width: 790px;
}

.content-sidebar #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 960px;
}

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

.full-width-content #content-sidebar-wrap {
	width: 960px;
}


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

#content {
	float: left;
	width: 605px;
	padding:0px;
	margin-right: 20px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 605px;
}

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

.full-width-content #content {
	width: 960px;
}

blockquote {
	margin: 0 0 20px 0;
	padding: 20px 75px 0 75px;
	border: 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-size: 14px;
	color: #666;
	font-style: italic;
	background: url(images/background-blockquote.png) no-repeat;
}

blockquote p {
	font-size: 14px;
	color: #666;
	font-style: italic;
	line-height: 22px;
}

.post {
	margin: 0 0 40px;
	padding-top:15px;
}

.page {
	padding-top:15px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	padding: 0 0 15px;
}

.clear {
	clear: both;
}

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


/* 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 {
	float: right;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'myriad-pro-condensed', Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	clear: both;
	margin: 15px 0 10px 0;
}

h1 {
	font-size: 32px;
	color: #000;
}

h2 {
	font-size: 28px;
	color: #000;
}

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


h1.entry-title,
h1.entry-title a,
h2.entry-title,
h2.entry-title a {
	font-family: 'myriad-pro-condensed', Arial, Helvetica, sans-serif;
	font-size: 34px !important;
	font-weight: normal;
	color: #006666;
	margin: 0;
	padding:0;
	line-height: 1.1em !important;
}

.genesis-grid h1.entry-title,
.genesis-grid h1.entry-title a,
.genesis-grid h2.entry-title,
.genesis-grid h2.entry-title a {
	font-size: 24px !important;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.page h1 {
	margin: 0 0 20px;
}

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

.widget-area h2 {
	font-size: 8px;
	font-weight: bold;
}

h3 {
	font-size: 24px;
	color: #000;
}

h4 {
	font-size: 18px;
	color: #000;
}

.widget-area h4 {
	color: #006666;
	border-bottom: 1px solid #CCC;
	font-size: 26px;
	line-height: 1.1em;
	font-weight: 300;
	padding: 0 0 0 0;
	margin: 0;
}

h5 {
	font-size: 18px;
	color: #006666;
}

h6 {
	font-family: 'myriad-pro', Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 12px;
	color: #006666;
}


/* Unordered / Ordered Lists
------------------------------------------------------------ */
.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	list-style-image: url(images/bullet-trans.png);
	list-style-position: outside;
	margin: 0 0 10px 45px;
	padding: 0;
}

.archive-page ol li,
.entry-content ol li {
	list-style-position: outside;
	margin: 0 0 10px 0;
	padding: 0;
}

.entry-content ol {
	padding-left:25px;
}

.entry-content .post ol li,
.entry-content .page ol li {
	margin: 0 0 0 25px;
	list-style-position: inside;
}

.archive-page ul li,
.entry-content .post ul li,
.entry-content .page ul li {
	list-style-type: square;
	list-style-image: url(images/bullet.png);
	list-style-position: outside;
	margin: 0 0 10px 45px;
}

.archive-page ul ul,
.entry-content ul ul,
.entry-content ol ol {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */
.post-info {
	font-size: 12px;
	color: #666666;
	margin: 0 0 20px 0;
	padding:0;
	text-transform: uppercase;
}

.post-info a {
	font-weight: bold;
	color: #006666;
}


/* Post Meta
------------------------------------------------------------ */
.post-meta {
	background:  url(images/background-postmeta.png) repeat-x;
	border-top: 1px solid #CCC;
	clear: both;
	color: #666;
	font-size: 10px;
	padding: 10px;
	text-transform: uppercase;
}

.post-meta a {
	font-weight: bold;
}


/* Author Box
------------------------------------------------------------ */
.author-box {
	background:#FFF;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left:0;
	border-right:0;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px 0 10px 0;
}

.author-box strong {
	font-family: 'myriad-pro-condensed', Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size: 16px;
	line-height: 19px;
	color:#006666;
}

.author-box p {
	font-family: 'myriad-pro', Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 16px;
	line-height: 19px;
	color: #666;
}


/* Sticky Posts
------------------------------------------------------------ */
.sticky {
	margin: 0 0 40px;
	padding: 10px;
}


/* Archive Page
------------------------------------------------------------ */
.archive-page {
	float: left;
	padding: 20px 0;
	width: 50%;
}


/* Post Icons
------------------------------------------------------------ */
.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 10px;
}


/* Images
------------------------------------------------------------ */
img {
	max-width: 100%;
}

img.alignleft,
img.alignright,
.alignleft img,
.alignright img {
	max-width: none;
}

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

.author-box .avatar {
	float: left;
	margin: 0 10px 0 0;
}

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

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

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

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

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

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

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

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

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

p.wp-caption-text {
	font-size: 11px;
	line-height: 12px;
	padding: 5px 0;
}

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

#content img.attachment-Featured {
	width:589px;
	border: 8px solid #FFF;
	-webkit-box-shadow: 0px 0px 8px #CCC;
	-moz-box-shadow: 0px 0px 8px #CCC;
	box-shadow: 0px 0px 8px #CCC;
	margin: 5px 0 10px 0;
}

blockquote img {
	margin: 10px 10px 10px 10px;
}


/* Post Navigation
------------------------------------------------------------ */
.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #e6e6e6;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f7f7f7;
}


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

#sidebar {
	display: inline;
	float: right;
	width: 305px;
	padding: 0;
}

#sidebar p {
	color: #666;
	font-size: 14px;
	line-height: 18px;
}

#sidebar-alt {
	display: inline;
	float: left;
	width: 150px;
}

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

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

#sidebar .widget,
#sidebar-alt .widget {
	margin: 0 0 20px;
	padding: 0 0 10px;
}

.widget-area .textwidget {
	padding: 0;
}

.widget-area .textwidget p {
	padding: 5px 0;
}

.widget-area ol,
.widget-area ul {
	margin: 0 0 0 0;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
 	word-wrap: break-word;
 	border-bottom: 1px solid #cccccc;
 	list-style: disc;
 	list-style-position: inside;
 	padding:  10px 0;
}

.widget-area ol li {
	list-style-type: decimal;
}

#sidebar .enews-widget {
	padding: 15px;
	color: #FFF;
}

#sidebar .enews-widget h4 {
	font-weight: bold;
	color: #FFF;
	border-bottom: 1px solid #FFF;
}

#sidebar .enews-widget p {
	padding: 10px 0;
	color: #FFF;
}

#sidebar .latest-tweets li {
	list-style: none;
}

#sidebar .latest-tweets li span {
	display: block;
}



/* Dropdowns
------------------------------------------------------------ */
#cat,
.widget_archive select {
	display: inline;
	font-size: 12px;
	margin: 10px 10px 0;
	padding: 3px;
	width: 278px;
}

#sidebar-alt #cat,
#sidebar-alt .widget_archive select {
	width: 128px;
}


/* Featured Page / Post
------------------------------------------------------------ */
.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	margin: 0 0 15px;
	overflow: hidden;
	padding: 10px 10px 5px;
}

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


/* User Profile
------------------------------------------------------------ */
.user-profile {
	overflow: hidden;
}

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

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


/* Buttons
------------------------------------------------------------ */
div.gform_footer input.button,
.enews #subbutton,
.reply a,
.reply a:visited,
.searchsubmit,
#submit {
	background-color: #666;
	color: #fff;
	border: none;
	cursor: pointer;
	font-size: 14px;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.reply a:hover,
.searchsubmit:hover,
#submit:hover {
	background-color: #333;
	border: none;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

#sidebar .searchsubmit {
	background: url(images/background-search-button.png) no-repeat;
	padding: 0;
	height: 32px;
	width: 32px;
	text-indent: -9999px;
}

#sidebar .s {
	background:#FFF;
	width: 240px;
	height: 30px;
	font-size: 14px;
}

/* Custom Button
------------------------------------------------------------ */
.customButton {
	float:left;
	height: 43px;
	margin: 5px 3px 15px 3px;
	text-align:center;
}

.customButton a {
	font-family: 'myriad-pro-condensed', Arial, Helvetica, sans-serif;
	background: #FFF url(images/background-nav.gif) repeat-x;
	border: 1px solid #000;
	overflow: hidden;
	height: 34px;
	color: #000;
	display: block;
	font-size: 18px;
	font-weight: normal;
	padding: 0 25px 0 23px;
	position: relative;
	text-decoration: underline;
	line-height: 34px;
	text-shadow: 0px 1px 1px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #000;
	-moz-box-shadow: 0px 0px 0px #000;
	box-shadow: 0px 0px 0px #000;
}

.customButton a:hover {
	background: #FFF;
	color: #ff6633;
}

.buttonContainer {
text-align:center;
width:100%;
}

.buttonContainer .customButton {
display: inline-block;
float:none;
}

/* Search Form
------------------------------------------------------------ */
#header .searchform {
	float: right;
	padding: 40px 0 0;
}

.sidebar .searchform {
	padding: 5px 0 0 10px;
}

#nav .searchform {
	float: right;
}

.s {
	font-size: 11px;
	color:#999;
	margin: 5px 4px 0 0;
	padding: 4px 0 4px 5px;
	width: 200px;
}


/* eNews and Update Widget
------------------------------------------------------------ */
.enews p {
	padding: 10px 10px 0;
}

.enews #subscribe {
	padding: 0 0 0 10px;
}

.enews #subbox {
	font-size: 11px;
	margin: 5px 5px 0 0;
	padding: 4px 0 4px 5px;
	width: 230px;
}


/* Footer Widgets
------------------------------------------------------------ */
#footer-widgets {
	clear: both;
	color: #fff;
	font-size: 12px;
	margin: 0 auto;
	height: 290px;
	padding: 10px 0;
	width: 960px;
}

#footer-widgets .wrap {
	/*width: 940px;
	margin: 0 auto;*/
}

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

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

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

#footer-widgets h4 {
	background: none;
	border: none;
	color: #006666;
	font-size: 22px;
	font-weight: normal;
	margin: 10px 0 12px 0;
	padding: 0 10px;
	text-align: center;
	text-transform: none;
	line-height: 24px;
}

#footer-widgets p {
	color: #666;
	font-size: 14px;
	line-height: 18px;
	padding: 0 10px;
	text-align: center;
}

#footer-widgets a,
#footer-widgets a:visited {
	color: #006666;
	text-decoration: none;
}

#footer-widgets a:hover {
	text-decoration: underline;
}

#footer-widgets ul {
	color: #666;
	list-style-type: none;
	margin: 10px;
	font-size: 14px;
}

#footer-widgets ul li {
	list-style-type: square;
	margin: 0 0 0 15px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	-webkit-box-shadow: 0px 0px 8px #CCC;
	-moz-box-shadow: 0px 0px 8px #CCC;
	box-shadow: 0px 0px 8px #CCC;
	height: 290px;
	background: #FFF url(images/background-footer-widget.gif) bottom repeat-x;
	color: #666;
	font-size: 14px;
}

.footer-widgets-1 {
	float: left;
	padding: 0;
	margin-right: 33px;
	width: 290px;
	border: 4px solid #FFF;
}

.footer-widgets-2 {
	float: left;
	width: 290px;
	border: 4px solid #FFF;
}

.footer-widgets-3 {
	float: right;
	width: 290px;
	border: 4px solid #FFF;
}

.footer-widgets-1:hover,
.footer-widgets-2:hover,
.footer-widgets-3:hover {
	background: #FFF;
	background-image: none;
}

.home #footer-widgets {
display: none;
}


/* Footer
------------------------------------------------------------ */
#footer {
	background: url(images/background-footer.png) repeat-x;
	border-top: 1px solid #c0c0c0;
	clear: both;
	font-size: 12px;
	overflow: hidden;
	padding: 15px 0 5px 0;
	margin: 15px 0;
	width: 960px;
}

#footer p {
	color: #666;
	font-size: 12px;
}

#footer a,
#footer a:visited {
	color: #666;
}

#footer .gototop {
	float: left;
	padding: 0 0 0 5px;
	width: 500px;
}

#footer .creds {
	float: right;
	padding: 0 10px 0 0;
	text-align: right;
	width: 440px;
}


/* Comments
------------------------------------------------------------ */
#comments h3,
#respond h3#reply-title {
	font-size: 24px;
	font-weight: normal;
	color: #006666;
}

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	font-family: 'myriad-pro', Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

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

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

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

.comment-list li,
.ping-list li {
	font-weight: bold;
	margin: 15px 0 5px;
	/*padding: 10px 5px 10px 10px;*/
	padding:0;
}

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

.comment-list p,
.ping-list p {
	margin: 10px 0;
	font-size: 15px;

}

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

.commentmetadata,
.commentmetadata a {
	font-size: 11px;
	color: #666;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.thread-even,
.thread-alt  {
}

.alt,
.depth-1,
.even {
	border-top: 0;
}

.comment-info {
	padding: 10px 0;
	overflow: auto;
	border-bottom: 1px solid #CCC;
}

.comment-info .comment-author {
	padding:  0 0 0 0;
	font-size: 18px;
	font-weight: bold;
	font-family:'myriad-pro-condensed', Arial, Helvetica, sans-serif;
}

.comment-info .comment-author .fn,
.comment-info .comment-author .fn a {
	color: #006666;
}

.comment-list li .avatar {
	border: 1px solid #FFF;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

#comments .reply a {
	background: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border: none;
	font-size: 16px;
	font-weight: normal;
	color: #666;
	text-transform: uppercase;
	padding: 0;
}

#comments .reply {
	margin: 0 0 10px 0px;
}


/* Gravity Forms
------------------------------------------------------------ */
div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #333;
	font-family: 'myriad-pro', Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	padding: 4px 5px;
}

div.gform_footer input.button {
	color: #fff;
}

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

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

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

/* Homepage Slider
------------------------------------------------------------ */
#slides {
	width: 960px;
	height: 500px;
	overflow: hidden;
	position: relative;
}

#slides a.next {
	display: block;
	width: 28px;
	height: 29px;
	background: url(images/slider-next.png) right no-repeat;
	position: absolute;
	text-indent: -9999px;
	top:  230px;
	right: 5px;
	z-index: 9999;
}

#slides a.prev {
	display: block;
	width: 28px;
	height: 29px;
	background: url(images/slider-next.png) no-repeat;
	position: absolute;
	text-indent: -9999px;
	top:  230px;
	left: 5px;
	z-index: 9999;
}

.slides_container {
	width: 960px;
	height: 500px;
}
.slides_container div {
	width: 960px;
	height: 500px;
	display:block;
}

/* Misc */
#text-14 .textwidget,
.widget-wrap .tagcloud {
	padding-top: 10px;
}

#af-form-1288902961 {
 width: 305px !important;
}

#af-form-1288902961 .text {
	border:1px solid #CCC !important;
}

#comments .says {
	display:none;
}
#comments .fn small {
font-size:12px;
}

.latest-tweets {
	font-size: 13px !Important;
	line-height: 15px;
	color:#666;
}

.widget_tag_cloud {
	line-height: 16px;
}

#content ol {
	list-style-type: decimal;
	margin-left: 40px;

}

.wpcf7-submit, .wlmember_loginwidget_input_submit{
float:left;
	height: 43px;
	margin: 5px 3px 15px 3px;
	text-align:center;
font-family: 'myriad-pro-condensed', Arial, Helvetica, sans-serif;
	background: #FFF url(images/background-nav.gif) repeat-x;
	border: 1px solid #FFF;
	overflow: hidden;
	height: 34px;
	color: #000;
	display: block;
	font-size: 18px;
	font-weight:normal;
	padding: 0 25px 0 23px;
	position: relative;
	text-decoration: none;
	line-height: 34px;
	text-shadow: 0px 1px 1px #ffffff;
	-webkit-box-shadow: 0px 0px 8px #CCC;
	-moz-box-shadow: 0px 0px 8px #CCC;
	box-shadow: 0px 0px 8px #CCC;

}

.wpcf7-submit:hover , .wlmember_loginwidget_input_submit:hover {
	background: #FFF;
	color: #000;
}



p.comment-form-author
,p.comment-form-email
,p.comment-form-url
,p.comment-form-comment{
'myriad-pro',Arial,Helvetica,sans-serif;
}


/* woocommerce css chnages */
p.woocommerce-info{
padding-left:50px;
}

.cart-discount .next-payment { display: none; }
.cart-subtotal .next-payment { display: none; }
.order-total .next-payment { display: none; }
/* .first-payment-date { display: none; } */
