/*
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; }	&lt;--- 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/
*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #c0c0c0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
#page {
	margin: 0px;
        padding: 0px;
}
#container {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-color: #000;
	height: 120px;
        font-size: 20px;
        font-family: "Rockwell Extra Bold", "Lucida Sans", Verdana;
        line-height: 10px;
        padding-top: 0px;
}
#header p{
	margin-top: -20px;
	margin-bottom: 0px;
	color: #FFF;
}
#logo a {
	font-family: "Rockwell Extra Bold", "Lucida Sans", Verdana;
	font-size: 63px;
        margin-bottom: 0px;
        margin-top: 0px;
	color: #FFFFFF;
}
#logo a:hover {
	color: #ffffff;
}

#header h1{
	font-family: "Rockwell Extra Bold", "Lucida Sans", Verdana;
	font-size: 28px;
        margin-bottom: 0px;
        margin-top: -20px;
	color: #FFFFFF;	
}
.menu {
	background-color: #007100;

        width: 100%;
        margin: 0px;
        padding: 0px;

}
.menu li {
	background-color: #007100;
        margin: 0px;
        padding: 0px;
}

.menu a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-variant: normal;
	text-transform: capitalize;
	font-size: 14px;
	color: #FFF;
	letter-spacing: -1px;
}
.menu .rss {
	margin-right: 20px;
	display: none;
}
.menu input {
	margin-top: 10px;
	width: 200px;
	margin-left: 570px;
	background-color: #FFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
}
.post{
	background-color: #FFF;
	margin-top: 5px;
	color: #000000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	line-height: 18px;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
}
.post a {
	text-decoration: underline;
	font-weight: bold;
	color: #003f00;
}

.post_box{
	background-color: #FFF;
	margin-top: 5px;
	color: #000000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	line-height: 18px;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
}

.post_box h1{	
	font-family: "Rockwell", "Lucida Sans", Verdana;
        font-weight: bold;     
        font-size: 26px;
        line-height: 32px;
}




.post .post_image {
	width: 460px;
}
.post .post_image_link {
}
.post .post_image_link img {
	height: 93px;
	width: 192px;
	margin-top: 0px;
}
.post h2{	
	font-family: "Rockwell", "Lucida Sans", Verdana;
        font-weight: bold;     
        font-size: 26px;
        line-height: 32px;
}

.post .headline_meta {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
        color: #888888;
	font-variant: normal;
	text-transform: capitalize;
}
.teasers_box .post {
	width: 220px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	color: #000000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	line-height: 18px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bfbfbf;
	margin-left: 3px;
	padding-right: 10px;
	padding-top: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.teasers_box .post .teaser_link {
	color: #FFF;
	background-image: url(http://www.notacyclingblog.com/images/teaser_link_bg.png);
	font-size: 10px;
	background-repeat: no-repeat;
	height: 21px;
	width: 67px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: right;
}
.teasers_box .post h2 {
	font-family: "Rockwell", "Lucida Sans", Verdana;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}
.teasers_box .post .entry-title {
	display: block;
	position: relative;
}
.teasers_box .post .thumb{
	margin-bottom: 5px;
	margin-left: 5px;
	float: left;
	clear: both;
	height: 58px;
	width: 76px;
	display: block;
	position: relative;
}

.teasers_box .post .teaser_author {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
        color: #888888;
	font-variant: normal;
	text-transform: capitalize;
}
.teasers_box .post .teaser_category {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
        color: #888888;
	font-variant: normal;
	text-transform: capitalize;
	
}
.teasers_box .post .author vcard fn {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
        color: #888888;
	font-variant: normal;
	text-transform: capitalize;
	
}
.teasers_box .post .teaser_date published {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
        color: #888888;
	font-variant: normal;
	text-transform: capitalize;
	
}
.teasers_box .post .teaser_comments {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
        color: #888888;
	font-variant: normal;
	text-transform: capitalize;
	
}
.sidebar_list {
	margin-left: 0px;
	margin-top: -15px;
	margin-right: 25px;
}
.widget_featured_page_widget {
	background-color: #007100;
	border: 4px solid #bfbfbf;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
.widget_featured_page_widget ul {
	list-style-position: outside;
	list-style-type: none;
}
.widget_featured_page_widget li {
	list-style-position: outside;
	list-style-type: none;
}
.widget_featured_page_widget p {
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.widget_featured_page_widget a {
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	color: #FFF;
	text-decoration: none;
}
.widget_featured_page_widget img {
	margin-top: 3px;
	margin-bottom: 9px;
	width: 200px;
}
.widget_featured_page_widget ul {
	list-style-type: none;
	list-style-position: outside;
}
.widget_featured_page_widget h3 {
	font-family: "Rockwell", "Lucida Sans", Verdana;
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
	padding-right: 12px;
	padding-left: 12px;
	margin-top: 5px;
	margin-bottom: 0px;
	font-variant: normal;
	text-transform: capitalize;
}
.widget_featured_page_widget h3 {
	list-style-type: none;
	list-style-position: outside;
}
.widget_featured_page_widget p a {
	color: #FFF;
	background-image: url(http://www.notacyclingblog.com/images/featured_link.png);
	font-size: 10px;
	background-repeat: no-repeat;
	height: 21px;
	width: 67px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-decoration: none;
}
.widget_featured_page_widget a {
	text-decoration: none;
}
.widget_recent_entries h3  {
	font-family: "Rockwell", "Lucida Sans", Verdana;
	text-align: center;
	font-size: 24px;
	color: #000;
	font-variant: normal;
	text-transform: capitalize;
	font-weight: bold;
	letter-spacing: -2px;
	margin-top: 0px;
}
.widget_recent_entries a {
	font-size: 14px;
	line-height: 16px;
	color: #000;
	font-family: "Rockwell", "Lucida Sans", Verdana;
	font-weight: normal;
	list-style-position: outside;
	list-style-type: none;
}
.widget_recent_entries li {
	list-style-type: none;
	list-style-position: outside;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bfbfbf;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 12px;
	margin-left: 12px;
}
.widget_recent_entries ul {
	list-style-type: none;
	list-style-position: outside;
}
.widget_recent_comments h3 {
	font-family: "Rockwell", "Lucida Sans", Verdana;
	text-align: center;
	font-size: 24px;
	color: #000;
	font-variant: normal;
	text-transform: capitalize;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 0px;
}
.widget_recent_comments a {
	font-size: 14px;
	line-height: 16px;
	color: #000;
	font-family: "Rockwell", "Lucida Sans", Verdana;
	font-weight: normal;
	list-style-position: outside;
	list-style-type: none;
}
.widget_recent_comments li {
	list-style-type: none;
	list-style-position: outside;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bfbfbf;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 12px;
	margin-left: 12px;
}
.widget_recent_comments ul {
	list-style-type: none;
	list-style-position: outside;
}



.widget_recentcommentedposts h3 {
	font-family: "Rockwell", "Lucida Sans", Verdana;
	text-align: center;
	font-size: 24px;
	color: #000;
	font-variant: normal;
	text-transform: capitalize;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 0px;
}
.widget_recentcommentedposts a {
	font-size: 14px;
	line-height: 16px;
	color: #000;
	font-family: "Rockwell", "Lucida Sans", Verdana;
	font-weight: normal;
	list-style-position: outside;
	list-style-type: none;
}
.widget_recentcommentedposts li {
	list-style-type: none;
	list-style-position: outside;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bfbfbf;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 12px;
	margin-left: 12px;
}
.widget_recentcommentedposts ul {
	list-style-type: none;
	list-style-position: outside;
}













.widget_archive h3 {
	font-family: "Rockwell", "Lucida Sans", Verdana;
	text-align: left;
	font-size: 24px;
	color: #000;
	font-variant: normal;
	text-transform: capitalize;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 0px;
}
.widget_archive a {
	font-size: 12px;
	line-height: 16px;
	color: #000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	list-style-position: outside;
	list-style-type: none;
}
.widget_archive li {
	list-style-type: none;
	list-style-position: inside;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bfbfbf;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 12px;
	margin-left: 12px;
	list-style-image: url(http://www.notacyclingblog.com/images/bullet_arrow.png);
}
.widget_archive ul {
	list-style-type: none;
	list-style-position: outside;
}


.widget_links h3 {
	font-family: "Rockwell", "Lucida Sans", Verdana;
	text-align: left;
	font-size: 24px;
	color: #000;
	font-variant: normal;
	text-transform: capitalize;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 0px;
}
.widget_links a {
	font-size: 12px;
	line-height: 16px;
	color: #000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	list-style-position: outside;
	list-style-type: none;
}
.widget_links li {
	list-style-type: none;
	list-style-position: inside;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bfbfbf;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 12px;
	margin-left: 12px;
	list-style-image: url(http://www.notacyclingblog.com/images/bullet_arrow.png);
}
.widget_links ul {
	list-style-type: none;
	list-style-position: outside;
}



.widget_categories h3 {
	font-family: "Rockwell", "Lucida Sans", Verdana;
	text-align: left;
	font-size: 24px;
	color: #000;
	font-variant: normal;
	text-transform: capitalize;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 0px;
}
.widget_categories a {
	font-size: 12px;
	line-height: 16px;
	color: #000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	list-style-position: outside;
	list-style-type: none;
}
.widget_categories li {
	list-style-type: none;
	list-style-position: inside;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bfbfbf;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 12px;
	margin-left: 12px;
	list-style-image: url(http://www.notacyclingblog.com/images/bullet_arrow.png);
}
.widget_categories ul {
	list-style-type: none;
	list-style-position: outside;
}


.widget_text h3 {
	font-family: "Rockwell", "Lucida Sans", Verdana;
	text-align: left;
	font-size: 26px;
	color: #000;
	font-variant: normal;
	text-transform: capitalize;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 3px;
}
.widget_text a {
	font-size: 12px;
	line-height: 16px;
	color: #000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	list-style-position: outside;
	list-style-type: none;
}
.widget_text li {
	list-style-position: outside;
	list-style-type: none;
}



.thesis_widget_subscriptions h3 {
	font-family: "Rockwell", "Lucida Sans", Verdana;
	text-align: left;
	font-size: 24px;
	color: #000;
	font-variant: normal;
	text-transform: capitalize;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 3px;
}
.thesis_widget_subscriptions a {
	font-size: 12px;
	line-height: 16px;
	color: #000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	list-style-position: outside;
	list-style-type: none;
}



.thesis_widget_subscriptions li {
	list-style-position: outside;
	list-style-type: none;
}
.thesis_widget_subscriptions .sub_email {
	list-style-type: none;
}
.thesis_widget_subscriptions img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-position: inside;
	list-style-type: none;
}




.widget_popular_posts h3  {
	font-family: "Rockwell", "Lucida Sans", Verdana;
	text-align: center;
	font-size: 24px;
	color: #000;
	font-variant: normal;
	text-transform: capitalize;
	font-weight: bold;
	letter-spacing: -2px;
	margin-top: 0px;
	line-height: 36px;
	padding-top: 12px;
}
.widget_popular_posts a {
	font-size: 14px;
	line-height: 16px;
	color: #000;
	font-family: "Rockwell", "Lucida Sans", Verdana;
	font-weight: normal;
	list-style-position: outside;
	list-style-type: none;
}
.widget_popular_posts li {
	list-style-type: none;
	list-style-position: outside;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bfbfbf;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 12px;
	margin-left: 12px;
}
.widget_popular_posts ul {
	list-style-type: none;
	list-style-position: outside;
}
.widget_popular_posts h3 {
	font-family: "Rockwell", "Lucida Sans", Verdana;
	text-align: center;
	font-size: 24px;
	color: #000;
	font-variant: normal;
	text-transform: capitalize;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 0px;
}
.widget_popular_posts a {
	font-size: 14px;
	line-height: 16px;
	color: #000;
	font-family: "Rockwell", "Lucida Sans", Verdana;
	font-weight: normal;
	list-style-position: outside;
	list-style-type: none;
}
.widget_popular_posts li {
	list-style-type: none;
	list-style-position: outside;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bfbfbf;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 12px;
	margin-left: 12px;
}
.widget_popular_posts ul {
	list-style-type: none;
	list-style-position: outside;
}
#respond {
	padding-right: 15px;
	padding-left: 15px;
}
#comment_list {
	padding-right: 15px;
	padding-left: 15px;
}








#specialfooter {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11px;
	line-height: 16px;
	color: #000;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
}
#specialfooter .left {
	height: 44px;
	width: 273px;
	float: left;
}
#specialfooter .right {
	width: 650px;
	float: right;
}
#specialfooter .bordertop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #acacac;
	margin-top: 3px;
	padding-bottom: 3px;
}
#specialfooter .inside {
	padding-right: 26px;
	padding-left: 26px;
}
#bottombar {
	background-color: #007100;
	height: 38px;
	clear: both;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	text-align: center;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
#bottombar .inside {
	padding-top: 9px;
}
#bottombar a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
.captionimg {
	display: none;
}
.caption {
	display: none;
}
#linkwithin_logo_0 {
}

.WP-PrintIcon {
	margin-left: 25px;
}









.sidebar .posts {
	background-color: #007100;
	border: 4px solid #bfbfbf;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	padding: 0px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
}
.sidebar .byline {
	display: none;
}
.sidebar .post {
	background-color: #007100;
}
.sidebar .posts ul {
	list-style-position: outside;
	list-style-type: none;
	background-color: #007100;
		list-style-type: none;
	background-color: #007100;
}
.sidebar .posts li {
	list-style-position: outside;
	list-style-type: none;
	background-color: #007100;
}
.sidebar .posts p {
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	background-color: #007100;
	color: #FFF;
}
.sidebar .posts a {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFF;
	text-decoration: none;
	background-color: #007100;
}
.sidebar .posts h3 {
	font-family: "Rockwell", "Lucida Sans", Verdana;
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
	padding-right: 12px;
	padding-left: 12px;
	margin-top: 5px;
	margin-bottom: 0px;
	font-variant: normal;
	text-transform: capitalize;
	background-color: #007100;
	list-style-type: none;
	list-style-position: outside;
	background-color: #007100;
}

.sidebar .posts p a {
	color: #FFF;
	font-size: 10px;
	background-repeat: no-repeat;
	height: 21px;
	width: 67px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
	background-color: #007100;
}
.sidebar .tags {
	display: none;
}
.sidebar .entry-meta {
	display: none;
}
.sidebar .posts img {
	display: none;
}
#query-posts-3 {
	background-color: #007100;
	border: 4px solid #bfbfbf;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	display: block;
}.stbuttontext {
	font-size: 10px;
	text-decoration: none;
}

