/* default elements */

* {margin: 0; padding: 0;}



body {

	background: #715c7c url(img/gradient.gif);

	background-repeat: repeat-x;

	background-color:#aa9fda;

	color: #222;

	font-size: 62.5% ;

	padding: 2% 0;

		font-family:Verdana, Arial, Helvetica, sans-serif;

}



a {color: #270042;}

a:hover {color: #310063;}



big {font-size: 1.1em;}



h1,h2,h3 {color: #2b0042; padding: 8px 0 2px;}



h1 {font: normal 2.4em ;

line-height:1.2em;

font-weight:lighter;

text-align:center;



}

h1 a {text-decoration: none;

line-height:1.2em;}

h1 a:hover {text-decoration: underline;}



h2 {font: normal 1.6em ;

background-color:#bdb7d5;

font-weight:normal;

line-height:25px;

}

h3 {font: bold 1.2em ;

font-weight:bold;}


#extrainfo{
}

.postending{
float:left;
max-width:40%;
padding-right: 20px;
background-color:white;
}

.related_entries {

	background-color:#FCF9FF;

}

blockquote {

	/*background: url('img/quote.gif') no-repeat;*/
	background-color:#FCF9FF;

	display: block;

	font: normal 1.1em  "Times New Roman", Times, serif;

	padding-left: 26px;
	padding-top:10px;
	border:1px solid #310053;

}


form,table {margin-bottom: 0.2em;}

img {border: none;}

label {display: inline;}

li {line-height: 1.5em;}

p {padding: 2px 0 10px;}

small,.small {font: normal 0.9em sans-serif;}

ul,ol {padding: 0 2em 1.2em;}



/* structure */

#wrapper {

/*	background: #220032 url(img/wrapper.gif) no-repeat left bottom; */

	margin: 0 auto;

	width: 762px;

}

#container {

	/*border-top: 6px solid #220032;*/

	font-size: 1.3em;

	line-height: 1.3em;

	margin: 0 auto; background: #e9e9e9;

	width: 750px;

}



/* header */

.title {

	background: #ccbfda url(img/header-h1.jpg) repeat-x;

/*	border-top: 1px solid #996; */

}

.title h1 {

	font: normal 2.2em Verdana, Arial, Helvetica, sans-serif;

	padding: 10px 0 10px 18px;

}



.header {

/*	border-top: 2px solid #663;*/

	background: #cfc5da url(img/header.jpg) no-repeat left bottom;

	height: 84px;

}



/* navigation */

.navigation {

	background: #dedede url(img/nav.gif) repeat-x; height: 41px;

	border-top: 1px solid #996;

	text-align:right;

}

.navigation ul {padding: 0; margin: 0;}

.navigation li {float: right; list-style: none;}

.navigation li a {

	background: #FFF url(img/nav.gif) repeat-x;

	border-right: 1px solid #C9C6B3;

	color: #310053;

	display: block;

	font: bold 1em Tahoma,sans-serif;

	line-height: 41px;

	padding: 0 16.5px;



	text-decoration: none;

	text-align:right;

}

.navigation a:hover {

	background-position: left bottom;

	color: #221;

}

