/*

Theme Name: Mycycling Blue
Theme URI: http://wordpress.org/
Description: The default Blue Mycycling theme.
Version: 1.0
Author: Krishna Silalahi
Author URI: http://www.mycycling.com/
Tags: blue, custom header, fixed width, two columns, widgets

*/





body {
	color: #000;
	background: #fff;
	font-family: Arial,Verdana,  sans-serif;
	font-size: 62.5%;
}

* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}





a:link, a:visited {
	color: #015a9c;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
	color: #015a9c;
}





hr { display: none; }
img { border: none; }
fieldset br { clear: both; }
fieldset { border: none; }





.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
}
	
.clearfix:after { /* clear floats */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
.clearfix { display: block; }
/* End hide from IE-mac */





#container {
	width: 900px;
	margin: 0 auto;
}

#header { padding: 40px 0 25px 14px; }

#header h1 a {
	float: left;
	display: block;
	width: 274px;
	height: 49px;
	text-indent: -9999px;
	overflow: hidden;
	background: url('images/logo.gif') no-repeat top left;
}

/*#members-login {
	float: right;
	padding: 0 6px 0 0;
	font-weight: bold;
	margin-right: 10px;
}*/

#members-login {
	font-weight: bold;
}

#members-login label {
	display: block;
	font-size: 11px;
	padding: 0 0 3px 0;
}

#members-login input.text {
	width: 150px;
	color: #ccc;
	font-weight: bold;
	font-size: 10px;
	padding: 3px 0 3px 5px;
	margin: 0 2px 0 0;
	border: 1px solid #ccc;
}

#members-login .submit {
	background: #000;
	color: #fff;
	padding: 0 15px;
	height: 22px;
	border: 1px solid #c9c9c9;
}
li.widget_search input {
	color: #ccc;
	font-weight: bold;
	font-size: 10px;
	border: 1px solid #ccc;
	padding: 2px 3px;
	width: 140px;
}
li.widget_search input#searchsubmit {
	background: #000;
	color: #fff;
	border: none;
	width: auto;
}





ul#main-nav {
	background: url('images/bg_nav.gif') no-repeat top left;
	width: 896px;
	height: 49px;
	font-size: 14px;
	font-family: verdana, helvetica, 'helvetica neue',arial;
	padding: 0;
	padding-top: 6px;
}

ul#main-nav li {
	padding: 10px 20px;
	float: left;
	background: url('images/nav_divider.gif') no-repeat top right;
/*	font-weight: bold;*/
	height: 10px;
}

ul#main-nav li.last { background: none; }

ul#main-nav li a {
	color: #fff !important;
	text-decoration: none !important;
}

ul#main-nav li a:hover { color: #ccc !important; }





#content{
	padding: 10px 0 30px 0;
}

#content-wrapper {
	background: url('images/border_content.gif') repeat-y 625px 0;
	padding: 0 0 10px 0;
}

#banner {
	background: url('images/bg_banner2.jpg') no-repeat top left;
	font-family: Century Gothic, Arial, Verdana, sans-serif;
	width: 895px;
	height: 315px;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px dashed #ccc;
}
#banner .desc {
	padding: 20px 0 0 0;
	float: right;
	width: 505px;
	color: #fff;
}
#banner .desc h2 {
	font-size: 32px;
	letter-spacing: -1.5px;
	color: #fff;
}
#banner .desc h3 {
	padding-top: 5px;
	font-size: 15px;
	color: #ffcf00;
}
#banner .desc ul {
	font-size: 16px;
	font-weight: bold;
	padding: 30px 0 0 10px;
	width: 485px;
}
#banner .desc ul li {
	padding: 0 0 10px 25px;
	background: url('images/asterisk_orange.png') no-repeat 0 2px;
}#banner .desc h2 {
	font-size: 32px;
	color: #fff;
}
#banner .desc h3 {
	padding-top: 5px;
	font-size: 15px;
	color: #ffcf00;
}
#banner .desc ul {
	font-size: 16px;
	font-weight: bold;
	padding: 30px 0 0 10px;
	width: 485px;
}

