/* 
	Theme Name: MOJO2010
	Theme URI: http://www.mojolocollc.com
	Description: Our own original slice of pie
	Author: The Man
	Author URI: http://www.mojolocollc.com
	Version: 1.0
		
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

.page {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
.body {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(images/background_body.jpg);
	background-position: left top;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 17px;
	background-repeat: no-repeat;
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
}
.topnav {
	font-size: 11px;
	padding-top: 0px;
	padding-bottom: 5px;
	text-align: right;
	text-transform: uppercase;
}
.blog-headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	color: #E9202A;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.blog-headline-link:link		{	color: #E9202A; text-decoration: underline;					}	
.blog-headline-link:active		{	color: #E9202A; text-decoration: underline;					}
.blog-headline-link:visited		{	color: #E9202A; text-decoration: underline;					}
.blog-headline-link:hover		{	color: #E9202A; text-decoration: none;						}	

.blog-excerpt {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.blog-share {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 35px;
	padding-left: 0px;
}
.blog-dateline {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #333333;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.blog-footer-nav {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #E2353B;
}
#footer{
	width:850px;
	margin:0 auto;
	padding:0 0 15px 0;
}
#footer p{
	font:.7em "Times New Roman", Times, serif;
	color:#666666;
	line-height:12px;
	text-align:center;
	text-transform:uppercase;
}
#footer p a{
	color:#666666;
	text-align:center;
}
#footer p a:hover{
	color:#333333;
}
#footer br{
	line-height:15px;
}