/*
Theme Name: Viking Crossfit
Theme URI: www.poweron.co.uk
Description: Viking Crossfit
Author: Poweron.co.uk
Version: 1.0
Tags: Viking Crossfit
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/*
red #ac3f44
*/
.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 }

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
body {
background-attachment:scroll;
background-color:#FFFFFF;
background-image:url(style/images/body-bg.png);
background-position:left top;
background-repeat:repeat-x;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }



/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/
#featurecontainer {
	float: left;
	margin: 0 -320px 0 0;
	width: 100%;
}
#container {
	float: left;
	margin: 0 -320px 0 0;
	width: 100%;
}
.content, #photo-content {
	margin: 0 310px 0 0px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 300px;
}
#homepage {
	float: left;
	overflow: hidden;
	width: 280px;
	margin-left:20px;
	}

#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}
.footer-header {
	width: 100%;
	height:72px;
	background-image:url(style/images/footer-header-bg.png);
	background-position:top left;
	background-repeat:repeat-x;
	margin-top:0px;
	}
.footer-container {
	clear: both;
	width: 100%;
	background-color:#000000;
	border-bottom:2px solid #ffffff;
	background-image:url(style/images/footer-bg.png);
	background-position:top left;
	background-repeat:repeat;
	color:#ffffff;
	}
.footer-links {
	background-color:#000000;
	clear: both;
	width: 100%;
	padding:5px 0px;
	}
/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.onecolumn .content {
	margin: 0 auto;
	width: 940px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url,
.entry-title,
.widget-title,
h3#comments-title,
h3#reply-title,
.entry-utility span {
	font-family: Georgia, "Bitstream Charter", serif;
}
.entry-content,
.comment-body,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-generator,
.header-footer-nav,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget_search label,
.top-nav-left,
.top-nav-right,
.widget-container li,
.comment-link,
.comment-author,
.slideshow,
#slideshow-nav a,
input[type=submit]
{
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}



/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper,
.footerwrapper {
	margin: 0 auto;
	width: 940px;
}
#wrapper, .footerwrapper {
	background:none;
	padding: 0 10px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 300px;
	background-color:#232323;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	min-height:360px;
}
#footer-widget-area #third {
	margin-right: 0;
}
#site-info {
	float: left;
	width: 700px;
}
#site-info ul {
	margin:0px;
	}
#site-generator {
	float: right;
	width: 240px;
}



/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles  */
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
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 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #FFFFCC;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
ins {
	text-decoration: none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 5px;
	background-image:url(style/images/input-bg.png);
	background-position:top left;
	background-repeat:repeat-x;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
a:link {
	color:#b11019;
}
a:visited {
	color:#b11019;
}
a:active,
a:hover {
	color:#b11019;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}



/* =Header
-------------------------------------------------------------- */

#header {
	margin-top: 0px;
	padding: 0;
	position:relative;
	font-size:10px;
}
.top-nav-right a {
	color:#a9a9a9;
	text-decoration:none;
	}
.top-nav-right a:active,
.top-nav-right a:hover {
	text-decoration:underline;
	}
.top-nav-left {
	display:inline;
	float:left;
	text-transform:uppercase;
	line-height:32px;
	}
.header-footer-nav {
	display: block;
	float: left;
	font-size:10px;
	text-transform:uppercase;
}
.header-footer-nav #menu-footer ul {
	list-style: none;
	float:left;
	display:inline;
}
.header-footer-nav #menu-footer li {	
	list-style: none;
	float:left;
	display:inline;
}
.header-footer-nav a:link, .header-footer-nav a:visited{
	border-right: 1px solid #fff;
	color:#fff;
	padding:0px 9px 0px 0px;
	margin-right:10px;
	text-decoration: none;
}
.header-footer-nav a:active, .header-footer-nav a:hover {
	text-decoration:underline;
}
.header-footer-nav li:last-child a{
	border:none;
	}

.top-nav-right {
	display:inline;
	float:right;
	line-height:32px;
	padding-right:20px;
	background-image:url(style/images/top-nav-arrow.png);
	background-position:right center;
	background-repeat:no-repeat;
	text-transform:uppercase;
	}
#branding {
	width:100%;
	height:192px;
	position:relative;
	background-image:url(style/images/header-bg.png);
	background-position:top center;
	background-repeat:no-repeat;
}
#site-title {
	position:absolute;
	top:0px;
	left:26px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	margin: 55px 0 18px 0;
	width: 360px;
	position:relative;
}

/* This is the custom header image */
#branding img {
	clear: both;
	display: block;
}

.subscribe {
	color:#222222;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	position:relative;
	width: 300px;
	float:right;
	margin-right:5px;
}
.join-now {
	color:#ac3f44;
	font-size:16px;
	text-align:center;
	font-weight:bold;
	background-image:url(style/images/join-bg.png);
	background-position:top center;
	background-repeat:no-repeat;
	width:360px;
	height:41px;
	padding-top:10px;
	position:absolute;
	top:93px;
	left:0px;
	line-height:26px;
}
.join-now a{
	color:#b11019;
	text-decoration:none;
}
/* =Menu
-------------------------------------------------------------- */
#mynav {
	margin: 0 auto;
	width: 940px;
	position:absolute;
	top:0px;
}
#access {
	background: none;
	margin: 0 auto;
	width: 100%;
	display: block;
	float: left;
	position: absolute;
	top: 161px;
	left: 0px;
	text-transform: uppercase;
	z-index:999;
}
#access .menu-header,
div.menu {
position:relative;
	font-size: 13px;
	margin-left: 12px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none;
	color:#ffffff;
	padding:2px 15px;
	line-height:18px;
	border-right: 1px solid #7a7a7a;
	border-left: 1px solid #414141;
}
#access li:first-child a{
	border-left:none;
	}
