/*

Theme Name: CC Bulletin UPDATED, based on WPMU-nelo
Theme Date: 05092008
Version: 2.6
Theme URI: http://www.incsub.com/
Description: A revolutionary customized CMS theme, allowing you to create the perfect front page for your site.
Author: incsub
Author URI: http://www.incsub.com/


	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
html{
background: url(images/bodybg.png) #303030 repeat-x !important;
}
body {
	font-family: Helvetica Neue, Calibri, Arial, sans-serif;
	font-size: 100%;
	color: #333;
	padding: 0px;
	/* background: #E4E4E4!important; */
	background:none !important;
	margin: 0px;
}
:-moz-any-link:active {
  outline: none;
}

img {
	border-width: 0px;
	border-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Verdana;
}

h3 a {
	text-decoration: none;
}
.fix-browser {
	margin: 0px;
	padding: 0px 0px 1em;
	float: left;
	width: 100%;
}


#wrapper {
	font-size: 0.785em;
	margin: 0 auto 0;
	width: 943px;
	padding: 0px;
}
#container {
	margin:1em 0 0 0;
	padding: 20px 20px 10px;
	float: left;
	width: 900px;
	background: #FFF;
	border:3px solid #303030;
}
/*	##################################
        CC NAVIGATION BAR
	################################## */
#topnav *{

}
#topnav{
	height: 25px;
	/*background-color: #edc055;*/
	margin: 0;
	padding: 0;
	border-left:3px solid #677B93;
}
#topnav ul{
	position: absolute;
}
#topnav li{
	padding: 0;
	float: left;
	display: block;
	border-right: 1px solid #89a;
}
#topnav li a{
	font-size:10px !important;
	font-family:Arial, Helvetica, sans-serif !important;
	display: block;
	color: #ccc;
	background-color: #677B93;
	text-decoration: none;
	line-height: 24px;
	text-transform:uppercase;
	padding: 0 15px;
}
#topnav .selected, #topnav .selected a{
	background-color: #df9b24;	
}
#topnav .selected{
	height: 2.7em;
	width: inherit;
}
#topnav .selected a{
	color: white;
}
#topnav li a:hover{
	color: #FFFFFF;
}
#topnav span.nodisplay {display:none;margin:0;padding:0;}
#topnav .home a{
	background-image: url(http://www2.coloradocollege.edu/images/bt_bl_top_cclogo3.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-right: 0;
	display: block;
	width: 67px;
}
#topnav .home a:hover{
	background-image: url(http://www2.coloradocollege.edu/images/bt_bl_top_cclogo3.gif);
}
#topnav .home{
	border-right: none;
}
/* END CC NAVIGATION */
#header {
	margin: 0px;
	padding: 0px 0px 1em;
	float: left;
	width: 100%;
	height: 140px;
	background: url(images/masthead-banner-sub.jpg) top center no-repeat;
}
.site-title {
	float: left;
	width: 100%;
	text-indent:-9999px;
}
.site-title h1 a{
	display:block;
	height: 142px;
	text-indent:-9999px;
	margin-top: -30px;
	outline: none;
}
.site-title h1 a:active, .site-title h1 a:hover{
	background:#fff;
	opacity:.3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; 
	filter: alpha(opacity=30);				
}
.custom-image-top {
	float: right;
	width: 370px;
	height: 140px;
	overflow: hidden;
	display:none;
}
.site-title h1 {
	font-size: 2.8em;
	font-weight: normal;
	margin: 0px;
	padding: 30px 0px 0px;
	float: left;
	width: 100%;
}
.site-title h1 a {
	color: #000000;
	text-decoration: none;
}
.site-title p {
	font-size: 1.025em;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	font-weight: 400;
}

#navigation {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	/*border-top: 1px #ededed solid;    grey line below header */
	/* border-bottom: 1px #ededed solid;   grey line below header */
}

/* -----------------------------------*/
/* >> Dropdown Navigations <<<-----*/
/* -----------------------------------*/


#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	width: 790px;
	position: relative;
}
#nav ul {
	background: transparent;
}


#nav li {
	position: relative;
	display: inline-block;
	float: left;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
