/* @override http://ondemandweekly.com//styles/ondemandweekly.css */

/* @override http://localhost:8888/ODW//styles/ondemandweekly.css */

/* @override http://beta.ondemandweekly.com//styles/ondemandweekly.css */

/* @override http://beta.ondemandweekly.com//styles/ondemandweekly.css */

/* @override http://beta.ondemandweekly.com//styles/ondemandweekly.css */

/* @override http://beta.ondemandweekly.com//styles/ondemandweekly.css */

/*Icon Fonts*/
@font-face {
	font-family: 'PipemarkerSet3Regular';
	src: url('pipemarkerset-regular-webfont.eot');
	src: local('☺'), url('pipemarkerset-regular-webfont.woff') format('woff'), url('pipemarkerset-regular-webfont.ttf') format('truetype'), url('pipemarkerset-regular-webfont.svg#webfontRhDHrE4t') format('svg');
	font-weight: normal;
	font-style: normal;
}

a#subscribe-newsletter.button:before,
input.search-button:before,
li#home_but,
a:before,
button:before,
a:after,
button:after {
			font-weight: normal;
			font-style: normal;
			line-height:normal;
			font-family: 'PipemarkerSet3Regular', sans-serif;
}


a {
	text-decoration: none;
	color: #295436;
	font-weight: bold;
}

#featured_video {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}



body {
	background-color: #222;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #444;
}

.button {
   border-top: 1px solid #cdcdcd;
   background: #b3b3b3;
   background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#b3b3b3));
   background: -moz-linear-gradient(top, #eeeeee, #b3b3b3);
   padding: 3px 18px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,0.2) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,0.2) 0 1px 0;
   box-shadow: rgba(0,0,0,0.2) 0 1px 0;
   text-shadow: rgba(0,0,0,.2) 0 0 1px;
   color: #111111;
   font-size: 14px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
   
input.search-button.button {
	   background: #295436;
   background: -webkit-gradient(linear, left top, left bottom, from(#346b45), to(#295436));
   background: -moz-linear-gradient(top, #346b45, #295436);
	color: #fff;
	cursor: pointer;
	font-weight: bold;
}

a#subscribe-newsletter.button {
	float: right;
	color: #111;
	padding-right: 8px;
	padding-left: 8px;
	margin-top: -17px;
}

a#subscribe-newsletter.button:hover {
	color: #fff;
}

a#subscribe-newsletter.button:before {
	content: "L";
	margin-right: 5px;
}

input.search-button.button:hover {
	 background: #346b45;
}

.button:hover {
   
    background: #346b45;
   color: #fff;
   }
.button:active {
   border-top-color: #222222;
   background: #222222;
	color: #fff;
}
#follow-us-links h3 {
	font-size: 13px;
	margin-bottom: 5px;
}

#articles  p.photo_attribution a {
	float: left;
}

#articles  div.photo_attribution {
	
	float: right;
	width: 100%;
	text-align: right;
}

#articles  div.photo_attribution  p{
	color: #ccc;
	margin-right: 30px;
}

#breadcrumb {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #e5e5e5;
}

#breadcrumb .social_link {
	float: left;
	width: 110px;
	display: block;
}

#breadcrumb #twitter_link.social_link {
	width: 80px;
}

#breadcrumb .social_link {
	padding: 5px 10px;
	margin-right: 5px;
}

#breadcrumb span.button-text {
	margin-top: 2px;
	display: block;
	float: left;
	margin-left: 6px;
}

#breadcrumb .social_link span.icon {
width: 25px;
	height: 25px;
	display: block;
	float: left;
}

#breadcrumb #rss_link {
	width: 103px;
}

#breadcrumb #rss_link span.icon {
	background: url(../images/feed-icon-28x28.jpg) no-repeat 0;
}

#breadcrumb #facebook_link span.icon {
	background: url(../images/article_images/facebook_logo.jpg) no-repeat;
	
}

#breadcrumb #twitter_link span.icon {
	background: url(../images/article_images/Twitter_logo.jpg) no-repeat;
	
}




#follow-us-links header {
	padding: 10px;
}

#follow-us-links h4 {
		width: 64px;
			height: 64px;
	display: block;
}

#follow-us-links a {
	text-indent: -999999px;

	margin-right: 10px;

	background-position: 0;
	display: block;
	width: 32px;
	height: 32px;
	margin-top: 10px;
	margin-left: 14px;
}

#follow-us-links a#facebook-link {
	display: block;
	background: url(../images/social/facebook-start.png) no-repeat;
	float: left;
}

#follow-us-links a#twitter-link {
	display: block;
	background: url(../images/social/twitter-start.png) no-repeat;
	float: left;
}

#follow-us-links a#email-link {
		background: url(../images/social/gmail-start.png) no-repeat;
	float: left;
}

#follow-us-links header,
#follow-us-links h4 
 {
	float: left;
	margin-top: 0;
}

#follow-us-links a {
	margin-right: 0;	
}

#follow-us-links fieldset {
	float: left;
	padding-top: 10px;
	padding: 10px;
}

