/*
TITLE:      Tim Harford master screen styles
AUTHOR:     contact@wolfangostudio.com
COPYRIGHT:  2011 WolfangoStudio.  All rights reserved.
*/


/* RESET STYLES */

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, font, 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 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
	}
ol, ul {
	list-style: none;
	}
blockquote, q {
	quotes: none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
sup {
	font-size: .7em;
	position: relative;
	bottom: .3em;
	}

/* MASTER */

body {	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #222222;
	background: #ffffff;
	}

a:link,
a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #4da2d6;
	-webkit-transition: color .3 ease;
	-moz-transition: color .3 ease;
	-o-transition: color .3 ease;
	transition: color .3 ease;
	}
a:hover {
	color: #208bc6;
	}
h3 {	
	margin: 0 0 8px 0;
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
h3 img {	
	vertical-align: middle;
	}

#wrap {
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
	z-index: 0;
	border-top: solid 15px #f0f0f0;
	}

/* NAV */

#nav {	
	float: left;
	width: 15%;
	margin: 0;
	position: fixed;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
#nav #logo {	
	margin: 20px 0;
	}
#nav #logo a {
	border: none;
	}
#nav #logo img {
	height: 0;
	}
#nav #logo a,
#nav #logo span {
	display: block;
	width: 78px;
	height: 78px;
	background: url(img/logo.png) no-repeat top left;
	}
#nav #logo a:hover,
#nav #logo a:focus,
#nav #logo span:hover {
	background-position: 0 -78px;
	}
#nav ul li {
	margin: 0 0 2px 0;
	}
#nav ul li a {	
	display: block;
	padding: 5px 0;
	font-size: 1.2em;
	line-height: 1;
	text-decoration: none;
	font-weight: normal;
	border: none;
	color: #000000;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	}
#nav ul li a:hover,
#nav ul li.active a,
#nav ul li a:focus {	
	color: red;
	}
#nav ul.sub-menu li, #nav li.cat-item {
	text-transform: capitalize;
	font-size: .85em;
	letter-spacing: normal;
	padding-left: 5px;
	}

/* MAIN */

#main {	
	float: right;
	width: 83%;
	padding: 30px 0 0 0;
	}
#main #branding {
	margin: 0 0 25px 0;
	}
#main #branding a {
	text-transform: uppercase; 
	font-weight: normal; 
	font-size: 4em; 
	line-height: 1; 
	letter-spacing: 2px; 
	background: #ffffff;
	color: rgba(191,0,0, 0.8);
	text-shadow: 1px 4px 6px #ffffff, 0 0 0 #000000, 1px 4px 6px #ffffff;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
	}
#main #branding a:hover,
#main #branding a:focus {
	color: rgba(255,0,0, 0.8);
	}
#main #branding span#branding-tag {	
	display: block;
	margin-top: 2px;
	font-size: 1.8em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #ffffff;
	color: #a2a2a2;
	}

/* CONTENT */

#content {	
	float: left;
	width: 64%;
	margin: 0 0 30px 0;
	padding: 0;
	}
#content-inner {	
	margin: 0;
	padding: 0 30px;
	}
#content h1.title {	
	margin: 0 36px 0 0;
	padding: 17px 20px;
	font-size: 1.2em;
	font-weight: normal;
	}
#content h1.title span {	
	color: #999999;
	}
#content h3.date {	
	margin: 0 0 5px 0;
	padding: 0 20px;
	}
#content h6 {
	font-size: 1.1em;
	color: #000000;
	
	}
#content div.article {
	position: relative;
	margin: 0 0 15px 0;
	}
#content div.post,
#content div.quote {	
	margin-top: -.2em;
	}
#content div.article-body {
	padding: 17px 0 0 0;
	font-size: .95em;
	line-height: 1.5;
	}
#content div.article-alt div.article-body {
	color: #7d7d7d;
	background: #f0f0f0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
#content div.notes div.article-body {
	padding-bottom: 15px;	
	background: #f0f0f0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
#content div.plain {	
	margin-bottom: 0;
	padding-bottom: 0;
	}
#content div.plain div.article-body {
	padding-bottom: 0;
	background: none;
	}
#content h1.opening {	
	margin: 0 0 14px 0;
	font-size: 2em;
	font-weight: normal;
	line-height: 1em;
	text-transform: uppercase;
	color: #222222;
	}
#content h1.opening img {
	margin: 0 6px 0 0;
	vertical-align: -6px;
	border: 1px solid #d4d4d4;
	opacity: .5;
	}