#nav li:hover {
	position: relative;
	display: inline-block;
	float: left;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background: #454545;
	}	
	
#nav li li{
	background: url(none)!important;
	padding: 0px!important;
	}
	
#nav li ul {
	position: absolute;
	left: 0px; /* Set 1px less than menu width */
	top: 27px;
	display: none;
	margin: 0px;
	padding: 0px;
	width: 250px;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	border-top-width: 0px;
	border-top-style: none;
	list-style-type: none;
	}

/* Styles for Menu Items */
#nav li a {
	text-decoration: none;
	color: #FFFFFF;
	display: inline-block;
	padding: 0px 15px;
	margin: 0px;
	float: left;
	font-size: 1em;
	line-height: 28px;
	}
#nav li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	display: inline-block;
	padding: 0px 15px;
	margin: 0px;
	float: left;
	font-size: 1em;
	line-height: 28px;
	background: #454545;
	}
	
#nav ul li a {
	text-decoration: none;
	color: #EEE;
	display: inline-block;
	padding: 8px 12px 8px 17px;
	margin: 0px;
	float: left;
	background: #454545!important;
	border-bottom: 0px none;
	width: 215px;
	font-size: 1em;
	line-height: 18px;
	border-left: 0px none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-top-style: none;
	border-right-style: none;
	}
#nav ul li a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	display: inline-block;
	background: #454545!important;
	padding: 8px 12px 8px 17px;
	margin: 0px;
	float: left;
	border-bottom: 0px none;
	width: 215px;
	font-size: 1em;
	line-height: 18px;
	border-left: 0px none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-top-style: none;
	border-right-style: none;
	}

/* Holly Hack. IE Requirement \*/
/** html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }*/
/* End */

#nav li:hover ul, #nav li.over ul { display: block; } /* The magic */

/* -----------------------------------*/
/* >> End Dropdown Navigations <<<-----*/
/* -----------------------------------*/
#navigation .rss-feeds {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 28px;
	width: 100px;
	line-height: 28px;
	font-size: 1em;
	color: #FFFFFF;
}
#navigation .rss-feeds a {
	display: inline-block;
	margin: 0px;
	padding: 0px 0px 0px 16px;
	color: #FFFFFF;
	text-decoration: none;
	background: url(images/rss.png) no-repeat left center;
}
#custom-img-header {
	margin: 0px;
	padding: 1em 0px 0px;
	float: left;
	height: 150px;
	width: 900px;
	overflow: hidden;
}

#content {
	margin: 0px;
	padding: 1em 0px;
	float: left;
	width: 100%;
}
#top-content {
	margin: 0px;
	padding: 0px 0px 1.5em;
	float: left;
	width: 100%;
}
#bottom-content {
	margin: 0px;
	padding: 1.5em 0px 2em;
	float: left;
	width: 100%;
	border-top: 1px solid #DDD;
}
#bottom-content a {
	color: #660000;
	text-decoration: underline;
}
#bottom-content a:hover {
	color: #000000;
	text-decoration: underline;
}

#footer {
	margin: 0px;
	padding: 1%;
	float: left;
	width: 98%;
	color: #ddd;
	font-size: .9em;
	line-height: 1em;
}
#footer a {
	color: #ddd;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.introbox {
	float: left;
	width: 635px;
	font-size: 1em;
	line-height: 20px;
	padding-right: 10px;
	border-right: 1px solid #DDDDDD;
}
.introbox p {
	margin-bottom: 3em;
}

.introbox img {
	margin: 0px 10px 5px 0px;
	padding: 0px;
	float: left;
}

#custom-intro-image {
	height: 250px;
	width: 350px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#intro-text {
	float: right;
	width: 278px;
	margin: 0px;
	padding: 0px 10px;
	border-right: 1px solid #eee;
}
.introbox a {
	color: #660000;
	text-decoration: underline;
}

.introbox h2 {
	font-size: 1.785em;
	margin: 0px 0px 10px;
	padding: 0px;
	font-weight: 400;
}
.introbox h2 a {
	color: #000;
	text-decoration: none;
}
.introbox h2 a:hover {
	color: #663300;
	text-decoration: none;
}
#intro-text p {
	font-size: 1em;
	line-height: 20px;
	margin: 0px;
	padding: 12px 0px 0px;
	float: left;
	width: 100%;
}

