/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #cbbfcc url(images/img2.gif) repeat-x;
}

/* margin lefts / margin rights - to centre content */
#main, #footer, #logo, #menubar, #site_content, #menu
{ margin-left: auto; 
  margin-right: auto;
}

body, th, td, input, textarea, select, option {
	font-family: "trebuchet MS", Arial;
}

h1, h2, h3 {
	text-transform: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #9D0B0E;
}

h1 {
	letter-spacing: 1.8px;
	font-size: 2.2em;
	color: #990066;
}

h2 {
	letter-spacing: 1.2px;
	font-size: 1.2em;
	color: #20002F;
}

h3 {
	font-size: 0.95em;
	color: #20002F;
}

h4 {
	letter-spacing: 1.1px;
	font-size: 1em;
	color: #20002F;
	font-weight: normal;
}

p, ul, ol {
	line-height: 120%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #C3054B;
	border-bottom: 0px dotted;
}

a:hover {
	text-decoration: none;
	border-bottom: 0px dotted;
}

/* Header */

#header {
	width: auto;
	height: 170px;
	margin: 0 auto;
	background: #4a1541 ;
}

#header2 {
	width: 1024px;
	height: 170px;
	margin: 0 auto;
	background: #4a1541 url(img02_5.jpg) no-repeat;
}


/* Menu */

#menu {
	width: auto;
	height: 50px;
	margin: 0 auto;
	background: #9c94a9 url(img03_2.jpg) repeat-x; 
}

#menu2 {
	width: 1006px;
	height: 50px;
	margin: 0 auto;
	background: #9c94a9 url(img03_2.jpg) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 14px 0 0 100px;
	list-style: none;
	border-bottom: 0px dotted;
}

#menu li {
	display: inline;
	border-bottom: 0px dotted;
}

#menu a {
	padding: 0 20px 0 15px;
	text-transform: lowercase;
	border-bottom: 0px dotted;
	font-weight: normal;
	color: #FFE8FF;
}

#menu a:hover {
	color: #E6E6E6;
	border-bottom: 0px dotted;
}

/* Page */

#page {
	width: 790px;
	margin: 0 auto;
	padding: 10px 0;
}

/* Content */

#content {
	float: left;
	width: 480px;
}

.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
}

.byline {
	margin: 0;
}

.meta {
	border-top: 0px solid #990000;
	text-align: right;
	color: #FF6600;
}

.meta a {
	padding-left: 15px;
	background: url(images/img06.gif) no-repeat left center;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 230px;
	color: #736A80; 
	margin: 90px 4px 30px 30px;
	padding: 16px;
	background: #cbbfcc;
	border: 1px dotted #eee;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 5px 0;
}

#sidebar li li {
	padding-left: 16px;
	border-bottom: 0px dotted #9999CC;

}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 2px 30px;
	background: url(balance.gif) no-repeat left bottom;
	border-bottom: 0px dotted #6B576C;
}

#sidebar a {
	text-decoration: 1px dotted;
}

#sidebar a:hover {
	text-decoration: none;
}

/* Footer */

#footer {
	clear: both;
	padding: 2px;
	background: #410e37 url(footer.gif)repeat-x;
	border-top: 1px solid #FF99CC;
	text-align: center;
		height: 90px;
}


