/*  
Theme Name: Running Blog
Theme URI: http://www.templatepanic.com/
Description: Sport related Wordpress theme.
Author: Effi
Author URI: http://www.EffiHaryanti.com/

Terms of Use:
- DO NOT REMOVE any of the links in the footer!
- You are free to share, to copy, distribute and transmit this theme.
- This theme is distributed for free. You are not allowed to sell this theme.
Thanks for using this theme.
*/


/* ---------------- GENERAL ---------------- */


body {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 140%;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	text-align: justify;
}
#container {
	width: 900px;
	margin: 0 auto;
	background: url('img/bg.jpg') repeat-y top center;
}
a, a:link {
	text-decoration: none;
	color:#254485;
}
a:hover {
	text-decoration: underline;
	color:#254485;
}
p.ads {
	margin-left: 10px;
}
small {
	font-size: 75%;
}
h1, h2, h4, h5, h6 {
	margin:0;
	padding: 0px;
}
h1 {
	font-size: 220%;
	color: #000000;
	padding: 70px 10px 0 50px;
	font-weight:normal;
}
h1 a:link, h1 a:visited, h1 a:hover {
	color: #f2f2f2;
	text-decoration: none;
}
.description {
	font-size: 100%;
	font-weight:normal;
	padding: 10px 10px 0 50px;
	font-style:italic;
	color: #f2f2ff;
}
.photos {
	padding: 10px 10px 0 50px;
}
.photos img {
	border: 2px solid #ffffff;
}
h2 {
	font-size: 150%;
	color: #985d15;
	margin-top: 0px;
	font-weight:normal;
}
h3 {
	font-size: 120%;
	color: #000000;
}
h4 {
	font-size: 100%;
	font-weight: normal;
	color: #000000;
}
h5 {
	font-size: 100%;
	color: #000000;
}
ul {
	list-style-type: square;
}
ul ul {
	list-style-type: disc;
}
ul ul ul {
	list-style-type: none;
}
label {
	font-size: 100%;
	color: #156d9d;
}
p img {
	padding: 6px;
	border:none;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
/* ---------------- LAYOUT ---------------- */


#header {
	margin: 0 auto;
	padding: 0px;
	width: 100%;
	clear: both;
	background: url('img/header.jpg') no-repeat center top;
	height: 284px;
}
#title {
	width: 396px;
	float: left;
}
#pages {
	width: 180px;
	padding: 95px 264px 0 416px;
	color: #f2f2f2;
}


*:first-child+html #pages {
	width: 180px;
	padding: 95px 284px 0 20px;
	color: #f2f2f2;
}


#pages a, #pages a:link {
	text-decoration: none;
	color: #f2f2f2;
	font-weight:bold;

}
#pages a:hover {
	text-decoration: none;
	color: #d9d8e4;
}
#pages ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 5px;
}
#pages ul li {
	list-style-type: none;
	margin: 0 0 10px 10px;
	padding: 0;
	background: url('img/border-bottom.png') bottom left repeat-x;
}
#sidebar {
	margin: 20px 40px 20px 636px;
	padding: 0;
	width:222px;
}
#content {
	float:left;
	width: 556px;
	padding: 0;
	margin: 20px 20px 20px 40px;
}
/* ---------------- NAVIGATION ---------------- */


#nav {
	font-size: 80%;
	padding: 5px 0px 15px 10px;
	color: #000000;
}
#nav a:link, #nav a:visited {
	color: #000000;
}
#nav a:hover {
	text-decoration:underline;
	background-color: transparent;
}
.navigation {
	font-size: 90%;
	padding: 5px 20px 5px 20px;
}
/* ---------------- POST ---------------- */


.pagetitle {
	padding: 0px 0px 10px 0;
	color: #000000;
}
.pagetitle h2 {
	padding: 60px 0px 5px 0;
	font-size: 120%;
}
.post {
	padding: 10px 0 30px 0;
}
.post h3 {
	padding: 30px 0px 5px 0px;
}
.relatedposts {
	width: 100%;
	float: left;
	color: #000000;
	margin: 5px auto;
	padding: 0 20px 5px 20px;
	font-size: 12px;
}
/* ---------------- SIDEBAR ---------------- */


#sidebar {
	font-size:90%;
	padding: 0;
}
#sidebar ul a:link, #sidebar ul a:visited {
	color: #000000;
	margin: 0;
	padding: 0;
}
#sidebar ul a:hover {
	text-decoration: underline;
}
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar p {
	margin-top: 0px;
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#sidebar li {
	line-height:150%;
	margin: 0;
	padding: 0;
}
/* fix for browsers that don't need the hack */
html>body #sidebar li {
	border-bottom: none;
}
.sidebar1 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
.sidebar1 h2 {
	font-weight: noemal;
	margin: 0;
	padding: 10px 0 0 0px;
	height: 40px;
	color:#156d9d;
}
#sidebar img {
	display: block;
	padding:0;
	margin:0;
	border: none;
}
#sidebar img a, #advert img a:link, #advert img a:hover {
	border:none;
}
/* ---------------- FOOTER ---------------- */


#footer {
	height: 77px;
	clear: both;
	font-size: 85%;
	padding: 0 0 0 30px;
	margin: 0;
	background: url(img/footer.jpg) no-repeat bottom center;
}
#footer p {
	color: #f2f2f2;
	margin-left: 10px;
	padding-top: 10px;
	text-align: left;
}
#footer a, #footer a:link {
	color: #f2f2f2;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: underline;
}
/* ---------------- COMMENTS ---------------- */


.commentlist li, #commentform input, #commentform textarea {
	font-size: 100%;
}
.commentlist li {
	font-weight: bold;
}
.commentlist cite, .commentlist cite a {
	font-weight: normal;
	font-style: normal;
}
.commentlist p {
	font-weight: normal;
	line-height: 130%;
	text-transform: none;
}
#commentform p {
	padding: 0 10px 0 20px;
}
.commentmetadata {
	font-weight: normal;
}
h3.comments {
	padding: 0 10px 0 10px;
	margin: 40px 10px 20px 10px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 10px;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#commentform #submit {
	margin: 0;
	float: right;
}
