@font-face {
	font-family: "tatulo";
	src: url(tatulo.ttf) format("truetype");
}
@font-face {
	font-family: "tatulo2";
	src: url(tatulo.eot);
}
body {
	font-family:  Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffe4f1;
	text-align: center;
	background: #3a3a3a  url(bg.jpg) top repeat-x;
}
p {
	margin: 12px 10px;
}
/* CONTAINERS */
#fixed {
	background: #3a3a3a  url(bg.jpg) top repeat-x;
	/*background: #f2f0e5 url(header.jpg) no-repeat center top;*/
}
#wrap {
	position: relative;
	margin: 0px auto;
	width: 980px;
	background: url(bg.jpg) top repeat-x;
}
#container {
	background: #ffffff url(header.jpg) no-repeat center top;
	/*overflow: auto;*/
}
#seocol {
	float:left;
	width:746px;
}
#leftcol {
	float: left;
	width: 210px;
	padding: 0px 0px 0px 14px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}
#content {
	float: right;
	width: 512px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
}
#rightcol {
	float: right;
	width: 210px;
	padding: 0px 14px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}
#footer {
	clear:both;
	height: 182px;
	color: #cb6724;
	background: url(footer.jpg) top no-repeat;
	text-align: center;
}
#footer p {
	padding: 120px 500px 0px 120px;
	height:35px;
}
/* HEADER */
#header {
	height: 230px;
	text-align: left;
}
#blogtitle {
	height: 100px;
	padding: 46px 0px 0px 27px;
}
#blogtitle img{
	width: 570px;
	height: 100px;
}
#blogdesc {
	height: 16px;
	padding:0px 368px 0px 16px;
	color: #333333;
	font-weight: normal;
	text-align: center;
	font-size: 14px;
	line-height:16px;
}
#header ul {
	position: absolute;
	top: 175px;
	left: 10px;
	height:40px;
	width:360px;
	overflow: hidden;
	font-family: "tatulo", "tatulo2", Arial, Helvetica, sans-serif;
}
#header ul li {
	text-align: center;
	list-style-type:none;
	font-size:18px;
	float:left;
	height:40px;
	line-height:40px;
	letter-spacing:-2px;
	display:block;
	padding: 0px 5px;
}

/* SEARCH */
#search {
	position: absolute;
	top: 175px;
	left: 375px;
	height: 40px;
	width: 250px;
}
#searchtext {
	border: 0px;
	margin:8px 0px;
	padding:0px;
	font-size: 16px;
	color: #8c3069;
	width: 180px;
	background: transparent;
}
#searchbutton {
	background: url(search.gif) top left no-repeat;
	margin:0px;
	padding:0px;
	height: 22px;
	width: 35px;
	border: 0px;
	cursor: pointer;  
}

/* MENUS */
ul.menu {
	color: #ffe1f3;
	margin:0px;
	padding:0px;
	width: 210px;
}
ul.menu li {
	list-style-type:none;
	margin:0px 0px 15px 0px;
	padding:0px;
	background: #d30087 url(sidebar-bg.jpg) center 31px no-repeat;
}
ul.menu li div {
	padding:5px 0px;
}
ul.menu ul li {
	margin: 0px 10px 2px 35px;
	list-style-image: url(arr.gif);
	background-color: transparent;
}
ul.menu ul li li {
	margin: 2px 3px 2px 8px;
	list-style-image: url(arr.gif);
}
ul.menu div.title {
	color: #fef6eb;
	padding: 13px 0px 0px 42px;
	margin:0px 0px 0px 0px;
	height:31px;
	font-size:17px;
	text-align:left;
	background:url(sidebar-title.jpg) no-repeat;
}
/* LINKS */
a:link,
a:visited {
	color: #ff5cc4;
	text-decoration: none;
}
a:active,
a:hover {
	text-decoration: underline;
}
#header ul li a:link,
#header ul li a:visited {
	color: #ffafdc;
	text-decoration: none;
}
#header ul li a:active,
#header ul li a:hover {
	color: #ffffff;
	text-decoration: none;
}
ul.menu a {
	color: #ffe1f3;
}
ul.menu div.title a {
	color: #fef6eb;
}
div.post h2 a {
	color: #f5f7f0;
	text-decoration: none;
}
div.post div.header p a {
	color: #ff5cc4;
}
#footer a {
	color: #cb6724;
}
/* PAGE */
#meta {
}
#meta h1 {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	text-align:center;
	letter-spacing: 5px;
}
/* POSTS */
div.post {
	margin: 0px auto 10px auto;
	background: url(post-bg.jpg) repeat-y;
	text-align: center;
}
div.post h1,
div.post h2 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #f5f7f0;
	font-weight: normal;
	padding: 18px 13px 0px 13px;
	margin: 5px 0px;
	text-align:left;
}
#related h3 {
	font-size: 13px;
	color: #ff5cc4;
	text-align: left;
	white-space:nowrap;
	overflow:hidden;
}
div.entry p {
	text-align: justify;
	padding: 0px 10px;
}
div.post a.dl {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #ff5cc4;
	text-transform:uppercase;
}
div.post a.dl:hover {
	color:#f5f7f0;
}
#related li.title {
	margin:40px auto 20px auto;
	font-size: 20px;
	font-weight:bold;
	text-align:center;
}
#dvd {
	margin:10px auto;
}
div.footer {
	margin-top:-35px;
	height:35px;
	background:url(page-footer.jpg) no-repeat center bottom;
}
div.header {
	height:77px;
	background:url(post-title.jpg) no-repeat center top;
}
div.header p {
	font-size: 12px;
	margin: 0px;
	text-align: center;
	color: #ff5cc4;
	font-weight:normal;
	line-height:16px;
	padding:8px 0px 0px 13px;
	text-align: left;
}
div.thumbs img {
	border: 1px solid #ff57fd   ;
}
#related div.play {
	border:1px solid #ff57fd   ;
}
/* 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: 1px solid #d30087;
	font-weight: bold;
	color: #ffc5e7;
	text-decoration: none;
	background-color: #d30087;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current{
	margin: 2px;
	padding: 2px 4px 2px 4px;
	border: 1px solid #d30087;
	font-weight: bold;
	color: #d30087;
	text-decoration: none;
	background-color: #ffc5e7;
}
#bookmark{
	display:block;
	width:100px;
	height:30px;
	position:absolute;
	top:20px;
	left:880px;
}
#smartmovies,#archivesexy{
	margin:0px 2px;
}
