/*  
Theme Name: SnowCrystals
Theme URI: http://www.freewpthemes.net/preview/snowcrystals
Description: Widget ready and tested on WP 2.2+.
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-size: 13px;
	color: #000000;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	text-transform: lowercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 900px;
	height: 400px;
	margin: 0 auto;
	background: url(http://starandmicey.com/wp-content/uploads/2010/04/Star__Micey_Ardent-310-900-cropped.jpg) no-repeat;
}

#header h1, #header p {
	float: center;
	margin: 0;
	padding-top: 80px;
	text-transform: lowercase;
	line-height: normal;
}

#header h1 {
}

#header p {
	padding-left: 10px;
}

#header a {
	text-decoration: none;
}

/* Menu */

#menu {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	background: #000000 url() no-repeat;
}

#menu ul {
	margin: 0;
	padding: 12px 0 0 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 15px 15px 15px 18px;
	background: url() no-repeat left center;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
}

#menu a:hover {
	color: #545454;
	text-decoration: none;
}

/* Page */

#page {
	width: 840px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: left;
	width: 480px;
}

.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
	border-bottom: 2px solid #000000;
}

.title a {
	text-decoration: none;
        color: #000000
}

.title a:hover {
	text-decoration: none;
	color: #545454;
}

.byline {
	margin: 0;
}

.meta {
	border-top: 0px solid #000000;
	text-align: right;
	line-height: normal;
}

.meta a {
	padding-left: 15px;
	background: url(images/img06.gif) no-repeat left center;
	font-weight: bold;
}

.navigation {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#comment {
	width: 450px;
}

.posts * {
	line-height: normal;
}

.posts li {
	margin-bottom: 40px;
}

.posts h3, .posts p {
	margin: 0;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 30px;
	border-bottom: 1px dotted #4A3903;
	background: url() no-repeat 15px 50%;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 2px 0px;
	background: url() no-repeat left bottom;
	border-bottom: 2px solid #000000;
        color: #000000
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Calendar */

#calendar_wrap {
	padding: 20px 0 0 30px;
}

#calendar table {
	text-align: center;
}

/* Search */

#search form {
	padding: 0 0 0 30px;
}

#search br {
	display: none;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px 0;
        background: #545454;
	text-align: center;
	font-size: smaller;
        color: #FFFFFF;
}

