
/*
Theme Name: MFX Attempt #1
Theme URI: http://php.kennedydatasolutions.com/mfx
Description: First crack at duplicating the MFX site
Version: 0.1
Author: Jacob Kennedy
*/
body{
	font-family:Helvetica,Arial,sans-serif;
	color: #6a6a6b;
	font-size:12px;
	line-height:1.3;
	azimuth: inherit;
}
		
b, strong, li.linkcat{
	/* font-weight:bold; */
	color:#532380;
}
em{
	font-style:italic;
}
hr{
	height: 1px;
	border: none 0;
	border-top: 1px solid silver;
}		
p{
	margin-bottom:1em;
}
#maincontainer{
	width: 880px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	z-index:100;
	position:relative;
}
		
.topsection, #backribbon{
	background: #848485;
	height: 25px; /*Height of top section*/
}
#backribbon{
	position:absolute;
	display:block;
	width:100%;
	z-index:0;
}
		
.topsection{
	color:#FFF;
	font-size:12px;
	line-height:1.8;
}
.topleft{
	font-weight:bold;
}
		
#contentwrapper{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
		
#contentcolumn{
	margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}
		
#leftcolumn{
	float: left;
	width: 200px; /*Width of left column*/
	margin-left: -880px; /*Set left margin to -(MainContainerWidth)*/
}
		
#footer{
	clear: both;
	width: 100%;
	border-top:1px solid #BCBEC0;
	padding: 4px 0;
	color:#B3B3B3;
	margin-bottom:10px;
	height:30px;
}
#footer div{
	float:left;
	text-align:left;
}
#footer div,#footer a{
	font-family:	Helvetica,Arial,sans-serif;
	font-size:	10px;
	color:	#B3B3B3;
}
#footer a{
	font-weight: bold;
}
#copy{
	width: 200px;
}
#sitemap{
	width: 479px;
}
#footer #privacy{
	width: 200px;
	float:right;
	text-align:right;
}
		
#footer a{
	color: #FFFF80;
}
#footer a:hover {
	color:#532380;
}
#footer a:link, #footer a:visited {
	color:#848486;
	font-weight:bold;
	text-decoration:none;
}
#menu li.current a, #menu li.current_page_item a{
	color:#532380;
}
#menu a:hover, #menu li a:hover, #menu a:visited:hover {
	color:#BCBEC0;
}
#menu a:link, #menu a:visited, #menu li.current li a {
	color:#848486;
}
#menu a:link, #menu a:visited{
	display:block;
	font-size:24px;
	font-weight:bold;
	line-height:24px;
	margin:0;
	padding-bottom:1px;
	text-decoration:none;
}
#menu ul{
	margin-left:20px;
}
#menu li.current_page_item ul, #menu li.current_page_ancestor ul{
}
#menu ul a:link, #menu ul a:visited {
	font-size: 18px;
	line-height:18px;
}
#menu ul ul a:link, #menu ul ul a:visited {
	font-size: 12px;
	line-height:12px;
}
.header{
	margin-bottom:70px;
	height:112px;
	display:block;
	position:relative;
}
.header h1, #left_logo{
	position:absolute;
}
#left_logo{
	left:-72px;
	width:177px;
	height:63px;
	bottom:0;
}
.header h1{
	bottom:-5px;
}
h1{
	color:#532380;
	font-size:24px;
	font-weight:bold;
	letter-spacing:-1px;
}
h2{
	color:#532380;
	font-size:18px;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:20px;
}
a:hover {
	color:#BCBEC0;
}
a:link, a:visited {
	color:#532380;
	text-decoration:none;
}
#blog_meta{
	margin-top: 40px;
}
a:hover{
	text-decoration: underline;
}
#blog_meta h2{
	margin-top: 5px;
}
#blog_sidebar{
	width: 190px;
	float: right;
	/*
	border-left:1px solid #B2B2B2;
	border-bottom:1px solid #B2B2B2;
	*/
	margin-left:10px;
	margin-bottom:10px;
}
#blog_sidebar h2 {
	border-bottom:1px solid #B2B2B2;
	margin-bottom:8px;
	margin-top:12px;
	padding-bottom:8px;
}
#blog_sidebar h2.first {
	margin-top:0;
}
.sidebar_tweets li li {
	line-height:1.2;
	margin-bottom:0.75em;
	margin-left:1em;
	text-indent:-1em;
}

.advanced-recent-posts li, .blogroll li{
	margin-left:1em;
	text-indent:-1em;
}
.reg10px {
	font-size:10px;
	font-weight:normal;
	letter-spacing:normal;
}
li.linkcat, .blogroll{
	margin-top:4px;
}
li.linkcat{
	font-weight: bold;
}
li.linkcat .blogroll{
	font-weight: normal;
	color:#848486;
}