/*

Theme Name: Gibson

Theme URI: https://www.amygibson.com

Description: Amy Gibson Children's Author

Version: 1.0

Author: DebP

Tags: Amy Gibson, custom header, fixed width, two columns, widgets




	The CSS, XHTML and design is released under GPL:

	http://www.opensource.org/licenses/gpl-license.php



*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/star.jpg);
}

#wrapper {
	width: 855px;
	margin: 0px auto 0 auto;
	background: #fff;
	text-align: left;
	border-left: 3px solid #d7782f; 
	border-right: 3px solid #d7782f; 
}


#header {
	width: 855px;
	height: 213px;
	margin: 0 auto;
	background: url('images/header-bg.png') center top repeat;
	position: relative;
}
	#header p {
		margin: 0;
		padding: 0;
		position: absolute;
		width: 232px;
		height: 170px;
		top: 23px;
		left: 39px;
		text-indent: -9999px;
	}
		#header p a {
			display: block;
			width: 232px;
			height: 170px;
			background: url('images/header-sprite.png') 0 0 no-repeat;
		}
	#header ul,
	#header li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#header ul {
		width: 550px;
		height: 180px;
		position: absolute;
		left: 305px;
		top: 27px;
	}
		#header li {
			position: absolute;
		}
			#header a {
				display: block;
				width: 100%;
				height: 100%;
				float: left;
				text-indent: -9999px;
				background: url('images/header-sprite.png') 0 0 no-repeat;
			}
			#nav-home {
				width: 74px;
				height: 68px;
				left: 20px;
				top: 82px;
			}
				#nav-home a { background-position: -300px 0 }
				#nav-home a:hover { background-position: -300px -100px}
			#nav-books {
				width: 137px;
				height: 65px;
				left: 7px;
				top: 0px;
			}
				#nav-books a { background-position: -400px 0 }
				#nav-books a:hover { background-position: -400px -100px }
			#nav-about {
				width: 78px;
				height: 100px;
				left: 125px;
				top: 63px;
			}
				#nav-about a { background-position: -600px  0 }
				#nav-about a:hover { background-position: -600px  -100px }
			#nav-school {
				width: 100px;
				height: 81px;
				left: 192px;
			}
				#nav-school a { background-position: -700px 0 }
				#nav-school a:hover { background-position: -700px -100px }
			#nav-teachers {
				width: 132px;
				height: 97px;
				left: 244px;
				top: 75px;
			}
				#nav-teachers a { background-position: -800px 0 }
				#nav-teachers a:hover { background-position: -800px -100px }
			#nav-news {
				width: 92px;
				height: 89px;
				left: 409px;
				top: 61px;
			}
				#nav-news a { background-position: -1000px 0 }
				#nav-news a:hover { background-position: -1000px -100px }
			#nav-contact {
				width: 114px;
				height: 65px;
				left: 318px;
			}
				#nav-contact a { background-position: -1100px 0 }
				#nav-contact a:hover { background-position: -1100px -100px }



<!--BANNER -->

#banner {
	margin: 0;
	}
	
#banner p {
	margin: 0;
	background: url(images/agheader.gif) no-repeat left top;
	height: 213px;
	}

img.banner {

	float: right;
	padding: 10px 0 0 0;

	}
img.bannerleft {
	float: left;
	}


<!--content -->

h5 {
	font-size: 1em;
	margin: 0;
	padding: 5px 0 5px 25px;	
}

#content {
	margin-left: 312px;
	margin-top: 45px;
	padding-bottom: 40px;
}


	
.posts {
	position: relative;
	margin: 0 60px 0 0px;
	}

.posts h2 {
	font-size: 1em;
	margin: 0;
	padding: 5px 0 5px 0px;
	color: #4d4d51;	
}

	
.entry {
	padding-bottom: 10px;
	margin-bottom: 40px;
	border-bottom: dotted #999999 1px;
}

.brclear {
	clear: both;
	}

h1 {
	font-size: 1em;
	margin: 0;
	padding: 5px 0 5px 0px;
	color: #4d4d51;	
}

h2 {
	font-size: .9em;
	color: #e27842;
	
}

h3 {
	font-size: .9em;
	color: #e27842;
	margin: 0 15px 0 15px;
}

p {
	font-size: 0.7em;
	line-height: 160%;
	color: #4d4d51;
	margin-top: 0;
	margin-bottom: 10px;
}

.small {
	color: #999999;
	font-size: 0.7em;
	
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
	margin-right: 40px;
}

.copyright {
	color: #5863b4;
	font-size: 0.7em;
	padding: 15px 0 0 20px;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.5em;
	height: 35px;
}

p.center {
	text-align: center;
	}
	


a {
	color: #5863b4;
	text-decoration: none;
	}
	
a:hover {
	color: #42c0c4;
	text-decoration: underline;
}



img {
	border:none;
}

p img {
	padding: 0 0 5px 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 5px 7px;
	display: inline;
	}

img.alignleft {
	margin: 0 7px 5px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}


	
#sidebar {
	width: 240px;
	float: left;
	padding: 0;
	margin-left: 40px;
	margin-top: 30px;
	clear: both;
}

img.news {
margin: auto
}

#sidebar p {
	color: #5863b4;
	margin: 0 15px 0 15px;
	padding: 25px 0;
	line-height: 150%;
	font-family:"Times New Roman", Times, serif;
	font-size: .85em;

}



#sidebar h3 {
	font-size: .9em;
	color: #e27842;
	
}



#sidebar .byline {
	font-size: .8em;
	font-style: italic;
	padding-left: 15px;
}

.textwidget{
	color: #5863b4;
	line-height: 150%;
	font-family:"Times New Roman", Times, serif;
padding-bottom: 10px;

}

.textwidget ul {
	list-style-type: none;
}	
 .categories {
 	}
ul {
	font-size: .85em;
	list-style-type: none;
	line-height: 1.2em;
	margin: 15px;
	padding: 0;
	}	

	
#sidebar li {
margin: 0;
padding-right: 0;
padding-bottom: 8px;
}


.pagetitle H2 {
font-family: "Times New Roman", Times, serif;
color: #5863b4;

}
		
.commentlist li, #commentform input, #commentform textarea {

	font: #e27842 0.8em Verdana, Arial, Helvetica, sans-serif;

	}
	
#commentform textarea {
	width: 470px;
}

.commentlist li ul li {

	font-size: .8em;

}


.commentlist li {

	
	font-size: .8em;

}



.commentlist li .avatar { 

	float: right;

	border: 1px solid #eee;

	padding: 2px;

	background: #fff;

	}



.commentlist cite, .commentlist cite a {

	font-style: normal;

	
	}



.commentlist p {

	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	font-size: .9em;
	margin-top: 10px;

	}




.commentmetadata {

	font-weight: normal;

	}


#footer {
	position: relative;
	clear: both;
	background:url(images/footer.gif) repeat-x left top;
	height: 45px;
	padding-left: 40px;
	padding-top: 10px;
	}
	
#footer img {
	margin: -6px 40px 0 0;
	float: right;
	}
