/* CSS Document */

/*  
Theme Name: KBT Black
Theme URI: http://www.kettlebelltrainer.co.uk/
Author: Philip Leighton
Author URL: http://www.adaptwebdesign.com/

Copyright (c) Adapt Web Design 

*/


/* Website colour Scheme
--------------------------------------------------------------------------------------- */

/*
	Grey: 	#333333
	Black: 	#000000
	White:	#ffffff
	Blue:   #0066CC

*/

/* Reset CSS */
/*///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
	{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}


body { font-family: Lucida Sans Unicode, Lucida Grande, Arial, Helvetica, sans-serif; line-height:1.6363; font-size:80%; }

/*---------------------------Links-----------------------*/
a:link, a:visited, a:active { color: #0066CC;text-decoration:none;font-weight:bold;}
a:hover  { color: #000000;text-decoration:none;}


/*-------------Formatting-------------------*/

/*---------------------Rounded Corners---------*/

.rounded {
background-color: #FCFCFC;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #CECEF2;
padding: 10px;
margin-bottom: 10px;
}
/*--------List Style ------------*/

#main_content ul {
list-style-type: none;
padding: 0;
margin-left: 1em;
margin-bottom: 1em;}

#main_content li {
background:url(../images/arrowbullet.png) no-repeat;
background-position: 0 .4em;
padding-left: 15px;
}

/*--------Feeds-------------------------------------------------------------*/

.feeds {

width: 100%;
background-color: rgba(0,0,0,88);
	font-size: 16px;
	line-height: 250%;
	margin-bottom: 3em;
	padding: 1px 1em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
        }

.feeds ul {
list-style-type: none;
padding: 0;
margin-left: 5px;}

.feeds li {
background-position: 0 .4em;
padding-left: 5px;

}

.feeds li a{
background-position: 0 .4em;
padding-left: 25px;

}

.feeds li a:hover{
background-position: 0 .4em;
padding-left: 25px;
color: #ffffff;

}

.ico-rss {background:url(../images/rss_kbt.png) no-repeat; }
.ico-mail {background:url(../images/mail_kbt.png) no-repeat;}

/*----------------------News Feed List-------------*/
.news {

list-style: none;
margin: 0;
padding: 0;
        }

li.mail
{
background:url(../images/mail_kbt.png) no-repeat;
background-position: 0 50%;
padding: 3px 0 3px 20px;
margin: .4em 0;
}

/* Headings
--------------------------------------------------------------------------------------- */

h1 { font-size: 36px; font-weight: bold; line-height:1; font-family: Arial Narrow, Arial, Helvetica, sans-serif; margin:18px 0px 18px 0px; clear:both;  }

h2 { font-size: 24px; font-weight: bold; line-height:1; font-family: Arial Narrow, Arial, Helvetica, sans-serif; margin:18px 0px 18px 0px; clear:both;  }

h3 { font-size:14px; font-weight: bold; line-height:1.2857;  margin:18px 0px 9px 0px; }

h4 { font-size:11px; font-weight:bold;  line-height:1.6363; margin:18px 0px 9px 0px; }

h2,h3,h4,h5 {color:#0066CC; text-transform:uppercase;}
	
/* Header Layout
--------------------------------------------------------------------------------------- */

#minihead {
	width: 100%;
	background-color:#000;
}


#minihead_container {
	margin: 0 auto;
	width: 910px;
	 font:normal 75.5% Arial, Helvetica, Verdana, Geneva, sans-serif;
	 padding: 5px 0 5px 0;
	 color:#ffffff;
}

#minihead_container ul {
	width: 300px;
	display: block;
	margin-left: 700px;
}

#minihead_container li {
	display: inline;
	padding-right: 20px;
	color:#ffffff;
	font-weight:normal;
	
}

#minihead_container li a {
	display: inline;
	color:#fff;
	font-weight:bold;
	border-right: solid 1px #fff;
	padding-right: 5px;
}

#minihead_container li a:hover {
	text-decoration:underline;
	
}

#header {
	background-color: transparent;
	width: 100%;
	background:#121212;
	height: 100px;
}

#sub_header{
	
	width: 910px;
	margin: 0 auto;
	text-align: left;
	height:100px;
	background:url(../images/header/Kbt_intro_header.gif) no-repeat;
	}
	
#intro_container {
	width: 100%;
	background:black;
	height: 250px;
}

#intro {
	margin:0 auto;
 	width: 910px;
	background:url(../images/header/Kettlebell_trainer_header_new.gif) no-repeat;
	height: 280px;
        padding-top: 20px;
	}

