/*
Theme Name: Vegas Knockout Fitness
Theme URI: http://vegasknockoutfitness.com/
Description: 
Version: 1.0
Author: Jiv Studio
Author URI: http://jivstudio.com/
Tags: 
*/

* 
{
	padding: 0;
	margin: 0;
}

html, input, textarea, select
{
	font-family: 'Trebuchet MS','Lucida Grande';
	font-size: .9em;
	color: #232323;		
}

body 
{
	background: #fff;
	font-family: 'Trebuchet MS','Lucida Grande';
}

img 
{
	border: 0;
}

img.alignleft
{
	float: left;
}

img.padding-left
{
	padding: 0 5px 10px 0;
}

img.no-border
{
	border: 0 !important;
}

a
{
	color: #0C86B0;
}

/**
 * ========================================================================
 * Wrapper
 * ========================================================================
 */


div#wrapper, div.wrapper
{
	width: 950px;
	margin: 0 auto 0 auto;
}

/**
 * ========================================================================
 * Top bar
 * ========================================================================
 */

div#top-bar
{
	position: absolute;
	overflow: hidden;
	top: 0;
	width: 950px;
	margin: 0 auto 0 auto;
	height: 17px;
}

div#top-bar div.left
{
	float: left;
	width: 7px;
	height: 17px;
	background: #1d1d1d url('/wp-content/themes/vegasknockoutfitness/images/top-bar-curve-left.gif') no-repeat top left;
}

div#top-bar div.middle
{
	float: left;
	width: 936px;
	height: 17px;
	background: #1d1d1d;
}

div#top-bar div.middle div.arrow
{
	margin-left: 882px;
	width: 50px;
	height: 17px;
	background: url('/wp-content/themes/vegasknockoutfitness/images/top-goodies-and-extras.gif') no-repeat top left;
}

div#top-bar div.right
{
	float: left;
	width: 7px;
	height: 17px;
	background: #1d1d1d url('/wp-content/themes/vegasknockoutfitness/images/top-bar-curve-right.gif') no-repeat top left;
}

/**
 * ========================================================================
 * Header
 * ========================================================================
 */

div#header-text
{
	clear: both;
	width: 950px;
	height: 35px;
	position: absolute;
	top: 17px;
	text-align: right;
}

div#header-text h4
{
	position: relative;
	top: 18px;
	padding-right: 10px;
	text-transform: uppercase;
	text-align: right;
	font-family: Georgia, Helvetica, "Times New Roman", Times, serif;
	font-size: .7em;
	font-weight: normal;
	color: #a2a2a2;
}

div#header-image
{
	clear: both;
	margin-top: 52px;
	height: 200px;
}

h1#logo-show 
{
	width: 950px;
	height: 200px;
	position: relative;
	font-size: .75em;
}

