/* 
	Theme Name: The Businss Journal of West Central Ohio
	Theme URL: http://www.businessjrnl.com
	Description: Created for The Businss Journal of West Central Ohio.
	Author: Nathan Fast
	Author URI: http://www.triumphantmedia.com
	Version: 1.0
*/

body {
	background: #fff url(./_img/background.jpg) repeat-x;
	color: #333;
	font: 12px arial, sans-serif;
	margin: 0 auto 0;
	padding: 0;
}

div#banner { 
	width: 960px;
	margin: 0 auto;
	position: relative;
}

div#banner img { 
	margin: 0 0 -2px; 					/* NEGATIVE BOTTOM MARGIN MAKES TAGLINE SIT CORRECTLY */
	border-bottom: 1px solid #999;
}

div#banner a#top {
	text-decoration: none;
	text-indent: -9999px;
	position: absolute;
	top: 0;
}

div#banner div#date {
	font: 18px times, serif;
	position: absolute;
	left: 20px;
	top: 165px;
}


/************************************************
UNIVERSAL
************************************************/

div.byline {
	color: #777;
	font: 11px tahoma, arial, verdana, sans-serif;
	padding: 0;
}

div.byline span {
	text-transform: uppercase; 
}

.break {
	clear: both;
}


/************************************************
HEADINGS
************************************************/

h2 {
	font: 25px georgia, times, serif;
	margin: 0;
	padding: 15px 0 0;
}

h3 {
	font: bold 22px georgia, times, serif;
	margin: 0;
	padding: 15px 0 0;
}

h4 {
	font: bold 16px georgia, times, serif;
	margin: 0;
	padding: 0;
}


/************************************************
LINKS
************************************************/

a, a:visited {
	color: #E99A98;
	text-decoration: none;
}
	
a:hover {
	text-decoration: underline;
}




/************************************************
WRAPPER
************************************************/

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	clear: both;
	border-top: 3px double #999;
}


/************************************************
SIDEBAR
************************************************/

div#sidebar {
	float: left;
	width: 320px;
	margin: 0;
	padding: 0;
	background: url(./_img/left.jpg) top left repeat-y;
	background: none;
}


div#sidebar div#navigation {
	float: left;
	width: 128px;
	margin: 0;
	padding: 15px 20px 20px 0;
}

div#sidebar div#navigation h3 {
	margin: 0;
	padding: 0;
}

div#sidebar div#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#sidebar div#navigation ul li {
	display: inline;
	padding: 0;
	margin: 0;
}

div#sidebar div#navigation ul li.current {
	font-weight: bold;
}
	
div#sidebar div#navigation ul li a {
	display: block;
	color: #333;
	text-decoration: none;
	margin: 0px;
	padding: 5px 0px;
	border-top: 1px solid #ddd;
	width: 128px;
}

div#sidebar div#navigation ul li a:hover {
	background: #f1f1f1;
	color: #008596;
}


div#sidebar div#ads {
	float: left;
	width: 151px;
	margin: 0 auto;
	text-align: center;
	padding: 15px 10px 7px 10px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #fafafa;
}


div#sidebar div#ads a img {
	border: 1px solid #ddd;
	margin: -5px 0 0;
	padding: 0;
}

* html div#sidebar div#ads a img {
	margin: -10px 0 0;
}

* html div#sidebar div#ads{
	padding: 15px 10px 7px 9px;
}


/************************************************
CONTENT
************************************************/

div#content {
	float: right;
	width: 639px;
	margin: 0;
	padding: 0;

}

div#main-story {
	padding: 0 0 20px 20px; 
	border-bottom: 1px solid #ccc;
}

* html div#main-story {
	padding: 0 0 20px 20px;
}


div.home div#main-story {
	padding: 0 0 5px 20px; 
	border-bottom: 1px solid #ccc;
}

/************************************************
HOMEPAGE
************************************************/

div.home div#content {
	font: 13px georgia, times, serif;
	line-height: 1.5em;
	background: url(./_img/right-home.jpg) top left repeat-y;
	background: none;
	border-left: 1px solid #aaa;
}
	
div#column-one {
	float: left;
	width: 320px;
	margin: 0 0 -1px 0;
	padding: 0 0 0 0;
	border-right: 1px solid #ccc;
}

div.home div#column-one {
	width: 319px;
}
	
div#column-two {
	float: right;
	width: 319px;
	margin: 0 0 0 0;
	padding: 0 0 20px 0px;
}

div#column-one div.article {
	border-bottom: 1px solid #ccc;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
}

div#column-two div.article {
	border-bottom: 1px solid #ccc;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 15px;
	border-left: 1px solid #ccc;
	margin-left: -1px;
}

div.home div#column-one div.article {
	padding-bottom: 5px;
}

div.home div#column-two div.article {
	padding-bottom: 5px;
}

div#content h3 {
	clear: both;
}

div.article h3 {
	margin-bottom: 10px;
}


div#main-story p img {
	float: right;
	padding: 4px;
	margin: 5px 0 10px 10px;
	border: 1px solid #ddd;
}	

div#content div#column-one p img { 
	float: right;
	padding: 4px;
	margin: 5px 0 10px 10px;
	border: 1px solid #ddd;
}

div#content div#column-two p img { 
	float: left;
	padding: 4px;
	margin: 5px 10px 10px 0;
	border: 1px solid #ddd;
}

* html div#content div#column-one p img, * html div#content div#column-two p img { 
	margin-bottom: 0px;
}

* html div#column-one {
	width: 318px;
	margin: 0 -1px 0 0;
	padding: 0 0 0 0;
	border-right: 1px solid #ccc;
}
	
