/*  
Theme Name: Running Coaching
Theme URI: 
Version: 1
Author: Blog Design Studio
Author URI: http://blogdesignstudio.com/

	Valid XHTML 1.0 Transitional

*/

* {
margin: 0;
padding: 0;
}

body {
color: #3C3C3E;
background:#4E4C4C url(images/content_pat.gif) center top repeat-y;
font-family: Arial, Helvetica, sans-serif;
font-size: 75%;
line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
font-weight: bold;
color:#356AA0;
line-height: 1.2em;
margin-bottom:10px;
}
h1 {
font-size: 24px;
font-weight: normal;
}
h2 {
font-size: 21px;
font-weight: normal;
}
h3 {
font-size: 18px;
}
h4 {
font-size: 16px;
}
h5 {
font-size: 13px;
}
h6 {
font-size: 13px;
font-style:italic;
color:#333;
}

p {
margin: 0 0 1.5em;
}

blockquote {
background: url(images/quote.gif) no-repeat;
color: #3DA5DC;
margin: 15px;
padding-left: 30px;
}

em {
font-style: italic;
}

strong {
font-weight: 700;
}

pre, code {
font-family: "Courier New", Courier, Monospace;
line-height: 1.5;
}

pre {
background: #efefe9;
border-top: 1px solid #ccc;
white-space: pre;
overflow: auto;
margin: 0 15px;
padding: 10px 15px;
max-height: 300px;
}

.alignleft {
float: left;
}
.alignright {
float: right;
}

img {
border: none;
}
img.alignleft {
float:left;
margin:5px 10px 5px 0;
}
img.alignright {
float:right;
margin:5px 0 5px 10px;
}

hr {
background: #E6E6D2; 
color: #E6E6D2;
clear: both; 
float: none; 
width: 100%; 
height: .1em;
margin: 0 0 1.4em;
border: none; 
}

hr.space {
height: 4em;
}

a:focus, a:hover {
color: #3DA5DC;
text-decoration: none;
}

a {
color: #3DA5DC;
text-decoration: underline;
outline: none;
}

ul, ol {
margin: 0 2.5em 1.5em;
}

ul li, ol li {
margin-bottom: 0.5em;
}

ul {
list-style-type: circle;
}

ol {
list-style-type: decimal;
}

input, textarea {
font-family: Arial, Helvetica, sans-serif;
}

.clear {
float:none;
clear: both;
}

.container {
width: 1000px;
margin: 0 auto;
}

.main {

}

/********************************* HEADER START *********************************/

#header {
width: 1000px;
margin:0px auto;
height:280px;
}

.header_image {
display:block;
float:left;
width:650px;
}
.topright {
float:right;
width:350px;
height:230px;
margin:0;
background:url(images/topright.jpg) left top repeat-x;
}

.newsletter {
float:left;
padding:8px 10px 8px 8px;
margin:0;
font-size:17px;
line-height:21px;
color:#c0c8d1;
}
.newsletter img {
margin:0 10px 0 0;
}

.animscript {
width:180px;
height:130px;
float:right;
margin:0;
overflow:hidden;
}

.newsletter span {
color: #3DA5DC;
font-weight:bold;
}
#newsletter-form {
text-align:left;
color:white;
margin:10px 0 0 5px;
padding:0;
}
#newsletter-form label {
color:#999;
font-size:12px;
line-height:23px;
margin:3px 0 0 0;
padding:0;
letter-spacing:-1px;
width:37px;
float:left;
display:block;
}
.newsfield {
	padding:3px 5px 2px 5px;
	color:#ccc;
	width:130px;
	margin:3px 0 5px 0;
	float:left;
background:#292626;
border:1px solid #474343;
color:#CDCDCC;
}
.newsfield:focus {
background:#222;
}
.newsbutton {
float:right;
background:none;
border:none;
color: #3DA5DC;
font-size:11px;
line-height:14px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
width:120px;
margin:3px 0 0 0;
cursor:pointer;
}
.newsbutton:hover {
color:#999;
}


/* Search */
#searchform {
padding: 0;
display:block;
float:right;
margin:0;
width:350px;
height:48px;
background:#2a2929;
border-top:1px solid #333232;
border-bottom:1px solid #222121;
}
.searchbutton {
background:none;
color:#989898;
font-size:12px;
height:24px;
width:60px;
padding:0;
border:none;
cursor:pointer;
margin:10px 0 0 2px;
}
.searchbutton:hover {
color:#3DA5DC;
}

