/*
Theme Name: News Center CMS
Theme URI: http://panews.lbl.gov/
Description: A WordPress theme based on the LBL news center, intended for the WordPress installation that is replacing the LBL news center.
Version: 1.0
Author: Michael Pruess
Author URI: http://michaelpruess.com/
Tags: three column

*/


/* Begin Typography & Colors */
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
background: #fff;
	color:#000;
		height: 100%;
		margin: 0px;
		padding: 0px;
		text-align:center;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background: #73a0c5;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt, .alt2 {
	
	border-top: 1px dashed #999;
	}

.alt2 {
	border-bottom: 1px solid #999;
	font-size:90%;
	}

#footer {
	background: #eee;
	border: none;
	}

small {
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	/*font-family: 'Trebuchet MS', 'Lucida Grande', 'Verdana', Arial, Sans-Serif;*/
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	/*font-family: 'Lucida Grande', Verdana, Sans-Serif;*/
	font-size: 1.2em;
	}

h3 {
	font-size: 1.1em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color:#000;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-size: 12px ;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
#slink a{color:#06c;}

a, h2 a:hover, h3 a:hover {
	color: #d46208;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	}



#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 15px 0 0 0;
	font-size:.8em;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}
.snippet2 h2 {
	margin:0;
	}
h2 {
	margin: 10px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 4px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt, .alt2 {
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
.home #sidebar
{
	margin-left: 690px;
	width: 240px;
	padding:0 10px 10px 21px;
	border-left:solid 1px #de8945;
	}
	
#sidebar
{
	margin-left: 700px;
	width: 240px;
	padding:0 10px 10px 11px;
	border-left:solid 1px #F4D9C1;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
    float:left;
    font-size:11px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin: 10px;
	margin-bottom:40px;
	font-size:11px;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */


/* Lab masthead - outside of wrapper div */
#masthead, #newshead  {
	position:relative;
	width:960px;
	margin:0 auto;
	height:83px;
	text-align:left;
	border:none;
}


#newshead {
	margin-top:5px;
	width:785px;
	height:25px;
	border-top:2px solid black;
	background-color:#2A697F;
	font-size:15px;
	font-weight:bold;
	color:white;
	letter-spacing:.05em;
	padding: 4px 0px 0px 15px;
	text-transform:uppercase;
}
	
.newscenter#newshead {
	background-color:#ccc;
	/*background-color:#fff;*/
	/*text-align:right;*/
	text-transform:capitalize;
	font-weight:normal;
	color:#000;	
	font-size:76%;
	padding-right:20px;
	padding-bottom: 5px;
	width:925px;
	height:16px;
}

.search {
	/*color:white;*/
	text-transform:uppercase;
	font-size:90%;
	font-weight:bold;
}

#slink {
	font-size:94%;
}
.frmSearch, .frmSearch#empNews {
	padding:0px;
	/*margin: -18px 5px 10px 0px;*/
	float:right;
	margin: -15px 5px 10px 0px;
}
.frmSearch#sEmpNews {
	margin:-3px 5px 10px 0px;
}
.frmSearch input#s {
	border:1px solid #ccc;
	width:135px;
	height:15px
}

.search#nc, .search#empnews {
	text-transform:none;
	color:#000;
	font-size:11px;
	padding:0px;
	letter-spacing:.01em;
}

.banner, .banner1, .banner2, .banner3, .banner4, .banner5, .banner6 {
	background: url("/wp-content/themes/news/img/newscenter/banner2.png	") no-repeat;
	width:960px;
	/*height:110px;*/
	height:71px;	
	color:black;
	margin-top:9px;
	padding: 0px;
	font-size:11px;
	font-weight:bold;
	letter-spacing:.015em;
	overflow:hidden;
}
.banner1 {
	background: url("/wp-content/themes/news/img/newscenter/banner_feature_stories.gif") no-repeat;
}

.banner3 {
	background: url("/wp-content/themes/news/img/newscenter/banner_contacts.gif") no-repeat;
}

.home .banner {
	height:92px;
	background: url("/wp-content/themes/news/img/newscenter/banner.png") no-repeat;
}

.banner5 {
	background: url("/wp-content/themes/news/img/newscenter/banner_subscribe.gif") no-repeat;
}

.banner4 {
	background: url("/wp-content/themes/news/img/newscenter/banner_archive.gif") no-repeat;
}