#top-right-widget object {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 100%;
}
#top-right-widget embed {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 100%;
}
#top-right-widget table {
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
}


#top-right-widget {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 240px;
}
#top-right-widget h3 {
	font-size: 1.125em;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
#top-right-widget .list {
	margin: 0px;
	padding: 0.5em 0px 1em;
	float: left;
	width: 100%;
	list-style-type: none;
}
#top-right-widget .list ul {
	margin: 0px;
	padding: 0em;
	float: left;
	width: 100%;
	list-style-type: none;
}
#top-right-widget .list li {
	margin: 0px 0px 8px;
	padding: 0em;
	float: left;
	width: 100%;
	list-style-type: none;
	font-size: 1em;
	line-height: 16px;
}
#top-right-widget .list ul li {
	margin: 8px 0px 0px;
	padding: 0em;
	float: left;
	width: 100%;
	list-style-type: none;
	font-size: 1em;
	line-height: 16px;
}
#top-right-widget .list li a {
	color: #660000;
	text-decoration: none;
}
#top-right-widget .list li a:hover {
	color: #CC0000;
	text-decoration: underline!important;
}
.custom-bottom-image a {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	overflow: hidden;
}

#box1 {
	margin: 0px;
	float: left;
	width: 290px;
	padding-right: 10px;
}
#box2 {
	margin: 0px;
	float: left;
	width: 278px;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
}
#box3 {
	margin: 0px;
	float: left;
	width: 290px;
	padding-right: 0px;
	padding-left: 10px;
}
.itembox {
	float: left;
	width: 300px;
	padding: 0px;
	overflow: hidden;
}
.itembox img {
	margin-bottom: 10px;
}
.itembox h2 {
	font-size: 1.25em;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.itembox p {
	font-size: 1em;
	line-height: 21px;
	margin: 0px;
	padding: 10px 0px;
	float: left;
	width: 100%;
}
.itembox h3 {
	margin: 0px;
	padding: 15px 0px 0px;
	float: left;
	width: 100%;
}
.itembox .list {
	margin: 0px;
	padding: 0.5em 0px 1em;
	float: left;
	width: 100%;
	list-style-type: none;
}
.itembox .list ul {
	margin: 0px;
	padding: 0em;
	float: left;
	width: 100%;
	list-style-type: none;
}
.itembox .list li {
	margin: 0px 0px 8px;
	padding: 0em;
	float: left;
	width: 100%;
	list-style-type: none;
	font-size: 1em;
	line-height: 16px;
}
.itembox .list ul li {
	margin: 8px 0px 0px;
	padding: 0em;
	float: left;
	width: 100%;
	list-style-type: none;
	font-size: 1em;
	line-height: 16px;
}
.itembox .list a {
	color: #000000;
	text-decoration: none;
}
.itembox .list a:hover {
	color: #660000;
	text-decoration: underline;
}
#footer .fleft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 305px;
}
#footer .fcenter {
	margin: 2px 0 0 0;
	padding: 0px;
	float: left;
	width: 305px;	
	text-align: center;
	color: #ddd;
}
#footer .fright {
	margin: 2px 0 0 0;
	padding: 0px;
	float: right;
	width: 305px;
	text-align: right;
	color: #ddd;
}
#post-entry {
	margin: 0px;
	padding: 0px 15px 15px 0px;
	float: left;
	width: 668px;
	/* border-right: 1px solid #ededed; grey line next to sidebar */
}
#post-entry h2 {
	font-size: 1.35em;
	margin: 0px 0px 1em;
	padding: 0px;
	float: left;
	width: 100%;
}
#post-entry h2 a {
	color: #660000;
	text-decoration: underline;
}
#sidebar {
	margin: 40px -20px 0 0;
	padding: 20px 15px 20px 16px;
	float: right;
	width: 180px;
	/* background: #f8f3e6; */
	/*background: #f9f6ed;*/
	/*border: 1px solid #f5efde;*/
	border: 1px solid #dfad35;
	background-color:#EDC055;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	/*-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;*/
	border-right:none;
}
.list .textf {
	padding: 1%;
	width: 90%;
	background: #FFFFFF;
	margin: 0px 0px 10px;
	border-top: 2px solid #999999;
	border-right: 2px solid #999999;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

#sidebar .list {
	margin: 0px;
	padding: 5px 0px 25px;
	float: left;
	width: 100%;
	list-style-type: none;
}
#sidebar .list ul {
	margin:0;
	padding:0;
	margin-left: 5px;
	padding-left: 5px;
	float: left;
	width: 100%;
	/*list-style-type: none;*/
	list-style-type:none;
	color: #333;
}
#sidebar h3 {
	font-size: 1.25em;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	/*line-height: 1.4em;*/
}
#sidebar .list li {
	font-size: 1em;
	line-height: 18px;
	margin: 0px 0px 8px;
	padding: 0px;
	float: left;
	width: 100%;
}
#sidebar .list ul li {
	margin: 8px 0px 0px;
	padding: 0px;
	float: left;
	width: 100%;
	font-size: 1em;
}
#sidebar .list li#tag_cloud a {
	text-decoration: none!important;
}
#sidebar a {
	color: #660000;
	text-decoration: underline;
}
.list form {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.list label {
	font-size: 12px;
	font-weight: bold;
}
.list input {
	font-family: Arial, Tahoma, "Lucida Sans";
}
.list p {
	margin: 0px;
	padding: 0px;
}
p#profile-avatar {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left!important;
}
p#profile-avatar img {
	float: left!important;
	padding-right: 10px;
}
#profile-stuff {
	margin: 0px;
	padding: 0px;
	float: left!important;
	line-height: 20px;
}