a.link {
	padding: 2px 0 3px 23px;
	color: #015a9c !important;
	float: right;
	font-size: 12px;
	text-decoration: underline !important;
	font-weight: bold;
	background: url('images/bullet.gif') no-repeat center left;
	margin-right: 15px;
}

#banner .box  a.signup:hover { text-decoration: none !important; }

#main-content {
	width: 582px;
	float: left;
	padding: 0;
	margin:  0 22px 0 15px;
}

#main-content h2 {
	font-size: 20px;
	clear: both;
	padding: 0 0 15px 0;
}

#main-content h4 a {
	color: #000;
	text-decoration: none;
}

#main-content p {
	font-size: 14px;
	padding: 0 0 15px 0;
}

#main-content img.alignright {
	float: right;
	margin: 0 0 10px 10px;
}
#main-content img.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

#main-content ul {
	padding-left: 40px;
}
#main-content ol {
	padding-left: 40px;
}
#main-content li {
	font-size: 14px;
	line-height: 22px;
}
#main-content ul li {
	list-style-type: disc;
}
#main-content ol li {
	list-style-type: decimal;
}

p.postmetadata {
	border-top: 1px dotted #777;
}


ol.commentlist li {
	margin: 10px 0 20px 0;
	border: 1px solid #ddd;
	padding: 20px;
	background: #eee;
}

ol.commentlist p {
	margin: 10px 0 10px 0;
}

div.comment-childs {
	padding: 10px;
}

.commentmetadata {
	font-size: 11px;
	margin-top: 5px;
}

#sidebar {
	width: 230px;
	float: left; 
	padding: 0;
	margin-left: 22px;
}

#sidebar h2 {
	font-size: 16px;
	background: url('images/bullet.gif') no-repeat top left;
	padding: 0 0 10px 23px;
}

#sidebar ul li ul {
	font-size: 11px;
	padding: 0 0 30px 0;
	border-top: 1px dashed #ccc;
}

#sidebar ul li ul li { border-bottom: 1px dashed #ccc; }

#sidebar ul li ul li a {
	padding: 10px 0 10px 20px;
	font-weight: bold;
	text-decoration: none !important;
	display: block;
	background: url('images/bullet_arrow.gif') no-repeat 6px center;
}

#sidebar ul li ul li a:hover { text-decoration: underline !important; }

#sidebar li#search div {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.testimonial {
	border-bottom: 1px dashed #ccc;
	font-size: 12px;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

.testimonial p { padding: 0 0 10px 0; }

.testimonial a.more {
	background: url('images/bullet_arrow.gif') no-repeat 0 center;
	padding: 0  0 0 15px;
	font-weight: bold;
}

#sidebar .last { border: none !important; }

.quotescollection_randomquote {
	margin-bottom: 30px;
	font-size: 11px;
}

.quotescollection_randomquote cite {
	margin: 10px 0;
}
.quotescollection_nextquote {
	display: none;
}


#box-wrapper {
	border-top: 1px dashed #ccc;
	padding: 10px 0 0 0;
}

#box-wrapper .box {
	background: url('images/box_bottom.gif') no-repeat bottom left;
	padding: 0 0 13px 0;
	float: left;
	width: 280px;
}

#box-wrapper .box-wrapper {
	background: url('images/box_top.gif') no-repeat top left;
	padding: 15px 20px 0 20px;
	min-height: 215px;
	height: auto !important;
	height: 215px;
}

#box-wrapper .box h3 {
	font-size: 17px;
	padding: 0 0 20px 0;
}

#box-wrapper .box p {
	font-size: 12px;
	padding: 0 0 12px 0;
}

#box-wrapper .box a.link {
	float: none !important;
	font-size: 14px;
}

#box-wrapper .center { margin: 0  26px; }





#footer {
	width: 100%;
	background: url('images/bg_footer.gif') repeat-x top left;
	padding: 30px 0 20px 0;
	font-family: 'Trebuchet MS',Arial;
	text-align: center;
}