h1#logo-show span 
{
	background: #000 url('/wp-content/themes/vegasknockoutfitness/images/header-image.jpg') no-repeat top left;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

div#header-corner
{
	z-index: 100;
	clear: both;
	position: absolute;
	top: 44px;
	width: 128px;
	height: 132px;
}

div#header-corner span.inner
{
	position: relative;
	display: block;
	left: -6px;
	background: url('/wp-content/themes/vegasknockoutfitness/images/header-corner.jpg') no-repeat top left;
	width: 128px;
	height: 132px;
	cursor: pointer;
}

/**
 * ========================================================================
 * Navigation
 * ========================================================================
 */

div#navigation
{
	clear: both;
	height: 68px;
	background: #faf9f5 url('/wp-content/themes/vegasknockoutfitness/images/nav-background.gif') repeat-x top;
}

ul#nav
{
	list-style: none;
	padding: 0 !important;
}

ul#nav li
{
	display: inline;
	/*margin: 0 35px 0 35px;*/
	width: 155px;
	float: left;
	text-align: center;
	font-family: Georgia, Helvetica, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #232323;
}

ul#nav li.sep
{
	background: url('/wp-content/themes/vegasknockoutfitness/images/nav-separator.gif') no-repeat top right;
}

ul#nav li a
{
	display: block;
	width: 155px;
	height: 43px;
	padding-top: 17px;
	text-decoration: none;
	color: #232323;
}

/**
 * ========================================================================
 * Main content
 * ========================================================================
 */

div#main 
{
	clear: both;
}

div#main-left 
{
	float: left;
	width: 709px;
}

div#main-right
{
	float: left;
	width: 241px;
}

div#main-right div.box
{
	min-height: 130px;
	background: url('/wp-content/themes/vegasknockoutfitness/images/box-right-shadow.gif') no-repeat top left;
	font-size: 12px;
	color: #646464;
}

div#main-right div.box h3
{
	font-family: Georgia, Helvetica, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #7f7165;
}

div#main-right div.box h4
{
	font-size: 1em;
}

div#main-right div.box a
{
	color: #464646;
}

div#main-right div.box div.inner
{
	padding: 15px 0 0 18px;
}

div#main-right div.box div.item
{
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px dotted #aaa;
}

div#main-right div.box div.link a
{
	font-size: 10px;
	color: #929292;
}

div#content
{
	padding: 10px 15px 0 0;
}

div#content h2, strong.cattitles
{
	padding-bottom: 10px;
	font-family: Georgia, Helvetica, "Times New Roman", Times, serif;
	font-size: 19px;
}

div#content h2.page
{
	margin-bottom: 10px;
	border-bottom: 1px dotted #aaa;
}

div#content p
{
	padding-bottom: 1.2em;
}

div#content ol, div#content ul
{
	padding: 0 0 1.2em 2.5em;
}

div#content h3
{
	clear: both;
	padding: 0 0 1.2em 0;
	font-family: Georgia, Helvetica, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #08a9dd;
}

div#content h3.action
{
	margin-bottom: 10px;
	padding: 7px !important;
	background: #2C2C2E;
	font-family: 'Trebuchet MS','Lucida Grande';
	font-size: .8em;
	color: #eee;
}

div#content h3.action a
{
	display: block;
	color: #eee;
}

ol.did-you-know
{
	padding: 0 0 0 160px !important;
}

ol.did-you-know li
{
	padding-bottom: 5px;
	font-weight: bold;
}

ol.did-you-know li span
{
	font-weight: normal;
}

/**
 * ========================================================================
 * Home page
 * ========================================================================
 */

div#home-circle
{
	margin: 10px 0 10px 0;
	background: url('/wp-content/themes/vegasknockoutfitness/images/home-circle.jpg') no-repeat top left;
	font-size: 1em;
	color: #fefefe;
	width: 690px;
	height: 320px;
}

div#home-circle div.item-1
{
	float: left;
	margin-bottom: 20px;
	width: 355px;
	height: 150px;
	overflow: hidden;
}

div#home-circle div.item-1 div.inner
{
	padding: 20px 0 0 20px;
	width: 245px;
	height: 110px;
	overflow: hidden;
}

div#home-circle div.item-2
{
	float: left;
	margin-bottom: 20px;
	width: 335px;
	height: 150px;
	overflow: hidden;
}

div#home-circle div.item-2 div.inner
{
	padding: 20px 0 0 70px;
	width: 245px;
	height: 110px;
	overflow: hidden;
	text-align: right;
}

div#home-circle div.item-3
{
	float: left;
	width: 335px;
	height: 150px;
	overflow: hidden;
}

div#home-circle div.item-3 div.inner
{
	padding: 20px 0 0 70px;
	width: 245px;
	height: 110px;
	overflow: hidden;
	text-align: right;
}

div#home-circle div.item-4
{
	float: left;
	width: 355px;
	height: 150px;
	overflow: hidden;
}

div#home-circle div.item-4 div.inner
{
	padding: 20px 0 0 20px;
	width: 245px;
	height: 110px;
	overflow: hidden;
}

div#home-circle h3
{
	padding: 0 !important;
	font-family: 'Trebuchet MS','Lucida Grande';
	font-size: 1.25em;
	color: #fefefe;
}

div#home-circle ul
{
	padding: 0 !important;
	list-style: none;
}

div#home-circle ul li
{
	margin-top: 3px;
	padding-top: 3px;
}

/**
 * ========================================================================
 * Gallery
 * ========================================================================
 */

div.gallery .gallery-item
{
	margin-top: 0 !important;
	padding: 0 15px 10px 0 !important;
	width: auto !important;
}

div.gallery img
{
	border: 1px solid #aaa !important;
}

.gallery 
{
	margin: auto;
}

.gallery-item 
{
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 25%;			
}

.gallery img 
{
	border: 2px solid #cfcfcf;
}

.gallery-caption 
{
	margin-left: 0;
}


/**
 * ========================================================================
 * Product tables
 * ========================================================================
 */

div.product-category
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-weight: bold;
	border-bottom: 1px dotted #aaa;
}