.banner6 {
	background: url("/wp-content/themes/news/img/newscenter/banner_feeds.gif") no-repeat;
}

#banner a:link, #banner a:visited {
	color:white;
	text-decoration:none;
	margin: 0px 3px 0px 3px;
}
#banner a:hover, #banner a:hover:visited {
	/*lt.  blue 
	color:#64B0C4; */
	color:#dedede;
	text-decoration:none;	
}
#banner a:visited {
	color:#ccc;
}

#ws {
	position:relative;
	width:960px;
	margin:0 auto;
	height:83px;
	text-align:left;
	margin-top:0px;
	padding:0px;
	
	}
#ws img  {
	border:none
}

.newshead, .header, .header2 {
	width:auto;
	height:15px;
	text-indent:-9999px;
	background-color:#fff;
	font-size:70%;
	font-weight:normal;
	/*margin:-10px;padding: 5px 10px 4px 10px;*/
	overflow:hidden;
	
	
	
}
.header.visible {
	text-indent:0px;
	height:25px;
	font-size:120%;
}
#archives .header {
	margin-top:30px;

	margin-left:0px; padding-left:28px; margin-bottom:10px; border-bottom:1px solid #de8945;}


.newshead#st, .header#st {margin-left:-10px; width:273px; margin-bottom: 10px;}

.header { margin-left:-28px; font-size:100%; margin-bottom:10px; border-bottom:1px solid #de8945; }
.header2 { margin:0 -10px; font-size:100%; margin-bottom:10px; border-bottom:1px solid #de8945;}

.newsrelease{background:url(/wp-content/themes/news/img/newscenter/header-news_release.png) no-repeat left bottom;}

.feature{background:url(/wp-content/themes/news/img/newscenter/header-feature.png) no-repeat left bottom;}
.flickr{background:url(/wp-content/themes/news/img/newscenter/header-flickr.png) no-repeat left bottom;}
.berkeley{background:url(/wp-content/themes/news/img/newscenter/header-berkeley.png) no-repeat left bottom;}
.follow{background:url(/wp-content/themes/news/img/newscenter/header-follow.png) no-repeat left bottom;}
a.experts{display:block;background:url(/wp-content/themes/news/img/newscenter/header-experts.png) no-repeat left bottom;}
a.around{display:block;background:url(/wp-content/themes/news/img/newscenter/header-around.png) no-repeat left bottom;}
#around{padding-top:0;}
a.techstream{display:block;background:url(/wp-content/themes/news/img/newscenter/header-techstream.png) no-repeat left bottom;}
.featuredblog{background:url(/wp-content/themes/news/img/newscenter/header-featuredblog.png) no-repeat left bottom;}
.tweets{background:url(/wp-content/themes/news/img/newscenter/header-tweets.png) no-repeat left bottom;}
.video{background:url(/wp-content/themes/news/img/newscenter/header-video.png) no-repeat left bottom;}
.most{background:url(/wp-content/themes/news/img/newscenter/header-most.png) no-repeat left bottom;}
.archives{background:url(/wp-content/themes/news/img/newscenter/header-archives.png) no-repeat left bottom;}
.subscriberss{background:url(/wp-content/themes/news/img/newscenter/header_subscribe_rss.png) no-repeat left bottom;margin-top:30px;}
.subscribeemail{background:url(/wp-content/themes/news/img/newscenter/header_subscribe_email.png) no-repeat left bottom;margin-top:30px;}
.archivetopic{background:url(/wp-content/themes/news/img/newscenter/header-archive_by_topic.png) no-repeat left bottom;margin-top:20px;}
.archivefeature{background:url(/wp-content/themes/news/img/newscenter/header-archive-feature.png) no-repeat left bottom;margin-top:30px;}
.archivedate{background:url(/wp-content/themes/news/img/newscenter/header-archive_by_date.png) no-repeat left bottom;margin-top:20px;}
.archivenewsreleases{background:url(/wp-content/themes/news/img/newscenter/header-archive_news_release.png) no-repeat left bottom;margin-top:30px;}
.contact{background:url(/wp-content/themes/news/img/newscenter/header-contact.png) no-repeat left bottom;margin:30px 0 10px 0;}

.biological{background:url(/wp-content/themes/news/img/newscenter/header-Biological.png) no-repeat left bottom;}
.climate{background:url(/wp-content/themes/news/img/newscenter/header-Climate.png) no-repeat left bottom;}
.computational{background:url(/wp-content/themes/news/img/newscenter/header-Computational-Science.png) no-repeat left bottom;}
.energy{background:url(/wp-content/themes/news/img/newscenter/header-Energy.png) no-repeat left bottom;}
.matter{background:url(/wp-content/themes/news/img/newscenter/header-Matter.png) no-repeat left bottom;}
.soft{background:url(/wp-content/themes/news/img/newscenter/header-Soft-X-Ray.png) no-repeat left bottom;}

.archivenewsrelease{background:url(/wp-content/themes/news/img/newscenter/header-news_release2.png) no-repeat left bottom;}
.archivefeature2{background:url(/wp-content/themes/news/img/newscenter/header-archive-feature2.png) no-repeat left bottom;}
.podcasts{background:url(/wp-content/themes/news/img/newscenter/header-podcasts.png) no-repeat left bottom;margin-top:30px;}
.videos{background:url(/wp-content/themes/news/img/newscenter/header-videos.png) no-repeat left bottom;margin-top:30px;}

/* begin tab navigation */

#tabnav{
    
    /*width:760px;*/
    width:960px;
    height:41px;
    margin:0;
    font-size:12px; /*76% */
    line-height:normal;
    background:#d46208;
}
#tabnav ul {
    margin:0;
    padding:16px 0 0 28px;
    list-style:none;
    }

 #tabnav li, .eNews#tabnav li, #tabnav li.feed {
    float:left;
    margin:0;
    padding:0;
	 border-right:solid 1px #de8945;	
	 height:25px;
    }
    