* html div#column-two {
	width: 318px;
}

* html div#column-two div.article {
	margin-left: 0;
}








/************************************************
PAGES
************************************************/

div.page div#content {
	float: right;
	width: 640px;
	margin: 0;
	padding: 0 0 20px 0;
	font: 13px georgia, times, serif;
	line-height: 1.5em;
	background: url(./_img/right.jpg) top left repeat-y;
}

div.page div#content span.date {
	font: bold 15px georgia, times, serif;
	margin: 15px 0 0;
	display: block;
}

div.page div#content a.headline {
	font-weight: bold;
}

div.page div#content p {
	margin: 10px 0 0;
}

div.page div#content span.result-info {
	color: #777;
	font: 11px tahoma, arial, verdana, sans-serif;
}

div.page div#content span.info {
	border-right: 1px solid #777;
	padding-right: 5px;
	margin-right: 5px;
}

div.page div#content span.result {
	margin-left: 20px;
	display: block;
}

div.page div#content h4 {
	border-bottom: 1px solid #ddd;
	margin: 15px 0 5px;
	font-size: 18px;
	font-weight: normal;
}

/************************************************
INDIVIDUAL POSTS
************************************************/

div.post div#content {
	width: 620px;
	padding: 0 0 20px 20px;
	font: 13px georgia, times, serif;
	line-height: 1.5em;
	background: url(./_img/right.jpg) top left repeat-y;
}

* html div.post div#content p {
	margin: 15px 0;
}

div.post div#content div.byline {
	color: #777;
	font: 11px tahoma, arial, verdana, sans-serif;
	margin: 15px 0 0;
	padding: 0;
	float: left;
}

div.post div#content div.options {
	color: #777;
	font: bold 11px tahoma, arial, verdana, sans-serif;
	margin: 15px 0 0;
	padding: 0;
	float: right;
	text-transform: uppercase;
}

div.post div#content div.options a.print {
	background: #fff url(./_img/print.gif) 0 2px no-repeat;
	padding: 0 0 0 15px;
	margin: 0 15px 0 0;
}

div.post div#content div.options a.email {
	background: #fff url(./_img/email.gif) 0 2px no-repeat;
	padding: 0 0 0 15px;
}

div#author-profile {
	border-top: 1px solid #ddd;
	padding-top: 15px;
}

/************************************************
CAPTIONS
************************************************/

div.post div#content div#article-text div.left {
	border: 1px solid #ddd;
	margin: 5px 10px 10px 0;
	padding: 5px;
	font: 10px tahoma, sans-serif;
	color: #777;
	float: left;
	clear: none;
}

div.post div#content div#article-text div.left div.holder {
	clear: both;
	padding: 0;
	margin: 5px 0 0 0;
	font: 10px tahoma, sans-serif;
	color: #777;
	float: left;
	border: 0;
}

div.post div#content div#article-text div.right {
	border: 1px solid #ddd;
	margin: 5px 0 10px 10px;
	padding: 5px;
	font: 10px tahoma, sans-serif;
	color: #777;
	float: right;
	clear: none;
}

div.post div#content div#article-text div.right div.holder {
	clear: both;
	padding: 0;
	margin: 5px 0 0 0;
	font: 10px tahoma, sans-serif;
	color: #777;
	float: right;
	border: 0;
}

* html div.post div#content div#article-text div.right {
	margin-left: 0;  						/* IE BUG HACK...NOT FIXED */
}

	
/************************************************
*	Footer Background
************************************************/

#footerbg {
	background: #000 url(./_img/footer.gif) repeat-x;
	padding-bottom: 20px;
	float: left;
}
	
/************************************************
*	Footer 
************************************************/

#footer {
	width: 960px;
	color: #FFFFFF;
	margin: 0px auto 0px;
	text-align: left;
	position: relative;
	line-height: 17px;
}
	
#footer p {
	color: #FFFFFF;
	padding: 0px;
	list-style-type: none;
	margin: 0px;	
	}
	
#footer h2 {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	border-bottom: 2px solid #777;
	padding: 0px 0px 2px 0px;
	margin: 15px 0px 0px 0px;
	text-transform: uppercase;
	}
	
#footer h3 {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	border-bottom: 2px solid #777;
	padding: 0px 0px 2px 0px;
	margin: 15px 0px 3px 0px;
	text-transform: uppercase;
	}

#footer a {
	color: #AAAAAA;
	text-decoration: none;
	}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#footer ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

#footer ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
	}
	
#footer ul li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #999999;
	width: 310px;
	}

#footer ul li a:hover {
	background: #666666;
	color: #FFFFFF;
	}
	
#footerleft {
	float: left;
	width: 310px;
	margin: 0px 15px 0px 0px;
	padding: 0px;
	}
	
#footermiddle {
	float: left;
	width: 310px;
	margin: 0px 15px 0px 0px;
	padding: 0px;
}

	
#footerright {
	float: right;
	width: 310px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
		
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
/* End hide from IE-mac */

table#advertising_rates {
	width: 99%;
	margin: 0 auto;
	text-align: center;
}

div#upper-banner {
	text-align: center;
	margin: 0 auto;
	padding: 10px 0 5px;
	border-bottom: 1px solid #ccc;
}

div#lower-banner {
	text-align: center;
	margin: 0 auto;
	padding: 10px 0 5px;
	border-top: 1px solid #ccc;
	clear: both;
}

div#upper-banner a img, div#lower-banner a img {
	border: 1px solid #ddd;
}