/* 
Theme Name: vella gaia
Theme URI: 
Description: A grid-based, black and white WordPress theme
Version: 0.1
Author: koyury 
Author URI: http://andreamignolo.com
Tags: black, three-columns, fixed-width, threaded-comments, sticky-post

License: GNU General Public License (GPL) version 3

*/

/* =Global
------------------------------------------------------------------*/

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, pre, blockquote, ul, ol, dl, address, .more-link  {
	margin:0;
	padding:0;
	}

a:link,a:visited,a:active {
	color: #FFFFFF;
	text-decoration: underline; 
	outline:none; 
}
a:hover {
	color: #000000;
	text-decoration: none;
	outline:none; 
	background-color: #FFFFFF;
	padding: 0px;
}
body,td,th {
	color: #FFF;
	font-family:Arial,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	font-size: 14px;
	line-height: 20px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

blockquote:before, blockquote:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* =Layout
------------------------------------------------------------------*/

body {
	background-image: url("http://www.sustena.org/tama/bg/html/images/back-repeat.gif");
	background-repeat:repeat-y;
	background-color:#000000;
}
#wrapper {
	background-repeat:no-repeat;
	background-color:#000000;
	width:1001px;
	padding:0;
}
#column_left{
	float:left;
	width:152px;
	height:881px;
}
#column_right{
	float:left;
	width:849px;
}
#header {
	width:849px;
	height:188px;
	background: url("http://bellagaia.com/images/header.gif") no-repeat;
	margin:0;
}
#nav_left {
	padding-top:21px;
	padding-left:540px;
	height:20px;
	font-size:11px;
	letter-spacing: 0.5em;
}

#content {
	float: left;
	width:500px;
}
#entry_content {
	width: 500px;
	margin: 0;
	float: left;
}

#entry_content .date {
	padding-top:27px;
	padding-bottom:5px;
	border-bottom:1px #888 solid;
}
#entry_content h2{
	padding-top:30px;
	padding-bottom:20px;
	font-weight: bold; 
	font-size: 20px;
	line-height:24px;
	border-bottom:1px #888 solid;
}

.entry {
	margin: 20px  0;
}
.entry img {
	border: none;
	display: block;
}
.entry a.more-link {
	font-size: 11px;
	border: 0;
	display: block;
	margin: 20px 0;	
}
.entry .entry_info{
	margin: 20px 0;
}


#supplementary {
	width: 274px;
	margin-left:40px;
	margin-top:36px;
	padding-top:27px;
	float: left;
}

#supplementary h3 {
	padding-bottom:3px;
	border-bottom: 1px solid #888;
	font-size:12px;
}

#supplementary ul {
	list-style-type: none;
}

#supplementary ul li ul{
	padding-top:10px;
	padding-bottom:40px;
}

#supplementary ul li ul li {
	margin:0 0 7px;
}
#supplementary p {
}




#rightside{
float: left;
}



#main_nav ul {
	margin: 2.5em 0 0 0;
}

ul#categories li, ul#archives li {
	border-bottom: 0;
}

#footer {
	clear: both;
	/*border-top: 1px solid #000;*/
}

.date, .description {
	margin: 0;
	padding: 0;
}


.header {
	margin: 0 0 1.5em 0;
}


.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.entry img.alignright {
	margin: 0 0 0 1em;
}

.entry img.alignleft {
	margin: 0 1em 0 0;
}

.offsite img {
	margin-top: 1em;
	border: 0;
}

#main_nav h1.masthead a {
	line-height: 1em;
}

dd.gallery-caption {
	font-size: 11px;
	color: #CCC;
	line-height: 12px;
	margin-top: .5em;
}

.entry .gallery {
	margin-top: 0;
	padding-top: 0;
}

/* =Typography
------------------------------------------------------------------*/

#entry_content .sticky {
	border: 1px dotted #CCC;
	padding: 15px;
	margin-bottom: 20px;
}


/* =Typography
------------------------------------------------------------------*/



