/*  
based on Running Blog theme by Effi: http://www.EffiHaryanti.com/
*/

/* Begin Typography & Colors */
body { 
  font-family: Trebuchet MS, Verdana, Arial, sans-serif; 
  font-size: 13px; 
  color: #000000; 
  line-height: 140%; 
  background: #ead6ad; 
  text-align: left; 
}

/* added - verify if this does something */
#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header { 
  background: url(img/header.jpg) no-repeat center top; 
}

/* added - verify if this does something */
#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content { 
  float:left; 
  width: 556px; 
  padding-left: 40px; 
  margin: 20px 20px 20px 0px; 
}

/* start added */
.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}
/* end added */

#footer { 
  background: url(img/footer.jpg) no-repeat bottom center; 
}

small { 
  font-size: 75%; 
}

/* start added */
#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}
/* end added */

.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;
}

#sidebar { 
  margin: 20px 40px 20px 636px; 
  width:200px; 
}

/* start added */
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* end added */
/* End Typography & Colors */

/* Begin Structure */
body {
  margin: 0px; 
  padding: 0px; 
}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header { 
  margin: 0 auto; 
  padding: 0px; 
  width: 100%; 
  clear: both; 
  height: 284px;
}

/*begin added*/
#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
/*end added*/

.post {	
  padding: 10px 0 30px 0;
}

.post h3 { padding: 30px 0px 5px 0px;}

/* begin added */
.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}
/* end added */

#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; 
}
/* End Structure */

/* Begin Headers */
h1, h2, h4, h5, h6 { 
  margin:0; 
  padding: 0px; 
}

h1 { 
  font-size: 220%; 
  color: #f2f2f2; 
  padding: 70px 10px 0 50px; 
  font-weight:normal; 
}
h1 a:link, h1 a:visited, h1 a:hover { 
  color: #f2f2f2; 
  text-decoration: none; 
}

h2 { 
  font-size: 170%; 
  color: #985d15; 
  margin-top: 0px; 
  font-weight:normal; 
}

h3 { 
  font-size: 120%;
  color: #333333;
}

h4 { 
  font-size: 100%; 
  font-weight: normal;
  color: #333333;
}

h5 {
  font-size: 100%;
  color: #333333;
}

h3.comments {
  padding: 0 10px 0 10px; 
  margin: 40px 10px 20px 10px;
}
/* End headers */

/* begin images */
p img { 
  padding: 4px; 
  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;
}
/* End Images */

/* Begin Lists
/* begin added */
/* 	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
/* end added */

#sidebar { 
  font-size:90%; padding: 0; 
}

#sidebar ul a:link, #sidebar ul a:visited { 
  color: #333333; 
  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: normal; 
  margin: 0; 
  padding: 10px 0 0 0px; 
  height: 40px; 
  color:#333; 
}

#sidebar img { 
  display: block; 
  padding:0; 
  margin:0; 
  border: none; 
}

#sidebar img a, #advert img a:link, #advert img a:hover { 
  border:none; 
}

ul{ list-style-type: square;}
ul ul { list-style-type: disc;}
ul ul ul{ list-style-type: none;}
/* End Entry Lists */

/* Begin Form Elements */
/*begin added */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
/* end added */

#commentform input {
  width: 170px; 
  padding: 2px; 
  margin: 5px 5px 1px 10px;
}

#commentform textarea {	
  width: 100%; 
  padding: 2px;
}

/*begin added*/
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
/* end added */

#commentform #submit { 
  margin: 0;
  float: right;
}
/* End Form Elements */

/* Begin Comments*/
/* begin added */
.alt {
	margin: 0;
	padding: 10px;
	}

.children { padding: 0; }

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* end added */

/* Begin Sidebar */
/* begin added */
#sidebar form {
	margin: 0;
	}
/* end added */
/* End Sidebar */

/* begin calendar */
/* start added */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* end added */
/* End Calendar */

/* Begin Various Tags & Classes */
/* begin added */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

/* end added */
.navigation { 
  font-size: 90%; 
  padding: 5px 20px 5px 20px; 
}
/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* extra stuff ? */
#container { width: 900px; margin: 0 auto; background: url(img/bg.jpg) repeat-y top center; }

a, a:link { text-decoration: none; color:#985d15; }
a:hover { text-decoration: underline; color:#59270d; }

p.ads { margin-left: 10px; }

.description { font-size: 100%; font-weight:normal; padding: 10px 10px 0 50px; font-style:italic; color: #999;}
.photos { padding: 10px 10px 0 50px; }
.photos img { border: 2px solid #9d6516; }


label {	font-size: 100%; color: #156d9d;}

#title { width: 576px; float: left; }

/*
#pages { width: 180px; padding-top: 70px; margin: 0px 264px 0 416px; color: #f3e1be; }
#pages a, #pages a:link { text-decoration: none; color: #d69e5b; }
#pages a:hover { text-decoration: none; color: #f3e1be; }
#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; }
*/

#nav { font-size: 80%; padding: 5px 0px 15px 10px; color: #666666; }
#nav a:link, #nav a:visited { color: #666666; }
#nav a:hover { text-decoration:underline; background-color: transparent; }
/* ---------------- POST ---------------- */
.pagetitle { padding: 0px 0px 10px 0; color: #999;}
.pagetitle h2 { padding: 60px 0px 5px 0; font-size: 120%; }
.relatedposts { float: left; color: #666; margin: 5px auto; padding: 0 20px 5px 20px; font-size: 12px; }