#footer-wrapper {
	width: 770px;
	color: #fff;
	margin: 0 auto;
	text-align: left;
}

#footer a { text-decoration: none !important; }
#footer a:hover { text-decoration: underline !important; }

#footer h4 {
	font-size: 12px;
	color: #000;
	padding: 0 0 10px 0;
}

#footer .newsletter {
	width: 142px;
	color: #333;
	padding: 0 40px 20px 0;
	float: left;
}

#footer .newsletter p {
	font-size: 11px;
	padding: 0 0 7px 0;
}

#footer .newsletter .text {
	width: 137px;
	color: #333;
	font-size: 11px;
	padding: 2px 0 2px 0;
	margin: 0 0 7px 0;
	border: 1px solid #ccc;
}

#footer dl {
	width: 135px;
	padding: 0 10px 30px 0;
	float: left;
}

#footer dt,
#footer .newsletter h3 {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	padding: 0 0 10px 0;
}

#footer dd {
	padding: 0 0 3px 0;
	font-size: 11px;
	color: #fff;
}

#footer ul.footer-links {
	font-size: 11px;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	padding: 8px 0;
	margin: 0 0 24px 0;
	clear: both;
}

#footer ul.footer-links li {
	border-right: 1px solid #ccc;
	float: left;
	padding: 0 8px;
}

#footer ul.footer-links li.last { border: none; }

#footer .bottom-box li {
	float: left;
	font-size: 11px;
	vertical-align: middle;
	padding: 0 11px 0 0;
}

#footer .bottom-box img {
	border: 1px solid #cac3bf;
	vertical-align: middle;
}

#footer .bottom-box li.noborder img { border: none; }

#footer .awards {
	width: 265px;
	float: left;
}

#footer .bookmark {
	width: 195px;
	float: left;
}

#footer .payments {
	width: 280px;
	float: left;
}


#main-content .post {
	margin-bottom: 20px;
}

#main-content .post-teaser {
	margin: 20px 0;
	font-size: 12px;
	text-align: right;
}


#main-content .post .date {
	width: 29px;
	height: 31px;
	float: left;
	padding: 3px 0;
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	text-align: center;
	background: #eee;
	border: 1px solid #ccc;
}

#main-content .post .date span {
	font-size: 13px;
}

#main-content .post-info {
	background: #eee;
	border: 1px solid #ccc;
	padding: 5px;
}

#main-content .post-info a {
	margin: 0 5px 0 0;
	color: #333 !important;
}

#main-content .post-info a img {
	margin: 0 3px 3px 0;
	vertical-align: middle;
}

#main-content .post .entry,
#main-content .post .post-content {
	width: 540px;
	float: right;
}


#main-content h4 {
	font-family: arial, verdana, sans-serif;
	color: #000;
	margin: 0 0 15px 0;
	font-size: 23px;
	letter-spacing: -1px;
}

#main-content p {
	font-size: 11pt;
	padding: 0 0 15px 0;
	line-height: 20px;
	text-align: justify;
}


p#ll {
	display: none;
}

ol.cf-ol {
	font-size: 12px;
}

div.sociable {
	margin: 0;
	padding: 0;
	position: relative;
	top: -20px;
}
div.sociable_tagline {
	display: none;
}
div.sociable ul {
	display: block;
	margin: 0;
	padding: 0;
}



blockquote.left { width: 200px; margin: 5px 5px 5px 0; font-size: 18px; text-align: center; border: none !important; padding: 0 !important; float: left; }
blockquote.right { width: 200px; margin: 5px 0 5px 5px; font-size: 18px !important; text-align: center; border: none !important; padding: 0 !important; float: right; }
blockquote.left p, blockquote.right p { font-size: 18px !important; text-align: center !important; }

.pullquote_left { width: 200px; margin: 5px 15px 5px 0; font-size: 14px; text-align: center; float: left; }
.pullquote_right { width: 200px; margin: 5px 0 5px 15px; font-size: 14px; text-align: center; float: right; }


