/*
Theme Name: New Food 2013
Theme URI: http://www.e-motivemedia.com
Description: New Food 2013 Custom theme developed for Russell Publishing by e-Motive Media Ltd
Author: e-Motive Media Ltd
Version: 1.0
Tags: 
*/

/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
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, img, ins, kbd, q, s, samp,
small, strike, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

/* end reset styles */

/* Start global styles */
p {
	font-size: 1.3em;
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 140%;
	color: #333333;
	margin-right: 20px;
	margin-left: 20px;
}

h1 {
	font-family: /*"Fjalla One"*/"Open Sans", Arial;
	font-size: 3.2em;
	color: #4d4d4d;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	line-height:120%;
	font-weight:400;
}

h2 {
	font-family: /*"Fjalla One"*/"Open Sans", Arial;
	font-size: 1.8em;
	color: #4d4d4d;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	line-height:120%;
	font-weight:600;
}

h2 strong {
	font-weight:normal;
}

h3 {
	font-family: /*"Fjalla One"*/"Open Sans", Arial;
	font-size: 1.6em;
	color: #4d4d4d;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	line-height:120%;
	font-weight:600;
}

h3 strong {
	font-weight:normal;
}

h4 {
	font-family: "Open Sans", Arial;
	font-size: 1.3em;
	color: #4d4d4d;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	line-height:120%;
}

h2 a:link,
h2 a:visited,
h2 a:hover,
h2 a:active {
	text-decoration:none;
	color: #4d4d4d;
}

ul {
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 22px;
}

ul li {
	font-size: 1.3em;
	color: #333333;
	background-image: url(images/orange-bullet.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 15px;
	line-height: 140%;
	margin-top:8px;
	margin-bottom:8px;
	margin-right:10px;
}

ul ul, ul ul ul {
	margin-left:0;
	margin-top:0;
}

li li, li li li {
	font-size: 100%;
}

ol {
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 40px;
}

ol li {
	font-size: 1.3em;
	color: #333333;
	padding-left: 5px;
	line-height: 140%;
	margin-top:8px;
	margin-bottom:8px;
	list-style-type: decimal;
}

p#breadcrumb {
	margin-top:20px;
}

a {
	color: #539ed5;
	text-decoration:none;
}

a:visited {
	color:#539ed5;
}

a:hover {
	color: #215f8d;
}

a:active {
	color: #215f8d;
}


p.clear, div.clear {
	clear: both;
	line-height:0.1em;
	font-size: 0.1em;
	margin-top:0;
	margin-bottom:0;
}

#directory p.clear {
line-height:130%;
font-size: 1.3em;
}

.noborder, img.noborder, .article img.noborder, .alignright.noborder, .alignleft.noborder, .alignnone.noborder {
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
padding:0;
}

img.alignright {
	background-color: #FFFFFF;
	padding: 5px;
	float: right;
	margin-left:10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
	-webkit-box-shadow: 0 4px 3px -4px #777777;
	-moz-box-shadow: 0 4px 3px -4px #777777;
	box-shadow: 0 4px 3px -4px #777777;
}

img.alignleft {
	background-color: #FFFFFF;
	padding: 5px;
	float: left;
	margin-left:10px;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	margin-left: 10px;
	-webkit-box-shadow: 0 4px 3px -4px #777777;
	-moz-box-shadow: 0 4px 3px -4px #777777;
	box-shadow: 0 4px 3px -4px #777777;
}

p img.aligncenter {
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-bottom:20px;
	margin-top:20px;
}

img.alignnone, p img.alignnone {
background-color: #FFFFFF;
	padding: 5px;
	margin-left:20px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 4px 3px -4px #777777;
	-moz-box-shadow: 0 4px 3px -4px #777777;
	box-shadow: 0 4px 3px -4px #777777;
}

div.alignnone {
margin-left:auto;
	margin-right:auto;border: 1px solid #CCCCCC;
	padding:5px;
	-webkit-box-shadow: 0 4px 3px -4px #777777;
	-moz-box-shadow: 0 4px 3px -4px #777777;
	box-shadow: 0 4px 3px -4px #777777;
	margin-bottom:20px;
	margin-top:20px;
}

div.alignnone img {
	margin-left:auto;
	margin-right:auto;
}

div.alignright {
	margin-left:10px;
	margin-right:20px;
	border: 1px solid #CCCCCC;
	padding:5px;
	-webkit-box-shadow: 0 4px 3px -4px #777777;
	-moz-box-shadow: 0 4px 3px -4px #777777;
	box-shadow: 0 4px 3px -4px #777777;
	float:right;
}
div.alignright img {
	margin-left:auto;
	margin-right:auto;
}

div.alignright p, div.alignnone p {
	font-size: 1.2em;
	margin-left:0;
	margin-right:0;
	text-align: center;
	margin-top:5px;
	margin-bottom:5px;
	padding:0;
}

