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

/* Structure */
*	{
	margin:0;
	padding:0;
	}
div	{
	padding:0.5em 1em;
	}
#column-container div{
	/* border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; */
	margin:5px 0;
	}
body	{
	font: normal normal normal 0.95em/1.4em Geneva, Arial, sans-serif;
	color:#333;
	padding:0 20px 0 20px;
	background:url(../images/background.jpg) left top no-repeat #eee;
	letter-spacing:-.005em;	
	}
#container	{
	width:100%;
	margin:0 auto;
	padding:0;
	}
#content-container{
	background:#fff;
	float:left;
	min-height:300px;
	}
#header	{
	height:90px;
	padding:3px 0 0;
	}

#header label	{
	font-size:0.7em;
	}
#headerlogin	{
	width:290px;
	float:right;
	margin:10px 0 0;
	padding:0.5em 0 0.3em;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background:#fff;
	}
#pagelogin	{
	width:300px;
	margin:0 auto;
	background-color:#e0fad3; 
	border:1px solid #ccc;
	}
#column-container{
	font-size:0.85em;
	line-height:1.3em;
	width:380px;
	float:right;
	margin-right:0;
	margin-top:5px;
	}
#menu	{
	float:left;
	border:none;
	margin:5px 0 0;
	padding:0 0 0 15px;
	}
#menu-logout	{
	float:right;
	border:none;
	margin:0;
	padding:0;
	}
#frontpromotion	{
	width:1090px;
	margin:0;
	padding:6px 4px 0 4px;
	border:1px dashed #ccc;
	}
#frontpromotion div{
	height:45px;
	width:230px;
	float:left;
	margin:5px;
	text-align:center;
	}
	
.column1	{
	width:45%;
	margin:0;
	float:left;
	padding:0.1px 0 0;
	}
.column2	{
	width:45%;
	float:right;
	margin:0;
	padding:0;
	}
#column-one	{
	width:220px;
	float:right;
	margin:0 0 0 10px;
	}
.double-column	{
	clear:both;
	padding:6px 0 0;
	min-height:100px;
	border-bottom:1px dashed #bbb;
	}
.double-column:last-child{
	border-bottom:none;
	}
#main .double-column{
	clear:left;
	border:none;
	}

img.border {
	padding:0px;border:1px solid #ccc;margin-left:5px;
	}
.double-column p{
	margin-bottom:7px;
	}
#main	{
	padding-right:0;
	margin-right:420px;
	}
.fullwidth	{
	width:1300px;
	}
th	{text-align:left;font-size:0.8em;}
td img	{opacity:0.7;}
td img:hover	{opacity:1;}
#footer	{
	clear:both;
	}

.success	{
	color:#04B404;
	margin:0;
	text-align:center;
	}
.failure	{
	color:#B40404;
	margin:0;
	text-align:center;
	}