.navigation .current_page_item a {color: #331;}



/* main */

.main {background: #ffffff url(img/main.gif) ;}



/* posts */

.post .descr {

	color: #CCCCFF;

	font-size: 0.9em;

	margin: 8px 0 4px;

}

.post .info{

	border-top: 1px dashed #ab97b6;

	color: #222;

	font-size: 0.9em;

	font-weight: bold;

	margin: 4px 0 8px;

	padding: 8px 0;


}



.post {

padding-bottom: 40px;

}



.post img {border: 2px solid #CCB; margin: 4px 0;}

.post a img {border: 2px solid #CCB;}

.post a:hover img {border-color: #AA9;}





/* bottom */

.bottom {

	background: #BDB7D5 url(img/bottom.gif) no-repeat left bottom;

	border-top: 1px solid #5f00a8;

	color: #320044;

	padding: 14px 20px;

}

.bottom .left,.bottom .right {width: 49%;}



/* footer */

.footer {

	background: #220032;

	color: #ffffff;

	padding: 10px;

}

.footer .left {width: 66%;}

.footer .right {

	width: 33%;

	text-align: right;

}

.footer a {

	color: #ffffff;

	text-decoration: none;

}

.footer a:hover {

	color: #e7ddff;

	text-decoration: underline;

}



/* misc */

.content {padding: 18px 10px;

padding-right:0px;}

.right .content {padding: 0px;}

.left {float: left;}

.right {float: right;}

.clear,.clearer {clear: both;} 

.clearer {font-size: 0;}

.col2 .left {width: 68%;}

.col2 .right {width: 30%;}



/* block list */

ul.block, .block ul {

	border-top: 1px dashed #b19dbe;

	margin: 4px 0;

	padding: 0;

	width: 90%;

}

.block li {

	border-bottom: 1px dashed #b19dbe;

	list-style: none;

}

.block li a,.block li em {

	color: #310053;

	display: block;

}

.block li em {

	font-size: 0.9em;

	font-style: normal;

}

.block li a {

	padding: 4px 5%;

	text-decoration: none;

	width: 100%;

	text-align:right;

}

.block li a span {font-weight: bold;}

.block li a:hover {

	color: #310053;

	background: #c6c0d2;

}



.right .block,.right .block li {border-color: #ded9f4;}

.right .block li a:hover {background: #ded9f4;}



/* comments */

#commentlist li {

	margin-bottom: 1.5em;

	padding-bottom: 1em;

	border-bottom: 1px solid #700000;

}

#commentform {

	margin: 1em 0;

	width: 500px;

}



textarea.styled {width: 280px;}



.styled {

	font-size: 1.1em;

	background: #FCFCFC;

	border: 1px solid #ded9f4;

	padding: 2px;

}

.styled:hover {

	background: #FFF;

	border: 1px solid #ded9f4;

}

.styled:focus {

	background: #FFF;

	border: 1px solid #837792;

}

input#submit{
background: #BDB7D5;

border:1px solid #837792;
margin-bottom: 3px;}

.commentmetadata a {font-size: 1em; color: #666;}



/* calendar */

#wp-calendar {color: #A0A0A0;}



.col2 .right table caption {border-bottom-color:#000;}

.col2 .right table thead tr {

  border-bottom-color: #000;

  color: #A53512;

}

.col2 .right table th {border-bottom-color:#000;}

.col2 .right table td#today {

  border-color: #000;

  color: #A53512;

}

.col2 .right table td a {

  border-bottom-color: #000;

  background-color: #e2def3;

}



.col2 .right table tfoot {border-top-color: #000;}

.col2 .right table tfoot a {background: none;}



/* calendar

--------------------------------------------------*/

#wp-calendar {

  display: inline-table;

  border-collapse: collapse;

  width: 185px;

  margin: 0px 10px 0 10px;

  text-align: center;

}



.col2 .right table caption {

  margin: -5px 10px 0 10px;

  padding-bottom: 5px;

  border-bottom: 1px solid;

  letter-spacing: 0.1em;

}



.col2 .right table thead tr {border-bottom:1px solid;}



.col2 .right table th {border-bottom:1px solid;}



.col2 .right table td {

  width: 225px; /* maximaize width; honestly, I don't know much about tables... */

  padding: 1px;

  font-size: 0.9em;

}



.col2 .right table td#today {

  padding: 0;

  border: 1px solid;

  font-size: 1em;

  font-weight: bold;

}



.col2 .right table td a {

  display: block;

  border-bottom: 1px solid;

  font-weight: bold;

  font-size: 1.15em;

}



.col2 .right table tfoot {border-top:1px solid;}

.col2 .right table tfoot a {

  border: none;

  font-weight: bold;

}

.col2 .right table tfoot #prev a {text-align:left;}

.col2 .right table tfoot #next a {text-align:center;}



#searchform {



text-align:center;

padding:none;

border:none;

}









#sidebar{

background-color:#d8d3ed;

border:none;

padding:none;

text-align:left;

}



#searchbox{

width: 196px;

min-height:30px;

min-width:158px;

height: 30px;

max-height:30px;

border:none;

padding:none;

background-position:left;

background-color:#FF0000;

background: url(img/search.gif) no-repeat top left; 

text-align:left;

}



input

{

color: #000000;

background: #FFFFFF;

border:none;

}



#searchform{

text-align:left;

border:none;

padding-left:20px;

}
}