.auto-paginate-links {
	font-size:1.3em;
	margin:20px;
}

.auto-paginate-links span {
	font-weight:bold;
}

/* Start button styles */

.arrow {
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top:20px;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	font-family: "Open Sans", Arial;
	font-weight:bold;
	color: #4d4d4d;
	font-size:1.3em;
	line-height: 48px;
	padding-right: 10px;
	padding-left: 30px;
	margin-top:10px;
	width: 255px;
	line-height:48px;
	
}

.arrow:visited {
	color: #4d4d4d;
}

.arrow:hover {
	color: #4d4d4d;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.arrow:active {
	color: #4d4d4d;
}

.grey-button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-family: "Open Sans", Arial;
	font-weight:bold;
	color: #ffffff;
	font-size:1.2em;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	line-height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	border: solid 1px #484848;
	background-color: #505050;
	background: -webkit-gradient(linear, left top, left bottom, from(#505050), to(#3a3a3a));
	background: -moz-linear-gradient(top,  #505050,  #3a3a3a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#505050', endColorstr='#3a3a3a');
	margin-top:10px;
}

.grey-button:visited {
	color: #ffffff;;
}

.grey-button:hover {
	text-decoration: none;
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#3a3a3a), to(#505050));
	background: -moz-linear-gradient(top,  #3a3a3a,  #505050);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a3a3a', endColorstr='#505050');
}

.grey-button:active {
	color:#ffffff;
}

p .grey-button {
	font-size: 90%;
}

.rounded-button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-family: "Open Sans", Arial;
	font-weight:bold;
	color: #ffffff;
	font-size:1.3em;
	text-shadow: 0 0px 0px rgba(0,0,0,0);
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0 0px 0px rgba(0,0,0,0);
	box-shadow: 0 0px 0px rgba(0,0,0,0);
	line-height: 36px;
	padding-right: 15px;
	padding-left: 15px;
	border: solid 1px #00adef;
	background-color: #00adef;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adef), to(#00adef));
	background: -moz-linear-gradient(top,  #00adef,  #00adef);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adef', endColorstr='#00adef');
	margin-top:10px;
	overflow:hidden;
}

.rounded-button:visited {
	color: #ffffff;
}

.rounded-button:hover {
	text-decoration: none;
	color: #ffffff;
	border: solid 1px #f89c24;
	background: -webkit-gradient(linear, left top, left bottom, from(#f89c24), to(#f89c24));
	background: -moz-linear-gradient(top,  #f89c24,  #f89c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f89c24', endColorstr='#f89c24');
}

.rounded-button:active {
	color:#ffffff;
}

p .rounded-button {
	font-size: 100%;
}

.panel .rounded-button {
	margin-bottom:10px;
}

#hero .rounded-button {
	margin-left:20px;
}

/* End button styles */

/* End global styles */

/* Start structural elements */
	
body {
	font-size:62.5%;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	border-top-width: 9px;
	border-top-style: solid;
	border-top-color: #bdbdbd;
	background-image: url(images/background-pattern.jpg);
	background-repeat: repeat;
}
	
#wrapper {
	width:1050px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
-webkit-box-shadow: 0px 5px 5px 2px #cccccc;
-moz-box-shadow: 0px 5px 5px 2px #cccccc;
box-shadow: 0px 5px 5px 2px #cccccc;
}

#content {
float:left;
width:960px;
margin-left:20px;
}

/* Start header elements */

#header {
	float: left;
	height: 111px;
	width: 1008px;
	border: 1px solid #f89c24;
	background-color: #f89c24;
	margin-left:20px;
}

#top {
	float: left;
	height: 62px;
	width: 1010px;
	margin-left:20px;
}

#mainLogo {
	float: left;
	height: 38px;
	width: 190px;
	display: inline;
	margin-top: 36px;
	margin-left: 13px;
}

#login {
	float: left;
	height: 62px;
	width: 250px;
	margin-left: 0px;
	
}

#login p {
	line-height: 62px;
	margin: 0;
	font-size:1.6em;
	font-weight: bold;
}

#login a {
	text-decoration: none;
}

#social ul {
	list-style-type: none;
	margin:0;
	padding:0;
}

#social {
	display: inline;
	float: left;
	height: 62px;
	width: 300px;
	margin-left: 110px;
}

#social li {
	float: left;
	list-style-type: none;
	margin-top: 15px;
	margin-right: 10px;
	background-image: none;
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#search {
	float: right;
	height: 32px;
	width: 220px;
	background-image: url(images/search-box.jpg);
	background-repeat: no-repeat;
	margin-top:15px;
}

#search form {
	margin:0;
}

input#search-text {
	height:32px;
	margin: 0px;
	padding-top:0;
	padding-right:0;
	padding-bottom:0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color:transparent;
	padding-left:3px;
	font-size: 1.3em;
	color: #9d9d9d;
	width:173px;
}

