/*
Theme Name: Ladybird
Theme URI: 
Description: 
Version: 1.0
Author: Jin Wang
Author URI: http://www.jin.com.au
*/

/*=== Colour Palette ===*/
bg #f2f5ec 
mossy green #b2d294

ox blood #910919
copy #20330d
grey #666666

footer #ddeac7

/*=== Setup ===*/

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;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*=== /setup ===*/
body {
   	font:14px "Arial", sans-serif;
    background: #f2f5ec;
    color: #20330d;
}
p {
	line-height: 18px;
	*margin: 20px 0;
}
a {
	color: #3d4876;
}
	a:hover {
	}

h2 {
	font:16px "Georgia", Times New Roman, serif;
	color: #910919;
	font-weight:bold;
}
	h2 a {
	text-decoration: none; 
}
.clear {
    clear:both; 
    display:block; 
    height:1px; 
	margin:-1px 0 0 0;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}

#wrapper {
	width: 1000px;
    margin: 0px auto;
}

/*=== =header ===*/

#header{
	float: left;
    height: 150px;
    width: 620px;
    margin:-310px 0 0 180px;
	z-index: 500;
}
	#header-home{
		float: left;
	    height: 150px;
	    width: 620px;
	    margin:26px 0 0 180px;
	    z-index: 100;
	}

	
#logo a {
    display:block;
	float: left;
    width: 312px;
    height:38px;
    background: url('images/logo.png') no-repeat;
    text-indent: -9999px;
}
#navigation {
    height: 20px;
	margin:20px 0 0 120px;
}

	#navigation ul {
	    list-style-type:none;
	}
	
		#navigation ul li {
		    display:block;
		    float:left;
		}
		
			#navigation ul li a {
			    display:block;
			    margin-right: 15px;
		   		font:20px "Georgia", Times New Roman, serif;
			    color: #fff;
			    text-decoration:none;
			    text-transform: lowercase;
			    cursor: pointer;
			}
			#navigation ul li span {
			    display:block;
			    margin:0 15px 0 0;
		   		font:20px "Georgia", Times New Roman, serif;
			    color: #fff;
			    text-decoration:none;
			    text-transform: lowercase;
			}

				#navigation ul li a:hover {
				    color: #910919;
				}


/*=== =home ===*/

#latest{
	float: left;
	width: 310px;
	height:265px;
    margin:230px 0 0 90px;
    background: url('images/bg_home_latest.png') no-repeat;
    padding:20px 40px 40px 40px;
    *padding:30px 40px 40px 40px;
}
	#latest h2 a{color: #910919;display: block; *margin-bottom:20px;}
#links{
	float: right;
	width: 270px;
    margin:60px 80px 0 0;
	background: url('images/bg_home_links.png') no-repeat;
    padding: 35px;
}
	#links h2 a{color: #910919;display: block;}
	#links p{margin:-10px 0 20px 0; *margin:5px 0 20px 0;}
	

#annas-books{
	float: right;
	width: 280px;
	height: 209px;
    margin:10px 160px 40px 0;
	background: url('images/bg_home_books.png') no-repeat;
    padding:35px 25px 25px 25px;
    *padding:45px 40px 40px 25px;
}
	#annas-books ul li{
		line-height: 24px;
	}
	#annas-books h2 a{color: #910919;display: block;}

/*=== =books category ===*/

#container-books{
	float: left;
	width: 700px;
	height: 100%;
	margin:40px 0 40px 150px;
}

	#container-books p{
		width: 230px;
	}

.book{
	float: left;
	width: 250px;
	height: 240px;
    margin:0 0 40px 40px;
    padding: 30px;
	*padding: 40px 30px 30px 30px ;
}
	.book h2 a {color: #910919}

/*=== =primary ===*/
#primary{
	float: left;
	width: 360px;
    margin:-160px 0 0 150px;

}
#entry-top{
	background: url('images/bg_entry-top.png') no-repeat;
	height: 47px;
}
#entry{
	background: url('images/bg_entry.png') repeat-y;
    padding:0 30px;
    margin:-14px 0 20px 0;
    *height:100%;
}
	#entry h2 a {color: #910919; display: block;}
#cats-tags{
	*margin:15px 0;
	font-size: 12px;
	color: #666;
	font-style: italic;
}
	#cats-tags a{
		color: #666;
		text-decoration: none;
	}
	#cats-tags a:hover{
		text-decoration: underline;
	}

#entry-bot{
	background: url('images/bg_entry-bot.png') no-repeat;
	height: 83px;
	margin: -40px 0 20px 0;
}

.older_entries {
	display: block;
	float: left;
	width:160px;
	height:60px;
	font-size: 14px;
}
	.older_entries a{
		display: block;
		width:140px;
		height:43px;
		padding: 17px 0 0 20px;
}
.newer_entries {
	display: block;
	float: right;
	width:160px;
	height:60px;
	font-size: 14px;

}
	.newer_entries a{
		display: block;
		width:140px;
		height:43px;
		padding: 17px 0 0 20px;
	}


