@charset "utf-8";
/* CSS Document */

/****** SLIDING BOXES ******/

			.boxgrid, .boxgrid2{ 
				width: 175px; 
				height: 143px; 
				/*float:left; */
				overflow: hidden; 
				position: absolute;
				top:31px;
				left:30px;
			}
/*				.boxgrid img, .boxgrid2 img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
*/				.boxgrid p, .boxgrid2 p{ 
					padding: 0 10px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10pt "Lucida Grande", Arial, sans-serif; 
				}
				.boxgrid2{
					width:600px;
					height:148px;
					top:47px;
					left:49px;
				}
				
			.boxcaption, .boxcaption2{ 
				/*float: left;*/ 
				position: absolute; 
				background:#FFF;
				height: 50px; 
				width: 100%; 
				opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.captionfull .boxcaption, .captionfull2 .boxcaption2 {
 					top: 143px;
 					left: 0px;
 				}
 				.caption .boxcaption, .caption2 .boxcaption2 {
 					top: 143px;
 					left: 0px;
 				}
				.captionfull .boxcaption2 {
 					top: -30px;
					height:30px;
					left:390px;
 				}
				.boxcaption p{
					color:#090;
					margin:0px;
					padding:5px;
				}
				.boxcaption a{
					margin-top:5px;
					position:relative;
					border:none;
				}
				.boxcaption a:hover{
					cursor:pointer;
					border:none;
				}
				.boxcaption img{
					border:none;
				}
				.boxcaption img:hover{
					cursor:pointer;
					border:none;
				}
				.boxcaption2 p{
					color:#090;
					margin:0px;
					padding:5px;
				}
				.boxcaption2 a{
					margin-top:5px;
					position:relative;
					border:none;
				}
				.boxcaption2 a:hover{
					cursor:pointer;
					border:none;
				}
				.boxcaption2 img{
					border:none;
				}
				.boxcaption2 img:hover{
					cursor:pointer;
					border:none;
				}



/*----- BEGIN STEP CAROUSEL -----*/

.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 705px; /*Width of Carousel Viewer itself*/
	height: 2000px; /*Height should enough to fit largest content's height*/
	background:none;
	float:left;
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px; /*margin around each panel*/
	width: 715px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

/*----- END STEP CAROUSEL -----*/

body{
	margin: 0 0 0 0; 
	background: url(imagenes/fondo.jpg) repeat;
}
.h{
	display:none;
}

.plain_text{
        color:#ddd;
}

a, a:link, a:visited, a:active {
	outline: none;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#060;
}
a:hover {
	color:#0C0;
	border-bottom:1px #0C0 dotted;
}

#wrap, #wrap2{
	width: 1000px;
	margin:0 auto;
}

.search-bar{
	background: url(imagenes/search_bar.png) top right no-repeat; 
	width: 821px; 
	height: 69px; 
	margin:0 auto;
}
.search_border{
	width:734px;
	margin-left:70px;
	border-top:1px solid #FFFFFF; 
}

.search{
	position:relative;
	margin-left:560px;
	margin-top:-12px;
}
.search ul{
	position: relative;
	line-height: 1.5em;
}
.search li{
	list-style-type: none;
	list-style-position: outside;
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	margin-left:10px;
	text-decoration:none;
}
.button-search{
	background: url(imagenes/search_button.png) top center no-repeat;
	width:76px;
	height:23px;
	margin-top:10px;
	display:block;
}
.button-search:hover{
	background-position:0px -33px;
	cursor:pointer;
	border-bottom:none;
}
.text-search{
	width:90px;
	background:none;
	padding:5px;
	font-size:16px;
}

#logo{
	background:url(imagenes/css_deluxe_logo.png) no-repeat top center;
	width:478px;
	height:111px;
	margin-top:-47px;
	margin-left:30px;
	float:left;
}

.nav {
	height: 40px;
	float:left;
}

.nav, .nav ul {
	margin: 0;
	padding: 0;
	margin-top:0px;
	margin-left:0px;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	line-height: 1.5em;
}

.nav li {
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
}

ul.nav {
}

.nav a.home:link, .nav a.home:visited, .nav a.home:active {
	width: 77px;
	height: 40px;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	margin-right:0px;
	background: url(imagenes/menu_home.png) top center no-repeat;
	display: block;
	border:none;
	text-decoration:none;
}
.nav a.home:hover {
	background-position: center -65px;
}

