/*
Theme Name: Oblomovka
Theme URI: http://www.oblomovka.com/
Description: Theme for Oblomovka site
Version: 0.1
Author: Danny O'Brien
Author URI: http://www.spesh.com/danny/
Tags: green, two columns, widgets

	Oblomovka
	 http://www.oblomovka.com/public/oblomovka/wp_theme/

	This theme was designed and built by Danny O'Brien
	whose blog you will find at http://www.oblomovka.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* BEGIN OBLOMOVKA */

/* GENERAL */

body {
  margin:0px 0px 0px 0px;
  padding:0px;
  background: #a0b0a0;        /* Darker than dominant picture of corner pic */
  font-family: "Georgia","Times Roman", serif;
}

hr {
  width: 10%;
  border: thin outset;
}

.hooray {
  display: none;
  }

:link {
  color: #049;
  }

input {
  background-color: #b0c0b0;
  font-size: smaller;
}
/* CORNERPIC */

img.cornerpic {
  width: 160px;               /* Change this width */
  border-width: 3px;          
  border-color: black;        
  border-style: double;      
  }

/* TOPBOX */

#topbox {
  background: #a0b0a0;        /* Darker than dominant picture of corner pic */
  height: 166px;              /* Height of corner pic + borders */
  margin-top: 0px;            /* No gap at top */
  white-space: nowrap;
  color: #b0c0b0;
  }

#topbox h1 {
  display: inline;
  vertical-align: bottom;
  font-size: 500%;
  font-family: Georgia,serif;
  }

#searchformspan {
  display: inline;
    text-align: right;
    vertical-align: bottom;
  font-family: Georgia,serif;
  font-size: small;
  width: 141px;
  }


/* BIGBAR */

#sidebar {
  float:left;
  margin-left: 10px;
  width: 156px;               /* Width of corner picture + borders  */
  background-color: #a0b0a0;        /* Dominant colour of corner picture */
  padding-top: 1px;           /* Needed to stop colour bar btween topbar */
  padding-bottom:10px;        /* Nice padding before copyright message etc */
  width: 146px; /* ie5win fudge begins - this is the ie5win value*/
  voice-family: "\"}\"";
  voice-family:inherit;
  width: 156px; /* this is the value for all but ie5win
  }
html>body #bigbar { /* this stops Opera getting the ie5win value */
  width: 156px; /* ie5win fudge ends */
  }

#sidebar *  {
  font-family: Arial,Helvetica,sans-serif;
  font-size: small;
  margin: 0px;
  padding-left: 5px;
  padding-right: 5px;
  }

#sidebar h3 {
  margin-top: 10px;
  }

/* CONTENT */

/* The 70% thing isn't perfect, but it'll do */
#content {
  float:left;
  padding-top: 1px;           /* Needed to stop colour gap */
  padding-bottom:10px;        
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 1px;
  background-color: #aebeae;        /* Dominant colour of corner picture */
  width: 75%; 
  /* It isn't needed here either, I believe 
  voice-family: "\"}\"";
  voice-family:inherit;
  width: 75%;
}
 
html>body #content { /* this stops Opera getting the ie5win value 
  width: 75%; /* ie5win fudge ends 
  */
  }

#fore {
font-weight: bold;;
}

.quote P {
  clear: right;
  font: normal x-small Georgia, "Times New Roman", Times, serif;
  border: thin solid #c0d0c0;
  border-width: 1px;
  background: #a0b0a0;
  padding: 5px;
  }

.adbox
P {
  clear: right;
  font: normal x-small Georgia, "Times New Roman", Times, serif;
  border: thin solid #c0d0c0;
  border-width: 1px;
  background: #a0b0a0;
  padding: 5px;
  }


.links {
  clear: right;
  float: right;
  font: normal x-small Georgia, "Times New Roman", Times, serif;
  border: thin solid #000000;
  border-width: 1px;
  background: #a0b0a0;
  padding: 5px;
  margin-bottom: 1em;
  width: 121px;
  }


.delicious-banner {
    text-align: center;
    color: #304030;
    margin: -5px;
    margin-bottom: 0px;
    border-bottom: thin solid #102010;

    background: #90a090;
}

.delicious-posts>ul {
    padding-left: 0px;
}

.delicious-post {
    padding-bottom: 3px;
}

.oblinkinfo {
    text-align: center;
    margin: -5px;
    margin-top: 0px;
    border-top: thin solid #102010;

    background: #90a090;
}


.cal pre {
  float: right;
  font-size: x-small;
  line-height: normal;
  border: thin solid #000000;
  border-width: 1px;
  background: #a0b0a0;
  padding: 5px;
  width: 121px;
}

.picture {
  border: thin double #c0d0c0;
  border-width: 3px;
  background: #a0b0a0;
  padding: 0px;
  float: left;
  margin: 10px;
  margin-top: 1.2em;
  margin-left: 2px;
  font-size: small;
  font-style: italic;
  text-align: center;
  }

.footnote {
  margin-left: 10%;
  margin-right: 10%;
  font-size: small;
}

.postmetadata {
  font-size: small;
}


.search {
  background-color: yellow;
}

.date {
}

.permalink {
  text-decoration: none;
  color: #049;
}

.permalink:hover {
  text-decoration: underline;
  }

.title {
  font-weight: bold;
  text-transform: lowercase ;
}



#bigbar .quote P {
  color: #c0d0c0;
  margin: 10px;
  width: 80;
  font: normal x-small Georgia, "Times New Roman", Times, serif;
  margin-left: 0px;
  }

#content .quote P {
  float: right;
  font: normal x-small Georgia, "Times New Roman", Times, serif;
  width: 121px;
  background: #a0b0a0;
  }

#content .adbox P {
  float: right;
  font: normal x-small Georgia, "Times New Roman", Times, serif;
  width: 120px;
  background: #a0b0a0;
  padding: 5px;
  margin: 10px;
  margin-left: 10px;
  margin-right: 10px;
  }


#content BLOCKQUOTE {
  font-style: italic;
  padding-left: 0.5em;
  border-left: thin solid green;
}

.urlsummary {
    padding-left: 10%;
    padding-right: 10%;
  }
.urlsummary CITE {
  font-size: 70%;
  font-variant: small-caps;
}



/* BEGIN WORDPRESS 

/* Begin Typography & Colors */





/* 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;
    list-style-type: none;
	list-style-image: none;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul p, #sidebar ul select {
	}

#sidebar ul ul, #sidebar ul ol {
	}

#sidebar ul ul ul, #sidebar ul ol {
	}

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

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



/* Begin Form Elements */
#searchform {
  display: inline;
  text-align: center;
  padding: 0px;
  float: right;
  width: 131px;
  font: normal x-small Georgia, "Times New Roman", Times, serif;
  border: thin solid #000000;
  border-width: 1px;
  background: #a0b0a0;
  margin-bottom: 1em;
	}


#searchsubmit {
	padding: 0px;
	}

.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: 100%;
	padding: 2px;
	}

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



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

.commentlist {
	padding: 0;
	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 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;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* 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 */


/* "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." */