input#search-submit {
	width:42px;
	height:32px;
	margin: 0;
	padding: 0;
	border:none;
	background-color:transparent;
	cursor:pointer;
}


#primaryNav {
	float: left;
	height: 42px;
	width: 1010px;
	background-color:#738a8d;	
	margin-bottom:20px;
	position:relative;
	z-index:1000;
	margin-left:20px;
}

#primaryNav ul {
	margin:0;
	padding:0;
	list-style:none;
	width:1008px;
	float:left;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
	-webkit-box-shadow: 0 0px 0px 0px #777777;
	-moz-box-shadow: 0 0px 0px 0px #777777;
	box-shadow: 0 0px 0px 0px #777777;
}

#primaryNav ul li {
	float:left;
	position:relative;
	margin:0;
	padding:0;
	background-image: none;
	font-size: 100%;
}

#primaryNav ul a {
	display:block;
	line-height:42px;
	margin-top:0px;
	text-decoration:none;
	color:#ffffff;
	font-family: /*"Fjalla One"*/"Open Sans", Arial;
	font-size: 1.5em;
	background-image: url(images/primary-divider.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 10px;
	padding-left: 10px;
	text-shadow: 0px 0px 0px #000;
	font-weight:400;
}

#primaryNav ul ul {
	display: none;
	position: absolute;
	top: 43px;
	left: 0;
	float: left;
	width: 200px;
	z-index: 99999;
	background-color:#333333;
}

#primaryNav ul ul li {
	min-width: 200px;
}

#primaryNav ul ul ul {
	left: 100%;
	top: 0;
}

#primaryNav ul ul a {
	line-height: 1em;
	padding-left: 15px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:10px;
	height: auto;
	font-size:1.3em;
	background-image:none;
}

#primaryNav li:hover > a{
    background-color: #00adef;
	-moz-box-shadow: inset 0 0 7px #00adef;
	-webkit-box-shadow: inset 0 0 7px #00adef;
	box-shadow: inset 0 0 7px #00adef;
}

#primaryNav ul ul :hover > a {
	background-color: #00adef;
	color: #fff;
	-moz-box-shadow: inset 0 0 7px #00adef;
	-webkit-box-shadow: inset 0 0 7px #00adef;
	box-shadow: inset 0 0 7px #00adef;
}

#primaryNav ul li:hover > ul {
	display: block;
}

#primaryNav ul li.current_page_item > a,
#primaryNav ul li.current-menu-ancestor > a,
#primaryNav ul li.current-menu-item > a,
#primaryNav ul li.current-menu-parent > a {
	background-color: #00adef;
	-moz-box-shadow: inset 0 0 7px #00adef;
	-webkit-box-shadow: inset 0 0 7px #00adef;
	box-shadow: inset 0 0 7px #00adef;
}

* html #primaryNav ul li.current_page_item a,
* html #primaryNav ul li.current-menu-ancestor a,
* html #primaryNav ul li.current-menu-item a,
* html #primaryNav ul li.current-menu-parent a,
* html #primaryNav ul li a:hover {
	color: #fff;
}

/* End header styles */

/* Start ad banner styles */

#leaderboard {
	display: inline;
	float: right;
	width: 728px;
	margin-top: 10px;
	margin-right: 10px;
}

#topBanner {
	width:468px;
	margin-top:15px;
	margin-left:130px;
}

#skyscraper1 {
	float: left;
	width: 120px;
	margin-right: 10px;
	margin-bottom: 15px;
}

#skyscraper2 {
	float: left;
	width: 120px;
	margin-bottom: 15px;
}

.mpu {
	width:300px;
	float:left;
	margin-bottom:15px;
}

/* End ad banner styles */

#left {
	width:683px;
	float:left;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding-bottom:5px;

}

/* Start sidebar styles */

#right {
	float:right;
	width:250px;
}

/* End sidebar styles */

/* Start footer styles */

#footer {
	width:1010px;
	float:left;
	margin-top: 10px;
	background-image: url(images/footer-pattern.jpg);
	background-repeat: repeat;
	margin-left:20px;
}

.footerColumn {
	float: left;
	width: 215px;
	margin-left: 10px;
	display: inline;
}
.footerColumn.first {
	margin-left:20px;
	width:250px;
}

#footer .first li {
	background-image: url(images/white-arrow.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 15px;
	margin-left: 10px;
}

#footer ul {
	margin-left:0;
}

#footer li {
	background-image:none;
	margin-left:0;
	padding-left:0;
}

#footer li a {
	color:#539ed5;
}

#footer h3 {
	font-size: 1.6em;
	color: #FFFFFF;
	margin-top: 20px;
	font-weight: bold;
	font-family: "Open Sans", Arial;
	margin-left:0;
	margin-right:0;
}

#footer h3 a {
	color: #ffffff;
	text-decoration:none;
}