#sidebar a:hover {
	color: #000000;
	text-decoration: none;
}
#sidebar object {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 100%;
}
#sidebar embed {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 100%;
}
#sidebar table {
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
}


#content a:hover {
	color: #000033!important;
	text-decoration: none!important;
}

.post, .page {
	margin: 0px 0px 1em;
	padding: 0px 0px 1em;
	float: left;
	width: 100%;
	border-bottom: 1px solid #eee;
}
.post a, .page a {
	color: #990000;
	text-decoration: underline;
}
.post a:hover, .page a:hover {
	color: #CC0033;
	text-decoration: none;
}
h1.post-title {
	font-size: 2em;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
	/*float: left;*/
	width: 100%;
}
h1.post-title a {
	color: #000000;
	text-decoration: none;
}
h1.post-title a:hover {
	color: #990000;
	text-decoration: none;
}
.post-author {
	font-size: 0.85em;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	line-height: 18px;
}
.post-content {
	font-size: 1.1em;
	margin: 0px;
	padding: 0em 0px 1em;
	float: left;
	width: 100%;
	line-height: 1.5em;
}
.post-content img {
	border:1px solid #aaa !important;
    max-width: 100%;
}
.post-content img.noborder {
	border:0px!important;
}
.post-content .ngg-gallery-thumbnail {
	width:150px;
	padding-right:10px;
}
.post-content .web-extra {
	border: 2px dotted #F6DEA5;
	background: url(images/extra.png) no-repeat right top;
	margin-top:5px;
	padding: 5px 10px;
	min-height:50px;
}
.post-content .reunion {
	padding: 6px 6px 6px 35px;
	font-weight:bold;
	border:1px solid #FECF78;
	background: #FEEDC0 url(images/tiger-paw.png) no-repeat left center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.post-content p.reunion {
	width:10em;
	font-weight:normal;
}
.post-content h4 {
	font-size:3em;
	padding: 5px!important;
	margin-top:25px!important;
	margin-bottom: 20px !important;
}

.post-category {
	margin: 0px;
	padding: 0px 0px 5px;
	width: 100%;
	font-weight: bold;
	display:inline;
}
.post-tag {
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-weight: bold;
	display:inline;
}
.tagname {
	margin-right:.5em;
}
.post-category a {
	font-weight: normal;
	text-decoration: underline;
}
.post-tag a {
	font-weight: normal;
	text-decoration: underline;
}
#comments-template {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
#comments-template h4 {
	font-size: 1.65em;
	line-height: 1.8em;
	margin: 0px 0px 10px;
	padding: 0px;
	float: left;
	width: 100%;
	text-transform: capitalize;
}
#comments-template blockquote {
	text-decoration: none;
	margin: 10px 0px 10px 15px;
	padding: 10px 0px 0px 5px;
	clear: both;
	background: url(none);
	font-size: 1em;
	line-height: 18px;
	font-family: Georgia, "Times New Roman", Helvetica, sans-serif;
	font-weight: normal;
}

