@charset "utf-8";

@font-face {
	font-family: "lessblack";
	src: url(fonts/lessblack.ttf) format("truetype");
}
@font-face {
	font-family: "lessblack2";
	src: url(fonts/lessblack.eot);
}
@font-face {
	font-family: "particolor";
	src: url(fonts/particolor.ttf) format("truetype");
}
@font-face {
	font-family: "particolor2";
	src: url(fonts/particolor.eot);
}
@font-face {
	font-family: "wizcross";
	src: url(fonts/wizcross.ttf) format("truetype");
}
@font-face {
	font-family: "wizcross2";
	src: url(fonts/wizcross.eot);
}

body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f555ff;
	text-align: center;
	background: #f9b5f4 url(header.jpg) no-repeat center top;
}
p {
	margin: 12px 10px;
}
/* CONTAINERS */
#fixed {
	background: #f9b5f4 url(header.jpg) no-repeat center top;
	/*background: #f2f0e5 url(header.jpg) no-repeat center top;*/
}
#wrap {
	position: relative;
	margin: 0px auto;
	width: 996px;
	background: url(container.jpg) repeat-y center top;
}
#container {
	background: url(header.jpg) no-repeat center top;
	/*overflow: auto;*/
}
#seocol {
	float:left;
	width:789px;
}
#leftcol {
	float: left;
	width: 200px;
	padding: 5px 0px 20px 0px;
	text-align: left;
}
#content {
	float: right;
	width: 582px;
	margin: 0px;
	padding: 5px 0px 0px 7px;
	text-align: left;
}
#rightcol {
	float: right;
	width: 200px;
	padding: 172px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}
