@charset "UTF-8";

/* extra reset & general classes */
body {
	background-color: #f4f4f4;
	font-family: Georgia, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
}

a:link,
a:visited,
a:hover {
	color: #000000;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

ul {
	list-style-type:none;	
}

div.nobrake {
	float: left;
}

.left    { text-align: left; }
.right   { text-align: right; }
.justify { text-align: justify;	}
.center  { text-align: center; }

.non-overflow {
	overflow: hidden;
}

.line_height_13 {
	line-height:1.3;
}

.block { display: block; }
.bottom-border-spacer { padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px #cacaca solid; }
.hr_sep { padding-top: 10px; margin-bottom: 10px; border-bottom: 1px #cacaca solid; width: 100%; height: 1px; }
.append-right { margin-right: 10px; }
.red_color { color: #ff1111; }

.container { /* Overwriting Blueprint's default */
	width: 966px;
	/*margin: 31px auto;*/
	margin:10px auto;
}

/* Default inputs */
.default_inputs input[type="text"],
.default_inputs input[type="password"],
.default_inputs textarea,
.default_inputs select {
	border: 1px #d4d4d4 solid;
	padding: 6px;
	font-family: Helvetica;
	font-size: 12px;
}
.default_inputs textarea {
	resize: none;
}

.default_inputs label {
	display: block;
	margin-bottom: 5px;
	line-height: 1.3;
}

.ui-state-error,
.ui-state-highlight,
div.form-error {
	font-family: Arial;
	font-size: 12px;
	line-height: 14px;
}

div.form-error {
	color: #fb8585;
	margin-top: 10px;	
}

.top_border_header, /* Default */
.top_border_header_lower {
	border-top: 7px solid;
	padding: 7px 0 8px 0;
	font-size: 14px;
	border-bottom: 1px #cacaca solid;
	margin-bottom: 13px;
}

.top_border_header { /* Uppercase option */
	text-transform: uppercase;
}

.top_border_header h1,
.top_border_header h2,
.top_border_header h3,
.top_border_header h4 {
	font-size: 14px;
}

#right_side {
	width: 326px;
	float: left;
	display: inline;
	overflow-x:hidden;	
}

/* content space = 100% - (24px (padding) + 2px (border))
   604px main body,
   300px for right hand side */
 
.content_block {
	background-color: #FFFFFF;
	padding: 12px;
	border: 1px #d9d9d9 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.arial {
	font-family: Arial;	
}

.helvetica {
	font-family: Helvetica, "Helvetica Neue", Arial;
}

.size12,
.size12 a {
	font-size: 12px;
}

.arial_12grey,
.arial_12grey a {
	font-family: Arial;
	font-size: 12px; 
	color: #4d4d4d;
	line-height: 1.3;
}

.pagination {
	font-family: Arial;
	font-size: 12px;
}

.social_media_stuff {
	border-top: 1px #cacaca solid;
	border-bottom: 1px #cacaca solid;
	padding: 10px 0 7px 0;
	margin-bottom: 15px; /* usually is overwritten by inline css */
}

/* Show more links: arrow and plus options */
a.show_more,
a.show_more_plus {
	background-position: 100% 0;
	background-repeat: no-repeat;
	padding-right: 22px;
	color: #535353;
}

a.show_more {
	background-image: url('/i/_layout/social_icons/show_more_1.png');
	height: 16px;
	line-height: 16px;
}

a.show_more:hover {
	background-position: 100% -16px;
}

a.show_more_plus {
	background-image: url('/i/_layout/social_icons/show_more_2.png');
	
	line-height: 17px;
}

a.show_more_plus:hover {
	background-position: 100% -15px;
}
/* end of show more links: arrow and plus options */

/* Buttonised elements */
span.btn_bg, a.btn_bg, input.btn_bg {
	padding: 6px 10px 6px 10px;
	background-color: #7a7a7a;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor: pointer;
	border: 0;
}

span.btn_bg {
	padding: 3px 10px 3px 10px;
	line-height: 24px;
}
	
span.btn_bg a {
	color: #FFFFFF;	
}

a.btn_bg {
	display: block;
	float: left;
}

span.btn_bg:hover, a.btn_bg:hover, input.btn_bg:hover {
	background-color: #454545;
}

a.other_cities_btn,
a.log_in_btn,
a.register_btn {
	float: left;
	display: block;
	font-family: Arial;
	font-weight: bold;
}

a.other_cities_btn {
	padding: 8px 10px 8px 10px;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #949494;
}

a.log_in_btn,
a.register_btn {
	padding: 8px 12px 7px 12px;
	font-size: 12px;
	color: #565656;
	background-color: #b5b5b5;
}

a.register_btn {
	color: #565656;
	background-color: #e4e4e4;
}

a.other_cities_btn:hover,
a.log_in_btn:hover {
	background-color: #5d5d5d;
}

a.log_in_btn:hover {
	color: #FFFFFF;
}
a.register_btn:hover {
	background-color: #d0d0d0;
}


/* end of buttonised elements */

.views_bg {
	font-size: 14px;
	line-height: 14px;
	background-image: url('/i/_layout/social_icons/icon_view.png');
	background-repeat: no-repeat;
	padding-left: 28px;
}

.search_field {
	border: 0;
	background-image: url('/i/_layout/search_field_bg.jpg');
	background-position: 100% 0%;
	height: 23px;
	padding: 4px 25px 4px 8px;
	font-family: Georgia;
	font-size: 12px;
	color: #424242;
}
/* END OF extra reset & general classes */

/* Comments */
a.comments_link {
	background-image: url('/i/_layout/social_icons/comments_icon_bg.png');
	background-position: 0 -22px;
	background-repeat: no-repeat;
	padding-left: 28px;
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	display: block;
	float: left;
	position: absolute;
	top: 0;
	right: 0;
}

a.comments_link:hover {
	background-position: 0 0;
}

.comments_list {
	border-top: 1px #cacaca solid;
	padding-top: 10px;	
}

.comments_list li.inner {
	padding-bottom: 20px;
	margin-bottom: 8px;
	border-bottom: 1px #cacaca solid;
}

.comments_list li.last {
	margin-bottom: 44px;
}

.comments_list li .avatar_link {
	width: 70px;
	padding: 13px 0 0 15px;
}

.comments_list li .comment_header {
	position: relative;
	width: 100%;
	height: 26px;
	color: #424242;
	margin-bottom: 12px;
}

.comment_itself {
	font-size: 14px;
	line-height: 19px;
	width: 509px;
	word-wrap: break-word;
}

.comments_form {
	background-color: #f2f2f2;
	width: 572px;
	padding: 16px;
	margin-bottom: 21px;
}

.comments_form textarea {
	width: 561px;
	height: 70px;
	resize: none;
}

.comments_form textarea,
.comments_form input[type=text] {
	font-family: Verdana;
	font-size: 11px;
	color: #77777e;
	padding: 5px;	
	border: 0;
}

.edit_comment {
	border-width: 1px;
	border-style: dotted;
	border-color: #656565;
	padding: 5px;
}

/* carousels */
div#most_popular_articles { /* Assuming only one per page */
	width: 604px;
	height: 125px;
	overflow: hidden;
}

div#most_popular_articles ul.jcarousel-skin-most-popular li {
	width: 146px;
	height: 125px;
	margin-right: 6px;
	border-right: 1px #c9c9c9 solid;
	overflow: hidden;
}

div#most_popular_articles ul.jcarousel-skin-most-popular li .title {
	width: 100%;
	height: 29px;
	line-height: 14px;
	font-weight: bold;
}