table#catalog td
{
	padding: 0 10px 0 0;
}

table#catalog h3
{
	padding-bottom: 3px;
	font-size: 16px;
	font-family: Georgia, Helvetica, "Times New Roman", Times, serif;
	color: #0C86B0;
}

table#catalog div.product-separator
{
	margin: 15px 0 15px 0;
	height: 1px;
	border-bottom: 1px dotted #aaa;
}

/**
 * ========================================================================
 * Widgets
 * ========================================================================
 */

ul#sidebar-widgets, ul#sidebar-widgets ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#sidebar-widgets h2
{
	padding-bottom: 10px;
	font-family: Georgia, Helvetica, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #7f7165;
}

ul#sidebar-widgets a
{
	color: #464646;
}

ul#sidebar-widgets li.widget
{
	margin-top: 15px;
	padding: 15px 0 0 18px;
	min-height: 130px;
	background: url('/wp-content/themes/vegasknockoutfitness/images/box-right-shadow.gif') no-repeat top left;
	font-size: 12px;
	color: #646464;
}

ul#sidebar-widgets ul li
{
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px dotted #aaa;
}

/**
 * ========================================================================
 * Breadcrumb
 * ========================================================================
 */

div.breadcrumb
{
	padding: 0 0 5px 0;
	margin-bottom: 10px;
	border-bottom: 1px dotted #e5e4e4;
	font-size: 10px;
	color: #b3b3b3;
}

div.breadcrumb span.title
{
	/*color: #666;*/
}

div.breadcrumb a
{
	text-decoration: underline;
	color: #b3b3b3;
}

/**
 * ========================================================================
 * Shopping cart
 * ========================================================================
 */

li.MainCategory
{
	padding-bottom: 10px;
}

ul.SubCategories li
{
	padding-left: 20px;
	border: none !important;	
}

/**
 * ========================================================================
 * Forms
 * ========================================================================
 */

#completion-notice
{
	padding: 10px;
	margin: 0 0 15px 0;
	border: 1px solid #1AD41D;
	background: #99F39B;
}

