#banner,
#menu #search_form { display: none; }

#menu .contain { position: relative; }

#menu h1#logo {
	display: block;
	height: 21px;
	left: auto;
	position: absolute;
	right: 5px;
	top: 3px;
	width: 158px;

	background-image: url(../img/feedtacoma-logo-white.png);
	opacity: .75;

	transition: .25s opacity ease-out;
	-moz-transition: .25s opacity ease-out;
	-ms-transition: .25s opacity ease-out;
	-o-transition: .25s opacity ease-out;
	-webkit-transition: .25s opacity ease-out;
}
#menu h1#logo:hover { opacity: 1; }
#menu h1#logo a { display: block; height: 100%; }
#menu h1#logo a span { display: none; }

#menu {
	height: 25px;
	margin: 0 0 40px 0;
}
#menu ul,
#menu ul li {
	height: 25px;
}
#menu ul li a {
	height: 21px;
	padding: 4px 15px 0 15px;

	font: bold 13px helvetica, arial, sans-serif;
}
#menu ul li.active a, #menu ul li:hover>a {
	border-bottom: 2px solid #fff;
	height: 19px;
}

#menu ul.subnav {
	border: 0 none;
	border-bottom: 3px solid #5db358;
}
#menu ul.subnav li a {
	height: auto;
	padding: 4px 15px 3px 15px;

	font-size: 12px;
	font-weight: normal;
}

#featured {
	position: relative;
	margin: 0 0 1em 0;
	font-size: 13px;
}

#featured td {
	width: 25%;
	padding: 0 .35em;
	border-spacing: 0;
}
#featured td.first {
	/*padding: 0;*/
}

#featured .latest_text {
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#featured td a {
	cursor: pointer;
	text-decoration: none;
}

#featured td div {
	position: relative;
	margin: 0 !important;
	padding: 0 !important;
	
	background: #000 !important;
	-moz-border-radius: 10px;
}

#featured td img {
	display: block;
	width: 100%;
	height: 190px;
	padding: 0;
	border: 0;

	background-color: transparent !important;
	background-position: center center;
	opacity: .5;

	-moz-border-radius: 10px;
	filter:alpha(opacity=50)
}

#content #featured td h2 {
	position: absolute;
	width: auto;
	padding: 5px 0 0 10px;
	margin: 0;

	font-size: 18px;
	letter-spacing: 1px;
	line-height: 1em;

	/*
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	*/
}
#featured td h2.title1 {
	display: none;
	bottom: 4px;
	left: 2px;

	color: #333;
}
#featured td h2.title2 {
	bottom: 5px;
	left: 0;

	color: #fff;
	text-shadow: 1px 1px 3px #000;
}

/* #featured td a:hover div { background: #554 !important; } */
#featured td a:hover div h2.title1 { color: #222; }
#featured td a:hover div h2.title2 { color: #ff0; }

#featured td p {
	margin: 5px 10px 10px 10px;
}

#featured td ul {
	list-style-type: none;
	margin: 10px 0 0 0;
}
#featured td li {
	padding: 0 0 5px 10px;
}
#featured td li a{}
#featured td li a:hover{ text-decoration: underline; }


#comics #content {
	margin-top: 0;
}


#content .box_content .all_comics {
	padding-right: 5px;
}
#content .box_content .all_comics .a_comic {
	display: block;
	float: left;
	width: 200px;
	min-height: 65px;
	margin: 0 9px 10px 0;
	padding: 10px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #ccc;

	background: #fff;
	font-size: 12pt;
	line-height: .5em;
	text-align: center;
	-moz-border-radius: 5px;
}
#content .box_content .all_comics .a_comic img {
	width: 200px;
	border: 0;
}


#comics h2.strip_title {
	position: relative;
	
	background-color: transparent;
	background-position: bottom left;
	background-repeat: no-repeat;
}
#comics h2.strip_title a {
	display: block;
	height: 100%;
}

#comics h2.strip_title .byline {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 410px;

	background-color: transparent;
	background-position: bottom right;
	background-repeat: no-repeat;
	color: #ccc;
	font: bold 12pt arial, sans-serif;
	text-align: right;
}


#content .box_content div.cols p {
	text-align: left;
}
#content .box_content div.cols img.framed {
	text-align: center;
}

#content .box_content div.cols .col_left {
	float: left;
	padding: 0;
}
#content .box_content div.cols .col_right  {
	float: right;
	padding: 0;
}
#content .box_content div.cols .two_thirds  {
	width: 57%;
}
#content .box_content div.cols .one_third  {
	width: 30%;
}

#comics .post_nav {
	width: 395px;
	margin: 0 auto !important;
	padding: 0 !important;
}
#comics .post_nav a {
	display: block;
	float: left;
	width: 75px;
	height: 60px;
	margin: 0 10px 0 0;
	padding: 21px 6px 6px 6px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #bbb;	

	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	color: #ff0;
	font-size: 28pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 0 13px #000;
}
/* #comics .post_nav a:hover {
	color: #fff !important;
} */


#comics table.forum_posts {
	width: 580px;
	margin: 0 auto;
}
#comics table.forum_posts td.left_col { width: 30%; }
#comics table.forum_posts td.right_col { width: 70%; }
