/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/


body {
	margin: 0;
	padding: 0;
	background:  #ffffff url(images/bg.gif) repeat-x;
	font-size: 13px;
	color: #000000;
}

body, td {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #ba69d2;
}

h1 {
	text-transform: lowercase;
	font-size: 34px;
}

h2 {
	text-transform: lowercase;
	font-size: 24px;
}


a {
	color: #ba69d2;
}

a:hover {
	text-decoration: none;
	color: #7a7f34;
}

/* Header */

#header {
	width: 760px;
	height: 280px;
	margin: 0 auto;
	background: url(images/img01.jpg) no-repeat right top;
}

#header h1, #header p {
	margin: 0;
	color: #ffffff;
}

#header h1 {
	font-size: 24px;
	padding-right: 10px;
	padding-top: 10px;
}


#header h1 {

	text-align: right;
}

#header h2 {
	font-size: 14px;
	padding-right: 10px;
	text-align: right;
}

#header a {
	color: #FED772;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 460px;
	padding: 10px;
}

.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
	border-bottom: 2px solid #ba69d2;
}


.meta {
	text-align: right;
	color: #646464;
}

.meta .more {
	padding-left: 20px;
}

.meta .comments {
	padding-left: 20px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 20px;
	background: url(images/img02.gif) no-repeat 5px 50%;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 0 0 0;
	border-bottom: 2px solid #ba69d2;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
}

/* Footer */

#footer {
	clear: both;
	width: 100%;
	padding: 20px 0;
	background: url(images/img07.gif) repeat-x;
	text-align: center;
	font-size: smaller;
}

.descr
{
margin: 0px;
padding: 5px;
}

#footer p
{
margin: 0px;
padding: 0px;
}
