/*  
Theme Name: Mojo Default Themeplate
Theme URI: http://www.mojotheme.com/
Description: The default -minimalist- MojoBlog themeplate. Currently, interchangeable skins (themeplates) are not enabled but will be in future releases of mojoBlog.
Version: 1.1
Author: Kevin Murray -(visualweb/1guy)-
Author URI: http://www.1guywebdesign.com/

*************************************
JOOMLA!/MOJO 1.0 
For use with MojoBlog component
12-25-2007 --visualweb http://www.joomlify.com
v1.1

redev'd typo for improved transparency with joomla templates
*/

/* MOJO -HOME */
body{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}
.pagecontent{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	padding-top:4px;
	padding-bottom:8px;
	color:#2d2812;
	width:100%;
}
.blog-sectionheading {
	font-size:18px;
	font-weight:bold;
	color:#5e6236;
	width:100%;
	text-transform: uppercase;
	background-color: #dfcd93;
	padding: 8px;
	width: 634px;
}
.blog-pagecontent{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#2d2812;
	width:100%;
}
.blog-postlist{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#2d2812;
	width:100%;
	background-color:#f1dea1;
	border-left:solid;
	border-left-color:#dfcd93;
	border-left-width:6px;
}
.blog-postlist td{
padding-left:10px;
padding-right:5px;
}

.blog-name-table{
padding-top:10px;
padding-bottom:10px;
}

a.blog-name {
	font-size:18px;
	font-weight:bold;
	text-decoration:underline;
	color:#a96338;
}
a.blog-name:hover {	
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	color:#a96338;
}

a.blog-comment {
	text-decoration:underline;
	color:#a96338;
}
a.blog-comment:hover {	
	text-decoration:none;
	color:#a96338;
}

a{
	text-decoration:underline;
	color:#a96338;
}

a:hover
{
	text-decoration:none;
	color:#a96338;
}

.blog-footer{
	font-size:12px;
	font-weight:bold;
	color:#5e6236;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	background-color: #dfcd93;
	width: 634px;
	border:1px;
}

.blog-seperator{
width:98%;
border-bottom:1px solid #dfcd93;
}

.blog-rightpanel{
	background-color: #fff1c5;
	margin-left: 22px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 50px;
	padding-left: 20px;
}

#sidebar{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform:uppercase;
	font-weight: bold;
	color: #4e5507;
	width: 180px;
}

#sidebar a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	text-transform:none;
	color: #4e5507;
	text-decoration: none;
}

#sidebar a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform:none;
	font-weight:normal;
	color: #4e5507;
	text-decoration:underline;
}
.blog-rightmenuheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4e5507;
	width: 180px;
	height:35px;
	/*text-decoration: none;
	background-image: url(../images/icon_horzonarrow_rmenu.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;*/
}
a.blog-rightlink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4e5507;
	text-decoration: none;
}

a.blog-rightlink:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4e5507;
	text-decoration:underline;
}

div#mojo_footer {
	color		: #a96338;
	display		: block;
	margin		: 12px auto;
	position	: relative;
	}
	.feedage {border-bottom: 1px solid #dfcd93; padding-bottom:4px; text-align:right; width: 100%;}
	.feedage a.rss {
		background				: url(images/feed_def.gif) center left;
		background-repeat	: no-repeat;
		color						: #5e6236;
		font-size					: 10px;
		font-weight				: lighter;
		}
		.feedage a.rss:hover {
			background			: url(images/feed_ovr.gif) center left;
			background-repeat: no-repeat;
			text-decoration	: none;
			}

	div#get_mojo {
		display					: block;
		margin					: 0 auto;
		width						: 80px;
		position					: relative;
		}
	div#get_mojo  a img {
		border					: 0;
		margin					: 4px auto -8px auto;
		text-align				: center;
		width						: 80px;
		}
	div#get_mojo p {
		color						: #ccc;
		font-size					: 11px;
		margin					: 0 auto;	
		text-align				: center;
		width						: 80px;
		}