#completion-notice h4
{
	padding: 0;
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

#error-notice
{
	padding: 10px;
	margin: 0 0 15px 0;
	border: 1px solid #F94343;
	background: #FDB3B3;
}

#error-notice h4
{
	padding: 0;
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

#error-notice #errors
{
	margin: 1em 0 0 0;
}

#warning-notice
{
	padding: 10px;
	margin: 0 0 15px 0;
	border: 1px solid #D2DC0E;
	background: #F3F890;
}

#warning-notice h4
{
	padding: 0;
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

span.error-message
{
	font-weight: bold;
	font-size: .8em;
	color: red;
}

/**
 * ========================================================================
 * Blog content
 * ========================================================================
 */

div.post p.postmetadata
{
	margin-bottom: 12px;
	padding: 5px 10px 5px 10px;
	border-top: 1px dotted #b5c88c;
	border-bottom: 1px dotted #b5c88c;
	background: #f4f4f4;
	line-height: 1.35em;
	font-size: .8em;
}

div.post p.tags
{
	font-style: italic;
}

img.alignleft
{
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #aecfea;
}

img.alignright
{
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #aecfea;
}

div.post p.author-info
{
	margin-bottom: 12px;
	padding: 5px 10px 5px 10px;
	border-top: 1px dotted #85b7e0;
	border-bottom: 1px dotted #85b7e0;
	background: #d6e7f5;
	line-height: 1.45em;
	font-size: .9em;
}

div.post p.external-resource
{
	margin-bottom: 12px;
	padding: 5px 10px 5px 10px;
	border-top: 1px dotted #e87da1;
	border-bottom: 1px dotted #e87da1;
	background: #ffe5ee;
	line-height: 1.45em;
	font-size: .9em;
}

/**
 * ========================================================================
 * Comments
 * ========================================================================
 */

h3.leave-a-reply
{
	margin-bottom: 7px;
	font-size: 1.25em;
	font-weight: normal;
	color: #9a5c5d;
}

input.comment-textbox
{
	padding: 6px 6px 6px 30px;
	background-attachment: scroll;
	width: 390px;
	font-size: 12px;
	color: #595353;
}

textarea.comment-textbox
{
	padding: 6px;
	background: #f8f8f8;
	width: 414px !important;
	font-size: 12px;
	color: #595353;
}

p.comment-field
{
	padding-bottom: 5px;
}

p.comment-field label
{
	font-weight: bold;
	font-size: .85em;
}

/**
 * ========================================================================
 * Related posts
 * ========================================================================
 */

ul.related_post
{
	padding: 0 0 1em 0;
	margin: 0;
	list-style: none;
}

ul.related_post li
{
	padding: 0 0 4px 0;
}
	
/**
 * ========================================================================
 * Footer
 * ========================================================================
 */

div#footer-shadow
{
	clear: both;
	overflow: hidden;
	height: 12px;
	background: url('/wp-content/themes/vegasknockoutfitness/images/footer-shadow.gif') repeat-x top;
}

div#footer
{
	/*clear: both;*/
	width: 950px;
	background-color: #1d1d1d;
	overflow: hidden;
}

div#footer div.block
{
	float: left;
	width: 237px;
	/*margin-bottom: -20000px;
	padding-bottom: 20000px;*/
	background: #1d1d1d;
}

div#footer div.block-last
{
	width: 239px !important;
}

div#footer div.block div.inner
{
	padding: 15px;
	color: #4f4f4f;
}

div#footer div.block div.inner h4
{
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-family: Georgia, Helvetica, "Times New Roman", Times, serif;
	font-size: .9em;
	color: #61d3fa;
}

div#footer div.block div.inner ul
{
	list-style: none;
}

div#footer div.block div.inner ul li
{
	padding-top: 5px;
	margin-top: 7px;
	border-top: 1px dotted #474646;
	font-size: .8em;
}

div#footer div.block div.inner a, div#footer div.block div.inner h5
{
	font-size: 1em;
	font-weight: normal;
	color: #737373;
}

div#footer div.block div.inner a:hover
{
	color: #a3c7d3;
}

div#footer-bottom
{
	clear: both;
	width: 950px;
	height: 7px;
	overflow: hidden;
}

div#footer-bottom div.left
{
	float: left;
	width: 7px;
	height: 7px;
	background: #1d1d1d url('/wp-content/themes/vegasknockoutfitness/images/footer-left.gif') no-repeat top left;
}

div#footer-bottom div.middle
{
	float: left;
	width: 936px;
	height: 7px;
	background: #1d1d1d;
}

div#footer-bottom div.right
{
	float: left;
	width: 7px;
	height: 7px;
	background: #1d1d1d url('/wp-content/themes/vegasknockoutfitness/images/footer-right.gif') no-repeat top left;
}

div#footer-legal
{
	float: left;
	width: 550px;
	padding: 5px 0 15px 5px;
	font-family: Georgia, Helvetica, "Times New Roman", Times, serif;
	font-size: .7em;
	color: #a2a2a2;
}

div#footer-legal h4
{
	background: #fff;
}

div#footer-legal h4
{
	text-transform: uppercase;
	font-size: 1em;
}

div#footer-legal ul
{
	padding-top: 2px;
	list-style: none;
}

div#footer-legal ul li
{
	display: inline;
	padding-right: 5px;
}

div#footer-legal ul li a
{
	color: #a2a2a2;
}

div#footer-credit
{
	float: left;
	width: 395px;
	text-align: right;
}

div#footer-credit div.inner
{
	padding: 3px 8px 0 0;
}