#access li:last-child a{
	border-right:none;
	}
#access .page-item-2 a {
	border-left: 1px solid #7b7b7b;
	}
#access ul ul {
	display:none;
	position:absolute;
	top:22px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	z-index:990;
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:#f0efef;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 180px;
	border:1px solid #ab0108;
	color:#333333;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#c0c0c0;
}
#access ul ul li:hover > a,
#access ul ul ul:hover > a {
	color:#fff;
	background-color:#ab0108;
}
#access ul li:hover > ul {
	display:block;
}



/* =Content
-------------------------------------------------------------- */

#main {
position:relative;
	overflow: hidden;
	padding: 18px 0 0 0;
	z-index:0;
}
.content {
	margin-bottom: 20px;
}
.content,
.content input,
.content textarea {
	color: #444;
	font-size: 14px;
	line-height: 22px;
}
.content p,
.content ul,
.content ol,
.content dd,
.content pre,
.content hr {
	margin-bottom:24px;
}
.content ul ul,
.content ol ol,
.content ul ol,
.content ol ul {
	margin-bottom:0;
}
.content pre,
.content kbd,
.content tt,
.content var {
	font-size: 15px;
	line-height: 21px;
}
.content code {
	font-size: 13px;
}
.content strong,
.content b,
.content dt,
.content th {
	color: #000;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	color: #000;
	margin: 0 0 5px 0;
	line-height: 1.5em;
}
.content table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
.content tr th,
.content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
.content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
.content tr.odd td {
	background: #F2F7FC;
}
.hentry {
	margin:0;
}
.home .sticky {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin-left: -20px;
	margin-right: -20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #444;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color:#ffffff;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #dddddd;
}
.entry-title,
.entry-meta {
	clear: left;
	float: left;
	margin-right: 68px;
	padding:5px 15px 0px 15px; 
}
.content .entry-title {
	color: #ffffff;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 0px;
	width:100%;
	height:36px;
	background-image:url(style/images/post-top.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:13px 15px 0px 15px;
}
.entry-title a:link,
.entry-title a:visited {
	color:#ffffff;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #dddddd;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding:5px 15px;
	background-image:url(style/images/post-repeater.gif);
	background-position:top left;
	background-repeat:repeat-y;
}
.entry-content img, .entry-content iframe {
	-moz-box-shadow:0px 0px 5px #bababa;
	box-shadow:0px 0px 5px #bababa;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
.content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #E7E7E7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 5px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight:bold;
	margin:0 0 22px 0;
	word-spacing:0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color:#444;
	font-weight:normal;
	padding:0.5em 0.75em;
	text-decoration:none;
}
.home .sticky .page-link a {
	background: #D9E8F7;
}
.page-link a:active,
.page-link a:hover {
	color: #ac3f44;
}
#entry-author-info {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin: 24px 0;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	line-height: 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	margin: 0 -104px 0 0;
	padding: 11px;
	height: 60px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0;
}
.entry-utility {
	color: #888;
	font-size: 14px;
	line-height: 18px;
	clear: both;
	padding:0 15px 50px 15px;
	background-image:url(style/images/post-bottom.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	text-align:center;
}
.entry-meta a,
.entry-utility a {
	color: #ac3f44;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ac3f44;
}
.content .video-player {
	padding: 0;
}
.entry-meta{
	margin-bottom:5px;
	}
.post, .content .page, .content .hentry{
	background-image:url(style/images/post-repeater.gif);
	background-position:top left;
	background-repeat:repeat-y;
	}
/* Asides
-------------------------------------------------------------- */

.home .content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top:0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home .content .category-asides .entry-content {
	padding-top: 0;
}




/* Gallery listing
-------------------------------------------------------------- */

.category-gallery {
	margin-bottom: 48px;
}
.category-gallery h2 {
	margin-top: 10px;
}
.category-gallery .entry-meta {
}
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right:20px;
	margin-top: -4px;
}
.home .content .category-gallery .entry-content p {
	display: inline;
}
.home .content .category-gallery .entry-utility {
	padding-top:4px;
}


/* Attachment pages
-------------------------------------------------------------- */

.entry-content .attachment img {
	margin-bottom: 0;
}
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}



/* Images
-------------------------------------------------------------- */