.nav a.submit:link, .nav a.submit:visited, .nav a.submit:active {
	width: 110px;
	height: 40px;
	padding: 0px;
	margin: 0px;
	margin-right:0px;
	background: url(imagenes/menu_submit.png) top center no-repeat;
	display: block;
	border:none;
	text-decoration:none;
}
.nav a.submit:hover {
	background-position: center -65px;
}

.nav a.topten:link, .nav a.topten:visited, .nav a.topten:active {
	width: 99px;
	height: 40px;
	padding: 0px;
	margin: 0px;
	margin-right:0px;
	background: url(imagenes/menu_topten.png) top center no-repeat;
	display: block;
	border:none;
	text-decoration:none;
}
.nav a.topten:hover {
	background-position: center -65px;
}

.nav a.advertise:link, .nav a.advertise:visited, .nav a.advertise:active {
	width: 138px;
	height: 50px;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	background: url(imagenes/menu_advertise.png) top center no-repeat;
	display: block;
	border:none;
	text-decoration:none;
	background-position: center 5px;
}
.nav a.advertise:hover {
	background-position: center -60px;
}

.content{
}

.submissions{
	width:705px;
	float:left;
	margin-top:-80px;
}

.screen-siteoftheweek, .screen-siteoftheweek-topten{
	background-repeat:no-repeat;
	background-position:49px 95px;
	height:300px; 
	margin-left:5px; 
	float:left; 
	width:695px; 
	margin-top:20px;
}
.screen-siteoftheweek-topten{
	background-position:49px 65px;
	margin-top:0px;
}
.week, .topten-week{
	background:url(imagenes/site_week.png) no-repeat top left;
	height:268px;
	position:relative;
	margin-top:50px;
}
.topten-week{
	background:url(imagenes/topten_site_week.png) no-repeat top left;
	margin-top:0px;
}
.text_week{
	position:absolute;
	top:198px;
	left:85px;
}
.nota_week{
	position:absolute;
	font-family:Verdana, Geneva, sans-serif;
	color:#900;
	top:167px;
	left:639px;
}

.simple-post-site, .topten-simple-post-site{
	background:url(imagenes/simple_post_site.png) no-repeat top left;
	height:254px;
	position:relative;
}
.topten-simple-post-site{
	background:url(imagenes/topten_simple_post_site.png) no-repeat top left;
}
.simple-post-text{
	position:absolute;
	top:198px;
	left:45px;
}
.simple-post-nota{
	position:absolute;
	font-family:Verdana, Geneva, sans-serif;
	color:#900;
	top:167px;
	left:635px;
}
.simple-post-comment a, .week_comment a{
	position:absolute;
	font-family:Verdana, Geneva, sans-serif;
	color:#900;
	top:11px;
	left:33px;
	text-align:center;
	border:none;
	text-decoration:none;
}
.week_comment a{
	left:36px;
}

.new_submissions{
}
.new_submissions ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;	
}			
.new_submissions ul li {
	float: left;
}
.submission, .submission-week{
	background:url(imagenes/polaroid.png) no-repeat top left;
	height:235px;
	width:235px;
	float:left;
	margin-left:0px;
	position:relative;
}
.submission-week{
	background:url(imagenes/polaroid_week.png) no-repeat top left;
}
.text_submission{
	margin-top:184px;
	margin-left:30px;
	font-size:12px;
	overflow:hidden;
	height:15px;
	width:88px;
}
.nota_submission{
	font-family:Verdana, Geneva, sans-serif;
	color:#900;
	margin-top:0px;
	margin-left:191px;
	text-align:center;
	width:30px;
}
.comments_submission{
	margin-top:-186px;
	margin-left:24px;
}
.rating-submission{
	margin-top:-45px;
}

.comments_submission a{
	font-family:Verdana, Geneva, sans-serif;
	color:#900;
	font-size:10px;
	text-align:center;
	width:23px;
}
a.comments_submission:hover{
	border-bottom:1px dotted #900;
}

.sidebar{
	float:left;
	width:290px;
}
.sidebar-topten{
	float:left;
	margin-left:10px;
	margin-top:25px;
}
.sidebar ul{
	list-style-type: none;
}
.sidebar a{
        color: #fff;
}
.sidebar a:hover{
        color: #fff;
        border-bottom:1px dotted #fff;
}

.advertise_container_big, .advertise-topten-container{
	background:url(imagenes/advertise_background_big.png) no-repeat top center;
	position:relative;
	padding-top:13px;
	padding-left:3px;
	height:140px;
	width:300px;
	margin-bottom:-15px;
}
.advertise_big, .advertise-topten{
	background:url(imagenes/background_comment.png) repeat;
	height:100px; 
	width:270px; 
	position:absolute;
	left:15px;
	top:19px;
}
.advertise_big b{
	font-family:Arial, Helvetica, sans-serif; 
	color:#999; 
	text-align:center;
	position:absolute;
	top:37%;
	left:37%;
}
.advertise_big b:hover{
	color:#CCC;
	cursor:pointer;
}

