/*  
Theme Name: Tokyo Ranch
Theme URI: http://oj.hwel.de/
Description: Tokyo Ranch theme, based on twoday.net's bigview theme (design-wise) and the default WordPress theme (technically).
Version: 1.0
Author: Oliver J. Hanau
Author URI: http://oj.hwel.de/
*/


/* The container contains the content div, whereby the content
   div and the sidebar div won't collide.
   Right margin is desired_sidebar_width*-2 - 1 (used to be dsw*-1 - 1)
*/
#container {
  float: left;
  margin: 0px -401px 0px 0px;
  width: 100%;
}

/* Padding can only be set on the right. Left padding is
   achieved via margin. (This only looks decent if the content
   div has no background color.)
   Right margin is sidebar_width
   Width is page_width - content_padding - 1
*/
#content {
  margin: 0px 200px 0px 0px;
  float: left;
  padding: 0 15px 0 15px;
  border-right: 1px solid white;
  width: 569px;
}

/* Width is desired_sidebar_width - horiz_sidebar_padding
*/
#sidebar {
  float: right;
  width: 170px;
  border-left: 1px solid white;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  overflow: hidden;
  font-size: 0.75em;
  /*font-family: 'Trebuchet MS', sans-serif;*/
}

#page {
  width: 800px;
  text-align: left;
  background-color: #aab8c4; /*#afbfbf;*/
  padding: 0;
  margin: 0 auto;
}

p.catdesc {
  font-family: 'Trebuchet MS', sans-serif;
  font-size: 0.85em;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
}


/* Begin Typography & Colors */
body {
	font-family: 'Palatino Linotype', Times New Roman, serif;
	font-size: 11pt;
	background: #6a6a6a;
	color: #333333;
	/*text-align: center;*/
	margin: 0 0 10px 0;
	padding: 0; 
	}

#footer {
	background: #eee; 
	border: none;
        border-top: 20px solid #444;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	font-weight: bold;
	}

h2 {
	font-size: 1.1em;
	}

#sidebar h2 {
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
        font-size: 0.8em;
	}

/*
h3 {
	font-size: 1.2em;
	}
*/
a {
        color: white;
        text-decoration: none;
        }

.linkdesc {
        font-family: Verdana, sans-serif;
        font-weight: bold;
        font-size: 0.8em;
        color: #888;
}

a.hidden, a.hidden:visited {
        color: #333333;
        }

a:hover, .nolink:hover {
        text-decoration: underline;
}

a:visited {
        color: #f0f0f0;
        }

cite {
        font-family: 'Times New Roman', times, Serif;
        font-style: normal;
        margin-left: 10px;
        border-left: 5px solid white; 
        padding-left: 8px;
        display: block;
        //font-size: 1.1em;
        }

h1, h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, p.catdesc {
	color: #174a59; /*#1c5555;*/
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption {
	text-decoration: none;
	}

h2 a:hover, h3 a:hover {
	text-decoration: none;
	}

h1 {
  font-size: 8pt;
}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
        font-family: 'Palatino Linotype', 'Times New Roman', serif;
	}

/*.commentlist li {
	font-weight: bold;
	}
*/

.small {
        font-size: 0.85em;
}

.smallish {
        font-size: 0.9em;
}

.tiny {
        font-size: 0.6em;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentlist li p {
        margin-top: 0;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-family: 'Trebuchet MS', Arial, Sans-Serif;
	font-weight: bold;
	}

#sidebar ul ul li, #sidebar ul ol li, .nocomments {
	color: #777;
	}

#title {
        border-bottom: 1px white solid;
        padding-bottom: 7px;
}

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 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;

	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#footer a {
        color: #222;
        text-decoration: underline;
        }

/* End Typography & Colors */



/* Begin Structure */
#headerimg {
	margin: 0;
	/*height: 200px;*/
	width: 100%;
        border-top: 60px solid #444;
        border-bottom: 20px solid black;
	}

#headerimg img {
        display: block;
        }

.post {
/*	margin: 0 0 40px;*/
	text-align: justify;
        padding-bottom: 5px;
        border-bottom: 1px solid white;
	}

h2 {
  clear: both;
}

.post hr {
	display: block;
	}

.post p {
        margin-top: 0.75em;
        padding-top: 0;
        }

.widecolumn .post {
	margin: 0;
	}

.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 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	font-weight: bold;
	color: gray;
	clear: left;
}

.postmetadata a, .postmetadata a:visited, .postmetadata a:hover {
	color: #1c5555;
	text-decoration: none;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 800px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h2 {
        padding-bottom: 0;
        margin-bottom: 0;
        }

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

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


/* Screenplay */
p.sp_scene {
  font-family: Courier New, serif;
  margin: 18px 0px 0px 30px;
  text-align: left;
}

p.sp_desc {
  font-family: Courier New, serif;
  margin: 12px 0px 0px 30px;
  text-align: left;
}

p.sp_cut {
  font-family: Courier New, serif;
  margin: 12px 0px 0px 30px;
  text-align: right;
}

p.sp_role {
  font-family: Courier New, serif;
  margin: 12px 120px 0px 120px;
  text-align: left;
}

p.sp_dlg {
  font-family: Courier New, serif;
  margin: 0px 90px 0px 80px;
  text-align: left;
}

p.sp_dlgdesc {
  font-family: Courier New, serif;
  margin: 0px 105px 0px 100px;
  text-align: left;
  font-style:italic;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

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

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 8px;
	}

#sidebar ul li.widget {
        padding-bottom: 5px;
        border-bottom: 1px solid white;
        }

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#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;
	}

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

#commentform textarea {
	width: 560px;
	padding: 2px;
	}

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



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

.commentlist {
	padding: 0;
        margin-left: 20px;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	/*list-style: none;*/
	}

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

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



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



/* Begin Calendar */
#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 Calendar */



/* Begin Various Tags & Classes */
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;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

