/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/mt-static/themes-base/blog.css);
@import url(/mt-static/support/themes/professional-green/professional-green.css);
/* end StyleCatcher imports */

/* Global ----------------------------------------------------------------- */

body {
    color: #000;  
    font-family: arial;   
    background-color: #fff; 
}

a {
    color: #333399;
    text-decoration: none !important;
}

a:hover {
    text-decoration: underline !important;
}

/* Widget ----------------------------------------------------------------- */

.widget-header {
    height: 20px;
    margin-bottom: 8px;
    background: #330033;
    font-size: .9em;
    color: #fff;
    font-weight: bold;
    border: none;
    padding: 4px 0px 4px 0px;
    line-height: 20px;
    font-family: arial, verdana, san-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    text-align: center;
}

.layout-wm .widget-header {
    background-image: none;
}

/* Content ----------------------------------------------------------------- */

h2.asset-name, 
h2.entry-title a {
    color: #330033;
}

h2.comments-header,
h2.comments-open-header,
h2.trackbacks-header {
    height: 20px;
    background: #330033;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
    border: none;
    padding: 0 6px 0 20px;
    line-height: 20px;
    font-family: arial, verdana, san-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/* Header ----------------------------------------------------------------- */

#header { 
    background-color: #330033;
}

#header { 
    background: #330033 /*url(header-bg.gif) repeat-x 0 0*/ ;
}

#header a {
    color: #fff;
}

#header-content {
    width: 842px; 
    margin: 30px 20px;
}

#header-name {
    color: #fff; 
    font-size: 30px;
    margin-bottom: 5px;
}

#header-description {
    color: #777;
    font-size: 15px;  
}

#topnav {
 	/* width: 842px; */
    	margin: 0;
	height:30px; 
	background-color:#CCCCFF; 
	/*text-align:left;*/ 
	padding-top: 8px;
}

#topnavcontainer {
       margin: 0 auto;
       width: 940px;
       position: relative;
}

#topnavtext {
     width: 842px;
     margin: 0 20px;
}

#topnavtext ul{
	list-style-type:none;
        margin: 0;
	/*margin: 0px 80px; */
	padding:0; 
	text-align:left; 
}

#topnavtext ul li {
	display: inline; 
	font-size: 1.2em; 
	font-weight:bold;
	color:#330033;
	padding:.2em 2em .2em 0;
}

#topnavtext ul li a{
	text-decoration:none;
	color: #330033;
}

#topnavtext ul li a:hover{
	color:#339933;
} 

/* Pagination Styles */

#pagination {
}

.pagination_left {
	float: left;
}

.pagination_right {
	float: right;
}