div.email-signup {
	float: left;
	background-color: #444;
}

#follow-us-links input {
	font-size: 18px;
	display: block;
}
#articles  .row ul li  {
	float: left;
	padding: 5px;
}

#articles  ul li:hover  {
	background-color: #111;
	color: #fff;
}

#articles  ul li:hover a {
	color: #fff;
	background: #295436;
}


#articles  .row ul li:first-child {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 9px;
}

#recent-posts {
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
	border-top: 1px solid #ccc;
}

.home ul li a {
	
}



.article-title {
	
	margin-top: 9px;
	margin-bottom: 9px;
	cursor: pointer;
	text-align: center;
}

#archive{
	float: left;
	margin-bottom: 15px;
}

#archive h3 {
	float: left;
	width: 100%;
}

#articles div.article-title a {
	display: block;
	
	margin-bottom: 0;
}

a.headline_images {
	color: #fefefe;
	text-transform: uppercase;
}

.ads {
	border: 1px solid #666;
	
	padding: 10px;

	margin-left: auto;
	margin-right: auto;
}

#vertical-ad {
width: 120px;
display: block;
height: 600px;
	margin-bottom: 10px;
		background-color: #333;
	margin-top: 10px;
}

#flash-horizontial {
display: block;
	width: 728px;
	height: 90px;
		background-color: #ccc;
	margin-top: 9px;
}

#header {
	margin-bottom: 20px;
}

div#headerlight {
	margin-top: 20px;
}

.article-title:hover h2 {
	background: #295436;
}

#articles div.article-title:hover a {
	color: #fefefe;
}

#articles h2 {

	float: left;
	position: relative;
	text-align: center;
	text-transform: capitalize;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #222;
}

#articles h2:hover {
	background: #295436;
	cursor: pointer;
}

#articles h2 a {
	color: #fff;
}

#articles div.row {

	margin-top: 18px;
	float: left;
}

#articles div.row div.grid_4 {
	background-color: #fcfcfc;
}

.home #articles h2 {
	font-size: 18px;
	cursor: pointer;
	text-align: left;
	background: #d4d4d4;
	
}

#week_of {
	float: left;
}

#recent-posts h3 {
	float: left;
	margin-top: 5px;
	margin-bottom: 0;
	width: 100%;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #3a764c;
	color: #fff;
	padding-left: 5px;
}

#articles div.tag-container a:hover {
	background-color: #111;
	color: #fff;
}

#twitter-widget {
	margin-top: 10px;
}

.home #articles h2,
#articles h2 {
		-webkit-transition: background .2s ease-in;
-moz-transition: background .2s ease-in;
-o-transition: background .2s ease-in;
transition: background .2s ease-in;
}


.home #articles h2:hover {
	background: #295436;
	
	color: #fff;
}

.home #articles h2:hover a {
	color: #fff;
}

.home #articles h2 a {
	margin-left: 10px;
	color: #111;
}

.home #articles .row h2 {
	width: 100%;
	text-align: center;
	color: #222;
	margin-right: 0;
	margin-top: 0;
	margin-left: 0;
}

#articles .row a.headline_images img{
	margin-top: 10px;
}

a.headline_thumbnail {
	display: block;
	margin-top: 9px;
	float: left;
	margin-bottom: 9px;
}

a.headline_thumbnail img {
	padding: 10px;
	background-color: #ccc;
}

a.headline_thumbnail:hover img {
	background-color: #111;
	
	outline: 1px solid #fff;
}

#articles h2:hover {
	
}

.blog #articles h2 a {
	color: #fff;
	display: block;
	
	font-size: 32px;
	line-height: 42px;
	text-align: left;
	margin-left: 10px;
	float: left;
	width: 80%;
}

#articles h2 span {
	font-size: 13px;
	color: #999;
	
	right: 0;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}

#articles h2 span.entry-date {
	bottom: 0;
	text-transform: uppercase;
}

#articles div.article p {
}

#articles div.article div.tag-container p {
	color: #222;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #ccc;
	padding-left: 5px;
}

#articles h2 span.category {

	font-size: 18px;
	color: #333;
}

	.home h2#top-headline {
		font-size: 42px;
		margin-top: 0;
	line-height: 42px;
	text-align: center;
	background: #d4d4d4;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

.home h2#top-headline a {
}

#headline-and-social-links {
	float: left;
	width: 100%;
	margin-top: 10px;
	
	background-color: #fcfcfc;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #b2b4b4;
	border-bottom: 1px solid #b2b4b4;
}

.home h2#top-headline a {
	color: #222;
}

div#ad_798X90 object {
}

#search form {
	margin-right: auto;
	width: auto;
	
}

#search form input.text {
	font-size: 18px;
}

input.search-button.button:before {
	content: "D";
}

#contact_us,
#about_us,
#editorial_policy,
#privacy_policy,
#articles {
	background-color: #fcfcfc;
	margin-right: 0;
	padding-left: 10px;
	padding-right: 9px;
	margin-left: 0;
	border-top: 1px solid #b2b4b4;
	border-right: 1px solid #b2b4b4;
}