#content h1.opening img:hover {
	opacity: 1;
	}
#content h1.oops {
	font-size: 3em;
	}
#content div.description em {	
	margin-left: 5px;
	font-size: .9em;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
#content div.article-body h2 {	
	margin: 0 0 10px 40px;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.1;
	color: #222222;
	}
#content div.article-body h2 em {	
	font-style: normal;
	color: #000000;
	}
#content div.article-body h2 a {	
	border: none;
	color: #222222;
	}
#content div.article-body h2 a:hover {	
	color: red;	
	}
#content div.link div.article-body h2 {	
	margin: 0;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.4;
	text-transform: none;
	}
#content div.link div.article-body h2 a {	
	font-weight: normal;
	color: #449ac5;
	}
#content div.link div.article-body h2 a:hover {
	color: #2c7396;
	}
#content div.article-body h3 {	
	display: block;
	font-size: .9em;
	margin: 0 0 15px 0;
	}
#content div.article-body p {	
	margin: 0 0 20px 0;
	}
#content div.article-body p.quote-source {	
	text-align: right;
	font-size: .8em;
	margin-bottom: 50px;
	}
#content div.description {	
	font-size: 1.4em;
	margin: 10px 0 10px 0;
	padding: 20px;
	line-height: 1.2;
	letter-spacing: 1px;
	color: #e4f1f8;
	-moz-box-shadow:inset 1px 4px 6px #429ccf;
   	-webkit-box-shadow:inset 1px 4px 6px #429ccf;
	box-shadow:inset 1px 4px 6px #429ccf;
	background: -moz-linear-gradient(-90deg, #6db2da, #9dcbe6);
 	background: -webkit-gradient(linear, left top, left bottom, from(#6db2da), to(#9dcbe6));
	font-weight: normal;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
#content div.description a {
	color: #ffffff;
	}
#content div.description a:hover {
	text-decoration: underline;
	}
#content div.article-body blockquote {	
	font-family: Palatino, Georgia, serif;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.4;
	color: #208bc6;
	}
#content div.article-body blockquote a {
	color: #208bc6;
	text-decoration: underline;
}
#content div.article-body blockquote a:hover {
	color: #04a5fb;
	text-decoration: none;
}
#content div.article-body blockquote strong {	
	font-size: 1.35em;
	line-height: 1.4;
	}
#content div.article-body ul {
	margin: 0 0 15px 17px;
	list-style: disc;
	}
#content div.article-body p.ill {	
	margin: 0;
	padding: 0 0 15px 0;
	font-size: .8em;
	text-align: right;
	font-style: italic;
	color: #999999;
	}
#content div.article-body ol {
	list-style: decimal;
	list-style-position: inside;

	}
#content div.article-body div.time {	
	display: block;
	margin: 0;
	padding: 10px 0;
	font-size: .8em;
	text-align: left;
	color: #e0e0e0;
	}
#content div.article-body div.time a {	
	font-weight: normal;
	color: #999999;
	border: none;
	}
#content div.article-body div.time a.date {	
	font-weight: bold;
	color: #666666;
	}
#content div.article-body div.time a:hover {	
	color: #222222;
	border: none;
	}
#content div.article-body object,
#content div.article-body embed,
#content div.article-body iframe {	
	display: block;
	max-width: 100%;
	}
#content div.article-body h1.coming-soon {
	font-family: "league-gothic-1", "league-gothic-2", sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #f00;
	}
#content div.article img.article-perm {	
	position: absolute;
	top: 10px;
	border: none;
	opacity: .5;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	z-index: 200;
	}
#content div.article img.article-perm:hover {	
	opacity: 1;
	}
#content em.search-result {
	background: yellow;
	color: #000000;
	}
#content img.right {
	float:right;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	}
#content img.left, img.thumb {
	float:left;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	}
	
/* COMMENTS */

#comments h3 {
	font-family: "league-gothic-1", "league-gothic-2", sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	margin: 10px 0;
	}
#comments h3#reply a {
	padding: 5px 15px 5px 0;
	background: url(img/icon-toggle.png) no-repeat center right;
	}
#comments ul li {
	margin: 25px 0;
	padding: 20px;
	font-size: .8em;
	line-height: 1.5em;
	background: #fafafa;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	}
#comments span.comments-feed {
	font-size: .8em;
	}
#comments ul li span.comment-content {

	}