/* Classes */
.rounded5px	{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.rounded10px	{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}

/* Typography */
a	{
	text-decoration:none;
	color:#6dbf45;
	}
a:hover	{
	color:#418321;
	}
a:visited	{	
	}
p a	{
	font-weight:bold;
	}
a.btn	{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color:#fff;
	font-size:1.05em;
	font-weight:bold;
	margin:0 0 5px 2px; 
	padding:3px 4px 2px; 
	background:#6dbf45; 
	white-space: nowrap;
	text-align:right;
	border-top:2px solid #fff;
	border-left:2px solid #fff;
	border-bottom:1px solid #418321;
	border-right:1px solid #418321;	
	}
.double-column p a.btn	{
	line-height:2.3em;
	}
.thumbnail-110px{
	margin:0;
	padding:0;
	width:110px;
	overflow:hidden;
	}
a.btn:hover	{
	background:#4aa100;
	}
a.btn:active	{
	background:#418321;
	border-bottom:2px solid #fff;
	border-right:2px solid #fff;
	border-top:1px solid #418321;
	border-left:1px solid #418321;
	}	
h1 	{
	font:2.3em/1.2em normal normal Geneva, Arial, Helvetica, sans-serif; 
	color:#0066FF; 

	margin:0.5em 0 0.6em;
	}
h2 	{
	font:1.6em/1.1em normal normal Geneva, Arial, Helvetica, sans-serif; 
	color:#111; 
	margin:0.3em 0 0.4em;

	}
h3 	{
	font:1.3em/1em normal normal Geneva, Arial, Helvetica, sans-serif; 
	color:#0066FF; 
	font-weight:bold;
	margin:0.1em 0 0.2em;
	}
h4 	{
	font:1em/1em normal normal Geneva, Arial, Helvetica, sans-serif; 
	color:#111; 
	font-weight:bold;
	margin:0.1em 0 0;
	}
p	{
	margin-bottom:15px;
	}
.large	{
	font-size:1.45em;
	letter-spacing:-.03em;
	line-height:1.3em;
	}
.small	{
	font-size:0.85em;
	}
.extra-small	{
	font-size:0.7em;
	}
.linklist	{
	font: normal normal bold 1.1em/1.4em Geneva, Arial, Helvetica, sans-serif; 
	}
ol.windexslogan {
	list-style: none inside;
	}
li.windexslogan2{
	list-style: decimal outside;
	padding-left:5px;
	margin-left:18px;
	}
li.windexslogan2:hover,li.windexslogan2:active{background:#fddf7f;cursor:pointer;}
/* Windex Styles */
.inlinetext 	{display:inline;}
p.id	{color:#FFF; font-size:0.7em; padding:0px 2px 0px 2px; letter-spacing:0.15em; background-color:#0066FF}
span.id 	{color:#FFF; padding:2px 2px 0px 2px; background-color:#0066FF;}
hr	{border-top: 1px solid #DDDDDD; border-left:0px; border-right:0px; border-bottom:0px;}
hr.clear 	{clear:both;border:none;}
hr.competitiontop
	{border-top: 2px solid #0066FF; border-left:0px; border-right:0px; border-bottom:0px; margin:15px 0px 5px;}
hr.dashed	{border-top:1px dashed #bbb;margin:0;padding:0;border-left:0;border-right:0;border-bottom:0;}
p.header, p.headeradmin {font-size:0.8em; padding:2px;}	
td p	{padding:0;margin:0;}
td h4	{padding:2px 0;}
/* end of Windex styles */

#footer p	{
	font-size:0.75em;
	line-height:1.3em;
	color:#888;
	}
	
/* Modified from a css tutorial provided at http://www.stunicholls.com/menu/simple.html */	

#menu  ul,
#menu-logout ul	{
	list-style-type:none; 
	padding:0; 
	margin:0;
	}
#menu  ul li	{
	float:left; 
	margin:0px 5px 0 0;
	position:relative; 
	background:url(../images/menubackground.gif) repeat-x #0b3e78; 
	border-top-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-webkit-border-radius-topleft: 7px;
	}
#menu-logout ul li {
	float:left; 
	margin:0 10px 0 0;
	position:relative; 
	background:url(../images/menubackground.gif) repeat-x #0b3e78; 
	border-bottom-right-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-radius-bottomright: 7px;
	border-bottom-left-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-radius-bottomleft: 7px;
	}
#menu  ul li, ul li a,
#menu-logout ul li,
#menu-logout ul li a {
	display:block; 
	color:#fff; 
	font-family:arial, sans-serif; 
	font-size:12px; 
	line-height:30px; 
	text-decoration:none; 
	text-align:center; 
	cursor:pointer; 
	font-weight:bold;
	text-transform: uppercase;
	}
#menu ul li a:hover,
#menu-logout ul li a:hover {
	color:#fff;
	}
#menu  ul li,
#menu-logout  ul li {
	padding:0 7px;
	}
#menu ul li:hover, 
#menu ul li a:hover, 
#menu ul li.green-highlight:hover, 
#menu ul li.green-highlight a:hover, 
#menu ul li.red-highlight:hover, 
#menu ul li.red-highlight a:hover{
	background:url(../images/menupointer.png) no-repeat bottom #0066FF;
	} 
#menu-logout ul li.red-highlight:hover,
#menu-logout ul li.red-highlight a:hover {
	background:#630308;
	}
#menu  ul ul 	{
	position:absolute;
	left:0px;
	background:#eee;
	opacity:0.9;
	display:none;
	border-bottom-right-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-radius-bottomright: 7px;
	border-bottom-left-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-radius-bottomleft: 7px;
	}
#menu li:hover ul{
	display: block;
	min-width:250px;
	overflow: visible;
	}
#menu ul ul li,
#menu ul ul li a{
	background:none;
	color:#111;
	border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-radius-topleft: 0px;
	text-align:left;
	width:93%;
	margin:1px 0;
	}
#menu ul ul li:last-child,
#menu ul ul li a:last-child{
	border-bottom-right-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-radius-bottomright: 7px;
	border-bottom-left-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-radius-bottomleft: 7px;	
	}
#menu ul ul li:hover,
#menu ul ul li a:hover{
	background:#ccc;
	}
	
body#home li#homenav, 
body#subscribe li#subscribenav, 
body#inside li#insidenav, 
body#advice li#advicenav, 
body#messageboard li#messageboardnav, 
body#digital li#digitalnav,
body#windex li#windexnav,
body#shop li#shopnav,
body#winners li#winnersnav,
body#contact li#contactnav {background:url(../images/menupointer.png) no-repeat bottom #0066FF;}	
	
/* end */
table.digital-editions img{
	margin:2px;
	}
.box	{
	padding:5px;
	border:1px dashed #ccc;
	margin-bottom:15px;
	}
.ad	{text-align:center;padding-top:40px;background:#eee;}
.right	{
	float:right;
	padding-left:10px;
	}	
.left	{
	float:left;
	padding-right:10px;
	}
#menu ul li.green-highlight {
	background:url(../images/menubackground-highlight.gif) repeat-x #54b700; 
	}
#menu-logout ul li.red-highlight {
	background:url(../images/menubackground-redhighlight.gif) repeat-x #a10009; 
	}	
#footer a	{
	text-decoration:none;
	font-weight:normal;
	color:#333;
	}	