.content img {
	margin: 0;
}
.single-attachment .content img {
	max-width: 900px;
}
.content .alignleft,
.content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.content .alignright,
.content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.content .aligncenter,
.content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.content img.alignleft, 
.content img.alignright, 
.content img.aligncenter {
	margin-bottom: 12px;
}
.content .wp-caption {
	font-size: 12px;
	line-height: 12px;
	text-align: right;
	margin-bottom: 20px;
	padding: 4px;
	font-style:italic;
}
.content .wp-caption p.wp-caption-text {
	margin: 0 0 4px;
}
.content .wp-smiley {
	margin:0;
}
.content .gallery {
	margin: auto;
}
.content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.content .gallery img {
	border: 2px solid #cfcfcf;
}
.content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.content .gallery dl {
	margin: 0;
}
.content .gallery img {
	border: 10px solid #f1f1f1;
}
.content .gallery br+br {
	display: none;
}



/* =Navigation
-------------------------------------------------------------- */

.navigation {
	font-size:  12px;
	line-height: 18px;
	overflow: hidden;
	color: #505050;
	padding:0px 15px;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ac3f44;
}
.nav-previous {
	float: left;
	width: 310px;
	margin-left:10px;
}
.nav-next {
	float: right;
	width: 310px;
	text-align:right;
	margin-right:10px;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}



/* =Comments
-------------------------------------------------------------- */
#comments {
	padding:0px 15px;
	position:relative;
	}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
	border-bottom:1px solid #ac3f44;
}
h3#comments-title {
	margin: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border: 1px dashed #c5c5c5;
	line-height: 24px;
	margin: 0 0 24px 10px;
	padding:0px;
	position: relative;
	background-color:#fff;
}
.comment-wrap {
	background-color:#f6f6f6;
	border: 1px solid #c5c5c5;
	margin:-1px;
	padding:10px 10px 10px 80px;
	}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: -10px;
	left:-10px;
	background-color:#FFFFFF;
	border:1px solid #c5c5c5;
}
.comment-author {
	background-image:url(style/images/user-icon.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:15px;
}
.comment-author cite {
	color: #ac3f44;
	font-style: normal;
	font-weight: bold;
}
.comment-author a {
	text-decoration:none;
	}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	position: absolute;
	top: 10px;
	left:250px;
	background-image:url(style/images/date-icon.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:15px;
}
.comment-meta span{
	background-image:url(style/images/time-icon.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:15px;
	margin-left:10px;
	}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.comment-link {
	padding:5px 0px;
}
.comment-link a {
	text-decoration:none;
	}
.reply {
	font-size: 12px;
	position:absolute;
	top:10px;
	right:10px;
	background-image:url(style/images/reply.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:15px;
}
.reply a,
a.comment-edit-link {
	color: #ac3f44;
	text-decoration:none;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ac3f44;
}
.commentlist .children {
	list-style: none;
	margin: 30px;
	background-color:#fff;
	}
.content ol ul.children {
	margin-bottom:30px;
}
.content ol ul.children li{
	margin-bottom:30px;
	}
.commentlist .children li {
	margin: 0;
	background-color:#fff;
}
.content ol ul.children li{
	margin-bottom:30px;
	}
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin-top: 24px;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
	padding:10px;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin:0;
	padding:10px;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#ac3f44;
	font-weight:bold;
}
#respond label {
	color: #ac3f44;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond dt,
#respond dd {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond dd code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 0 0 24px;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}
#respond dl {
	margin: 0 0 10px;
}
#respond dt {
	 display: inline;
	font-weight: normal;
}
#respond dd {
	display: inline;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
	font-size:12px;
}
.widget-area ul ul {
	list-style-image:none;
	list-style-position:inside;
	margin-left: 0;
}
.widget-area ul ul li {
	background-image:url(style/images/primary-list.png);
	background-position:left;
	background-repeat:no-repeat;
	border-bottom:1px dashed #ac3f44;
	text-transform:uppercase;
	font-weight:bold;
	padding:0px 0px 0px 25px;
	}
.widget_search #s { /* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	font-size: 14px;
	font-weight: bold;
	color: #222;
	display: block;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	font-size:20px;
	font-weight: bold;
	padding-bottom:6px;
	padding-top:5px;
	border-bottom:1px solid #ac3f44;
}

.widget-area a:link,
.widget-area a:visited {
	color:#505050;
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-weight: bold;
	color: #222;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f5f5f5;
	border:1px solid #fff;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ac3f44;
}
.widget_rss .widget-title img {
	height: 11px;
	width: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 0;
	padding:5px 0px;
}
#primary {
	color:#222;
	}
#secondary {
}

/* Footer widget areas */
#footer-widget-area h3.widget-title {
	border-style:dashed;
	border-color:#fff;
	padding:20px 0px 10px 15px;
	background-image:url(style/images/links-icon.gif);
	background-position:center right;
	background-repeat:no-repeat;
	}
#footer-widget-area .widget-area ul ul li {
	background-image:url(style/images/footer-list.png);
	border-bottom:none;
	margin:0px 15px;
	padding:8px 0px 6px 25px;
	}
#footer-widget-area .widget-area a:link,
#footer-widget-area .widget-area a:visited {
	color:#fff;
	text-decoration: none;
}
#footer-widget-area .widget-area a:active,
#footer-widget-area .widget-area a:hover {
	text-decoration: underline;
}

/* =Footer
-------------------------------------------------------------- */

/*#footer {
	margin-bottom: 20px;
}*/
#colophon {
	padding: 18px 0;
	overflow: hidden;
}
#site-generator {
	position: relative;
	font-size:10px;
	text-transform:uppercase;
	color:#fff;
	text-align:right;
}
#site-generator a {
	color:#fff;
}

