/*
Theme Name: MultivMenu
Theme URI: http://www.newcircleconsulting.com/
Description: The WordPress theme with multi-level menu.
Version: 1.0
Author: Lin Chen
Tags: fix width, two columns, widgets, multi-level dropdown menu for pages

*/

@import "dropdown.css";

body {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #2E2D2D;
	margin: 12px;
	font-size: 13px;
	line-height: 18px;
	color: #2E2D2D;
}

img {
	border: 0;
}

a, a:visited, a:active {
	color: #E3112F;
	text-decoration: none;
}

a:hover {
	color: #D24054;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 12px 0px;
	padding: 12px 0px 0px 0px;
	clear: both;
}

h1 {
	font-size: 26px;
	color: #777676;
	padding-bottom: 10px;
}

h2 {
	font-size: 22px;
	color: #E3112F;
}

h3 {
	font-size: 20px;
}

h4, h5, h6 {
	font-size: 18px;
}

#container {
	width: 972px;
	margin: 0 auto;
	background-color: #fff;
}

#left_col {
	display: inline;
	margin: 20px 20px 20px 32px;
	width: 240px;
	float: left;
}

#right_col {
	float: left;
	width: 660px;
	padding: 20px 0px;
}

#content {
	margin-right: 15px;
}

#testimonials {
	border-left:  8px solid #9D9C9C;
	width: 585px;
	padding: 10px 40px 10px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	line-height: 22px;
	margin: 40px 0px;
	background-color: #eee;
}

#testimonials .by {
	text-align: right;
	font-style: normal;
	padding-top: 12px;
	font-size: 14px;
}

#homecontent {
	font-size: 16px;
	line-height: 22px;
}

#slogan {
	margin: 42px 40px 65px 85px;
	font-size: 26px;
	font-family: "Century Gothic", Helvetica, sans-serif;
	color: #000;
	line-height: 40px;
}


#slogan #line2{
	text-align: right;
}

.module {
	width: 185px;
	margin-right: 0px;
	border-left: 2px solid #4D4C4C;
	padding: 5px 10px 5px 16px;
	float: left;
	font-size: 12px;
	line-height: 16px;
}

.module h4 {
	margin-top: 0px;
	padding-top: 5px;
}

.module ul {
	margin-left: 15px;
}

.module li {
	padding-left: 0px;
	margin-left: 0;
}

div.rightalign {
	text-align: right;
}

a.button, a.wp-caption {
	display: block;
	width: 54px;
	color: #fff;
	background-color: #4D4C4C;
	line-height: 16px;
	font-size: 14px;
	font-family: "Century Gothic", helvetica, arial;
	border-left: 6px solid #E3112F;
	text-decoration: none;
	text-align: center;
	padding-bottom: 2px;
	margin: 15px 0px 0px 0px;
	float: right;
	height: 16px;
}

a.button:hover, a.wp-caption:hover {
	background-color: #E3112F;
	border-left: 6px solid #2E2D2D;
}

#footer {
	clear: both;
	color: #666;
	font-size: 11px;
	padding: 10px 16px 10px 32px;
}

#footer #copyright {
	width: 350px;
	text-align: left;
	float: left;
}

#footer #powered_by {
	width: 500px;
	text-align: right;
	float: right;
}

.sidebar {
	margin: 36px 0px 20px 0px;
}

.sidebar a {
	text-decoration: none;
}

.sidebar a:hover {
	text-decoration: underline;
}

.sidebar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.sidebar>ul>li {
	margin: 15px 0px;
	padding: 8px 0px;
}

.sidebar>ul>li>ul>li {
	padding: 4px 0px;
}

.sidebar h3, .sidebar h2{
	padding: 0px;
	margin: 5px 0px;
	font-size: 20px;
	color: #2E2D2D;
}

#sidebar2>li {
	padding-right: 55px;
}


.separator {
	margin: 20px 0px;
	text-align: center;
}

a.comments-link {
	padding-left: 12px;
	background: url(images/bar_bicolor_lt.gif) no-repeat top left;
}

a.comments-link:hover {
	padding-left: 12px;
	background: url(images/bar_bicolor.gif) no-repeat top left;
}

p.comment-author {
	font-size: 11px;
	font-style: italic;
}

.navigation_single {
	font-size: 11px;
	font-style: italic;
}

img.alignleft {
	float: left;
}

.clr {
	clear: both;
}

#right_col_search {
	text-align: right;
	padding-right: 10px;
	margin-top: -20px;
}

#right_col_search form{
	padding: 0px;
	margin: 0px;
}

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