.com {
	margin: 0px 0px 20px;
	padding: 0px 0px 20px;
	float: left;
	width: 98%;
	border-bottom: 1px solid #eee;
}
.com-avatar {
	margin: 0px;
	padding: 0px;
	float: left;
}
.com-avatar img {
	padding: 3px;
	border: 1px solid #efefef;
}

.com-block {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	float: left;
	overflow: hidden;
	width: 490px;
}
.com-author {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	font-weight: bold;
	font-size: 1em;
	line-height: 18px;
}
.com-block a {
	font-weight: normal;
	color: #660000;
	text-decoration: underline;
}
.com-block a:hover {
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}
.com-text {
	margin: 0px;
	padding: 1em 0px;
	float: left;
	width: 100%;
	font-size: 1em;
	line-height: 18px;
}
.com-alt {
	margin: 0px 0px 20px;
	padding: 10px 0px;
	float: left;
	width: 98%;
	border-bottom: 1px solid #eee;
}
h4#pingback {
	margin: 25px 0px 20px;
	padding: 0px;
}
.ping {
	float: left;
	width: 90%;
	margin: 0px 0px 3em;
	padding: 0px;
	list-style-type: none;
}
.ping li {
	margin: 0px 0px 10px;
	padding: 0px;
}
.ping a {
	color: #660000;
	text-decoration: underline;
}
.ping a:hover {
	color: #990000;
	text-decoration: none;
}
h4#feedback {
	margin: 30px 0px 0px;
	padding: 0px;
}
h4#respond {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.notify {
	margin: 0px 0px 25px;
	padding: 0px;
	float: left;
	width: 100%;
}
.notify a {
	color: #660000;
	text-decoration: underline;
}
.notify a:hover {
	color: #990000;
	text-decoration: none;
}
#comment-form {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
#comment-form label {
	font-size: 1em;
	font-weight: 500;
	margin: 0px;
	padding: 0px;
}
#comment-form label a {
	color: #660000;
	text-decoration: underline;
}

#comment-form label span {
	color: #990000;
	font-weight: normal;
}
#comment-form p {
	margin: 0px 0px 10px;
	padding: 0px;
}
#comment-form .intext {
	padding: 3px 2px;
	width: 300px;
	background: #FFFFFF;
	border: 1px solid #C5C5C5;
	font-family: Arial, Geneva, Helvetica, Verdana;
	color: #333333;
	margin: 0px 0px 15px;
}
#comment-form .inarea {
	margin: 5px 0px 0px;
	padding: 0px;
	width: 400px;
	height: 200px;
	background: #FFFFFF;
	border: 1px solid #C5C5C5;
	font-family: Arial, Tahoma, "Lucida Sans";
	font-size: 1em;
	color: #333333;
}
#comment-form .inbutton {
	font-family: Arial, Tahoma, "Lucida Sans";
	font-size: 1.025em;
	color: #000000;
	padding-right: 7px;
	padding-left: 7px;
}


.post-social {
	margin: 0px;
	padding: 8px 0px;
	float: left;
	width: 100%;
}
.addthis-blk {
	margin: 0px;
	padding: 8px 0px;
	float: left;
	width: 100%;
}







.post-social p {
	margin: 0px 5px 0px 0px;
	float: left;
	display: block;
	height: 22px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	width: 24px;
}
.post-social p a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 22px;
	width: 24px;
}

