/*
	Theme Name: kettlebelltraining.net Default Theme 
	Theme URI: http://webdisect.com
	Description: The default theme for kettlebelltraining.net
	Version: V1
	Author: Dheer Gupta
*/

body {
	background-color: #fff;
	font-family: Arial, sans-serif;
	margin-top: 10px;
}

a, a:link, a:visited {
	color: #c22900;
}

a:hover, a:active {
	color: #000;
}

.clear_both {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

h1 {
	margin: 0 0 .5em;
	font-size: 20px;
	line-height: 24px;
	font-family: 'Trebuchet MS',Arial,sans-serif;
	color: #c50405;
}

h1.related {
	margin: 2em 0 .5em ! important;
	background-color: #ffe200;
	padding: 0 10px;
	font-weight: bold;
	font-size: 18px;
	color: #c22900;
}

h2 {
	margin: 1.5em 0 .5em;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Trebuchet MS',Arial,sans-serif;
}

p, ol, ul, dl {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 1em;
}

ul li {
	margin: 0 0 .5em;
	background: transparent url(../../images/general/bg_ul_li.gif) 0 6px no-repeat;
	padding: 0 0 0 14px;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

code {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #CCCCCC;
}

.alignleft {
	text-align: left;
	float: left;
}
.alignright {
	text-align: right;
	float: right;
}
.center {
	text-align: center;
	margin: 0px auto;
	clear: both;
}
img.alignleft {
	padding: 4px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
img.alignright {
	padding: 4px;
	float: right;
	margin-top: 10px;
	margin-left: 10px;
}
img.center {
	padding: 4px;
	display: block;
	margin: 5px auto;
	clear: both;
}


#container {
	width: 983px;
	margin: 0 auto;
}

#header {
	clear: both;
	width: 983px;
	margin: 8px 0 23px;
}

#logoblock {
	width: 100%;
	float: left;
}

#logo {
	float: left;
	border: 0;
}

#search {
	float: right;
	width: 460px;
	margin-top: 5px;
}

	#search legend
	{
		display: block;
		padding: 0 4px 9px;
		font: bold 14px/16px 'Trebuchet MS',Arial,sans-serif;
		color: #747474;
	}

	#search input
	{
		display: block;
		float: left;
		vertical-align: middle;
		margin: 0;
	}

#user_info {
	top: 5px;
	right: 50%;
	margin: 0 -491px 0 0;
}

	#user_info p,
	#user_info ul
	{
		margin: 0;
		font-size: 10px ! important;
		line-height: 12px ! important;
	}

	#user_info li
	{
		display: inline;
		margin: 0 0 0 10px;
		background: none;
		padding: 0;
	}

#s {
	width: 372px;
	height: 25px;
	margin: 0 9px 0 0 ! important;
	border: 0;
	padding: 8px 10px 0;
	background: transparent url(images/bg_keywords.gif) 0 0 no-repeat;
	font-size: 14px;
	color: #747474;
}

#masthead {
	width: 983px;
	height: 187px;
	background: #ffe100 url(images/bg_masthead.jpg) 0 0 no-repeat;
}

	#masthead p {
		width: 535px;
		font-size: 18px;
		line-height: 25px;
		padding:35px 0 0 422px;
		color: #c50405;
	}

#content-body {
	width: 983px;
}

#left-sidebar {
	float: left;
	width: 206px;
}

	#left-sidebar .sidebox {margin: 0 0 22px;}

	#left-sidebar a {
		color: #6a7161;
	}

	#left-sidebar ul li.current a,
	#left-sidebar a:hover,
	#left-sidebar a:active {
		color: #c22900;
	}

	#left-sidebar h3 , #right-sidebar h3 {
		margin: 0 0 .5em;
		font-size: 20px;
		letter-spacing: 2px;
		line-height: 24px;
		font-family: 'Trebuchet MS',Arial,sans-serif;
		color: #c50405;
	}


	#left-sidebar ul {
		font-weight: bold;
		font-size: 14px;
		line-height: 18px;
	}

		#left-sidebar ul li {
			margin: 0 0 1em;
			background: transparent url(images/bg_menu_li_col_l.gif) 0 4px no-repeat;
			padding: 0 0 0 20px;
		}

		#left-sidebar ul li a {
			text-decoration: none;
		}