#footer p {
	color: #FFFFFF;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 1.2em;
}

#footer p.clear {
	line-height:130%;
	margin-top:10px;
	margin-bottom:10px;
}

#footer p.clear a {
	color: #9f9f9f;
	text-decoration: none;
}

#footer .footerColumn p {
	margin-right: 0px;
	margin-left: 0px;
	font-size: 1.3em;
}

#footer li {
	font-size: 1.3em;
	line-height: 120%;
	margin-top: 7px;
	margin-bottom: 7px;
}

#footer li a {
	text-decoration: none;
}

/* End footer styles */

#twitter {
	float: left;
	width: 300px;
	margin-top:25px;
}

/* Start directory styles */

#directory {
	float: left;
	width: 300px;
}

#directoryOne, #directoryTwo, #directoryThree {
	border: 1px solid #cccccc;
	width:205px;
	float:left;
	margin-left:10px;
	min-height:390px;
	-webkit-box-shadow: 0 4px 3px -4px #777777;
	-moz-box-shadow: 0 4px 3px -4px #777777;
	box-shadow: 0 4px 3px -4px #777777;
}

#directory p.clear {
	line-height:130%;
	font-size: 1.3em;
}

table.listingInfo td{
	background-color:#cccccc;
	border-bottom:0;
	border-right: 1px solid #ffffff;
}

table.listingInfo td.active {
	background-color: #747474;
	color: #ffffff;
	font-weight:bold;
}

#directoryOne img, #directoryTwo img, #directoryThree img {
	float:right;
}
#results_container {
	margin-top:20px;
}

#directoryOne h2, #directoryOne p, #directoryOne ul, #directoryOne .rounded-button, #directoryTwo h2, #directoryTwo p, #directoryTwo ul, #directoryTwo .rounded-button, #directoryThree h2, #directoryThree p, #directoryThree ul, #directoryThree .rounded-button {
	margin-left:10px;
	margin-right:10px;
}

#directoryOne .rounded-button, #directoryTwo .rounded-button, #directoryThree .rounded-button {
	margin-bottom: 10px;
}

#directoryOne {
	margin-left:20px;
}

#directory h2, #directoryCategories h2 {
	font-size: 2.4em;
	margin-right: 0;
	margin-left: 0;
}

#directory h2 a {
	padding:0;
	float:none;
	border:none;
	background-image:none;
	margin-left:0;
	margin-right:0;
	margin-top:15px;
	margin-bottom:15px;
	color: #4d4d4d;
}

#directory p, #directory .grey-button{
	margin-left:0;
	margin-right:0;
}

a.directory_shortcode_link {
	font-size:1em;
	padding:5px;
	float:left;
	color: #333333;
	text-decoration:none;
	border: 1px solid #CCCCCC;
	background-image: url(images/tag-bg.gif);
	background-repeat: repeat-x;
	background-position: center;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0;
}


.directoryListings {
	margin-left:20px;
	margin-right:20px;
	margin-bottom:10px;
	float:left;
}

#directorySidebar {
	float:left;
	background-color:#ffffff;
	border: 1px solid #cccccc;
	width:298px;
}

#directorySidebar h2, #directorySidebar p, #directorySidebar form {
	margin:10px;
}

#directorySidebar form p {
	margin-left:0;
}

#directorySidebar input[type=text] {
	width:130px;
}

#directoryCategories {
	float:left;
	width:300px;
}

#directoryCategories ul {
	margin:0;
}

#directoryCategories ul li {
	margin:0;
	padding:0;
	background-image:none;
}

#directoryCategories ul li a {
	font-size:1em;
	padding:5px;
	float:left;
	color: #333333;
	text-decoration:none;
	border: 1px solid #CCCCCC;
	background-image: url(images/tag-bg.gif);
	background-repeat: repeat-x;
	background-position: center;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0;
}

#directorySidebar .rounded-button {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top:0;
}

.directoryLogo {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.directoryRight {
	float:right;
	width:200px;
	margin-bottom:10px;
}

.company_container {
	border-bottom: 1px solid #E4E4E4;
	width:643px;
	margin-left:20px;
	float:left;
}
.company_container h2, .company_container h3, .company_container p {
	margin-left:0;
	margin-right:0;
}

.directoryRight .rounded-button{
	float:right;
}

p.errormsg {
color:#FF0000;
font-weight:bold;
}

/* End directory styles */

/* Single post styles */

#contentLeft {
	float: left;
	width: 453px;
}

.singleColumn #contentLeft p:first-child {
font-weight:normal;
font-size: 1.3em;
}

#contentLeft p:first-child {
	font-weight:normal;
	font-size: 1.4em;
} 

#contentLeft .panel p:first-child {
	font-weight:normal;
	font-size:1.3em;
}

#contentLeft.paged p:first-child {
	font-weight:normal;
	font-size:1.3em;
}

.singleColumn #contentLeft {
	width:683px;
}