#comments ul li span.comment-content p {
	margin: 5px 0;
	}
#comments ul li span.comment-time {
	margin: 10px 0;
	}
#comments ul li span.comment-from p {
	margin: 10px 0;
	}
#comments ul li span.comment-from img {
	display: block;
	margin: 10px 0;
	border: 5px solid #ffffff;
	}
#comments p.login, p.allowed-tags, p.note {
	font-size: .8em;
	margin: 10px 0 20px 0;
	line-height: 1.5em;
	}
#comments #comment-form {
	display: none;
	margin: 25px 0;
	padding: 20px;
	background: #f0f0f0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	}
#comments #comment-form fieldset {
	margin: 0 0 15px 0;
	}
#comments #comment-form fieldset label {
	display: block;
	margin: 0 0 3px 0;
	font-weight: bold;
	font-size: .8em;
	}
#comments #comment-form fieldset label em {
	font-weight: normal;
	}
#comments #comment-form fieldset input,
#comments #comment-form fieldset textarea {
	width: 97%;
	padding: 5px;
	font-size: 1em;
	color: #7d7d7d;
	border: none;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background: #fafafa;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-moz-box-shadow:inset 1px 1px 1px #d9d9d9;
   	-webkit-box-shadow:inset 1px 1px 1px #d9d9d9;
	box-shadow:inset 1px 1px 1px #d9d9d9;
	}
#comments #comment-form fieldset input:focus,
#comments #comment-form fieldset textarea:focus {
	background: #ffffff;
	color: #000000;
	}

#comments #comment-form input#submit {
	vertical-align: middle;
	font-family: "league-gothic-1", "league-gothic-2", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	padding: 3px 8px;
	margin: 0;
	font-size: 1.2em;
	opacity: .7;
	color: #ffffff;
	border: 1px solid #000000;
	background: #000000 url(img/bu-glass.png) repeat-x 50%;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	}
#comments #comment-form input#submit:hover {
	border-color: #ff0000;
	background-color: #ff0000;
	}

/* PAGINATION */

div.paging {
	padding-right: 46px;	
	text-align: center;
	}
div.paging a {	
	margin: 0 5px;
	border: none;
	opacity: .3;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	}
div.paging a:hover {	
	opacity: .5;
	}

/* ASIDE */

#aside {	
	float: right;
	width: 36%;
	}
#aside h3 {	
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: 1px;
	color: #208bc6;
	}
	
/* tweets */

#aside div.panels ul.tweets li {	
	margin: 0 0 15px 0;
	font-size: .8em;
	line-height: 1.4;
	color: #666666;
	}
#aside div.panels ul.tweets li span {	
	display: block;
	}
#aside div.panels ul.tweets li {
	margin: 0 0 40px 0;
	}
#aside a.timesince {
	display: block;
	float: right;
	padding-top: 8px;
}

/* blogroll */

#aside h3.blogroll-head {
	display: none;
	}
#aside ul.blogroll {	
	margin: 6px 0 48px 0;
	}
#aside ul.blogroll li {
	font-family: "league-gothic-1","league-gothic-2";
	text-transform: uppercase;		
	display: inline;
	}
#aside ul.blogroll li a {
	border: none;
	}
#aside ul.blogroll li a img {	
	height: 70px;
	opacity: 1;	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	}
#aside ul.blogroll li a:hover img,
#aside ul.blogroll li a:focus img {	
	opacity: .5;	
	}
#aside h3 img {	
	vertical-align: bottom;
	}
#aside p {	
	margin: 0;
	font-size: .85em;
	line-height: 1.4;
	color: #666666;
	}
#aside p.icon-link {	
	margin: 10px 0 30px 0;
	}
#aside p.icon-link a {	
	border: none;
	}
#aside div.panels {	
	margin: 0 0 30px 0;
	}
#aside div.panels ul li {
	margin: 0 0 5px 0;
	font-size: .9em;
	line-height: 1.4;
	}
#aside div.panels ul li a {	
	font-weight: normal;
	color: #222222;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	}
#aside div.panels ul li a em {
	display: block;
	font-size: .9em;
	font-weight: normal;
	font-style: normal;
	color: #777777;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	}
#aside div.panels ul.tweets li {
	margin: 0 0 40px 0;
	}
#aside div.panels ul li a:hover,
#aside div.panels ul li a:hover em {	
	color: #449ac5;
	}
#aside div.panels ul li a img {	
	float: left;
	margin: 5px 5px 0 0;
	-webkit-border-radius: 3px;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	}
