/*  
Theme Name: Purple Series
Theme URI: http://www.freewpthemes.net/preview/purpleseries
Description: Widget ready and tested on WP2.3
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
*/


body {
	margin: 0;
	padding: 0;
	background: #923494;
	font-family: Georgia;
	font-size: 13px;
	color: #555;
	background: url('images/bg.png') no-repeat center top #000;
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #fc0;
}

h1 { font-size: 44px; }

h2 { font-size: 18px; }

h3 { }

p, ul, ol {
	margin-top: 0;
	line-height: 240%;
	text-align: justify;
}

ul, ol { }

blockquote { }

a { color: #fc0; }

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 {
	background: url(images/img02.png) repeat-y center top;
}

#wrapper-bgtop {
	background: url(images/img01.png) no-repeat center top;
}

/* Header */

#header-wrapper {
}

#header {
	width: 940px;
	height: 150px;
	margin: 0 auto;
margin-bottom: 100px;
}


/* Menu */

#menu {
	float: left;
	width: 330px;
	margin: 0 170px 0 90px;
	padding-top: 0px;
	position: relative;
	top: 45px;
	}
#menu ul {
	float: right;
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline-block;
	float: left;
}

#menu a {
	display: inline-block;
	float: right;
	padding: 5px 15px 5px 15px;
	margin-left: 10px;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fc0;
	background: url('images/dimmerhover.png');
	
-moz-border-radius: 3px; -webkit-border-radius: 3px;
}

#menu a:hover { 
	text-decoration: none; 
	filter:alpha(opacity=50;)
	opacity:0.6;
	background: url('images/dimmer.png');
}

#menu .current_page_item a {
	text-decoration: none; 
	filter:alpha(opacity=50;)
	opacity:0.6;
	background: url('images/dimmer.png');
}

#menu .first {
}

#menu_right {
	float: right;
	width: 330px;
	margin: 0 100px 0 200px;
	padding-top: 0px;
	position: relative;
	top: 20px;
	}
	
#menu_right ul {
	float: left;
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu_right li {
	display: inline-block;
	float: left;
}

#menu_right a {
	display: inline-block;
	float: left;
	padding: 5px 15px 5px 15px;
	margin-left: 10px;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fc0;
	background: url('images/dimmerhover.png');
	
-moz-border-radius: 3px; -webkit-border-radius: 3px;
}

#menu_right a:hover { 
	text-decoration: none; 
	filter:alpha(opacity=50;)
	opacity:0.6;
	background: url('images/dimmer.png');
}

#menu_right .current_page_item a {
}

#menu_right .first {
}



/* Search */

#search {
	margin: 0px 0px 0px 15px;
}

#search form {
	padding: 4px 0px 0 20px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	font: 12px Georgia, "Times New Roman", Times, serif;
	border: none;
}

#search-text {
	width: 150px;
	padding: 5px 0 1px 5px;
	border: 1px solid #333333;
	background: #ECF9E4;
	color: #000000;
}

#search-submit {
	height: 21px;
	margin: 0px 10px;
	padding: 0px 5px;
	background: #512B5B;
	color: #FFFFFF;
}

#search h2 {
	margin: 0px;
	padding: 0px;
}

/* Page */

#page {
	width: 940px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}


/** LOGO */

#logo_holder {
	float: left;
	margin: 0 auto;
	height: 32px;
	width: 900px;
	padding-top: 90px;
	background: url('images/logo.png');
	position: relative; 
	top: 80px;
	left: 20px;
	
}



/* Content */

#content {
	float: right;
	width: 640px;
	position: relative;
	left: -150px;
	
	
}

#side_list {
	float: left;
	width: 125px;
	margin: 0;
margin-left: 20px;
	padding-top: 0px;
	position: relative;
	top: 0px;
display: inline-block;
	}
	
#side_list ul {
	float: left;
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#side_list li {
	display: block;
	float: right;
}

#side_list a {
	display: block;
width: 125px;
	float: left;
	padding: 5px 15px 5px 15px;
margin-bottom: 10px;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fc0;
	background: url('images/dimmerhover.png');
	
-moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px;
-moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px;
}

#side_list a:hover{ background: url('images/dimmer.png');}

#side_content {
	float: right;
	width: 675px;
	position: relative;
	left: -80px;
}

/* Post */

.post {
	margin-bottom: 45px;
}

.post .title {
	padding-left: 15px;
	color: #fc0;
}

.post .title a {
	text-decoration: none;
	text-transform: capitalize;
	font-size: 30px;
	color: #fc0;
	border-bottom: 
}

.post .date {
}

.post .meta {
	height: 32px;
	margin-left: 2px;
	padding: 4px 30px 2px 15px;
	background: url(images/img05.gif) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
}

.post .meta span {
	display: block;
	margin-top: -10px;
}

.post .meta a { }

.post .entry {
	padding: 10px 15px;
}

.post .links {
	display: block;
	width: 120px;
	height: 18px;
	margin: 30px 0px 0px 0px; 
	padding: 3px 0px 0px 40px;
	background: #512B5B;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #FCC9FD;
}

.post .comments {
	display: block;
	width: 120px;
	height: 18px;
	margin: 0px; 
	padding: 3px 0px 0px 40px;
	background: url(images/img07.gif) no-repeat left top;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #961A06;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 194px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	left: -200px;
	padding-left: 20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 30px;
	padding: 0 0 10px 0px;
}

#sidebar li ul {
	margin: 0px 14px;
}

#sidebar li li {
	margin: 0 0 5px 0;
	padding: 12px 0px;
	border-bottom: 1px dotted #fc0;
	background: #333;
-moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px;
-moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px;
}

#sidebar li li a {
	padding: 0px 0px 0px 0px;
	font-weight: normal;
}

#sidebar li li a:hover {
}

#sidebar p {
	margin: 0;
	padding: 0px 14px;
}

#sidebar h2 {
	height: 30px;
	margin: 0 0 10px 0px;
	padding: 6px 0 2px 14px;
	background: url(images/img05.gif) repeat-x left top;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: normal;
}


#sidebar p {
	line-height: 200%;
}

#sidebar a {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}

/* 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: 100%;
	height: 100px;
	margin: 0 auto;
	padding: 0;
}

#footer-bgcontent {
	height: 220px;
	background: url(images/img03.png) no-repeat center top;
}

#footer p {
	margin: 0;
	padding: 100px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	text-transform: captialize;
	font-size: 12px;
	color: #fc0;
	filter:alpha(opacity=50);
	opacity:.50;
}

#footer a {
	color: #FCC9FD;
}

#commentform {
}

#comment {
	width: 450px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

#respond {
	margin: 0 0px 0px 15px;
	padding: 0px;
}

.navigation {
	padding-top: 20px;
}

.pagetitle {
	padding-left: 15px;
	padding-bottom: 15px;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 30px;
}

hr {
	display: none;
}