/*
Theme Name: Merillian Theme
Theme URI: tbd
Description: Merillian Corporate Theme
Version: 1.0
Author: Merillian, LLC
Author URI: www.merillian.com
*/

* {
	margin: 0;
	padding: 0;
}


/* Header Main Container */ 

#header {
	width: 850px;
	height: 85px;
	margin: 0px auto 0px auto;
	padding: 0px 6px 0px 6px;
	background-color: #76A2F9;
}


/* Header > Logo Container */

#logo {
	float: left;
	margin: 15px 0 0 10px;
	width: 150px;
	height: 50px;
}



/* Header > Menu Bar Buttons */

#menu {
 float: right;
	z-index: -1000;

}

#menu ul {
	z-index: -1000;
	margin: 0;
	padding-top: 0px;
	list-style: none;
}

#menu li {
	z-index: -1000;
	display: inline;
}

#menu a {
	z-index: -1000;
	display: block;
	float: left;
	width: 110px;
	height: 31px;
	margin-left: 2px;
	margin-top: 43px;
	padding-top: 10px;
	background: url(images/img03.gif) no-repeat;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: small;
	color: #000000;
}

#menu a:hover {
	z-index: -1000;
	background-image: url(images/img04.gif);
	padding-top: 10px;
	color: #0066FF;
}

#menu .active a {
	z-index: -1000;
	background-image: url(images/img05.gif);
}

#bottom_meta {
	margin-bottom: 15px;
	padding-bottom: 20px;
}

#entry {
	margin-bottom: 30px;
	padding-bottom: 20px;
}

#feedback {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

body {
	margin: 0px 0;
	background: #92D400;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}

hr {
  	margin-top: 30px;
	margin-bottom: 35px;
	width: 80%;
	color: #CCCCCC;
	height: 1px;
	border: hidden;
}


h1, h2 {
	color: #339933;
	padding-bottom: 5px;
}

h3 {
	font-size: 1em;
	color: #339933;
	padding-bottom: 5px;
}

p, blockquote, ul, ol {
	margin-bottom: 1em;
	line-height: 1.65em;
	text-align: left;
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 0px;
}

ul li {
	padding-left: 0px;
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #106A99;
}

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



/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
	

.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	padding-bottom: 5px;
	border-bottom: 25px;
	}
/* End Images */


img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

img.mleft {
	float: left;
	margin: 4px -6px 1px 15px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
div.flashmovie {
	margin: 1em auto;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	background: #3C74E6 url(images/img06.gif) repeat-x;
}

.boxed .title h2 {
	height: 15px;
	padding: 6px 0 6px 20px;
	text-transform: uppercase;
	font-size: 1em;
	color: #FFFF00;
	background: transparent;
}

.boxed .content {
	padding: 25px 40px 25px 40px;
	border-top: 1px solid #FFFFFF;
	background: url(images/img07.gif) repeat-x;
}

#boxed a {
	color: #106A99;
	background: #FFFFFF;
}


/* Post Three Column Layout */

/* Post */

.post {
}

.post .title {
	background: #3C74E6 url(images/img06.gif) repeat-x;
	font-size: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
}

.post .title span {
	display: block;
	height: 28px;
	padding: 12px 0 0 20px;
}

.post .date {
	margin-top: -25px;
	padding-bottom: 10px;
	padding-right: 20px;
	text-align: right;
	font-size: x-small;
	color: #FFFFFF;
	background: #92D400
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	clear: both;
	padding-top: 0px;
	padding-bottom: 35px;
	font-size: 10px;
}

.post .meta p {
	margin: 0;
	padding: 10px 15px 20px 20px;
	border-top: 1px #CCCCCC;
	line-height: normal;
}

.post .story {
	padding: 20px;
	border-top: 1px solid #CCCCCC;
	background: url(images/img07.gif) repeat-x;
}

.post .searchboxresults {
	padding: 20px;
	border-top: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}


/* Content for smaller large Graphic on Sub Pages*/

#contentgraphicsub {
	width: 850px;
	margin: auto;
	padding: 10px 6px 10px 6px;
	background-color: #FFFFFF;
}


/* Content > Main */

#main {
	float: left;
	width: 418px;
	padding-left: 15px;
	background-color: #FFFFFF;
	padding-top: 0px;
}


/* Content > Main Sub Pages */

#mainsub {
	float: left;
	width: 700px;
	padding-left: 15px;
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Welcome Two Column */

#welcome2 {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#maincontent {
	float: left;
	width: 600px;
	padding-top: 0px;
}

#maincontent .boxed .title h2 {
	background: url(images/img08.gif) no-repeat;
}

.longlist
{
padding-left: 35px; 
padding-right: 50px; 
}

/* Content > SidebarSmallRight */

#sidebarSmallRight {
	float: left;
	width: 233px;
	padding-left: 15px;
}

#sidebarSmallRight h2 {
	padding: 0px 0px 12px 0px;
	font-size: 14px;
}

#sidebarSmallRight ul {
	padding-bottom: 0px;
	padding-top: 0px;
}

#sidebarSmallRight .boxed .title h2 {
	background: url(images/img10.gif) no-repeat right top;
}

#sidebarSmallRight .boxed .content {
	padding: 20px 20px 10px 30px;
	border-top: 1px solid #FFFFFF;
	background: url(images/img07.gif) repeat-x;
}

/* LocationBar */

#locBar {
	clear: both;
	width: 850px;
	height: 15px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	color: #000000;
	background-color: #FFFFFF;
}

#locBar p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: x-small;
}

#locBar a {
	text-decoration: underline;
}

#locBar a:hover {
	text-decoration: none;
}

/* Location Bar Menu */

#locBarMenu {
float:inherit;
}

#locBarMenu ul {
	list-style: none;
	clear: both;
	width: 862px;
	height: 38px;
	margin: 0 auto 0 auto;
	color: #FFFFFF;
	background-color: #5A89E9;
}

#locBarMenu li {
	display: inline;
}

#locBarMenu a {
	display: block;
	float: left;
	width: 90px;
	height: 24px;
	margin: 5px 0px 3px 5px;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	font-size: x-small;
	font-weight: bold;
	background-color: #739CED;
}

#locBarMenu a:hover {
	background-color: #FFFFFF;
	color: #0033CC;
}

#locBarMenu .active a {
	color: #0066FF;
	background-color: #D4E0FA;
	font-weight: bold;
}


/* Search */
.searchtext {
	text-align: center;
	background-color: #FF9900;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Begin Form Elements */
#searchform {
	margin: 0px auto;
	padding: 0px 0px 8px 0px;
	text-align: left;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	margin-bottom: 5px;
	}
	
#sidebar #searchsubmit {
	margin: 5px auto;
	padding: 1px;
	}
	
	#sidebar input {
	padding: 1px;
	margin: 3px auto 12px 0;
	font-size: 11px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 5px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Footer */

#footer {
	clear: both;
	width: 862px;
	height: 45px;
	margin: 0 auto;
	padding: 10px 0;
 	background-color: #FF9900;
	font-size: 11px;

}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	color: #FFFFFF;
	background-color: #FF9900;
	font-size: 11px;
}

#footer a {
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #FF9900;
}

#footer a:hover {
	text-decoration: none;
}

/* Footer > Legal */

#legal {
}
