html, body {
	height: 100%;
	background-color: #191919;
}

#news-page {
	width: 100%;
	margin: 0 auto;
}

#page-wrapper {
	width: 950px;
	margin: -30px auto 0 auto;
	overflow: hidden;
	position: relative;
	background: #FFFFFF;
	z-index: 1;
}

a, a:visited {
	color: #339900;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.more {
	background: url(images/icon-more.gif) no-repeat right center;
	padding-right: 8px;
}

h2.pagetitle {
	color: #2F323B;
	font-size: 24px;
	font-weight: bold;
}

.clear {
	display: block;
	height: 1px;
	clear: both;
	overflow: hidden;
}

/** Header Styles **/

#header {
	position:relative;
	width: 100%;
	height:537px;
}

#header #hdr-marquee {
	position: relative;
	margin: 0 auto;
	width: 1021px;
	height:503px;
	padding-left: 20px;
	overflow:hidden;
}


#header #hdr-marquee .headline-content {
	position:absolute;
	width:420px;
	padding-left:45px;
	padding-top: 3px;
	display:none;
	zoom:1;
}

#hdr-marquee p {
	margin-bottom: 6px;
	font-size: 18px;
	line-height:1.38em;
	color:#fff;
	position:relative;
}
#hdr-marquee .dark p {
	color: #000;
}


/** header marquee headline colors and setup **/
#hdr-marquee h2 {
	clear: both;
	font-size: 40px;
	width: 427px;
	padding: 30px 0 25px 0;
	font-family: georgia,garamond,serif;
	font-weight:normal;
	color: #fff;
	position:relative;
}

#hdr-marquee .dark h2 {
	color: #000;
}

#hdr-marquee .grey h2 {
	font-size: 36px;
	color: #B8B6B6;
}

/*** LOGO ***/
#logo a {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	width:115px;
	height:75px;
	padding-left:45px;
	padding-top: 11px;
	font-size:64px;
	color:#000;
	text-decoration:none;
	letter-spacing:-0.06em;
	text-indent:-9999em;
}

.logo-positioning {
	position:absolute;
	top:48px;
	right:0;
	width:115px;
	height:43px;
	display:none;
}

#light-logo {
	background:transparent url('images/mcd-logo-white.png');
}

#dark-logo {
	background:transparent url('images/mcd-logo-dark.png');
}
/** global nav **/
#global-nav {
	font-size: 12px;
	width: 920px;
	margin: 0 auto;
	overflow: hidden;
	position:relative;
}

#global-nav li {
	padding: 10px;
	float: left;
	display: inline;
	font-weight: bold;
	list-style: none;	
}

#global-nav li a {
	color: #2ab7ed;
	margin-bottom: 25px;
}

#global-nav li.first {
	margin-left: 580px;
}

#global-nav li.active {
	color: #FFFFFF;
	background: url(images/white-link-active.gif) no-repeat top center;
}

#global-nav li a#back {
	font-size: 10px;
	padding: 2px 5px 2px 10px;
	background: #5c6063 url(images/back-home.png) left top no-repeat;	
}

#global-nav li a#back:hover {
	background: #ffffff url(images/back-home.png) left top no-repeat;	
	color: #2f323a;
}

/** Marquee Styles **/
#marquee-toggler {
	position:absolute;
	left: 65px;
    top: 450px;
    z-index: 999;
}

#marquee-toggler a {
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	cursor: pointer;
	text-indent:-999em;
	background: url("images/marquee-toggler.png") no-repeat scroll 0 0 transparent;
	
}

#marquee-toggler a.activeSlide  {
	background-position: -20px 0;
}
#marquee-toggler a:hover {
	background-position:-40px 0;
}
/*Keeps the active blue from turning grey on hover*/
#marquee-toggler a.activeSlide:hover  {
	background-position: -20px 0;
}

/** Content Styles **/
#content {
	width: 543px;
	padding: 30px 0 20px 20px;
	float: left;
	background-color: #FFFFFF;
	color: #6a6a6a;
}

#content .post {
	margin-bottom: 30px;
}

/** Index Post Styles **/
#content.index-page .post {
	float: left;
}

