body
{
	width: 760px;
	background-color: #feeaf3;
	margin: 20px auto;
	font: 0.8em/1.4em Verdana, Arial, Helvetica, sans-serif; 
}

a
{
	color: #36bfe3;
	font-weight: bold;
	text-decoration: none;
}

/*.normalText { font: 0.8em/1.4em Verdana, Arial, Helvetica, sans-serif; }*/

.maincell
{
	background-color: #fdeaf2;
	width: 760px;
	margin: 0 auto;
	padding: 0;
	vertical-align: top;
}

/*.maincell table, .maincell td
{
	padding: 1em 1em 0 0;
	margin: 0;
}

.maincell td td
{
	padding: 0;
	margin: 0
}*/

/*.magazine td
{
	padding: 0 10px 0 0;
}*/
.adright
{
	padding: 0 0 0 10px;
	vertical-align: top;
}

.dayinlife
{
	vertical-align: top;
	padding: 10px 10px 10px 0;
	font-size: 1.2em;
	font-weight: bold;
	background-image: url(../img/bar-yellow.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.subscribe
{
	width: 760px;
	margin: 0 auto;
	text-align: center;
	background-color: #48C1B7;
	padding-top: 0px;
	padding-bottom: 5px;
	clear: both;
}

.panelcentral
{
	border-bottom-width: 2px;
	border-bottom-style: none;
	border-bottom-color: #CCFF00;
	padding-top: 2px;
	padding-bottom: 2px;
}

.panelquiz
{
	vertical-align: top;
	background-image: url(../img/bar-yellow.gif);
	background-repeat: repeat-y;
	background-position: right;
	font-weight: bold;

	padding-right: 10px;
	font-size: 0.8em;
	line-height: 1.3em;
}

.ad { float: right; }

.banner
{
	width: 438px;
	margin: 0 0 10px;
	display:none;
}

.free
{
	width: 310px;
	margin: 0 10px 10px 0;
}

.vote
{
	float: left;
	position: relative;
	background: url(your_vote.gif) repeat-x bottom #66cbff;
	font-size:9px;
	line-height:12px;
	width: 130px;
	height: 170px;
	padding: 8px;
	margin: 0 10px 10px 0;
	color: #000000;
}

.vote td
{
	padding: 2px 0;
}

#sidebar .vote { width: 100px; }

.quiz
{
	float: left;
	position: relative;
	background: url(hot_quiz.gif) no-repeat bottom #fecd4d;
	width: 130px;
	height: 170px;
	padding: 10px;
	margin: 0 10px 10px 0;
}

.quiz a
{
    color:#666;
}

#sidebar .quiz { width: 100px; }

.button
{
 position: absolute;
 bottom: 5px;
 right: 10px;
}

.want
{
	float: right;
	width: 117px;
	height: 406px;
	margin: 0 10px 0 0;
	color: #fff;
	background-color: #46aee3;
	text-align: center;
}

.want a { color: #fff; }


.picright
{
	float: right;
}

.magazine
{
	width: 180px;
	float: left;
	margin: 0 5px 0 0;
}

.wantyou
{
	border: 3px solid #54ccf4;
	background-color: #FFEBF3;
	padding: 0;
}

.contenthome
{
	float: left;
	width: 572px;
	padding: 0 0 10px;
}


table.pollQuestion
{
	margin: 0;
}

.panelvote
{
	vertical-align: top;
	font-size: 0.8em;
	line-height: 1.3em;
}

.panelcentral1
{
	padding-bottom: 3px;
	padding-top: 5px;
	border-top: none #54CCF4;
	border-right: none #54CCF4;
	border-bottom: 2px dotted #EF0182;
	border-left: none #54CCF4;
}

/* Scroll  styles */
.news
{
	/*background: url(news.gif) repeat-x top #f2eeda;*/
	background-color: #f2eeda;
	border: 3px double #fff;
	margin: 0 0 10px;
}

.news h2
{
	font-size: 1.2em;
	margin: 0;
}

.news p { margin: 0 0 0.5em; }


#bigcontainer
{
	position: relative;
	height: 254px;
	background: url(../img/editor.gif) no-repeat top right;
	width: 150px;
	padding: 10px;
	margin: 0;
}

.hide { display: none; }

#container
{
	position: relative;
	height: 249px;
	overflow: hidden;
	width: 160px;
	font-size: 0.8em;
	line-height: 1.3em;
}

#up
{
	position: absolute;
	top: 40px;
	right: 4px;
	margin: 0;
	z-index: 10;
	/*width: 15px;*/
}

#down
{
	position: absolute;
	top: 180px;
	right: 4px;
	margin: 0;
	z-index: 10;
}

#down a
{
	display: block;
	background: url(../img/down2.gif) no-repeat center center;
	width: 29px;
	height: 29px;
	padding: 3px;
	margin: 0;
}

#up a
{
	display: block;
	background: url(../img/up2.gif) no-repeat center center;
	width: 29px;
	height: 29px;
	padding: 3px;
	margin: 0;
}

#scroll
{
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	width: 130px;
	font-size: 1.2em;
	line-height: 1.4em;
}

#scroll h3 { font-family: verdana, sans-serif; }

.pollQuestion {
	text-align: left;
	font-size: 7pt;
	color: #0a2134;
}

.pollQuestion input
{
	vertical-align: bottom;
}

/************* PANELS BY DIEGO **********************************/
	#frame {
		width:760px;
		position:absolute;
		left:50%;
		margin-right:auto;
		margin-left:-380px;
		margin-top:5px;
		padding:0px;
		text-align:left;
		background-color: #FDEAF2;
	}
	#contentleft {
		width:170px;
		padding:0px;
		/*height: 600px;	*/
		float:left;
		background-color: #990000;
	}
	
	#contentcenter {
	width:430px;
	padding:5px 10px 10px;
	/*height: 600px;*/
		float:left;
	background-color: #FFFFFF;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FDEAF2;
	border-left-color: #FDEAF2;
	height: 600px;
	}
	
	#contentright {
		width:120px;
		/*height: 600px;*/
		padding:0px;
		float:left;
		background-color: #0000CC;
	}
	
	#contentheader {
		width:750px;
		background-color: #FDEAF2;	
	}
	
	#contentfooter{
	float: none;
	text-align: center;
	width: 770px;
	background-color: #48C1B7;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FDEAF2;
	border-right-color: #FDEAF2;
	border-bottom-color: #FDEAF2;
	border-left-color: #FDEAF2;
	}

	
