/* 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.main, 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.main, 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;
}

.mobile-leaderboard {
	display: none;
}

.header-banner {
	height: 90px;
	width: 728px;
}

.leaderboard {
	height: 90px !important;
}

/* Ugly Dotted Focus outline */

* {outline: none;}

:focus {-moz-outline-style: none;}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}

/* hide style for screen readers */
.noDisplay {
	position: absolute;
	left: -9999px;
	width: 1em;
	overflow: hidden;
}

/* clearfix - created by neil */
.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.clearfix{padding-bottom:.01px;display:block;}
* html .clearfix{height:1%;}

.floatleft {float:left;}
.floatright {float:right;}

/* Site style */
/* Site */

body {
	font-family: Arial, Times, sans-serif;
	font-size: 12px;
	background: #fff;
	color: #333;
}

.left   { float: left; }
.right  { float: right; }
.clear  { clear: both }
.valign { vertical-align: middle; display: inline-block; }

.wrap {
	width: 940px;
	margin: 0 auto;
	position: relative;
    padding: 0 20px;
    background: #fff;
    overflow: hidden;
}

.cloak {
	background: url('/images/layout/cloak.png');
	width: 100%;
	z-index: 10;
	position: absolute;
}

a.qr {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 10px 5px !important;
	margin: 0;
	margin-top: 10px;
	background: #ff7f00;
	color: #fff;
	border-radius: 0 0 15px 0;
	line-height: 1em;
	font-size: 0.9em;
	display: none !important;
}

section.top-stories a.qr {
	margin-top: 0;
}

.qr-container {
	width: 660px;
	border-radius: 10px;
	padding: 10px 30px 20px;
	background: #fff;
	box-shadow: 0 0 25px rgba(0,0,0,0.8);	
	position: fixed;
	top: 60px;
	left: 50%;
	margin-left: -360px;
	height: 660px;
	overflow: hidden;
}

a.qr-close {
	width: 17px;
	height: 18px;
	background: url('/images/layout/close-qr.png') no-repeat;
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	cursor: pointer;
}

a.qr-close span {
	display: none;
}

iframe.qr-content {
	overflow: hidden;
	height: 100%;
	width: 100%;
	border: none !important;
	border-width: inherit !important;
}

.qr-content .addthis_toolbox {
	float: right;
}

section.qr {
 	overflow: hidden;
	border-bottom: 2px solid #ccc;
	padding-bottom: 10px;
}

section.qr h1 {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	font-size: 1.8em;
	margin-bottom: 15px;
}

section.qr div.medium-rectangle {
	background: transparent;
	padding: 0;
	border-radius: 0;
	float: right;
	overflow: hidden;
	border-top: none !important;
	border-bottom: none !important;
	margin-bottom: 10px !important;
	margin-left: 20px !important;
}

section.qr h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #6b6b6b;
	line-height: 1.2em;
	margin-bottom: 10px;
}

section.qr h3 {
	color: #6b6b6b;
	line-height: 1.2em;
	font-size: 0.9em;
	margin-bottom: 10px;
}

section.qr p {
	margin-right: 120px;
}

section.qr div.video {
	margin-bottom: 10px;
}

.qr-related-stories {
	border-bottom: none !important;
}

.qr-related-stories article {
	width: 150px;
	float: left;
	margin-right: 20px;
}

.qr-related-stories article img {
	width: 150px;
	margin-bottom: 5px;
}


/* Typography */

h1 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    margin: 20px 0 10px;
	color: #000
}

h2 { font-family: Georgia, Times, serif; }
b       { font-weight: bold; }
strong  { font-weight: bold; }
i       { font-weight: italic; }
em      { font-weight: italic; }

p {
	font-size: 1em;
	line-height: 1.3em;
	margin-bottom: 15px;
}

a {
	text-decoration: none;
	color: #000
}

a:hover { text-decoration: underline; }

/* Page Cap */
.menu-trigger, .search-trigger {
	display: none;
}
.page-cap {
	font-size: 1em;
	color: #fff;
	background: #ff7f00;
	position: fixed;
	width: 100%;
	z-index: 1000;	
}

.page-cap div {
	width: 940px;
	margin: 0 auto;
	padding: 8px 0;
	overflow: hidden;
}

.page-cap h1 {
	color: #fff;
	margin: 0;
	padding: 0;
	float: left;
	font-size: 1em;
	font-weight: normal;
}

.page-cap h1 span { font-weight: bold; }

.page-cap a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.page-cap a:hover {
	text-decoration: underline;
}

.cap-nav ul {
	float: right;
	margin-right: 0;
}

.cap-nav ul li {
	float: left;
	margin-left: 2px;
	margin-right: 0;
}

.cap-nav li a {
	display: block;
	padding: 0 11px 0 10px;
	background: none;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #ffb266
}

.cap-nav li:last-child a { border-right: none; padding-right: 0; }

/* Header main */

header.main {
	position: relative;
	height: 120px;
	margin-top: 28px;
}

img.logo {
    position: absolute;
    top: 20px;
    left: 0;
    width: 191px;
    height: 39px;
}

.beta {
	position: absolute;
	top: 20px;
	left: 183px;
}

.strap-line {
    position: absolute;
    top: 65px;
    left: 0;
    color: #333;
    font-family: georgia, times, serif;
    font-style: italic;
}

.header-banner {
	position: absolute;
	right: 0;
	top: 20px;
}

/* Main Navigation */
nav.main {
	overflow: hidden;
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 3px solid #ccc;
}

nav.main li {
	float: left;
	margin-right: 2px;
	padding-bottom: 10px;
}

nav.main li a {
	display: block;
	padding: 5px 11px 5px 10px;
	background: none;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #ccc;
	z-index: 2001;
}

nav.main li:first-child { margin-left: -10px; }
nav.main li:last-child a { border-right: none; }

li a:hover {
	text-decoration: none;
}

nav.main ul ul {
	display: none;
	position: absolute;
	top: 180px;
	background: #fff;
	margin-top: 0;
	padding: 0;
	border-radius: 0 0 5px 5px;
	z-index: 1;
	width: 200px;
	border: 3px solid #ccc;
}

nav.main ul ul.sub {
	margin-left: 10px;
}

/*nav.main ul ul:before {
	content:"";
	position:absolute;
	top: -10px; 
	right: 140px; 
	bottom:auto;
	left:auto;
	border-width:0px 10px 10px 10px; 
	border-color: #f1f1f1 transparent;
	border-style: solid;
    display:block; 
    width:0;
}

.nav-arrow {
	width: 19px;
	height: 12px;
	background: url('/images/layout/nav-arrow.png') no-repeat;
	position: absolute;
	top: -9px;
	left: 5px;
}*/

nav.main ul ul li {
	padding-bottom: 0;
	border-bottom: 1px solid #ccc;
	margin-right: 0;
}

nav.main ul ul li:last-child {
	border-bottom: none;
}

nav.main ul ul li a {
	color: #2b2b2b;
	padding: 10px 15px;
	font-weight: bold;
	border-right: none;	
}

nav.main ul ul li a:hover {
	background: #f7f7f7;
}

nav.main li:hover ul {
	display: block;
}

nav.main ul ul li {
	float: none;
}

/* Search */

.main-search {
	position: absolute;
	top: 120px;
	right: 0;
}

.main-search input[type=text] {
	border-radius: 5px 0 0 5px;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 4px #f1f1f1;
	border-right: none;
	padding: 4px 10px;
	width: 150px;
	float: left;
}

