/*  
Theme Name: The Secret Garden
Theme URI: http://www.TheSecretGarden/innerzinc.com
Description: Life thru the eyes of a 9 yr old girl
Version: 1.0
Author: Zaida Nieves
Author URI: http://www.zaidanieves.com/

*/

	body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
		margin: 0;
		padding: 0;
		}

	body {
    background: #F6EDED;
		background-image: url("http://thesecretgarden.innerzinc.com/images/kiki-garden.jpg");
		background-attachment: scroll;
		background-position: 100% 0%;
		background-repeat: no-repeat;
		font-family:palatino, georgia, times new roman, serif;
		font-size:12px;
		text-align:left;
		vertical-align:top;
		color:#333333;
		}
		
	h1{
		font-family: palatino, georgia, times new roman, serif;
		font-size: 24px;
		padding: 0 0 10px 0;
		}
		
	A 			{ color: #666666; text-decoration: none; }
	A:link		{ color: #B07C7C; text-decoration: none;  font-weight : bold;  }
	A:visited	{ color: #786464; text-decoration: none; font-weight : bold;  }
	A:active	{ color: #999999;  font-weight : bold;  }
	A:hover		{ color: #999999;  font-weight : bold;  }
	
	p{
		padding: 10px 0 0 0;
		}	
	
	h1, h2, h3 {
		margin: 0px;
		padding: 0px;
	}	
	
	.mainpic {
    border:1px solid #999;
		padding : 7px;
		background: #FFF;
		image-align: center;
}
	
/* layout section

*/

	#wrapper {
  background: transparent;
	}
	
	#header {
  background: transparent;
	}
	
	#container {
  width: 100%;
  background: transparent;
  float: left;
  margin-right: -200px;
	}

	.post{
		padding: 10px 0 10px 0;
		}
		
	.post h2{
		font-family: Georgia, Sans-serif;
		font-size: 18px;
		}
		
	.entry{
		line-height: 18px;
		}				
		
	p.postmetadata{
		border-top: 1px solid #ccc;
		margin: 10px 0 0 0;
		}		
		
	.navigation{
		padding: 10px 0 0 0;
		font-size: 14px;
		font-weight: bold;
		line-height: 18px;
		}		
		
	
	#content {
  background: transparent;
  margin-right: 200px;
  padding-right: 100px;
	}
	
	.sidebar {
  	width: 200px;
  	float: right;
  	margin-top : 400px;
		display: inline;
		}
	
	.sidebar ul{
		list-style-type: none;
		margin: 0;
		padding: 0 10px 0 10px;
		}
		
	.sidebar ul li{
		padding: 10px 0 10px 0;
		}			
	
	.sidebar ul li h2{
		font-family: Georgia, Sans-serif;
		font-size: 14px;
		}
		
	.sidebar ul ul li{
		padding: 0;
		line-height:20px;
		}	
	
	table#wp-calendar{
		width: 100%;
		}
	
	.clearing {
  height: 0;
  clear: both;
	}
	
	#footer {
  background: transparent;
  clear: both;
	padding-top:10px;
	text-align:center;
	line-height:18px; 
	}


	
	

	