.digg {
background: url(images/socials/social.gif) -77px;
}
.delicious {
background: url(images/socials/social.gif) -50px;
}
.stumble {
background: url(images/socials/social.gif) -23px;
}
.tech {
background: url(images/socials/social.gif) -1px;
}
.blinklist {
background: url(images/socials/blinklist.png) no-repeat center;
}
.blogmark {
background: url(images/socials/blogmarks.png) no-repeat center;
}
.bumpzee {
background: url(images/socials/bumpzee.png) no-repeat center;
}
.dzone {
background: url(images/socials/dzone.png) no-repeat center;
}
.furl {
background: url(images/socials/furl.png) no-repeat center;
}
.netscape {
background: url(images/socials/netscape.gif) no-repeat center;
}
.netvouz {
background: url(images/socials/netvouz.png) no-repeat center;
}
.reddit {
background: url(images/socials/reddit.png) no-repeat center;
}
.scopeo {
background: url(images/socials/scoopeo.png) no-repeat center;
}
.scuttle {
background: url(images/socials/scuttle.png) no-repeat center;
}
.spurl {
background: url(images/socials/spurl.png) no-repeat center;
}
.taggly{
background: url(images/socials/taggly.png) no-repeat center;
}
.thisnext {
background: url(images/socials/thisnext.png) no-repeat center;
}
.wists {
background: url(images/socials/wists.png) no-repeat center;
}
.yahooweb {
background: url(images/socials/yahoomyweb.png) no-repeat center;
}

.post-mail {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 26px;
	width: 100%;
	font-size: 11px!important;
}

.post-mail ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	list-style-type: none;
}
.post-mail ul li {
	margin: 0px 15px 0px 0px;
	float: left;
	list-style-type: none;
	line-height: 26px;
	display: inline-block;
	height: 26px;
}
.post-mail a {
	color: #212121;
	text-decoration: none;
	font-weight: 400;
}
.post-mail a:hover {
	color: #CC0033;
    font-weight: normal!important;
	text-decoration: underline;
}
.mycomment {
	background: url(images/socials/comment.png) no-repeat left center;
	padding-left: 16px;
}
.myemail {
	background: url(images/socials/email.png) no-repeat left center;
	padding-left: 20px;
}
.myblogit {
	background: url(images/socials/feed-n.png) no-repeat left center;
	padding-left: 18px;
}
.myupdate {
	background: url(images/socials/feed-n.png) no-repeat left center;
	padding-left: 16px;
}
.textwidget select:disabled {
	color:#000;
}
#searchform {
	float:left;
	margin: -10px 10px 20px 10px;
}
#searchform div input {
    display: none;
}

#searchform div input#s {
    display: inline;
    width: 135px;
}

