/*  

Theme Name: Yadda

Theme URI: http://www.johnhesch.com/themes/yadda.zip

Description: Minimalist theme based on an open source design by Joe[y] located at http://oswd.org/

Version: 1.0

Author: Joe[Y] and John Hesch

Author URI: http://johnhesch.com



	Yadda v1.0

	http://johnhesch.com



	This design was built by Joe[y], and ported to a WordPress 1.5 theme by John Hesch

	whose blog you will find at http://johnhesch.com/



	The CSS, XHTML and design is released under GPL:

	http://www.opensource.org/licenses/gpl-license.php

	

 single.php, searchform.php, comments.php, comments-popup.php were taken from the WordPress default theme.

	

	*** REGARDING IMAGES & PLUGINS ***

	This theme uses two plugins, a Blockquotes JavaScript file and an image which are all included in the 

	distribution.

	

	To use the Blockquotes JavaScript hack 

 <blockquote cite="URL, or text, or empty">

	

 1. If the cite element contains a URL, print  Quote source below the quote as a clickable link.

 2. If the cite element contains only plain text, print  [the text] below the quote.

 3. If the cite element is empty or absent then print nothing below the quote.

 

	Be sure to change the URL of the image in this file on line 296. Also, change the URL

	on line 13 of the header.php file to where you place the JavaScript file. 

	

	To install the plugins add both files to your wp-content/plugins/ folder and activate in 

	the plugins tab of the admin screen.



	Contact me if you have questions.

*/





body {

  background:#fff;

  width:850px;

  margin-right:auto;

margin-left:auto;

  padding:40px 20px;

  font:x-small Georgia,Serif;

  text-align:center;

  color:#333;

  font-size:small;

  }

  

/* Links

----------------------------------------------- */

a:link {

  color:#999;

  font-size:1em;

  text-decoration:none;

  }

a:visited {

  color:#01a5a9;

  text-decoration:none;

  }

a:hover {

  color:#01a5a9;

  text-decoration:none;

  }

a img {

  border-width: 1px solid #99999;

  padding: 3px;

  }









/* Header

----------------------------------------------- */

#header {

  width:850px;

  margin:0 auto 10px;

  border-top:1px solid #ccc;

  border-bottom:1px solid #ccc;

padding-bottom:30px;

  }

  

#title {

  text-align: right;

  margin:5px 5px 0;

  padding:20px 20px .25em;

  border:0px solid #eee;

  border-width:0px 0px 0;

  font-size:200%;

  line-height:1.2em;

  font-weight:normal;

  color:#01a5a9;

  text-transform:lowercase;

  letter-spacing:.1em;

  }

#title a {
  color:#01a5a9;
}

#description {

  text-align: right;

  margin:0 5px 5px;

  padding:0 20px 20px;

  border:0px solid #eee;

  border-width:0 0px 0px;

  max-width:700px;

  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;

  text-transform:uppercase;

  letter-spacing:.2em;

  color:#999;

float:right;


  }





/* Layout

----------------------------------------------- */

#content {

  width:950px;

  margin:0 auto;

  padding:0;

  text-align:left;

  }

#main {

  width:600px;

  padding: 5px;

  float:left;

  }

#sidebar {

  width:300px;

  float:right;

  }





/* Headings

----------------------------------------------- */
h1 a {
  color:#01a5a9;
}

h2 {

  margin:1.5em 0 .75em;

  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;

  text-transform:uppercase;

  letter-spacing:.2em;

  color:#999;

  }





/* Posts 

----------------------------------------------- */

.date-header {

  margin:1.5em 0 .5em;

  }

.post {

  margin:.5em 0 1.5em;

  border-bottom:1px dotted #ccc;

  padding-bottom:1.5em;

}

.post-title {

  margin:.25em 0 0;

  padding:0 0 4px;

  font-size:200%;

  font-weight:normal;

  line-height:1.4em;

  color:#01a5a9;

  }

.post-title a, .post-title a:visited, .post-title strong {

  display:block;

  text-decoration:none;

  color:#01a5a9;

  font-weight:normal;

  }

.post-title a:hover {

  color:#999;

  }

.post div {

  margin:.75em 0 .75em;

  line-height:1.5em;

  }

p.post-footer {

  margin:-.25em 0 0;

  color:#ccc;

  }

.post-footer em, .comment-link {

  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;

  text-transform:uppercase;

  letter-spacing:.1em;

  }

.post-footer em {

  font-style:normal;

  color:#999;

  margin-right:.6em;

  }

.comment-link {

  margin-left:.6em;

  }

.post img {

  border: 1px solid #999;

padding:3px;

margin-right: 1.5em;

margin-bottom: 1.5em;

  }

.post blockquote {

  margin:1em 20px;

  }

.post blockquote p {

  margin:.75em 0;

  }

.post strong {
  color:#01a5a9;
}



/* Sidebar

----------------------------------------------- */

#sidebar ul {

  margin:0 0 .5em;

  padding:0 0 .5em;

  list-style:none;

  }

#sidebar li {

  margin:0;

  padding:0 0 .25em 0px;

  text-indent: 0px;

  line-height:1.5em;

  }

#sidebar p {

  color:#666;

  line-height:1.5em;

  }





/* Footer

----------------------------------------------- */

#footer {

  width:660px;

  clear:both;

  margin:0 auto;

  }

#footer hr {

  display:none;

  }

#footer p {

  margin:0;

  padding-top:15px;

  font:78%/1.6em "Trebuchet MS",Trebuchet,Verdana,Sans-serif;

  text-transform:uppercase;

  letter-spacing:.1em;

  }

.navigation {

	display: block;

	text-align: center;

	margin-top: 10px;

	margin-bottom: 60px;

	}

.alignright {

	float: right;

	}

.alignleft {

	float: left

	}



/* Misc

-----------------------------------------------------*/

.center {

	text-align: center;

	}

.alt {

	background-color: #f8f8f8;

	border-top: 1px solid #ddd;

	border-bottom: 1px solid #ddd;

	}

cite {

	padding-top: 10px;

	}

blockquote {  

background: url(http://your.url/wp-images/quote.gif) no-repeat 0 3px; 

color: #666; 

padding-left: 20px;

font-style: italic;

margin-bottom: 1px;

display:block; 

padding-top:5px;

}

blockquote div.source {

	font-style: normal;

 text-align: left;
}

del {
color:#01a5a9;
}