.pollcell {
	padding: 3px;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	background-color: #CC3399;
}

#header 
{ 
	position: relative; 
	display:none;		
}


#header object, #header embed
{
	position: relative;
	top: 5px;
}

#login
{
	display:none;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	background-color: #231f20;
	padding: 10px 10px 5px;
}

#login p
{
	margin: 0 0 5px;
}

#login input
{
	border: none;
}

#nav 
{ 
	clear: both; 
	display:none;
	
}

#nav:after
{
	content: '.';
	display: block;
	visibility: hidden;
	height: 10px;
	clear: both;
}

#nav li
{
	list-style: none;
	float: left;
	margin: 0;
	position: relative;
}

#nav li a
{
	width: 120px;
	padding: 6px 0 0;
	margin: 0 8px 0 0;
	height: 22px;
	background-color: #ec4690;
	text-align: center;
	vertical-align: middle;
	float: left;
}

#nav li a.this_issue { background-color: #66cbff; }
#nav li a.your_shout { background-color: #9bd1ad; }
#nav li a.style { background-color: #fecd4d; }
#nav li a.be_in_kiss
{
	background-color: #8ec96f;
	margin: 0;
}

#nav li ul
{
	display: none;
	position: absolute;
	top: 28px;
	left: 0;
	z-index: 10;
}

#nav li:hover ul, #nav li.over ul { display: block; }

#nav li li
{
	clear: left;
	float: none;
	display: block;
}

#nav li li a
{
	float: none;
	display: block;
	border: solid #fff;
	border-width: 6px 0 0 0;
}

#sidebar
{
	display:none;
	float: left;
	width: 120px;
	margin: 0 10px 10px 0;
}

#content
{
	float: left;
	width: 500px;
	margin: 0 10px 10px 0;
}

#content h1
{
	color: #fff;
	background-color: #ec4690;
	padding: 10px;
	margin: 0 0 10px;
}

#content h1.issue { display: none; background-color: #66cbff; }

#content h1.shout { display: none; background-color: #9bd1ad; }

#content h1.style { display: none; background-color: #fecd4d; }