#contentRight {
	float: right;
	width: 230px;
	display: inline;
}

#contentRight h2 {
	margin-left:0;
	margin-right:0;
}

.singleColumn #contentRight {
	display:none;
}

#relatedTopics {
	float: left;
	width: 230px;
}
#relatedStories {
	float: left;
	width: 230px;
}

#alsoSee {
	float: left;
	width: 230px;
}

#relatedTopics a {
	text-decoration: none;
}

ul#related_posts_thumbnails {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#related_posts_thumbnails li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-image: none;
}

ul#related_posts_thumbnails li img {
	float:left;
	background-color:#ffffff;
	padding:5px;
	margin-right:10px;
	border: 1px solid #CCCCCC;
	-webkit-box-shadow: 0 0px 0px 0px #777777;
	-moz-box-shadow: 0 4px 3px -4px #777777;
	box-shadow: 0 4px 3px -4px #777777;
}

/* End single post styles */

/* Start portfolio page styles */

#portfolio {
	float:left;
	margin-left:20px;
	margin-right:20px;
	width:645px;
}

#portfolio h2 {
	margin-top:15px;
}

.panel {
	float:right;
	border:1px solid #cccccc;
	width:250px;
	margin-right:20px;
	margin-left:20px;
	margin-bottom:10px;
	display:inline;
	-webkit-box-shadow: 0 4px 3px -4px #777777;
	-moz-box-shadow: 0 4px 3px -4px #777777;
	box-shadow: 0 4px 3px -4px #777777;
}

.panel p, .panel h2, .panel ul {
	margin-left:15px;
}

.panel h2 {
	margin-top:15px;
}

#portfolio .columnFirst {
	float:left;
	width: 310px;
	border:1px solid #cccccc;
	margin-right:20px;
	-webkit-box-shadow: 0 4px 3px -4px #777777;
	-moz-box-shadow: 0 4px 3px -4px #777777;
	box-shadow: 0 4px 3px -4px #777777;
	margin-bottom:20px;
}

#portfolio .column {
	float:left;
	width:310px;
	border:1px solid #cccccc;
	-webkit-box-shadow: 0 4px 3px -4px #777777;
	-moz-box-shadow: 0 4px 3px -4px #777777;
	box-shadow: 0 4px 3px -4px #777777;
	margin-bottom:20px;
}

#portfolio form {
	margin-left:20px;
}

/* End portfolio page styles */

/* Start article styles */

.article {
	float:left;
	border-bottom:1px solid #E4E4E4;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:15px;
}

.article img {
	background-color:#ffffff;
	float:left;
	margin-bottom:15px;
	border: 1px solid #CCCCCC;
}

.article .image {
	float:left;
	width:62px;
}

.article.mullet .image {
	width: 312px;
}

.article.mullet h3 {
	font-size: 2em;
}

.article .excerpt {
	float:left;
	width:555px;
	margin-left:15px;
}

.article.mullet .excerpt {
	width:315px;
}

.home .article .excerpt {
	width: 206px;
}

.article h3 {
	margin-left:0;
	margin-right:0;
	margin-top:0;
}
.article h3 a {
	text-decoration:none;
}

.home .article h3 {
	font-family: "Open Sans", Arial;
	font-size: 1.3em;
	font-weight:normal;
}

#contentRight .article {
	margin-left:0;
}

#contentRight .article h3 {
	font-family: "Open Sans", Arial;
	font-size: 1.2em;
	font-weight:normal;
}

#contentRight .article .excerpt {
	width:123px;
}

#relatedStories img {
	margin-right:15px;
	margin-bottom:30px;
}

.page-id-8 .article .image {
	width:210px;
	float:left;
}

.page-id-8 .article .excerpt {
	width:415px;
	float:left;
	margin-left:15px;
}

.page-id-5630 .article .image {
	width:103px;
	float:left;
}

.page-id-5630 .article .excerpt {
	width:515px;
	float:left;
	margin-left:15px;
}

.page-id-20795 .article .image {
	width:101px;
	float:left;
}

.page-id-20795 .article .excerpt {
	width:517px;
	float:left;
	margin-left:15px;
}

.article p {
	margin-left:0;
	margin-right:0;
}

p.date {
	font-weight:bold;
}

/* End article styles */

/* Past issues styles */ 

#content ul.pastIssues {
margin-left:20px;
}

#content ul.pastIssues li {
	float:left;
	max-width:100px;
	width:100px;
	margin-bottom:8px;
	margin-top:8px;
	padding:0;
	line-height:100%;
	background-image:none;
	margin-right:15px;
	border: 1px solid #CCCCCC;
	padding:5px;
	-webkit-box-shadow: 0 4px 3px -4px #777777;
	-moz-box-shadow: 0 4px 3px -4px #777777;
	box-shadow: 0 4px 3px -4px #777777;
	float:left;
	text-align:center;

}