img#wpstats {
	display:block;
	margin: 0 auto 10px;
}



/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.widget_search label,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}



/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background:none !important;
	}
	#wrapper, .footerwrapper {
		float: none !important;
		clear: both !important;
		display: block !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		margin: 0;
		padding:0;
		line-height: 1.4em;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		width: 100%;
		margin: 0;
	}
	.content,
	.onecolumn .content {
		width: 100%;
		margin: 24pt 0 0;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display:none
	}
	#site-generator a {
		padding: 0;
	margin: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display:inline;
	}
	.home .sticky {
		border: none;
	}
}

/*
------------------------------------
forms.css v1.3.3
Gravity Forms Front End Form Styles
http://www.gravityforms.com

a rocketgenius project
http://www.rocketgenius.com

Colours to change 
Purple #ac3f44
10% Purple #f5eaf5


------------------------------------
*/


.gform_wrapper{ overflow:hidden;  width:100%; margin-bottom:10px;  max-width:600px}
.gform_wrapper h1, .gform_wrapper h2, .gform_wrapper h3{font-weight:normal; border:none; outline:none; background:none}
.gform_wrapper:focus{ outline:none}
.gform_wrapper form{ text-align:left}
.gform_wrapper input{ outline-style:none;  font-size:11px;  font-family:verdana,sans-serif;  padding:2px 0 2px 0;  letter-spacing:normal}
.gform_wrapper textarea{ outline-style:none;  font-size:11px;  font-family:verdana,sans-serif;  letter-spacing:normal;  padding:2px 0 2px 0;  resize:none; /* doesn't validate but added for Safari field resizing */}
.gform_wrapper ul{ margin:0;  list-style-type:none}
html >body .entry ul, .gform_wrapper ul{text-indent:0px}
.gform_wrapper li, .gform_wrapper form li{ list-style-type:none!important; overflow:hidden}
.gform_wrapper ul.right_label li, .gform_wrapper form ul.right_label li, .gform_wrapper ul.left_label li, .gform_wrapper form ul.left_label li {margin-bottom:14px}
.gform_wrapper ul li:before, .gform_wrapper ul li:after, .entry ul li:before, .entry ul li:after{content:""; /* for safari */}
.gform_wrapper ul li:before, .gform_wrapper ul li:after, .entry ul li:before, .entry ul li:after{content:none; # /* for other browsers  */}
.gform_wrapper ul.gform_fields{ padding:0px;  margin:0px}
.gform_wrapper select{ font-size:11px;  font-family:verdana,sans-serif;  padding:3px 0 3px 0;  letter-spacing:normal}
.gform_wrapper .inline{ display:inline!important}
.gform_wrapper .gform_heading{ width:98%;  padding-bottom:12px;  margin-bottom:18px}
.gform_wrapper .gfield_time_hour, .gform_wrapper .gfield_time_minute, .gform_wrapper .gfield_date_month, .gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_year{ width:70px;  float:left}
.gform_wrapper .gfield_date_month, .gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_year {margin-right:12px}
.gform_wrapper .gfield_time_ampm select{ width:60px!important}
.gform_wrapper .gfield_time_hour input, .gform_wrapper .gfield_time_minute input, .gform_wrapper .gfield_date_month input, .gform_wrapper .gfield_date_day input, .gform_wrapper .gfield_date_year input{ width:70%!important}
.gform_wrapper .gfield_date_month, .gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_year{ width:50px;  float:left}
.gform_wrapper .gfield_date_month input, .gform_wrapper .gfield_date_day input, .gform_wrapper .gfield_date_year input{ width:85%!important}
.gform_wrapper .field_hover{ border:1px dashed #2175A9!important;  cursor:pointer}
.gform_wrapper .field_selected{ background-color:#DFEFFF;  border:1px solid #C2D7EF!important}
.gform_wrapper .field_name_first, .gform_wrapper .field_name_last{ width:50%;  float:left}
.gform_wrapper .ginput_complex{overflow:hidden}
.gform_wrapper .field_name_first input, .gform_wrapper .ginput_complex .ginput_left input{ width:90%!important}
.gform_wrapper .field_name_last input{ width:93%!important}
.gform_wrapper .datepicker{ width:100px!important}
.gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right{ width:48%;  float:left;}
.gform_wrapper .gfield_error .ginput_complex .ginput_left, .gform_wrapper .gfield_error .ginput_complex .ginput_right { width:50%}
.gform_wrapper .gfield_error .ginput_complex .ginput_left input { width:90%!important}
.gform_wrapper .gfield_error .ginput_complex .ginput_right input { width:100%!important}
.gform_wrapper .ginput_complex input, .gform_wrapper .ginput_complex select{ width:92%!important}
.gform_wrapper .ginput_complex label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_year label, .gform_wrapper .instruction { display:block;  margin:3px 0 8px 0; font-size:10px; letter-spacing: 1px}
.gform_wrapper .ginput_complex .name_prefix{ float:left;  width:30px!important;  margin-right:14px}
.gform_wrapper .ginput_complex .name_suffix{ float:left;  width:30px!important}
.gform_wrapper .ginput_complex .name_first, .gform_wrapper .ginput_complex .name_last{ float:left;  width:100px;  margin-right:8px}
.gform_wrapper .top_label .gfield_label{ margin:10px 0 4px 0;  font-weight:bold; display:-moz-inline-stack; display:inline-block; line-height:130%; clear:both}
.gform_wrapper .left_label .gfield_label{ float:left;  margin:2px 15px 0 0;  width:29%;  font-weight:bold}
.gform_wrapper .right_label .gfield_label{ float:left;  margin:2px 15px 0 0;  width:29%;  font-weight:bold;  text-align:right}
.gform_wrapper .left_label ul.gfield_checkbox, .gform_wrapper .right_label ul.gfield_checkbox, .gform_wrapper .left_label ul.gfield_radio, .gform_wrapper .right_label ul.gfield_radio{ margin-left:32%}
.gform_wrapper .top_label input.small, .gform_wrapper .top_label select.small{ width:25%}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium{ width:50%}
.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea{ width:92%}
.gform_wrapper .right_label input.small, .gform_wrapper .right_label select.small, .gform_wrapper .left_label input.small, .gform_wrapper .left_label select.small{ width:15%}
.gform_wrapper .right_label input.medium, .gform_wrapper .right_label select.medium, .gform_wrapper .left_label input.medium, .gform_wrapper .left_label select.medium{ width:35%}
.gform_wrapper .right_label input.large, .gform_wrapper .right_label select.large, .gform_wrapper .left_label input.large, .gform_wrapper .left_label select.large, .gform_wrapper textarea.textarea{ width:59%}
.gform_wrapper .right_label div.ginput_complex, .gform_wrapper .left_label div.ginput_complex{ width:64%;  float:left}
.gform_wrapper h2.gsection_title{ margin:0!important;  padding:0!important;  letter-spacing:normal!important}
.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title{ font-weight:bold;  font-size:16px;  font-family:Helvetica,sans-serif}
.gform_wrapper h3.gform_title{ letter-spacing:normal!important;  margin:10px 0 6px 0}
.gform_wrapper span.gform_description{font-weight:normal}
.gform_wrapper h2.gsection_title, .gform_wrapper .gsection_description, .gform_wrapper h3.gform_title{ width:98%}
.gform_wrapper .gsection{ border-bottom:1px dotted #ccc!important;  padding:0 0 8px 0;  margin:8px 0 16px 0}
.gform_wrapper .gfield_checkbox, .gform_wrapper .gfield_radio{ padding:5px 0;  margin:0}
.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li{ padding:3px 0 0 0!important;}
.gform_wrapper .gfield_checkbox label, .gform_wrapper .gfield_radio label{ margin-left:6px;  display:inline}
.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description,.gform_wrapper .instruction { font-size:10px; line-height:150%; clear:both; font-family:verdana,sans-serif; letter-spacing:normal}
.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description{padding:4px 0 8px 0}
.gform_wrapper .gfield_description  {padding: 10px 0 8px 0; font-style: italic}
.gfield_date_year+.gfield_description {padding:0 0 8px 0}
.gform_wrapper .gsection_description {font-style: italic}
.ginput_complex + .gfield_description {padding-top:0!important}
.gform_wrapper .right_label .gfield_description, .gform_wrapper .left_label .gfield_description, .gform_wrapper .left_label .instruction, .gform_wrapper .right_label .instruction{ margin-left:29%;  padding-left:15px}
.gform_wrapper .left_label .gsection .gsection_description, .gform_wrapper .right_label .gsection .gsection_description{ margin-left:0;  padding-left:0;  padding-top:4px;  line-height:150%}
.gform_wrapper .gfield_required{ color:#ac3f44;  margin-left:4px}
.gform_wrapper textarea.small{ height:80px}
.gform_wrapper textarea.medium{ height:150px}
.gform_wrapper textarea.large{ height:250px}
.gform_wrapper .gfield_error{ background-color:#f5eaf5;  margin-top:4px;  margin-bottom:6px;  padding:6px 6px 4px 6px; border:1px dotted #ac3f44}
.gform_wrapper .top_label .gfield_error .ginput_container {max-width:99%}
.gform_wrapper .top_label .gfield_error{ width:92%}
.gform_wrapper .top_label .gfield_error input.large, .gform_wrapper .top_label .gfield_error select.large, .gform_wrapper .top_label .gfield_error textarea.textarea{ width:100%}
.gform_wrapper .right_label .gfield_error input.large, .gform_wrapper .right_label .gfield_error select.large, .gform_wrapper .right_label .gfield_error textarea.textarea, .gform_wrapper .left_label .gfield_error input.large, .gform_wrapper .left_label .gfield_error select.large, .gform_wrapper .left_label .gfield_error textarea.textarea { width:66%}
.gform_wrapper .gfield_error .gfield_label{ color:#B11019}
.gform_wrapper .validation_error{ color:#B11019;  font-weight:bold;  font-size:14px;  line-height:150%;  font-family:Helvetica,sans-serif; margin-bottom:16px}
.gform_wrapper .validation_message{ color:#B11019!important;  font-size:11px;  font-family:verdana,sans-serif;  letter-spacing:normal}
.gform_wrapper .gform_footer{ padding:16px 0 10px 0;  margin:16px 0 0 0}
.gform_wrapper .gform_footer.right_label, .gform_wrapper .gform_footer.left_label { padding:16px 0 10px 31%}
.gform_wrapper input.button{ font-size:100%;  color:#fff}
#gforms_confirmation_message{background-color:#f5eaf5; border:1px solid #B11019; margin-top:10px; margin-bottom:10px; padding:20px 0; font-size:14px; color:#B11019; text-align:center}

/* added for v1.3 ------------------------------------------------------------------------- */

.gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right, .gform_wrapper .ginput_complex .ginput_full { min-height:43px; display:block; overflow:hidden}
.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {margin-bottom:4px; line-height: 130%!important} /* improve spacing and prevent descenders from getting cut off in IE */

/* a few IE7 specific hacks ------------------------------------------------------------------------- */

.gform_wrapper .gfield_time_hour{*width:80px}
.gform_wrapper .gfield_time_minute{*width:70px}
.gform_wrapper .gfield_time_ampm{*padding-top:2px}
.gform_wrapper .gfield_time_hour input, .gform_wrapper .gfield_time_minute input{*margin-left:-10px}
.gform_wrapper .ginput_complex .ginput_left label, .gform_wrapper .ginput_complex .ginput_right label { *margin:3px 0 5px 0}
.gform_footer input.button {*padding:3px}
ul.top_label .clear-multi {overflow:hidden; clear:both}

/* IE8 & IE7 hacks because IE still sux  ------------------------------------------------------------------------- */

.gform_wrapper .ginput_complex .ginput_left select, .gform_wrapper .ginput_complex .ginput_right select { padding: 2px 0 2px 0\9 }

/* jQuery UI date picker ---------------------------------------------------------------------------------------*/

.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div{ /*resets*/margin:0; padding:0; border:0; outline:0; line-height:1.3; text-decoration:none; font-size:100%; list-style:none; font-family:"lucida sans", "lucida grande", lucida ,sans-serif; background:#fff; font-size:1.0em; border:4px solid #C1C1C1; width:15.5em; padding:2.5em .5em .5em .5em;  position:relative}
.ui-datepicker-div, #ui-datepicker-div{ z-index:9999; /*must have*/ display:none}
.ui-datepicker-inline{ float:left; display:block}
.ui-datepicker-control{ display:none}
.ui-datepicker-current{ display:none}
.ui-datepicker-next, .ui-datepicker-prev{position:absolute; left:.5em; top:.5em; background:#eee}
.ui-datepicker-next{ left:14.6em}
.ui-datepicker-next:hover, .ui-datepicker-prev:hover{ background:#dadada}
.ui-datepicker-next a, .ui-datepicker-prev a{ text-indent:-999999px; width:1.3em; height:1.4em; display:block; font-size:1em; background:url(../images/datepicker_arrow_left.gif) 50% 50% no-repeat; border:1px solid #d3d3d3; cursor:pointer}
.ui-datepicker-next a{ background:url(../images/datepicker_arrow_right.gif) 50% 50% no-repeat}
.ui-datepicker-header select{ border:1px solid #d3d3d3;  color:#555;  background:#e6e6e6;  font-size:1em;  line-height:1.4em;  position:absolute;  top:.5em;  margin:0 !important}
.ui-datepicker-header option:focus, .ui-datepicker-header option:hover{ background:#dadada}
.ui-datepicker-header select.ui-datepicker-new-month{ width:7em; left:2.2em}
.ui-datepicker-header select.ui-datepicker-new-year{ width:5em; left:9.4em}
table.ui-datepicker{ width:15.5em;  text-align:right}
table.ui-datepicker td a{ padding:.1em; display:block; color:#555; background:#e6e6e6; cursor:pointer; border:1px solid #fff; text-align:center}
table.ui-datepicker td a:hover{ border:1px solid #fff; color:#212121; background:#dadada; text-decoration: none}
table.ui-datepicker td a:active{ border:1px solid #aaa; color:#212121; background:#fff;  text-decoration: none}
table.ui-datepicker .ui-datepicker-title-row td{ padding:.2em 0; text-align:center; font-size:.9em; color:#222; text-transform:uppercase}
table.ui-datepicker .ui-datepicker-title-row td a{ color:#222; padding:.3em 0}
.ui-datepicker-cover{ display:none;  display/**/:block;  position:absolute; z-index:-1; filter:mask(); top:-4px; left:-4px; width:193px; height:200px}
img.ui-datepicker-trigger {position:relative; top:3px; left:4px}

/* tame those pesky hidden fields --------------------------------------------------------------------*/

.gform_wrapper input[type="hidden"], .gform_wrapper input.gform_hidden {display:none}
.ginput_full br, .ginput_left br, .ginput_right br {display:none;}

/* fix captcha alignment for IE8 --------------------------------------------------------------------*/
.gform_wrapper .left_label #recaptcha_area, #recaptcha_table, .gform_wrapper .right_label #recaptcha_area, #recaptcha_table {margin-left:32%;}
.artistlist ul  li {
width:140px;
float:left;
margin-right:10px;
}

#gform_wrapper_1 {
	position:relative;
	background-image:url(style/images/subscribe-bg.png);
	background-position:center top;
	background-repeat:no-repeat;
	margin-top:5px;
	font-size:12px;
	color:#393939;
}
#gform_wrapper_1 input#input_1_1 {
	position:absolute;
	top:5px;
	left:10px;
	background:none;
	border:none;
	color:#393939;
	font-weight:bold;
	width:175px;
	}
#gform_wrapper_1 input.button {
	position:absolute;
	top:4px;
	left:211px;
	background:none;
	text-transform:uppercase;
	border:none;
	font-weight:bold;
	cursor:pointer;
	}
#gform_wrapper_1 .gfield_error {
	padding:0px;
	margin:0px;
	background:none;
	border:none;
	}
#gform_wrapper_1 .validation_error {
	display:none;
	}
#gform_wrapper_1 .validation_message {
	background-color:#FFFFFF;
	position:absolute;
	border:1px solid #B11019;
	padding:3px;
	margin:0px;
	top:28px;
	left:0px;
	z-index:22;
	font-size:10px;
	}
#gforms_confirmation_message {
	margin:0px;
	padding:3px;
	z-index:24;
	background-color:#fff;
	}
	
/* SIDEBAR */
#daily-workouts li {
	padding-left:0px;
	padding-bottom:0px;
	background:none;
	border:none;
	}
#daily-workouts .small-thumb {
	width:80px;
	float:left;
	display:inline;
	}
.small-thumb img{
	height:60px;
	width:60px;
	padding:5px;
	border:1px solid #bababa;
	}
#daily-workouts .list-content {
	float:left;
	display:inline;
	color:#505050;
	padding-top:15px;
	}
#daily-workouts .list-content a{
	color:#ab0108;
	}	
#skill {
	color:#676767;
	font-size:18px;
	text-align:center;
	font-weight:bold;
	background-image:url(style/images/widget-bg.png);
	background-position:top center;
	background-repeat:no-repeat;
	padding:15px 0px 0px 0px;
	height:66px;
	text-transform:uppercase;
	line-height:24px;
	margin-top:20px;
}
#skill h3.widget-title {
	text-decoration:none;
	font-weight:normal;
	border:none;
	padding:0px;
	margin:0px;
}
#skill a{
	color:#b11019;
	text-decoration:underline;
}
#follow-us ul li {
	padding-left:0px;
	background:none;
	border:none;
	float:left;
	display:inline;
	padding-right:4px;
	}
#follow-us ul li:last-child {
	padding-right:0px;
}
.content .widget-container h3.widget-title {
	margin:0px;
	padding:0px;
	}
.photo-slider {
	height:240px;
	background-image:url(style/images/photos-bg.png);
	background-position:left top;
	background-repeat:no-repeat;
	position:relative;
	font-size:16px;
	width:100%;
	overflow:hidden;
	}
.photo-slider h2.photos-title {
	width:200px;
	color:#eee;
	position:absolute;
	top:13px;
	left:15px;
	font-weight:bold;
	font-size:18px;
	}
.photoslink {
	position:absolute;
	top:13px;
	right:15px;
	color:#eee;
	}
.photoslink a {
	color:#eee;
	}
.photo-slider .jcarousel-skin-tango {
	position:absolute;
	top:45px;
	left:8px;
	}	
a.readmore-link {
	float:right;
	background-image:url(style/images/red-button-bg.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	padding:6px 20px 8px 20px;
	font-size:12px;
	text-decoration:none;
	text-shadow:1px 1px #333;
	}
.entry-utility a:hover.readmore-link {
	color:#fff;
	}
.homepage-meta {
	text-transform:uppercase;
	font-size:15px;
	color:#222;
	}
.homepage-meta a{
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	}
#related-posts {
	margin:0px 15px;
	}
#related-posts ul ul li {
	width:190px;
	display:inline;
	float:left;
	margin-right:10px;
	}
#related-posts ul ul li:last-child {
 	margin-right:0px;
 	}
#related-posts ul ul li .list-content {
	width:100px;
	line-height:18px;
	padding-top:0px;
	}	
/* category photos */

		.content .slideshowgallery { margin-bottom:30px;}
		.content .container { width:940px; height:690px; overflow:hidden; position:relative; cursor:pointer;}
		.content .slides { position:absolute; top:85px; left:0; }
		.content .slides div { position:absolute; top:0; width:940px; display:none; text-align:center; }
		.content .slides div img{ border:1px solid #BABABA; padding:5px; margin:0 auto;}
		.content .slides div span{ color:#999; font-style:italic; font-size:12px;}
		.content .slides div p{ color:#444444; margin-bottom:5px;}
		.content #loopedSlider { width:940px; position:relative; clear:both; }
		.content ul.pagination { list-style:none; padding:0; margin:20px 0 0 0; width:410px;  }
		.content ul.pagination li  { float:left; margin-bottom:10px; font-weight:normal;}
		.content ul.pagination li img { border:1px solid #BABABA;
height:60px;
padding:5px;
width:60px;
}
		.content ul.pagination li.active img{ height:60px; width:60px; border:1px solid #bababa; background-color:#b11019;}
		.content ul.pagination li.active { font-weight:bold;}
		.content .photos-navigation { margin:0; padding:0; float:right;}
		.content .slideimage {float:left;}
		.content .slidecaption {
			line-height:18px;
			width: 940px;
			}
	.content .slidecaption a {}
	.content .slidecaption a:hover {}
	.content .slidecaptiontitle {
	 	display:block; padding-bottom:10px;

	}
	.content .slidecaptiontitle a {
	}
	.content .slidecaptiontitle a:hover {
	}

.content .fullwidth-title {
	color: #ffffff;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: -150px;
	width:100%;
	height:196px;
	background-image:url(style/images/fullwidth-h1-bg.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding:3px 15px 0px 15px;
}
.content .photos-navigation {
color:#111111;
float:right;
font-size:13px;
font-weight:bold;
margin:20px 0 0;
padding:0;
}	
.content a.buttonicon, a.buttonicon {
background:url(style/images/bg_button_a.gif) no-repeat scroll right top transparent;
color:#444444;
display:inline-block;
height:34px;
margin-right:6px;
margin-top:0;
padding-right:18px;
text-decoration:none;
}
.content a.buttonicon span, a.buttonicon span {
background:url(style/images/bg_button_span.gif) no-repeat scroll left top transparent;
display:block;
line-height:14px;
padding:10px 0 10px 18px;
}
.content a.buttonicon:hover , a.buttonicon:hover {
	color:#b11019;background-position: bottom right;
	cursor:pointer;
}

.content a.buttonicon:hover span, a.buttonicon:hover span{
	color:#b11019;background-position: bottom left;
	cursor:pointer;
}

.photos-page {
	position:relative;
}
.photos-page .jcarousel-skin-cash{
	position:absolute;
	top:0px;
	left:0px;
}
.hidden {
display:none;
}
/*  feature    */

.feature {
	height:300px;
	width:100%;
	background-image:url(style/images/feature-bg.png);
	background-position:center top;
	background-repeat:no-repeat;
	margin:10px 0px;
	position:relative;
	z-index:1;
}
.topleftcorner, .bottomleftcorner {
	height:4px;
	width:4px;
	z-index:16;
	position:absolute;
	left:0px;
	}
.topleftcorner {
	background-image:url(style/images/top-left-corner.png);
	background-position:top left;
	background-repeat:no-repeat;
	top:0px;
	}
.bottomleftcorner {
	background-image:url(style/images/bottom-left-corner.png);
	background-position:top left;
	background-repeat:no-repeat;
	bottom:7px;
	}
.content .feature-links {
	width:300px;
	float:right;
	height:270px;
	font-size:20px;
	padding:16px 0 0 0;
	color:#b11019;
	line-height:48px;
	}
.content .feature-links a {
	text-decoration:none;
	}
.content .feature-links ul {
	list-style:none;
	padding:0px;
	margin:0px;
	}
.content .feature-links ul li{
	height:48px;
	padding-left:55px;
	margin-bottom:6px;
	}
.content .feature-links ul.follow-us {
	width:245px;
	float:right;
	}
.content .feature-links ul.follow-us li {
	float:left;
	display:inline;
	margin-right:11px;
	padding:0px;
	}
.content .feature-links ul.follow-us li img {
	padding-top:7px;
	}
.content .feature-links ul.follow-us li:last-child {
	margin-right:0px;
	}	

/*********************************************
*********** featured slider ******************
*******************************************/

#container .feature, #featurecontainer .feature {
margin-bottom:16px;
}
.slideshow {
	position:relative;
	height:293px;
	width:620px;
	overflow:hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
.slide-info {
	position:absolute;
	bottom:0px;
	left:0px;
	width:620px;
	height:70px;
	color:#fff;
/*	background-color:#000;
	filter:alpha(opacity=80);
	opacity:0.8;
	display:block;*/
	overflow:hidden;
	background-image:url(style/images/transparent.png);
	background-repeat:repeat;
	}
.slide-info p {
	margin:5px 5px 5px 200px;
	text-align:right;
	font-size:16px;
	font-weight:bold;
	line-height:19px;
	color:#fff;
	}
.slide-info p a{
	color:#ffffff;
	text-decoration:none;
	}
.slide-info p a:hover{
	text-decoration:underline;
	}
/*.slide-info a.button {
	position:absolute;
	top:222px;
	right:0px;
	}
a.button, .gform_footer input.button {	
	background:none;
	border:none;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	padding:6px 12px;
	background-image:url(style/images/button-bg.png);
	background-position:center top;
	background-repeat:no-repeat;
	cursor:pointer;
}*/
#slideshow-nav {
	position:absolute;
	bottom:12px;
	left:5px;
	z-index:15;
	}
#slideshow-nav a  { 
	float:left; 
	}
#slideshow-nav a { 
	background-image:url("style/images/pagination.png");
	background-position:0 -32px;
	background-repeat:no-repeat;
	/*display:block;
	height:0;*/
	overflow:hidden;
	padding-top:0px;
	padding-right:3px;
	width:26px;
	color:#333;
	height:32px;
	text-align:center;
	text-decoration:none;
	font-size:12px;
	line-height:28px;
	font-weight:bold;
	}
#slideshow-nav a.activeSlide { 
	background-position:0 0;
	color:#fff; 
}
#slideshow-nav a:focus { 
	outline: none; 
}
#extra-links li {
background:none;
border:none;
padding:0 0 5px 0px;
}