/*
Theme Name: ThinkRunning
Theme URI: http://localhost/
Description: A minimalist  theme inspired by the tutorial at <a href="http://fwebde.com/web-design/creating-awesome-website-design-gimp/">Fantastic Web Designs</a>.
Version: 1.0.1
Author: Ian McMillan
Author URI: http://ianm1963.net/
Tags: running, efficient running, fixed width, three columns, widgets

*/

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');

/* Theme Layout Styles */

@import url('styles/3c-r-mag.css');

/* Image Slider Styles */



/* Twitter feed styles */

@import url('styles/twitter-rss.css');

/* ScrollPane Styles */

@import url('styles/jScrollPane.css');


/*=== Page Styles ===*/

body{
    background: #e4e8e8;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    /*background: #981313 url(images/cloth010.jpg);*/
   /*=== color: #dbdbdb; ===*/
   font-size: 0.8em;
}

a:link { color: #990000; text-decoration: none; }
 a:visited { color: #990000; text-decoration: none; }
 a:hover { color: #cc3300; }
 a:active { color: #990000; text-decoration: none; }



#access {
	margin: 0 0 1.5em 0;
	overflow: auto;
}


#logo {
   height: 110px;
    margin: 0 0 0 0;
   background: no-repeat 50% url('images/smallTrainers.gif');
  
}

#logo a {
    display: block;
}

#search {
float: right;
}

img {
-moz-border-radius:2ex;
  -webkit-border-radius:2ex;

}


.skip-link {
	display: none;
}


/* =Menu
-------------------------------------------------------------- */




#sidebar ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	
}

#singlesidebar ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;

}
#twit-link-container ul {
    list-style-type: none;
    margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

#links-side{
    
}


#bookmarks{

        height: 285px;

        overflow: auto;
}



#sidebar  li {
	list-style-type: none;
}

#singlesidebar  li {
	list-style-type: none;
}
#twit-link-container li {
    list-style-type: none;
}


/*=== General Styles ===*/

.wp-post-image {
margin: 0px 5px 5px 0px;
padding: 5px;

}


.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.clearing {
    clear: both;
}
.featured_entry {
position: relative;
height: 150px;

}
.latest_entry {
position: relative;

}

.entry-summary {
min-height:120px;
     height:auto !important;
     height:120px; 
}


blockquote {
  background: #dcd0d5;
 font: italic 1.0em Georgia, "Times New Roman", Times, serif;

padding: 10px 10px 10px 30px;
  text-indent: -20px;
  -moz-border-radius:1ex;
  -webkit-border-radius:1ex;


}

blockquote:after {
	content: url(images/close-quote.png);

position: relative;

top: 0.3em;
left: 0.3em;

	


}



blockquote p:first-letter {
  background: #dcd0d5 url(images/open-quote.png) no-repeat left top;
  padding-left: 30px;
  font: italic 1.3em Georgia, "Times New Roman", Times, serif;

  }



.box {
   /* background: url('images/largeGrad.png') repeat;*/
   background: #e4e8e8;
  margin:1ex 0;
  -moz-border-radius:2ex;
  -webkit-border-radius:2ex;
   /*  border: 2px solid #9c9c9c;*/    
   padding: 10px;
}


.entry-meta {
	
  padding: 3px;
}

.entry-utility {

		padding: 3px;
}


.wp-caption {
padding: 10px 6px 6px 6px;
text-align: center;
background-color: white;
-moz-border-radius:1ex;
  -webkit-border-radius:1ex;
}

.logo-title {
	position: relative;
	top: -45px;
    font-size: 68px;
    width: 500px;
	
}
.logo-description {
	position: relative;
	top: -70px;
	left: 20px;
	width: 500px;
	font-size: 25px;
	color: #4314a2;
}

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

#comments {
    padding:22px 0 0 0;
}
#comments,
#comments input,
#comments textarea {
    font-size:13px;
    line-height:18px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-family:Arial,sans-serif;
    font-size:15px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 18px 0;
}
#comments-list {
    padding:0 0 18px 0;
    }
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
    
}
#comments-list ol {
    
    border-bottom:none;
    margin:0 0 18px 0;
   

}
#comments-list li {
    background:#fafafa;
    border-bottom:1px solid #ccc;
    padding:18px 1.5em 0 1.5em;
    position:relative;
     -moz-border-radius:1ex;
  -webkit-border-radius:1ex;
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.bypostauthor {
    background:#FFFFCC;
}
#comments-list ul li {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #FF4B33;
}


.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #FF4B33;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #FF4B33;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}

.children div {

margin: 0 0 0 13px;

}

.children span {



}

.comment-author vcard {



}

.comment-content p {
 width: 95%;

}

.comment-meta {


}


#respond {
    background:#fff;
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 14px 18px 18px;
    position:relative;
    -moz-border-radius:1ex;
  -webkit-border-radius:1ex;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#FF4B33;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;

    
}

#comment {

border:solid 1px;
 -moz-border-radius:1ex;
  -webkit-border-radius:1ex;
  padding: 0 0 0 3px;

}

#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
#form-allowed-tags code {
    font-size:11px;
    line-height:normal;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}


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

#nav-above {

width: 100%;

}

.nav-previous {

float:left;
width:50%;
}

.nav-next {
width:50%;
float:right;
text-align: right;

}




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

h1 {
    font-size: 1.5em;
}


h2 {
    
    font-weight: bold;
    font-size: 1.2em;
    text-align: left;
    color: #4314a2;
}

h3{font-weight: bold;}
h4{}
h5{}
h6{}

h3, h4, h5, h6 {color: #4314a2;}

hr {
border: none 0; 
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #efefef;

	height: 1px;
    width: 100%;
	margin: 5px auto 5px 0;
	


}

/* Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 190px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: left;
	width: 100%;
	color:#4314a2;

}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#twit-link-container {
   height:315px;

}

#links {

    width:50%;
    height: 310px;
    float:right;
}
   
#links ul {

    margin-left: 5px;
}
#random, #rt-cat {
    
    height: 150px;
}

p {

margin: 10px 0 10px 20px;

}

.entry div {

margin: 10px 0 10px 20px;

}

#advert p {

margin: 5px;
}


#offer-badge {
position: relative;
top: 10px;
left:160px;
width: 160px;
height:160px;
background: url(images/club-offer-badge.png) no-repeat;
text-indent: -9999px;
overflow: visible;

}

#offer {


width: 160px;
height:160px;
}

  




