/* Wheel and Pedal stylesheet */

html ,body {
	margin:0px;
	padding:0px;
	/*font-family:Trebuchet MS1, Helvetica, sans-serif;
	font-family:Times New Roman, Times, serif;
	font-family:MS Serif4, New York6, serif;
	font-family:Times New Roman, Times, serif;
	font-family:"Palatino Linotype", Book Antiqua3, Palatino6, serif;*/
	font-family:Times New Roman, Times, serif;
		font-family:Palatino Linotype, Book Antiqua3, Palatino6, serif;
	font-size:12px;
	color:#333;
	background:rgb(220, 216, 204);
	background:rgb(198, 175, 146);
	background:rgb(215, 203, 181);
	background:#FFF;
	/*
		darkish brown rgb(220, 216, 204)
		darker light brown rgb(236, 233, 228); 
		aqua blue rgb(48, 177, 219);
		tangerine rgb(255, 120, 0);
		gray rgb(144, 144, 144);
	*/
}

h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
	font-family:Georgia, Helvetica, Arial, Verdana, sans-serif;
	color:rgb(39, 39, 39);
}

h2 {
	margin-bottom:20px;
	font-size:24px;
}

h3 {
	font-size:22px;
	margin-bottom:0.6em;
}

p {
	margin:0px;
	padding:0px;
	margin-bottom:1.5em;
	font-size:1em;
	line-height:1.5em;
}

a:link,
a:visited,
a:hover,
a:active {
	color:rgb(48, 177, 219);
}

.clear {
	clear:both;
}

/* =wrapper */

#wrapper {
	margin:0px auto 0px auto;
	/* rgb(236, 233, 238) */
	/*border-right:7px solid rgb(233, 229, 216);
	border-bottom:7px solid rgb(233, 229, 216);
	border-left:7px solid rgb(233, 229, 216);*/
	padding:0px 40px 0px 40px;
	width:900px;
	background:rgb(245, 245, 237);
	background:none;
	height:100%;
}

/* =header */

#header {
	border-bottom:1px dashed rgb(92, 92, 92);
	border-bottom:1px dashed rgb(220, 216, 204);
	padding:40px 0px 20px 0px;
	text-align:left;
	/*line-height:120px;*/
	position:relative;
}

#header * {
	color:#333;
}

#header h1 {
	margin:0px;
	padding:0px;
	font-size:38px;
	overflow:hidden;
	position:relative;
	letter-spacing:-1px;
	text-shadow:0px 1px white;
}

#header h1 a {
	text-decoration:none;
}

#header h1 a span {
	font-size:22px;
}

#header h1 a em {
	font-style:normal;
	font-size:41px;
}

#header h1 a u {
	font-size:28px;
	text-decoration:none;
}

#header h1 strong {
	position:absolute;
	width:100px;
	overflow:hidden;
	top:0px;
	left:-1000px;
}

#header h2 {
	margin:0px 0px 0px 56px;
	padding:0px;
	font-size:10px;
	font-weight:normal;
	letter-spacing:2px;
	text-transform:uppercase;
	font-family:Palatino Linotype, Book Antiqua3, Palatino6, serif;
}

#header ul {
	margin:0px;
	padding:0px;
	position:absolute;
	top:0px;
	right:0px;
	height:20px;
	list-style:none;
}

#header ul li {
	margin:0px 0px 0px 10px;
	padding:0px;
	height:20px;
	line-height:20px;
	float:left;
}

#header ul li a {
	display:block;
	padding:0px 10px 0px 10px;
	color:white;
	text-decoration:none;
	text-shadow: #000 0 0 15px;
	letter-spacing:2px;
	font-size:10px;
	text-transform:uppercase;
	font-family:Palatino Linotype, Book Antiqua3, Palatino6, serif;
	height:20px;
	line-height:22px;
	background:rgb(144, 144, 144);
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	font-weight: bold;
}

#header ul li.feed a {
	background:rgb(231, 90, 0);
}
	