.advertise-topten-container{
	background:url(imagenes/advertise_topten.png) no-repeat top center;
	width:177px;
	height:462px;
	margin:0px;
}
.advertise-topten{
	width:150px;
	height:370px;
	top:33px;
	left:8px;
}
.advertise-topten b{
	font-family:Arial, Helvetica, sans-serif; 
	color:#999; 
	text-align:center;
	position:absolute;
	top:45%;
	left:26%;
}
.advertise-topten b:hover{
	color:#CCC;
	cursor:pointer;
}

.advertise_container_small{
	background:url(imagenes/advertise_background_small.png) no-repeat top center;
	position:relative;
	padding-left:3px;
	padding-top:7px;
	width:297px;
	height:71px;
	margin-bottom:0px;
}
.advertise_small{
	background:url(imagenes/background_comment.png) repeat;
	height:50px; 
	width:270px; 
	position:absolute;
	left:14px;
	top:15px;
}
.advertise_small b{
	font-family:Arial, Helvetica, sans-serif; 
	color:#999; 
	text-align:center;
	position:absolute;
	top:37%;
	left:37%;
}
.advertise_small b:hover{
	color:#CCC;
	cursor:pointer;
}
.advertise_small img:hover{
	cursor:pointer;
}
.advertise_small img{
	border:none;
}
.advertise_small a:hover{
	border:none;
}

#nav_posts {
	height: 75px;
	float:left;
}

#nav_posts, #nav_posts ul {
	margin: 0;
	padding: 0;
	margin-top:-30px;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	line-height: 1.5em;
}

#nav_posts li {
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
}

ul#nav_posts {
}

#nav_posts a.prev:link, #nav_posts a.prev:visited, #nav_posts a.prev:active {
	width: 84px;
	height: 75px;
	padding: 0px;
	margin: 0px;
	margin-right:159px;
	background: url(imagenes/arrows_prev.png) center 12px no-repeat;
	display: block;
	text-decoration:none;
}
#nav_posts a.prev:hover {
	background-position: center -67px;
	border:none;
}

#nav_posts a.next:link, #nav_posts a.next:visited, #nav_posts a.next:active {
	width: 84px;
	height: 75px;
	padding: 0px;
	margin: 0px;
	margin-left:153px;
	background: url(imagenes/arrows_next.png) center 12px no-repeat;
	display: block;
	text-decoration:none;
}
#nav_posts a.next:hover {
	background-position: center -67px;
	border:none;
}

#nav_posts a.back:link, #nav_posts a.back:visited, #nav_posts a.back:active {
	width: 225px;
	height: 60px;
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
	margin-right:0px;
	background: url(imagenes/back.png) top center no-repeat;
	display: block;
	text-decoration:none;
}
#nav_posts a.back:hover {
	background-position: center -62px;
	border:none;
}

.monthSelect, .topten-header-select { 
	padding:2px; 
	font-size:12px; 
	width:230px; 
	margin:5px -13px 25px;
}

.comments{
	min-height:50px;
	width:695px;
	float:left;
	margin-top:20px;
	margin-left:5px;
	display:none;
}

.comment-post{
	background:url(imagenes/background_comment.png) repeat;
	width:97%;
	margin-right:5px;
	margin-bottom:15px;
	padding:5px 5px 5px 5px;
}

.comment-post-g{
	background:url(imagenes/background_comment.png) repeat;
	position:relative;
	float:left;	
	width:492px;
	min-height:118px;
	padding-left:5px;
	padding-right:5px;
	margin-right:5px;
	margin-bottom:20px;
}

.comment-content-g{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	padding:10px;
	padding-bottom:20px;
}

.comment-content{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	padding:5px;
}

.comment-meta-g{
	position:absolute;
	left:135px;
	bottom:-5px;
	font-family:"Courier New", Courier, monospace;
	font-size:10px;
	color:#2E50F1;
}

.comment-meta, .submission-date{
	font-family:"Courier New", Courier, monospace;
	font-size:10px;
	color:#2E50F1;
}

.submission-date{
	font-size:9px;
	color:green;
	position:absolute; 
	top:18px; 
	left:70px;
}
.submission-date:hover{
	cursor:help;
}