input#s {
font-size: 12px;
width: 210px;
height:15px;
line-height:13px;
padding:5px 5px 4px 5px;
float:left;
background:#292626;
border: 1px solid #474343;
margin:11px 0 0 35px;
color:#CDCDCC;
}
input#s:focus {
background:#222;
}

/********************************* HEADER END *********************************/


/********************************* MAIN MENU START *********************************/
.menupack {
float:left;
width:1000px;
height:50px;
margin-top:-10px;
}

ul.menu {
list-style-type: none;
height: 40px;
margin: 10px 0 0 10px;
padding:0;
font-weight:bold;
font-size: 15px;
text-transform:uppercase;
width:630px;
float:left;
}

li.page_item {
float: left;
display: inline;
padding: 0 0 0 10px;
margin:0;
height: 40px;
}
li.page_item a {
color:#356AA0;
display: block;
text-decoration: none;
line-height:15px;
padding: 12px 10px 13px 0;
}

li.page_item a:hover {
color: #3E4500;
}

li.current_page_item {
background:url(images/menu_a.jpg) left top no-repeat;
}
li.current_page_item a {
color: #3E4500;
background:url(images/menu_a.jpg) right top no-repeat;
}


/********************************* MAIN MENU END *********************************/

 
#leftcolumn, #rightcolumn {
margin:0;
}
#leftcolumn {
float: left;
width: 650px;
margin:0;
padding:20px 0 0 0;
overflow: hidden;
background:url(images/main_shade.jpg) left top no-repeat;
}

#rightcolumn {
float: right;
width: 350px;
padding:0;
margin:10px 0 0 0;
}


/********************************* POST CONTENT Classes *********************************/
.page {
margin:0 20px 20px 20px;
}

.page h2 {
margin:0 0 15px 0;
}
.post {
padding: 0 20px 25px 20px;
margin:0 0 10px 0;
float:left;
clear:both;
width:610px; 
font-size:13px;
background:url(images/hr.jpg) center bottom no-repeat;
}


.post h3 {
font-size: 16px;
border-bottom:1px dotted #333;
display:inline-block;
margin-bottom:5px;
padding:0 0 4px 0;
}

.title h2 {
color: #356AA0;
margin-bottom:7px;
line-height:23px;
}
.title h2 a {
color: #356AA0;
text-decoration: none;
}
.title h2 a:hover {
color: #3DA5DC;
}

.entry {
clear: both;
margin: 0 0 20px 0;
line-height:23px;
}

.postdata {
color: #000;
margin: 5px 0 10px 0;
font-size:11px;
display:block;
float:left;
}
.postdata a, .catz a {
color: #5E840A;
}
 
.catz {
font-size:11px;
display:block;
float:right;
width:350px;
text-align:right;
margin: 5px 0 10px 0;
}

.moreblock {
float:right;
text-align:right;
margin: 5px 0 10px 0;
}

a.more-link {
display:block;
float:right;
clear:both;
width:120px;
margin:0;
font-size:11px;
color: #5E840A;
}

#related h3, h3#comments {
padding: 8px 15px 5px 0;
}

.pagers {
width: 98%;
margin: 0 auto;
height: 30px;
}
.pagers a {
color: #666;
}

/************************* SIDEBAR MAINS START ********************************/
ul.sidebar {
list-style-type: none;
margin: 0 0 0 4px;
padding: 0;
float:left;
}
.sidebar li {
padding:0;
margin:0;
}
li.widget {
float:left;
clear:both;
margin-bottom:30px;
}
li.widget ul {
list-style-type: none;
margin: 0 0 0 5px;
padding: 0 0 2px 0;
font-size:13px;
width:330px;
} 
.sidebar ul li {
line-height:15px;
margin:0 0 1px 0;
padding: 5px 2px 5px 18px;
background: url(images/arrow.gif) left top no-repeat;
background-position:6px 10px;
margin-bottom:1px;
}
.sidebar ul li:hover {
background: url(images/arrow_hover.gif) left top no-repeat;
background-position:6px 10px;
}

