@charset "UTF-8";


/* PRESSfeed SMPK CSS 
   by 35mm design (steve scavo)  */


@import url("reset.css");

body {
	font:12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	background:#fff;
	margin:0;
	padding:0;
	}
	
#container {
	width:960px;
	padding:0 10px;
	margin:0 auto;
	}
	


/* GLOBAL HEADER */

#header {
	background-repeat:no-repeat; /* Added */
	background-position:left center; /* Added */
	height:100px;
	clear:both;
	}

#header #logo a {
	float:left;
	/*width:600px;
	height:80px;
	margin-top:10px;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:left center;
	text-indent:-99999px;
	overflow:hidden;*/ /* Removed */
	}
	
#header #globals {
	float:right;
	width:300px;
	margin-top:13px;
	}
	
#header .date {
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	text-align:right;
	margin-bottom:12px;
	display:block;
	}
	
#search {
	float:right;
	width:220px;
	height:25px;
	padding:5px 5px 4px 11px; /*5px 5px 4px 11px;*/
	background:#ccc;
	line-height:25px;
	}
	
.s {
	float:left;
	background:#fff url(../i/bg-input.gif) repeat-x left bottom;
	border:1px solid #000;
	font:normal 10px Arial, Helvetica, sans-serif;
	width:154px;
	height:15px;
	}
	
.submit {
	position:relative;
	top:4px;
	left:4px;
	}
	
#header .print a {
	float:right;
	width:150px;
	height:15px;
	background:url(../i/btn-print-this.jpg) no-repeat top right;
	text-indent:-99999px;
	margin-top:6px;
	display:block;
	}

	


/* NAV */


#nav-global {
	height:35px; /* Changed height */
	background:#999 url(../i/bg-globalnav.gif) repeat-x bottom left;
	}
	
#nav-global ul {
	position: relative;
	width:960px;
	}

#nav-global ul li {
	float:left;
	display:inline;
	}
	
#nav-global ul li a {
	float:left;
	font-weight:bold;
	font-size:13px; /* Change font size */
	color:#fff;
	margin:0;
	padding:7px 10px 7px; /* Changed padding */
	border-right:1px solid #ccc;
	text-decoration:none;
	display: inline;
	}
	#nav-global ul li a:hover {	}

#nav-global ul li:hover {
	background: #666 url() repeat-x;
	}
#nav-global ul li span {
	float: left;
	padding: 15px 0;
	position: absolute;
	left: 0px;
	top:28px; /* Changed top */
	display: none;
	width: 960px;
	background: #666;
	color: #666;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	}
#nav-global ul li:hover span {
	display: block;
	}
#nav-global ul li span a {
	display:inline;
	float:none;
	font-size:11px;
	border:none;
	}
#nav-global ul li span a:hover {
	text-decoration: underline !important; /* Added !important */
	background-color:transparent !important; /* Added */
	color:#ccc !important; /* Added */
	}	


/* SUB HEADER */

#subheader {
	float:left;
	width:100%;
	min-height:60px;
	height:auto;
	_height:60px; /* IE6 */
	}
	.smnr { background:url(../i/smnr.gif) no-repeat center center; } /* Social Media News Room */
	.smpr { background:none no-repeat right center; }  /* Social Media Press Release */


/* SUB MENU */

#submenu {
	float:left;
	width:700px;
	}
	
#submenu ul {}
	
#submenu ul li {
	float:left;
	display:inline;
	}
#submenu ul li a {
	float:left;
	padding:3px 10px;
	margin-right:10px;
	background:#ccc;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	display:inline;
	cursor:pointer;
	}
	#submenu ul li a:hover {
		background:#333;
		color:#fff;
		text-decoration:none;
		}



/* CORE STRUCTURE */


#content {
	clear:both;
	line-height:1.4
	}

#left {
	float:left;
	width:202px;
	margin-right:27px;
	}

.rounded {
	float:left;
	width:500px;
	border:1px solid #ccc;
	}

#center {
	float:left;
	width:460px;
	margin-left:20px;
	_margin-left:10px; /* IE6 */
	padding-bottom:25px;
	}
	
#wide {
	float:left;
	width:700px;
	}

#right {
	float:right;
	width:202px;
	}
	




	
/* CLASSES & ELEMENTS */


a {
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}

h1 {
	font-weight:200;
	font-size:25px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing:1px;
	}
	#subheader h1 {
		float:left;
		width:700px;
		padding:20px 0 20px;
		display:block;
		}

h2 {
	margin:25px 0 12px;
	text-indent:10px;
	font-weight:normal;
	font-size:18px;
	height:32px;
	line-height:32px;
	background:url(../i/bg-h2.jpg) no-repeat top left;
	border-top:2px solid #000;
	display:block;
	clear:both;
	}
	#center h2,
	#wide h2 {
		float:left;
		width:100%;
		}
	