#footer {
	clear:both;
	height:250px;
	text-align: center;
}
#footer p {
	font-family: "lessblack", "lessblack2", Arial, Helvetica, sans-serif;
	color: #ca17fe;
	font-size:24px;
}
#footer strong {
	font-weight: normal;	
}
/* HEADER */
#header {
	height: 236px;
	text-align: left;
}
#blogtitle {
	height: 110px;
	padding: 30px 0px 0px 160px;
}
#blogtitle img{
	width: 550px;
	height: 110px;
}
#blogdesc {
	font-family: "lessblack", "lessblack2", Arial, Helvetica, sans-serif;
	color: #ca17fe;
	font-size:24px;
	width: 600px;
	height: 30px;
	padding:0px 0px 0px 120px;
	font-weight: normal;
	text-align: center;
}
#header ul {
	position: absolute;
	top: 190px;
	left: 20px;
	height:30px;
	width:450px;
	overflow: hidden;
	font-family: "particolor", "particolor2", Arial, Helvetica, sans-serif;
}
#header ul li {
	text-align: center;
	list-style-type:none;
	font-weight: bold;
	text-transform:uppercase;
	font-size:20px;
	float:left;
	height:30px;
	line-height:30px;
	display:block;
	padding: 0px 10px;
}
/* SEARCH */
#search {
	position: absolute;
	top: 195px;
	left: 490px;
	height: 23px;
	width: 290px;
}
#searchtext {
	float: left;
	width: 190px;
	padding: 0px;
	border: 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #b31d3d;
	background: transparent;
}
#searchbutton {
	float: left;
	width: 75px;
	height: 20px;
	margin: 0px 0px 0px 20px;
	border: 0px;
	background: transparent;
	cursor: pointer;
}
/* MENUS */
#leftcol ul.menu {
	color: #f555ff;
	background: url(left-bg.jpg) repeat-y;
}
#leftcol ul.menu div.title{
	background: url(left-title.jpg) no-repeat left top;
}
#leftcol ul.menu li {
	background:url(left-footer.jpg) no-repeat bottom;
}
#rightcol ul.menu {
	color: #f555ff;
	background: url(right-bg.jpg) repeat-y;
}
#rightcol ul.menu div.title{
	background:url(right-title.jpg) no-repeat left top ;
}
#rightcol ul.menu li{
	background:url(right-footer.jpg) no-repeat bottom;
}
#leftcol ul.menu li li,
#rightcol ul.menu li li{
	background:none;
}
ul.menu li {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 0px 0px 26px 0px;
	margin: 0px;
	overflow:hidden;
	width:200px;
}
ul.menu {
	padding: 0px;
	margin: 0px;
	overflow:hidden;
	width:200px;
}
ul.menu div.title {
	font-family: "particolor", "particolor2", Arial, Helvetica, sans-serif;
	height:42px;
	padding: 7px 0px 0px 0px;
	margin: 0px;
	font-size: 24px;
	color: #eb5ae2;
	text-align:center;
	background-repeat:no-repeat;
}
#tag-cloud {
	font-family: "particolor", "particolor2", Arial, Helvetica, sans-serif;
	font-size:120%;
}
ul.menu li li {
	margin-left: 8px;
	margin-right: 3px;
	padding: 2px;
	list-style-image:url(arr1.gif);
	list-style-position:inside;
	background:none;
}
ul.menu li div.mb{
	padding: 0px;
	margin: 0px -5px;
}
#smartmovies,
#archivesexy{
	margin-left: -5px;
}
ul.menu ul ul {
	margin-bottom:0px;
	padding-bottom:0px;
	background:none;
}
ul.menu ul li li {
	margin-left: 8px;
	margin-right: 3px;
	padding: 2px 0px;
	list-style-image:url(arr1.gif);
}
/* LINKS */
a:link,
a:visited {
	color: #1d99d7;
	text-decoration: none;
}
a:active,
a:hover {
	color: #f555ff;
	text-decoration: underline;
}
#header ul li a:link,
#header ul li a:visited,
 {
	color: #0080bf;
	text-decoration: none;
}
#header ul li a:active,
#header ul li a:hover {
	color: #1d99d7;
	text-decoration: none;
}
ul.menu a {
	color: #f555ff;
}
ul.menu #tag-cloud a:link,
ul.menu #tag-cloud a:visited{
	color: #1d99d7;
}
ul.menu #tag-cloud a:active,
ul.menu #tag-cloud a:hover{
	color: #0080bf;
	text-decoration: none;
}
ul.menu div.title a {
	color: #eb5ae2;
}
div.post h2 a {
	color: #ec5ae3;
	text-decoration: none;
}
div.post h2 a:hover {
	color: #1d99d7;
	text-decoration: none;
}
#footer a {
	color: #ca17fe;
	text-decoration: underline;
}
/* PAGE */
#meta {
}
#meta h1 {
	font-family: "lessblack", "lessblack2", Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size:24px;
	text-transform: uppercase;
	text-align:center;
}
/* POSTS */
div.post {
	margin: 0px auto 15px auto;
	background: url(post-bg.jpg) repeat-y;
	text-align: center;
}
div.post h1,
div.post h2 {
	font-family: "lessblack", "lessblack2", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ec5ae3;
	font-weight: normal;
	padding-left: 22px;
	padding-top: 23px;
	padding-bottom: 0px;
	margin:0px;
	width:350px;
	float:left;
}
#related h3 {
	font-size: 13px;
	color: #1d99d7;
	text-align: left;
	white-space:nowrap;
	overflow:hidden;
}
div.entry {
	clear:both;
}
div.entry p {
	text-align: justify;
	padding: 0px 10px;
	color: #ca17fe;
}
div.post a.dl {
	font-family: "particolor", "particolor2", Arial, Helvetica, sans-serif;
	padding-bottom: 6px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #1d99d7;
	text-transform:none;
	text-decoration:none;
}
div.post a.dl:hover {
	color: #0080bf;
	text-decoration:none;
}
#related li.title {
	margin:40px auto 20px auto;
	font-size: 20px;
	font-weight:bold;
	text-align:center;
}
#dvd {
	margin:10px auto;
}
div.footer {
	height: 15px;
	background:url(post-footer.jpg) no-repeat center bottom;
}
div.header {
	height:70px;
	background:url(post-title.jpg) no-repeat center top;
}
div.header p {
	padding: 15px 5px 0px 0px;
	font-size: 12px;
	font-weight:normal;
	color: #1d99d7;
	text-align: right;
	white-space:nowrap;
	overflow:hidden;
}
div.thumbs img {
	border: 1px solid #1d99d7 ;
}
#related div.play {
	border:1px solid #1d99d7 ;
}
/* NAV */
.wp-pagenavi {
	margin: 0px auto 10px 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 {
	margin: 2px;
	padding: 2px 4px 2px 4px;
	border: 2px solid #feba65;
	font-weight: bold;
	color: #690011;
	text-decoration: none;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current{
	margin: 2px;
	padding: 2px 4px 2px 4px;
	border: 2px solid #feba65;
	font-weight: bold;
	color: #690011;
	text-decoration: none;
	background-color: #feba65;
}
#bookmark{
	display:block;
	width:130px;
	height:30px;
	position:absolute;
	top:0px;
	left:0px;
}
#smartmovies,#archivesexy{
	margin:0px 2px;
}