.sidebar ul li ul {
width:280px;
border-bottom:none
}

.sidebar ul li ul li {
line-height:15px;
margin:0;
padding: 3px 2px 3px 20px;
background: url(images/arrow.gif) left top no-repeat;
background-position:6px 10px;
background-color:none;
margin-bottom:1px;
}

.sidebar .children {
margin: 5px 0 0 0;
}
.sidebar h2 {
padding:0 10px 45px 10px;
margin:0 0 -25px 0;
width:322px;
background:url(images/tabs_bg.jpg) center bottom no-repeat;
background-position:0 30px;
color:#fff;
font-size:17px;
font-weight:bold;
}
.sidebar a {
color: #CDCDCC;
font-size:13px;
text-decoration:none;
}
.sidebar a:hover {
color:#3DA5DC;
}


ul#categories {
margin:0 0 0 5px;
float:left;
}
ul#categories li {
background: url(images/arrow.gif) left top no-repeat;
background-position:6px 10px;
width:143px;
float:left;
display:inline;
}
ul#categories li:hover {
background:url(images/arrow_hover.gif) left top no-repeat;
background-position:6px 10px;
}
ul#categories li ul li {
width:120px;
background:url(images/arrow.gif) left top no-repeat;
background-position:6px 10px;
}
ul#categories .children {
width:143px;
}
/************************* SIDEBAR MAINS END ********************************/
/* DomTab in Sidebar */
div.domtab {
	margin:0;
	}
.domtab ul.domtabs {
	float: left;
	margin:0 0 0 5px;
	padding:0;
	width:337px;
	height:37px;
	}
.domtab ul.domtabs li {
	float:left;
	display:block;
	padding: 0 0 0 15px;
	margin: 0;
	font-weight:bold;
background:url(images/tab_bg.jpg) left top no-repeat;
	border-bottom:none;
	}
.domtab ul.domtabs li a {
display: block;
float:left;
border: none;
margin: 0;
padding:10px 15px 11px 0;
text-decoration:none;
cursor:pointer;
color:#fff;
font-size:17px;
line-height:17px;
font-weight:bold;
background:url(images/tab_bg.jpg) right top no-repeat;
	}
.sidebar li ul.domtabs li a:hover {
	border: none;
		text-decoration:none;
		cursor:pointer;
		color:#5E840A;
	}

.domtab ul.domtabs li.active {
background:url(images/tab_bg_a.jpg) left top no-repeat;
	height:38px;
	}
.domtab ul.domtabs li.active a {
background:url(images/tab_bg_a.jpg) right top no-repeat;
color:#333232;
	height:17px;
	font-size:17px;
line-height:17px;
	}
div.domtab div {
	clear:both;
	}

.tabcont {
background:url(images/tabs_bg.jpg) left top no-repeat;
padding:7px 0 0 0;
margin:0;
float:left;
width:342px;
}

div.domtab div ul {
			margin-left:5px;
}
div.domtab div ul li {
			margin-left:0;
}
div.domtab div ul li a {
	display: block;
			text-decoration:none;
	}
div.domtab div ul li a:visited {
			text-decoration:none;
}
div.domtab div ul li a:hover {

	}
.domtab ul {
	list-style-type: none;
	margin:0px;
	padding:0;
}

* html ul#dom_categories li {
	margin-top: -10;
}
* html ul#dom_categories li a {
	margin-bottom:-12px;
}
* html ul#recent li a {
	margin-bottom:1px;
}


#mostcom li a {
display:inline;
}

#tag_cloud {
text-align:center;
padding:5px 0 5px 0;
margin:0 0 10px 5px;
width:330px;
}
#tagcloud a {
margin-left:5px;
margin-right:5px;
}

/**********************/

#widget_rss {
margin:0;
padding:0 0 0 42px;
width:254px;
margin-top:10px;
margin-bottom:30px;
}

.subs_side a {
background:url(images/rss_side.jpg) left no-repeat;
float:left;
display:block;
width:51px;
height:64px;
margin:0;
}