div.navigation {
	font-size: 12px;
}
div.alignleft { float: left; }
div.alignright { float: right; }



/*===== comments by ben =====*/
/*===== this styles are for the new block content =====*/
/*===== start =====*/
#container_block {
	width: 895px;
	margin: 0px 0px 15px 0px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ccc;
	float: left;
	position: relative;
}

/*----- left and right block -----*/
#block_left {
	width: 530px;
	margin: 0px;
	padding: 0px 15px 0px 15px;
	float: left;
}
#block_right {
	width: 330px;
	background: url(images/rounded_gray_box.gif) no-repeat top center;
	margin: 0px;
	padding: 0px;
	float: right;
}

/*----- left container -----*/
#block_left h2 {
	font-size: 18px;
	font-weight: bold;
}
#block_left p {
	font-size: 13px;
	margin: 10px 0 0 21px;
}
#content_row {
	width: 530px;
	margin-top: 20px;
	float: left;
	position: relative;
}
#content_row h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10.5pt;
	font-weight: bold;
	color: #015a9c;
	clear: both;
	margin: 0px;
	padding: 0px;
}
#content_row p {
	font-size: 13px;
	margin: 0 0 0 21px;
	padding: 5px 0px 0px 0px;
	line-height: 16px;
}
#content_row span {
	width: 16px;
	height: 16px;
	margin: 0px;
	padding-right: 5px;
	float: left;
	display: block;
}
#content_row span.clock {
	background: url(images/icon_clock.gif) no-repeat left center;
}
#content_row span.lightning {
	background: url(images/icon_lightning_arrow.gif) no-repeat left center;
}
#content_row span.bars {
	background: url(images/icon_bars.gif) no-repeat left center;
}
#content_row span.medal {
	background: url(images/icon_medal.gif) no-repeat left center;
}
#content_row span.book {
	background: url(images/icon_book_open.gif) no-repeat left center;
}
#content_row span.shield {
	background: url(images/icon_shield.gif) no-repeat left center;
}
#content_row_left {
	width: 260px;
	margin-bottom: 10px;
	float: left;
	position: relative;
}
#content_row_right {
	width: 260px;
	margin-bottom: 10px;
	float: right;
	position: relative;
}

/*----- right container -----*/
#block_right_container {
	width: 330px;
	margin: 0;
	padding: 20px 0 0 0;
	position: relative;
}
#block_right_container h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #000;
	clear: both;
	margin: 0px 30px;
	padding: 0px;
}
#block_right_container p {
	font-size: 12px;
	margin: 0 30px 0 51px;
	padding: 5px 0px 0px 0px;
	line-height: 12px;
}
#block_right_container span {
	width: 16px;
	height: 32px;
	margin: 0px;
	padding-right: 5px;
	float: left;
	display: block;
}
#block_right_container span.asterisk {
	background: url(images/icon_asterisk.gif) no-repeat left top;
}

/*----- ordered list -----*/
#block_right_container ol.steps {
	margin: 0px 30px;
	padding: 0px;
}
#block_right_container ol.steps li {
	margin: 0px;
	padding: 0px;
	color: #000;
}
#block_right_container ol.steps li h3 {
	font-size: 11px;
	font-weight: bold;
	background: url(images/arrow_gray.gif) no-repeat 8px center;
	_list-style: url(images/arrow_gray_ie.gif);
	padding: 0px;
	margin: 10px 0px 0px 0px;
	color: #000;
	text-indent: 21px;
	line-height: 12px;
}
#block_right_container ol.steps li p {
	font-size: 11px;
	color: #000;
	font-weight: normal;
	padding-top: 2px;
	margin-left: 21px;
}

/*----- join button -----*/
div#join_button {
	background: #fff url(images/rounded_gray_box_bottom.gif) no-repeat top center;
	margin-top: -10px;
	text-align: center;
}	

/*===== end =====*/