div#most_popular_articles ul.jcarousel-skin-most-popular li .title a {
	color: #424242;
}

.most_popular-prev,
.most_popular-next {
		position: absolute;
		background-color: #e7e7e7; 
		width: 32px;
		height: 36px;
		cursor: pointer;
		display: none;
		overflow: hidden;
}

.most_popular-prev:hover,
.most_popular-next:hover {
		background-color: #b0b0b0; 
}

.most_popular-next {
	top: 85px;
	right: 0;
}

.most_popular-prev {
	top: 85px;
	left: 0;
}

.most_popular-prev img {
	margin-top: 5px;
	margin-left: 5px;
}

.most_popular-next img {
	margin-top: 5px;
	margin-left: 15px;
}

/* Dialogs */
#city_selection,
#password_reminder_dialog,
#subscribe_dialog
#address_form {
	display: none;
	text-align: left;
	line-height: 1;
}

.close_dialog_cont {
	height: 44px;
	position: relative;	
}

.close_dialog_cont .close_lighbox {
	position: absolute;
	top: 6px; right: 6px;
}

.dialog_header {
	border-top: 7px solid;
	border-top-color: #2690f2;
	color: #424242;
	font-size: 19px;
	border-bottom: 1px #cacaca solid;
	padding: 7px 0 8px 7px;
	margin-bottom: 15px;	
}