#content.index-page .post .post-image {
	margin-right: 13px; 
	float: left;
}

#content.index-page .post .entry {
	width: 260px;
	margin-top: 5px;
	font-size: 12px;
	float: left;
}

#content.index-page .post .entry.wide {
	width: 100%;
}

#content.index-page h1 {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: bold;
	color: #302B2B;
}

#content.index-page .post .entry h2 {	
	margin-bottom: 8px;
	font-weight: normal;
	font-size: 26px;
	font-family: georgia;
}

#content.index-page .post .entry h2 a {
	color: #302B2B;
}

#content.index-page .post .entry p {
	margin-bottom: 8px;
	line-height: 18px;
}

#content .entry strong {
	font-weight:bold;
}

#content .entry em {
	font-style:italic;
}

/** Sidebar styles **/
#sidebar {	
	width: 330px;
	margin: 35px 20px 15px 20px;
	float: right;
	display: inline;
	background-color: #FFFFFF;	
	color: #6a6a6a;
}

#sidebar .sidebar-block {
	margin-bottom: 20px;
	padding: 20px;
	background: #F5F5F5;
	border: 1px solid #E5E5E5;
	zoom: 1;
}

#sidebar .sidebar-block:after  {
	content:"";
	display: block;
	clear: both;
}

#sidebar .sidebar-block h3 a {
	color: #302B2B;
}

#sidebar .sidebar-block a {
	color: #1FB3F6;
	font-weight: bold;
}

#sidebar h3 {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: bold;
	color: #302b2b;	
}

#sidebar  .mcd-facts ul li {
	padding: 5px 0;
	border-bottom: 1px solid #C4C4C4;
	font-size: 19px;
	list-style-type: none;
	color: #888888;
}

#sidebar  .mcd-facts  p {
	margin-top: 15px;
	font-size: 11px;
}

#sidebar .facebook-images img {
	margin: 0 17px 17px 0;
	border: 5px solid #FFFFFF;
}  

#sidebar .sidebar-facebooklogo, #sidebar .sidebar-flickrlogo {
	margin: 0 0 15px 5px;
}

#sidebar .internuts img {
	float: left;
	width: 140px;
}

#sidebar  .internuts  p {
	float: left;
 	padding-left: 8px;
 	width: 140px;
}

#sidebar  .internuts  span { 
	display: block;
	font-size: 12px;
	color: #191919;
}

#sidebar .internuts span.internuts {
	background: url(images/internuts-txt.gif) no-repeat;
	width: 152px;
	height: 25px;
	text-indent: -9999em;
}

#ipad {
	display: none;
}

/** Search Form Styles **/
#searchbox input {
	width: 207px;
	height: 28px;
	padding: 9px 33px 0 0;
	color: #339900;
	font-weight: bold;
	background: #FFFFFF url(images/icon-search.gif) no-repeat right 0;
	text-indent: 10px;
	border: none;
}

/** RSS Sidebar Styles **/
#sidebar #rss-block {
	margin: 0 0 6px 0;	
	float: left;
}

#sidebar #rss-block ul {
	font-size: 10px;
	font-weight: bold;
	float: left;
	text-transform: uppercase;
}

#sidebar #rss-block ul li {
	margin-right: 5px;
	padding: 5px 6px;
	background-color: #339900;	
	float: left;
	list-style: none;
}

#sidebar #rss-block ul li a {
	color: #FFFFFF;
}

/** Twitter Feed Styles **/
#sidebar #twitter-feed {	
	clear: both;
}

#sidebar #twitter-feed ul {
	clear: both;
	padding: 20px 0 5px 0;
}

#sidebar #twitter-feed ul li {
	margin-bottom: 10px;
	line-height: 17px;	
	list-style: none;
}

#sidebar #twitter-feed ul li .twitter-timestamp {
	display: block;
	font-size: 12px;
	color: #949494;
	font-family: Arial;
	padding-top: 10px;
}

#sidebar #twitter-feed ul li a.hyperlinks {
	display: block;
}

#sidebar #twitter-feed h4 {
	font-size: 24px;
	color: #1FB3F6;
}