/*#tabnav a, .eNews#tabnav a {
	height:20px;
    display:block;
	color:#fff;
	
    padding:5px 0px 0px 0px;
    border-right:solid 1px #de8945;	
	text-decoration:none;
	overflow:hidden;
	text-align:center;
    }*/
#tabnav a, .eNews#tabnav a {
	
	line-height:23px;
   /* display:block;*/
	color:#fff;
	/*background:#d46208;*/
    padding:4px 11px 0px 11px;
   
	text-decoration:none;
	white-space:nowrap;
	overflow:hidden;
    }
/*    
#tabnav li#n1 a{width:100px;text-align:left;}
#tabnav li#n2 a{width:218px;}
#tabnav li#n3 a{width:173px;}
#tabnav li#n4 a{width:89px;}
#tabnav li#n5 a{width:64px;}
#tabnav li#n6 a{width:160px;}
#tabnav li#n7 a{width:130px;border-right:none;}
*/ 
#tabnav li#n1 a{padding-left:0;}
#tabnav li#n7 a{border-right:none;}

#tabnav li#n7 {border-right:none;}
#tabnav .current a {
	color:#000;	
	
    }	
#tabnav a:hover {
	color:#000;
	
}	



/* begin social */
#social {   
        margin-left:600px;
	width:380px;
        padding:0px;
        font-size:80%;
	}
#social img {
	margin:3px 22px 0px 0;
	}
#social a img {border:none; padding:0px}
#social img#facebook {margin:0px;}	
/* end social */

#cs {
	/*width:760px;*/
	width:960px; 	
	/*margin-left:20px;	
	margin-top:25px;*/
        margin-top:0px;	
	margin-left:0px;	
	padding:0px;
		font-size:1em;
		position:relative;
}

#main {
	/*margin:120px 0px 0px 0px;
	margin-top:25px;*/
        margin-top:0px;
	padding:0px;
}


.snippet2 img {
    max-width:100%;
    max-height:250px;
    }

.snippet2 {
    margin:0px;
    padding:0px;
    margin-bottom:16px;
    }

.size-thumbnail {
    width:120px;
    }
    
.contentpage {
	font-size: 1.2em
    display:inline;
    float: left;
	margin: 0;
	/*margin-right:3px;*/
	width:690px;
	}    

.contentfull {
	font-size: 1.2em
    display:inline;
    float: left;
    width:660px;
	margin: 0;
	} 
    
.contentcolumn {
    width:305px;
    float:left;
    margin:0px;
   /* margin-right:5px;
    padding:10px;
    display:inline;*/
    }
.contentcolumn#columnA {
    margin-left:28px;
    margin-top:10px;
    width:315px;
    }
.contentcolumn#columnB{
    margin-left:10px;
    margin-top:10px;
    padding-left:21px;
    }

.contentcolumnarchive {
    width:230px;
    float:right;
    margin:0px;
    padding:10px;
    display:inline;
    }
    