/*h1, h2, h3, h4, h5, #main_nav ul, .date, .description, .ctitle, .fin,
 	.entry > p:first-child:first-line, .error, .navigation, .more-link, .comment-author, .comment- {
	font-family: "Hoefler Text", "Constantia", Georgia, "Times New Roman", Times, serif;
}*/

h1, .date, .description {
	font-variant: small-caps;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 18px;
}




h2.widgettitle {
	margin: 2em 0 -.7em 0;
	font-size: 1.15em;
	font-variant: small-caps;
	border-bottom: none;
}

.widget li {
	border-bottom: 0;
}

h4 {
	font-size: 1.4em;
	margin: 2em 0 0 0;
	font-variant: small-caps;
}

h5 {
	font-size: 1.3em;
	margin: .8em 0;
}

#main_nav ul {
	text-transform: uppercase;
	font-size: .75em;
	list-style-type: none;
}



#entry_content p {
	/*margin: .7em 0 2em 0;*/
}

.description, .date  {
	color: #fff;
}

.commentcount {
	color: #aaa ;
}



.entry ul, .entry ol {
	margin: 1.5em 0 0 0;
	padding-left: 2.2em;
}

#search {
	margin-top: 1.5em;
	border-bottom: 1px dotted #999;
}

.search {
	text-transform: uppercase;
	font-size: .7em;
	padding-right: .5em;
}

#searchform {
	margin-top: -1em;
	text-align: right;
	padding: 0 0 1em 0;
	}

input {
	border: 1px solid #666;
	}

blockquote {
	width: 90%;
	margin: 2em auto;
	padding: 0 0 0 1em;
	border-left: 2px solid #fff;
	font-style: italic;
}

#entry_content .caption {
	margin: -2.4em 2em 1.5em 0;
	font-size: .85em;
	color: #666;
	text-align: center;
}

#entry_content .caption a, ol.footnotes a {
	font-size: 1.0em;
}

.footnotes {
	margin: 3em 0 0 0;
	padding-left: 2.2em;
	border-top: 1px dotted #999;
	font-size: .85em;
	line-height: 1.2em;
}

li.footnote {
	margin-top: .5em;
}

.wp-tag-cloud {
	padding-left: 0;
}

.highlight {
	color: #ff9900;
}

.error {
	font-size: 5em;
	text-align: center;
}

#footer {
	line-height:20px;
	font-size:12px;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer_contact {
	padding: 1em 0 1em 1em;
}

#footer_info {
	height: 3.2em;
	padding: 1em 1.9em 1em 1em;
	border-right: 1px dotted #fff;
}


#entry_content .fin {
	text-align: center;
	font-size: 1.3em;
	margin: 3em 0 4em 0;
}

.more-link .bracket {
	line-height: 5em;
	font-size: 1.5em;
}

.post_nav {
	position: fixed;
	width: 15.5em;
}

code {
	font-size: 1.2em;
}

.navigation {
	font-size: .9em;
	border-top: 1px solid #EEE;
	font-variant: small-caps;
}

.spacer {
	height: 2em;
	background: url(./images/spacer.png) top center no-repeat;
	padding-right: 1em;
}


/* =Link Styles
------------------------------------------------------------------*/

a {
	color: #fff;
}

#main_nav h1.masthead a {
	color: #FF9900;
}

h2 {
	/*border-bottom: 1px solid #EEE;*/
}

h2 a, #main_nav a {
	color: #fff;
}

/*
h2 a:hover {
	color: #CCC;
	border-bottom: 1px solid #FF9900;
}

#main_nav h1.masthead a:hover {
	border-right: none;
}

img a, img a:hover {
	text-decoration: none;
}

.entry a:hover, .navigation a:hover {
	color: #FF9900;
	/*border-bottom: 1px dotted #333;*/
}

#main_nav a:hover, .current_page_item, .current {
	width: 100%;
	border-right: 3px solid #EEE;
}

#footer a:hover {
background-color:#FFFFFF;
border:2px solid #FFFFFF;
color:#000000;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
padding:0;
text-decoration:none;
}





.smartarchives h2 a:hover {
	text-decoration: none;
	border: 0;
}
*/