#content {
	float: left;
	width: 531px;
	padding: 0 20px;
}

#content_header {
	margin: 0 0 25px;
	background: transparent url(images/bg_content_header.jpg) left bottom no-repeat;
	padding: 0 0 5px;
}

	body.homepage #content_header {
		background: none;
		width: 531px;
		height: 93px;
	}

		body.homepage #content_header img {
			display: block;
			margin: 0;
			top: -35px;
			left: 0;
		}

#questions {
	height: 35px;
	margin: 0;
	padding: 15px 15px 0;
}

#questions select {
	width: 100%;
	font-size: 11px;
}

#page_content {
	margin: 0;
}

	.post-excerpt, .post {
		border:1px solid #CCCCCC;
		margin: 0 0 5px;
		padding: 10px;
	}
	
	.post-excerpt h2, .post h2 { margin: 0 0 5px;}
	
	.post-excerpt small.post-meta, .post small.post-meta {font-size: 11px; text-transform: uppercase;}
	
	.post .entry {}
	
	.post-excerpt p { margin:0.5em 0;}
	
	.post-excerpt .more-link {font-size:12px;}
	
	#content h3.related  {
		margin: 2em 0 .5em ! important;
		/** background-color: #ffe200; **/
		background-color: #FFFEF7;
		border:2px solid #FFE200;
		padding: 6px 10px 4px;
		font-weight: bold;
		font-size: 24px;
		color: #c22900;
		letter-spacing: 2px;
		font-family: 'Trebuchet MS',Arial,sans-serif;
	}

	#page_content h1	{
		margin: 0 0 .5em;
		font-weight: bold;
		font-size: 18px;
		color: #000;
	}

#right-sidebar {
	float: left;
	width: 206px;
}

	#right-sidebar ul {
		font-size: 14px;
		line-height: 16px;
	}

		#right-sidebar ul li a {
			color: #4f5645;
		}

		#right-sidebar ul li a:hover, #right-sidebar ul li a:active {
			color: #c22900;
		}
		
#footer_content {
	width: 983px;
	margin: 10px auto;
	text-align: center;
}

#copyright {
	color: #536b7f;
}

	#copyright a:link, #copyright a:visited, #copyright a:hover, #copyright a:active {
		color: #536b7f;
		text-decoration: none;
	}

.col_mod_top {
	width: 206px;
	background: transparent url(images/bg_col_mod_top.gif) 0 0 no-repeat;
	padding: 15px 0 0;
}

.col_mod_bot {
	background: transparent url(images/bg_col_mod_bot.gif) left bottom no-repeat;
	padding: 0 12px 23px;
}

#nutrition p {
	margin: 0;
	font-size: 11px;
	line-height: 18px;
}

#nutrition .col_mod_bot {
	background: transparent url(images/bg_nutrition.gif) left bottom no-repeat;
	height: 135px;
	padding: 0 65px 0 12px;
}

#newsletter {
	width: 182px;
}

	#newsletter #email
	{
		display: block;
		width: 166px;
		height: 22px;
		margin: 0 0 8px;
		border: 0;
		background: transparent url(images/bg_newsletter_email.gif) 0 0 no-repeat;
		padding: 7px 8px 0;
		font-size: 11px;
		color: #747474;
	}

	#newsletter #newsletter_submit
	{
		display: block;
		float: right;
	}

	#newsletter p
	{
		clear: both;
		margin: 0;
		padding: 0 0 4px;
		font-weight: bold;
		font-size: 11px;
		text-align: left;
	}

