﻿/*  
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: #f1c795 url(images/img01.png) repeat-x;
	font-size: 13px;
	color: #0D1E25;
}



body, th, td, input, textarea, select, option {

	font-family: Arial, Helvetica, sans-serif;
	


}



h1, h2, h3 {

	font-family:Curlz MT;

	font-weight: normal;

	color: #0D1E25;

}

h3 {

	font-family:"Times New Roman", Times, serif;

	font-weight: normal;

	color: #0D1E25;
}

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;
}


img {
       border:2px;
       border-thickness:1px;
       border-color: #000000;
       border-style: solid;
       padding: 3px;
       margin: 0px 7px 0px 7px;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 830px;
	height: 217px;
	margin: 0 auto;
	background: url('images/header.png') no-repeat;
}



/* Menu */



#menu {
	width: 830px;
	height: 155px;
	background: url(images/img03.png) no-repeat;
}



#menu ul {

	margin: 0;

	padding: 0;

	list-style: none;

}



#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 100px;
	height: 63px;
	padding-top: 25px;
        text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 18px;
	color: #FFFFFF;
}

#menu a:hover {

	background: url(images/img09.png) no-repeat;

	color: #FFFFFF;

}



#menu .current_page_item a {

	background: url(images/img09.png) no-repeat;

	color: #372412;

}



/* Logo */



#logo {
	height: 185px;
}

#logo h1 {
	float: left;
	padding: 40px 40px 0 50px;
	letter-spacing: -2px;
	font-size: 8px;
}

#logo h2 {
	float: right;
	padding: 68px 0 0 0;
	font-size: 5px;
	color: #372412;
	
}

#logo a {
	text-decoration: none;
	color: #82d5c5
}

/* Page */

#page {

	width: 778px;

	margin: 0 auto;

        padding: 20px 0;
              

}



/* Content */



#content {
	background: #f1c795 url('images/fleur.png');
	float: left;
	padding-top: 20px;
	width: 480px;
}



.post {

	padding: 0 0 20px 0;

}



.title {
	margin: 0;
	border-bottom: 2px solid #0d1e25;

}

.title a {
	text-decoration: none;
}

.title a:hover {
	text-decoration: underline;
}

.byline {
	margin: 0;
}

.meta {
	border-top: 1px solid #0d1e25;
	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;

        padding-top: 25px;

	width: 240px;
    
}



#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 #0d1e25;
	background: url(images/img06.gif) no-repeat 15px 50%;
}

#sidebar h2 {

	margin: 0;

	padding: 20px 0 2px 30px;

	background: url(images/img05.png) no-repeat left bottom;

	border-bottom: 2px solid #0d1e25;

}



#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: #82d5c5;

	border-top: 3px solid #0d1e25;

	text-align: center;

	font-size: small;

	color: #0d1e25;

}



#footer a {

	color: #FFFFFF;

}