#sidebar #twitter-feed .twitter-mcdlogo {
	float: left;
	width: 72px;
}

#sidebar #twitter-feed .twitter-info {
	float: left;
	width: 215px;
}

#sidebar #twitter-feed .twitter-feed-footer {
	width: 237px;
	height: 9px;
	background: url(images/twitter-feed-bottom.png) no-repeat 0 bottom;			
}

#sidebar  .twitter-item {
	padding: 36px 20px 20px 20px;
	background: #191919 url(images/twitter-item-top.png) no-repeat top;
	font-size: 16px;
	font-family: georgia;
	color: #FFFFFF;
	word-wrap:break-word;
	
}

/******************** Footer Styles ***************/
/** used on home page **/
#footer-wrap {
	background: #000000;
	clear: both;
    color: #74797D;
    font-size: 11px;
    overflow: hidden;
    width: 100%;
}


#footer {	
	width: 950px;
	margin: 15px auto;	
	color: #74797d;
	font-size: 11px;
	clear: both;
	overflow: hidden;
}

#footer ul li{
	float: left;
	list-style: none;
}

#footer p {
	font-size: 24px;
	text-align: center;
}

#footer p.main-page {
	margin-top: 30px;
}

#footer .contact-info {
	float: left;
}

#footer .contact-info li {
	margin-right: 10px;
}

#footer .copyright {
	float: right;
}

#footer .copyright li {
	margin-left: 10px;
}

#footer .contact-info a {
	color:#04B8E5;
	text-decoration:none;
}
#footer .contact-info a:hover {
	color:#04B8E5;
	text-decoration:underline;
}

/** Single Page Post Styles **/
#content.single-article h2 {
	padding-bottom: 20px;
	font-size: 26px;
	font-weight: normal;
	font-family:georgia;
	color: #2f323b;
}

#footer .social-media-links {
	padding: 20px 0 30px 85px;
	overflow: hidden;
}

#footer .social-media-links div {
	float: left; 
	width: 400px;
	padding-bottom: 30px;
}

#footer .social-media-links a {
	float: left;
}

#footer .social-media-links a.link-txt {
	padding-right: 15px;
	background: url(images/icon-lg-white-arrow-right.png) no-repeat right 6px; 
	font-size: 22px;
	color: #FFFFFF;
}

#footer .social-media-links a.link-txt:hover {
	background: url(images/icon-lg-blue-arrow-right.png) no-repeat right 6px; 
	text-decoration: none;
	color: #04B8E5;
}

#footer .social-media-links .twitter-ftr a.link-txt {
	padding-left: 20px;
	margin-top: 15px;
}
#footer  .twitter-ftr {
	background: url(images/ftr-img-trail.gif) no-repeat 78px 52px;
}

#footer  .social-media-links .facebook-ftr a.link-txt {
	padding-left: 60px;
	margin-top: 15px;
}

#footer  p.contact-info {
	clear: both;
	float: none;
	width: 950px;
	text-align: center;
	font-size: 14px;
}

#content.single-article .post .entry p {
	margin-top: 10px;
	line-height: 18px;
}

#content.single-article .share-entry {	
	width: 230px;
	margin: 15px 0 5px 5px;	
	padding: 15px 0 12px 15px;	
	float: right;
	color: #2f323b;
	border: 2px solid #e8e9eb;
}

#content.single-article .share-entry .share-options,
#content.single-article .share-entry h3 {
	float: left;
}

#content.single-article .share-entry h3 {
	margin-right: 5px;
}

#content.single-article .share-entry .share-options li {
	margin-right: 1px;
	float: left;
	list-style: none;
}

#content.single-article .share-entry .share-options li a {
	float: left;
	width: 20px;
	height: 19px;
	text-indent: -9999em;
}

#content.single-article .share-entry .share-options li a:active {
	outline: none;
}

#content.single-article .share-entry .share-options li .share-email {
	background: url(images/share-icons.gif) no-repeat;
}

#content.single-article .share-entry .share-options li .share-facebook {
	background: url(images/share-icons.gif) no-repeat -20px;
}

