/*
Theme Name:  Velouria
Theme URI:  http: //www.leonpaternoster.com/
Description:  A simple, one-column theme that uses tags to emphasise your important content. Released under <a href="http: //creativecommons.org/licenses/GPL/2.0/">Creative Commons General Public License</a> (GNU GPL). Please retain the link to my site in the footer.  Thanks to <a href="http://famfamfam.com/">FAMFAMFAM</a> and <a href="http://www.wefunction.com/function-free-icon-set"> Function Design and Development Studio</a> for the icons.
Version:  0.1
Author:  Leon Paternoster
Author URI:  http: //www.leonpaternoster.com/
*/

* {
	margin: 0;
	padding: 0;
}

html {
	
	color: #444;
}

body {
	font-size: 100%;
	line-height: 1.5em;
	font-family: helvetica, arial, sans-serif;
	background:#fff url(images/background.jpg) no-repeat scroll center top;
	color: #444;	
	

}

.maincontent {
	background-color: #fff;
	width: 50em;
	margin: 0 auto 2em auto;
	padding-top: 1.5em;
	border: 5px solid #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 6em;
	line-height: 1em;
	margin-bottom: 0.25em;
	clear: both;
}

h2 {
	font-size: 3em;
	margin-bottom: 0.5em;
	line-height: 1em;
}

h3.article_title {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #ccc;
	font-weight: 100;
}

h3 {
	font-size: 1.5em;
	margin-bottom: 1em;
	font-weight: light;
}

h4, h5, h6, dt {
	font-size: 1em;
}

p, ul, ol, dd {
	margin-bottom: 1.5em;
}

em {
	font-family: georgia, palatino, times, serif;
	font-style: italic;
}

abbr, acronym, dfn {
	font-family: georgia, palatino, times, serif;
	font-variant: small-caps;
	border-bottom: 1px dotted #444;
	cursor: help;
}

blockquote {
	background-image: url(images/quote.gif);
	padding-left: 3em;
	background-position: top left;
	background-repeat: no-repeat;
}

a:link, a:visited {
	text-decoration: none;
	color: #FFD100;
	border: none;
}

a:hover {
	text-decoration: none;
	color: #444444;
	background-color: #ffd100;
}

h1 a:link, h1 a:visited, h1 a:hover {
	text-decoration: none;
	color: #444;
	border: none;
}	

.clear {
	clear:both;
}
/* ids and classes */

/*  header styling */

ul.menu {
	padding: 0.5em 0.1em;
	border-bottom: 1px solid #ccc;
	margin: 0;
}

ul.submenu {
	border-top: 1px solid #ccc;
	padding: 0.5em 0.1em 0 0.1em;
	margin-bottom: 0.5em;
}

ul.menu li, ul.submenu li {
	display: inline;
	margin-right: 1.5em;
}

.current_page_item, .current_page_item a {
	cursor: default;
	border-bottom: 2px solid #FFD100;
	padding-bottom: 0.1em;
}

.page_item a:hover {
	text-decoration: none;
	background-color: transparent;
	border-bottom: 2px solid #FFD100;
	padding-bottom: 0.1em;
}

ul.menu li a:hover {
	text-decoration: none;
	background-color: transparent;
	border-bottom: 2px solid #FFD100;
	padding-bottom: 0.1em;
}

ul.menu li a:link, ul.menu li a:visited, ul.submenu li a:link, ul.submenu li a:visited {
	text-decoration: none;
	color: #444;
}

#about p, .excerpt p {
	padding: 0 4em;
	font-style: italic;
	font-family: georgia, palatino, serif;
}

.excerpt p {
	font-family: helvetica, arial, sans serif;
	color: #444;
	font-style: normal;
}

/* page and post styling */

.previous_post a
{
	text-decoration: none;
	background-color: transparent;
	background-image: url(images/prev_post.gif);
	background-repeat:no-repeat;
	margin-right:10px;
	margin-top:10px;
	float:left;
	width:38px;
	height:48px;
}

.next_post a
{
	text-decoration: none;
	background-color: transparent;
	background-image: url(images/next_post.gif);
	background-repeat:no-repeat;
	float:right;
	margin-top:10px;
	width:38px;
	height:48px;
}
.previous_post a:hover 
{
	text-decoration: none;
	background-color: transparent;
	background-image: url(images/prev_post_h.gif);
}

.next_post a:hover
{
	text-decoration: none;
	background-color: transparent;
	background-image: url(images/next_post_h.gif);
}

.post, .page {
	padding-top: 1.5em;
	border-top: 1px solid #ccc;
}

