/*  
Theme Name: Basic
Description: Custom Knitting to Know Ewe
Version: 1.0
Author: Melissa Austin
Author URI: http://www.thespeckledpear.etsy.com
*/





/* Generic Styling */

body {
	background:url() repeat-x top center #610000;
	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:62.5%; /* Sets default font size to 10px */
	color:#222222;
	}

* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}

p {
	margin-bottom:1.75em;
	margin-top: 0;
	}

a {
	text-decoration:none;
	color:#99d0eb;
	}

a:hover {
	text-decoration:none;
	color:#6CC7DC;
	}

ul {	
	list-style-type:none;
	}



	

/* Structure */

#wrapper {
	margin:0 auto;
	width:800px;
	background:#ffffff;
	font: normal normal 100% Arial, sans-serif;
 	word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
	overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
	}

#header {
	height:200px;
	background:url(images/bg-header.png) no-repeat;
	}

#menu {
	height:35px;
	line-height:35px;
	background:url(images/bg-menu.png) repeat-x;
	padding:0 10px;
	}


#sidebar {
	float:right;
	width:200px;
	background:#ffffff;
	padding:20px 5px;
	word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
	overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
	}

#center {
	margin-left: 200px;
	margin-right: 240px;
	word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
	overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
	}

#left {
	float: left;
	width: 200px;
	min-height:400px;
	word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
	overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
	}

#content {
	float:left;
	width:565px;
	min-height:400px;
	word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
	overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
	}

#container {
	width:760px;
	min-height:400px;
	padding:20px 15px;
	word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
	overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
	}

#popup {
	float:center;
	width:350px;
	min-height:350px;
	padding:20px 20px;
	background:url() repeat-x top center #fff;
	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#222222;
	}

#footer {
	clear:both;
	height:100px;
	background:url(images/bg-footer.png) no-repeat;
	}





/* Entries */

.entry {
	padding:25px 10px;
	text-align:justify;
	line-height:1.5em;
	}

.left-entry {
	width:260px;
	padding:25px 15px;
	text-align:justify;
	line-height:1.5em;
	}

.center-entry {
	padding:23px 5px;
	text-align:justify;
	line-height:1.5em;
	}

.center-title {
	padding:45px 15px;
	text-align:justify;
	line-height:1.5em;
	}

.entry-title {
	font-size:1.90em;
	font-weight:normal;
	letter-spacing:-1px;
	color:#99d0eb;
	}

.entry-title-header {
	font-size:1.30em;
	font-weight:normal;
	letter-spacing:-1px;
	color:#660000;
	}

.entry-side {
	width:180px;
	padding:11px 0px;
	text-align:left;
	line-height:1.5em;
	}

.entry-indent {
	text-align:justify;
	line-height:1.5em;
	text-indent: 2em;
	}





/* Menu */

#menu ul {
	list-style-type:none;
	}

#menu li {
	float:left;
	}

#menu li a {
	padding:0 15px;
	display:block;
	color:#ffffff;
	margin-right:2px;
	}

#menu li a:hover {
	background:url(images/bg-menu-hover.png) no-repeat center center;
	}





/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin-top:5px;
	}

#sidebar li {
	
	}

#sidebar li a {
	display:block;
	height:20px;
	line-height:20px;
	color:#222222;
	padding-left:5px;
	border-bottom:0px solid #dddddd;
	}

#sidebar li a:hover {
	background:#ffffff;
	color:#6CC4D8;
	}

#sidebar-bottom {
	height:20px;
	background:url(images/bg-sidebar-bottom.gif) no-repeat top center;
	}





/* Heading's */

h1 {
	font-size:2.5em;
	font-weight:normal;
	cursor:default;
	position:relative; top:50px; left:30px;
	letter-spacing:1px;
	color:#e7eaff;
	font-style:italic;
	}

h2 {	
	font-size:16px;
	font-weight:bold;
	}

h3 {
	font-size:1.90em;
	font-weight:normal;
	letter-spacing:-1px;
	color:#99d0eb;
	}



/* Calendar */

html, body { margin: 0; 
	padding: 0;
	}

#month { 
	border-collapse: collapse; 
	margin: 0em; 
	}

#month th, #month td { border: 1px solid #99d0eb; 
	}

#month thead { background-color:#99d0eb; 
	color:#fff;
	}

#month td { width: 8.5em; 
	height: 2em; 
	padding: .2em; 
	vertical-align: top; 
	overflow: auto;
	}

td .day { width: 8.5em; 
	height: 6em; 
	overflow:auto; 
	margin-top: 0;
	font-size:12px;  
	}
	
#month tbody .weekend { background-color:#e6e9eb;
	}
	
#month tbody .next, #month tbody .previous { background-color:#cccccc;
	font-size:12px;  
	}

.rtop { display:block; 
	background:#060; 
	}

.rtop * { display: block; 
	height: 1px; 
	overflow: hidden; 
	background:#fff; 
	}

#month th { font: 1em bold Arial, Helvetica, sans-serif;	
	font-size:14px;
	}

.previous .date, .next .date { display: none; 
	}





/* Sitemap */

ul#sitemap {
	margin: 0;
	padding: 0;
	list-style: none;
	}

ul#sitemap ul {
	padding-left: 1em;
	list-style: none;
	margin-left: 0;
	}

ul#sitemap li {
	border-bottom: 2px solid #FFF;
	}

ul#sitemap li a:link, ul#sitemap li a:visited {
	background-color: #FFF;
	display: block;
	padding: 0.4em;
	text-decoration: none;
	color: #99d0eb;
	}

ul#sitemap li a:hover {
	background-color: #FFF;
	color: #000;
	}

ul#sitemap li li a:link, ul#sitemap li li a:visited {
	background-color: #FFF;
	display: block;
	padding: 0.4em;
	margin-left: 10;
	}

ul#sitemap li li a:hover {
	background-color: #FFF;
	color: #000;
	}
