@charset "utf-8";
/*
Theme Name: Scary Chick
Theme URI: http://wordpress.org/
Description: The 2010 default theme for WordPress.
Author: the WordPress team
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/
body {
	background-color: #093a57;
	padding: 0;
	margin: 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	font-style:normal;
}

#bodybg {
	background-image:url("images/bodybg.jpg");
	background-repeat:repeat-y;
	width: 871px;
	margin: 0 auto 0 auto;
}
#areal {
	width: 665px;
	float: left;
}

.header {
	background-image:url("images/header.jpg");
	width: 665px;
	height:195px;
}
.textareal {
	background-color: #FFFFFF;
	width: 635px;
	margin: 6px auto auto 16px;
	padding-top: 12px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 10px;
}


/* Sidebar */
.sidebar {
	width: 200px;
	float: right;
	padding: 35px 0px;
	display: inline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 13px;
	
}


.top_bl {
	background: url(images/top_bl.jpg) no-repeat;
	height: 15px;
	width: 200px;
}
.bt_bl {
	background: url(images/bt_bl.jpg) no-repeat;
	height: 15px;
	width: 200px;
	padding: 0 0 15px 0;
	margin:0;
}

.top_gr {
	background: url(images/top_gr.jpg) no-repeat;
	height: 15px;
	width: 200px;
}
.bt_gr {
	background: url(images/bt_gr.jpg) no-repeat;
	height: 15px;
	width: 200px;
	padding: 0 0 15px 0;
	margin:0;
}
.ulbg1 {
	background: url(images/bg_bl.jpg);
	color: #a6b2b2;
}
.ulbg1 a {
	color: #a6b2b2;
	text-decoration: none;
}
.ulbg1 a:hover {
	color: #a6b2b2;
	text-decoration: underline;
}
.ulbg2 {
	background: url(images/bg_gr.jpg);
}
.ulbg2 a {
	color: #0c5079;
	text-decoration: none;
}
.ulbg2 a:hover {
	color: #0c5079;
	text-decoration: underline;
}
.ulbg1 h2 {
	color: #bfcaca;
	font-size: 18px;
	font-weight: normal;
}
.ulbg2 h2 {
	color: #083b58;
	font-size: 18px;
	font-weight: normal;
}
.sidebar ul{

	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sidebar ul ul {
	background: none;
	padding: 7px 20px 15px;
}
.sidebar ul ul li {
	background: none;
	margin: 0;
	padding: 5px 0 5px;
	line-height: 18px;
}
.sidebar ul ul ul{
	padding: 0;
	background-image: none;
}

.sidebar ul ul ul li{
	padding: 0 0 0 10px;
	background-color: transparent;
	background-image: none;
}
.sidebar ul li {
	margin: 0;
	}
.sidebar ul li h2 {
	margin: 0;
	padding: 10px 10px 0;
}
/* Entries */

.date {
	text-transform: uppercase;
	font-size: 10px;
	padding-left: 25px;
	color: #8e9594;

}
.meta {
	text-transform: uppercase;
	font-size: 10px;
	color: #0c5079;
	padding-left: 25px;
	text-align: center;
	padding-bottom: 20px;
}
.meta a {
	color: #0c5079;
}
.meta a:hover {
	color: #8e9594;
}
.title {
	color: #0c5079;
	font-size: 22px;
}
.title a {
	color: #0c5079;
	text-decoration:none;
}
.title a:hover {
	color: #0c5079;
	text-decoration: underline;
}
.entry {
	color: #8e9594;
	font-size: 14px;
	text-align: justify;
	padding-right: 7px;
	padding-left: 7px;
	text-transform: none;
}
.entry a {
	color: #0c5079;
	text-decoration:none;
}
.entry a:hover {
	color: #0c5079;
	text-decoration:underline;
}

/* additional posts */
.add {
	width: 300px;
	float: left;
	padding-top: 25px;
	padding-left: 10px;
	
}

.date2 {
	text-transform: uppercase;
	font-size: 9px;
	padding-left: 25px;
	color: #8e9594;
	font-style:italic;
}
.meta2 {
	text-transform: uppercase;
	font-size: 9px;
	color: #0c5079;
	padding-left: 25px;
	text-align: center;
	padding-bottom: 20px;
}
.meta2 a {
	color: #0c5079;
}
.meta2 a:hover {
	color: #8e9594;
}
.title2 {
	color: #0c5079;
	font-size: 16px;
}
.title2 a {
	color: #0c5079;
	text-decoration:none;
}
.title2 a:hover {
	color: #0c5079;
	text-decoration: underline;
}
.entry2 {
	color: #8e9594;
	font-size: 13px;
	text-align: justify;
	padding-right: 7px;
	padding-left: 7px;
}
.entry2 a {
	color: #0c5079;
	text-decoration:none;
}
.entry2 a:hover {
	color: #0c5079;
	text-decoration:underline;
}


