

body {
	margin: 0;
	padding: 0;
	background: url(images/img01.jpg) repeat-x left top;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1, h2 {
	margin: 0;
	text-transform: uppercase;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #660099;
}

h4 {
	margin: 3px 20px 0px 0px;
	text-transform: none;
	font-family: "Century Gothic";
	font-weight: normal;
	color: #660099;
}

h3 {
	margin: -12px 20px -10px -4px;
	text-transform: none;
	font-family: "Century Gothic";
	font-weight: normal;
	color: #ffffff;
}

h1 { font-size: 44px; }

h2 { font-size: 22px; }

h3 { font-size: 42px; }

h4 { font-size: 16px; }

p {
	margin-top: 0px 0px 0px 0px;
	line-height: 170%;
	text-align: justify;
	font-size: 14px;
}

ul, ol {
	margin-top: 0px 0px 0px 0px;
	line-height: 120%;
	text-align: justify;
	font-size: 14px;
}

blockquote { }

a { color: #660099; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
}

/* Header */

#header-wrapper {
}

#header {
	width: 920px;
	height: 30px;
	margin: 0 auto;
	background: #660099;
}

/* Menu */

#menu {
	float: left;
	width: 920px;
	height: 45px;
}

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

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: justify;
	margin-right: 0px;
	padding: 5px 20px 2px 20px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D580FE;
}

#menu a:hover { text-decoration: underline; }

#menu .current_page_item a {
	height: 30px;
	font-weight: bold;
	background: #FFFFFF;
	color: #660099;
}

#menu .first {
	background: #660099;
}

/* Page */

#page {
	width: 920px;
	margin: 0 auto;
}

#page-bgtop {
	padding-top: 30px;
}

	/** LOGO */

#logo {
	width: 920px;
	height: 150px;
	margin: 0 auto;
	
}

#logo h1, #logo p {
	margin: 10px;
	line-height: normal;
	text-transform: uppercase;
	font-weight: normal;
	color: #FFFFFF;
}

#logo p {
	text-transform: lowercase;
	font-size: 10px;
}

#logo h1 {
	padding-top: 54px;
	font-size: 34px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Content */

#content {
	float: right;
	width: 920px;
	padding-top: 10px;
	padding-right: 0px;
}

/* Post */

.post {
	margin-bottom: 25px;
}

.post .title {
	height: 30px;
	color: #660099;
}

.post .title a {
	text-decoration: none;
	color: #660099;
}

.post .date {
}

.post .meta {
	margin-top: 10px;
	padding: 2px 30px 2px 16px;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #660099;
}

.post .meta span {
	display: block;
	margin-top: -10px;
}

.post .meta a { }

.post .entry {
	padding: 10px 0;
}

.post .links {
	margin: 0 250px 0 0;
	padding: 0 0 0 0px;
}

.post .links .comments {
}

.post .links .permalink {
	padding-left: 17px;
}

/* Calendar */

#calendar {
}

#calendar caption {
	padding-bottom: 5px;
	font-weight: bold;
}

#calendar table {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #24130F;
	border-left: 1px solid #24130F;
	border-right: 1px solid #24130F;
}

#calendar thead th {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #24130F;
	border-left: 1px solid #24130F;
	background: #24130F;
}

#calendar tbody td {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #24130F;
	border-left: 1px solid #24130F;
	border-bottom: 1px solid #24130F;
}

#calendar tfoot td {
	padding: 5px;
	border-left: 1px solid #24130F;
	border-bottom: 1px solid #24130F;
}

#calendar tfoot #next {
	border-top: 1px solid #24130F;
	text-align: right;
}

#calendar tfoot #prev {
	border-top: 1px solid #24130F;
}

#calendar .pad {
	border-bottom: 1px solid #24130F;
}

#calendar #today {
	background: #24130F;
}

/* Footer */

#footer {
	width: 920px;
	height: 49px;
	margin: 0 auto;
	padding-top: 50px;
}

#footer-bgcontent {
	margin: 0px;
	padding: 0px;
	height: 99px;
	background: #394144;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

#footer a {
	color: #660099;
}

