/*
Theme Name: Losmosis
Description: Gonna git down doooown.
Version: 0.1
Author: Noah Tsutsui
Author URI: http://www.noahtsutsui.com
*/
body {
	margin: 0;
	background: #FFF;
	font: normal 100 12px/16px georgia, times, serif;
	color: rgb(45, 28, 28);
}
p {
	margin: 0;
}
a {
	color: #ed1c24;
	text-decoration: none;
}
a:hover {
	color: #ed1c24;
	text-decoration: underline;
}
.clearBoth {
	clear: both;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
}
#searchBar {
	width: 982px;
	padding: 9px;
	background: rgb(205, 199, 196);
}
#search {
	margin: 0;
	padding: 0;
}
#searchform {
	padding: 0;
	margin: 0 0 0 0;
	height: 25px;
	position: relative;
	
}
#s {
	position: absolute;
	top: 0;
	right: 69px;
	height: 19px;
	border: 1px solid rgb(158,152,149);
	margin: 0;
	padding: 2px;
	font: normal 100 16px/16px georgia;

	
}
#searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	background: rgb(155, 149, 146);
	color: rgb(112, 65, 65);
	font: italic 100 10px/10px georgia;
	text-transform: uppercase;
	border: 0;
	height: 25px;
	width: 60px;
	text-align: center;
}
#header {
	margin: 44px 0 0 0;
}
ul#navTop {
	float: right;
	list-style: none;
	margin: 18px 0 0 0;
}
ul#navTop li {
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
	text-align: center;
	color: #FFF;
}
ul#navTop li a {
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 12px;
	display: block;
	width: 61px;
	height: 70px;
	line-height: 61px;
}
ul#navTop li a:hover {
	color: #7f0d0f
}
ul#navTop li.cat-item-4 a {
	color: #cc0000;
	background: url('images/nav-beige.gif')  top center no-repeat;
}
ul#navTop li.cat-item-17 a {
	background: url('images/nav-gray.gif')  top center no-repeat;
}
ul#navTop li.cat-item-18 a {
	background: url('images/nav-orange.gif')  top center no-repeat;
}
ul#navTop li.cat-item-19 a {
	background: url('images/nav-red.gif')  top center no-repeat;
}
ul#navTop li.cat-item-20 a {
	background: url('images/nav-blue.gif')  top center no-repeat;
}
ul#navTop li.home a {
	background: url('images/nav-brown.gif')  top center no-repeat;
}
ul#navTop li.current-cat, ul#navTop li.home_selected {
	width: 61px;
	height: 70px;
	background: url('images/nav-selected.gif') no-repeat;
}
table#consession {
	
	margin: 0 0 56px 0;
}
td {
	vertical-align: top;
}
td.content {
	width:480px;
	padding: 0 0 0 10px;
	vertical-align: top;

}
td.features {
	background:url('images/block.gif');
	width:300px;
		vertical-align: top;

}
td.tableBreak {
	background: #FFF;
	width: 20px;
		vertical-align: top;

}
td.siteInfo {
	background:url('images/block.gif');
	width: 150px;
		vertical-align: top;

}
#content {
	width: 490px;
	float: left;
	margin: 0 20px 0 0;
	background: #FFF;
}
#content img {
	border: 0;
}
#features {
	width: 300px;
	float: left;
	background: #FFF;
	margin: 0 0 0 0;
	padding: 0;
	cursor: pointer;
}

#sidebar {
	width: 150px;
	float: right;
	padding: 0 0px 0 0;
	background: #FFF;

}
.sectionTitle {
	background: url('images/section-headiner-bg.gif');
	display: block;
	width: 145px;
	height: 23px;
	color: #FFF;
	line-height: 23px;
	padding: 0 0 0 5px;
	margin: 0 0 25px 0;
	text-transform: lowercase;
	font-weight: 700;
}
.entryTitle {
	display: block;
	margin: 0px 0 11px 0;
	background: url('images/title-stripe.gif');
	width: 345px;
	padding: 8px 120px 10px 25px;
	border-bottom: 1px double #dcd5d1;
}
.entryTitle h2 {
	margin: 0 0 4px 0;
	font-size: 18px;
	line-height: 20px;
}
.entryTitle h2 a {
	color: #ed1c24;
	text-decoration: none;
}
.entryTitle h2 a:hover {
	color: #ed1c24;
	text-decoration: underline;
}
.entryTitle h4 {
	margin: 0;
	font-weight: 100;
	color: #ed1c24;
	font-size: 12px;
	line-height: 14px;
}