#calendar_header {
	width: 180px;
	padding: 6px 0;
	border: 1px solid #000;
	border-width: 1px 1px 0;
	background-color: #eb3823;
}
		
	#calendar_header ul
	{
		width: 180px;
		float: left;
		margin: 0;
		padding: 0;
	}
		
	#calendar_header ul li
	{
		float: left;
		width: 20%;
		margin: 0;
		background: none;
		padding: 0;
		text-align: center;
	}
		
	#calendar_header ul li.current_month
	{
		width: 60%;
	}
		
	#calendar_header h2
	{
		margin: 0;
		color: #fff;
		font-weight: bold;
		font-size: 14px;
	}

	#calendar_header a,
	#calendar_header a:hover,
	#calendar_header a:active
	{
		color: #fff ! important;
		font-weight: bold;
		font-size: 14px;
		text-decoration: none;
	}

#calendar p {
	margin: 0 0 1em;
	font-size: 11px;
	line-height: 14px;
}

#calendar table {
	border-collapse: collapse;
}

#calendar th {
	text-align: center;
	background-color: #eb3823;
	padding: 0 0 3px;
	font-weight: bold;
	font-size: 10px;
	color: #fff;
	border-left: 1px solid #fff;
}

	#calendar th.first
	{
		border-left: 1px solid #000;
	}
	
	#calendar th.last
	{
		border-right: 1px solid #000;
	}

#calendar td {
	text-align: center;
	background-color: #fff;
	font-weight: bold;
	border: 1px solid #000;
	height: 25px;
	font-size: 11px;
	line-height: 25px;
}

#calendar td.has_events a:link,
#calendar td.has_events a:visited {
	display: block;
	width: 100%;
	height: 25px;
	text-decoration: none;
	color: #fff;
	background-color: #eb3823;
}

#calendar td.has_events a:hover,
#calendar td.has_events a:active {
	background-color: #6a7161;
}

.entry {
	margin: 0;
	border-top: 1px dotted #A9ACA4;
	padding: 33px 0;
}

	.entry.first
	{
		padding-top: 0;
		border-top: 0;
	}

.entry_titles {
	margin: 0 0 1.5em;
}

	.entry_titles h1
	{
		font-size: 20px ! important;
		margin: 0 ! important;
	}

	.entry_titles h2
	{
		margin: .5em 0 0;
		font-weight: bold;
		font-size: 10px;
		color: #6A7161;
	}

	.entry_titles h2 a:link,
	.entry_titles h2 a:visited
	{
		color: #6A7161;
	}

	.entry_titles h2 a:hover,
	.entry_titles h2 a:active
	{
		color: #000;
	}

.pagination {
	border-top: 1px dotted #A9ACA4;
	padding: .5em 0 0;
	font-weight: bold;
	font-size: 10px;
}

.latest_news h2 {
	font-weight: bold;
}

table.list {
	border-collapse: collapse;
	width: 99%;
}

table.list th {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #000;
	background-color: #6A7161;
	padding: 8px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}

	table.list th.first
	{
		border-left: 0;
	}

table.list tbody td {
	border-bottom: 1px dotted #A9ACA4;
	padding: 8px;
}

.gallery {
	float: left;
	margin: 0;
}

	.gallery li
	{
		float: left;
		margin: 0 5px 12px;
		background: none;
		padding: 5px;
		background-color: #6A7161;
	}
	
		.gallery li img
		{
			display: block;
			float: left;
			border: 1px solid #fff;
		}

#banner_kettlebell_banner {
	width: 119px;
	height: 243px;
	margin: 1.25em auto 0;
	border: 1px solid #000;
}

	#banner_kettlebell_banner img
	{
		display: block;
		margin: 0;
		border: 0;
	}

#banner_kettlebell_quick_start_kit {
	width: 468px;
	height: 110px;
	margin: 0 auto 1em;
	border: 1px solid #000;
}

	#banner_kettlebell_quick_start_kit img
	{
		display: block;
		margin: 0 auto;
		border: 0;
	}

h3.dragonlink {
	text-align: center;
}

h3.dragonlink a, h3.dragonlink a:hover {
	color: #C22900;
	font-weight: bold;
	line-height: 1.3em;
}