#content h1.kiss { display: none; background-color: #8ec96f; }

#content h2
{
	float: left;
	color: #ec4690;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 10px 0;
	margin: 0 -80px 5px 0;
	border: dotted #ec4690;
	border-width: 0 0 3px;
}

#copy
{
	background-color: #fff;
	padding: 5px 10px;
}

#copy p.archive
{
	float: left;
	text-align: right;
	font-weight: bold;
	width: 80px;
}

#copy p.archive a { color: #999; }

#copy p.subhead
{
	clear: left;
	font-weight: bold;
	font-size: 1.2em;
}

#copy .article
{
	clear: both;
}
	
	#copy .quizarticle
{
	clear: both;
	background-image: url(lined-blue.gif);
	background-repeat: repeat;
}




#copy .article .text
{
	width: 275px;
}

#copy .article .text label
{
	font-weight: normal;
}

#copy .article .text input
{
	vertical-align: bottom;
}

#copy .article .text .image
{
	float: left;
	margin: 0 10px 0 0;
}

#copy .article table { margin: 0 auto; }

#copy .article td
{
	padding: 10px 20px;
	vertical-align: top;
}

#copy .article td.clipping
{
	padding: 5px 30px 5px 5px;
	background: url(clipping.gif) repeat-y 100% 10px #f2f9ff;
}

#copy .article td.letter1
{
	padding: 16px 10px 5px 35px;
	background: #ffffe5 url(lined.gif) repeat-y 0 15px;
	line-height: 18px;
}

#copy .article td.letter2
{
		padding: 16px 10px 5px 35px;	
	background: #f2ffeb url(lined.gif) repeat-y 0 15px;
	line-height: 18px;

}

#copy .article td.letter3
{
			padding: 16px 10px 5px 35px;	
	background: #ebf5ff url(lined.gif) repeat-y 0 15px;
	line-height: 18px;
}

#copy .article td.letter4
{
				padding: 16px 10px 5px 35px;	
	background: #f2ebff url(lined.gif) repeat-y 0 15px;
	line-height: 18px;
}

#copy .article td.gap { padding: 5px; }


#copy .article .image
{
	float: right;
}

img.polaroid
{
	width: 150px;
	height: 150px;
	padding: 13px 35px 49px 10px;
	background:#ffffff url(polaroid.jpg) no-repeat top left;
}

img.film
{
	padding: 33px 19px 43px 11px;
	width: 179px;
	height: 123px;
	background: url(film.png) no-repeat top left;
}

#copy table.wardrobe td
{
	padding: 0 5px !important;
	margin: 0;
}


#copy table.wardrobe td img
{
	width: 100px;
	height: 100px;
	padding: 15px 34px 43px 10px;
	background: url(small_polaroid.gif) no-repeat top left;
}

#copy table.grid { margin: 0 0 1em; }

#copy table.grid td { padding: 0; }

img.cover
{
	width: 189px;
	height: 229px;
	padding: 0 7px 7px 0;
	background: url(mag.gif) no-repeat top left;
}

#copy .article p.month
{
	font-weight: bold;
	color: #666;
	background: url(cal.gif) no-repeat left;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 0 0 0 20px;
	margin: 0;
}

ul.paging { color: #ddd; }

ul.paging li
{
	list-style: none;
	margin: 0 1em 0 0;
	display: inline;
}

#copy .poll
{
	color: #fff;
	background-color: #ec4690;
	width: 180px;
	padding: 10px;
}

#copy .poll table { width: 100%; }

#copy .poll td { padding: 5px; }

/* Poll result in main page */
#copy .pollMain
{
	color: #fff;
	background-color: #ec4690;
	width: 300px;
	padding: 10px;
}

#copy .pollMain table { width: 100%; }

#copy .pollMain td { 
color: #fff;
padding: 5px; }





#copy .sticky
{
	font-family: cursive;
	font-size: 1.3em;
	line-height: 1.4em;
	background: url(sticky.jpg) no-repeat bottom left #ffc;
	width: 155px;
	padding: 10px 20px;
}

#copy .sticky h3 { font-family: cursive; }

#banners
{
	
	float: left;
	width: 120px;
	margin: 0 0 10px;
	display:none;
}

#footer
{
	clear: both;
	text-align: center;
	padding: 5px 0;
	color: #fff;
	background-color: #48c1b7;
	display:none;
}


