@charset "utf-8";

/* CSS Document */



/*

File:			custom.css

Description:	Custom styles for Thesis



BASIC USAGE:



If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 

will be appended with the "custom" class, like so: <body class="custom">. You can use 

the "custom" class to override *any* CSS declarations contained in the style.css file.



For example, if you wish to change the default link color to green, you would add the 

following declarations to this file:



	.custom a, .custom a:visited { color: #090; }	<--- This makes links green

	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them



WHY THIS WORKS:



By using the "custom" class, you are creating more specific CSS declarations for HTML

elements. CSS styling is applied through rules of specificity, and because declarations

prepended with .custom are more specific, they get applied when the page is rendered!



More information about styling your Thesis installation using this file can be found

in the User's Guide:

	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/

*/





.custom #container { width: 100em; margin: 0 auto; }
body.custom { background: #fff url('images/background.png'); }
.clear{clear:both;}
.custom .format_text {font-size:1.2em;line-height:1.571em;}
.hide, .hidden{display:none;}
.img-right{float:right;margin-left:10px;margin-bottom:10px;}
.align-center{text-align:center;}


/*  HTML Styling  */

h2 a{color:#ff7e00;}
blockquote{padding:10px;}
.custom a:link{color:#ff7e00;}

/*  Master Page  */
#top{border-top-width: 10px;border-top-style: solid;border-top-color: #ffae00;}
#top #search{float:right;padding-top:15px;padding-right:15px;}
#header{background-image: url(../images/mp-header.jpg);background-repeat: no-repeat;background-position: center top;height: 330px;padding:0px;border:0px;}
#header p, #header h1{display:none;}



.custom #page { padding: 0px; background: #fff; border: 0.1em solid #ffae00; border-top: 0; }
#content_box2{background-image: url(../images/mp-content-bg.png);background-repeat: repeat-x;background-position: top;}
#content_box{background-image: url(../images/mp-sidebar-bg.png);background-repeat: repeat-y;background-position: right;}
#content{padding:30px;padding-top:15px;}
#sidebar_2{display:none;}
.custom .sidebar h3{font-size: 1.4em;color: #eea200;background-color: #000000;padding: 10px;margin-left:-30px!important;width:231px;font-variant: normal;letter-spacing: 0px;}
	.custom .sidebar h3 a{color: #eea200;}
	.sidebar p{text-align:center;}
	.sidebar img{clear:both;}
	.sidebar ul{margin-left:3em;margin-right:1em;}
	.sidebar ul ul{margin-left:1.5em;margin-right:0em;}
		.sidebar li{margin-bottom:3em;margin-left:auto;margin-right:auto;}
		.custom .sidebar ul.sidebar_list {padding-right: 0em;}
		.custom .rss{padding-right:20px;}

#ebook{background-image: url(../images/mp-buy-cycling-ebook.jpg);background-repeat: no-repeat;background-position: right top;height: 95px;padding-top:130px;}
	#ebook .buy-now{text-indent:-999px;overflow:hidden;display:block;background-image: url(../images/mp-buy-now-sprite.png);background-repeat: no-repeat;background-position: left top;height: 32px;width: 94px;}
	#ebook .buy-now:hover{	background-image: url(../images/mp-buy-now-sprite.png);background-repeat: no-repeat;background-position: -94px top;}

/*  Navigation  */

.menu{background-color: #000000;height:50px;border:0px;padding-top:1px;}
.menu li{border:0px;}
.custom .menu a{color:#ffae00;font-size:1.4em;background-color: #000000;text-transform: none;letter-spacing: 1px;border:0px;padding-top: 15px;padding-right: 9px;padding-bottom: 15px;padding-left: 9px;}
.menu a:hover{color:#fff;text-decoration: none;}
.menu .current_page_item, .menu .current-cat{border:0px;background-color: transparent;}
.custom .menu .rss a, .custom  .menu .rss a:hover{text-decoration:none;margin-left:0px;margin-right:0px;padding-right:16px;}
.custom .current a:link,.custom .current a:visited{color: #111111;background-color: #ffffff;}



/*  Homepage  */
.homepage-demo{}
	.homepage-demo #content_box{background-image:none;}
	.homepage-demo #content{width:auto;padding-left:0px;padding-right:0px;padding-bottom:0px;}
	.homepage-demo .hp-books{text-align:center;padding-top:10px;}
	.homepage-demo .hp-books img{border:0px;}
	.homepage-demo .hp-boxes{width:280px;float:left;margin-left:40px;border-top-width: 4px;border-top-style: solid;border-top-color: #000000;padding-bottom:30px;padding-top:7px;}
	.homepage-demo .hp-boxes h2{margin-top:0px;font-size:1.8em;margin-bottom:0px;}
		.homepage-demo .hp-boxes h2 a{text-decoration:none;}
	.homepage-demo .hp-boxes-cat{font-size:0.85em;margin-bottom:17px;color:#6c6c6c;}
		.homepage-demo .hp-boxes-cat a{color:#6c6c6c;text-decoration:underline;}
	.homepage-demo .hp-boxes-copy{margin-bottom:25px;}
	.homepage-demo .hp-boxes-cont{margin-bottom:15px;}
	.homepage-demo .hp-comments{}
	
/*  Footer  */
#footer{background-color: #000000;border-top-width: 6px;border-top-style: solid;border-top-color: #ff7e00;padding-left:0px;padding-right:0px;padding-bottom:0px;padding-top:30px;}
	#footer .footer-col{width:280px;float:left;margin-left:40px;text-align:left;font-size:1.45em;color:#FFFFFF;}
	#footer li{margin-left:0em;list-style-type: none;}
	#footer a{color:#ff7e00;text-decoration:none;border:0px;}
		#footer a:hover{color:#fff;}
	#footer p, #footer ul {margin-bottom:1em;font-size:0.9em;}
	#footer .img-right{margin-left:25px;}
	#footer strong{font-size:1.2em;}
	#footer .aktt_tweets li{margin-bottom:1em;margin-left: 0px;list-style-type: none;}
	#footer .aktt_credit{display:none;}
	#copyright{font-size: 1.3em;color: #000000;background-color: #FFFFFF;text-align: left;margin-top:30px;padding:10px;border-top-style: solid;border-top-color: #ff7e00;}
	.flickr a{	
}
.flickr img{border: 5px solid #FFFFFF!important;display:block;float:left;margin-left:5px;margin-bottom:5px;}
/*  eBook Landing Page  */
.cycling-through-france-ebook{}
	.cycling-through-france-ebook #sidebars{display:none;}
	.cycling-through-france-ebook #content_box{background-image:none;}
	.cycling-through-france-ebook #content{width:auto;}
	.cycling-through-france-ebook .wp-caption{position:relative;top:10px;border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;}

.pullout{width:250px;background-color: #EAEAEA;font-size: 1em;float: right;padding:20px;padding-top:15px;min-height:250px;margin-left:15px;margin-bottom:5px; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;padding-bottom:10px;border: 1px solid #dddddd;}
.pullout p{margin-bottom:0px;padding-bottom:0px;}
.pullout h2{color: #d07a03;font-size: 1.3em;font-weight: bold;margin-bottom:6px;margin-top:0px;}
.pullout2{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;background-color: #fff;padding:10px;margin-top:10px;}
	.pullout2 table{font-size:1.2em;color: #FF0000;}
	.pullout2 span{font-size:0.8em;text-align:center;display:block;	}
.tweetmeme_button{display:none;}
.pullout-left{float:none;font-size:1em;margin-left:auto;margin-right:auto;margin-top:0px;}
.pullout-left h2{margin-top:0px;}

/*  Social Media Styling  */
.header_sm_links{}
.header_sm_links a{width:49px;	height:46px;display:block;background-repeat: no-repeat;text-indent:-999px;overflow:hidden;}
.header_sm_links ul{margin:0px;padding:0px;width:211px;position:relative;left:-10px;}
.header_sm_links li{float:left;margin:0px;padding:0px;}
	.header_sm_links .sm_email{background-image: url(../images/mp-social-sprites.gif);background-position:0px 0px;}
		.header_sm_links .sm_email:hover{background-image: url(../images/mp-social-sprites.gif);background-position:-69px 0px;}
	.header_sm_links .sm_rss{background-image: url(../images/mp-social-sprites.gif);background-position:0px -60px;}
		.header_sm_links .sm_rss:hover{background-image: url(../images/mp-social-sprites.gif);background-position:-68px -60px;}
	.header_sm_links .sm_fb{background-image: url(../images/mp-social-sprites.gif);background-position:0px -120px;}
		.header_sm_links .sm_fb:hover{background-image: url(../images/mp-social-sprites.gif);background-position:-68px -120px;}
	.header_sm_links .sm_twit{background-image: url(../images/mp-social-sprites.gif);background-position:0px -180px;}
		.header_sm_links .sm_twit:hover{background-image: url(../images/mp-social-sprites.gif);background-position:-69px -180px;}
	
/*  Misc  */
.pullout-dl{padding-top:10px;}
.buy-now{background-image: url(images/arrow.gif);background-repeat: no-repeat;background-position: center top;}

.image-right{float:right;margin-left:10px;margin-bottom:10px;}

/*  Submit a Tip Styling  */
.submit-a-tip{}
	.submit-a-tip fieldset{margin-bottom:10px;border:0px;}
	.submit-a-tip h2{float:left;width:200px;position:relative;top:-25px;}
	.submit-a-tip #tdomf_form1 input{float:left;width:200px;margin-left:3px;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;background: url(../images/mp-input-bg.gif) repeat-x top;}
.submit-a-tip #tdomf_form1 select{border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;background: url(../images/mp-input-bg.gif) repeat-x top;min-width:210px;}
	.submit-a-tip #tdomf_form1 textarea{border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;background: url(../images/mp-input-bg.gif) repeat-x top;min-width:410px;}
.submit-a-tip #to_replace input{float:none;}
.submit-a-tip #mapholder{margin-top:35px;}
#post-384{}