/*
Theme Name: Media Growl Website Custom Theme
Theme URI: http://mediagrowl.com/
Description: The theme for the media growl company website
Version: 1.0
Author: Karla Redor
Author URI: http://mediagrowl.com/
*/



/* Begin Typography & Colors */
/*CSS*/

body
{
	font-family: Helvetica;
	font-size: 10pt;
}

a
{
	color: #4872f9;
	text-decoration: none;
}

a img
{
	border: 0;
}

#wrap
{
	width: 960px;
	margin: 0 auto;
}

#header
{
	width: 960px;
}

#logo
{
	width: 400px;
	float: left;
}

#logo span
{
	display: none;
}

#logo a h1
{
	width: 315px;
	height: 65px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
}

#menu
{
	float: left;
	width: 560px;
	margin: 0 auto;
	
}



#menu ul
{

	margin: 0;
	margin-left: 5px;
	padding: 0;
}

#menu li
{
	list-style: none;
	text-align: center;
	float: left;
}

#menu li a
{
	width: 104px;
	display: block;
	height: 70px;
	background-color: #cccccc;
	padding-top: 0.5em;
	color: #666666;
	text-decoration: none;
	border-bottom: solid 3px #dafcbe;
}

#menu li a:hover, #menu li a.active
{
	background-color: #dafcbe;
}

#menu span
{
	font-size: 12pt;
	font-weight: bold;
	line-height: 18pt;
}

.mainbody
{
	width: 960px;
}

.maincont
{
	padding: 0.5em;
}

#mainintro
{
	float: left;
	width: 400px;
	font-size: 14pt;
	line-height: 18pt;
	color: #666666;
}

#mainquote
{
	float: left;
	width: 520px;
	background-color: #e2f7d0;
	font-size: 20pt;
	line-height: 24pt;
	color: #666666;
}

#mainquotecont
{
	padding: 0.5em;
}

#featured
{
	float: left;
	width: 400px;
}

.featcatpost
{
	float: left;
	width: 420px;
}

.catpost
{
	padding: 0.5em;
}

#news
{
	float: left;
	width: 540px;
}

#footer
{
	font-size: 9pt;
	color: #666666;
	text-align: center;
}

#featured h2, #news h2, #news ul li.widget_rss h2.widgettitle a, div.page h2, h2.foliotitle, .featcatpost h2
{
	color: #688458;
	font-size: 16pt;
}

#news ul
{
	margin: 0;
	padding: 0;
}

#news ul li.widget_rss
{
	padding: 0;
	margin: 0;
	list-style: none;
}

#news ul li.widget_rss h2.widgettitle
{
	margin-top: 10px;
}

#news ul li.widget_rss ul
{
	margin: 0;
	padding: 0;
}

#news ul li.widget_rss ul li
{
	list-style: none;
}

#news ul li.widget_rss ul li a.rsswidget
{
	font-size: 12pt;
	font-weight: bold;
	margin-top: 15.6px;
	margin-bottom: 15.6px;
}

#news ul li.widget_rss ul li span.rss-date
{
	display: block;
	color: #666666;
}

#news ul li.widget_rss ul li div.rssSummary
{
	line-height: 16pt;
	margin-top: 0.2em;
	margin-bottom: 1em;
}

div.page
{
	float: left;
	width: 540px;
	padding-right: 0.5em;
}

div.sidebar, .sidebarcat
{
	float: left;
	width: 400px;
}

div.sidebar
{
	float: left;
	width: 370px;
}

.sidebar
{
	background: #E2F7D0;
}

.sidebarcat
{
	margin-left: 100px;
	background: #E2F7D0;
}

.sidebarcat h3, .sidebar h3
{
	color: #688458;
}

.sidebarcat ul, .sidebar ul
{
	margin: 0;
	padding: 0;
}

.sidebarcat ul li, .sidebar ul li
{
	padding: 0;
	list-style: none;
	border-bottom: solid 1px #89a671;
	height: 25px;
	line-height: 25px;
}

div.entry
{
	line-height: 16pt;
}


.clearer
{
	clear: both;
}

.linklove
{
	display: none;
}