#editorial_policy p,
#privacy_policy p {
padding: 0;
margin-top: 0;
margin-right: 0;
margin-bottom: 1em;
margin-left: 0;
}

div.intro p {
padding: 0;
margin-top: 0;
margin-right: 0;
margin-bottom: 1em;
margin-left: 0;
}

#contact_us {
   padding-bottom: 264px;
}	

#editorial_policy {
   padding-bottom: 430px;
}	


#privacy_policy {
	padding-bottom: 250px;
}

#about_us .inline-nav {
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

#about_us .employee h5 {

	margin-bottom: 5px;
	float: left;
	width: 100%;
}


#about_us .employee h5 span {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	margin-left: 10px;
}
#about_us .employee h5 a{
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: transparent;
}

#about_us .inline-nav {
	text-align: center;
}

#about_us .employee a {
	display: block;
	float: left;
	padding: 5px;
	margin-right: 10px;
	background-color: #ccc;
}

#about_us h5 a {
	background-color: transparent;
}

#press h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}

#founders {
    margin-bottom: 10px;
}

#about_us .employee p {
	float: left;
	width: 80%;
}

#articles .article {
	border-bottom: 1px solid #b2b4b4;
	padding-bottom: 9px;
}

div.read-more {
	text-align: right; 
	margin: 20px 0 10px 0;
}


#main {
	background-color: #c4c4c4;
	position: relative;
	z-index: 1;
}

#footer{
	text-align: center;
}

#general-links {
	margin-top: 10px;
}


#general-links ul {
	margin-bottom: 0;
	margin-top: 0;
	position: relative;
	z-index: 1;
}

#general-links ul li  {
	float: left;
	margin-right: 10px;
}


#general-links  a.current {
		background-color: #e6e6e6;
		color: #333;
}

#general-links a.current:hover {
	background-color: #fff;
}


#general-links a  {
	display: block;
	background-color: #295436;
	color: #fff;
	padding: 10px 20px;
	
	-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;

border-top-left-radius: 5px;
border-top-right-radius: 5px;;
	text-transform: uppercase;
	z-index: 1;
	position: relative;
	font: 18px;

}

li#home_but a {
	font-size: 24px;
	padding: 5px;
}

#general-links a#open-search-container {
	float: right;
	border-style: none;
	cursor: pointer;
	margin-top: 3px;
	margin-bottom: -10px;
	font-size: 24px;
	padding: 5px 10px;
}



#general-links a#open-search-container:after {
	content: "G";
}



div#pages {
	background-color: #111;
	
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 999999;

	
	left: 0;
	border-top: 1px solid rgba(178,180,180,0.49);

}


div#pages strong {
	
		font-size: 18px;
	background: #e6e6e6;
	padding: 20px;
	color: #444;
	float: left;
	border: 1px solid #fff;
}

div#pages ul {
	float: left;
	display: block;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 30%;
}


div#pages ul li{
	margin: -5px 0 0;
	height: 40px;
	
}


div#pages a {
	background-color: #285435;
	color: #ccc;
	font-size: 18px;
	padding: 20px;
	display: block;
	border: 1px solid #111;
}


#general-links button#open-search-container:hover,
div#pages a:hover,
#general-links ul li a:hover  {
	
	background-color: #3a764c;
	

}

#general-links button#open-search-container:active,
#general-links ul li a:active {
	background-color: #183220;
}

div#ad {
	text-align: center;
	margin-top: 10px;
}

#ad div.favorite-sites ul li  {
	text-align: left;
}

#ad div.favorite-sites ul li a {
	display: block;
}

#ad div.favorite-sites ul li a:hover {
	background: #295436;
	color: #fff;
}

#ad #cloud div.tag-cloud a:hover {
	background: #295436;
	color: #fff;
}

#ad #cloud div.tag-cloud {
	text-align: left;
}

#ad #cloud div.tag-cloud a {
	
	padding: 2px;
}

#ad div.favorite-sites ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

#ad #cloud,
#ad div.favorite-sites {
	padding: 10px;
	background-color: #e5e5e5;
	margin-top: 10px;
	border: 1px solid #b3b3b3;
}

#ad h4 {

	margin-top: 5px;
	background-color: #3a764c;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}


#logo {
	
	margin-bottom: 0;
	text-align: center;
	margin-right: 0;
	margin-left: 0;
}

#logo a {
	
	display: block;
	background: url(../template_images/logo.png) no-repeat;
	text-indent: -1000em;
	height: 110px;
}

body.blog .image-inner {
	
	position: relative;
	float: left;
	width: 100%;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.headline-image-container {
	text-align: center;
	
}

body.blog .image-inner a {
	display: block;
}

body.blog .image-inner img {
	outline: 1px solid #ddd;
	border-top: 1px solid #fff;
	padding: 10px;
	background: #f0f0f0;

}

div.share-container {


	display: block;
	
	background-color: #f6f6f6;
	padding: 5px;
}

#articles article {
	margin-right: 20px;
	margin-left: 20px;
}

div.hr {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #b2b4b4;
    padding-bottom: 9px;
}

