/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* fonts */

@font-face {
    font-family: 'PTSansNarrowRegular';
    src: url('fonts/PTN57F-webfont.eot');
    src: url('fonts/PTN57F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTN57F-webfont.woff') format('woff'),
         url('fonts/PTN57F-webfont.ttf') format('truetype'),
         url('fonts/PTN57F-webfont.svg#PTSansNarrowRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansCaptionBold';
    src: url('fonts/PTC75F-webfont.eot');
    src: url('fonts/PTC75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTC75F-webfont.woff') format('woff'),
         url('fonts/PTC75F-webfont.ttf') format('truetype'),
         url('fonts/PTC75F-webfont.svg#PTSansCaptionBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansCaptionRegular';
    src: url('fonts/PTC55F-webfont.eot');
    src: url('fonts/PTC55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTC55F-webfont.woff') format('woff'),
         url('fonts/PTC55F-webfont.ttf') format('truetype'),
         url('fonts/PTC55F-webfont.svg#PTSansCaptionRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansBoldItalic';
    src: url('fonts/PTS76F-webfont.eot');
    src: url('fonts/PTS76F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTS76F-webfont.woff') format('woff'),
         url('fonts/PTS76F-webfont.ttf') format('truetype'),
         url('fonts/PTS76F-webfont.svg#PTSansBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansBold';
    src: url('fonts/PTS75F-webfont.eot');
    src: url('fonts/PTS75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTS75F-webfont.woff') format('woff'),
         url('fonts/PTS75F-webfont.ttf') format('truetype'),
         url('fonts/PTS75F-webfont.svg#PTSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansItalic';
    src: url('fonts/PTS56F-webfont.eot');
    src: url('fonts/PTS56F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTS56F-webfont.woff') format('woff'),
         url('fonts/PTS56F-webfont.ttf') format('truetype'),
         url('fonts/PTS56F-webfont.svg#PTSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansRegular';
    src: url('fonts/PTS55F-webfont.eot');
    src: url('fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTS55F-webfont.woff') format('woff'),
         url('fonts/PTS55F-webfont.ttf') format('truetype'),
         url('fonts/PTS55F-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansNarrowBold';
    src: url('fonts/PTN77F-webfont.eot');
    src: url('fonts/PTN77F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTN77F-webfont.woff') format('woff'),
         url('fonts/PTN77F-webfont.ttf') format('truetype'),
         url('fonts/PTN77F-webfont.svg#PTSansNarrowBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* global clases */

body{
	font-family:Arial, Helvetica, sans-serif;
	color:#302f2f;
	font-size:12px;
	line-height:18px;
}

h1{
	font-family: 'PTSansBold';
	font-size:30px;
	line-height:30px;
	margin-bottom:25px;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#f459ad;
	margin-bottom:10px;
}

h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}

a{
	color:#f459ad;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	text-decoration:underline;
}

p{
	margin-bottom:10px;
}

strong {font-weight:bold;}
em {font-style:italic;}
u { text-decoration:underline;}
strike {text-decoration:line-through;}
sub {vertical-align: sub;}
super {vertical-align: super}


.clear{
	clear:both;
}

.fr{
	float:right;
}

.fl{
	float:left;
}

body.capac {background:url('capac.jpg') no-repeat;background-position:top;overflow:hidden;}

/* header */

.header{
	background:url(bg_header.jpg) no-repeat top;
	height:412px;
}

.header_wrapper{
	width:960px;
	margin:0 auto;
	padding-top:5px;
}

.header_menu li{
	background:url(bg_list.png) no-repeat 1px 6px;
	padding-left:10px;
	float:left;
	margin-right:10px;
}

.header_menu li a  {
    color:#B5A1B5;
}

.header_menu li a:hover  {
    text-decoration:none;
    color:#F459AD;
}

.header_login{
	float:right;
}

.header_login li{
	float:left;
	margin-left:10px;
	color:#f459ad;
}

.header_logo{
	width:960px;
	text-align:center;
	margin:50px 0;
}

.header_box{
	background:url(bg_header_panel.png) no-repeat;
	width:240px;
	height:150px;
	margin-right:28px;
	float:left;
	padding:30px;
}

.header_box_last{
	margin:0;
}
.header_box h2 {color:#fff;font-size:30px;cursor:pointer;height:45px;line-height: 42px;margin-bottom:20px;}
.header_box h2 a{color:#fff;font-size:25px;cursor:pointer;}
.header_box a {color:#b5a1b5}
.header_box a:hover {text-decoration:none;color: #F459AD;}
.header_box h2.about a{background:url('despre-blog.png') no-repeat 0px 0px;height:45px;padding:7px 0px 10px 60px;}
.header_box h2.about a:hover{text-decoration:none;background:url('despre-blog-over.png') no-repeat 0px 0px;color:#fff;}
.header_box h2.categories a{background:url('categorii.png') no-repeat 0px 0px;height:45px;padding:7px 0px 10px 60px;}
.header_box h2.categories a:hover{text-decoration:none;background:url('categorii-over.png') no-repeat 0px 0px;color:#fff;}
.header_box h2.contact a{background:url('contact.png') no-repeat 0px 0px;height:45px;padding:7px 0px 10px 60px;}
.header_box h2.contact a:hover{text-decoration:none;background:url('contact-over.png') no-repeat 0px 0px;color:#fff;}
.header_box h2.nominations a {background:url('nominalizeaza-icon.png') no-repeat 0px 0px;height:46px;padding:7px 0px 10px 60px;}
.header_box h2.nominations a:hover{text-decoration:none;background:url('nominalizeaza-icon-over.png') no-repeat 0px 0px;color:#fff;}

.header_box p {color:#b5a1b5;margin-top:10px;font-size:11px;}
.header_box p a {color:#f459ad;}
.header_box_list ul{color:#b5a1b5;margin-top:10px;font-size:11px;}
.header_box_list li{color:#b5a1b5;background:url(bg_list.png) no-repeat 1px 6px;}
.header_box_list a {color:#b5a1b5;padding-left:10px;font-size:11px;font-weight: normal;text-decoration:none;}
.header_box .email{background:url('mail.png') no-repeat 0px center;font-family: 'Arial';padding-left:30px;height:25px;}
.header_box .twitter{background:url('twitter.png') no-repeat 0px center;font-family: 'Arial';padding-left:30px;height:25px;}
.header_box .rss{background:url('rss.png') no-repeat 0px center;font-family: 'Arial';padding-left:30px;height:25px;}

/**/

.header_box h2.nominalizari {float:left;width:115px;}
.header_box h2.nominalizari a{background:url('nominalizari.png') no-repeat 0px 0px;height:45px;padding:7px 0px 10px 50px;}
.header_box h2.nominalizari a:hover{text-decoration:none;background:url('nominalizari-over.png') no-repeat 0px 0px;color:#fff;}
.header_box h2.nominalizari a span {display: block;vertical-align:middle;font-weight:bold;padding-left:50px;color: #B5A1B5;margin-top: -25px;font-size: 11px;}

.header_box h2.voturi {float:right;width:115px;margin-left:10px;}
.header_box h2.voturi a{background:url('voturi.png') no-repeat 0px 0px;height:45px;padding:7px 0px 10px 50px;}
.header_box h2.voturi a:hover{text-decoration:none;background:url('voturi-over.png') no-repeat 0px 0px;color:#fff;}
.header_box h2.voturi a span {display: block;vertical-align:middle;font-weight:bold;padding-left:50px;color: #B5A1B5;margin-top: -25px;font-size: 11px;}

.header_box .center{text-align:center;}
.header_box .counter {color:#e9b2e1;font-size:25px;line-height:50px;text-align:center;font-weight:bold;font-size:50px;}

/**/

.breadcrumbs {
	width:960px;
	margin:20px auto;
	padding-left:20px;
}

/* content */

.content{width:960px; margin:0 auto;}

.content_body{
	width:630px;
	margin-right:20px;
	float:left;
	padding-left:10px;
}

.content_sidebar{
	width:300px;
	float:left;
}

.post{
	background:url(bg_textbox.jpg) no-repeat top right;
	margin-bottom:50px;
}

.post_date{
	background:url(bg_date.jpg) no-repeat;
	width: 47px;
	height:73px;
	color:#fff;
	text-align:center;
	padding-top:5px;
	float:left;
}

.post_day{
	font-size:18px;
	font-weight:bold;
	display:block;
}

.post_month{
	font-size:11px;
	font-weight:bold;
	display:block;
	text-transform:uppercase;
}

.post_body{
	padding-left:15px;
	float:left;
	width:565px;
	border-bottom:solid 1px #efeded;
	padding-bottom:15px;
}

.post_text{
	padding-top:15px;
}

.pagination{
	margin-bottom:15px;
	height:25px;
	cursor:pointer;
}

.pagination li{
	color: #FFFFFF;
    float: left;
    height: 18px;
    margin-left: 5px;
    padding: 2px 0 0 8px;
    width: 15px;
	background-color:#e3e3e3;
}

.pagination li.active{
	background-color:#373737;
}

.article{
	background:url(bg_textbox.jpg) no-repeat top right;
	margin-bottom:10px;
}

.article_body{
	padding-left:15px;
	float:left;
	width:565px;
	border-bottom:solid 0px #efeded;
	padding-bottom:15px;
}
.article_body h1{margin-bottom:10px; }
.article_date{
	background:url(bg_date.jpg) no-repeat;
	width: 47px;
	height:73px;
	color:#fff;
	text-align:center;
	padding-top:5px;
	float:left;
}

.article_day{
	font-size:18px;
	font-weight:bold;
	display:block;
}

.article_month{
	font-size:11px;
	font-weight:bold;
	display:block;
	text-transform:uppercase;
}
.article_text{
	padding-top:15px;
}

.article_share {margin:20px 0 10px;}

.article_comments{float:right;width:565px;}
.commments_title{background:url('logo_comments.jpg') no-repeat 0px 0px;color:#302F2F;padding:8px 0px 7px 45px;margin-bottom:20px;}
.comment {border-bottom:solid 1px #efeded;margin-bottom:20px;}
.comment_image {background:url('bg_date.jpg') no-repeat top right;width:51px;height:74px;margin-right:10px;float:left;}
.comment_body{width:500px;float:left;}

.comment_body h3{color: #F459AD;font-size:18px;padding:0px;margin-bottom:5px;}
.comment_text{margin:10px 0 20px 0;}
.pagination {float:left;}
.pagination_info{float:right;font-weight:bold;}

.add_comment{padding:25px;border:1px dashed #bababa;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;margin:10px 0px 30px 0px;}
.add_comment .comment_line{margin-top:20px;}
.add_comment .body_type{line-height:14px;}
.add_comment .body_type label{color:#a8a7a7;font-size:12px;text-align:center;}
.add_comment h6 label{color: #F459AD;font-size:18px;line-height:22px;font-weight:bold;}
.add_comment .alert{color: Red;padding:0px 5px;font-size:18px;}
.add_comment input[type=text]{outline: none;width:500px;border:1px solid #e5e5e5;padding:5px;}
.add_comment textarea {resize: none; outline: none;width:500px;height:150px;border:1px solid #e5e5e5;padding:5px;}
.add_comment .info_area {margin:10px 0px;color:#a8a7a7;font-size:11px;}
.add_comment .submit_area {margin:30px 0 0;}
.add_comment .flg_notify {margin:10px 0px;}
.add_comment .button_submit {background:url('bg_add_comment.jpg') no-repeat 0px 0px;font-size:16px;font-weight:bold;padding-left:43px;border:none;line-height:33px;cursor:pointer;height: 33px;}
.add_comment .button_submit:hover {text-decoration:none;color:#F459AD;}
.add_comment .button_preview {background:url('bg_view_comment.jpg') no-repeat 0px 0px;font-size:16px;font-weight:bold;padding-left:43px;border:none;line-height:33px;cursor:pointer;margin-left:10px;height: 33px;}
.add_comment .button_preview:hover {text-decoration:none;color:#F459AD;}
.add_comment .flg_notify label{color:#583a58;font-size:13px;}
.add_comment .important {float:right;color:#E8B1E0;text-transform:uppercase;font-size:11px;font-weight:bold;}

.box_nominalizati{margin:60px 0px;}
.box_nominalizati_title {font-size:16px;background:url('category_nom.png') no-repeat 0px 0px;color:#302f2f;line-height:33px;padding-left:40px;margin:30px 0px 20px 0px;}
.box_nominalizati_title2 {background:url('category_nom.gif') no-repeat 0px 0px;color:#302f2f;line-height:16px;padding-left:23px;margin:30px 0px 20px 0px;}
.box_nominalizati_title a, .box_nominalizati_title2 a {color:#302f2f;}
.box_nominalizati_title span, .box_nominalizati_title2 span {color:#9e9e9e;font-size:12px;padding-left:5px;}
.box_nominalizati_clasament{border:1px dashed #bababa;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;margin:20px 0px 30px 0px;padding:10px 20px;}

.box_nominalizati_clasament ul {font-size:16px;font-weight:bold;}
.box_nominalizati_clasament ul li {line-height:24px;margin:0 0 10px;}
.box_nominalizati_clasament ul li .clasament_title{color:#F459AD;padding-left:3px;}
.box_nominalizati_clasament ul li .clasament_count{font-size:12px;padding-left:5px;}
.box_nominalizati_clasament ul li div {color:#9e9e9e;padding-left:20px;font-size:13px;line-height:13px;margin:0px;}
.box_nominalizati_clasament .box_nominalizati_footer{color:#9e9e9e;font-weight:bold;margin:20px 0px 0px 0px;}

.content_body h1 span {color:#F459AD;}

.grey{color:#9e9e9e;font-weight:bold;}
.box_sponsor_600_90 .box_sponsor_content {text-align:center;margin:10px 0px;}

.box_etapa {margin:10px 0px 10px 0px;}
.box_etapa_win{padding:15px 20px;border:1px dashed #bababa;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;}
.box_etapa_win h4 {font-size:16px;margin:0px;font-weight:bold;}
.box_etapa_win .link {font-weight: normal;color:#9e9e9e;padding-left:20px;font-size:13px;line-height:16px;margin:0px;}
.box_etapa_win .link a {font-weight: normal;color:#9e9e9e;padding-left:20px;font-size:13px;line-height:16px;margin:0px;}
.box_etapa_win h4 .clasament_position{color:#302F2F;}
.box_etapa_win h4 .clasament_title{color:#F459AD;padding-left:3px;}
.box_etapa_win h4 .clasament_count{color:#302F2F;font-size:12px;line-height:16px;padding-left:10px;float:right;}


.box_etapa_next {padding:15px 20px;border:0px dashed #bababa;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;}
.box_etapa_next div{margin:0px 0px 20px 0px;}
.box_etapa_next h4 {font-size:16px;margin:0px;font-weight:bold;}
.box_etapa_next .link {font-weight: normal;color:#9e9e9e;padding-left:20px;font-size:13px;line-height:16px;margin:0px;}
.box_etapa_next .link a {font-weight: normal;color:#9e9e9e;font-size:13px;line-height:16px;}
.box_etapa_next h4 .clasament_position{color:#302F2F;}
.box_etapa_next h4 .clasament_title{color:#302F2F;padding-left:3px;}
.box_etapa_next h4 .clasament_count{color:#302F2F;font-size:12px;line-height:16px;padding-left:10px;float:right;}


/* sidebar */

.content_sidebar ul li{
	background:url(bg_list.png) no-repeat 1px 6px;
	padding-left:10px;
}

/* footer */

.footer{
	background:url(bg_footer.jpg) no-repeat;
	/*height:42px;*/
	color:#978b97;
	padding:10px 0px 10px 0px;
}

.footer_wrapper{
	width:960px;
	margin:0 auto;
}

/* register */

.register{
	width:490px;
	margin:0 auto;
}

.register_title {
	background:url(bg_title.jpg);
	border-left:solid 1px #e3e3e3;
	border-right:solid 1px #e3e3e3;
	height:33px;
	padding-top:11px;
	text-align:center;
	color:#f459ad;
}

.register_box_bg{
	border:solid 1px #eff0f0;
	width:448px;
	padding:50px 25px 50px 15px;
	margin-bottom:25px;
}

.err {padding:0 25px 30px;font-weight:bold;color:#f459ad;}

.the_fields_line {position:relative;padding-bottom:20px;}

.the_fields_line .the_fields_line_info {position:absolute;top:35px;left:145px;color:#E9B2E1;}
.the_fields_line .the_fields_line_info a {color:#E9B2E1;font-weight:normal;}

.register .the_fields label{
	width:135px;
	font-size:14px;
	font-weight:bold;
	margin:0 10px 30px 0;
	text-align:right;
	display:block;
	float:left;
	padding-top:6px;
	position:relative;
}

.register .the_fields label span{
	position:absolute;
	left:145px;
	top:-17px;
	text-transform:uppercase;
	font-size:11px;
	width:300px;
	text-align:right;
	color:#f459ad;
}

.register .the_fields input[type=text], .register .the_fields input[type=password]{
	width:293px;
	height:28px;
	border:solid 1px #dedede;
	float:left;
	padding-left:5px;
	margin-bottom:30px;
}

.form_buttons{
	margin: 0 0 0 145px;
}

.form_buttons span{
	display:block;
	float:left;
	padding:10px 0 0 15px;
}

.check{
	
}

.portlet-left{margin-bottom:30px;}
.portlet-left ul {margin-left:20px;}
.not_found2 {font-size:20px;line-height:22px;text-align:center;margin:50px 0;}
.twitter_avatar {float:left;}

.nominalizari_zelist2 {position:relative;float:right;width:125px;height:66px;background: url(widget_zelist2.jpg) no-repeat top left;}
.nominalizari_zelist2 a {display:block;position:absolute;top:0;left:0;padding:25px 18px 25px 88px;color:#fff;font-size:13px;text-decoration:none;font-weight:bold;}

div.accounts-box {float:left;width:365px;margin:18px 18px 0 0;}
div.accounts-box-ex {float:left;width:365px;margin:18px 0 0;}
div.accounts-box span.label, div.accounts-box span.label {color:#838383;display:block;float:left;font-weight:bold;width:125px;font-size:13px;}

.vote {color:#000;}