.contentfull#columnA {
    margin-left:28px;
    margin-top:10px;
    width:650px;
    }

.contentcolumnarchive .header {
    margin-left:-15px;
    margin-right:-10px;}

/*.contentpage .header {
    margin:0px;}*/

.bordersrl {
    border-left:1px dashed #999;
    }
#archives .post{padding-left:28px;padding-right:20px;}
#archives .post .entry {padding-left:0px;}   
li.post, ul {
    list-style-type:none;
    padding-left:2px;
    margin-left:2px;
    }
    
li.post {margin:0px;}

.contentcolumnarchive ul {
    margin-bottom:20px;
    }
	
.subscribe {font-size:85%;}
    
.feedlist ul {margin-left:10px;list-style: url(/wp-content/themes/news/images/feed-1.png);}
.feedlist li {margin-bottom:10px;margin-left:20px}
ul.feedlist li {list-style: url(/wp-content/themes/news/images/feed-1.png);}
ul.feedlist li a {padding-left:10px;}
hr {display:none;}
.post hr {display:block;border:none;border-top:1px solid #999;}

.contentfull div.post {font-size:85%;margin-top:10px;}

.snippet2 p {display:inline;}

.snippet2 span {display:inline;color:#999;}

.snippet2 .entry {margin-top:4px;}

.imgwbottomspacing {margin-bottom:4px;}

.post h2.full {font-size:120%;margin-bottom:10px;color:#06405c;padding:0 0 4px 0;margin:0;}
h2.full a{color:#06405c;}
h3.full {font-size:90%;margin-bottom:10px;}
h3.full.subtitle {margin-top:0px;padding-top:0px;color:#666;}
.snippet2 .more,.entry .more {  
    font-size:11px;
    }
.morelinktoarchives a { 
    color:#d46208; 
    font-size:11px;
    }

.morelinktoarchives {
    text-align:right;
    margin-bottom:20px;
    }

#videobox .morelinktoarchives {
    text-align:left;
	padding-left:30px;
    }
	
.columnhr {
    border-top:1px solid #999;
    }
    

#footer2, .nc#footer2 {
	width:960px;
	text-align:center;
	clear:both;
	margin-bottom:15px;
	padding-top:20px;	
	border-top:1px solid #999;
}
.nc#footer2 {	
	/*border-top:none;*/
}

#cs #footer2 {
	font-size:.8em;
}

#navboxes dd a:visited, .lastupdated, .top, #footer2 a, #footer2 a:visited {color:#999;}

#footer2 a, #footer2 a:visited  {
	text-transform:uppercase;
	font-size:10px; 
	font-weight:bold;
	letter-spacing:.1em;
}
#footer2 a:visited {
	color:#999;
}
#footer2 img {
	margin:5px 0px 5px 0px
}

.contentfull li {list-style-type:disc;padding-left:10px;margin-left:100px;}

.contentfull .header {margin:0px -2px -10px 0px;}

.post h2 {padding:6px 6px 0 6px;}
.contentpage .post h2 {padding:6px 0;margin:0;}
.contentpage .entry {padding-left:28px;}
.contentcolumn .post h2 {padding:0px;}

.shareandsave {text-align:center;}

.shareandsave table {width:100%;}

.hugedivider {font-size:150%;}

.snippet2 h2 {font-size:110%;}



#archives .contentcolumn li {padding-bottom:4px;font-size:90%;}
#archives .contentcolumnarchive li {padding-bottom:4px;font-size:90%;}

#archives .entry p {display:inline;}


.header, .header2, .header3 {font-size:86%;font-weight:normal;}

.snippet2 p, .snippet2 a, .snippet2 span {font-size:.8em;line-height:150%;} 
.snippet2 h2 a {font-size:100%;line-height:130%;}


.sidebarbox {
    background:#fff;
    padding:6px;
    /*border-bottom:1px solid #999;
    border-right:1px solid #999;
    border-left:1px solid #999;*/
    margin:0 0 10px 0;
    font-size:12px;
    line-height:110%;
    }

.sidebarbox .header {
    margin-left:-6px;
    margin-right:-14px;
    margin-bottom:12px;
 
    }
.sidebarbox#social2  {
    padding-top:10px;
    }

#social2 .header {
    border-top:none;
    }
#videobox #videoboxtitle{font-size:12px;padding-left:0px;}

/*.contentcolumn .header {border-left:1px solid #999;}*/