.comments-header{
	background:url(imagenes/comments.png) no-repeat bottom;
	width:689px;
	height:67px;
}

.comments-header p{
	font-family:Tahoma, Geneva, sans-serif;
	color:#DDD;
	position:absolute;
	margin-top:22px;
	margin-left:170px;
}

.comments-respond{
	position:relative;
	font-family:Tahoma, Geneva, sans-serif;
	background: url(imagenes/background_comment.png) repeat;
	padding:5px;
	width:666px;
}

input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	display:block; 
	width: 320px;
	background-color:#EEE;
	border: 1px solid #EAD197;
	padding: 8px 3px;
	margin: 5px 0 2px 0;
	color:#EAD197;
	font-size:12px;
/*	overflow:auto;
*/}
input:focus, select:focus, textarea:focus,input:hover, select:hover, textarea:hover  {
	background-color:#090;
	color:#FFF;
}
textarea {
	line-height: 1.25;
}

.send, .send-captcha{
	font-size:36px;
	width:328px;
}
.send:hover, .send-captcha:hover{
	cursor:pointer;
}

.close_comments, .up, .rss-button, .twitter-button, .facebook-button, .delicious-button{
	background:url(imagenes/close_comments.png) no-repeat top;
	margin-left:630px;
	width:33px;
	height:24px;
	display:block;
}
a.close_comments:hover{
	border:none;
}

.up{
	background:url(imagenes/up.png) no-repeat top;
	margin-left:598px;
	margin-top:-24px;
}
a.up:hover{
	border:none;
}

.rss-button{
	background:url(imagenes/rss.png) no-repeat top;
	margin-top:-24px;
}
a.rss-button:hover{
	border:none;
}

.twitter-button{
	margin-left:598px;
	background:url(imagenes/twitter.png) no-repeat top;
	margin-top:-24px;
}
a.twitter-button:hover{
	border:none;
}

.facebook-button{
	margin-left:566px;
	margin-top:-24px;
	background:url(imagenes/facebook.png) no-repeat top;
}
a.facebook-button:hover{
	border:none;
}

.delicious-button{
	margin-left:534px;
	background:url(imagenes/delicious.png) no-repeat top;
}
a.delicious-button:hover{
	border:none;
}

a.comment-link{
	outline: none;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#060;
}
a.comment-link:hover {
	color:#0C0;
	border-bottom:1px #0C0 dotted;
}

.recent-comments{
	width:100%;
	margin-left:-25px;
}

.simple-post, .search-post{
	margin-top:80px;
}
.search-post{
	display:none;
}
.simple-post{
	float:left;
}

.simple-post-header, .search-post-header, .post-header{
	background:url(imagenes/simple_post.png) no-repeat bottom left;
	width:689px;
	height:67px;
}

.search-post-header{
	background:url(imagenes/search.png) no-repeat bottom left;
}

.post-header{
	background:url(imagenes/new_submissions.png) no-repeat bottom left;
	float:left;
	margin-top:10px;
}

.simple-post-header p, .search-post-header p, .post-header p{
	font-family:Tahoma, Geneva, sans-serif;
	color:#060;
	position:absolute;
	margin-top:22px;
	margin-left:80px;
}

.search-post-header p{
	margin-left:110px;
}

.post-header p{
	margin-left:270px;
}

.new-simple-post ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;	
}			
.new-simple-post ul li{
	float: left;
}

.error{
	color:#FFF;
}

.gravatar{
	float:left;
	background:url(imagenes/background_comment.png) repeat;
	padding: 5px 5px 0px 5px; 
	width:80px; 
}

.rounded{
}

.planks{
	background:url(imagenes/planks.jpg) repeat;
	position:relative;
	float:left;
	width:100%;
}
.separator{
	background:url(imagenes/separador.png) repeat-x top center; 
	width:100%; 
	height:46px; 
	position:absolute; 
	top:-20px;
}