ul.city_selection li {
	margin-bottom: 8px;
}

ul.city_selection li a {
	color: #646464;
	font-size: 30px;
}

ul.city_selection li a:hover {
	color: #000000;
}

/* Header / log in / profile links */
#header_container {
	width: 100%;
	height: 198px;
	background-color: #FFFFFF;
}

#header_inner {
	border-bottom: 1px #d8d7d7 solid;
	height: 195px;
}

#header {
	width: 966px;
	margin: 0 auto;
}

#header #change_city_cont {
	position: absolute;
	top: 0;
	left: 0;
}

#header #log_in_area {
	width: 966px;
	height: 27px;
	position: relative;
	margin-bottom: 12px;
}

#header #log_in_area #credentials_container {
	position: absolute;
	right: 0; top: 0;
	font-family: Arial;
	font-size: 11px;
}

#header #log_in_area input[type=text],
#header #log_in_area input[type=password] {
	border: 0;
	background-color: #dddddd;
	background-image: url('/i/_layout/login_field_bg.jpg');
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding: 4px 12px 4px 12px;
	font-family: Arial;
	font-size: 11px;
	color: #414141;
}

#header #log_in_area input[type=text],
#header #log_in_area input[type=password] {
	height: 19px;
}

#header #log_in_area #forgot_psw_cont {
	height: 27px;
	line-height: 27px;
	text-align: center;
	padding: 0 11px 0 11px;
}

#header #log_in_area #forgot_psw_cont a {
	font-size: 11px;
}

#header #log_in_area .user_greet {
	font-size: 14px;
	color: #00a7f5;
	height: 27px;
	line-height: 27px;
}

#header #log_in_area .my_profile_link {
	height: 27px;
	line-height: 27px;
	padding: 1px 10px 0 10px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

#header #log_in_area .my_profile_link a {
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

#header #log_in_area .my_profile_link:hover {
	background-color: #e4e4e4;
}

#header #top_logo_banner {
	width: 966px;
	height: 90px;
	margin-bottom: 12px;
	overflow: hidden;
}

#header #dp_logo {
	width: 238px; height: 90px; overflow: hidden;
}

#header #leaderboard {
	width: 728px; height: 90px; overflow: hidden;
}

#header #navigation .menu_item {
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 14px;
	padding-top: 4px;
	border-top: 7px solid;
	float: left;
}

#header #navigation h2 a {
	text-transform: uppercase;
	font-size: 14.57px;
	line-height: 1;
}

.head_nav_mag,
.head_nav_dptv,
.head_nav_pack,
.head_nav_events,
.head_nav_design,
.head_nav_win,
.head_nav_posters {
	width: 110px;
}

/* end of Header */

/* DPTV front page */
#dptv_container_right_side {
	background-color: #252525;
	padding: 12px;
	border: 1px #8a8a8a solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#dptv_container_right_side .top_border_header {
	border-top-color: #cf0808;
	border-bottom-color: #414141;
}

#dptv_container_right_side #video_top {
	background-color: #000000;
	padding: 10px;	
}

#dptv_container_right_side #video_top:hover {
	background-color: #1b1b1b;
}

#dptv_container_right_side #video_top .img_container {
	position: relative;
	width: 280px;
	height: 132px;
	overflow: hidden;
}

ul.video_list_right {
	padding-bottom: 6px;
	margin: 6px 0 10px 0;
	border-bottom: 1px #454545 solid;
}

ul.video_list_right li {
	background-color: #000000;
	padding: 10px;
	cursor: pointer;
	margin-bottom: 6px;
}

ul.video_list_right li:hover {
	background-color: #1b1b1b;
}

ul.video_list_right li .img_container {
	position: relative;
	width: 100px;
	height: 56px;
	margin-right: 14px;	
}

ul.video_list_right li .small_dptv_teaser_fp {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 56px;	
}

ul.video_list_right li h5 a {
	line-height: 17px;
	color: #b0b0b0;
}

h2.dptv_header,
h2.dptv_header a {
	font-size: 15px;
	line-height: 20px;
	color: #b0b0b0;
}