#content ul.pastIssues li span{
text-align:center;

}

#content ul.pastIssues li img {
margin:0;
padding:0;
float:left;
margin-bottom:5px;

}

#content ul.pastIssuesOlder li {
	float:left;
	width:29%;
	margin-bottom:8px;
	margin-top:8px;
	line-height:100%;
}

/* End past issues styles */

/* Start tag page styles */

ul.wp-tag-cloud {
	border-bottom:20px;
}

ul.wp-tag-cloud li {
	margin:0;
	padding:0;
	background-image:none;
}

ul.wp-tag-cloud li a {
	font-size:1em;	
	padding:5px;
	float:left;
	color: #333333;
	text-decoration:none;
	background-color:#cccccc;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* End Tag page styles */

/* Start comments styles */

.comments {
	float:left;
	margin-left:20px;
	margin-right:20px;
	border-top: 1px solid #cccccc;
	margin-top:20px;
}

.comments h3 {
	font-size: 2em;
	margin-top:15px;
}

.comments .navigation {
	display:none;
}

.comments p, .comments h3, #left .comments form {
	margin-left:0;
	margin-right:0;
}

.comments textarea {
	width:636px;
}

.comments form input[type=submit] {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-family: "Open Sans", Arial;
	font-weight:bold;
	color: #ffffff;
	font-size:1.2em;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	line-height: 30px;
	padding-right: 5px;
	padding-left: 5px;
	border: solid 1px #484848;
	background: -webkit-gradient(linear, left top, left bottom, from(#505050), to(#3a3a3a));
	background: -moz-linear-gradient(top,  #505050,  #3a3a3a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#505050', endColorstr='#3a3a3a');
	margin-top:10px;
}

.comments form input[type=submit]:hover {
	text-decoration: none;
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#3a3a3a), to(#505050));
	background: -moz-linear-gradient(top,  #3a3a3a,  #505050);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a3a3a', endColorstr='#505050');
}

.comments form p input[type=submit] {
	font-size: 100%;
}

.comments ol {
	margin-left:0;
	margin-right:0;

}

.comments ol li {
	margin-left:0;
	margin-right:0;
	padding-left:0;
	padding-right:0;
	list-style-type: none;
}

li.comment {
	margin-left:0;
	border: 1px solid #cccccc;
	-webkit-box-shadow: 0 4px 3px -4px #777777;
	-moz-box-shadow: 0 4px 3px -4px #777777;
	box-shadow: 0 4px 3px -4px #777777;
}

li.comment ul {
	margin-left:15px;
}

li.comment li {
	background:none;
}

li.comment ul li.comment p {
	font-size: 100%;
}

li.comment p {
	font-size: 100%;
}

li.comment div.comment-body {
	margin:15px;
}

img.avatar {
	float:left;
	margin-right:8px;
	border: 1px solid #cccccc;
	padding:5px;
	-webkit-box-shadow: 0 4px 3px -4px #777777;
	-moz-box-shadow: 0 4px 3px -4px #777777;
	box-shadow: 0 4px 3px -4px #777777;
}

.comments li cite {
	font-family: /*"Fjalla One"*/"Open Sans", Arial;
	font-size: 1.6em;
	color: #4d4d4d;
}

.commentlist li ul li {
	font-size: 1em;
}

.comments p label {
	font-size: 100%;
}

.says {
	display:none;
}

.comment-meta {
	margin-top: 8px;
}

.comment-meta a {
	color: #777777;
	font-style:italic;
}

/* End comments styles */

/* Homepage only styles */

.home #left {
	width:696px;
	border:none;
	background-color:transparent;
	margin-top: 0;
}

/* Hero content */

#hero {
	background-color: #f4f4f4;
	display: inline;
	float: left;
	height: 270px;
	width: 683px;
	border: 1px solid #CCCCCC;
	position:relative;
}

#hero .fragment-slide {
	float:left;
}

#hero #nav-featured {
	position: absolute;
	z-index: 100;
	right: 10px;
	bottom: 10px;
}

#hero #nav-featured a {
	font-size: 1.5em;
	margin-right:10px;
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
	display:inline-block;
	width:35px;
	line-height:35px;
	background-image: url(images/black-button.png);
	background-repeat: no-repeat;
	text-align: center;
}

#hero #nav-featured a.activeSlide {
	background-image: url(images/white-button.png);
	background-repeat: no-repeat;
	color:#000000;
}

#hero #flag {
	position: absolute;
	z-index: 150;
	right: 5px;
	top: -5px;
	width:0px;
	height:0px;
	background-image: url(images/flag.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#hero p a {
	text-decoration:none;
	color: #4d4d4d;
}

#hero .info {
	float:left;
	width:413px;
}

#hero #featured {
	height:270px;
	overflow:hidden;
}

#hero img {
	float:left;
	background-color:#cccccc;
	width:270px;
	height:270px;
}