#content.single-article .share-entry .share-options li .share-twitter {
	background: url(images/share-icons.gif) no-repeat -40px;
}

#content.single-article .share-entry .share-options li .share-digg {
	background: url(images/share-icons.gif) no-repeat -60px;
}

#content.single-article .share-entry .share-options li .share-delicious {
	background: url(images/share-icons.gif) no-repeat -80px;
}

#content.single-article .share-entry .share-options li .share-technorati {
	background: url(images/share-icons.gif) no-repeat -100px;
}

#content.single-article .share-entry .share-options li .share-linkedin {
	background: url(images/share-icons.gif) no-repeat -120px;
}
#content.single-article .share-entry .share-options li.google-icon {
	padding-top:2px;
}
#content.single-article .share-entry .further-reading {
	margin-bottom: 8px;
	line-height: 20px;
}

#content.single-article .share-entry .further-reading li {
	list-style: none;
	font-weight: bold;
}

p.more-posts {
	float: left;
	width: 500px;
	clear: both;
	margin: 5px 0;
}

#more-trigger {
	padding: 0 45px 0 0;
	background:url("images/more-right-arrow-black.gif") no-repeat right;
	zoom: 1;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.hide {
	display: none;
}
.show {
	display:block !important;
	opacity:1 !important;
}
/************************ Flickr Feed (Home Page) *****************************/
div.flickr_badge_image {
	float:left;
}

#sidebar .flickr_badge_image {
	margin: 0 11px 11px 0;
	border: 5px solid #FFFFFF;
	width:75px;
	height:75px;
	overflow:hidden;
	background:#fff;
	text-align:center;
}

#header .content-img {
	position:absolute;
	bottom:0;
	right:0;
}
/************************ Marquee Image Switcher (Home Page) *****************************/
#background {
	z-index:-1;
}
#background ul li, #background ul li span{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:537px;
	text-indent:-9999em;
	display:none;
}
#background ul li#bowling-xii {
	background:#dfe0e2 url('images/bowling-xii-main-page-bg.jpg') repeat-x center top;
}
#background ul li#macmillan {
	background:#000 url('images/macmillan-main-page-bg.jpg') no-repeat center top;
}
#background ul li#samsung {
	background: url('images/samsung-header-bg.jpg') repeat-x 0 top;
}
#background #samsung .content-img {
	right:-125px;
}
#background ul li#samsung .secondary-image {
	position:relative;
	width:1021px;
	height:517px;
	margin: 0 auto;
}
#background ul li#nightlab {
	background: url('images/nightlab-main-page-bg.jpg') no-repeat center top #000000;
}
#background ul li#nautica {
	background: url('images/bg-nautica-pattern.jpg') repeat-x left 40px #000;
}
#background ul li#nautica span{
	background: url('images/bg-nautica.jpg') no-repeat center 40px transparent;
	display:block;
	opacity:1;
}

/************************ Common Styles of Marquees (Home Page) *****************************/

#news-page {
	background: #dfe0e2;
}

#news-page #header a.read-more {
	font-size: 18px;
	font-weight: bold;
	color: #00aeef;
	background: url(images/more-right-arrow-blue.gif) no-repeat right;
}

#news-page #header.mobile a.read-more {
	color: #2eabf5;
	padding-right: 28px;
}

/************************ Bowling XII Updates (Home Page) *****************************/


/************************ Macmillan Updates (Home Page) *****************************/

#header #hdr-macmillan h2 {
	width: 405px;
}

#header #hdr-macmillan p {
	width: 280px;
}

/************************ Samsung Updates (Home Page) *****************************/
#header #hdr-samsung h2 {
	font-size:36px;
	width:427px;
}

#header #hdr-samsung  h2 span {
	color: #00aeef;
}

#header #hdr-samsung p {
	width:235px;
}

/************************ Nightlab (Home Page) *****************************/
.nightlab h2 {
	color: #b8b6b6;
}

/************************ Nautica (Home Page) ***************************/
#header #hdr-nautica h2 {
	width: 825px;
}

#header #hdr-nautica p {
	width: 460px;
}