/* Carousel and Magazine front page */
#fp_featured,
#fp_featured ul li {
	width: 604px;
	height: 400px;
	overflow: hidden;
	position: relative;	
}

#fp_featured ul li .carousel_image {
	display: block;
	width: 604px;
	position: absolute;
	left: 0;
	top: 0;
}

#fp_carousel_container #fp_featured-prev,
#fp_carousel_container #fp_featured-next {
	position: absolute;
	background-color: #ffffff; 
	width: 36px;
	height: 37px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	top: 238px;
}

#fp_carousel_container #fp_featured-prev:hover,
#fp_carousel_container #fp_featured-next:hover {
	background-color: #d1d1d1; 
}

#fp_featured .carousel_article_block_container {
	width: 436px;
	position: absolute;
	left: 12px;
	bottom: 12px;
}

#fp_featured .badge_carousel_section {
	font-size: 15px;
	padding: 12px 13px 12px 13px;
}

.carousel_article_block {
	padding: 25px 21px 31px 21px;
	background-image: url('/i/_layout/fp_carousel_overlay_bg.png');	
}

.carousel_article_block h2 a {
	font-size: 45px;
	line-height: 46px;
	font-weight: normal;
}

.carousel_article_block h5 a {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 1.2;
}

.magazine_listing li {
	padding-bottom: 15px;
	border-bottom: 1px #cacaca solid;
	margin-bottom: 15px;
}

.magazine_listing h2,
.magazine_listing h2 a {
	font-size: 28px;
	line-height: 30px;
	color: #424242;
	margin-bottom: 11px;
	font-weight: normal;
}

.magazine_listing h5,
.magazine_listing h5 a {
	font-family: "Helvetica Neue", Arial;
	font-size: 12px;
	line-height: 17px;
	color: #1e1e1e;
}

.magazine_listing li .img_container {
	position: relative;
	width: 220px;
	height: 132px;
	margin-right: 18px;
	overflow: hidden;
}

.badge_magazine_section {
	position: absolute;
	top: 0;
	left: 0;
	padding: 8px 10px 8px 10px;
	background-color: #00a7f5;
	color: #FFFFFF;
	font-size: 15px;
}

.badge_magazine_section a {
	color: #FFFFFF;
}

/* Designcomps front page */

.active_design_comps_fp .img_container {
	width: 604px;
	height: 120px;
	overflow: hidden;
	margin-bottom: 14px;
}

.active_design_comps_fp .img_container img {
	width: 604px;
	height: 120px;
}

.active_design_comps_fp .title_container {
	margin-bottom: 12px;
	font-size: 21px;	
}

.active_design_comps_fp .title_container a {
	color: #424242;
}

.active_design_comps_fp .title_container a:hover {
	color: #000000;
}

.active_design_btn,
.join_design_btn {
	margin: 0 10px 0 0;
	padding: 7px;
	font-family: Arial;
	font-size: 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.active_design_btn {
	cursor: pointer;
	background-color: #e9e9e9;	
}

.join_design_btn {
	cursor: pointer;
	background-color: #8259a5;
	color: #FFFFFF;
	font-weight: bold;
}

.join_design_btn:hover {
	background-color: #472b5f;
}

a.design_action_btn,
a.entries_no {
	padding: 2px 5px 2px 5px;
	color: #FFFFFF;
	background-color: #8259a5;
	font-family: Arial;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

a.design_action_btn {
	float: left;
	display: block;
	padding: 7px;
}

a.design_action_btn:hover,
a.entries_no:hover {
	background-color: #472b5f;
}

/* Events front page */


.events_list_right .img_container {
	width: 125px;
	height: 80px;
	margin-right: 15px;
	position: relative;
}

.events_list_right .events_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 125px;
	height: 80px;
}

.badge_events_section {
	position: absolute;
	top: 0;
	left: 0;
	padding: 8px 10px 8px 10px;
	background-color: #ffe745;
	color: #3d3d3d;
	font-size: 12.64px
}

/* Latest updates right hand side */

#latest_updates .latest_updates_header {
	padding: 8px;
	background-color: #ededed;
	font-family: Helvetica, Arial;
	font-size: 13px;
	border-top: 1px #c6c6c6 solid;
	margin-bottom: 10px;
}

.latest_updates_most_viewed li {
	background-color: #edf7f8;
	padding: 5px;
}

.latest_updates_community li {
	padding: 10px;
	background-color: #edf7f8;
	font-family: Arial;
	font-size: 11px;
	line-height: 1.3;
}