.postWrapper {
	margin: 0 0 50px 0;
}
.postWrapper blockquote {
	border-width: 0 0 0 4px;
	border-style: solid;
	border-color: rgb(180, 143, 143);
	color:  rgb(153, 102, 102);
	padding: 0 0 0 5px;
}
.post_meta {
	margin: 23px 0 0 0;
	border-width: 1px 0 0 0;
	padding: 13px 0 0 0;
	border-style: solid;
	border-color: rgb(220, 213, 209);
	color: rgb(105, 51, 51);
}
.post_meta a {
	color: rgb(204, 102, 0);
	text-decoration: none;
	
}
.post_meta a:hover {
	text-decoration: underline;
}
.comment_count {
	float: right;
}
.post_meta span.categories {
	float: left;
	margin-right: 10px;
}
.post_meta span.tags {
	display: block;
}
/*features featured*/

.featuredArticle{
	width: 300px;
	height: 170px;
	position: relative;
	margin: 0;
}
.featuredArticle img {
	border: 3px solid rgb(223, 213, 214);
	overflow: hidden;
	z-index: 100;
}
.featuredArticle .titleBg {
	opacity: .87;
	width: 300px;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 34px;
	background: #ed1c24;
	display: block;
	z-index: 200;
}
.featuredArticle .title {
	width: 300px;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 34px;
	color: #FFF;
	display: block;
	z-index: 300;
	font-size: 18px;
	line-height: 34px;
	padding: 0 0 0 10px;
}
#features hr {
	color: rgb(205, 199, 196);
	height: 1px;
	border: 0;
	background: rgb(205, 199, 196);
	margin: 5px 0 11px 0;
	padding: 0;
}
/*Blogroll bookmarks*/
ul#bookmarks {
	margin: 0 0 0 15px;
	padding: 0;
}
ul#bookmarks li{
	padding: 0 0 4px 0;
}

/*site info*/
#sidebar #siteinfo {
	margin: 0 0 0 15px;
	padding: 0;
	color: rgb(204, 102, 0);
}
#sidebar #siteinfo li {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: color: rgb(204, 102, 0);
}
#sidebar #siteinfo li a {
	color: rgb(204, 102, 0);
	text-decoration: none;

}
#sidebar .archiveDropdown {
	margin: 7px 0 0 15px;
	border: 1px solid rgb(164, 185, 127);
}
#siteinfo li a:hover {
	text-decoration: underline;
}
#sidebar hr {
	color: rgb(205, 199, 196);
	height: 1px;
	border: 0;
	background: rgb(205, 199, 196);
	margin: 15px 0;
	padding: 0;
}
#sidebar .tagTitle {
	color: rgb(112, 65, 65);
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 4px 0;
}
#sidebar .tags a{
	color: rgb(51, 153, 153);
}
.wpcf7 p{
	padding: 0 0 10px 0;
}
/*Bottom nav*/
#trimBottom {
	margin: 0;
}
img#smallLogo {
	float: left;
	margin: 27px 0 10px 11px;
	border: 0;
}
ul#navBottom {
	float: right;
	list-style: none;
	padding: 0;
	margin: 40px 11px 10px 0;
}
ul#navBottom li {
	float: left;
	margin: 0 10px 0 0;
	text-transform: uppercase;
}
ul#navBottom li a {
	text-decoration: none;
	border-right: 1px solid #cdc7c4;
	padding: 0 10px 0 0;
}
ul#navBottom li a:hover {
	text-decoration: underline;
}
ul#navBottom li.cat-item-4 a {
	color: red;
}
ul#navBottom li.cat-item-17 a {
	color: #cdc7c4;
}
ul#navBottom li.cat-item-18 a {
	color: #cc6600;
}
ul#navBottom li.cat-item-19 a {
	color: #cc0000;
}
ul#navBottom li.cat-item-20 a {
	color: #339999;
}
ul#navBottom li.home a {
	color: #704141;
}
#footer {
	padding: 15px;
	background: rgb(205, 199, 196);
}
#footer, #footer a {
	color: #FFF;
}
#footer ul {
	list-style: none;
}
#footer #siteinfo {
	margin: 0;
	padding: 0;
	width: 138px;
	float: left;	
}
#footer #siteinfo li {
	margin: 0 65px 0 0;
	padding: 0 0 4px 0;
}
#footer #siteinfo a {
	font-size: 14px;
	font-weight: 700;
}
#footer #contactUs {
	margin: 0 65px 0 0;
	padding: 0;
	font-size: 14px;
	font-weight: 700;
	float: left;
	width: 138px;
}
#footer #contactUs li ul {
	margin: 0;
	padding: 0;
}
#footer #contactUs li ul li{
	font-size: 12px;
	font-weight: 100;
	padding: 0;
	margin: 0 0 0 15px;
}
#footer ul#footerTags {
	margin: 0;
	padding: 0;
	float: left;
	width: 628px;
}
#footer #footerTags a {
	font-size: 14px;
	font-weight: 700;
}
#footer #footerTags li ul {
	margin: 0 0 0 15px;
	padding: 0;
}
#footer #footerTags li ul a {
	font-weight: 100;
	margin: 0 0 0 10px;
}