#header ul li a:hover {
	background:rgb(48, 177, 219);
	text-shadow: #05191f 0 0 15px;
}

/* =page */

#page {
	padding-top:40px;
}

/* =content */

#content {
	float:left;
	width:630px;
	color:rgb(92, 92, 92);
	font-family:Arial, Arial, Helvetica, sans-serif;
}

#content #container {
	margin-right:0px;
}

/* =sidebar */

#sidebar {
	float:right;
	width:225px;
}

#sidebar * {
	color:black;
	font-family:Georgia, Georgia, serif;
}

#sidebar h4 {
	margin:0px 0px 0px 0px;
	height:30px;
	line-height:32px;
	letter-spacing:0.2em;
	font-size:11px;
	text-transform:uppercase;
	text-align:left;
	text-indent:15px;
	/*
	background:rgb(236, 233, 228);
	background:rgb(230, 226, 214);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	*/
	clear:both;
}

#sidebar ul {
	margin:0px 0px 30px 0px;
	padding:0px 0px 15px 0px;
	list-style:none;
}

#sidebar ul li {
	margin:0px 0px 0px 0px;
	border-top:1px dashed rgb(220, 216, 204);
	padding:0px 0px 0px 0px;
	font-size:12px;
	line-height:1.5em;
}

	/* =info */
	
	#sidebar ul.text {
		margin-bottom:15px;
	}
	
	#sidebar ul.text li {
		margin:10px 0px 0px 0px;
		padding:0px 10px 10px 10px;
		color:rgb(92, 92, 92);
	}
	
	#sidebar ul.text li p {
		color:rgb(92, 92, 92);
	}

	/* =tags */
	
	#sidebar ul.tags {
		padding-bottom:0px;
		border-top:1px dashed rgb(220, 216, 204);
		margin-bottom:10px;
		padding-left:15px;
		padding-top:10px;
	}
	
	#sidebar ul.tags li {
		margin-bottom:5px;
		border:none;
		padding:0px;
		line-height:20px;
		float:left;
	}
	
	#sidebar ul.tags li.clear {
		height:15px;
		clear:both;
		margin:0px;
		padding:0px;
		background:none;
		float:none;
	}
	
	#sidebar ul.tags li a {
		display:block;
		margin:0px 5px 0px 0px;
		padding:0px 6px 0px 6px;
		/*color:#333;*/
		font-size:11px;
		text-decoration:none;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		background:#7DC8DF;
		color:white;
		font-style:italic;
		letter-spacing:1px;
	}
	
	#sidebar ul.tags li a:hover {
		background:rgb(48, 177, 219);
	}
	
	/* =pictures */
	
	#sidebar > ul.pictures {
		margin: 0px 0px 30px 0px;
		border-top:1px dashed rgb(220, 216, 204);
		padding: 10px 0px 0px 7px;
	}
	
	#sidebar > ul.pictures li {
	margin: 0px 3px 3px 0px;
		width: 50px;
		height: 50px;
		padding: 0px;
		border: 1px solid #CCC;
		border:none;
		overflow: hidden;
		float:left;
	}
	
	#sidebar > ul.pictures li.clear {
		margin: 0px;
		padding: 0px;
		width: 0px;
		height: 0px;
		clear: both;
		float: none;
	}
	
	#sidebar > ul.pictures li > a > img {
		width: 50px;
		height: 50px;
	}
	
	#sidebar > ul.pictures li > a:hover > img {
		opacity: 0.5;
	}

	/* =blogs */
	
	#sidebar ul.blogs {
		margin-bottom:0px;
	}
	
	#sidebar ul.recommended {
		margin-bottom:20px;
	}

	#sidebar ul.blogs li {
		padding:0px 0px 0px 0px;
	}

	#sidebar a.archives {
		margin:0px 0px 30px 0px;
		padding:0px;
		text-decoration:none;
		display:block;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		color:white;
		background:rgb(144, 144, 144);
		text-shadow: #000 0 0 15px;
		height:21px;
		line-height:21px;
		text-transform:uppercase;
		letter-spacing:2px;
		font-size:10px;
		text-indent:15px;
	}
	
	#sidebar ul.blogs li a {
		margin:0px 0px 0px 0px;
		padding:10px 15px 10px 15px;
		text-decoration:none;
		background:none;
		font-size:11px;
		display:block;
		color:rgb(127, 127, 127);
	}
	#sidebar ul.blogs li a:hover {
		text-decoration:none;
		color:#333;
	}
	
	#sidebar ul.recommended li a {
		padding:5px 15px 5px 15px;
	}
	
	#sidebar ul.blogs li a strong {
		font-size:13px;
		font-style:italic;
		color:white;
	}
	
	#sidebar ul.recommended li a:first-letter {
		font-size:13px;
	}
	
	#sidebar ul.tweets li a {
		text-decoration:none;
		/*color:#333;*/
		display:block;
		/*
		background:rgb(236, 233, 228);
		color:rgb(92, 92, 92);
		*/
		padding:15px 15px 20px 15px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		color:white;
		background:rgb(144, 144, 144);
	text-shadow: #000 0 0 15px;
	}
	
	#sidebar ul.tweets li a:hover, #sidebar a.archives:hover {
		color:white;
		background:rgb(48, 177, 219);
	text-shadow: #05191f 0 0 15px;
		text-decoration:none;
	}
		