div.alignleft, .alignleft {
	display: inline;
	float: left;
	margin-right: 1em;
}

div.alignright, .alignright {
	display: inline;
	float: right;
	margin-left: 1em;
}

div.aligncenter, .aligncenter {
	display: block;
	margin: 0 auto;
	text-align: center;
}

p.wp-caption-text {
	font-size: 0.75em;
	color: #888;
	margin-bottom: 2em;
}

.excerpt {
	margin-bottom: 1.5em;
	//background-image: url(images/newspaper_48.png);
	background-repeat: no-repeat;
	background-position: top left;
	
}

.excerpt p {
	margin-bottom: 0;
	font-size: 0.75em;
}

.excerpt cite {
	font-size: 0.75em;
	font-style: normal;
	padding-left: 4em;
}

p.leader {
	font-family: helvetica, arial, sans-serif;
	font-size: 3em;
	padding: 0.5em 0 0 0;
	margin-bottom: 0.5em;
}

ul.must_read_list {
	padding: 0 4em;
}

.favs {
	background-image: url(images/heart_48.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-bottom: 0.7em;
}

h5.must_read {
	font-size: 0.875em;
	margin-left: 4em;
	padding-left: 1.5em;
	background-image: url(images/next.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

/* single pages */

.quoteit {
	background-image: url(images/coffee_mug.png);
	background-position: center left;
	background-repeat: no-repeat;
}

p.postmetadata {
	font-size: 0.75em;
	padding: 1em 0 0 0;
	border-top: 1px dotted #ccc;
	color: #888;
	background-position: center left;
	background-repeat: no-repeat;
}

p.postmetadata+p:first-line {
	font-family: georgia, palatino, times, serif;
	font-variant: small-caps;
	letter-spacing: 0.1em;
}
ul.turnpage {
	margin-top:1.5em;
}

ul.turnpage li {
	list-style-type: none;
	padding-left: 1.5em;
}

ul.turnpage li.next {
	background-image: url(images/next.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

ul.turnpage li.previous {
	background-image: url(images/previous.gif);
	background-position: center left;
	background-repeat: no-repeat;
}


.post .entry img{
	float:left;
	border: 1px solid black;
}
.post .entry p img{
	float:left;
	margin-right:20px;
	border: 1px solid black;
}
/* footer */

ul.footer {
	font-size: 0.6em;
	padding-top: 1em;
	margin-top: 1.5em;
	border-top: 1px solid #ccc;
	margin-bottom:0;
}

ul.footer li {
	display: inline;
	margin-right: 1.5em;
}

ol.commentlist {
	padding: 0 2em;
}

ol.commentlist li {
	padding: 1.4em 0.7em 0 0.7em;
}

ol.commentlist li.alt {
	background-color: #f2f2f2;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

.comment_meta {
	padding: 0 2em;
	font-weight: bold;
	background-image: url(images/pencil.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.comment_text {
	padding-left: 1.8em;
}

form#commentform label {
	font-weight: bold;
}

form#commentform input {
	width: 100%;
	border: 1px solid #ccc;
	padding: 0.35em;
}

form#commentform input#submit {
	width: 10em;
	border: 1px solid #ccc;
	padding: 0.35em;
	cursor: pointer;
}

textarea#comment {
	width: 100%;
	border: 1px solid #ccc;
	padding: 0.35em;
	font-family: helvetica, arial, nimbus sans, sans-serif;
}

/* thumnail covers */
.fix { 
	display: block; 
}
.main {
	float:left;
}
.thumbpost {
	border-top:1px solid #CCCCCC;
}
.thumb { 
	background: #222 url(images/thumb.png); 
	display: block; 
	width: 235px; 
	overflow: hidden; 
	height: 150px; 
	margin: 0 15px 10px 15px; 
	position: relative; 
}

.thumb a:link, .thumb a:visited {
	color: transparent;
}
.thumb img{
	width:231px;
}
.thumb-title {
    margin-bottom:0px;
    background:#000;
    width:227px;
    bottom:0;
    right:0;
    display:block;
    position:absolute;
    padding:4px;
    filter:alpha(opacity=85);
    -moz-opacity:.85;opacity:.85;
}
.thumb-title:hover { 
	background:#222; 
}
.thumb-title h2 { 
	margin: 0; 
	line-height: 1.4em; 
	color:#fff;
}
.thumb-title h2 a { 
	font:11px Arial,helvetica;
	display:block;
	color:#fff;
	text-decoration: none;
	text-transform:capitalized; 
}
.thumb-title h2 a:hover, .thumb-title h2 a:link, .thumb-title h2 a:visited   { 
	color: #fff;
}