#intro_text {
	float:left;
	position:relative;
 	height:190px;
	width:470px;
        color:#ffffff;
		}
	
#intro_text h1 {color:#0066CC;}

#search {

        float:right;
	position:relative;
	width:210px;
margin-top: 45px;
padding-left: 40px;
}
p.intro, blockquote.intro { font-size:14px; line-height:1.9; }

p.intro { margin:0px 0px 18px 0px; padding:18px 0px 18px 0px; color:#cccccc; }

/* Navigation Layout
--------------------------------------------------------------------------------------- */
#nav {position: relative; top: 80px; font-size: 1.5em; line-height:1; font-family: Arial Narrow, Arial, Helvetica, sans-serif;}

#nav ul {float:left; display:block;}
#nav li {float:left; display:block; padding-right:15px; padding-bottom:5px;}

#nav li a { display:block; text-decoration:none; color:#ffffff; border-right:solid #0066CC 2px; padding: 0px 10px 0px 0px;}

#nav li a:visited {text-decoration:none; color:#3399FF bold;}
#nav li a:hover{text-decoration:none; color:#ffffff bold; }
	
/* Content Layout
--------------------------------------------------------------------------------------- */
#content {

	margin: 0 auto;
	width: 910px;
	
	}

#content p {margin-bottom:1.2em;}

#content h2 { 

color: #9b9b9b;
font-family: myriad pro, serif; 

}

#content h2 a { 

color: #ffffff;
}

#content h2 a:hover { 

color: #000000;
}

#content_feature {

width:100%;
background-color: #000000;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #CECEF2;
padding: 10px;
margin-bottom: 10px;

}

#content_feature p {color:#ffffff}

/* Column Layout
--------------------------------------------------------------------------------------*/

.col1 {float: left;width: 250px;	}
.col2	{float:left;width: 250px; margin: 0 40px;}
.col3 {float: left;width: 250px;	}

	

#main_content {

	width: 580px;
	float:left;
	margin-right: 10px;
margin-bottom:1.2em;
}


.content_col1 {

width:310px;
float:left;
margin-right: 10px;

}

.content_col2 {

width:280px;
float:left;
}

.news_content {

width:100%;
float:left;
margin-bottom: 5px;

}

#navi {

	width:300px;
	float:right;
	}

#bloghome {

width: 100%
}

#bloghome h2 {

background:url(../images/header/comment.png) no-repeat;
padding-left: 55px;
height:48px;
padding-top: 28px;

}


#sidebar {
	width:300px;
	float:right;
	}

#sidebar ul {

margin-left:16px;
margin-bottom: 5px;

}

/* thumb list */
.thumb_list {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 300px;
	overflow: hidden;
}
.thumb_list li {
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	position: relative;
	width: 78px;
}
.thumb_list img {
	padding: 4px;
	background: #fff;

}
.thumb_list a {
	position: relative;
}
.thumb_list a span {
	position: absolute;
	bottom: 12px;
	right: 0;
	background: #453320;
	font: 80%/100% Helvetica, Arial, sans-serif;
	padding: 2px 5px;
	color: #ccc;
	display: none;
}
.thumb_list a:hover span {
	display: block;
}


#footer {
	clear:both;
	width: 100%;
	background:#000000;
	margin: 0 auto;
	line-height: 1.8em;
	padding: 10px;
	margin-top:20px;
	padding-bottom:20px;
}


.footerbox {

	margin:0 auto;
	width:901px;
	color: #464548;
	margin-bottom:10px;
	margin-top:10px;
	
	}
	
.footerbox li{

	display:inline;
	float:left;
	list-style:none;
	
	}

.footerbox li a{

	padding-right: 15px;
	color: #464548;
	
	}

.footerbox li a:hover{

	color:#000000;
	
	}
	

.footer a {
	color: #65cbff;
	font-weight:bold;
	background: inherit;
	text-decoration:none;
}

.footer a:hover {
	color: #ff4eaa;

}

.partners {

width:100%;
height: 50px;
}

.footer_column {
margin:0 auto;
width: 910px;
margin-bottom: 10px;
}

.footer_column p {
color: #ffffff;
}
.footer_column a {
color: #ffffff;
}

.footer_column li a {
color: #ffffff;
margin-left: 5px;
font-size: 0.8em
}

.footer_column ul {
	color:#FFF;
}

.footer_col1 {

width:190px;
float:left;
margin-right: 10px;
}

.footer_col2 {

width:190px;
float:left;
margin-right: 10px;
}