h3 {
	margin:10px 0 0;
	font-size:13px;
	clear:both;
	}
	#wide h3 {
		font-weight:600;
		font-size:15px;
		padding:3px 0;
		border-bottom:1px solid #ccc;
		color:#000;
		}
	
p {
	margin:0 0 15px;
	}
    
p.separator {  /* 1px rule used to separate single entries for contacts, events, etc.*/
    border-top:1px solid #ccc;
    clear:left;
}

p.tighter { /* used to tighten spacing between paragraphs for individual entries of contacts, events, etc.*/
    margin:0 0 6px;
}
	
.embed {
    /*margin:0 0 15px;*/
	margin:15px 0 15px;
	clear:both;
	}
	
.more,
.top {
	height:30px;
	clear:both;
	}
	
.more a,
.top a {
	float:right;
	font-weight:bold;
	font-size:12px;
	letter-spacing:.5px;
    /*margin:5px 0;*/
	margin:0 0 5px 0;
	padding:3px 12px;
	color:#fff;
	background:#000;
	cursor:pointer;
	}
	.more a:hover,
	.top a:hover {
		background:#000;
		text-decoration:none;
		}

.more_small {
    height:20px;
    clear:both;
    }

/* added 2009-11-11 more_small class to create small "More" buttons in sidebars */
.more_small a {
    float:right;
    font-weight:bold;
    font-size:10px;
    letter-spacing:.5px;
    /*margin:5px 0;*/
    margin:0 0 5px 0;
    padding:2px 10px;
    color:#fff;
    background:#000;
    cursor:pointer;
    }
    .more a:hover,
    .top a:hover {
        background:#000;
        text-decoration:none;
        }

.thumb-left {
	float:left;
	margin-top:3px;
	margin-right:15px;
	margin-bottom:2px;
	display:block;
	}
	
#wide input,
#wide textarea {
	width:95%;
	background:#eee;
	border:1px solid #ccc;
	font:13px "Courier New", Courier, monospace;
	color:#333;
    padding:5px 10px;
	margin-bottom: 10px;
	}
	
img.image {
	float:left;
	border:1px solid #ccc;
	margin:15px 0;
	display:inline;
	}
	
img.image2 {
    float:left;
    border:1px solid #ccc;
    padding: 3px;
    margin:0 10px 10px 0;
    display:inline;
    }
    
img.image3 {
    float:left;
    border:1px solid #ccc;
    padding: 3px;
    margin:15px 0;
    display:inline;
    }
    
.desc {
	float:right;
	width:360px;
	display:block;
	}
	
.source {
	float:right;
	width:360px;
	display:block;
	}
	
/* Added pagination styling */

.pagination {
	font-weight:bold;
	font-size:12px;
	float:left;
	margin-bottom:3px;
	clear:both;
	}
	.pagination .active {
		border:1px solid #ccc;
		padding:1px 5px;
		margin:0 4px 0 0;
		}
	.pagination a {
		background-color:#999;
		padding:2px 5px;
		color:#fff;
		}
		.pagination a:hover { background-color:#000; text-decoration:none; }			
	



/* SIDEBARS */


#left,#right {
	margin-top:2px;
	}

#left ul li,
#right ul li {
	position:relative;
	float:left;
	background:transparent url(../i/sb-box.png) no-repeat top left;
	width:202px;
	margin-top:-2px;
	padding-bottom:25px;
	display:block;
	}
	
#left ul li ul,
#right ul li ul {
	}
	
#left ul li ul li,
#right ul li ul li {
	width:182px;
	background:transparent none;
	margin:0 0 0 0;
	padding:0 10px 0 10px;
	}

#left h3,
#right h3 {
	margin:0 0 8px;
	padding:2px 10px 0;
	height:22px;
	line-height:22px;
	}
	
#left ul li p,
#right ul li p {
	padding:0 10px;
	}

#left ul li ul.bullets,
#right ul li ul.bullets {
	float:left;
	list-style:none;
	margin-left:2px;
	padding:0 0 0 10px;
	display:block;
	}
	#left ul li ul.bullets li,
	#right ul li ul.bullets li {
		width:175px;
		margin:0;
		padding:0 0 0 15px;
		background:url(../i/bullet.gif) no-repeat left top;
		}
	
#left .media,
#right .media {
	margin:0 0 0 15px;
	clear:both;
	}

#left .media li,
#right .media li {
	float:left;
	width:50px;
	margin:0 10px 0 0;
	padding:0;
	display:inline;
	}
	
#left .media li a,
#right .media li a {
	float:left;
	width:50px;
	height:50px;
	border:1px solid #999;
	margin:0;
	display:block;
	}
	#left .media li a:hover, #right .media li a:hover { border:1px solid #000; }