.topten-header{
	background:url(imagenes/top_ten_header.png) top left no-repeat;
	width:796px;
	height:90px;
	position:relative;
	margin-top:20px;
}
.topten-header-menu, .topten-footer-menu, .submit-menu{
	position:absolute; 
	left:610px; 
	top:5px;
}
.topten-header h3{
	position:absolute; 
	top:27px; 
	left:540px;
	color:#999; 
	font-family:Verdana, Geneva, sans-serif;
}
.topten-header-select{
	position:absolute; 
	top:43px;
	left:660px;
	width:120px;
}
.topten-background{
	background:url(imagenes/top_ten_background.png) top left repeat-y;
	width:796px;
	height:100%;
	float:left;
	position:relative;
}
.topten-content{
	position:relative;
	margin-left:55px;
	height:285px;
}
.topten-footer{
	background:url(imagenes/top_ten_footer.png) top left no-repeat;
	width:796px; 
	height:90px; 
	position:relative;
	float:left;
}
.topten-footer-menu{
	top:50px;
}
.submit-advertise{
	position:relative;
	background:url(imagenes/submit_advertise.png) no-repeat center center;
	width:955px;
	height:642px;
	float:left;
	margin:0 auto;
	margin-left:15px;
	margin-top:20px;
}
.submit-section, .advertise-section{
	position:inherit;
	float:left;
	width:390px;
	height:520px;
	top:80px;
	left:16px;
}
.submit-section input{
	margin-left:15px;
	font-size:18px;
}
.advertise-section{
	width:389px;
	left:148px;
}
.submit-menu{
	position:absolute;
	left:250px;
	top:10px;
}
.submit-section-text{
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#999; 
	margin-left:5px;
}

.captcha{
	position:relative;
}
.captcha img{
	position:absolute; 
	border:4px solid #090; 
	top:3px; 
	left:15px;
}
.captcha-input{
	width:24%; 
	position:absolute; 
	top:0px; 
	left:112px;
}
.send-captcha{
	position:absolute; 
	width:140px; 
	height:40px; 
	top:0px; 
	left:218px;
}
.send-captcha img{
	position:absolute;
	border:none;
	top:19px;
}
.send-captcha span{
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:10px;
	color:#CCC;
	position:absolute;
	left:53px;
	top:5px;
	text-align:center;
}
.send-captcha:hover span, img{
	cursor:default;
}
.submit-ads{
	width:352px;
	height:42px;
	margin-top:60px;
	margin-left:9px;
	border:2px solid #090;
	padding:5px;
}
.submit-ads-advertise{
	width:22px;
	height:22px;
}
.mini-ads{
	margin:0px; 
	width:20px; 
	height:20px;
	background:url(imagenes/background_comment.png) repeat;
}
.mini-ads b{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	color:#999;
	margin-left:1px;
}
.mini-ads b:hover{
	color:#CCC;
}
.alert-button{
	width:100px;
	height:40px;
	font-size:18px;
}
.alert-button:hover{
	cursor:pointer;
}

.footer{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#CCC;
	width:1000px;
	height:60px;
	float:left;
	text-align:center;
	margin:0 auto;
	margin-bottom:50px;
	margin-top:30px;
	position:relative;
}
.footer a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#DDD;
	border-bottom:1px dotted #FFF;
}
.footer a:hover{
	color:#FFF;
	border:none;
}

.contact-us{
	height:150px;
	width:30px;
	background:url(imagenes/contact_us.png) top left no-repeat;
	position:fixed;
	top:40%;
	left:0;
}
.contact-us:hover{
	cursor:pointer;
	border:none;
}

.contact-us-container{
	position:relative;
	width:500px;
}

.rating-topten{
	position:absolute;
	top:17px;
	left:420px;
}

.simple-post-background{
	background-repeat:no-repeat;
	background-position:45px 65px; 
	float:left; 
	width:100%;
	height:100%; 
	margin-bottom:-55px;
	margin-top:-20px;
}

.btn_xhtml, .btn_css {
	background:url(imagenes/xhtml.gif) left no-repeat;
	height: 15px;
	width: 80px;
	position:absolute;
	top:30px;
	left:41%;
}

.btn_xhtml{
}

.btn_css {
	left:50%;
	background:url(imagenes/css.gif) left no-repeat;
}

.btn_xhtml:hover, .btn_css:hover {
	background-position:right;
}

.rollover-small{
	height:143px;
	width:175px;
	position:absolute;
	top:0px;
	left:0px;
}
.rollover-small:hover{
	cursor:pointer;
}

.rollover-big{
	height:148px;
	width:604px;
	position:absolute;
	top:45px;
	left:47px;
}
.rollover-big:hover{
	cursor:pointer;
	border:none;
}

.partner{
	width:332px; 
	float:left; 
	margin-bottom:20px; 
}
.partner a{
	font-family:Verdana, Geneva, sans-serif; 
	color:#fff;
}
.partner a:hover{
	border-color:#fff;
}
.partner ul{
	list-style:none;
	line-height:35px;
}

.news{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#060;
	background:url(imagenes/background_comment.png) repeat;
	width:430px;
	height:65px;
	padding:5px;
	text-align:center;
	position:relative;
	float:left;
	margin-left:120px;
	border:4px solid #060;
}