/*
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: "Myriad Pro", Helvetica, Arial, sans-serif;;
	background-color: #fff;
	margin: 0px 30px;
	font-size: 14px;
	line-height: 18px;
	color: #222;
	background: #e3e4e4 url(images/shining.png) no-repeat center top;
}

img {
	border: 0;
}

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

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

h2 a, h2 a:visited {
	color: #d88000;
}

h2 a:hover {
	color: #106ba1;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	padding: 12px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
	line-height: normal;
	color:#0c2336;
}

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

h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
	padding: 20px 0px 12px 0px;
}

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

#container {
	width: 940px;
	margin: 0 auto;
}

#header {
	background: white url(images/header_bg.jpg) repeat-y top right;
	height: 101px;
}

#header #logo {
	width: 652px;
	height: 101px;
	margin: 0px;
	float: left;
}

#header #contactinfo {
	width: 200px;
	float: right;
	text-align: right;
	padding: 25px 30px 0px 0px;
	font-size: 11px;
}

#search {
	margin: 0px 0px 10px 0px;
}

#main {
	background: #fff url(images/sidebar-pattern.gif) repeat-y top right;
	padding-bottom: 16px;
}

#left_col {
	width: 700px;
	float: left;
}

#left_col #navtop {
	text-align: right;
}

#right_col {
	width: 230px;
	float: right;
}

#content_panel{
	min-height: 300px;
	padding: 16px;
}

#footer {
	font-size: 10px;
	text-align: center;
	color: #666;
	width: 800px;
	margin: 16px auto;
}

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

.clr {
	clear: both;
}

.sidebar a, .sidebar a:hover, .sidebar a:visited{
	color: #000;
}

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

.sidebar ul li {
	margin-bottom: 26px;
}

.sidebar ul li ul{
	margin-left: 0px;
	padding-left: 20px;
	list-style-type: disc;
	list-style: disc;
}

.sidebar ul li ul li{
	margin-bottom: 10px;
}