/* added 2009-11-04 by JM to properly display video thumbnails on home page */
#left .media_video,
#right .media_video {
    margin:0 0 0 15px;
    clear:both;
    }

    /* added 2009-11-04 by JM to properly display video thumbnails on home page */
#left .media_video li,
#right .media_video li {
    float:left;
    width:80px;
    margin:0 10px 0 0;
    padding:0;
    display:inline;
    }
    
/* added 2009-09-21 by JM to properly display video thumbnails on home page */
#left .media_video li a,
#right .media_video li a {
    float:left;
    width:80px;
    height:60px;
    border:1px solid #999;
    margin:0;
    display:block;
    }
    #left .media_video li a:hover, #right .media_video li a:hover { border:1px solid #000; }
    
#left span a,
#right span a {
	float:right;
	color:#000;
	margin:5px 10px 0 0;
	font:normal 11px Arial, Helvetica, sans-serif;
	display:block;
	}

#left .social,
#right .social {
	margin:0 0 0 15px;
	clear:both;
	}	

#left .social li,
#right .social li {
	float:left;
	width:48px;
	margin:3px 11px 2px 0;
	padding:0;
	display:inline;
	}
	
#left .social li a,
#right .social li a {
	float:left;
	width:48px;
	height:48px;
    /*text-indent:-99999px;*//*changed this to text-indent:0 below so images would show in "Connect with us" sidebar */
    text-indent:0;
	background-repeat:no-repeat;
	background-position:top left;
	display:block;
	}
	.blinklist a {background-image:url(../i/icons/Blinklist_48x48.png);}
	.blogmarks a {background-image:url(../i/icons/BlogMarks_48x48.png);}
	.delicious a {background-image:url(../i/icons/delicious_48x48.png);}
	.digg a {background-image:url(../i/icons/Digg_48x48.png);}
	.diigo a {background-image:url(../i/icons/Diigo_48x48.png);}
	.facebook a {background-image:url(../i/icons/FaceBook_48x48.png);}
	.favorite a {background-image:url(../i/icons/Favorite_48x48.png);}
	.feed a {background-image:url(../i/icons/Feed_48x48.png);}
	.feedburner a {background-image:url(../i/icons/FeedBurner_48x48.png);}
	.flickr a {background-image:url(../i/icons/Flickr_48x48.png);}
	.furl a {background-image:url(../i/icons/Furl_48x48.png);}
	.google a {background-image:url(../i/icons/Google_48x48.png);}
	.magnolia a {background-image:url(../i/icons/Magnolia_48x48.png);}
	.misterwong a {background-image:url(../i/icons/Misterwong_48x48.png);}
	.myspace a {background-image:url(../i/icons/MySpace_48x48.png);}
	.netvibes a {background-image:url(../i/icons/Netvibes_48x48.png);}
	.newsvine a {background-image:url(../i/icons/Newsvine_48x48.png);}
	.reddit a {background-image:url(../i/icons/Reddit_48x48.png);}
	.simpy a {background-image:url(../i/icons/Simpy_48x48.png);}
	.stumbleupon a {background-image:url(../i/icons/Stumbleupon_48x48.png);}
	.technorati a {background-image:url(../i/icons/Technorati_48x48.png);}
	.twitter a {background-image:url(../i/icons/Twitter_48x48.png);}
	.youtube a {background-image:url(../i/icons/Youtube_48x48.png);}
	
	
.tags a {
	color:#000;
	}


/* FOOTER */

#footer {
	padding:30px 0;
	margin-top:15px;
	clear:both;
	}
	
#footer ul {
	position:relative;
	width:100%;
	border-top:1px solid #ccc;
	margin:0 auto;
	padding:5px 0 30px;
	display:block;
	}
	
#footer ul li {
	float:left;
	display:block;
	}
	
#footer ul li a {
	float:left;
	display:block;
	}
	
#footer ul li.share a {
	position:relative;
	top:0px;
	left:5px;
	color:#000;
	font-weight:800;
	font-size:11px;
	letter-spacing:1px;
	text-transform:uppercase;
	margin:0;
	}
	
#footer ul li.return a {
	/*position:relative;*  removed 2009-11-05 */
	top:1px;
	left:30px;
	color:#000;
	font-weight:800;
	font-size:11px;
	letter-spacing:1px;
	text-transform:uppercase;
	/*border-left:1px solid #ccc;  removed 2009-11-05 */
    /*padding:1px 0 0 10px;  modified 2009-11-05, see line below */
    padding:1px 0 0 0;
	}

#footer ul li.pf a {
	position:absolute;
	top:6px;
	right:5px;
	width:160px;
	height:15px;
	background:url(../i/pf.gif) no-repeat top right;
	text-indent:-99999px;
	}
    