.latest_updates_community li a {
	font-weight: bold;
}

.latest_updates_community li:hover,
.latest_updates_most_viewed li:hover {
	background-color: #f5f5f5;		
}

/* WIN! and Choice common */

#container_win_fp {
	width: 206px;
}

#container_choice_fp {
	width: 414px;
}

/* Magazine internal pages */

#magazine_cat_tabs .img_container {
	position: relative;
	width: 190px;
	height: 144px;
	overflow: hidden;
	line-height: 1;
}

#magazine_cat_tabs .title_container {
	padding-bottom: 9px;
	margin: 0 0 8px 6px;
	width: 178px;
	line-height: 24px;
	background-image: url('/i/_layout/dotted_line_177px.jpg');
	background-position: 0 100%;
	background-repeat: no-repeat;
	overflow: hidden;
}

#magazine_cat_tabs .title_container h2 a {
	color: #424242;
}

#magazine_cat_tabs .img_container .badge_magazine_section,
#magazine_cat_tabs .img_container .badge_events_section {
	padding: 9px;
	font-size: 13px;
	font-weight: normal;
}

.most_popular_expander {
	background-image: url('/i/_layout/most_popular_expander_bg.jpg');
	background-position: 0 0;
	width: 242px;
	height: 15px;
	padding: 8px 4px 8px 8px;
	font-family: Georgia;
	font-size: 12px;
	cursor: pointer;
}

.most_popular_dd {
	display: none;
	position: absolute;
	z-index: 1000;
	background-color: #FFFFFF;
	width: 241px;
	padding: 17px 0 17px 11px;
	border-left: 1px #c9c9c9 solid;
	border-right: 1px #c9c9c9 solid;
	border-bottom: 1px #c9c9c9 solid;
}

.top_section_article {
	padding-bottom: 40px;
	border-bottom: 1px #cacaca solid;	
}

.top_section_article .img_container {
	position: relative;
	margin-bottom: 21px;
}

.top_section_article .badge_magazine_section {
	font-size: 30px;
	font-weight: normal;
}

h1.article_title,
h1.article_title a {
	font-size: 46px;
	line-height: 47px;
	color: #424242;
}

h4.article_intro,
h4.article_intro a {
	font-size: 20px;
	line-height: 25px;
	color: #424242;	
}

.author_info {
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #424242;
}

.author_info a {
	color: #424242;
}

.author_info span.date {
	color: #000000;
	font-weight: bold;
}

/* Editorial */
.editorial {
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}

.editorial a {
	color: #9d9d9d;
}

.editorial a:hover {
	color: #6d6d6d;
}

.editorial p {
	margin: 0 0 12px 0;
}

.editorial img {
	max-width: 604px;
	margin-bottom: 12px;
}

.editorial p img {
	max-width: 604px;
	margin-bottom: 0;
}

div.article_keywords {
	padding: 12px 12px 22px 12px;
	background-color: #f4f4f4;	
	line-height: 1.2;
}

.editorial_design {
	font-size: 17px;
	line-height: 22px;
	color: #424242;
}

/* Pack section */
.pack_btn {
	width: 604px;
	height: 43px;
	position: relative;
	cursor: pointer;
	background-image: url('/i/_layout/pack_big_btn.png');
	background-repeat: no-repat;
	background-position: 0 0;
	font-family: Arial;
	font-size: 22px;
	color: #FFFFFF;
}

.pack_btn:hover {
	background-position: 0 -43px;
}

.pack_btn a {
	position: absolute;
	top: 10px;
	left: 20px;
	color: #FFFFFF;
}

/* Footer */
#footer {
	border-top: 1px #d3d2d2 solid;
	border-bottom: 1px #d3d2d2 solid;
	padding: 15px;
	margin: 30px 0 45px 0;
}

#footer img#footer_logo {
	display: block;
	width: 125px;
	height: 28px;
	margin-bottom: 10px;
}

#footer a {
	display: block;
	margin-bottom: 12px;
	font-size: 14px;
}

#footer #social_footer a {
	height: 24px;
	padding-top: 4px;
	background-repeat: no-repeat;
	padding-left: 33px;
}

#franchises_www {
	background-color: #8a8a8a;
	width: 160px;
	color: #FFFFFF;
	padding: 3px;
	font-family: Arial;
	font-size: 12px;
}
