﻿@import url(base-weblog.css);

body{
	font-size:100%;
	color:#333333;
	background-attachment: fixed;
	background-color: #CCCCCC;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
}

a{color:#333333;}

#container-inner{
	width:758px;
	background:#FFF url(images/background-2.gif) 508px 0 repeat-y;
	height: auto;
}

#alpha{
	background:#FFF url(images/background-1.gif) repeat-y;
	width:508px;
	height: auto;
}
#alpha-inner{
	padding:10px 0;
}

#beta-inner{
	position:absolute;
	top:-105px;
	width:250px;
	background-color: #FFFFFF;
	background-image: url(images/background-2.gif);
	background-repeat: repeat-y;
	background-position: center;
}


/*** HEADER ***/
#banner-inner{
	background:url(images/image.jpg) no-repeat;
	width:508px;height:220px;
	position:relative;
}
#banner-header{
	position:absolute;
	top:150px;left:50px;
}
#banner-description{
	position:absolute;
	left:50px;top:180px;
	font-size:70%;
	color:#FFF;
}
#banner-header a{
	color:#FFF;
	text-decoration:none;
	font-size:76%;
	font-weight:bold;
}


/*** TITLES ***/
h2.date-header{
	color:#c0113a;
	font-size:70%;
	margin:0;
	padding:0 50px;
	font-family:arial;
}
h2.module-header{
	font-size:86%;
	margin:0 8px 4px 16px;
	color:#666666;
	font-weight:bold;
}
h3.entry-header{
	font-size:100%;
	margin:0;
	color:#666666;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #CB3931;
}
h3.entry-header a{
	color:#666666;
	font-weight:bold;
	text-decoration: none;
}
h3.trackbacks-header,h3.comments-header,h2.comments-open-header{
	background:#e6ead3;
	font-size:120%;
	padding:5px 50px;
	font-weight:bold;
}

/*** ENTRIES FORMAT ***/
.entry{
	width:408px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 50px;
}

.entry-content,.entry-footer{
	color:#333333;
	font-size:82%;
	margin:0;
	padding:5px;
	line-height: 200%;
}
.entry-footer{margin:40px 0;}

.entry-userpic,.comment-userpic{display:none;}
.entry-body li{margin-bottom:5px;}
.entry-body blockquote{
	padding:0 0 0 10px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

/*** MODULES FORMAT ***/
.module{
	margin-bottom:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.module ul.module-list{
	margin:0 20px 0 22px;
	font-size: 76%;
}
.module ul.module-list a{
}
.module-content{margin-left:0;margin-right:0;}

.module-search form{
	padding-bottom:10px;
	background-color: #CCCCCC;
}
.module-search{
	border:0;
	color: #666666;
}
.module-search label{
	color:#333333;
	border-bottom:2px solid #FFF;
	font-size:70%;
	font-weight:bold;
	display:block;
	padding:10px 5px 5px 20px;
}
#search{
	margin-left:16px;
}

.module-syndicate,.module-powered{
	padding-left:20px;
	width:230px;
	color:#333333;
}

.module-syndicate a{
	font-size:90%;
}

/*** TRACKBACK ***/
#trackbacks-info{
	padding:0 50px;
	font-size:100%;
	margin-bottom:30px;
	font-weight:bold;
}

.trackbacks-content{
	padding:0 50px;
	font-size:90%;
}

/*** COMMENTS ***/
.comment{padding:0 50px;}
.comment-content{
	border-left:5px solid #e6ead3;
	padding-left:10px;
	font-size:90%;
}

.comments-open-content{padding:0 50px;margin:0;font-size:90%;}
#archive-title {
	color: #CD4741;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 50px;
	margin-right: 0px;
	font-size: 100%;
}
#staff-profile p {
	text-align: center;
}
#staff-profile p img {
	border: thin solid #CCCCCC;
}
.search-results-header {
	margin-left: 10px;
}
#search-form {
	margin-left: 20px;
	margin-right: 10px;
}
.search-results-header {
	margin-top: 40px;
	margin-left: 10px;
	color: #CD4741;
	font-size: 96%;
}
.search-results-container {
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 90%;
}
.search-results-container h3 a{
	color: #666666;
}