.contentcolumnarchive .header {border-right:1px solid #999;}


.header3 {border-top:1px solid #999;}
.header4 {border-top:1px solid #999; margin-top:20px;}
#archives .noinline p {display:block;padding-right:10px;}

#externalnewsbox p {display:inline;}
#externalnewsbox li.list-item {margin-top:10px;}

/*.sidebarbox a img {margin:1px;border:none;}
#sidebar .sidebarbox a:hover img {margin:0px;border:1px solid #999;}

#sidebar .sidebarbox .morelinktoarchives a:hover img {border:none;margin:1px;}
*/
/* 
Style Sheet code for Image Caption Easy Plugin for WordPress
Copy and Paste this code into your WordPress theme style sheet file (style.css) then upload to its location.
You can edit any of these to suit your needs.
*/
.imagecaptioneasy {
  padding: 0px 16px;
  font-family:Verdana, arial,helvetica,sans-serif;
  font-size: 12px;
  line-height: 1.15em;
  text-align: left;
  color: #888;
}
.imagecaptioneasy img { border: 0px solid #fff; margin-bottom:5px; }
.imagecaptioneasy_top_left { margin: 0 11px 11px 0; float: left; }
.imagecaptioneasy_top_right { margin: 0 0 11px 11px; float: right; }
.imagecaptioneasy_top_nowrap { margin: 0 0 11px 0; float: none; }
.imagecaptioneasy_ft { margin: 11px 11px 11px 0; float: left; }
.imagecaptioneasy_ght { margin: 11px 0 11px 11px; float: right; }
.imagecaptioneasy_nowrap { margin: 11px 0 11px 0; float: none; }

div.imagecaptioneasy_nter {min-width:100%;max-width:100%;text-align:center;}
div.imagecaptioneasy_nter span {text-align:left;}

.lfImg .imagecaptioneasy {}

.rfImg .imagecaptioneasy, .rfImg .imagecaptioneasy_nowrap {float:left;margin:0px;}

/*.contentpage .entry {padding-right:10px;}*/

.contentfull #searchpagecontent div.post {font-size:80%;}

.contentfull div.post p object, .contentfull div.post p embed {margin:20px 0px;}

#audiobox .post {padding:0px;margin:2px;font-size:86%;}

#externalnewsbox ul li a, #mostviewedbox ul li a, #featuredblogbox ul li a {color:#333;}
#mostviewedbox ul li  {margin-bottom:10px;}

#audiobox b , #videobox b {font-size:95%;}

#videobox b {margin-bottom:0;display:block;font-size:95%;}

#externalnewsbox ul li {margin-bottom:4px;}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: left;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption:first-child {
	padding-top: 0;
	margin-top:4px; 
}
.wp-caption.alignleft {
	
	margin-top:4px;
	margin-left:0px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	padding-bottom:2px;
}

.wp-caption p.wp-caption-text, .captionSm, .caption {
	font-size: 11px;
	color:#666;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
/*
.bordersrl h2 a { color:#004995;}
.bordersrl h2 a:hover { color:#06c;}
*/
div.snippet2 div.post p.postmetadata {font-size:90%;line-height:20%;}

#conversations-blurb {border-bottom:1px solid #999;margin-bottom:10px;padding:4px 0px;}

.fRt {float:right;padding:10px 10px;}
.fLt {float:left;padding:10px 10px}

 .ex-pullquote, .pullquote {
   float : right;
   width : 210px;
   border : 0;
   color : #99cc66;
   font-family : georgia, palatino, 'times new roman', serif;
   font-size : 110%;
   font-weight : bold;
   font-style : italic;
   margin : -5px 0 15px 10px;
 }

 .pullquote {
   width : 250px;
   margin : -25px 0 20px 15px;
 }
 
.realpullquote {
    width:300px;
    font-size:18px;
    padding:6px;
    margin:4px;
    margin-left:10px;
    float:right;
    font-style:italic;
    color:#777;
    border-bottom:1px solid #777;
    border-top:1px solid #777;
    }

.realpullquotesummary {
    width:300px;
    font-size:15px;
    padding:6px;
    margin:4px;
    margin-left:10px;
    float:right;
    font-style:normal;
    color:#004995;
    font-weight:bolder;
    border-bottom:1px solid #777;
    border-top:1px solid #777;
    }

.realpullquote p.big {
    font-family:georgia;
    font-size:100px;
    float:left;
    position:relative;
    line-height:10px;
    margin:60px 10px -20px 0px;display:block;
    }

.left {
    float:left;
    margin-right:10px;
    margin-left:4px;}
    
.right {float:right;padding:10px 0px 10px 10px;}

#right {
    float:right;
    width:330px;
    }
    
/*    -----------------------------------------------         v3    */
/*.sidebarbox#social2 {text-align:center;}*/
.topstory.snippet2 h2 {padding-left:0;}

.sidebarbox#social2 a{color:#333;}
.sidebarbox#social2 a.leftmargin{margin-left:17px;}
.sidebarbox#social2 #socialrss {margin:13px 0 10px 0;}
.sidebarbox#social2 #socialrss img{vertical-align:bottom; margin-left:8px;}
.sidebarbox#social2 a img{margin:0px;}
#fontsize{float:right;width:40px;border:solid 1px #666;padding:3px;}

.flickr-gallery-next a{font-size:10px;margin-right:10px;}
.flickr-gallery-prev a{font-size:10px;margin-left:0px;}
.flickr-gallery photoset
.sidebarbox div.flickr-thumb {margin:0px 4px 0 0 ; padding:0;border-color:#666;}
.sidebarbox div.flickr-thumb:first-child {margin-left:0px;}
.sidebarbox#imagesbox {margin-right:-14px;}
.sidebarbox#imagesbox div{margin-right:-3px;}
.sidebarbox div.fg-clear {
clear:none;
}
.sidebarbox div.clearright{
clear:right;
}

.topstory{
width:661px;
margin-top:3px;
padding:13px;
background-color:#ededed;
overflow:auto;
float:left;
}
.topstory h2 a{padding-left:0;color:#444;font-size:18px;}
.topstory h2 a:hover{color:#d46208;}
.topstory.snippet2 p {font-size:1em;line-height:150%;color:#606060;} 

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
.topstory .size-thumbnail{
    width:196px;
    }
    
#time{color:#909090;font-size:.7em;text-transform:uppercase;}
.snippet2 .time,.post .time {color:#909090; font-size:9px; text-transform:uppercase; display:block; margin:0;padding:0 0 5px 0;}
.topstory.snippet2 p.time{font-size:9px;}

#twitbox .twitter  {font-size:12px;color:#333;}

#meta {
  position:relative;
  border-bottom: 1px dotted #333;
  border-top: 1px dotted #333;
  color: #444;
  font-size: 12px;
  height:20px;
  line-height: 19px;
  margin: 12px 0px 0 0;
  padding: 0px;
  text-shadow: 0px 1px 0px #fff;
}

#meta a{color: #444;}
#author{font-weight:bold;}
#meta2{float:right;width:244px;}
#meta2 a{margin:0 6px;}

#meta2 a.bigA {font-size:14px;font-weight:bold; margin:0;}
#meta2 a.littleA {font-size:10px;font-weight:bold;margin-right:2px;}
a.orange{color:#d46208;}
.flickr-gallery-next a, .flickr-gallery-prev a{color:#d46208;}
#viewed{float:right;}
.alt {font-size:12px;margin:35px 0;}
.alt span{color:#000;font-weight:bold;}
.alt a {color:#777;}
#links2 a{color:#333;} 

.bugfeature{background:url(/wp-content/themes/news/img/newscenter/bug-feature.png) no-repeat left bottom;height:12px;margin:20px 0 15px 0;text-indent:-3000px;}
.bugnews{background:url(/wp-content/themes/news/img/newscenter/bug-news.png) no-repeat left bottom; height:12px;margin:20px 0 15px 0;text-indent:-3000px;}


#sidebar ul.fl li {padding-left:10px;margin-bottom:5px;}
#sidebar ul.fl2 li {padding-left:0px;margin-bottom:5px;}
#sidebar ul.fl2 li a{color:#000;}

#mobilex {
	font-size:22px;font-weight:bold;padding:5px;
}
#mobilex a{
	color:red;
}

.postmetadata .print a{color:black;font-weight:normal;}

.st_fblike_hcount > span {vertical-align:middle !important;margin-top:-2px !important;}
/*--------------------------------------------------subscribe page  V3--------

#nc_form{
	width:360px;
	float:left;
	margin-left:20px;
	}

#nc_subscribe{
	width:275px;
	float:left;
	margin-left:35px;
	}
#nc_subscribe ul li{list-style-type:none;}
#nc_form p {margin:15px 0;}*/
