﻿

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #808080;
	font-size: medium;
}

h1, h2, h3 {
	margin: 0;
	padding: 0px;
	color: #AE0A7D;
}

a {
	color:  #AE0A7D;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 826px;
	height: 225px;
	margin: 0 auto;
	padding: 12px 0 0 0;
}

/* Logo */

#logo {
	float: left;
	width: 208px;
	height: 208px;
	padding: 0 15px 0 0;
	background: url(images/img02a.jpg) no-repeat;
}

#logo h1 {
	padding: 120px 0 0 0;
	text-align: center;
	letter-spacing: -3px;
	font-size: 40px;
	font-weight: normal;
}

#logo h2 {
	margin-top: -10px;
	text-align: center;
	font-size: 13px;
}

#logo a {
	text-decoration: none;
	text-transform: lowercase;
}

#logo a:hover {
	color: #990000;
}

/* Menu */

#menu {
	float: left;
	padding: 0 0 0 0;
}

#menu ul {
	height: 46px;
	margin: 0px;
	padding: 23px 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	height: 43px;
	padding-top: 12px;
	background: url(images/img03.jpg) no-repeat;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 26px;
}

#menu a:hover, #menu .active a {
	background-image: url(images/img04.jpg);
	color: #FFFFFF;
}

/* Content */

#content {
	width: 820px;
	margin: 0 auto;
}

/* Posts */

#posts {
	float: right;
	width: 600px;
}

.post {
	padding-bottom: 1em;
}

.post .title {
	padding-top: 10px;
	padding-left: 20px;
	letter-spacing: 110%;
	font-size: 2em;
	font-weight: normal;
	color: #AE0A7D;
}

.post .date {
	height: 20px;
	padding: 2px 0 0 10px;
	background: url(images/img12.gif) no-repeat;
	font-size: 12px;
	font-weight: normal;
}

.post .story {
	padding: 0 20px;
	line-height: 1.6em;
}

/* Bar */

#bar {
	float: left;
	width: 200px;
}

/* Box Style One */

.boxed1 {
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.boxed1 h2 {
	height: 52px;
	margin: 0 0 2px 0;
	padding: 5px 0 0 5px;
	background: #FFFFFF url(images/img06.jpg) no-repeat;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
}

.boxed1 ul {
	margin: 0;
	padding: 10px;
	background: #AE0A7D url(images/img07.gif) repeat-x;
	list-style: none;
}

.boxed1 li {
	padding: 10px;
	background: #AE0A7D url(images/img07.gif) repeat-x;
	font-size: small;
}

.boxed1 a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.boxed1 a:hover {
	color: #FFFFFF;
}

.boxed1 .active, .boxed1 .active a {
	background-color: #ABB63D;
	color: #FFFFFF;
}

/* Footer */

#footer {
	clear: both;
	width: 700px;
	height: 60px;
	margin: 2em auto;
	background: #EB850C url(images/img16.gif) no-repeat;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
}

#footer a {
	color: #FFFFFF;
}

#copy {
	float: center;
                  padding: 20px 75px;
	
}
