body {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ef1ce8;
	text-align: center;
	background-color:#fcabd2;
}
#fixed{
	background:#fcabd2 url(bg.png) center top repeat-x;
}
p {
	margin: 10px;
}
/* CONTAINERS */
#wrap {
	position: relative;
	width:998px;
	margin: auto;
	background:url(container.gif) repeat-y;
}
#container {
	clear:left;
	margin-left:auto;
	width: 998px;
	background:url(header.jpg) no-repeat;
}
#seocol {
	float:left;
	width:768px;
}
#leftcol {
	float: left;
	width: 222px;
	padding: 121px 0px 0px 13px;
	text-align: left;
}
#content {
	float: right;
	width: 524px;
	margin: 30px 0px 0px 9px;
	text-align: left;
	_overflow:hidden;
}
#rightcol {
	float: right;
	width: 219px;
	padding: 8px 11px 0px 0px;
	text-align: left;
}
#footer {
	clear:both;
	color: #fcabd2;
	font-size:12px;
	font-weight: bold;
	height: 147px;
	background: url(footer.jpg) bottom no-repeat;
}
#footer p {
	padding-top: 85px;
}
/* HEADER */
#header {
	width: 998px;
	height: 190px;
	text-align: right;
}
#blogtitle {
	padding:30px 50px 0px 300px;
	width: 600px;
	height: 100px;
}
#blogdesc {
	padding:10px 50px 0px 348px;
	color: #832ba9;
	font-size: 11px;
	line-height: 14px;
	font-weight:normal;
	text-align: center;
}
#header ul {
	position: absolute;
	top: 8px;
	left: 250px;
	height:32px;
	width:750px;
	text-align: center;
	overflow: hidden;
}
#header ul li {
	float:left;
	padding:0px 18px;
	list-style-type:none;
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:1px;
	font-weight: bold;
	text-decoration:none;
}
#header ul li a{
	color:#5c0059;
}
/* SEARCH */
#search {
	position:absolute;
	top:195px;
	left:510px;
	text-align:center;
}
#searchbutton {
	position:absolute;
	top:0px;
	left:160px;
	width:90px;
	height:20px;
	padding-bottom:2px;
	border:1px solid #fcabd2;
	border-collapse:collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
	color: #832ba9;
	font-weight:bold;
	text-align:center;
	background-color:#fbd4ff;
	text-transform: uppercase;
}
#searchtext {
	position:absolute;
	top:0px;
	left:0px;
	width:148px;
	height:16px;
	padding:1px;
	border:1px solid #fcabd2;
	border-collapse:collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #832ba9;
	background-color:#ffffff;
}
/* MENUS */
#leftcol ul.menu div.title {
	background:url(left-title.jpg) no-repeat;
	height:37px;
}
#rightcol ul.menu div.title {
	background:url(right-title.jpg) no-repeat;
	height:33px;
}
ul.menu {
	color: #832ba9;
}
ul.menu li {
	padding-bottom:6px;
}
ul.menu li ul li {
	margin: 0px 10px 0px 30px;
	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: 18px;
	padding: 7px 0px 0px 0px;
	color: #f357f1;
	font-weight:bold;
	text-align:center;
}
/* LINKS */
a:link,
a:visited {
	color: #ef1ce8;
	text-decoration: none;
}
a:active,
a:hover {
	text-decoration: underline;
}
ul.menu a {
	color: #832ba9;
}
ul.menu div.title a {
	color: #f357f1;
}
ul.menu a.current {
	color: #832ba9;
	font-weight: bold;
}
div.post h2 a {
	color: #5c0059;
	text-decoration: none;
}
div.footer p a {
	color: #5c0059;
	text-decoration: underline;
}
#nav a {
	color: #5c0059;
}
#footer a{
	color: #fcabd2;
}
/* PAGE */
#meta h1 {
	position:absolute;
	top:195px;
	left:265px;
	width: 240px;
	overflow:hidden;
	white-space:nowrap;
	text-align:left;
	color: #832ba9;
	font-size: 12px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
/* POSTS */
div.post {
	margin: 0px auto 15px auto;
	background:url(post-bg.jpg) repeat-y;
}
div.post h1,
div.post h2 {
	padding: 15px 0px 0px 20px;
	height:69px;
	font-size: 18px;
	line-height:20px;
	color: #5c0059;
	text-transform: uppercase;
	background: url(post-title.jpg) no-repeat;
}
div.entry {
	padding: 0px 15px;
}
div.footer {
	height: 17px;
	background:url(post-footer.jpg) bottom no-repeat;
}
div.footer p {
	font-size: 9px;
	padding: 0px 0px 0px 10px;
	margin: 0px 25px;
	text-align: right;
	color: #5c0059;
	font-weight:normal;
}
div.thumbs img {
	border:1px solid #832ba9;
}
#related div.play {
	border:1px solid #832ba9;
}
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 #fcabd2;
	color: #fcabd2;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current{
	padding: 2px 4px 2px 4px;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #fcabd2;
	color: #ffffff;
	background-color: #fcabd2;
}
/* ERRORS */
div.error,
div.error a{
	color: #ff2fb3;
}