.footer_col3 {

width:190px;
float:left;
margin-right: 10px;

}

.footer_col4 {

width:300px;
float:left;

}

.footer_standards {
margin:0 auto;	
width: 910px;
margin-bottom: 10px;
margin-top: 10px;
height:20px;
}

/******************Tables********************/



table.services

{ width: 550px;

background-color: #fafafa;

border: 1px #000000 solid;

border-collapse: collapse;

border-spacing: 0px; }



table.intro

{ width: 350px;

background-color: #fafafa;

border: 1px #000000 solid;

border-collapse: collapse;

border-spacing: 0px; 

float:left;}





td.description

{ background-color: #99CCCC;

border: 1px #000000 solid;

font-family: Verdana;

font-weight: bold;

font-size: 12px;

color: #404040;

padding-left:5px; }





td.buy

{ border-bottom: 1px #6699CC dotted;

text-align: left;

font-family: Verdana, sans-serif, Arial;

font-weight: normal;

font-size: .7em;

color: #404040;

background-color: #fafafa;

padding-top: 4px;

padding-bottom: 4px;

padding-left: 8px;

padding-right: 0px; }



td.price

{ background-color: #ffffff;

border: 1px #000000 solid;

font:'Lucida Grande', Arial, tahoma, verdana, sans-serif;

font-size: .8em;

color: #404040;

padding-top: 4px;

padding-bottom: 4px;

padding-left: 8px;

padding-right: 4px; 

border-bottom: 1px #6699CC dotted; }



td.intro

{ background-color: #ffffff;

border: 1px #000000 solid;

font:'Lucida Grande', Arial, tahoma, verdana, sans-serif;

color: #404040;

padding-top: 4px;

padding-bottom: 4px;

padding-left: 8px;

padding-right: 4px; 

border-bottom: 1px #6699CC dotted; }



td.price h4

{font-size: 1.2em;color: #3399FF;

 }



td.intro h4

{font-size: 1.5em;color: #3399FF;

 }

/* Formatting
--------------------------------------------------------------------------------------- */

.spacer {width:100%; padding:10px;}

.clearer {clear:both;}

.fr {float:right;}
.fl {float:left;}

*/ RSS Feed
-------------------------------------------------------------------------------------------*/

.rssfeed {

width: 100%
}

.rssfeed h3 {

background:url(../images/header/Newspaper_Feed_48x48.png) no-repeat;
padding-left: 55px;
height:48px;

}

.blogfeed {

width: 100%
}

.blogfeed h3 {

background:url(../images/header/page_edit.png) no-repeat;
padding-left: 55px;
height:48px;

}

/*-------------Ditto------------------------------*/

.ditto_summaryPost h3 {font-size: 1.2em;color: #3399FF;}
.ditto_info {font-size:0.9em; color:grey;}

/*-------------Blog Content----------*/

.post {
	margin: 0; padding: 110px 20px 20px;
	position: relative;
	float: left;
	width: 560px;
}
.post .postheader {
	background: url(../images/postheader_bg.gif) repeat-x;
	float: left;
	width: 600px;
	position: absolute;
	left: 0; top: 0;
}

.date {
	background: url(../images/date_bg.gif) no-repeat;
	width: 46px; height: 57px;
	float: left;
	padding: 3px 5px 3px 0;
	text-align: center;
	font-size: 1.8em;
	position: absolute;
	left: -50px; top: 0;
}
.date strong, .date small {
	font-size: 0.5em;
	text-transform: uppercase;
	display: block;
}
a.comments {
	position: absolute;
	right: -10px; top: -10px;
	background: url(../images/comment_bubble.gif) no-repeat;
	width: 34px; height: 39px;
	padding: 7px 0 0;
	text-align: center;
	color: #fff;
	font-size: 1.6em;
	text-decoration: none;
}
.post .postheader h2 { 
	margin: 0; padding: 0 25px 0 10px; 
	font: normal 2.2em Georgia, "Times New Roman", Times, serif; 
	height: 62px; line-height: 62px;
	text-shadow: 1px 1px 1px #cfeb7f;
}
.post .postheader h2 a {
	text-decoration: none;
	color: #222;
	display: block;
}
.post .postheader p{ 
	font-size: 0.9em; 
	background:url(../images/author_bg.gif) no-repeat 10px bottom; 
	height: 27px; line-height: 27px; 
	margin: 0; padding: 0 10px 0 60px; 
	color: #fff;
}
.postheader p a {color: #fff;}
.postheader p span {float: right;}
