/*
Theme Name: Superior Kettlebell Gym
Theme URI: http://www.superiorkettlebellgym.com;
Description: Theme for www.superiorkettlebellgym.com
Author: Darkstar
Version: 1.0
*/

/*** General Styles ***/

/* Custom Font Import */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,700italic,700,300|Open+Sans+Condensed:300,300italic,700);

/* Reset */
* { margin: 0; padding: 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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{padding:0;border:0;margin:0;vertical-align:baseline}
body{}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}

/* Set Initial Values */
body { background: #000; font-size: 100%; font-family: 'Open Sans', Arial, sans-serif; color: #fafafa; font-weight: 300; }
img { max-width: 100%; height: auto; border: none; }
h1, h2, h3, h4, h5, h6 { font-family: 'Open Sans Condensed', Arial, sans-serif; color: #ed1c24; text-transform: uppercase; }
a { text-decoration: none; color: #ed1c24; -webkit-transition: color .5s ease; -moz-transition: color .5s ease; -o-transition: color .5s ease; transition: color .5s ease;}
a:hover { color: #bf080f; }

/* Utility Classes */
.f { width: 100%; max-width: 1024px; min-width: 1024px; margin: 0 auto; } /* Full Width Wrapper */
.w { width: 93.75%; max-width: 960px; min-width: 960px; margin: 0 auto; } /* Padded Width Wrapper */
.x { clear: both; } /* Clear Class */
.group:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* IE6 / IE7 */


header.main { z-index: 9999; height: 41px; position: fixed; top: 0; background: #000 url('images/bg-divider.png') center bottom repeat-x; background: rgba(0,0,0,.75) url('images/bg-divider.png') center bottom repeat-x; width: 100%;}
header.main nav ul { list-style: none; float: left; }
header.main nav ul li { float: left; display: block; padding: 9px 30px 9px 0; }
header.main nav ul li a { color: #fafafa; }
header.main nav ul li a:hover { color: #ed1c24; }
header.main nav ul li#menu-item-18 a { display: block; text-indent: -9999em; background: url('images/logo-small.png') center center no-repeat; width: 46px; height: 19px; }
header.main nav .fb-like { float: right; margin-top: 8px; }
header.main nav .phone { float: right; margin: 9px 10px 0 10px; color: #ed1c24; }

section.main .w { padding-top: 60px; }

section.main header.title { margin: 60px 0 40px 0; }
section.main header.title h1 { float: left; color: #fff; font-size: 69px; line-height: 57px; width: 330px; }
section.main header.title .feature { float: right; }

section.main .content { width: 630px; padding-right: 10px; float: left; }
section.main .content p { line-height: 23px; padding-bottom: 15px; }
section.main .content h2 { line-height: 1; font-size: 36px; padding-bottom: 30px; }
section.main .content p + h2 { padding-top: 30px; }

section.main .content form input[type='text'] { outline: none; padding: 4px 7px; font-size: 15px; background: #ccc; border: 1px solid #000; border-radius: 3px; }
section.main .content form input[type='email'] { outline: none; padding: 4px 7px; font-size: 15px; background: #ccc; border: 1px solid #000; border-radius: 3px; }
section.main .content form input[type='text']:hover { border: 1px solid #ed1c24; }
section.main .content form input[type='email']:hover { border: 1px solid #ed1c24; }
section.main .content form input[type='text']:active { border: none; }
section.main .content form textarea { outline: none; padding: 4px 7px; font-size: 15px; background: #ccc; border: 1px solid #000; border-radius: 3px; }
section.main .content form textarea:hover { border: 1px solid #ed1c24; }
section.main .content form input[type='submit'] { cursor: pointer; border: none; border-radius: 4px; background: #ed1c24 none; padding: 4px 5px; color: #fff; font-weight: bold; font-size: 14px; }
section.main .content form input[type='text']:active,
section.main .content form input[type='email']:active,
section.main .content form textarea:active,
section.main .content form input[type='text']:focus,
section.main .content form input[type='email']:focus,
section.main .content form textarea:focus { border: none; }

section.main .sidebar { width: 300px; padding-left: 20px; float: right; margin-top: 52px; }
section.main .sidebar .widget { margin-bottom: 40px; }
section.main .sidebar .widget.more-info { margin-top: 10px; }
section.main .sidebar .widget h2 { font-size: 24px; margin-bottom: 20px; }
section.main .sidebar .widget h2 span { float: right; font-size: 22px; font-weight: 300; font-style: italic; text-transform: lowercase; }
section.main .sidebar .widget ul { list-style: none; margin-bottom: 15px; }
section.main .sidebar .widget li { line-height: 18px; padding-bottom: 10px; font-size: 14px; }
section.main .sidebar .widget p { line-height: 22px; padding-bottom: 10px; font-size: 14px; }
section.main .sidebar .widget p.note { text-align: right; font-style: italic; padding-bottom: 4px; font-size: 12px; line-height: 14px;}

section.main .sidebar .widget h3 { color: #fafafa; font-size: 24px; margin: 10px 0; }
section.main .sidebar .widget .link { float: right; }
section.main .sidebar .widget .article { zoom: 1; }
section.main .sidebar .widget .article:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; }

section.main .news { clear: both; }
section.main .news h2 { font-size: 36px; }

section.main .news .article { float: left; width: 300px; padding-right: 30px; }
section.main .news .article:last-child { padding-right: 0; }
section.main .news .article h3 { margin-bottom: 10px; }
section.main .news .article h3 a { color: #fff; }
section.main .news .article h3 a:hover { color: #ed1c24; }
section.main .news .article p { padding-bottom: 7px; line-height: 24px; font-size: 14px; }
section.main .news .article .link { font-weight: bold; text-align: center; margin-top: 7px;  }

footer.main { clear: both; text-align: center; background: url('images/bg-footer.png') center 80px repeat-x; margin-top: 60px; padding-bottom: 30px; }
footer.main p { font-size: 12px; padding-top: 10px; }

.home section.main .splash { width: 100%; text-align: center; height: 399px; background: url('images/home-splash.jpg') center center no-repeat; background-size: cover;}
.home section.main .splash h1.logo { padding-top: 155px; margin: 0 auto; text-indent: -9999em; display: block; height: 288px; width: 254px; background: url('images/logo-large.png') center center no-repeat; }
.home section.main h3 { color: #fafafa; font-size: 24px; margin-top: 10px; }

.home section.main .sidebar { margin-top: 0; }









