/*
Theme Name:
Theme URI:
Description:
Version:
Author:
Author URI:
*/

* {
	margin: 0;
	padding: 0;
}
html {
  background: #FFCD77 url(i/bg-bot.gif) 0 100% repeat-x;
}
body {
	font: 14px/18px "Trebuchet MS", Tahoma, Arial, sans-serif;
	width: 100%;
	background: url(i/bg.gif) repeat-x;
}
a {
	color: #910D35;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {margin: 0 0 18px}
img {border: none}
input {vertical-align: middle}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 408px;
	position: relative;
  background: url(i/bg-top.jpg) 50% 0 no-repeat;
}

#logo {
	position: absolute;
	top: 147px;
	left: 100px;
	font-size: 90px;
  font-weight: normal;
  line-height: 1;
	text-decoration: none;
	color: #FFF;
}
#logo span {
	display: block;
	font-size: 46px;
	color: #8B0D2D;
	margin: -2px 0 0;
}

#nav {
	position: absolute;
	top: 86px;
	left: 65px;
	line-height: 28px;
	background: #FFDA48 url(i/nav-left.gif) no-repeat;
}
#letters {
	height: 28px;
	background: url(i/nav-right.gif) 100% 0 no-repeat;
  padding: 0 10px;
}
#nav ul {
	float: left;
	height: 28px;
	list-style: none;
  padding: 0 10px;
	background: url(i/nav-right.gif) 100% 0 no-repeat;
}
#nav li {
	float: left;
  background: url(i/bullet.gif) 0 12px no-repeat;
  padding: 0 0 0 14px;
	margin: 0 15px 0 0;
}
#nav a {
	color: #61133A;
	margin: 0 2px 0 1px;
}

#search {
	position: absolute;
	top: 37px;
	left: 65px;
}
#search input {
	font: 14px "Trebuchet MS", Tahoma, Arial, sans-serif;
	float: left;
}
.search {
	width: 240px;
	padding: 1px 5px;
	border: 1px solid #7B273D;
	background: #49042D;
	color: #FFF;
}
.go {
	cursor: pointer;
	border: none;
	width: 65px;
	height: 21px;
	background: url(i/search.gif) no-repeat;
	margin: 0 0 0 5px;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	overflow: hidden;
	padding: 5px 0 20px;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	margin: 0 92px 0 302px;
	background: #52182F url(i/corner-top-left3.gif) no-repeat;
}
#ctr {background: url(i/corner-top-right3.gif) 100% 0 no-repeat}
#cbl {background: url(i/corner-bot-left3.gif) 0 100% no-repeat}
#cbr {
	background: url(i/corner-bot-right3.gif) 100% 100% no-repeat;
	padding: 7px 7px 5px;
	height: 1%;
}

.post {
	margin: 0 0 3px;
	background: #FFF url(i/corner-top-left4.gif) no-repeat;
	height: 1%;
}
.ptr {background: url(i/corner-top-right4.gif) 100% 0 no-repeat}
.pbl {background: url(i/corner-bot-left4.gif) 0 100% no-repeat}
.pbr {
	background: url(i/corner-bot-right4.gif) 100% 100% no-repeat;
	padding: 20px 0 5px;
}
#content h1,
#content h2 {
	font: 21px/1 "Trebuchet MS", Tahoma, Arial;
	margin: 0 20px 15px;
}
#content h1 a,
#content h2 a {
	text-decoration: none;
}
#content h1 a:hover,
#content h2 a:hover {
	text-decoration: underline;
}
#content h1 a span {
	color: #DF0070;
}
.pmeta {
	font-size: 11px;
	color: #4A55B7;
	margin: -12px 20px 8px;
}
.pmeta a {
	color: #4A55B7;
}
.ptags {
	float: right;
}
.entry {
	border-top: 2px solid #FFE3EA;
	padding: 20px;
}
#content .entry h2 {
  font-size: 17px;
	margin: 0 0 18px 0;
	color: #2C1E66;
}
.entry h2 span {
	background: #FFE3AA;
	padding: 0 5px;
	color: #000;
}
.entry p strong {
	color: #2C1E66;
}