#hero h2 {
	font-size: 2.4em;
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#hero p.time {
	color:#999999;
	font-size:1.1em;
}

/* End hero styles */

/* Start homepage call to action styles */

#zmemberLoggedIn #callToAction {
display:none;
}

#callToAction {
	width:696px;
	height: 98px;
	float:left;
	margin-top:5px;
	background-image: url(images/call-to-action.png);
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	z-index: 200;
	top: 5px;
}

.callLeft {
	float:left;
	width:550px;
}

.callRight {
	height: 49px;
	width: 117px;
	float:left;
	margin-top:22px;
}

#callToAction h2 {
	color: #ffffff;
	font-size: 2em;
	margin-left:100px;
	margin-top:12px;
	margin-bottom:8px;
}

#callToAction p {
	color: #ffffff;
	margin-left:100px;
	font-weight:bold;
	margin-top:8px;
}

#callToAction p a:link, #callToAction p a:visited, #callToAction p a:hover, #callToAction p a:active {
	color:#539ed5;
}

#contentRight ul li {
	margin-top:4px;
	margin-bottom:4px;
	margin-left:0;
}

#content #contentRight ul {
	margin-left:0;
}

/* End homepage call to action styles */

/* Start homepage news styles */

#news {
	background-color: #FFFFFF;
	float: left;
	width: 683px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	
}

#newsLeft .arrow, #newsRight .arrow {
	position:absolute;
	bottom:0;
	left:0;
}


#zmemberLoggedIn #news {
border-top: 1px solid #cccccc;
margin-top:10px;
}

.zmember #header {
margin-top:10px;
margin-bottom:20px;
}

.zmember #footer {
margin-bottom:10px;
}

#newsLeft {
	float: left;
	width: 333px;
	position:relative;
	padding-bottom:55px;
	min-height:350px;
}

#newsRight {
	float: left;
	width: 333px;
	margin-left: 15px;
	position:relative;
	padding-bottom:55px;
	min-height:350px;
	
}

#news h2 {
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom: 20px;
	padding-left: 20px;
}

/* End homepage news styles */

/* Start homepage whitepaper styles */

#whitepapers {
	background-color: #FFFFFF;
	float: left;
	width: 683px;
	margin-top: 10px;
	border: 1px solid #CCCCCC;
}

#whitepapers h2 {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 0px;
	padding-left: 20px;
}

#whitepapers .article {
border-bottom: none;
}

/* End homepage whitepaper styles */


/* Start homepage magazine styles */

#review {
	background-color: #FFFFFF;
	float: left;
	width: 683px;
	margin-top: 10px;
	border: 1px solid #CCCCCC;
}

#review h2 {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-left: 20px;
}
#cover {
	float: left;
	width: 104px;
	margin-left: 20px;
}

#cover img {
	margin-left: 2px;
}

#articles {
	float: left;
	width: 520px;
	display: inline;
	margin-left: 20px;
}

#content #articles ul {
	width:520px;
	padding:0;
	margin:0;
}

#content #articles ul li {
	font-size: 1.3em;
	line-height: 130%;
	float: left;
	width: 49%;
	margin-bottom: 20px;
	background-image: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	clear:left;	
}

#content #articles ul li.even {
	float:right;
	margin-left:10px;
	clear:right;
}

#articles a {
	display: block;
	padding-left: 10px;
	text-decoration: none;
	color: #fa9d1c;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #539ed5;
}

/* End homepage magazine styles */

/* Start homepage events and topics styles */

#events {
	background-color: #FFFFFF;
	float: left;
	width: 336px;
	margin-top: 10px;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
	min-height:520px;
	padding-bottom:55px;
	position:relative;
}

#events .arrow, #topics .arrow {
	position:absolute;
	bottom:0;
}

#topics {
	background-color: #FFFFFF;
	float: left;
	width: 335px;
	margin-top: 10px;
	border: 1px solid #CCCCCC;
	min-height:520px;
	position:relative;
	padding-bottom:55px;
}

#events h2 {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-left: 20px;
}

#topics h2 {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-left: 20px;
}

#events li, #topics li {
	font-size: 1.3em;
	line-height: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

#events ul, #topics ul {
	margin: 20px;
}

#events li a, #topics li a {
	text-decoration: none;
}

/* End homepage events and topic styles */

/* End homepage only styles */

/* Start table styles */

table {
	margin:20px;
	border-collapse: collapse;
}

#contentLeft table {
width:400px;
}

#contentLeft table p:first-child {
font-size: 100%;
font-weight:normal;
}

caption {
	font-weight:bold;
	font-size: 1.3em;
	padding:3px;
}

tr.alt {
	background-color:#F7F7F7;
}

th, td {
	font-size: 1.3em;
	padding:5px;
	line-height:120%;
}

th p, td p {
	margin-left:0;
	margin-right:0;
	font-size: 100%;
}

