/* 

Theme Name: Think Running
Theme URI: http://blog
Description: A clean, simple three column theme for running sites.
Version: 5.0
Author: Ian McMillan
Author URI: http://thinkrunning.com
Tags: simple, minimalist, running site theme with MenuBar and Header Gallery plugins as standard.

*/
 
 /***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #FCFDFD;
	text-align:center; /* for IE */
	
	
}

a{
	color: #006699;
	text-decoration: none;

}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color:#00CCFF;
	
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: none;
}

ul ul{
 list-style-type: square;
}

ul ul ul{
 list-style-type:none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container{
width: 90%;
margin-left: auto;
margin-right:auto;
margin-top: 10px;
margin-bottom:10px;
/*position: relative;*/
height:auto;
text-align:center;
}


#header{
	clear: both;
	padding: 10px 0px 0px 0px;
	background: url(./images/Header.jpg) repeat-x;
	height: 150px;
}

#masthead{
	
width: 45%;
height: 150px;
position: absolute;
text-align:center;
vertical-align: middle;
float:left;
}
#titleBanner{
position: relative;
width:90%;
margin-left: auto;
margin-right: auto;
 border: 1px solid black;
 height:130px;
 background: url(./images/bg/bg.jpg);
text-align:left;
}
#menuDiv{

width: 91.18%;
margin-left: auto;
margin-right: auto;
margin-top: 20px
}

#sideBar1{
	float: left;
	width: 15%;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 80%;
	text-align:left;
}
#sidebar1 ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar1 ul p, #sidebar1 ul select {
	margin: 5px 0 8px;
	}

#sidebar1 ul ul, #sidebar1 ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar1 ul ul ul, #sidebar1 ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar1 ul ol li {
	list-style: decimal outside;
	}

#sidebar1 ul ul li, #sidebar1 ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
#sidebar1 a:hover{
	background-color: #dddddd;
}



#content{
width: 67%;
  padding-left: 20px;
  padding-right: 0px;
  float: left;
  font-size: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}

#sidebar2{
	float: right;
	width: 15%;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 80%;
	text-align:left;
}

#sidebar2 ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar2 ul p, #sidebar2 ul select {
	margin: 5px 0 8px;
	}

#sidebar2 ul ul, #sidebar2 ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar2 ul ul ul, #sidebar2 ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar2 ul ol li {
	list-style: decimal outside;
	}

#sidebar2 ul ul li, #sidebar2 ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
#sidebar2 a:hover{
	background-color: #dddddd;
}

#spacer {
margin-bottom: 5px;
clear: both;
}

.spacer {
margin-bottom: 10px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
	float: left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 36px;
	vertical-align: middle;
	width: 100%;
	font-weight: bold;
	
}
#tagLine{
	margin: 0;
	padding: 0 0 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	vertical-align: middle;
	font-weight: bold;
	clear: left;
}
#pageName{
	margin: 0;
	padding: 0 0 0 0px;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 0px 0px;
}

/* begin PostQuote */
/* Start blockquote */
blockquote p
{
	color:#0B1014;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-align: left;
}

blockquote
{
		margin:10px 10px 10px 50px;
	padding:5px 5px 5px 41px;
	background-color:#D4E0E8;
	background-image:url('images/images/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}

/*************PostMetadata*****************************/
.postmetadata{
background-color: #D4E0E8;
color:#0B1014;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	background: url(./images/footer.jpg) repeat-x;
	height: 100px;
	
}

.art-rss-tag-icon
{
	position: relative;
	display:block;
	float:left;
	background-image: url('images/images/rssIcon.png');
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0 5px 0 10px;
	height: 32px;
	width: 24px;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}

#s{
width: 85%;
}


/*********** #sidebar1 link styles ***********/

#sidebar1 ul a:link, #sidebar1 ul a:visited {display:block;}
#sidebar1 ul {list-style: none; margin: 0; padding: 0 0 5px 5px;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#sidebar1 li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #sidebar1 li {border-bottom: none;}

/*********** #sidebar2 link styles ***********/

#sidebar2 ul a:link, #sidebar2 ul a:visited {display:block;}
#sidebar2 ul {list-style: none; margin: 0; padding: 0 0 5px 5px;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#sidebar2 li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #sidebar2 li {border-bottom: none;}







/*********** .relatedLinks styles ***********/

.relatedLinks{
	/*position: relative;*/
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{

	
	font-size: 80%;}
	#headlines ul a:link, #sidebar1 ul a:visited {display: block;}
	#headlines ul {list-style: none; margin: 0; padding: 0 0 5px 5px;}

	/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
	#headlines li {border-bottom: 1px solid #EEE;}

	/* fix for browsers that don't need the hack */
	html>body #headlines li {border-bottom: none;}
	
#wp-calendar {
font-size: 100%;
padding:0px 0px 0px 0px;
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
}	

#wp-calendar td a {
border-bottom:none;
border-top:none;
font-size: 100%;
padding:0px 0px 0px 0px;
font-family: Tahoma, Arial, Helvetica, Sans-Serif;

}





