/*
Theme Name: Spina Theme
Theme URI: http://spinaestudio.com
Description: version 3 of spina estudio.
Version: 1.0
Author: Augusto Valerio
Author URI: http://spinaestudio.com/
*/




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;
	font-size: 100%;
	vertical-align: baseline;
	line-height:1;
}
ul, ol, ul li, ol li { list-style:none outside; }



body {
	background: url(images/spina-v3_04.png) repeat-x #ececec;
	color: #999;
	font-family: Arial, Arial, Helvetica, sans-serif;
}

a {
	color: #5D5D5D;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

blockquote {
	font-style: italic;
	font-weight: bold;

}

#header {
	width: 950px;
	background: url(images/spina-v3_02.png) 80% 50% no-repeat;
	margin: 0 auto;
	height: 261px;
}


#header h1 a {
	width: 330px;
	height: 138px;
	display: block;
	text-indent: -999999px;
	background: url(images/logo_03.png)	no-repeat bottom right;
	padding: 30px 0 0px 30px;
	outline: none;
}

#header p {
	color: black;
	width: 350px;
	margin-top: 10px;
	margin-left: 70px;
	text-shadow: #666 1px 1px 0px;
}

#navbar {
	height: 55px;
	background: url(images/spina-v3_06.png) repeat-x top;
}

#navbar ul {
	width: 926px;
	margin: 0 auto;
}

#navbar li {
	float: left;
	padding: 10px 0px 10px 0px;
	
}

#navbar li a {
	color: white;
	text-decoration: none;
	text-shadow: #666 1px 1px 0px;
	font-size: 20px;
	padding: 0px 15px 0px 15px;
	border-right: white 1px solid;
	
	
}

#navbar li a:hover {
	text-decoration: underline;
}

#content {
	width: 926px;
	min-height: 500px;
	margin: 15px auto 0 auto;
	border: #dddddd 2px solid;
	background: white;
	
}

#innertext h2  {
	color: #444;
	font-size: 28px;
	padding-bottom: 10px;
	text-decoration: none;
}

#innertext li {
	padding: 5px;
}

#innertext h3  {
	color: #444;
	font-size: 20px;
	padding-bottom: 10px;
	text-decoration: none;
	margin-top: 10px;
}

#innertext h2 a {
	color: #444;
	font-size: 28px;
	padding-bottom: 10px;
	text-decoration: none;
}

#innertext h2 a:hover {
	color: #35A8CA;
	font-size: 28px;
	padding-bottom: 10px;
	text-decoration: none;
}

.contentbot {
	width: 926px;
	height: 44px;
	background: url(images/spina-v3_10.png) no-repeat center top;
	margin: 0 auto;
}


#innertext {
	width: 600px;
	padding: 20px;
	float: left;
	
}

#sidebar {
	width: 250px;
	float: right;
	border-left: 1px #EEF0F0 solid;
	padding-bottom: 20px;
}

#sidebar h2 {
	color: #35A8CA;
	padding: 10px 0;
	font-size: 22px;
}

#sidebar ul {
	margin-left: 10px;
}

#sidebar li {
	padding: 10px 0;
	margin-right: 30px;
	border-bottom: 2px #EEF0F0 solid;
}



.widget li {
	border-bottom: gray 1px solid;
}

#footer {
	width: 926px;
	margin: 0 auto;
}

.postmetadata {
	padding: 10px;
	border: #E1E1E1 1px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #F7F9F9;
	font-size: 90%;

}

.postmetadata a {
	color: gray;
	text-decoration: none;
	font-weight: bold;
}

.postmetadata a:hover {
	text-decoration: underline;
}

.entry img {
	padding: 10px;
}

.entry p {
	padding: 10px 0 10px 0;
	line-height: 22px;
}

.entry {
	margin-bottom: 20px;
}

.hentry {
	margin-bottom: 20px;
	padding-bottom: 30px;
	border-bottom: 1px #EEF0F0 solid;
}

.ngg-gallery-thumbnail img {
        width:175px;
        height:150px;
}

/************************************************
*	Wordpress Suggestions						*
************************************************/

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.clear {clear: both;}
