/*  
Theme Name: Pile Of Ducks
Theme URI: N/A
Description: Purplefae's test thing for blog.
Version: 1.0
Author: Jasmine Marosvary
Author URI: http://www.purplefae.com	

*/

/* 'form' fixes extra space on between search and calendar in IE*/
body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
margin: 0;
padding: 0;
}

body{
		margin: 0;
		font-family: Arial, Helvetica, Georgia, Sans-serif;
		font-size: 12px;
		/*change text-align: left; body{ text-align: center; } is a fix for older IEs to center the wrapper DIV or box. */
		text-align: center;
		vertical-align: top;
		background: #E3C5F9;
		background-image:url(images/duck-1i.jpg);
		background-position: top;
		background-repeat:no-repeat;
		color: #000000;					
}

a:link{
		text-decoration:none;
		color:#660099;
		}
		
a:visited {
		text-decoration:none;
		color:#330066;
		}
		
a:hover{
		text-decoration:underline;
		color:#41344B;
		}	

#all {
		float: left;
		background-color:#F8F8F8;
		width: 800px;
		height:auto;
		margin: 0 0 0 0;
}

p{
padding: 10px 0 0 0;
}

/* In CSS, the pound sign (#) is how you address a DIV with an id. The period is how you address a DIV with a class. */ 
#wrapper{
	margin: 0 auto 0 auto;
	width: 800px;
	text-align: left;
}

#header{
	float: left;
	width: 800px;
	height: 189.469px;
}

#container{
	float: left;
	width: 500px;
	margin: 0 10px 0 10px;
}

.post{
	padding: 20px 0 10px 0;
}

.post h2{
	font-family: Arial, Georgia, Sans-serif;
	font-size: 18px;
}

.entry{
	line-height: 18px;
}

p.postmetadataline{
	border-bottom: 1px solid #ccc;
	margin: 0 0 0 0;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.sidebar{
	float: left;
	width: 260px;
	background: #ECD9FF;
	/*0 0 0 10px; specifically means 0 top, 0 right, 0 bottom, 10px left. */
	margin: 10px 0 0 10px;
	/*fix IE bug that doubles set margin*/
	display: inline;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

/*controls individual padding for each li*/
.sidebar ul li{
	padding: 10px 0 10px 0;
}

/*.sidebar ul li#calendar table#wp-calendar{
width: 100%;
}*/

.sidebar ul li h2{
	font-family: Arial, Georgia, Sans-serif;
	font-size: 14px;
}

/*gets rid of extra padding from inheritance. The consecutive ULs in .sidebar ul ul li{} indicates that you’re targeting the lower level LIs. */
.sidebar ul ul li{
	padding: 0;
	line-height: 24px;
}

#footer{
/*clear: both; in footer{}.there to make sure the Footer doesn’t attach itself to anything above it, like the Sidebar or Container.*/
	clear: both;
	float: left;
	width: 800px;
	padding: 10px 0 0 0;
	background: #E3C5F9;
}

#footer p{
	line-height: 18px;
	text-align:center;
}

h1{
	font-family: Georgia, Sans-serif;
	font-size: 60px;
	padding: 16px 0 0 0;
}

h5{
	font-family: Georgia, Sans-serif;
	font-size: 20px;
	padding: 18px 0 0 0;
	color: #560E72;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Arial, Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

.cat-styling {background: #113355;}