table {
	width: 100%;
	border-spacing: 1px;
	border: 1px solid #CCC;
	border-width: 0 1px 1px 0;
	margin: -25px 0 0;
}
th, td {
	border: 1px solid #CCC;
	border-width: 1px 0 0 1px;
	padding: 5px;
}
th {
	background: #FFE3EA;
	color: #333;
}
td {
  text-align: center;
  font-size: 13px;
  line-height: 16px;
}
td a {
	display: block;
  text-align: left;
}

.post ul,
.post ol {
	margin: 0 0 18px 30px;
}
.post li {
	padding: 2px 0;
}
.post li ul, .post li ol {
	margin: 0;
}
.post li li {
	padding-left: 18px;
}

div.pagetitle {
	margin: 10px 0 20px;
	text-align: center;
	font-size: 18px;
	color: #FFF;
}

.navigation {
	width: 100%;
	overflow: hidden;
	background: #FFF url(i/corner-top-left4.gif) no-repeat;
	height: 1%;
}
.navigation .pbr {
	padding: 13px 17px;
}

.comm {
	padding: 20px;
}
h3#comments {
	font-size: 18px;
	margin: 0 0 20px;
}
.commentmetadata {
	margin: 0 0 10px;
  font-size: 11px;
}


/* Left
-----------------------------------------------------------------------------*/
#left {
	float: left;
	width: 230px;
	margin-left: -100%;
	position: relative;
	left: 65px;
}

.section {
  background: #FFF url(i/corner-top-left.gif) no-repeat;
	margin: 0 0 7px;
	height: 1%;
}
#left .str {
  background: url(i/corner-top-right.gif) 100% 0 no-repeat;
}
#left .sbl {
  background: url(i/corner-bot-left.gif) 0 100% no-repeat;
}
#left .sbr {
  background: url(i/corner-bot-right.gif) 100% 100% no-repeat;
	padding: 3px
}
#left h3,
#right h3 {
	height: 35px;
	line-height: 35px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px;
  padding-left: 32px;
}
#left h3 {
  background: #343687 url(i/bg-h.gif) no-repeat;
	color: #FFF79E;
}
#left ul {
	background: #DBDDED;
	padding: 9px;
	position: relative;
}
#left li {
  background: url(i/bg-line.gif) 0 100% repeat-x;
	padding: 4px 0 6px 6px;
	list-style: none;
  font-size: 13px;
}
#left li a {
	color: #2C1E66;
	text-decoration: none;
  background: url(i/bullet2.gif) 0 2px no-repeat;
	padding: 0 0 0 24px;
	display: block;
	height: 1%;
}
#left li a:hover {
	color: #0072FF;
	text-decoration: underline;
}

#categories {
  text-align: right;
}
#categories a {
	float: left;
  text-transform: capitalize;
}


/* Right
-----------------------------------------------------------------------------*/
#right {
	float: left;
	width: 176px;
	margin-left: -100%;
	position: relative;
	left: 204px;
}

#right .section {
  background: #FFF url(i/corner-top-left2.gif) no-repeat;
}
#right .str {
  background: url(i/corner-top-right2.gif) 100% 0 no-repeat;
}
#right .sbl {
  background: url(i/corner-bot-left2.gif) 0 100% no-repeat;
}
#right .sbr {
  background: url(i/corner-bot-right2.gif) 100% 100% no-repeat;
	padding: 3px
}
#right h3 {
	color: #591328;
  background: #FFF url(i/bg-h2.gif) no-repeat;
}
#right ul {
	background: #FFB4BD;
	padding: 11px 20px;
	position: relative;
}
#right li {
  font-size: 12px;
	padding: 2px 0 4px 11px;
	list-style: none;
  background: url(i/bullet3.gif) 0 9px no-repeat;
}
#right li a {
	color: #470A28;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	background: #0C0028;
  border-top: 3px solid #664C45;
	height: 60px;
	line-height: 60px;
	color: #888CB0;
  font-size: 12px;
	margin: 0 90px 0 65px;
  text-align: center;
}
#footer a {
	color: #FFCD6E
}