/* =footer */

#footer {
	padding:60px 0px 40px 0px;
	text-align:right;
	font-family:Palatino Linotype, Book Antiqua3, Palatino6, serif;
	font-size:11px;
	color:#7F7F7F;
	letter-spacing:0px;
}

/* =bigbutton */

p.bigbutton {
	clear:both;
}

p.bigbutton a {
	display:block;
	padding:0px;
	color:white;
	text-decoration:none;
	text-shadow: #000 0 0 20px;
	letter-spacing:3px;
	font-size:10px;
	text-transform:uppercase;
	font-family:Palatino Linotype, Book Antiqua3, Palatino6, serif;
	height:40px;
	line-height:46px;
	background:rgb(144, 144, 144);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	text-align:center;
	font-size:16px;
}

p.bigbutton a:hover {
	background:rgb(48, 177, 219);
	text-shadow: #05191f 0 0 20px;
}

/* =article (large) */

.article {
	margin:0px;
	padding:0px;
	position:relative;
}

.article > h3, .trail > h3 {
	padding:30px 20px 30px 20px;
	margin:0px 0px 5px 0px;
	color:rgb(48, 177, 219);
	font-size:26px;
	font-weight:normal;
	text-shadow: #0a0a0a 0 0 50px;
	/*text-shadow:0px -1px #00556F;*/
	font-family: "Times New Roman", Times, serif;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:rgb(39, 39, 39);
	background-color: #484848;
	color:white;
	line-height: 26px;
}

.article > h3:first-letter {
	font-size:46px;
}

.article > h3 a, .trail > h3 a {
	text-decoration:none;
	color:rgb(39, 39, 39);
	color:white;
}

.article > h3 a:hover, .trail > h3 a:hover {
	border-bottom: 1px dashed white;
}

.article h4, .trail > h4 {
	margin:0px 10px 5px 10px;
	/* padding:0px 8px 0px 8px; */
	font-size:11px;
	height:26px;
	line-height:26px;
	/*margin-top:-26px;*/
	font-weight:normal;
	color:#7F7F7F;
	letter-spacing:0px;
	font-family:Palatino Linotype, Book Antiqua3, Palatino6, serif;
}

.article h4 span, .trail > h4 span {
	margin-right:10px;
}

.article h5 {
	margin:20px 0px 20px 0px;
	font-size:20px;
	clear:both;
}

.article img {
	margin:0px auto 10px auto;
	border:1px solid rgb(220, 216, 204);
	padding:3px;
	display:block;
	background:white;
	width:50%;
}

.article img.left {
	float:left;
	margin-right:20px;
}

.article img.right {
	float:right;
	margin-left:20px;
}