p.bookshelf-byline {
	margin: 0;
}
p.post-byline {
	margin:0;
	position:relative;
}
.custom-image-top{
	display:none;
}
#ih-slideshow-box {
	margin-top:0;
	background: #ddd;
	width: 595px;
	height: 320px;
	margin-bottom: 15px;
	float:left;
	padding:0 !important;
}
#ih-slideshow-innerbox {
	width: 595px;
	height: 320px;
	position:relative;
}
#ih-slideshow-controls {
	position:absolute;
	bottom:10px;
	right:10px;
	z-index:100;
	margin:0;
	color: #ccc;
}
#ih-slideshow-controls a {
	color:#fff;
	font-size:90%;
	text-decoration:none;
	padding: 2px 7px 4px 7px;
	outline: none;
}
#ih-slideshow-controls a:hover {
	background: #222;
	color:#fff !important;
}
#ih-slideshow-controls a:active {
	opacity:.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; 
	filter: alpha(opacity=70);	
}
#ih-currentissue-box {
	/*background: #f9f6ed;*/
	background:#EDC055;
	/*border: 1px solid #dfad35;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 260px;
	height: 320px;
	margin-bottom: 15px;
	float: left;
	margin-left: 15px;
	padding: 0 15px;
}
#ih-currentissue-box h3 {
	margin:5px 0 0 0;
	color: #444;
}
#ih-currentissue-box div.issueimg {
	width:116px;
	margin: 0 20px 0 0;
	text-align: center;
	float:left;
}
ul.home-also-left, ul.home-also-right {
	padding-left:1em;
	margin-top:5px;
} 
#ih-feature3-box ul.home-also-left, #ih-feature3-box ul.home-also-right{
	margin-top:1.2em;
	margin-bottom:.8em;
}
ul.home-also-left {
	float:left;
	width:120px;
} 
ul.home-also-right {
	float:right;
	width:100px;
} 
#ih-feature1-box, #ih-feature2-box, #ih-feature3-box {

}
#ih-feature1-box h3, #ih-feature2-box h3, #ih-feature3-box h3{
	margin-top:1em;
	margin-bottom:0;
}
#ih-feature1-box p, #ih-feature2-box p, #ih-feature3-box p{
	margin-top:0;
}
#ih-feature1-box {
	width: 290px;
	float: left;
}
#ih-feature2-box {
	width: 290px;
	margin-right: 15px;
	margin-left: 15px;
	float: left;
}
#ih-feature3-box {
	width: 260px;
	float: left;
	background: #f3f3f3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0 15px 20px 15px;
}
#ih-allstoriesissues {
	text-align:right;
	margin: 0;
/*	background-color: #F9F6ED;*/
	float: right;
	width: 280px;
	padding: 5px;
}
.meta-issue {
	
}
.meta-edit {
	position:absolute;
	right:0;
	background:#f0f0f0;
	padding: 0 5px;
	border: 1px solid #ddd;
}
.meta-edit a {
	text-decoration: none;
	color:#999;
	display:block;
}
#post-navigator-single {
	display:none;
}
h2.headline_h2 {
	font-size:2.5em !important;
	margin-bottom:1em !important;
}
div.wp-caption {
	padding: 1em 0;
} 
div.wp-caption img{
} 
div.wp-caption p{
	padding:0;
	margin:.2em 0;
	line-height: 1em;
	text-align: left;
	font-size: .9em;
	font-style: italic;
}
div.wp-caption.alignleft {margin-right:10px;}
div.wp-caption.alignright {margin-left:10px;}
div.wp-caption.alignleft p{
	margin-right:10px;
} 
div.wp-caption.alignright p{
	margin-left:10px;
}
img.imgtfe {
	margin: 10px;
}
h2.headline_h2{
/*border-bottom:3px double #eee;*/
font-size: 3em !important;
/*border-top:3px solid #EDC055;*/
}
.note {
	background:#FFFF42;
}
.post-content blockquote.pullquote {
	font-size: 1.3em;
	font-weight: bold;
	font-style:normal;
	width: 200px;
	line-height:1.2em;
	background: none;
	text-indent: -1em;
	color:#333;
	margin:0 10px;
}
.post-content .pullquote span.pq-quote{display:block; margin:0;}
.post-content .pullquote span.pq-quote::first-letter {
	font-size: 1.6em;
}
.post-content .pullquote span.pq-attr {
	font-size: .8em;
	font-style:italic;
}
.nicetable {
	border: none;
	margin:20px 0;
}
.nicetable td {
	padding: 3px 8px;
}
.nicediv {
	padding: 8px 13px;
	margin:20px 0;
}
div.nicediv h1, div.nicediv h2, div.nicediv h3, div.nicediv h4, div.nicediv h5, div.nicediv h6 {margin:0 !important;} 
table.greenbg{background-color: #dee5d7;}
table.greenbg td{background-color: #CAD5BF;}
div.greenbg{background-color: #CAD5BF; border: 2px solid #dee5d7;}
table.whitebg{background-color: #eee;}
table.whitebg td{background-color: #fff;}
div.whitebg{background-color: #fff; border: 2px solid #eee;}
table.bluebg{background-color: #e1e3f1;}
table.bluebg td{background-color: #d2d5ed;}
div.bluebg{background-color: #d2d5ed; border: 2px solid #e1e3f1;}
table.peachbg{background-color: #e5d1be;}
table.peachbg td{background-color: #f5ddc6;}
div.peachbg{background-color: #f5ddc6; border: 2px solid #e5d1be;}
#bookshelfnotice a {
	color: #990000;
}
div#thisissuenav>ul, div#thisissuenav>h3{
	display:block !important;
	background:#f6dea5 !important;
	padding-left: 20px !important;
	width:160px !important;
}
.tag-on-the-bookshelf h1{
	font-size: 125% !important;
}
.fixme{background-color: yellow;}
.gallery-item{max-width:150px;}