.main-search input[name=sa] {
	border-radius: 0 5px 5px 0;
	border: 1px solid #e97400;
	background: #ff7f00;
	background-image: -webkit-linear-gradient(#fca956, #ff7f00);
	background-image: -moz-linear-gradient(#fca956, #ff7f00);
	background-image: -o-linear-gradient(#fca956, #ff7f00);
	background-image: -ms-linear-gradient(#fca956, #ff7f00);
	background-image: linear-gradient(#fca956, #ff7f00);
	background-repeat: no-repeat;
	box-shadow: inset 0 1px 0 #fed4ab;
	padding: 0 10px;
	color: #fff;
	height: 24px;
	width: 50px;
	margin: 0;
	cursor: pointer;
	float: right;
}
.main-search span {
	display: none;
}

/* Main social media links */

.social-intro {
	padding: 5px 20px 0 10px;
	background: #f7f7f7;
	border-radius: 0 0 5px 5px;
	overflow: hidden;
}

.social-intro h1 {
	margin: 0;
	font-size: 1.2em;
    font-weight: normal;
}

.social-intro p {
	margin: 0 0 5px;
}

.social-intro img {
	margin: 0 5px 0;
}

/* main columns */

.home-content {
    width: 400px;
    float: left;
    margin-right: 0;
    padding-right: 19px;
    border-right: 1px solid #eee;
    overflow: hidden;
}

.content {
    width: 580px;
    float: left;
    overflow: hidden;
}

.latest-news {
    width: 300px;
    float: left;
    margin-left: 20px;
    padding-right: 20px;
    overflow: hidden;
}

aside.home {
    width: 180px;
	padding: 0 0 10px;
    float: right; 
    overflow: hidden; 
    margin-top: 0;
}

aside.blog {
  width: 320px;
  float: right;
  overflow: hidden;
  padding: 0 0 10px;
  maqrgin-top:0px;
}

aside {
	width: 320px;
	float: right;
	overflow: hidden;
	margin-top: 45px;
	position: relative;
}

.home-ad-buttons {
	margin-top: 20px;
}

/* homepage stories */

.top-stories {
    overflow: hidden;
    border-bottom: 2px solid #ccc;
}

article.top-main {
    margin: 0 0 20px 0;
    position: relative;
}

article.top-main img {
    width: 400px;
}

article.top-main a:hover {
	text-decoration: none;
}

article.top-main a:hover h2 {
	text-decoration: underline;
}

article.top-main a h2 {
    font-family: Georgia, Times, serif;
    font-size: 2em;
    margin: 10px 0 10px;
    color: #000;
}

article.top-main a p, section.features article p {
    font-size: 1em;
    line-height: 1.4em;
    color: #626262;
    text-decoration: none;
}

article.top-story img {
    width: 190px;
	height: 127px;
}

article.top-story {
    float: left;
    width: 190px;
    margin: 0 20px 10px 0;
    overflow: hidden;
    position: relative;
}

article.top-story:nth-child(2n) {
	margin-right: 0;
	clear: right;
}

article.top-story a h2 {
    font-family: Georgia, Times, serif;
    font-size: 1.2em;
    line-height: 1.2em;
    margin: 5px 0;
    color: #000;
}

article.top-story a p {
    margin: 10px 0;
    color: #626262;
}

article.top-main a:hover h2, article.top-story a:hover h2  {
	text-decoration: underline;
}

article.top-story a:hover {
	text-decoration: none;
}

/* alt story list */
article.story {
	position: relative;
    overflow: hidden;
	float: none;
	width: 100%;
	padding: 10px 0;
	margin-bottom: 0;
	border-bottom: 1px dotted #ccc;
}

article.story:first-of-type {
	padding: 0 0 10px;
	top: 0;
}

div.tabs article.story:first-of-type {
	padding: 10px 0;
	top: 0;
}

article.story:last-of-type {
	border-bottom: none;
}

article.story img {
	float: left !important;
	position: inherit;
	margin-right: 10px;
	width: 140px
}

article.story.popular a {
	display: block;
}

article.story.popular h2 {
/*  color: #004DB3; */
  margin: 0;
  width: 50%;
  margin: 0 0 5px 0;
}

article.story.popular img {
	float: right !important;
	margin-right: 0;
	margin-left: 10px;
	width: 140px;
}

article.story.popular p {
	width: 50%;
	margin-bottom: 0;
}

article.story img.video-thumb, article.story img.photo-thumb, article.story img.poll-thumb {
	position: absolute;
	bottom: 10px;
	right: -10px;
	width: 17px;
}

article.story img.poll-thumb {
	height: 12px;
}

article.story a:hover {
	text-decoration: none;
}

article.story h2 {
    font-size: 1.2em;
    line-height: 1.2em;
	margin: 0 0 5px 150px;
}

article.story h3 {
	font-family: Helvetica, Arial, sans-serif;
	color: #8c8c8c;
	line-height: 1.3em;
	margin-left: 150px;
}

section.products article.story h3 {
	margin-left: 85px;
}

article.story h2 a:hover {
	text-decoration: underline;
} 

article.story p {
	color: #6b6b6b;
	line-height: 1.4em;
}

article.story a.comment-reaction {
	color: #8c8c8c;
    font-size: 0.8em;
    margin-top: 5px;
    display: block;
    margin-left: 150px;
}

section.products article.story a.comment-reaction {
    margin-left: 85px;
}

article.story a.comment-reaction:hover {
	text-decoration: underline;
}

article:hover a.qr {
	display: block !important;
}

.popular img {
	width: 130px;
	margin-top: 0;
	padding: 0;
}

.rank {
	position: absolute;
	top: 10px;
	left: 0;
	margin: 0 5px 0 0;
	background: #2b2b2b;
	color: white;
	padding: 5px 8px;
	font-weight: bold;
}

article.story:first-of-type a.qr {
	top: -10px;
}

article.story a:hover .rank{
	background: #ff7f00;
	opacity: 1;
}

ul.tabNavigation {
	margin-bottom: 0;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}

.tabNavigation li {
	float: left;
	font-size: 1em;
	padding: 0;
	margin-right: 2px;
	border: 1px solid #ccc;
	border-bottom: none;
}

.tabNavigation li a {
	display: block;
	color: #6b6b6b;
	padding: 10px;
}

.tabNavigation li.selected a {
	color: #000;
	font-weight: bold;
	padding: 10px;
}

/* AddThis homepage  */


.addthis_pill_combo {
}
.addthis_toolbox.addthis_pill_combo a {
    float: left;
}
.addthis_toolbox.addthis_pill_combo a.addthis_button_tweet,
.addthis_toolbox.addthis_pill_combo a.addthis_button_facebook_like,
.addthis_toolbox.addthis_pill_combo a.addthis_counter {
    margin-top: 5px;
    padding: 0;
    margin: 0;
    
}

.addthis_toolbox.addthis_pill_combo a.addthis_button_google_plusone {
	margin-top: 8px;
}

.addthis_button_compact .at15t_compact {
    margin-right: 4px;
    float: left;
}

/*
#at15s {
	position: fixed !important;
}
*/

a.comment_button {
	font-size: 0.8em;
	margin: 0 5px 0 0;
	padding: 0 0 0 5px!important;
	border-radius: 3px;
	border: 1px solid #4b4b4b;
	background-image: -moz-linear-gradient(#f1f1f1, #e5e5e5);
}

a.comment_button span {
	font-weight: bold;
	font-size: 1.5em;
	display: inline-block;
	background-image: -moz-linear-gradient(#fca956, #ff7f00);
	box-shadow: inset 1px solid #b7c1da;
	color: #fff;
	padding: 2px 7px;
	margin-left: 3px;
	border-radius: 0 2px 2px 0;
}

/* side blocks */

.mag, .poll, .jobs, .products {
	overflow: hidden;
	margin-bottom: 0;
	border-bottom: 2px solid #ccc;
}

.products {
	border-bottom: none;
}

.poll {
    padding-bottom: 0;
}

.mag {
	margin-bottom: 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #ccc !important;
}

.mag, .jobs {
	border-bottom: none
}

.mag img {
	float: left;
	margin: 0 10px 10px 0;
}

.mag ul {
	margin: 10px 0;
}

.mag li {
	list-style: square;
	line-height: 1.3em;
	margin: 3px 0 3px 170px;
}

.poll h2, .mag h2 {
	font-size: 1.5em;
	line-height: 1.3em;
	margin-bottom: 5px;
}

.poll form {
	padding: 10px 10px 0 10px;
	background: #FEEFD8;
}

.poll h3 {
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 0 0 5px;
}

.poll h4 a {
    font-family: Georgia;
	font-size: 1em;
	line-height: 1.3em;
	margin-bottom: 0;
    color: #626262
}

.poll h4 a:hover {
    text-decoration: none;
    color: #2b2b2b
}

.pre-poll, .ft-recruiter {
	width: 48%;
	float: left;
	margin-right: 8px;
	padding-right: 6px;
	border-right: 1px dotted #ccc;
}

.pre-poll:last-of-type, .ft-recruiter:last-of-type {
	width: 48%;
	float: right;
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

/*  MAG TAB */

.mag-tab {
	overflow: hidden;
	padding: 20px 0 0;
}

.mag-tab a:hover {
	text-decoration: none;
}

.mag-tab h1 {
	margin: 0 0 20px;
	line-height: 1.2em;
}

.mag-tab h2 {
	font-size: 1.5em;
	line-height: 1.3em;
	margin: 0 0 20px;
}

.mag-tab a:hover h2 {
	text-decoration: underline;
}

.mag-tab p {
	font-size: 1em;
	line-height: 1.4em;
	color: #6b6b6b
}

.mag-tab img {
	float: left;
	margin-right: 10px;
}

/* JOBS */

section.jobs {
	border-radius: 5px;
	border-bottom: 1px solid #ccc;
	padding: 0;
}

div.tabs {
	margin-bottom: 20px;
}

aside section.jobs {
	width: 320px;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 20px;
}

.sticky  {
	position: fixed;
	top: 40px;
}

.jobs article, .jobs li {
	overflow: hidden;
	margin-bottom: 0;
    padding: 10px 15px 0 15px;
    padding-top: 10px;
    border: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	background: #fff;	
}

.jobs article:last-child, .jobs li:last-child {
	overflow: hidden;
	margin-bottom: 0;
	border-bottom: none;
}

.jobs article.featured {
	background: #333;
	padding: 10px 15px 0 15px;
	border: 1px solid #2b2b2b;
	border-top: 1px solid #2b2b2b;
	border-bottom: 1px solid #2b2b2b;
}

.jobs article.featured img {
	border: 5px solid #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	margin-left: 10px;
}

.jobs h1 {
	margin: 0;
	padding: 10px;
	border: 1px solid #e97400;
	border-radius: 5px 5px 0 0;
	background: #ff7f00;
	background: -webkit-linear-gradient(#fca956, #ff7f00);
	background: -moz-linear-gradient(#fca956, #ff7f00);
	background: -o-linear-gradient(#fca956, #ff7f00);
	background: -ms-linear-gradient(#fca956, #ff7f00);
	background: linear-gradient(#fca956, #ff7f00);
	box-shadow: inset 0 1px 0 #fed4ab;
	color: #fff;
}

.jobs h1 span {
	font-weight: normal;
	font-size: 0.7em;
	float: right;
	margin-top: 4px;
}

.jobs a h2, .jobs li a {
	font-size: 1em;
	line-height: 1.2em;
	margin-bottom: 2px;
	color: #000;
	font-family: Arial, Helvetica,sans-serif;
	font-weight: bold;
}

.jobs li a:hover {
	text-decoration: underline;
}

.jobs article.featured a h2 {
	color: #fff;
	text-shadow: 0 -1px 0 #000;
}

.jobs h3 {
	font-size: 1em;
	line-height: 1.2em;
	margin: 0 0 5px;
}

.jobs li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
    color: #6b6b6b;
	padding-bottom: 10px;
}

.jobs li span {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
    color: #6b6b6b;
	padding: 5px 0;
	display: block
}

.jobs a h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
    color: #6b6b6b;
}

.jobs article.featured a h3 {
    color: #b0b0b0;
}

.jobs a:hover {
	text-decoration: none;
}

.jobs a:hover h2 {
	text-decoration: underline;
}

.jobs a p {
	font-size: 0.9em;
	color: #6b6b6b;
}

.jobs article.featured a p {
	font-size: 0.9em;
	color: #b0b0b0;
}

section.org-jobs {
	
}

.org-jobs article {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.org-jobs article:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

section.org-jobs h1 {
	margin-top: 20px;
}

.org-jobs h2 {
	font-size: 1em;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.3em;
	margin-bottom: 5px;
}

.org-jobs h3 {
	font-size: 1em;
	font-weight: bold;
	color: #6b6b6b;
	margin-bottom: 10px;
}

.org-jobs p {
	line-height: 1.4em;
	color: #6b6b6b;
}

.org-jobs footer {
	background: #f1f1f1;
	padding: 10px;
	color: #fff;
	border-radius: 3px;
}

.org-jobs footer a {
	color: #6b6b6b;
}

/* PRODUCTS */

.products article {
	padding: 10px 0;
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
}

.products article:last-child {
	padding: 10px 0 20px;
	border-bottom: none;
}

.products article img {
	float: left;
	width: 75px;
	margin-right: 10px;
}

.products article h2 {
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 5px;
	margin-left: 85px
}

.products h3 {
	color: #8c8c8c;
	margin-left: 85px
}
.blogs-home a {
	text-decoration: none;
}

.products article a:hover h2 {
	text-decoration: underline;
}

.blogs-home {
	overflow: hidden;
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
}

.blogs-home a article {
	margin: 0;
    padding: 10px 5px;
    border-bottom: 1px solid #ccc;
}

.blogs-home a:last-child article {
	margin: 0;
	border-bottom: none !important;
	overflow: hidden;
	border-right: none;
}

.blogger {
	background: #fff;
	overflow: hidden;
	padding: 2px;
}

.blogs-home img  {
	float: left;
	margin: 0 10px 0 0;
	background: #fff;
    border-radius: 5px;
}

.blogs-home h2, .jobs-home h2 {
	color: #000000;
    display: block;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.2em;
    margin-bottom: 5px;
}

.blogs-home a h3, .jobs-home a h3 {
	color: #8c8c8c;
    font-size: 0.8em;
    font-weight: normal;
	margin-left: 60px;
	margin-bottom: 10px;
    line-height: 1.2em;
}

.jobs-home h2, .jobs-home a h3 {
    margin-left: 55px;
}

.blogs-home p, .jobs-home p {
	font-size: 1em;
	color: #626262;
}

.recent-comments, .guest-blogs {
	padding-bottom: 5px;
}

.recent-comments h2 {
	line-height: 1.3em;
	margin-bottom: 10px;
}

.recent-comments a {
	text-decoration: none;
}

.recent-comments a:hover h2, .recent-comments a:hover span {
	text-decoration: underline;
}

.recent-comments a p {
	color: #626262;
	padding-left: 25px;
	background: url('/images/layout/quote.png') no-repeat;
	text-decoration: none;
}

.recent-comments a span {
	color: #000
}

.guest-blog h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0 0 5px;
	color: #000;
	border-radius: 3px;
}

.guest-blog img {
	float: left;
	margin-right: 5px;
	width: 16px;
}

.guest-blog a {
	text-decoration: none;
}

.guest-blog a:hover h3 {
	text-decoration: underline;
}

.guest-blog a h3 {
	font-family: Georgia, Times, serif;
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 0 0 5px;
}

.guest-blog a p {
	color: #626262;
}

/* Twitter Feed */

#jonland {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

.twitter h2 {
	font-size: 1.2em;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 5px;
}

p.follow {
	font-size: 0.8em;
	margin: 2px 0 5px;
}

p.follow a {
	color: #626262;
}

.tweet, .query {
	font: 120% Georgia, serif;
	color: #085258;
}

.tweet_list {
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
	overflow-y: hidden;
	background-color: #fff;
	color: #8c8c8c;
	line-height: 1.3em;
}
	
.tweet_list .awesome, .tweet_list .epic {
	text-transform: uppercase;
}
		
.tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0 0 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
		
.tweet_list li a {
	color: #000000;
    font-family: Georgia,Times,serif;
    text-decoration: none;
}

span.tweet_time a {
	color: #8c8c8c;
	font-size: 0.8em;
	text-decoration: none;
}

span.tweet_text {
	padding-left: 0;
	display: block;
	color: #6b6b6b;
}
		
/*.tweet_list .tweet_even {
	background-color: #f1f1f1;
}*/
		
.tweet_list .tweet_avatar {
	padding-left: 5px; float: right;
}
		
.tweet_list .tweet_avatar img {
	vertical-align: middle;
}

/*  Housing Blogs Feed */

section.housing-blogs article {
	overflow: hidden;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}

section.housing-blogs article a:hover {
	text-decoration: none;
}

section.housing-blogs article img {
	width: 70px;
}

section.housing-blogs article h2 {
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 5px;
}

section.housing-blogs article a:hover h2 {
	text-decoration: underline;
}

section.housing-blogs article h3 {
	font-size: 1em;
	line-height: 1.2em;
	color: #8c8c8c;
	margin-bottom: 5px;
}

/* News */

.news {
	margin-top: 20px;
}

.news p {
	color: #333;
	margin-left: 150px;
	margin: 10px 0 0 150px;
}

.share-news {
	margin-left: 150px;
}

.share-feature {
	height: 35px;
}

.share-bubbles a {
	width: auto !important;
}

.sign-up-prompt {
	text-align: center;
	margin: 0;
	padding: 10px;
	background: rgba(255, 127, 0, 0.1)
}

.sign-up-prompt p {
	text-align: center;
	margin: 0;
	padding: 0;	
}

article.section-top {
	overflow: hidden;
}

article.section-top img {
	width: 280px;
	float: left;
	margin-right: 20px;
}

div.section-top .story h2 {
	font-size: 1.6em;
}

article.section-top-sub {
	width: 280px;
	float: left;
	margin-right: 20px;
}

article.section-top-sub img {
	width: 280px;
	float: left;
	margin-right: 20px;
}

.news-divide {
	height: 1px;
	background-color: #ccc;
	text-align: center;
	margin: 20px 0;
	color: #6b6b6b;
	font-size: 0.8em;
}

.news-divide span {
    background-color: white; position: relative; top: -0.5em;padding: 0 5px;    
}

.add-content {
	float: right;
	margin-top: 0;
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-radius: 35px;
	background: #f7f7f7
}

.add-content a {
	color: #6b6b6b;
}

.add-content a:hover {
	text-decoration: none;
	color: #000;
}

/* article */

section.article {
	overflow: hidden;
	border-bottom: 2px solid #ccc;
}

section.article h1 {
    font-size: 3em;
    font-family: Georgia, Times, serif;
    font-weight: normal;
}

.avatar {
	float: left;
	margin: 0 10px 10px 0;
}

section.article h2, section.article h3, section.article time  {
    font-size: 1.2em;
    line-height: 1.3em;
    font-family: Arial,Helvetica,sans-serif;
    color: #6b6b6b;
    font-weight: normal;
    margin-bottom: 10px;
}

section.article h3, section.article time {
    font-size: 1em;
    color: #8c8c8c
}

section.article time {
	display: inline-block;
}

section.article p {
    font-size: 1.2em;
    line-height: 1.4em;
    margin-bottom: 20px;
    font-family: Georgia, Times, serif;
    font-weight: normal;
}

section.article p a {
    text-decoration: underline;
    color: #ff7100;
}

section.article p:first-of-type {
    margin-top: 20px;
}

.avatar p {
	margin: 0 0 10px 0 !important;
}

section.article li {
	font-family: Georgia,Times,serif;
    font-size: 1.2em;
    line-height: 1.4em;
    list-style-type: disc;
    margin-bottom: 5px;
    margin-left: 25px;
}

section.article li:last-of-type {
	margin-bottom: 0;
}

section.article ol li {
	list-style-type: decimal;
}

section.article img {
	display: inline-block;
}

div.article-image img {
	margin-left: 0;
	margin-bottom: 0
}

span.shutterstock{
	display: block;
	color: #8c8c8c;
	font-weight:none;
	font-size:11px;
	text-align: right;
	margin: 0 0;
	width: 100%;
}

span.shutterstock a {
	color: #4b4b4b;
	text-decoration: underline;	
}

section.article .video {
	margin-top: 20px;
}

/*
section.article p:first-child:first-letter {
    font-size: 2.3em;
	float: left;
	margin: 5px 7px 0 0;
	background: #ff7f00;
	color: #fff;
	padding: 6px 5px;
}
*/

.share-box {
	padding: 5px 0 5px;
	margin: 0 0 20px 0;
	background: #fff;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}

section.article .share-box h1, section.current-poll .share-box h1 {
	margin: 0;
	padding: 5px 0 10px;
	text-shadow: 0 1px 0 #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

.article-poll {
    float: right;
    width: 300px;
    margin: 0 0 20px 20px;
    padding-left: 20px;
    border-left: 1px solid #ccc;
}

.article-poll h3 {
    font-size: 1.5em !important;
    font-weight: bold !important;
    line-height: 1.3em;
    color: #000 !important;
}

.article-poll h4 {
    font-family: Georgia, Times, serif !important;
    font-size: 1.5em !important;
    line-height: 1.3em;
    color: #000 !important;
    margin-bottom: 20px;
}

.article-poll form {
	padding: 5px 20px;
	background: #FEEFD8;
}

.article-poll form p, .poll-results p {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 1em !important;
} 

.article-poll label {
    display: block;
}

.article-poll label input[type="radio"] {
	margin-right: 10px;
    margin-bottom: 10px;
}

.article-poll .poll-results {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.related-stories, .qr-related-stories {
	border-top: none;
	border-bottom: 2px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 0;
	overflow: hidden;
	width: 620px;
}

.related-stories article {
	width: 130px;
	float: left;
	margin-right: 20px;
}

.related-stories article img{
	width: 130px;
}

.related-stories article:nth-child(n+5), .qr-related-stories article:nth-child(n+5)  {
	margin-right: 0;
}

.related-stories h2, .qr-related-stories h2 {
	font-family: Georgia, Times, serif;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #333;
}

.related-stories img {
	margin-bottom: 5px;
}

.other-logins {
	overflow: hidden;
}

.other-logins p {
	float: left;
	color: #626262;
}

.other-logins div {
	float: right;
}

.other-logins div img {
	cursor: pointer;
}

li.dsq-widget-item  {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
}

li.dsq-widget-item:last-of-type  {
	border-bottom: none;
}

li.dsq-widget-item img {
	margin: 0 10px 10px 0;
	padding: 0;
}

span.dsq-widget-comment {
	display: block;
	margin: 7px 0 7px 58px;
	line-height: 1.4em;
}

p.dsq-widget-meta a {
	margin: 7px 0 7px 0;
	color: #6b6b6b;
}

/* Extra Pop-Out */

.extra {
	position: fixed;
	right: 0;
	bottom: 0;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	width: auto;
	max-width: 300px;
	padding: 20px;
	display: none;
	border-radius: 5px 0 0 0;
	z-index: 1001;
}

.extra p {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #6b6b6b; 
}

.extra img {
	float: left;
	margin: 10px 10px 0 0;
	padding: 0; 
}

.extra a h2 {
	font-family: Georgia, Times, serif;
	color: #000;
	font-size: 1.5em;
	margin: 5px 0 0;
	padding: 0; 
}

img.extra-close {
	position: absolute;
	top: 7px;
	right: 7px;
	cursor: pointer;
}

/* Pagination */

nav.pagination.blog {
  display: block;
  height: 25px;
  padding: 5px 0 5px 0;

}

nav.pagination li.prev { float: left; }
nav.pagination li.next { float: right; }

nav.pagination li.prev, nav.pagination li.next {
	padding: 5px 0;
	margin: 0 0;
}

nav.pagination li.prev a, nav.pagination li.next a {
	padding: 5px 20px;
	background: #e5e5e5;
	background: -webkit-linear-gradient(#f7f7f7, #e5e5e5);
	background: -moz-linear-gradient(#f7f7f7, #e5e5e5);
	background: -o-linear-gradient(#f7f7f7, #e5e5e5);
	background: -ms-linear-gradient(#f7f7f7, #e5e5e5);
	background: linear-gradient(#f7f7f7, #e5e5e5);
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	box-shadow: 0 1px 0 #8c8c8c, inset 0 1px 0 #fff;
	color: #6b6b6b;
	text-shadow: 0 1px 0 #fff;
}

nav.pagination li.prev a:hover, nav.pagination li.next a:hover {
	box-shadow: 0 1px 0 #ccc, inset 0 1px 0 #fff;
	color: #4b4b4b;
}

nav.paginator p.pagination-stats {
	color: #666;
	float: right;
	margin-top: 5px;
}

nav.paginator li {
	float: left;
	margin-right: 2px;
}

nav.paginator li a {
	display: inline-block;
	padding: 5px 10px;
	background: #f7f7f7;
	border: 1px solid #eee;
	color: #666
}

nav.paginator li a.pagination-current {
	background: #E5F1F8;
	border: 1px solid #CCE3F2;
	font-weight: bold;
	color: #000;
}

/* Features */

section.features {
	overflow: hidden;
	width: 580px;
	float: left;
}

section.features article {
	width: 280px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}

section.features article img {
	width: 280px;
	height: 187px;
}

section.features article h2 {
	font-size: 2em;
    margin: 10px 0 10px;
    color: #000;
    text-decoration: none;
}

section.features article a:hover {
	text-decoration: none !important;
}

section.features article a:hover h2 {
	text-decoration: underline;
}

/* Blogs */

section.blogs {
	position: relative;
	overflow: hidden;
	border-bottom: 2px solid #ccc;
}

.blog-request {
	position: absolute;
	top: 10px;
	right: 0;
}

.blog-request span {
	margin-right: 10px;
	font-size: 1.2em;
	font-weight: normal;
	color: #6b6b6b;
}

.blog-request-info {
	display: none;
	background: -webkit-linear-gradient(#f1f1f1, #d9d9d9);
	background: -moz-linear-gradient(#f1f1f1, #d9d9d9);
	background: -o-linear-gradient(#f1f1f1, #d9d9d9);
	background: -ms-linear-gradient(#f1f1f1, #d9d9d9);
	background: linear-gradient(#f1f1f1, #d9d9d9);
	width: 300px;
	padding: 20px 20px 5px;
	border-radius: 5px;
	position: absolute;
	top: 50px;
	right: 0;
	box-shadow: 0 5px 5px #8c8c8c;
	color: #fff;
}

.blog-request-info:after {
	content:"";
	position:absolute;
	top: -10px; /* value = - border-top-width - border-bottom-width */
	right: 45px; /* controls horizontal position */
	bottom:auto;
	left:auto;
	border-width:0px 10px 10px 10px; /* vary these values to change the angle of the vertex */
	border-color: #f1f1f1 transparent;
	border-style: solid;
	/* reduce the damage in FF3.0 */
    display:block; 
    width:0;
}

.blog-request-info h2 {
	margin-bottom: 10px;
	color: #2b2b2b;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}

.blog-request-info p {
	color: #6b6b6b;
}

.blog-request-info form {
}

.blog-request-info form label {
	display: none;
}

.blog-request-info form input[type="text"], .blog-request-info form input[type="email"], .blog-request-info form textarea {
	padding: 10px;
	border: 1px solid #ccc;
	width: 278px;
	border-radius: 5px;
	box-shadow: inset 0 2px 5px #d9d9d9;
}

.blog-request-info form textarea {
	height: 70px;
	color: #6b6b6b
}

section.blogs article {
	width: 450px;
	float: left;
	margin-right: 40px;
	margin-top: 20px;
	margin-bottom: 0;
	padding-bottom: 20px;
}

section.blogger article {
	padding-bottom: 15px;
	margin-top: 10px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

section.blogs article h2, section.blogger article h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.2em;
	border-top: none;
	margin-bottom: 5px;
}

section.blogger article h2 {
	margin-left: 70px;
	margin-top: 5px;
	font-family: Georgia, Times, serif;
	font-weight: normal;
	font-size: 1.5em;
}

section.blogs article h3, section.blogger article h3 {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.3em;
	border-top: none;
	margin-bottom: 10px;
}

section.blogs article p, section.blogger article p {
	font-weight: normal;
	font-size: 1em;
	border-top: none;
	margin-bottom: 15px;
	color: #626262;
	margin-left: 100px;
}

section.blogger article p {
	margin-left: 70px;
	margin-bottom: 0;
}

section.blogs article div.left {
	margin-right: 20px;
	margin-bottom: 0;
	width: 150px;
}

section.blogs article img {
	margin: 0 10px 10px 0;
	height: 90px;
	float: left;
}

section.bloggers {
  min-height: 800px;
	position: relative;
	overflow: hidden;
}

section.bloggers a {
	text-decoration: none;
}

section.bloggers h1 {
	margin-bottom: 30px;
}

section.bloggers a:hover h2 {
	text-decoration: underline;
}

section.bloggers article {
	width: 140px;
	float: left;
	margin-right: 20px;
}

section.bloggers article h2{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0;
}

section.bloggers article p {
	color: #8c8c8c;
}

/* BLOGGER PROFILE */

.blogger-profile {
	margin: 20px 0;
}

.title img {
	float: left;
	margin: 0 10px 10px 0;
}

div.title h1 {
	margin: 0 0 10px;
	font-size: 1.5em;
}

.title h2 {
	margin: 0 0 10px;
	font-size: 1.2em;
}

.title {
	overflow: hidden;
}

.blogger-profile p {
	line-height: 1.4em;
	color: #6b6b6b;
}

.blogger-profile h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 15px;
}

.blogger-profile article {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.blogger-profile h4 {
	font-size: 1.5em;
	font-weight: normal;
	font-family: Georgia, Times, serif;
	line-height: 1.3em;
	margin: 0 0 5px 60px;
}

.blogger-profile p.published {
	margin: 0 0 5px 60px;
}

.counter-left {
	float: left;
	margin-top: 5px;
}

section.blogger .blogger-title {
	margin: 20px 0;
}

section.blogger .blogger-title p {
	margin-left: 100px;
	color: #626262;
    font-family: Georgia,Times,serif;
    font-size: 1em;
    line-height: 1.4em;
    text-decoration: none;
}

/* Polls */

section.current-poll {
	width: 580px;
	background: #fff;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid #ccc;
}

.current-poll article p {
	font-family: Georgia, Times, serif;
	font-size: 1.2em;
}

section.current-poll article h2 {
	font-size: 2em;
	margin-bottom: 15px;
}

section.previous-polls article h2 {
	font-size: 1.5em;
	margin-bottom: 15px;
	margin-left: 70px;
}

div#current-poll p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}

section.previous-polls {
	width: 580px;
}

div.previous-polls p {
	font-size: 1.2em;
}

.poll-graph {
    background: #e5e5e5;
    background: -webkit-linear-gradient(#e5e5e5, #f1f1f1);
    background: -moz-linear-gradient(#e5e5e5, #f1f1f1);
    background: -o-linear-gradient(#e5e5e5, #f1f1f1);
    background: -ms-linear-gradient(#e5e5e5, #f1f1f1);
    background: linear-gradient(#e5e5e5, #f1f1f1);
    float: left;
    margin: 5px 0 10px;
    padding: 0;
    position: relative;
    width: 100%;
    border-radius: 4px;
}

.poll-graph .poll-bar {
    background: #2b2b2b;
	background-image: -webkit-linear-gradient(#6b6b6b, #2b2b2b);
	background-image: -moz-linear-gradient(#6b6b6b, #2b2b2b);
	background-image: -o-linear-gradient(#6b6b6b, #2b2b2b);
	background-image: -ms-linear-gradient(#6b6b6b, #2b2b2b);
	background-image: linear-gradient(#6b6b6b, #2b2b2b);
	border: 1px solid rgba(0,0,0,0);
	box-shadow: 2px 0 1px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.2);
    color: #FFFFFF;
    display: block;
    height: 20px;
    line-height: 1.6em;
    position: relative;
    text-align: center;
    border-radius: 4px 0 0 4px;
}

.previous-polls article {
	overflow: hidden;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
}

div.previous-poll {
	width: 510px;
	float: right;
}

.previous-polls .poll-graph {
	margin: 2px 0 10px;
}

.previous-polls .poll-graph .poll-bar {
	height: 22px;
	background: #4b4b4b;
	background-image: -webkit-linear-gradient(#d9d9d9, #ccc);
	border: 1px solid #c5c5c5;
	color: #8c8c8c;
	box-shadow: 2px 0 1px rgba(0,0,0,0.1), inset 0 1px 0 rgba(255,255,255, 0.6);
}

.previous-polls article:hover .poll-graph .poll-bar {
	height: 22px;
	background: #ff7f00;
	background-image: -webkit-linear-gradient(#fca956, #ff7f00);
	border: 1px solid #e97400;
	box-shadow: 2px 0 1px rgba(0,0,0,0.2), inset 0 1px 0 #fed4ab;
    color: #FFFFFF;
}

.poll-results {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #ccc;
}

.poll-results h2 {
	font-size: 1.5em;
	margin-bottom: 10px;
}

.poll-results p {
	font-size: 1.2em;
}

.pre-polls p {
	font-size: 1em;
}


.pre-polls h2 {
	font-size: 1.2em;
	margin-bottom: 15px;
}

.pre-polls .poll-bar {
	background: #ff7f00;
	background-image: -webkit-linear-gradient(#fca956, #ff7f00);
	background-image: -moz-linear-gradient(#fca956, #ff7f00);
	background-image: -o-linear-gradient(#fca956, #ff7f00);
	background-image: -ms-linear-gradient(#fca956, #ff7f00);
	background-image: linear-gradient(#fca956, #ff7f00);
	border: 1px solid #e97400;
	box-shadow: 2px 0 1px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.2);
    color: #FFFFFF;
    display: block;
    height: 20px;
    line-height: 1.6em;
    position: relative;
    text-align: center;
    border-radius: 4px 0 0 4px;
}

/* Directory */

.dir-ad {
	width: 300px;
	height: 100px;
	float: left;
	margin-right: 20px;
	background: #f7f7f7;
	text-align: center;
	margin-bottom: 20px;
}

.dir-ad:last-of-type {
	margin-right: 0;
}

section.directory {
	position: relative;
}


.directory-request {
	position: absolute;
	top: 0;
	right: 0;
}

.directory-request-home {
	position: absolute;
	top: -20px;
	right: 0;
}

.directory-request span, .directory-request-home span {
	margin-right: 10px;
	font-size: 1.2em;
	font-weight: normal;
	color: #6b6b6b;
}

.directory-search {
	background: #f1f1f1;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
	border-radius: 5px;
	padding: 10px 20px;
	margin: 25px 0;
}

.directory-search form {
	padding: 0;
	margin: 0;	
}

.directory-search legend {
	padding: 0 0 10px;
	font-weight: bold;
}

.directory-search p {
	margin-bottom: 0;
}

.directory-search p label {
	color: #6b6b6b;
}

.directory-search input[type="text"]{
	width: 180px;
	margin-right: 10px;
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 3px;
}

.az-letters ul {
	overflow: hidden;
	margin-bottom: 20px;margin-top:20px;
}

.az-letters li {
	float: left;
	margin-right: 2px;
	border-radius: 3px;
	padding: 4px 7px;
	background: #f1f1f1;
	color: #ccc;
}

.az-letters li a {
	color: #333;
	display: block;
	text-decoration: none;
	border-radius: 3px !important;
}

.az-letters li.current {
	background: #ff7f00;
	border-radius: 3px;
}

.az-letters li.current a {
	color: #fff;
}

.directory article {
	width: 198px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
	padding: 10px;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	position: relative;
}

.directory article:hover {
	border: 1px solid #ccc;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.directory article:nth-of-type(4n) {
	margin-right: 0;
}

.directory article a {
	display: block;	
}

.directory article a:hover {
	text-decoration: none;
}

.directory article h2 {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	font-size: 1.2em;
	color: #333;
	margin: 0 0 5px;
}

.directory article img {
	margin: 10px 0;
	height: 45px;
	padding-bottom: 25px;
}

.directory article p {
	font-family: Georgia, Times, serif;
	font-size: 1em;
	margin: 0 0 5px;
	color: #6b6b6b;
}

.directory article .flip {
	position: absolute;
	bottom: -5px;
	right: 5px;
}

.directory-profile {
	width: 580px;
	float: left;
	margin-top: 20px;
	position: relative;
}

.directory-profile img.logo {
	float: right;
	position: relative;
}

.directory-profile .info {
	font-size: 1em;
	line-height: 1.3em;
	color: #6b6b6b;
	border-bottom: 2px solid #ccc;
	position: relative;
}

.org-map {
	margin-top: 45px;
}

.directory-search-wrapper {
	width:900px;
	border:1px solid #e3dcdc;
	border-radius:10px;
	margin:35px 0;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	padding:20px;
	background: url('/images/directory/directory-bg.jpg') no-repeat 0% 0%  #fbfbfb;
}

ul.results-list {
	width:940px;
	margin-top:20px;
}

ul.results-list li {
	float:left;
	width:200px;
	margin-bottom:10px;
	margin-right:27px;
	line-height: 20px;
	font-size:0.9em;
}



.results-wrapper {
	margin-top:35px;	
}

ul.results-list li a h2 {
	font-family:arial;
}


ul.results-list li a.standard-link {
	color:#000;
}

ul.results-list li a.standard-link:hover {
	color:#7e7e7e;
}



ul.results-list li a.executive-link {
	color:#ff7f00;font-weight:bold;background-color: #ccc;
}

ul.results-list li a.executive-link:hover {
	color:#ffba61;
}


ul.results-list li a.premium-link {
	color:#ff7f00;font-weight:bold;background-color: #ccc;
}

ul.results-list li a.premium-link:hover {
	color:#599eff;
}

#dirsearch fieldset div.floatleft legend {
	font-size: 1.8em;
	font-weight:bold;
}

.block-image {
	display:block;
	width:137px;
	height:85px;
}

.subscriber-wrapper {
	width:900px;
	background-color:#fbfbfb;
	border:1px solid #e3dcdc;
	border-radius:10px;
	margin:35px 0;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	padding:20px;
}

.premium-subscriber-list li{
	float:left;
	width:210px;
	height:125px;
	background-color:#fff;
	border:1px solid #e3dcdc;
	border-radius:10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	margin-right:17px;
	text-align:center;
	margin-bottom:20px;
}

.premium-subscriber-list li:nth-child(4n) {
		margin-right:0px;
}

.premium-subscriber-list li:last-child {
	margin-right:0px;
}

.premium-subscriber-list li a img{
	height:41px;
	margin:20px 0 15px 0;
}

.premium-subscriber-list li a h2{
	font-size:1.1em;
	font-family:arial;
}

.premium-subscriber-list li.premium-advertbox {
	background-color:#f5f5f5;
	color:#757575;
}

.premium-subscriber-list li.premium-advertbox div a{
	color:#757575;
}

.premium-subscriber-list li.premium-advertbox div a:hover{
	color:#444;
}

.premium-subscriber-list li.premium-advertbox div {
	padding:20px 15px;
	line-height: 1.1em;
}

.executive-subscriber-list {
	margin-top:0px;
}

.executive-subscriber-list li{
	float:left;
	width:137px;
	height:85px;
	background-color:#fff;
	border:1px solid #e3dcdc;
	border-radius:10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	margin-right:13px;
	text-align:center;
	margin-bottom:20px;
}

.executive-subscriber-list li:nth-child(6n) {
		margin-right:0px;
}

.executive-subscriber-list li:last-child {
	margin-right:0px;
}


.executive-subscriber-list li a img{
	height:19px;
	margin:20px 0 5px 0;
}

.executive-subscriber-list li a h2{
	font-size:0.9em;
	font-family:arial;
}
/* 24housing magazine */

.mag-home {
	overflow: hidden;
}

.mag-home img.mag {
	width: 300px;
	float: left;
	margin-right: 20px;	
}

.mag-intro {
	width: 280px;
	float: left;
	padding-right: 20px;
	border-right: 1px solid #ccc;
}

.mag-home img.editor {
	float: right;
}

.mag-sub {
	width: 300px;
	float: right;
	overflow: hidden;
}

.mag-intro h2, .mag-sub h2 {
	font-size: 1.5em;
	margin: 0 0 20px
}

.back-issues {
	overflow: hidden;
}

.back-issues article {
	width: 140px;
	float: left;
	margin: 0 20px 20px 0;
	text-align: center;
	font-size: 1.2em;
}

.back-issues article:nth-child(6n+1) {
	margin-right: 0 ;
}

.back-issues article img {
	width: 140px;
}

section.mag-latest {
	float: left;
	width: 600px;
}

section.mag-latest h1 {
	font-size: 2em;
    font-weight: bold;
	margin: 20px 0;
}

section.mag-latest img.editor {
	float: left;
	margin: 0 20px 0 0;
}

.mag-editorial {
	width: 600px;
	padding-right: 20px;
	border-right: 1px solid #ccc;
}

.mag-editorial p {
	font-family: georgia, times, serif;
	font-size: 1.2em;
	line-height: 1.4em;
}

.mag-aside {
	width: 380px;
	float: right;
	margin: 0 0 10px 20px;
	padding-bottom: 20px;
	background: #f1f1f1;
}

.mag-aside h2 {
	color: #000;
	margin: 20px 20px;
	font-size: 1.5em;
}

.mag-aside li {
	margin: 0 20px 15px;
	line-height: 1.3em;
}

.mag-aside li h3 { margin-bottom: 5px;}
.mag-aside li h3 a {
	color: #2b2b2b;
	font-size: 1.2em;
    font-family: Georgia, Times, serif;
    font-weight: normal;
}

.mag-aside li {
	color: #6b6b6b;
}

span.free {
	background: #91bd09;
	padding: 1px 7px;
	color: #fff;
	border-radius: 3px;
	display: inline-block;
	float: right;
	margin-left: 7px;
}

.mag-aside p {
	margin: 0 20px;
}
span.info {
	background: #009fe3;
	padding: 2px 10px;
	color: #fff;
	border-radius: 30px;
	display: inline-block;
	float: left;
	margin-right: 10px;
	font-weight: bold;
	font-style: italic;
}

aside.mag-latest {
	width: 300px;
	float: right;
	margin-top: 20px;
}

aside.mag-latest h1 {
		font-size: 3em;
    font-family: Georgia, Times, serif;
    font-weight: normal;
	margin: 20px 0;
}

.then-next {
	border-top: 2px solid #ccc;
	overflow: hidden;
	margin: 20px 0;
	padding: 30px 0;
}

.then-next p {
	font-size: 1.5em;
    font-family: Georgia, Times, serif;
    font-weight: normal;
	margin: 20px 0;
}

.then-next p span {
	font-size: 0.8em;
   color: #8c8c8c;
}

div.next {
	text-align: center;
	width: 140px;
	float: left;
}

div.then {
	text-align: center;
	width: 140px;
	float: right;
}

/* Campaigns */

.featured-jobs {
	width: 500px;
	padding: 0;
	margin: 0;
	float: right;
}

.featured-jobs h1 {
	margin-bottom: 0;
}

.featured-jobs h1 a span {
	font-weight: normal;
    color: #8c8c8c;
    font-size: 0.6em;
    float: right;
    text-decoration: underline;
}

.featured-jobs h2 {
	font-size: 1em;
    line-height: 1.2em;
	margin-bottom: 5px;
}

.featured-jobs img {
	float: left;
    margin-right: 10px;
    width: 90px;
}

.featured-jobs span img {
    margin-right: 0;
}

.featured-jobs h3 {
	color: #626262;
    font-size: 0.8em;
    line-height: 1.2em;
    margin-left: 100px;
}

.featured-jobs a:hover {
	text-decoration: none;
}

.featured-jobs article {
    float: left;
    width: 239px;
    padding: 10px 10px 10px 0;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.featured-jobs a:nth-child(2n) article {
    border-right: none;
    padding-right: 0;
}

/* Sign up pages */

.su-individual {
	width: 440px;
	float: left;
	padding-right: 20px;
	border-right: 1px dashed #ccc;
}

.su-individual p, .su-organisation p {
	color: #6b6b6b;
	line-height: 1.3em;
}

.user-form fieldset {
	border-top: 1px solid #CCCCCC;
    padding: 20px 0 40px;
    position: relative;
}

.user-form legend {
	background: none repeat scroll 0 0 #6b6b6b;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    font-size: 1em;
    margin-right: 10px;
    padding: 5px 10px;
}

.su-individual form, .user-form form {
	margin: 20px 0;
}

.su-individual label, .user-form label {
	width: 120px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}

span.info-text {
    color: #8C8C8C;
    display: block;
    font-size: 0.9em;
    line-height: 1.4em;
    margin-left: 125px;
    text-align: left;
}

.su-individual input[type="text"], .su-individual input[type="password"], .user-form input[type="text"],  .user-form input[type="password"]{
	border: 1px solid #ccc;
	padding: 7px;
	width: 250px;
	border-radius: 5px;
	box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
	color: #6b6b6b;
}

.user-form textarea {
    border: 1px solid #C9C9C9;
    font: 1em Arial,Helvetica,sans-serif;
    height: 100px;
    padding: 5px 3px;
    width: 230px;
}

.su-organisation {
	width: 460px;
	float: right;
}

.sub-plan {
	padding: 20px 10px;
	border-bottom: 1px solid #ccc;
	background: #fff;
	position: relative;
}

.sub-plan .button {
	position: absolute;
	top: 10px;
	right: 10px;
}

.sub-plan h2 {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333;
}

.sub-plan li {
	padding: 5px 0 5px 17px;
	color: #6b6b6b;
	background: url('/images/layout/tiny-tick.png') no-repeat 0 5px;
}

.sub-plan p {
	font-size: 1.2em;
	margin: 10px 0 0;
}

.sub-plan span.price {
	font-size: 1.5em;
	font-weight: bold;
	padding-left: 2px;
	color: #2b2b2b;
}

p.small-print {
	font-size: 0.9em;
	color: #8c8c8c;
	margin-top: 10px;
}

p.learn-more a {
	color: #fff;
	display: block;
}

p.learn-more a:hover {
	text-decoration: none;
}

p.learn-more {
	position: absolute;
	bottom: 20px;
	right: 10px;
	font-size: 0.9em;
	background: -webkit-linear-gradient(#83d0f5,#009fe3);
	border: 1px solid #00b9ee;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
	padding: 2px 10px;
	border-radius: 5px;
	font-family: Georgia, Times, serif;
	font-style: italic;
	color: #fff;
	display: none;
}

.sub-plan:hover p.learn-more  {
	display: block;
}

.su-24housing, .su-jobs, .su-jobs-org {
	width: 268px;
	float: left;
	margin: 20px 0;
	margin-right: 20px;
	border: 1px solid #ccc;
	padding: 15px;
	border-radius: 5px;
	position: relative;
}

.su-jobs {
	background: url('/images/layout/su-jobs-bg.jpg') no-repeat;
}

.su-jobs p, .su-jobs-org p {
	margin-right: 0;
	color: #6b6b6b;
	line-height: 1.3em;
	margin-bottom: 0;
}

p.su-jobs-intro {
	margin-right: 110px;
}

.su-jobs-org p {
	margin-right: 110px;
}

.su-jobs-org {
	margin-right: 0;
	background: url('/images/layout/candidates.jpg') no-repeat bottom;
}

.su-jobs-org .button {
	position: absolute;
	top: 130px;
}

.su-24housing h1, .su-jobs h1, .su-jobs-org h1 {
	font-size: 1.2em;
	margin: 0 0 10px;
}

.su-24housing img {
	float: left;
	margin-right: 10px;
}

.su-24housing li, .su-jobs li {
	list-style: disc;
	margin-left: 155px;
	padding-bottom: 10px;
	color: #6b6b6b;
	line-height: 1.3em;	
}

.su-jobs ul {
	margin: 15px 0
}

.su-jobs li {
	margin-left: 15px;
	padding: 5px 0;
}

p.mag-price {
	font-size: 1.2em;
	color: #2b2b2b
	margin-bottom: 5px
}

.job-circle {
	width: 77px;
	height: 77px;
	background: url('/images/layout/job-circle.png') no-repeat;
	position: absolute;
	top: 30px;
	right: 15px;
}

.job-circle span {
	display: block;
	text-align: center;
	font-family: georgia, times, serif;
	font-size: 1.25em;
	line-height: 1.2em;
	padding: 9px 0;
	color: #fff;
}

.jobseeker-circle span {
	color: #fff;
	padding: 10px 0;
}

.job-circle a  {
	text-decoration: none !important;
}

.job-arrow {
	position: absolute;
	top: 115px;
	right: 65px;
}

p.error, ul.errors li {
    background: url("/images/icons/exclamation.png") no-repeat scroll 5px 5px #FFFACC;
    border: 1px solid #F4E988;
    padding: 5px 10px 5px 25px;
}

p.form-error {
    background: url("/images/icons/arrow_up.png") no-repeat scroll 5px 5px #FFFACC;
    border: 1px solid #F4E988;
    padding: 5px 10px 5px 25px;
}

div.blog_error {
  border: 1px solid black;
  font-size: 150%;
  color: red;
  text-align: center;
	margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
}

#regForm .progress {
    background: url("/images/form/progress.png") no-repeat scroll -155px 0 #F1F1F1;
}
.progress {
    background: url("/images/form/progress.png") no-repeat scroll 0 0 #F1F1F1;
    border-radius: 5px 5px 5px 5px;
    height: 34px;
    margin: 45px 0 20px;
}
.progress ul {
    list-style: none outside none;
    margin: 5px 0 0;
}
.progress li {
    color: #FFFFFF;
    float: left !important;
    padding: 11px 0;
    text-align: center;
    text-shadow: 0 -1px 0 #77AF2C;
    width: 25% !important;
}
.progressIncomp {
    color: #8C8C8C !important;
    text-shadow: none !important;
}
.progressDone {
    color: #E5F3D1 !important;
}
#registration .progress {
    background: url("/images/form/progress-740.png") no-repeat scroll 0 0 #F1F1F1;
}
#registration .progress li {
    font-size: 1.2em;
    line-height: 1.4em;
    width: 33% !important;
}

table.cart {
	width: 100%;
    margin-bottom: 20px;
}

.cart caption {
	font-weight: bold;
	padding: 20px;
}
.cart th {
    background: none repeat scroll 0 0 #EFEFEF;
	text-align: left;
}

.cart td, .cart th {
	padding: 10px;
}
.cartDes {
    text-align: left;
}
.cartStrike {
    text-decoration: line-through;
}
.cartOffer {
    font-weight: bold;
    text-align: left;
}
.cartPrice, th.cartPrice  {
    text-align: right;
}
.cartTotal {
    text-align: right;
}
.cartVoucher label {
    width: 83px;
}
.cartVoucherInput {
    font-size: 0.9em !important;
    padding: 2px !important;
    width: 100px !important;
}
.cartSubmit {
    font-size: 2.1em;
}

/* Footer */

footer {
	font-size: 1em;
	color: #8c8c8c;
	background: #f1f1f1;
	padding: 8px 0;
	overflow: hidden;
}

footer div.wrap {
	width: 940px;
	margin: 0 auto;
	background: transparent;
}

ul.footer-links {
	text-align: center;
	overflow: hidden;
	width: 100%;
	margin: 20px 0 ;
}

ul.footer-links li {
	font-family: Georgia, Times, serif;
	padding: 0 5px;
	display: inline-block;
	border-right: 1px solid #ccc;
}

ul.footer-links li:last-child {
	border-right: none;
}

ul.footerfjosb-links li a {
	color: #4b4b4b;
}

p.copyright {
	text-align: center;
	font-size: 0.8em;
	font-family: Georgia, Times, serif;
}

/* Buttons */
.button {
	-moz-border-radius: 5px;
	border-radius: 5px;
    border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1;
	overflow: visible;
	padding: 5px 15px 6px;
	position: relative;
	text-decoration: none;
	margin: 0;
}

button::-moz-focus-inner {
	border:0 none;
	padding:0;
}
.button:hover {
	background-color:#111111;
	color:#FFFFFF;
	text-decoration: none;
}
.button:active {
	-moz-transform:translateY(1px);
}

.search {
	padding: 3px 12px;
}

@-moz-document url-prefix() {
    .search {
        padding: 2px 9px;
    }
}

input.button {
    padding: 8px 15px;
}

button.button  { padding: 8px 15px !important; }

.orange {
	background: #ff7f00;
	background-image: -webkit-linear-gradient(#fca956, #ff7f00);
	background-image: -moz-linear-gradient(#fca956, #ff7f00);
	background-image: -o-linear-gradient(#fca956, #ff7f00);
	background-image: -ms-linear-gradient(#fca956, #ff7f00);
	background-image: linear-gradient(#fca956, #ff7f00);
	border: 1px solid #e97400;
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.3), inset 0 1px 0 #fed4ab;
	margin-bottom: 10px !important;
	text-align: center;
	padding: 0;
}

.green {
	background: #a1cc1e;
	background-image: -webkit-linear-gradient(#a1cc1e, #91BD09);
	background-image: -moz-linear-gradient(#a1cc1e, #91BD09);
	background-image: -o-linear-gradient(#a1cc1e, #91BD09);
	background-image: -ms-linear-gradient(#a1cc1e, #91BD09);
	background-image: linear-gradient(#a1cc1e, #91BD09);
	border: 1px solid #91BD09;
	border-radius: 5px;
	box-shadow: 0 1px 0 rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.3);
	margin-bottom: 10px !important;
	text-align: center;
	padding: 0;
}

p.orange, a.orange, p.green, a.green  {
	text-decoration: none;
	color: #fff!important;
	display: inline-block;
	padding: 7px 18px;
	text-shadow: 0 -1px 0 #ff7f00;
}

p.green, a.green { text-shadow: 0 -1px 0 #91BD09; }

p.orange a, p.green a {
	display: block;
	
	color: #fff;
	text-decoration: none;
}

.orange:hover { background: #f58020; }
.green:hover { background: #91BD09; }

.fb {
	background: #2d5291;
	background-image: -webkit-linear-gradient(#6e83b4, #2d5291);
	background-image: -moz-linear-gradient(#6e83b4, #2d5291);
	background-image: -o-linear-gradient(#6e83b4, #2d5291);
	background-image: -ms-linear-gradient(#6e83b4, #2d5291);
	background-image: linear-gradient(#6e83b4, #2d5291);
	border: 1px solid #25467f;
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.3), inset 0 1px 0 #b7c1da;
	margin-bottom: 10px !important;
	text-align: center;
	padding: 0;
}

.fb a {
	text-decoration: none;
	color: #fff!important;
	display: block;
	padding: 8px 15px;
	text-shadow: 0 -1px 0 #25467f;
}

.tw {
	background: #92cfdb;
	background-image: -webkit-linear-gradient(#e9f6fc, #92cfdb);
	background-image: -moz-linear-gradient(#e9f6fc, #92cfdb);
	background-image: -o-linear-gradient(#e9f6fc, #92cfdb);
	background-image: -ms-linear-gradient(#e9f6fc, #92cfdb);
	background-image: linear-gradient(#e9f6fc, #92cfdb);
	border: 1px solid #439ea9;
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.3), inset 0 1px 0 #f4fbfe;
	margin-bottom: 10px !important;
	margin-left: 5px !important;
	text-align: center;
	padding: 0;
}

.tw a {
	text-decoration: none;
	color: #2292d0!important;
	display: block;
	padding: 8px 15px;
	text-shadow: 0 1px 0 #fff;
}

a.facebook-signin, a.twitter-signin {
	width: 150px;
	height: 24px;
	display: inline-block;
	margin: 10px 0 0 5px !important;
	background: url('/images/layout/facebook_signin.png') no-repeat 0 -24px;
}

a.twitter-signin {
	background: url('/images/layout/twitter_signin.png') no-repeat 0 -24px;
}

a:hover.facebook-signin, a:hover.twitter-signin {
	background-position: 0 -48px;
}

a.facebook-signin span, .twitter-signin span{
	display: none;
}

.banner {
	text-align: center;
	margin: 20px 0 0 0;
}

div.medium-rectangle {
	padding: 0px 10px 10px;
	margin: 0;
	width: 300px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}

div.medium-rectangle p {
	text-align: center;
	margin: 5px 0 0;
	color: #8c8c8c;
	font-family: Georgia, Times, sans-serif;
	font-size: 0.9em;
}

div.medium-rectangle a {
	color: #8c8c8c;
	text-decoration: underline;
}

div.rectangle {
	margin: 0 0 10px;
}

div.advert-3-1 {
	width: 300px;
	padding: 10px;
	margin: 10px 0 20px;
}
			

/*OLD STYLES*/
.col-460 { width: 460px; }
.advertise h3 {
    color: #2B2B2B;
    margin: 20px 0;
    padding: 0;
}
.advertise h4 {
    color: #424242;
    margin: 20px 0;
}
.advertise p {
    font-size: 1.2em;
}
.advertise li {
    border-bottom: medium none;
    font-size: 1em;
    list-style: disc outside none;
    margin: 0 30px;
	color: #333;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.advertise blockquote {
    background: url("/images/layout/open-quote.gif") no-repeat scroll 0 0 transparent;
    color: #626262;
    font-size: 1em;
    font-style: italic;
    margin: 20px 0;
    padding: 0 30px 0 60px;
}
table.web-rates, table.mag-rates {
    border: medium none;
    border-collapse: collapse;
	width: 100%;
	margin: 20px 0;
}
table.mag-rates th, table.web-rates th {
    font-weight: bold;
	color: #424242;
    font-weight: bold;
    padding: 10px 5px;
}
table.web-rates tr.head {
    background: none repeat scroll 0 0 #FFE5CC;
}
table.web-rates tr.alt {
    background: none repeat scroll 0 0 #FFF2E5;
}
table.web-rates td:first-child, table.mag-rates td:first-child{
    width: 150px;
}
table.mag-rates tr.head {
    background: none repeat scroll 0 0 #E8F4D9;
}
table.mag-rates tr.alt {
    background: none repeat scroll 0 0 #F3F9EB;
}
table.mag-rates td, table.web-rates td  {
    color: #424242;
    font-size: 1em;
    padding: 10px 5px;
}

table.mag-rates td:last-child {
    width: 100px;
}
.zoom img {
    border: 1px solid #D9D9D9;
    margin: 10px 10px 30px;
    padding: 0;
}
table#zoom_table {
    border: medium none;
}
p.screen-caption {
    background: none repeat scroll 0 0 #F1F1F1;
    border-radius: 3px 3px 3px 3px;
    color: #626262;
    font-size: 1em !important;
    margin: 5px 0 0;
    padding: 5px 0;
    text-align: center;
}
td.mm {
    padding: 0 !important;
}
#dash-001 img, #dash-002 img, #dash-003 img, #org-001 img, #org-002 img, #org-003 img, #home-001 img, #home-002 img, #home-003 img {
    width: 595px !important;
}
p.first {
    font-size: 1.8em;
    font-weight: bold;
    margin: 20px 0 10px;
	text-align: center;
}

.message {
    padding: 10px 0;
    text-align: center;
}
.msg {
    background: none repeat scroll 0 0 #FFFFFF;
}

.message h3 {
    color: #000;
	font-weight: bold;
    font-size: 3.5em;
    margin: 20px 0 20px;
}
.message p {
    font-size: 1.5em;
    margin: 0 0 20px;
}
.message-icon-wrap {
    margin: 40px 70px 30px;
	padding: 30px 0;
	overflow: hidden;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}

.message-icon-wrap div {
    width: 250px;
	margin-right: 24px;
	float: left;
}

.message-icon-wrap div:last-of-type {
	margin-right: 0;
	float: right;
}

.message-icon-wrap p {
    font-size: 1.2em;
    font-weight: normal;
    margin: 10px 0;
	color: #6b6b6b
}
/*' Find out more' page */ 
.fom {
	text-align: center;
}

.fom h3 {
	color: #000;
	font-weight: bold;
    font-size: 3.5em;
    margin: 20px 0 20px;
}

.fom p {
	font-size: 1.2em;
	margin: 0 90px 30px;
}

a.big-button {
    background: url("/images/buttons/sign-up-002.gif") no-repeat scroll center top transparent;
    display: block;
    height: 44px;
}
a.big-button:active {
    background: url("/images/buttons/sign-up-002.gif") no-repeat scroll center bottom transparent;
    display: block;
    height: 44px;
}
.full-width, .full-width2 {
    margin: 0;
}
.full-width {
    text-align: center;
}
.full-width h3 {
    background: none repeat scroll 0 0 transparent;
    border-bottom: medium none;
    border-top: medium none;
    color: #007EB9;
    font-size: 2.5em;
    margin: 20px;
}
h3.su {
    color: #424242;
    margin: 10px 0 0;
}
h3.dsbsu {
    border-bottom: medium none;
    color: #424242;
    font-size: 2em !important;
    margin: 20px 0 0 !important;
    padding: 0 !important;
    text-align: center;
}
.full-width h4 {
    color: #005B9A;
    font-size: 1.8em;
}
.full-width p {
    font-size: 1.5em;
    font-weight: normal;
    margin: 0 0 10px;
}
.full-width p.first {
    font-size: 1.8em;
    font-weight: bold;
    margin: 20px 0 10px;
}
.full-width p.standard {
    color: #868686;
    font-size: 1.2em;
}
.full-width ul {
    font-size: 1.5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.full-width li {
    border-bottom: 1px solid #D9D9D9;
    padding: 7px 0;
}
.red {
    color: #D20037;
}
blockquote.testim {
    background-image: url("/images/layout/open-quote.gif");
    background-position: left 5px;
    background-repeat: no-repeat;
    font-size: 1.2em;
    font-weight: normal;
    padding-left: 40px;
	line-height: 1.3em;
}
blockquote.testim span {
    background-image: url("/images/layout/close-quote.gif");
    background-position: right 5px;
    background-repeat: no-repeat;
    display: block;
    padding-right: 40px;
}

.browser {
	float: left;
	text-align: center;
	width: 100px;
	margin-right: 16px;
}

.browser p {
		font-size: 1em;
	font-family: Arial;
}

.customrss-side {
    margin-top: 25px;
    text-align: left;
}
.customrss-side p {
    font-size: 1.1em;
}
.customrss-side label {
    font-size: 1.1em;
}
.customrss-side fieldset {
    border: 0 none;
    margin: 0;
    padding: 0;
}
.customrss-side .what-rss {
    font-size: 1.09091em;
}
.customrss-side .what-rss h3 {
    color: #5D5D5D !important;
    font-size: 2.1em;
    margin-left: 0;
}
.customrss-side input[type="text"] {
    border: 1px solid #BDDEFE;
    width: 293px;
}
.customrss {
    text-align: left;
}
.customrss p {
    font-size: 1.2em;
}
.customrss h3 {
    font-size: 2.2em;
}
.customrss h3 {
    color: #5D5D5D !important;
    margin-left: 0;
}
.customrss h4 {
    color: #5D5D5D !important;
    margin-left: 0;
}
.customrss .modern-browser {
    font-size: 1.2em;
}
.customrss .firefox {
    background: url("/images/icons/firefox.png") no-repeat scroll 0 0 transparent;
    padding: 10px 0 10px 60px;
}
.customrss .ie {
    background: url("/images/icons/ie.png") no-repeat scroll -6px 0 transparent;
    padding: 10px 0 10px 60px;
}
.customrss .safari {
    background: url("/images/icons/safari.png") no-repeat scroll 1px 0 transparent;
    padding: 10px 0 10px 60px;
}
.customrss .online-readers {
    text-align: center;
}
.customrss .online-readers img {
    margin: 8px;
}
.customrss .feedreader {
    background: url("/images/icons/feedreader.png") no-repeat scroll 0 0 transparent;
    padding: 10px 0 10px 80px;
}
.customrss .feeddemon {
    background: url("/images/icons/feeddemon.png") no-repeat scroll 0 0 transparent;
    padding: 10px 0 10px 80px;
}
.customrss .newsfire {
    background: url("/images/icons/newsfire.png") no-repeat scroll 0 0 transparent;
    padding: 10px 0 10px 80px;
}
.customrss .netnewswire {
    background: url("/images/icons/netnewswire.png") no-repeat scroll 0 0 transparent;
    padding: 10px 0 10px 80px;
}
.customrss .hr {
    margin: 20px 0;
}
.customrss .feed-box {
    background: none repeat scroll 0 0 #E3F1FF;
    border: medium none;
    margin: 20px 0;
    padding: 10px 20px;
}
.customrss .feed-box h4 {
    font-size: 1.8em;
}
.customrss .feed-box table, td, th, tr {
    border: medium none;
    text-align: left;
	padding: 10px;
}
.customrss .rssrow {
    background: url("/images/icons/feed-icon-16.png") no-repeat scroll 0 3px transparent;
    font-weight: bold;
    padding-left: 27px;
}

.yellow-box {
	background: #FFFACC;
    border: 1px solid #F4E988;
    padding: 10px 10px 5px 25px;
}

.yellow-box h2 {
	font-size: 1.5em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}

p.alert {
    background: url("/images/icons/important.png") no-repeat scroll 5px 5px #FFFACC;
    border: 1px solid #F4E988;
    padding: 5px 10px 5px 25px;
}
p.alert-add {
    background: url("/images/icons/add.png") no-repeat scroll 5px 5px #FFFACC;
    border: 1px solid #F4E988;
    margin-top: 10px;
    padding: 5px 10px 5px 25px;
}
p.alert-min {
    background: url("/images/icons/delete.png") no-repeat scroll 5px 5px #FFFACC;
    border: 1px solid #F4E988;
    margin-top: 10px;
    padding: 5px 10px 5px 25px;
}
p.alert-info {
    background: url("/images/icons/information.png") no-repeat scroll 5px 5px #FFFACC;
    border: 1px solid #F4E988;
    margin-top: 10px;
    padding: 5px 10px 5px 25px;
}
p.actioned {
    background: url("/images/icons/accept.png") no-repeat scroll 5px 5px #FFFACC;
    border: 1px solid #F4E988;
    padding: 5px 10px 5px 25px;
}
p.form-error {
    background: url("/images/icons/arrow_up.png") no-repeat scroll 5px 5px #FFFACC;
    border: 1px solid #F4E988;
    padding: 5px 10px 5px 25px;
}

/* ----- legal news page ----- */
article.legal h2, article.legal h3, article.legal p {
  margin-left: 0;
}

/* Media Queries */


/* ----------- article image size for verticle screen size ----------- */
@media only screen 
and (max-height : 1024px) 
{
    div.article-image {
        width: 380px;
        float: right;
        overflow: hidden;
        margin: 5px 0 0 10px;
    }
     
    div.article-image img {
        width: 380px;
        margin-bottom: 0;
        float: none;
    }
}

#challenge {
	display: none;
}


.photocaption {padding:5px;background:#e5e5e5;color:#444;border:1px solid #ccc;font-size:.8em !important;font-style: italic;margin:10px 0 20px 0;}
.photocaption p {margin:0 5px 5px 0 !important;text-align:left;}
.photocaption img {width:100%;border:1px solid #fff;}









