/* ** Sage Stylesheet Information **************************************

              Name: Dispassion - 1 Column
		
            Author: John Wrana
           Website: http://jowra.com
             Email: 

              Date: 2006-09-08
      Sage Version: 1.3.6

  ******************************************************************* */

/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}

/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
}

html { background-color: #fff; } 

body {
	padding: 50px;
	font-family: Verdana, Arial, "Neue Helvetica", Helvetica, Tahoma, Geneva, sans-serif;
	color: #444;
}

p.item-desc a:link { }
/*
h1 { font-weight: normal;
	font-family: Georgia, serif;
	font-size: 150%;
	margin: 0 0 5px 0;
	padding: 0;
}*/

h1 {
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, "Neue Helvetica", Helvetica, Tahoma, Geneva, Verdana, sans-serif;
	font-size: 160%;
	margin: 0 0 7px 0;
	padding: 0;
}

#rss-header {
}

#rss-header a {
	color: #590;
}

#rss-title {
}

#rss-desc {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, Garamond, serif;
	font-style: italic;
	font-size: 90%;
	margin: 0 0 25px 0;
	padding: 0;
	color: #444;
}

a {
	color: #a90000;
	text-decoration: none;
}

a:visited {
	color: #936;
	text-decoration: none;
}

a:hover {
	color: #936;
	text-decoration: underline;
}

div.item {
	border-bottom: 1px dotted #ccc;
	clear: both;
	vertical-align: top;
}

h2.item-title {
	margin: 15px 0 0 0;
	padding: 0;
	width: 25%;
	float: left;
	color: #a90000;
	font-size: 80%;
}

h2.item-title a {
	color: #a90000;
	text-decoration: none;
}	

h2.item-title a:hover {
	color: #a90000;
	text-decoration: underline;
}	

span.item-ordinal { display: none; }

div.item-desc {
	margin: 15px 0;
	padding-right: 0 0 0 5%;
	width: 70%;
	float: right;
	font-size: 80%;
	line-height: 1.35em;
	min-height: 6em;
}

div.item-desc p {
	margin: 0;
	padding: 0;

}

div.item-pubDate {
	width: 25%;
	float: left;
	font-size: 70%;
	color: #999;
}

div.item-technorati {
	clear: both;
	display: none;
}

div.item-desc img {
	float: left;
	margin: 4px 10px 0 0;
	border: none;
}

div.item-desc a img  {
}

div.item-desc a:hover img {
}