#aside div.panels ul li a:hover img {	
	opacity: .8;
	}
#aside div.panels ul li span.entry-content {
	font-size: .85em;
	text-align: left;
	color: #999999;
	}
#aside div.panels ul li span.entry-content a {
	font-weight: normal;
	}
#aside div.panels ul li span.entry-meta {
	padding: 0 10px 15px 0;
	display: block;
	font-size: .8em;
	text-align: right;
	color: #999999;
	}
#aside div.panels ul li span.entry-meta a {
	font-weight: normal;
	}
#aside div.panels ul li span.entry-meta span.from-meta {
	display: none;
	}
#aside div.panels ul#recentcomments li {
	font-size: .8em;
	}
#aside a.contact {
	font-family: "league-gothic-1", "league-gothic-2", sans-serif;
	font-size: 1.4em;
	color: #000000; 
	}
#aside a.contact:hover {
	color: #ff0000; 
	}
/* buy now */

#aside div.panels  img.buy-now {	
	padding: 0 0 20px 0;	
	}
#aside div.panels ul.buy-now li {
	margin: 0 0 10px 0;
	font-weight: normal;
	}
#aside form#searchform div,
#aside form#subscribe-blog-blog_subscription-2 {
	padding: 20px;
	background: #f0f0f0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	}
#aside form#searchform div input#searchsubmit,
#aside form#subscribe-blog-blog_subscription-2 p#subscribe-submit input  {
	font-family: "league-gothic-1", "league-gothic-2", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	padding: 3px 8px;
	margin: 0;
	opacity: .7;
	font-size: 1.2em;
	color: #ffffff;
	border: 1px solid #000000;
	background: #000000 url(img/bu-glass.png) repeat-x 50%;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	}
#aside form#searchform input#searchsubmit:hover,
#aside form#subscribe-blog-blog_subscription-2 p#subscribe-submit input:hover {
 	background-color: #ff0000;
 	border-color: #ff0000;
	}
#aside div.panels ul.buy-now li a  {
	font-family: "league-gothic-1", "league-gothic-2", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	padding: 3px 8px;
	margin: 0;
	opacity: .7;
	font-size: 1.2em;
	color: #ffffff;
	border: 1px solid #208bc6;
	background: #208bc6 url(img/bu-glass.png) repeat-x 50%;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	}
#aside div.panels ul.buy-now li a:hover {
 	opacity: 1;
 	font-weight: normal;
	}
#aside div.panels ul.buy-now li a.new  {
	font-family: "league-gothic-1", "league-gothic-2", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	padding: 3px 8px;
	margin: 0;
	opacity: .7;
	font-size: 1.5em;
	color: #ffffff;
	border: 1px solid #da602e;
	background: #da602e url(img/bu-glass.png) repeat-x 50%;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	}
#aside div.panels ul.buy-now li a.new:hover {
 	opacity: 1;
	}
#aside form#searchform label {
	display: none;
	}
#aside form#searchform input#s,
#aside form#subscribe-blog-blog_subscription-2 input#subscribe-field {
	width: 60%;
	padding: 5px;
	color: #7d7d7d;
	font-size: 1em;
	border: none;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background: #fafafa;
	border-radius: 4px;
	margin: 10px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-moz-box-shadow:inset 1px 1px 1px #d9d9d9;
   	-webkit-box-shadow:inset 1px 1px 1px #d9d9d9;
	box-shadow:inset 1px 1px 1px #d9d9d9;
	}
#aside form#searchform input#s:focus,
#aside form#subscribe-blog-blog_subscription-2 input#subscribe-field:focus {
	background: #ffffff;
	color: #000000;
	}
#aside div.panels span.publisher {
	padding: 10px 0 0 0;
	display: block;
	font-size: .7em;
	text-align: left;
	color: #999999;
	}
#aside div.panels span.publisher strong {
	color: #444;
	}

/* FOOTER */

#footer {
	font-weight: 100;		
	max-width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
	background: #f0f0f0;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	}
#footer p {	
	margin: 0 20px 4px 20px;
	font-size: .8em; 
	line-height: 1.5; 
	color: #7d7d7d;
	}
#footer p a {	
	font-weight: 200;
	color: #555555;
	}
#footer p a:hover {	
	color: #000000;
	}
#footer p img {	
	vertical-align: top;
	}
#footer a.wolf {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	text-transform: capitalize;
	color: #000;
	}

