body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	text-align: center;
	background-color:#5f9604;
}
#fixed{
	background:#5f9604 url(bg.jpg) center top repeat-x;
}
p {
	margin: 10px;
}
/* CONTAINERS */
#wrap {
	width:995px;
	margin: auto;
	background:url(container.jpg) repeat-y;
}
#container {
	clear:left;
	margin-left:auto;
	width: 995px;
	background-image:url(header.jpg);
	background-repeat:no-repeat;
}
#seocol {
	float:left;
	width:766px;
}
#leftcol {
	float: left;
	width: 199px;
	padding-left: 10px;
	text-align: left;
}
#content {
	float: right;
	width: 537px;
	margin-bottom: 10px;
	padding-left: 18px;
	text-align: left;
}
#rightcol {
	float: right;
	width: 199px;
	padding: 82px 10px 0px 0px;
	text-align: left;
}
#footer {
	clear:both;
	color: #ff66cc;
	font-size:16px;
	font-weight: bold;
	height:160px;
	background: url(footer.jpg) bottom no-repeat;
}
#footer p {
	padding-top: 90px;
}
/* HEADER */
#header {
	width: 995px;
	height: 225px;
	text-align: right;
}
#blogtitle {
	width: 815px;
	height: 117px;
}
#blogdesc {
	height:50px;
	padding:0px 283px 0px 140px;
	color: #6d0034;
	font-size: 11px;
	line-height: 11px;
	font-weight:normal;
	text-align: center;
}
#header ul {
	margin:19px 0px 0px 15px;
	overflow: hidden;
	height:34px;
}
#header ul li {
	float:left;
	list-style-type:none;
}
#header ul li a {
	display:block;
	padding:0px 18px 0px 18px;
	font-size:16px;
	color:#2f4500;
	letter-spacing:1px;
	font-weight: bold;
	text-decoration:none;
	text-transform:lowercase;
}
#header ul a:hover {
	padding:0px 18px 0px 18px;
	color: #000000;
	font-weight: bold;
	text-decoration:none;
	display:block;
	text-transform:lowercase;
}
/* SEARCH */
#search {
	margin: 0px;
	padding: 7px 0px 61px 15px;
	height: 24px;
}
#searchtext {
	float: left;
	border: 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	margin:2px 0px 0px 0px;
	padding:1px 0px 0px 20px;
	font-size: 13px;
	color: #ff2fb3;
	width: 220px;
	background: transparent;
}
#searchbutton {
	background: url(search.gif) top left no-repeat;
	margin:0px 0px 0px 24px;
	float: left;
	height: 24px;
	width: 63px;
	border: 0;
	cursor: pointer;
}
/* MENUS */
#leftcol ul.menu div.title {
	background:url(left-title.jpg) no-repeat;
}
#rightcol ul.menu div.title {
	background:url(right-title.jpg) no-repeat;
}
#leftcol ul.menu li {
	background:#ffffff url(left-footer.jpg) no-repeat bottom;
}
#rightcol ul.menu li {
	background:#ffffff url(right-footer.jpg) no-repeat bottom;
}
#leftcol ul.menu li li,
#rightcol ul.menu li li {
	background:none;
}
ul.menu {
	color: #ff2fb3;
}
ul.menu li {
	padding-bottom:13px;
	margin-bottom:7px;
}
ul.menu li ul li {
	margin: 0px 10px 0px 35px;
	padding-bottom: 2px;
	list-style-image:url(arr.jpg);
	background: none;
}
ul.menu ul li li {
	margin: 0px 3px 0px 8px;
	padding: 2px 0px;
	list-style-image:url(arr.jpg);
}
ul.menu div.title {
	font-size: 20px;
	color: #7c004f;
	padding: 7px 0px 0px 0px;
	margin-bottom:0px;
	height:31px;
	text-align:center;
}
/* LINKS */
a:link,
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:active,
a:hover {
	text-decoration: underline;
}
ul.menu a {
	color: #ff2fb3;
}
ul.menu div.title a {
	color: #7c004f;
}
ul.menu a.current {
	color: #7c004f;
	font-weight: bold;
}
div.post h2 a {
	color: #7c004f;
	text-decoration: none;
}
div.footer p a {
	color: #94005b;
}
#nav a {
	color: #7c004f;
}
#footer a{
	color: #ff66cc;
}
/* PAGE */
#meta {
	display:none;
}
/* POSTS */
div.post {
	margin: 0px auto 15px auto;
	background:url(post-bg.jpg) repeat-y;
}
div.post h1,
div.post h2 {
	height:52px;
	padding: 24px 0px 0px 26px;
	font-size: 19px;
	color: #7c004f;
	font-weight: normal;
	text-transform: uppercase;
	background: url(post-title.jpg) no-repeat;
	white-space: nowrap;
	overflow: hidden;
	width: 511px;
}
div.entry {
	padding: 0px 15px;
}
div.footer {
	height: 52px;
	background:url(post-footer.jpg) bottom no-repeat;
}
div.footer p {
	font-size: 11px;
	padding: 3px 0px 0px 10px;
	margin: 0px 25px;
	text-align: right;
	color: #94005b;
	font-weight:normal;
	border-top: 1px dotted #ffffff;
}
div.thumbs img {
	border:1px solid #ffcbfb;
}
#related div.play {
	border:1px solid #ffcbfb;
}
h3 {
	font-size: 13px;
	color: #930909;
	text-align: left;
	white-space:nowrap;
	overflow:hidden;
}
div.post a.dl {
	padding-bottom: 6px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
#related li.title {
	margin:40px auto 20px auto;
	font-size: 20px;
	font-weight:bold;
	color: #7c004f;
	text-align:center;
}
#dvd {
	margin:10px auto;
}
/* NAV */
.wp-pagenavi {
	margin: 20px auto;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi a:link,
.wp-pagenavi a:visited,
.wp-pagenavi a:active,
.wp-pagenavi span.extend,
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #ff66cc;
	color: #ff66cc;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current{
	padding: 2px 4px 2px 4px;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #ff66cc;
	color: #ffffff;
	background-color: #ff66cc;
}
/* ERRORS */
div.error,
div.error a{
	color: #ff2fb3;
}