th li, td li {
	font-size: 100%;
}

/* End table styles */

/* Start form styles */

#header form {
	margin:0;
}

label.error {
	clear: both;
	color: #fff;
	font-weight: 600;
	background: #c73e14;
	line-height:130%;
	font-size:1.3em;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:5px;
}

/* end form styles */

/* start callout styles */

.callout {
	width: 339px;
	position:relative;
	left:-6px;
	background-image: url(images/callout.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top: 1px solid #cccccc;
	padding-bottom:10px;
	clear:right;
}

.callout p, #contentLeft .callout p {
	font-family: /*"Fjalla One"*/"Open Sans", Arial;
	font-size: 1.6em;
	color: #767676;
	font-weight:normal;
	margin-left:25px;
	margin-right:20px;
	margin-top:12px;
	font-weight:600;
}

/* end callout styles */

/* Workshop microsite styles */

#nav {
	float:left;
	width:960px;
	margin-left:0;
	margin-bottom:15px;
	display:inline; 
	border-bottom:1px solid #cccccc;
}

ul.eventNav {
	padding:0;
	list-style:none;
	width:955px;
	float:left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}

ul.eventNav li {
	float:left;
	background-image:none;
	margin:0;
	padding:0;
}

ul.eventNav a {
	display:block;
	padding-left:10px;
	padding-right:10px;
	line-height:2.3em;
	text-decoration:none;
	float:left;
	background-color:#603060;
	margin-left:0;
	margin-right:2px;
	color: #ffffff;
	font-size: 1.1em;
	font-weight:bold;
	border:0;
	border-top-left-radius: 4px;
	-moz-border-radius-topleft:4px;
	border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
}

ul.eventNav a:hover {
	background-color:#8c648c;
}

.eventNav .current_page_item a {
	background-color:#ef50ae;
	position:relative;
	top: 0;
	line-height:2.3em;
}

.microRight {
	width:248px;
	border: 1px solid #cccccc;
	background-color:#ffffff;
	margin-bottom:10px;
}

.microRight img {
	margin-left:9px;
	margin-bottom:10px;
}

.microRight h2 {
	margin-left:10px;
	margin-top:10px;
	font-size:1.6em;
}

.show {
	display:block;
}

.hide {
	display:none;
}

.microButtons img {
	margin-bottom:10px;
}

/* end workshops microsite styles */

/* start hr styles */

hr {
	height: 0px;
	color: #31309C;
	background-color: #cccccc;
	border: 1px solid #cccccc;
	border-bottom: 0px;
	padding:0;
	margin-left:20px;
	margin-right:20px;
}

form hr {
	margin-left:0;
	margin-right:0;
}

/* end hr styles */

/* Start page numbering styles */

#content #wp_page_numbers ul, #content #wp_page_numbers li, #content #wp_page_numbers a {
	background: white;
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	text-align: left;
	line-height: 12px;
	letter-spacing: 0px;
	word-spacing: 0px;
	font-size: 1.1em;

}

#content #wp_page_numbers {
	margin-top: 10px;
	margin-left:20px;
	margin-right:20px;
	background: white;
	margin-bottom: 10px;
	clear:both;
}
#content #wp_page_numbers ul {
	width: 100%;
}
#content #wp_page_numbers li {
	float: left;
	display: block;
	margin-bottom: 2px;
}

#content #wp_page_numbers a {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 2px;
	margin-right: 2px;
	display: block;
	color: #333;
	border: 1px solid #bfbfbf;
}

#content #wp_page_numbers li a:hover {
	border-color: #BA0000;
}

#content #wp_page_numbers li.space {
	padding: 6px;
	padding-left: 2px;
	padding-right: 2px;
}

#content #wp_page_numbers li.first_last_page {
	font-style: italic;
}

#content #wp_page_numbers li.active_page a {
	border-color: #0075b8;
}
#content #wp_page_numbers li.active_page a:hover  {
	color: black; /* IE fix */
	text-decoration: underline;
	border-color: #BA0000;
}

#content #wp_page_numbers li.page_info {
	float: left;
	display: block;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 2px;
	color: #666;
	font-size: 1.1em;
	border: 1px solid #bfbfbf;
}

/* end page numbering styles */

.addthis_floating_style {
position:absolute;
}

.addthis_default_style {
margin-left:20px;
}

.addthis_recommended_horizontal {
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
	display:block;
}

/* Advent Calendar styles */

#sponsor p, #sponsor h2, .adventCalendar p, .adventCalendar h2 {
margin-left:0;
margin-right:0;
}

#right.advent {
width:270px;
}

#left.advent {
	width:663px;
}

#sponsor ul {
margin-left:0;
}

#leaderboard.advent, #topBanner.advent {
display:none;
}

.adventCalendar img {
float:left;
margin-top:15px;
}

.adventCalendar a:nth-child(even) img {
margin-right:15px;
}