/* @group General styles */

/*
Jill Nelson 
Journalist, Author, Activist
By Steven Stephenson, stevenstephenson.com
*/
/* @group Reset */

/* Based on http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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;
	text-decoration: none;
}
html{
	background: #ffd5ff;
}
body {
    background-color: #fff; 
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    line-height: 1.5; /* Baseline grid of 21px */
    text-align: left;
	padding:0; 
	padding-right: 10px;
	margin: 0 auto; 
	width: 1024px;
	height: 100%;
}

.wrap{
	height: 100%;
	width: 1024px;
	background-image: url(../../images/Jill-Nelson-Web-Background.gif);
	margin: 0 auto; 
	overflow: hidden;
}

.wrap-inner{
	height: 100%;
	width: 1024px;
	background-image: url(../../images/Jill-Nelson-Web-Background-blue.gif);
	margin: 0 auto; 
	overflow: hidden;
}

.wrap-book{
	height: 100%;
	width: 1024px;
	background-image: url(../../images/Jill-Nelson-Web-Background-lavendar.gif);
	margin: 0 auto; 
	overflow: hidden;
}

#sidebar {
width: 180px;
float: right;
padding: 0 10px;
padding-top: 20px;
text-decoration: none;
position: absolute;
top: 0;
left: 981px;
background: white;
}

ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

/* tables may still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end Reset */

/* @group Font sizes */
h1 {
	font-size: 2.5em;
	line-height: 0.6em;
}

h2 {
	font-size: 1.714286em;
	line-height: 0.875em;
	color: #333399;
	font-family: Times new roman, Georgia, serif;
	padding-bottom: 8px;
}

h3 {
	font-size: 1.285714em;
	line-height: 1.166667em;
}

small {
	font-size: 0.757143em;
	line-height: 1.75em;
}

a, 
a:link, 
a:visited, 
a:hover,
a:active{
	color: #003366;
	text-decoration: underline; 
}

/* basic font sizes */
p, ul, ol, dl, table, address, blockquote, fieldset, pre, form div {
	font-size: 1em;  /* 14px */
}

/* deal with likely (but certainly not all) inherited shrinkage */

ul p, ol p, table p, dl p, ul ul, ol ol, ul ol, ol ul, address p, blockquote p, form div div, form div p, fieldset div, table form div {
	font-size: 1em;
}

p{
	font-size: .8em;
	padding-bottom: 1em;
}

#inner-content img{
	padding: 5px;
}


/* @end Font sizes */

/*-- @group Color Scheme 
#003366, Dark Blue
#003399, Blue
#22b5eb, Teal 
#330033, Purple
#333333, Grey 
#, Light Blue
#ffffff, White
---------------------*/


/* @group Global */

.right{
	float: right;
}

