/*
Theme Name: Blue Christmas
Theme URI: http://xmas.stylegraph.net/Xmas
Description: A fun and blueish Christmas theme by <a href="http://www.blogger-template.info">WordPress Themes</a>. Last tested on WordPress v2.6.3 with artwork by Masaki Hoshino, snow by Scott Schiller and icons by N.Design Studio
Author: Sha
Author URI: http://xmas.stylegraph.net/
Tags: xmas, christmas, snow
Version: 1.0
*/

* { margin: 0; padding: 0; }

body {
	background-color: #011933;
	font: 12px/18px Arial, sans-serif;
}

h1,
h2,
h3 {
	margin: 1em 0px;
	color:#CC0000;
	font-family: serif;
	line-height: 1.4em;
}

a {
	color:#CC0000;
	text-decoration: none;
}
a:hover {
	color:#CC0000;
	text-decoration: underline;
}
a img { border: none; }

p { margin-bottom: 16px; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	padding: 10px;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
}
td {
	padding: 10px;
	vertical-align: top;
}

blockquote { margin: 10px; }
cite { color: #999999; }
pre { 
	border: 1px solid #CCCCCC;
	padding: 10px;
	background-color: #EEEEEE;
}

/* Header */

.Header {
	width: 850px;
	height: 290px;
	margin: 0 auto;
	padding-top: 60px;
	background: url(images/header.jpg) no-repeat 50% 0;
	color: #FFFFFF;
	text-align: center;
}

.Header h2 a {
	height: 40px;
	color: #FFFFFF;
	font-size: 40px;
	line-height: 40px;
	text-shadow : 0 1px 6px #011933;
}
.Header h2 a:hover {
	text-decoration: none;
}

.Header p {
	font-weight: bold;
	text-shadow : 0 1px 6px #011933;
}

.Header form {
	clear: both;
	width: 830px;
	height: 40px;
	margin-top: 145px;
	padding-right: 20px;
	background: url(images/bar.gif) no-repeat 0 0;
	text-align: right;
	line-height: 40px;
}

.Header ul {
	float: left;
	text-align: left;
	line-height: 40px;
}
.Header ul li {
	display: inline;
	padding: 0px 20px;
}
.Header ul li a { color: #FFFFFF; }

/* Main */

.Main {
	width: 850px;
	margin: 0 auto;
}

/* Content */

.Content {
	float: left;
	width: 560px;
	margin-top: 10px;
	padding: 30px 20px;
	background: #FFFFFF url(images/content_top.gif) repeat-x 0 0;
}

.Content a { color: #228000; }

.Content dt {
	margin-top: 1em;
	margin-bottom: 0.3em;
	font-size: 16px;
	font-weight: bold;
	font-family: serif;
}

.Content ol,
.Content ul {
	margin: 0 0 3em 3.5em;
}

.Title {
	margin-top: 60px;
	margin-bottom: 10px;
	padding: 2px 0px 2px 35px;
	background: #FFFFFF url(images/lease.gif) no-repeat 0 50%;
	color: #CC0000;
	font-family: serif;
}

.Title a {
	color:#CC0000;
}

.ContentFooter {
	margin: 0px -20px -40px -20px;
	padding-top: 80px;
	background: #FFFFFF url(images/content_bottom.gif) repeat-x 0 100%;
}

/* Sidebar */

.Sidebar {
	float: right;
	width: 230px;
}

.Sidebar h2 {
	width: 230px;
	height: 55px;
	margin-bottom: 0px;
	padding-top: 20px;
	background: #011933 url(images/side_top.gif) no-repeat 0 100%;
	color: #FFFFFF;
	font-size: 13px;
	font-family: sans-serif;
	text-align: center;
}

.Sidebar ul li,
.Sidebar ul li a {
	background-color: #228000;
	color: #FFFFFF;
	list-style-type: none;
}
.Sidebar ul li ul {
	padding-bottom: 20px;
	background: url(images/side_bottom.gif) no-repeat 0 100%;
}
.Sidebar ul li ul li {
	margin: 10px 20px;
	padding-left: 20px;
	background: url(images/list_image.gif) no-repeat 0 40%;
}
.Sidebar ul li ul li.Icon { line-height: 48px; }
.Sidebar ul li ul li.Icon img { float: Right; }

/* Footer */

.Footer {
	clear: both;
	width: 800px;
	margin: 0px auto;
	padding: 30px;
	color:#FFFFFF;
	text-align:center;
}

.Footer a { color:#FFFFFF; }

/* Universal */

.Center { text-align: center; }
.Right { float: right; margin-loft: 10px; margin-bottom: 10px; }
.Left { float: left; margin-right: 10px; margin-bottom: 10px; }

.Ranking { margin-bottom: 60px; border-top: 1px solid #DDDDDD; }
.Ranking th {
	color: #FFFFFF;
	font-weight: bold;
}
.Ranking th, .Ranking td { border-bottom: 1px solid #DDDDDD; padding: 5px 10px; }