/*
Theme Name: Spinasse
Theme URI: http://www.spinasse.com/
Description: Wordpress Theme for Cascina Spinasse Blog Design by <a href="http://www.gongfan.com/">Gina Tolentino</a> &amp; Code by <a href="http://www.crashpaddesign.com">Ryan Scherler (Crashpad Design)</a>.
Version: 1.0
Author: Gina Tolentino and Ryan Scherler
Author URI: http://www.gongfan.com/
Tags: custom theme

	Spinasse v1.0
	 http://www.spinasse.com

	This theme was designed by Gina Tolentino and built by Ryan Scherler.
*/

/* begin reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
/* end reset */


/*
--------------------------------------------------
GENERAL FORMATTING
--------------------------------------------------
*/

body {
	background: #342c25;
	font-size: 11px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	color: #666;
}

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

h1, h2, h3, h4, h5, p, ul, ol {
	font-weight: normal;
	margin: 0 0 20px 0;
}

/*
--------------------------------------------------
MASTHEAD/MAIN LAYOUT
--------------------------------------------------
*/

div#wrap-main {
	width: 920px;
	margin: 20px auto 0 auto;
	padding: 20px;
	background: #fff;
}

div#masthead {
	position: relative;
	width: 920px;
	height: 130px;
	background: url(images/bg-masthead.jpg) no-repeat 0 0;
}

#masthead h1 {
	position: absolute;
	left: 330px;
	top: 70px;
	text-transform: uppercase;
	text-shadow: #000 1px 1px 1px;
	color: #ff3333;
	font-size: 18px;
	margin-bottom: 0;
	line-height: normal;
}

#masthead h1 a {
	text-decoration: none;
	color: #ff3333;
}

#masthead h2 {
	position: absolute;
	left: 330px;
	top: 95px;
	color: #ccc;
}

#masthead #logo {
	position: absolute;
	top: 0;
	left: 0;
}

div#main {
	padding-top: 40px;
	background: #fff url(images/bg-main.png) repeat-y 0 0;
}

div#wrap-content {
	width: 720px;
	margin: 0 auto;
}

div#content {
	float: right;
	width: 520px;
}

div#sidebar {
	float: left;
	width: 180px;
}

div#main-footer {
	width: 920px;
	height: 40px;
	background: url(images/bg-main-footer.png) no-repeat 0 0;
}

div#wrap-footer {
	width: 920px;
	margin: 0 auto;
	padding: 20px;
	background: #ccc;
}

/*
--------------------------------------------------
CONTENT FORMATTING
--------------------------------------------------
*/

#content h1 {
	text-shadow: #fff 1px 1px 1px;
	font-family: Georgia, serif;
	color: #666;
	font-size: 20px;
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	color: #9999cc;
}

a:hover {
	color: #000;
}

/*
--------------------------------------------------
POST FORMATTING
--------------------------------------------------
*/

div.post {
	margin-bottom: 40px;
}

div.post.last {
	margin-bottom: 0;
}

h2.post-title {
	font-family: Georgia, serif;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 0;
	color: #666666;
}

body.single h2.post-title,
body.page h2.post-title {
	font-size: 26px;
	line-height: normal;
	margin-bottom: 10px;
}

.post-title a {
	color: #666;
	text-decoration: none;
}

.post-title a:hover {
	color: #000;
}

h3.post-date {
	text-transform: uppercase;
	color: #999;
	margin-bottom: 10px;
}

.post-entry p {
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}

p.post-metadata {
	color: #999;
	border-top: 1px dashed #ccc;
	margin-top: 10px;
	padding-top: 10px;
	line-height: 15px;
}

p.post-metadata a {
	color: #777;
}

p.post-metadata a:hover {
	color: #000;
}

/*
--------------------------------------------------
COMMENT FORMATTING
--------------------------------------------------
*/

h3#comments {
	font-family: Georgia, serif;
	font-size: 16px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

li.comment {
	border: 1px solid #eee;
	padding: 10px 10px 0 10px;
	margin-bottom: 20px;
}

li.comment.thread-alt {
	background: #f8f8f8;
}

li.comment img.avatar {
	border: 1px solid #ddd;
	padding: 5px;
	margin: 0 0 10px 0;
	float: right;
}

div.comment-author {
	font-family: Georgia, serif;
	font-size: 14px;
	margin-bottom: 10px;
}

div.comment-author a {
	text-decoration: none;
	color: #7c99cd;
}

div.comment-author a:hover {
	color: #000;
}

.comment-body p {
	margin-bottom: 10px;
}

.comment-body em {
	display: block;
	color: #ff3333;
}

.comment-body a {
	text-decoration: none;
	color: #9999cc;
}

.comment-body a:hover {
	color: #000;
}

div.comment-meta {
	text-transform: uppercase;
	font-size: 11px;
	color: #aaa;
	margin-bottom: 10px;
}

div.comment-meta a {
	text-decoration: none;
	color: #777;
}

li.comment p {
	font-size: 11px;
	line-height: 18px;
}

div#respond {
	border: 1px solid #f8f8f8;
	border-width: 5px 1px 1px 1px;
	padding: 20px 20px 0 20px;
}

#respond h3 {
	font-family: Georgia, serif;
	font-size: 14px;
	margin-bottom: 10px;
}

textarea#comment {
	width: 100%;
}

/*
--------------------------------------------------
POST/COMMENT NAV
--------------------------------------------------
*/

div.navigation {
	margin-top: 20px;
}

.navigation a {
	color: #555;
}

.navigation a:hover {
	color: #000;
}

.navigation div.align-left {
	float: left;
}

.navigation div.align-right {
	float: right;
}

/*
--------------------------------------------------
WIDGETS
--------------------------------------------------
*/

div.widget {
	margin-bottom: 20px;
}

div.widget h2 {
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 10px;
}

div.widget li {
	margin-bottom: 5px;
}

div.widget a {
	text-decoration: none;
	color: #9999cc;
}

div.widget a:hover {
	color: #000;
}

div.widget_calendar table {
	border-collapse: collapse;
	width: 100%;
	text-align: center;
}

div.widget_calendar table caption {
	font-size: 13px;
	margin-bottom: 10px;
}

div.widget_calendar table th {
	color: #444;
}

div.widget_calendar table td {
	padding: 5px 0;
}

div.widget table a  {
	text-decoration: underline;
	color: #000;
}

div.widget table a:hover  {
	color: #9999cc;
} 

/*
--------------------------------------------------
FOOTER
--------------------------------------------------
*/

div#footer {
	width: 918px;
	margin: 0 auto;
	background: url(images/bg-footer-wrap.gif) repeat-y 50% 0;
}

#footer div.column {
	float: left;
	width: 276px;
}

#footer div.column.mid {
	width: 286px;
	padding: 0 20px;
	margin: 0 20px;
}

#footer-wrap div.column.reservations p {
	color: #000;
	font-size: 13px;
	line-height: 20px;
}

.column.site a {
	color: #000;
}

.column.site a:hover {
	color: #666699;
}

#footer h2 {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#footer p {
	line-height: 14px;
	margin-bottom: 14px;
	vertical-align: middle;
}

#footer form p {
	margin: 5px 0;
}

#footer input {
	vertical-align: middle;
}

div#fineprint {
	width: 960px;
	margin: 0 auto 20px auto;
	padding: 10px 0;
}

#fineprint p {
	color: #999;
}

#fineprint a {
	text-decoration: none;
	color: #9999cc;
}

#fineprint a:hover {
	color: #fff;
}

div#site-credits {
	float: right;
}