.footer-logo-accolade {height:21px; width:80px; padding:0; overflow:hidden;float:left;margin:15px 10px 0px 0px;}
.footer-logo-accolade a:hover {position:relative; top:-22px;}

.footer-logo-sipa {height:38px; width:80px; padding:0; overflow:hidden;float:left; margin-right:0px;}
.footer-logo-sipa a:hover {position:relative; top:-38px;}

.footer-logo-ipm {height:28px; width:80px; padding:0; overflow:hidden;float:left;margin:11px 10px 0px 0px;}
.footer-logo-ipm a:hover {position:relative; top:-28px;}


/* based on blueprint - form styles */
label {width:100px;float:left;font-weight:normal;margin-right:5px;font-size:0.85em;padding:0;}
fieldset {padding: 0.2em 0.6em 0.2em;margin:0;}
legend {font:normal normal bold 1em/1em Geneva, Arial, Helvetica, sans-serif; 
color:#0066FF;}
fieldset fieldset legend {font-weight:bold;font-size:1em;}
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;width:90px;padding:3px 4px 2px;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0 0 0.2em;}
input[type=submit] {float:right;margin-right:5px;}
input.text, input.title {padding:0;}
input.title {font-size:1.5em;}
textarea {width:390px;height:150px;padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {padding:0;margin-bottom:0.2em;font-size:0.7em;line-height:0.9em;}
.page-error, .page-notice, .page-success {padding:2px;margin:10px 0;font-size:1em;line-height:1.4em;border:1px solid #ccc;}
.error,.page-error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice,.page-notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success,.page-success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a,.page-error a {color:#8a1f11;}
.notice a,.page-notice a {color:#514721;}
.success a,.page-success a {color:#264409;text-decoration:underline;}
#focus{display:inline;margin:0;padding:0;}
#focus input[type=radio]{margin:0;padding:0;}
label#focus {width:140px;}
#hi{width:130px;}

#windexsearch input[type=submit] {background:#eee;margin-right:0px;}
#windexsearch input[type=radio] {margin:0;padding:0;float:none;text-align:left;}
#windexsearchtable td {margin:0;padding:0;}
.article-list{width:100%;}
.article-list th{border-bottom: 2px solid #0066FF;}
.article-list tr{width:500px;padding:2px;}
.article-list td{padding:5px;font-weight:bold;}
.strong{font-weight:bold;}
.alt{background:#dfecf4;}
#column-container .alt{background:#eeeeee;}

#digital-edition-current-year{
margin:10px 0;padding:20px 0;
	}
.digital-edition-month{
	text-align:left;
	width:111px;
	height:170px;
	float:left;
	margin:2px;
	font-size:0.8em;
	padding:0;
	overflow:hidden;
	}
.digital-edition-thumbnail{
	background:url(../images/comingsoon.jpg) #eee;
	width:111px;
	height:157px;
	padding:0;
	margin:0;	
	}
.digital-edition-thumbnail img	{opacity:0.7;}
.digital-edition-thumbnail img:hover {opacity:1;}

ul.digital-editions{
	margin:0;
	padding:0;
	color:#111;
	text-align:left;
	float:none;
	background:none;
	border:none;
	clear:both;
	font: normal normal normal 0.9em/1.4em Geneva, Arial, sans-serif;}
ul.digital-editions li{
}
ul.digital-editions li a{
	margin:0;
	padding:0;
	text-decoration:none;
	color:#6dbf45;
	text-align:left;
	float:none;
	text-transform:none;
	background:none;
	border:none;
	clear:both;
	font: normal normal bold 1em/1.5em Geneva, Arial, sans-serif;}
ul.digital-editions li a:hover {
	color:#418321;
	}
form#competition_upload{
	width:95%;
	clear:none;
	}	
form#competition_upload fieldset{
background:#ebfae4;
border:1px solid #ccc;	
	}
form#competition_upload label{
	clear:both;
	}
form#competition_upload label{
	width:95%;
	margin:5px 0;
	padding:0;
	}
form#competition_upload input{
	width:100%;
	}
form#competition_upload textarea{
	clear:both;
	width:100%;
	}
form#competition_upload input[type=submit]{
	clear:both;
	float:right;
	width:200px;
	margin:0 auto;

	}
form#competition_upload p{
	clear:both;
	margin:10px 0 0;
	padding:0;
	}
ul.benefits	{
	list-style: circle inside url(../images/tick.png);
	margin-bottom:15px;
	line-height:1.2em;
	}
fieldset.windex_form{
	background:#eee;
	width:100px;
	}
fieldset.windex_form label{
	float:left;
	margin:0;
	padding:0;	
	border:1px solid #ccc;
	width:300px;
	}
fieldset.windex_form input{
	float:left;
	border:1px solid #ccc;
	margin:0;
	padding:0;
	width:50px;
	}
table.wins h3	{
	margin-top:20px;
	padding-top:10px;
	border-top:1px dashed #bbb;
	}
table.wins	{
	margin-bottom:20px;
	}
table#new input[type=radio] {margin:0;padding:0;}