/* MISC */

/* self-clear */

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
    
/* IE7 HACKS */


*:first-child+html .group,
*:first-child+html div.article-body,
*:first-child+html #wrap {
	min-height: 1px;
	}

/* OVERRIDES */

body.category #content div.article-body,
body.page #content div.article-body,
body.archive #content div.article-body,
body.home #content div.article-body,
body.search #content div.article-body {	
	margin-right: 0;
	}
body.category #content div.photo {	
	float: left;
	width: 33%;
	}
body.page #content div.article-body h2 {
	text-transform: uppercase;
	margin-left: 0;
	}
body.archive #content div.article-body h2 {
	margin-left: 0;
	font-size: 1.6em;
	text-transform: uppercase;
	margin: 0 0 10px 40px;
	}
body.archive #content div.article-body h2 a {
	color: #4da2d6;
	}	
body.archive #content div.article-body h2 a:hover {
	color: #208bc6;
	}
body.page #content h1.opening {
	margin-left: 0;
	}
body.archive #content div.article-body ul#smart-archives-block,
body.archive #content div.article-body div#smart-archives-list {
	color: #d0d0d0; 
	list-style: none;
	margin: 0 0 20px 0;
	}
body.archive #content div.article-body div#smart-archives-list ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}

body.archive #content div.article-body div#smart-archives-list ul li:before {
	content: "\2022 \0020";
	}

	
/* SLIDER */

/* slider UK */

#slider {
    width: 462px; /* important to be same as image width */
    height: 166px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	font-family: Helvetica, Arial, sans-serif;
	font-size: .7em;
	line-height: 1.6em;
	-webkit-box-shadow: 0 3px 5px #d9d9d9;
	-moz-box-shadow: 0 3px 5px #d9d9d9;
	box-shadow: 0 3px 5px #d9d9d9;
	margin-bottom: 20px;
	}
#slider #sliderContent {
    width: 462px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
	}
#slider .sliderImage {
    float: left;
    position: relative;
	display: none;
	}
#slider .sliderImage span {
    position: absolute;
    background-color: rgba(240,240,240,.8);
    color: #777777;
    display: none;
	}
#slider .clear {
	clear: both;
	}
#slider .left-uesb {
	padding: 18px;
	top: 0;
    left: 0;
	width: 205px !important;
	height: 180px;
	text-align: center;
	}
#slider .left {
	padding: 30px 15px;
	top: 0;
    left: 0;
	width: 205px !important;
	height: 180px;
	text-align: center;
	}
#slider .right {
	padding: 30px 15px;
	right: 0;
	bottom: 0;
	width: 205px !important;
	height: 112px;
	text-align: center;
	}
#slider .top {
    padding: 15px 30px;
	top: 0;
	left: 0;
	width: 402px !important;
	text-align: right;
	}
#slider .bottom {
    padding: 15px 30px;
	bottom: 0;
    left: 0;
    width: 412px !important;
    text-align: right;
	}
#slider ul { 
	list-style-type: none;
	}
#slider strong {
	font-size: 2.2em;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.4em;
	}
#slider strong.adp {
	color: #ce311f;
	text-transform: none;
	}
#slider strong.ue {
	color: #000000;
	}
#slider strong.uesb {
	font-size: 2em;
	line-height: 1em;
	color: #00b036;
	}
#slider strong.lol {
	color: #09bea;
	}
#slider strong.due {
	color: #000000;
	}
#slider em {
	color: #000000;
	font-size: 1em;
	}
#slider em.new {
	color: #f65b3f;
	font-style: normal;
	font-size: 1.4em;
	}
	
/* slider US */
	
#slider1 {
    width: 462px; /* important to be same as image width */
    height: 166px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	font-family: Helvetica, Arial, sans-serif;
	font-size: .7em;
	line-height: 1.6em;
	-webkit-box-shadow: 0 3px 5px #d9d9d9;
	-moz-box-shadow: 0 3px 5px #d9d9d9;
	box-shadow: 0 3px 5px #d9d9d9;
	margin-bottom: 20px;
	background: black;
	}
#slider1 #slider1Content {
    width: 462px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
	}
#slider1 .slider1Image {
    float: left;
    position: relative;
	display: none;
	}
#slider1 .slider1Image span {
    position: absolute;
    background-color: rgba(255,255,255,.5);
    color: #555555;
    display: none;
	}
#slider1 .clear {
	clear: both;
	}