.entry a, .navigation a {
	font-weight: bold;
	font-size: 12px;
}



.entry sup {
	font-size: 11px;
	color: #aaa;
}

.entry sup a {
	border: 0;
	color: #3399FF;
	margin: 0;
	font-weight: normal;
	font-size: 10px;
}


#main_nav li {
	border-bottom: 1px solid #EEE;
}

#main_nav a {
	display: block;
	width: 100%;
	line-height: 1.6em;	
	padding-top: .3em;
}

#supplementary a {

}


#supplementary .offsite a, .offsite a img {
	border: 0;
}





/* =Plug-in Styles
------------------------------------------------------------------*/

ul.delicious {
	list-style-type: none;
}

ul.delicious li {
	margin: 1em 0;
	line-height: 1.5em;

	padding-bottom: .8em;
}

.twitter {
	margin: 0 0 4em 0;
	font-size: .7em;
	color: #999;
}


.smartarchives {
	margin: 2em 0 3em 0;
	font-size: .8em;
}

.smartarchives ul {

	margin: 0 0 1.5em 0;
	list-style-type: none;
}
	
.smartarchives h2 {


	margin: 0 0 0 0;
}

.smartarchives h2 a {
	text-decoration: none;
	color: #fff;
	border: 0;
}


.monthly {
	clear: both;
	padding-top: 3em;
}

ul.archive_block {
	padding-left: 0;
	width: 100%;
	overflow: hidden;
	padding-bottom: 2em;
}

#content .archive_block li {
	float: left;
	display: inline;
	padding: 5px 7px;
	background: #fff;
	color: #000;
	font-size: 11px;
	margin-left: .2em;
	margin-bottom: .2em;
}

#content .archive_block li.empty {
	font-size: 11px;
	color: #333;
}

#content .smartarchives .archive_block li a {
	color: #CCC;
	border-bottom: 0;
	font-weight: normal;
	font-size: 11px;
	border-bottom: 1px dotted #336699;
	
}

.contactform {
	margin: 2em 0;
}

.contactform label {
	font-weight: bold;
}

.contactleft {
	margin: 1em 0 0 0;
}

#contactsubmit {
	margin: 1em 0 0 0;
}




/* =Threaded Styles
------------------------------------------------------------------*/

ul.commentlist cite {
	font-style: normal;
	font-weight: bold;
}

ul.commentlist span.says {
	display: none;
}

ul.commentlist .comment-author, ul.commentlist .comment-meta {
	font-variant: small-caps;
}

ul.commentlist .comment-meta {
	margin-top: -.5em;
}

ul.children {
	list-style-type: none;
}

ul.commentlist .navigation {
	border: 0;
}

ul.commentlist .comment.bypostauthor .vcard img {
	border: 1px solid #FF9900;
}

ul.commentlist .comment .comment-author.vcard img{
	border: 1px solid #fff;
}

.depth-2 {
	margin-top: 2em;
}


/* =Comment Styles
------------------------------------------------------------------*/
ul.commentlist, ul.commentmeta {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

h3#comments{
margin-bottom:1em;
border-bottom: 1px solid #fff;

ul.commentmeta {
	margin-top: 2em;
}

img.avatar {
	margin: 0 1em 0 0;
	float: left;
	display: inline;
}

.commenttext {
	margin-left: 4.4em;
	border-bottom: 1px dotted #fff;
	padding-bottom: 1.5em;
}

#comments, #respond {
	margin: 3em 0 0 0;
	border: 0;
}

.moderation {
	margin-left: 4.4em;
}

.ctitle {
	font-variant: small-caps;
}

/* =Better image scaling in IE
------------------------------------------------------------------*/

img { -ms-interpolation-mode:bicubic; }


/* =Required 
------------------------------------------------------------------*/

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#entry_content .entry p.wp-caption-text {
	color: #CCC;
	text-align: center;
	font-size: 11px;
	margin-top: 0;
}

/* =Widget
------------------------------------------------------------------*/
.textwidget {
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #CCC;
}