.emailIco{
display:block;
float:right;
width:175px;
color:#3DA5DC;
font-size:16px;
line-height:20px;
}
.field {
background:#292626;
border:1px solid #474343;
color:#CDCDCC;
width:165px;
height:20px;
padding:5px 5px 0px 5px;
font-size:11px;
margin:0;
float:left;
}
.field:focus {
background:#222;
}
.subsbutton {
float:right;
background:none;
border:none;
color:#ACBE10;
font-size:10px;
line-height:14px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
width:60px;
margin:2px 1px 0 0;
cursor:pointer;
}
.subsbutton:hover {
color:#ccc;
}

/*************************/
 
ul#recentcomments li a {
padding-left:0;
margin-bottom:3px;
}
ul#recentcomments li a:hover {
padding-left:0;
color:#3DA5DC;
}

.comsubline {
color:#7C7C7C;
font-size:11px;
padding:0 0 10px 0;
}
.avtor {
color:#3DA5DC;
}
#tag_cloud a {
margin-right:5px;
}


/************************* COMMENTS AREA START ********************************/

.commentlist {
margin: 0;
padding:0;
list-style-type:none;
clear:both;
}
.commentlist p {
padding:0;
margin:0;
}
.komentar {
margin:0;
padding:0;
}
.commentlist a {
border-bottom:1px dotted;
text-decoration:none;
}
.commentlist a:hover {
text-decoration:none;
border-bottom:none;
}
.commentlist .body {
padding: 0;
margin:0;
overflow: hidden;
float:left;
width:590px;
display:block;
color:#45322f;
}
.commentlist .body .body-author {
padding:0;
margin:5px 0 0 0;
overflow: hidden;
color:#3DA5DC;
}
.commentlist .body p {
clear:both;
padding-top:0;
}
.commentlist li {
padding: 10px;
margin:0;
clear:both;
display:block;
float:left;
border-bottom:1px dotted #D9D9D9;
}
.commentlist li .top {
color: #45322f;
padding: 0;
margin:2px 0 10px 0;
font-size:15px;
line-height:12px;
width:590px;
float:left;
font-weight: bold;
clear:right;
}
.commentlist li .top a {
color: #3DA5DC;
}
.commentlist li .top span {
font-weight: 400;
color:#505e66;
display:block;
margin-top:8px;
font-size:11px;
}
.alt {
background:#FBFBFB;
}

.theform_packer {
margin-top:30px;
}

#respond {
height:30px;
}

.theform {

}

.theform label {
font-size: 0.9em;
vertical-align: middle;
}

#remember, #forget, #txpCommentHelpLink {
margin-left: 2em;
}

#commentform {
padding:0;
}

.comment_input {
vertical-align: middle;
width: 156px;
height:19px;
background:#FCFCFC;
border: 1px solid #B3B3B3;
padding: 3px 5px 0 5px;
margin:0;
font-family: Arial, Helvetica, sans-serif;
}
#commentform input:focus {
border: 1px solid #9FD8F6;
width: 156px;
height:19px;
background:#fff;
}

.message_input {
font-size: 1em;
width: 383px;
height: 115px;
background:#FCFCFC;
border: 1px solid #B3B3B3;
margin:0;
padding: 5px;
font-family: Arial, Helvetica, sans-serif;
}

#commentform textarea:focus {
width: 383px;
height: 115px;
padding: 5px;
border: 1px solid #9FD8F6;
background:#fff;
}

.commentlist_error {
color: #c00;
}

.button {
width:60px;
height:25px;
font-size:10px;
line-height:11px;
text-transform:uppercase;
cursor:pointer;
border:none;
font-family: Arial, Helvetica, sans-serif;
background:#515860;
color:#fff;
}
.button:hover {
cursor:pointer;
border:none;
background:#3DA5DC;
color:#fff;
}
#commentform .button:focus {
width:60px;
height:25px;
cursor:pointer;
border:none;
background:#3DA5DC;
}
/************************* COMMENTS AREA END ********************************/


/************************* FOOTER START ********************************/
#footer {
color: #989898;
width: 100%;
padding: 0;
display: block;
}
#footer .container {
margin: 0px auto;
padding: 10px 0 10px 0;
width:1000px;
background:#2a2929;
border-top:1px solid #222121;
}
.credits {
margin: 0px auto;
width:1000px;
display:block;
text-align:center;
}
#footer a {
color:#CDCDCC;
text-decoration:none;
}

/************************* FOOTER END ********************************/