/*=== =Comments ===*/
#comments-top{
	margin-left: 22px;
	height: 21px;
	background: url('images/bg_comments-top.png') no-repeat;
}
#comments-bot{
	margin:-40px 0 0 22px;
	height: 21px;
	background: url('images/bg_comments-bot.png') no-repeat;
}
#comments-box{
	float: left;
	width: 280px;
	height: 100%;
	margin:0 0 40px 20px;
	padding:0 20px;
	background: url('images/bg_comments.png') repeat-y;
	font-size: 12px;
}
#comments-box h3{
	font-style: italic;
	font-size: 12px;
	font-weight: normal;
}

#comments-box ul {
	margin: 0;
	padding: 0;
}
#comments-box ul.commentlist {
	list-style: none;
	margin: 0;
}
	#comments-box ul.commentlist li {
	margin: 30px 0;
	border-bottom: #333 1px dotted;
	}
.comment-author vcard{
	float: left;
}
.avatar {
	float: left;
	margin-right: 5px;
}
.comment_author, 
	.comment_author a{
		font-size: 14px;
		font-weight: bold;
		font-style: normal;
		margin-bottom: 10px;
		color: #910919;
		text-decoration: none;
	}
		.comment_author a:hover{
			text-decoration: underline;
		}
.comment-meta{
	font-style: italic;
	font-size: 12px;
	color: #666;
}

/* Wordpress Default - Begin Form Elements */
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
		/* End Wordpress Default Form Elements */
	


/*=== =backgrounds ===*/

	/*=== =home ===*/

	#wrapper-home {
		width: 1000px;
	    margin: 0px auto;
	    background: url('images/bg_home.jpg') no-repeat;
	    z-index: 1;
	 }
	 
	 	/*=== =animation ===*/
	 	
	 	#animation {
		  height: 263px;
		  	*height: 183px;
		  	*width:165px;
		  width: 169px;  
		  position: relative;
		  	*position: none;
		  top: -184px;
		  	*margin-top:5px;
		  	*top: 0;
		  left: 464px;
		  	*margin-left:-329px;
		 	*left:0;
		  z-index: 500;
		  	*padding-bottom: 210px;
		  margin-bottom: -263px;
		}

	 
	/*=== =books ===*/

	#wrapper-books {
		width: 1000px;
	    margin: 0px auto;
	    background: url('images/bg_books.jpg') no-repeat;
	 }
	 
	 #neville{margin-top:-120px;background: url('images/bg_books-neville.png') no-repeat;}
	 #violet{margin-top:120px;background: url('images/bg_books-violet.png') no-repeat;}
 	 #sophie{background: url('images/bg_books-sophie.png') no-repeat;}

	/*=== =page ===*/

	#bg-page-top{
		background: url('images/bg_page.jpg') repeat-y;
		height:336px;
	}
	#container-page{
		background: url('images/bg_container-page.png') repeat-y;
		height: 100%;
	}
	#bg-bottom-page {
		background:url("images/bg_page.jpg") no-repeat scroll -5px -330px transparent;
		height:250px;
		margin:-181px 0 60px 0;
		*margin:-20px 0 60px 0;
		*z-index:-99;
		}

	/*=== =blog ===*/

	#bg-blog-top{
		background: url('images/bg_blog.jpg') repeat-y;
		height:336px;
	}
	#container-blog{
		background: url('images/bg_container-page.png') repeat-y;
		height: 100%;
	}
	#bg-bottom-blog {
		background:url("images/bg_blog.jpg") no-repeat scroll -4px -445px transparent;
		height:250px;
		margin:-140px 0 20px 0;
		*margin:0 0 20px 0;
	}

/*=== =sidebar ===*/

#sidebar_page{
	float:left;
	width: 240px;
	margin:10px 0 0 40px;
	padding:40px 20px 20px 20px;
	background: url('images/bg_sidebar_page.png') no-repeat;
	text-align: center;
	font-size: 12px; 
	color: #666;
}

#sidebar_blog{
	float:left;
	width: 240px;
	margin:-60px 0 0 40px;
	padding: 20px;
	text-align: center;
	font-size: 12px; 
}
	#sidebar_blog h2{
		margin:10px auto;
	}
	#sidebar_blog ul li{
		margin:10px 0;
	}
	#sidebar_blog ul li a{
		text-decoration: none;
		color: #666;
	}
	#sidebar_blog ul li a:hover{
		text-decoration: underline;
		color: #fff;
	}
	
.widget{
	margin-bottom: 60px;
}
	.widget img{
		margin-bottom:5px;
	}


#contact input{
	margin:10px 0;
}


div.wpcf7{

}
.wpcf7-form{
	margin-top: 40px;
}
textarea {
	width: 280px;
	margin: 10px auto 0 auto;
	padding: 5px;
	font:14px "Arial" sans-serif;
	}


/*=== =footer ===*/
#footer{
	width: 190px;
	height: 95px;
	margin: 40px auto;
	background: url('images/bg_footer.png') no-repeat;
	padding: 15px 0;
	text-align: center;
	color: #666;
	font-size: 12px;
}
#copy {
}
#credit {
	width:90px;
	margin: 0 auto;
}
#jinandco a {
	margin: 6px auto;
    display:block;
    width: 57px;
    height:14px;
    background: url('images/jinandco_logo.png') no-repeat ;
    text-indent: -9999px;
}
	#jinandco a:hover {
    	background: url('images/jinandco_logo.png') no-repeat -57px;
	}