#slider1 .left {
	padding: 20px 15px;
	top: 0;
    left: 0;
	width: 230px !important;
	height: 180px;
	text-align: center;
	}
#slider1 .left-uesb {
	background-color: rgba(255,0,0,0.8) !important;
	padding: 20px;
	color: #fff !important;
	top: 0;
    left: 0;
	width: 205px !important;
	height: 160px;
	text-align: center;
	}
#slider1 .right {
	padding: 20px 15px;
	right: 0;
	bottom: 0;
	width: 230px !important;
	height: 132px;
	text-align: center;
	}
#slider1 .top {
    padding: 15px 30px;
	top: 0;
	left: 0;
	width: 402px !important;
	text-align: right;
	}
#slider1 .bottom {
    padding: 15px 30px;
	bottom: 0;
    left: 0;
    width: 412px !important;
    text-align: right;
	}
#slider1 ul { 
	list-style-type: none;
	}
#slider1 strong,
#slider1 p.adp {
	font-size: 2em;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.4em;
	text-shadow: 1px 1px 0 #000000;
	-moz-text-shadow: 1px 1px 0 #000000;
	-webkit-text-shadow: 1px 1px 0 #000000;
	}
#slider1 p.adp {
	font-family: Verdana, sans-serif;
	color: #3ca1b1;
	text-transform: none;
	line-height: 1;
	}
#slider1 strong.lol {
	color: #fe8627;
	}
#slider1 strong.due {
	font-size: 1.7em;
	color: #6bb7db;
	}
#slider1 strong.ue {
	color: #f9a25;
	}
#slider1 em {
	color: #000000;
	font-size: 1em;
	}
#slider1 strong.uesb {
	font-size: 1.5em;
	line-height: 1em;
	color: #fff;
	}
	
/* RESIZE */

@media screen and (max-width: 1000px) {
	#slider {
		display: none;
		}
	#slider1 {
		display: none;
		}
}

@media screen and (max-width: 800px) {
	#slider {
		display: none;
		}
	#slider1 {
		display: none;
		}
	#wrap {	
		padding: 0 20px;
		}
	#content, #aside {
		float: none;
		clear: both;
		width: auto;
		}
	#main #branding {	
		width: auto;
		margin-bottom: 10px;
		}
	#content-inner {	
		margin-right: 0;
		margin-left: 0;
		}
	div.paging {	
		padding-right: 46px;
		}
	#aside, 
	#footer {
		margin: 0 20px;
		}
	h3#elsewhere-head {
		display: block;
		}
	ul#elsewhere {
		margin: 0 0 30px 0;
		}
	}
	
@media screen and (max-width: 650px) {
	#slider {
		display: none;
		}
	#slider1 {
		display: none;
		}
	body {	
		font-size: 95%;
		}
	#wrap {
		padding: 0;
		}
	#nav {	
		position: static;
		float: none;
		width: 100%;
		padding: 30px 0;
		text-align: center;
		}
	#nav #logo {	
		margin: 0 0 15px 0;
		}
	#nav #logo a {	
		margin: 0 auto;
		}
	#nav ul {	
		margin: 0 0 15px 0;
		}
	#nav ul li, 
	#nav ul li a {	
		display: inline;
		font-size: 1.2em;
		}
	#nav ul li a {	
		margin-right: 5px;
		}
	#main {	
		float: none;
		width: 100%;
		padding-top: 0;
		}
	#main #branding {
		display: none;
		}
	#content-inner {	
		margin-left: 0;
		padding: 5px;
		}
	#content h1.opening {
		padding: 0;
		margin-left: 10px;
		margin-right: 10px; 
		}
	#welcome-blocks {
		display: none;
		}
	#content div.description {	
		margin-left: 10px;
		margin-right: 10px;
		}
	#content h1.title {	
		margin-top: 0;
		}
	#content div.article-body {	
		margin-right: 0;
		padding-left: 10px;
		padding-right: 10px;
		}
	#content div.article-body h2 {
		margin-left: 0;
		}
	#content div.article img.article-perm {
		display: none;
		}
	#aside {	
		margin: 0 10px;
		}
	#footer {
		margin: 0;
		}
	}

@media print {
 
#nav {display:none;}
#aside {display:none;}
#comments {display:none;}
#footer {display:none;}
.sharedaddy{display:none;}
#content{width: 100%;}
.paging{display: none;}
#wrap {border: none;}
 
.site-description {display:none;}
.site-title {display:none;}
 
}