/*************** SOCIAL LINKS in single page ************************/
.inside_subpost {
display:block;
clear:both;
margin:0 0 30px 0;
padding:0 20px 20px 20px;
}

a.related_rss_icon {
float:left;
background:url(images/icon_rss.gif) no-repeat;
width:16px;
height:16px;
margin: 6px 5px 0 0;
border-bottom:none!important;
text-decoration:none;
}
.related_rss {
padding:4px 0 5px 0;
margin:0 0 20px 0;
font-size:16px;
line-height:16px;
font-weight:normal;
border-bottom:1px solid #B8B8B8;
}
.related_rss a, .related_rss a:visited {
border-bottom:1px dotted;
text-decoration:none;
}
.related_rss a:hover {
border-bottom:none;
text-decoration:none;
}

#inside_form {
width:100px;
display:inline;
}
.submit_inside {
border:none;
background:none;
color:#B70800;
font-size:16px;
font-family: Arial, Helvetica, sans-serif;
line-height:18px;
text-decoration:none;
padding:3px 0 3px 0;
margin:0 3px 0 0 ;
border-bottom:1px dotted #B70800;
cursor:pointer;
width:110px;
height:25px;
}
.submit_inside:hover {
border-bottom:1px solid #fff;
}


.nextlinks {
margin:0 0 20px 0;
padding:0;
display:block;
float:left;
}
.nextlinks h2 {
margin:5px 0 10px 0;
padding:0;
font-size:19px;
}
.nextlinks ul {
margin:0;
padding:0;
}
.nextlinks li {
list-style-type:none;
margin:0;
padding:0 0 3px 12px;
margin:3px 0 5px 0;
background:url(images/arrow.gif) left top no-repeat;
background-position:0 7px;
}
.nextlinks a {
line-height:16px;
font-size:13px;
padding:0
}



/* Page Navigation  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.pageNav { padding: 7px 0 0 0; margin:20px 0 30px 0; height:40px; }
.pageNav a, .pageNav a:visited { display:block; float:left; text-align:center; line-height:20px; height:22px; font-size: 11px; color:#fff; background:#545454; text-decoration:none; margin-right:1px; padding:2px 10px 0 10px; }
.pageNav a:hover { background: #3DA5DC; text-decoration: none; color:white; }
.pageNav span { display:block; float:left; text-align:center; line-height:22px; height:22px; width:130px; margin-right:1px;color:#515860;}
.pageNav .on { display:block; float:left; text-align:center; line-height:20px; height:22px; background:#3DA5DC; color:white; margin-right:1px; padding:2px 10px 0 10px;  }

.dotts {width:22px; text-align:center; display:block; float:left;}








/* Featured Content Slider */
/*
	UTILITY STYLES
*/				  				  					  				  
.floatLeft 									{ float: left; margin-right: 10px;}
.floatRight									{ float: right; }
.clear 										{ clear: both; }
a											{ outline: none; }
/*
	PAGE STRUCTURE
*/
#page-wrap 									{ width: 180px; margin: 0; position: relative; min-height: 130px;}
/*
	SLIDER
*/
.slider-wrap								{ width: 180px; position: absolute; top: 0px; left: 0px; }			
.stripViewer .panelContainer 
.panel										{ line-height:21px; }
.panel h2 a									{ font-size:17px; line-height:19px; color:#525252; text-decoration:none; }
.panel h2 a:hover							{ color:#BF0014; }
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.panel img									{ float: left; margin: 0 12px 50px 0; }
.stripViewer								{ position: relative; overflow: hidden; width: 180px; height: 195px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 180px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border: 1px solid black; margin-right: 5px; }
#movers-row									{ margin: -32px 0 0 35px; }
#movers-row div								{ width: 40px; float: left; }
#movers-row div a.cross-link 				{ float: right; }
.photo-meta-data							{ background: url(images/transpBlack.png); padding: 0; height: 30px; 
											  margin-top: -5 0px; position: relative; z-index: 9999; color: white; }
.photo-meta-data span 						{ font-size: 13px; }
.cross-link									{ display: block; width: 35px; margin-top: -14px; 
											  position: relative; padding-top: 15px; z-index: 9999; }
.active-thumb 								{ background: transparent url(images/icon-uparrowsmallwhite.png) top center no-repeat; }

