/*
THEME NAME: Sidebar
THEME URI: http://sidebar.com
DESCRIPTION: Sidebar B2B Site
VERSION: 1.0
AUTHOR: Steve Zehngut
AUTHOR URI: http://www.zeek.com
*/

@import "reset.css";

body {
	background: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #585858;
	-webkit-text-size-adjust: none;
}

a {
	color: #608FB7;
	text-decoration: none;
}

strong {
	font-weight: 700;
}

.break {
	clear:both;
}

#wrapper {
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 38px;
	background: #fff url(images/mobile/nav-bg-top.gif) repeat-x bottom;
	margin: 0 auto;
}

#header h1, #header h2 {
	display: block;
	background: url(images/mobile/logo.gif) no-repeat top left;
	width: 77px;
	height: 34px;
	text-indent: -999999px;
	margin: 8px 0 0 14px;
	padding: 0;
}


#menu {
	padding: 0;
	background: url(images/mobile/nav-bg.gif) repeat-x;
}

#menu ul {
}

#menu ul li {
	display: inline;
	list-style: none;
	float: left;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

#menu ul li a, #menu .selected {
	display: block;
	color: #464241;
	margin: 0 0 0 0;
	padding: 11px 5px 8px;
	font-size: 11px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff;
	border-left: 1px solid #6f808f;
	border-right: 1px solid #bed0df;
}

#menu .selected {
	background: url(images/mobile/nav-bg-hilite.gif) repeat-x;
}

#menu-bottom {
	clear:both;
	background: url(images/mobile/nav-home-bg.gif) repeat-x;
	height: 5px;
}

#menu-bottom-inside {
	clear:both;
	background: url(images/mobile/nav-inside-bg.gif) repeat-x;
	height: 11px;
}

#content {
	background: #fff;
	margin: 0;
	padding: 0;
}

#home {
	background: url(images/mobile/home.jpg) no-repeat center 5px;
	min-height: 300px;
	margin: 0;
	padding: 0;
}


.home1 {
	font-size: 25px;
	margin: 0 auto;
	padding: 5px 10px;
	width: 300px;
}

.home2 {
	font-size: 12px;
	line-height: 14px;
	margin: 0 auto;
	padding: 5px 10px;
	width: 300px;
}

.home3 {
	font-size: 20px;
	margin: 310px auto 0;
	padding: 0 10px;
	width: 300px;
}

.home4 {
	font-size: 12px;
	line-height: 14px;
	margin: 10px auto 20px;
	padding: 0 10px;
	width: 300px;
}

.home-content a {
	color: #d71b22;
}

.superscript{font-size:xx-small; vertical-align:top;} 
.subscript{font-size:xx-small; vertical-align:bottom;} 

#footer {
	background: #d3d4d5 url(images/mobile/footer-bg.gif) repeat-x top;
	padding: 10px;
	text-align: center;
	margin: 0;
} 

#footer #copyright {
	color: #a6a6a7;
	font-size: 10px;
}

#footer-logos {
	margin: 10px auto 0;
	list-style: none;
	text-align: center;
}

#footer-logos li {
	margin: 0 10px;
	display: inline;
	list-style: none;
	text-align: center;
}

#footer-logos li a {
}

#post-header {
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	padding: 3px 0;
	margin: 2px 0;
}

#post-header ul {
	text-align: center;
}

#post-header li {
	display: inline;
	list-style: none;
	color: #da2129;
	font-weight: bold;
}

#post-header li a {
	color: #4c4c4c;
	font-weight: normal;
}

.post-content {
	clear: both;
	margin: 15px;
}

.post-content h2 {
	font-size: 140%;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content h3, .post-content h3 a, .post-title  {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 0;
	color: #608fb7;
	text-decoration: none;
}

.post-content h4, .post-content .date, .post-meta {
	font-size: 12px;
	color: #9d9d9d;
	font-weight: bold;
	margin: -15px 0 10px 0;
}

.post-content p {
	margin: 0 0 20px 0;
	line-height: 20px;
}

.post-content img.alignnone {
	background: #FFF;
	border: 1px solid #608FB7;
	padding: 4px;
}

.post-content img.alignleft {
	float: left;
	border: 1px solid #608FB7;
	margin: 0 25px 15px 0;
	padding: 4px;
}

.post-content img.alignright {
	float: right;
	border: 1px solid #608FB7;
	margin: 0 0 15px 25px;
	padding: 0;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.post-left-graphic {
	float: left;
	margin: -10px 0 0 0;
	padding: 0;
	width: 290px;
}

.post-left-thumb {
	float: left;
	margin: 0 10px 10px 0;
}

.post-left-thumb img {
	border: 1px solid #608FB7;
}

.post-left-title {
	text-align: center;
	font-size: 11px;
	margin: 2px 0 0 0;
}