.left{
	float: left; 
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

	/* @group Main Sidebar */
	
		#side-bar-main{
			width: 226px; 
			padding: 0 5px;
			float: left;
		}
		
		.home-sidebar{
			background-image: url(../../images/Jill-Nelson-Web-Background.gif);
			background-color: #f6bb77;
			
		}
		
		.inner-sidebar{
			
		}
		
		.book-sidebar{
			background-image: url(../../images/Jill-Nelson-Web-Background-lavendar.gif);
			background-color: #f3cefa;
		}
		
		.store-wrap{
			width: 1100px;
		}
		
		#logo{
			padding: 5px 0;
		}
		
		#nav{
			width: 100%; 
			text-align: left;
			font-family: 'Trebuchet MS', 'Lucida Grande',Arial, sans-serif; 
		}
		
		#nav li{
			background-color: #22b5eb; 
			border-bottom: solid 1px #fff;
			border-left: solid 5px #70779a;
			padding: 3px 0 3px 2em; 
			font-size: 1em;
		}
		
		#nav li:hover{
			background-color: #757aa4; 	
		}
		
		#nav li a{
			position: relative;
			color: #333399; 
			display: block;
			text-decoration: none;
		}
				
		#nav li a:hover{
			background-color: #757aa4; 	
				}
				
			.the-latest{
				margin-top: 30px;
				text-align: left;
				font-family: Times new roman, Georgia, serif;
				font-weight: normal;
				padding: 10px;
			}	
			.the-latest h2{
				color: #333399;
				font-family: Times new roman, Georgia, serif;
			}
			.the-latest img{
				padding: 2px;
			}	
			
	/* @end Main Sidebar */
	.page-title{
		color: #333399;
		font-family: Times new roman, Georgia, serif;
	}
	/* @group Content */
		
		#content-wrap-home{
			width: 778px;
			float: left;
			background-color: #fff; 
			padding-right: 10px;
			
		}
		
		#my-books{
			width: 100%;
		}
		
		#my-books li{
			display: inline; 
			padding: 5px 10px;
		}
		
		#my-books li:first-child{
			padding-left: 15px;
			display: block;
			position: relative; 
			top: 20px;
		}
		
		#my-books img{
			width: 100px; 
			padding-top: 15px; 
		}
		
			/* @group Home */
				
				.home-content{
					width: 100%; 
					margin-top: 35px;
				}
				
				.home-content li{
					display: inline-block;
					*display: inline;
					*float:left;
					width: 238px; 
					font-size: 12px;
					text-align: center; 
					margin-right: 10px;
					border: 1px solid #666;
				}
				
				.home-content li:last-child{
					margin-right: 0;
				}
			/*@end Home */
			
			/* @group Inner Page Temp*/
				
				#content-wrap-inner{
					border-top: 40px solid #330033;
					width: 778px;
					float:left;
					padding-right: 10px;
					background-color: #fff;
				}
				
				#inner-content{
					margin-top: 60px;
					padding: 0 0 0 15px;
					margin-bottom: 20px;
				}
				
			/* @end Inner Page Temp*/
			
			/* @group Store */
			
				#store-max-width{
					width: 800px;
					border-top: 40px solid #330033;
					background-color: #fff;
				}
				
				#store-content{
					padding-top: 100px;
					width: 800px;
					padding-left: 20px;
				}
				
				.store-row{
					width: 100%; 
					margin-bottom: 100px;
				}
				
				.store-row li{
					display: inline-block; 
					*display: block;
					*float: left; 
					width: 220px; 
					padding: 5px; 
					margin: 15px 5px;
					height: 400px;
				}
				
				.store-row  li img{
					position: relative; 
					top: 0; 
				}
			/* @end Store */
			/*@ group Footer*/   
			
			#footer{
				display:block;
				font-size: 10px; 
				text-align: center; 
				padding-bottom: 20px;
				padding-top: 20px;
			}	
			#footer-nav{
				text-align: center; 
			}	
			#legal{
				text-align: center; 
			}	
			
			#footer li{
				display: inline;
				text-align: center; 
			}
			
			#footer-nav li{
				border-right: 1px solid #003366; 
				padding: 0 3px;
			}	
			/@end Footer*/
			
	/* @end Content */
	
	
	/* @group Blog */
	
	#side-bar-main-blog{
			width: 226px; 
			padding: 0 5px;
			float: left;
			*height: 2000px;
			height: 100%;
			margin-right: 10px;
	}
	
	#blog-content{
	 float: left;
	 width: 568px;
	 padding: 0 10px;
	 padding-top: 20px;
	 background-color: #fff;
	}
	.navigation{
		padding: 10px;
	}
	#respond{
		position: relative; 
		top: 30px;
		margin-bottom: 50px;
	}
	.entry{
		
	}
	.page{
		padding-bottom: 10px; 
		border-bottom: solid 1px #666699; 
		margin-bottom: 5px;
	}
	
	p.postmetadata{
		margin-top: 30px;
		background: #DCD0FF;
	}

	.blog-footer{
		width: 568px;
		padding: 0 5px;
	}

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform textarea {
	width: 500px;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

	
	/* @group Blog */
	
	#sidebar{
		width: 180px;
		float: right;
		padding: 0 10px; 
		padding-top:20px;
		text-decoration: none; 
	}
	#sidebar ul{
		text-decoration: none; 
	}
	#content{
	padding: 10px;
	}
	
	h2.widgettitle{
		width: 100%;
		font-size: 16px; 
		padding: 2px; 
		margin-bottom: 5px;
		font-weight: bold;
		background: #666699;
		color: white;
		text-decoration: none; 
	}
	
	.widget{
		text-decoration: none; 
	}
	
	#sidebar ul li.widget{
		text-decoration: none;
	}
	.post{
		padding: 20px 0; 
	}
/* @end Global */