.article img.small {
	width:200px;
}

.article img.bigphoto {
	width:55%;
	/*float:right;*/
	margin:0px 0px 20px 20px;
	border:1px solid rgb(220, 216, 204);
	padding:3px;
	display:block;
	background:white;
}

.article h4 + p {
	font-style:italic;
	font-family:Georgia1, Georgia, serif;
	font-size:14px;
	line-height:1.4em;
	color:rgb(39, 39, 39);
}

.article p.more, .trail > p.more {
	text-align:right;
	height:20px;
	position:relative;
}

.article p.more a, .trail > p.more a {
	display:block;
	padding:0px 15px 0px 15px;
	color:white;
	text-decoration:none;
	text-shadow: #000 0 0 15px;
	letter-spacing:2px;
	font-size:10px;
	text-transform:uppercase;
	font-family:"Palatino Linotype", "Book Antiqua", "Palatino", serif;
	height:20px;
	line-height:23px;
	background:rgb(144, 144, 144);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	position:absolute;
	top:0px;
	right:0px;
}

.article p.more a:hover, .trail > p.more a:hover {
	background:rgb(48, 177, 219);
	text-shadow: #05191f 0 0 15px;
}

.gallery {
	margin:0px 0px 25px 0px;
	height:354px;
}

.gallery #biggalleryimg {
	border:1px solid rgb(220, 216, 204);
	padding:3px;
	display:block;
	background:white;
	width:326px;
	float:left;
}

.gallery ul {
	margin:0px;
	padding:0px 0px 0px 10px;
	width:278px;
	float:left;
	list-style:none;
}

.gallery ul li {
	float:left;
	width:66px;
	height:66px;
	padding:0px 1px 1px 0px;
	cursor:pointer;
}

.gallery ul li img {
	border:1px solid rgb(220, 216, 204);
	padding:2px;
	display:block;
	background:white;
	width:60px;
	height:60px;
}

/* style-1 */

.article-style-1 {
	clear:both;
}

.article-style-1 h3 {
	margin-right:59%;
}

.article-style-1 img.bigphoto {
	float:right;
}

/* home page small articles */

.home-articles {
	margin:0px 0px 2.8em 0px;
	border-top:1px dashed rgb(220, 216, 204);
	padding:15px 0px 0px 0px;
}

.home-articles .article {
	float:left;
	width:315px;
}

	.home-articles .article-1 {
		width:314px;
		border-right:1px dashed rgb(220, 216, 204);
	}

.home-articles .article h3, .archives .article h3, .smalltrail > h3 {
	padding:20px 15px 15px 15px;
	font-size:22px;
}

	.home-articles .article-1 h3 {
		margin-right:15px;
	}
	
	.home-articles .article-2 h3 {
		margin-left:15px;
	}

.home-articles .article h3:first-letter {
	font-size:38px;
}

.home-articles .article-2 h4 {
	margin-left:25px;
}

.home-articles .article h4 + p, .archives .article h4 + p {
	color:#666;
	font-size:12px;
}

.home-articles .article-1 p {
	margin-right:15px;
}

.home-articles .article-2 p {
	margin-left:15px;
}

.home-articles .article p.more {
	margin-bottom:0px;
}

/* =archives */

.archives .article, .smalltrail {
	margin:0px 0px 15px 0px;
	border-bottom:1px dashed rgb(220, 216, 204);
	padding:0px;
}

.archives .article h3, .smalltrail h3 {
	font-size:16px;
}

.archives .article h3:first-letter, .smalltrail > h3:first-letter {
	font-size:24px;
}

.archives .article h4 + p {
	font-size:11px;
}

/* =trails */

.trail {
	margin-bottom:20px;
	padding:10px;
	background:#F3F3F3;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.trail > h3 {
	padding:18px 15px 10px 15px;
}

/* for smaller trails */

.smalltrail {
	padding:0px;
	background:none;
}

.smalltrail > h3 {
	padding:8px 15px 3px 15px;
}