/*
Theme Name: MCTheme
Theme URI: http://www.onelily.com
Description: Default based.
Version: 1.0
Author: Sanna B. Coates
Author URI: http://www.onelily.com
Tags: Market Counsel, buddypress

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */

ul, ul li, ul ul li, ul ul, li {
margin: 0px;
padding: 0px;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	background: #e2e2e2 url('images/body_bg.gif') repeat-x;
	color:#755f43;
	font-family: "Trebuchet MS", sans-serif;
	text-align: center;
	}
	
body {
font-size: 11px;	
}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background: #fff url(images/top_bg.gif) repeat-x;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	border: 1px #d8d4cf solid;
	padding: 0 0 10px 10px;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	background: #e7e7e7 url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #755f43;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #755f43;
	text-decoration: underline;
	}

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

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

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

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}
	
#container {
border-left: 2px #fff solid;
border-bottom: 2px #fff solid;
border-right: 2px #fff solid;
background: transparent url(http://marketcounsel.com/images/wrap-bg.png) repeat-y;
}

#container-home {
border: 2px #fff solid;
background: #fff;
}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 980px;
	border: 0px solid #959596;
	}

#header {
	background: #fff url(images/top_bg.gif) repeat-x;
	margin: 0;
	padding: 0;
	height: 118px;
	width: 976px;
	border-top: 2px #fff solid;
	border-left: 2px #fff solid;
	border-right: 2px #fff solid;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn, #content {
	float: left;
	padding: 20px;
	margin: 0px 17px 0 15px;
	width: 680px;
	background: url(images/page-bg.png) no-repeat top left #fff;
	}
	
.narrowhome {
border: 1px #e1e1e1 solid;
	float: left;
	padding: 20px 20px 0 20px;
	margin: 0px 17px 0 15px;
	width: 678px;
	min-height: 280px;
	background: url(images/page-bg.png) no-repeat top center #fff;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 976px;
	clear: both;
	height: 110px;
	background: #636363;
	}

.fleft {
width: 40%;
float: left;
color: #fff;
padding: 20px;
}

.fright {
width: 40%;
float: right;
padding: 20px;
color: #fff;
text-transform: uppercase;
text-align: right;
font-size: 10px;
}

.fright2 {
text-transform: none;
font-size: 11px;
}

.fright a {
color: #fff!important;
text-decoration: none!important;
padding: 0px 5px;
}

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

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */


/* MC CSS */

p
	{
	line-height:21px;
	margin:10px 0px 15px 0px;
	}
	
.imgbrderBlack
    {
	 border:#000000 solid 1px;
	
	}	

a, a:visited
	{
	color:#755f43;
	text-decoration:underline;
	}
a:hover
	{
	text-decoration:none;
	}		


h1
	{
	color:#a7783f;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	font-stretch:narrower;
	line-height:25px;
	margin:10px 0px 20px;
	padding:0px;
	text-align: left;
	}
	
h1:first-letter
    {
	  font-size:30px;
	}	
	
	
h2
	{
	font-size:24px;
	color:#ba8748;
	font-weight:normal;
	margin:10px 0px;
	}
	
h2 a {
color:#ba8748;
text-decoration: none;
}

#sidebar h2 {
font-size: 18px;	
}
	
h3
	{
	font-size:13px;
	margin:40px 0px 0px 0px;
	color: #755f43;
	}
			
h4
	{
	color:#a7783f;
	font-family:"Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:normal;
	font-stretch:narrower;
	font-style:italic;
	line-height:1.5em;
	margin:0px;
	padding:0px;
	}
	
h5
	{
	color:#755f43;
	font-family:"Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:bold;
	font-stretch:narrower;
	font-style:italic;
	line-height:18px;
	margin:0px;
	padding:0px;
	}	
	
hr
	{
	color:#e8e3dd;
	width:100%;
	margin:40px 0;
	border: 1px #e8e3dd solid;
	}

hr.noMargin
    {
	  color:#C9A477;
	  width:580px;
	  margin:0px;
	  margin:2px 0px 2px 0px;
	}
	
/* END MC CSS */

/* Top Menu */


ul#topNav
	{
	margin:0;
	padding:0px;
	list-style:none;
	float:right;	
	overflow:hidden;
	height:23px!important;
	}

ul#topNav li
	{
	list-style:none;
	float:left;
	margin:0px;
	height:27px!important;
	margin:0px;
	padding:0px!important;
	}

ul#topNav li a, ul#topNav li a:visited
	{
	display: block;
	color:#666666;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	float:left;
	padding:2px 11px 0px;
	height:23px!important;
	margin-left:1px;
	}

ul#topNav li a:hover
	{
	color:#FFFFFF;
	background:url(images/menu_hover_bg.gif) repeat-x top;
	}

ul#topNav li ul {
	display: none; 
	width: 160px; 
	background-color: #ba8748;
	text-align: left;
	}


ul#topNav li:hover ul {
	display: block;
	position: absolute;
	margin: 23px 0 0 1px;
	padding: 3px 0 5px 0; 
	}

ul#topNav li ul li ul {
display: none;	
left: 159px;
position: absolute;
top: 0;
}	

ul#topNav li ul li:hover ul {
display: block;	
}

ul#topNav li:hover li {
	float: none; 
	}
ul#topNav li:hover li a {
	background-color: #ba8748;
	background-image: none!important;
	color: #ccc; 
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.1em;
	height: 30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
ul#topNav li li a:hover {
	background-color: #ba8748; 
	background-image: none!important;
	color: #fff;
	}

/* Top Menu */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 80px;
	padding: 2px;
	border: 1px #ccc solid;
	}

#sidebar #searchsubmit {
	padding: 1px;
	background: #ba8748;
	border: 1px #ba8748 solid;
	color: #fff;
	font-weight: bold;
	}

.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 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar-home {
width: 207px;
height: 150px;
background-color: #fff;
color: #c39964;
float: left;
margin: 0px;
}

#shome-top {
background-color: #ebe8e4;	
padding: 10px 20px 30px 20px;
width: 172px;
}

#shome-top a {
font-size:14px;
font-family:Arial Narrow, Arial, Helvetica, sans-serif;
color:#a37936;
float:left;
clear:both;
line-height:22px;
}

#shome-top a#videoLink
	{
	background:url(http://marketcounsel.com/images/camera.gif) no-repeat 2px 5px;
	padding:0px 0px 0px 25px;
	margin-top:3px;
	}
	
#shome-top a#press
	{
	background:url(http://marketcounsel.com/images/file.gif) no-repeat 2px 5px;
	padding:0px 0px 0px 25px;
	margin-top:3px;
	}

#shome-top a#ahead
	{
	background:url(http://marketcounsel.com/images/rss.gif) no-repeat left 6px;
	padding:0px 0px 0px 25px;
	margin-top:3px;
	}

#shome-top h2
	{
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#c39964;
	margin:0px 0px 4px 0px;
	padding:0px;
	}




#sidebar form {
	margin: 0;
	}

	
ul.sidenav, ul.sidenav-on {
list-style-type: none;
margin-left: 0px;
}

ul.sidenav {
border-top: 1px #cac3b3 dotted;
}

ul.sidenav-on ul {
list-style-type: none;
margin-left: 10px;
padding: 10px 0 5px 0;
}

ul.sidenav-on {
background-color: #f0efeb;
padding-left: 0px;
padding-top: 10px;
}

ul.sidenav-on ul li {
padding-bottom: 10px;	
list-style-image: url(images/sub_menu_bullet.gif);
margin-left: 20px;
padding-left: 0px;
}

ul.sidenav-on a {
display: block;
background: url(images/menu_title_bullet_active.png) no-repeat left;	
padding-left: 20px;
color: #bd8749;
text-decoration: none;
font-size: 13px;
font-weight: bold;
}

ul.sidenav-on ul a {
color: #a2917f;
text-decoration: underline;
font-size: 11px;
font-weight: normal;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
background: none;
margin: 0px;
padding: 0px;
}

ul.sidenav-on ul a:hover {
text-decoration: none;	
}

ul.sidenav li a {
display: block;
width: 192px;
border-bottom: 1px #cac3b3 dotted;
color: #666;
text-decoration: none;
font-size: 13px;
font-weight: bold;
padding: 5px 0 5px 20px;
background: #e8e3dd url(images/menu_title_bullet.png) no-repeat left;
}

ul.sidenav li a:hover {
background: #f0efeb url(images/menu_active_title_bullet.png) no-repeat left;	
color: #bd8749;
}


#sidebar
{
padding: 10px;	
width: 192px;
float: right;
margin-right: 12px;
	border-top: 7px #745f42 solid;
}

.blogsidebar h2 a {
text-decoration: none!important;
color: #ba8748!important;
}

div.sbbox {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px #d8d4cf dotted;
}

.blogsidebar ul, .blogsidebar li {
list-style-type: none;
margin-left: 0px;	
}

.blogsidebar ul li {
list-style-image: url(images/sub_menu_bullet.gif);
margin-left: 20px;
padding-bottom: 6px;
}

#topfooterhome {
clear: both;
height: 380px;
padding: 25px 20px;
margin: 0px 17px 0 15px;
width: 905px;
background: url(images/topfooter-bg.png) repeat-x top left #fff;
}

.service-box {
background: url(images/servicebox-bg.png) repeat-x top left;
width: 210px;
height: 250px;
float: left;
margin: 0px 7px;
text-align: center;
font-weight: bold;
font-size: 13px;
padding-top: 10px;
color: #816139;
margin-top: 10px;
}

.media-box {
width: 190px;
float: right;
background-color: transparent;
border-left: 1px #ded4c8 solid;
min-height: 250px;
padding-left: 15px;
margin-top: 10px;
font-size: 13px;
color: #666;
font-weight: bold;
}

.media-box span {
color: #9b9898;	
}

.media-box a {
color: #ba8748;
text-decoration: none;
}

.media-box a:hover {
color: #666;	
}

.media-hr {
height: 1px;
border-bottom: 1px #ccc dashed;
}

/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#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;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.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;
}
/* End captions */

/* MC MASTHEADS */

.header-left {
float: left;
width: 244px;
padding: 30px 0 0 20px;
}

.header-right {
width: 553px;
height: 118px;
float: right;
background: url(images/top_right_bg.jpg) no-repeat top right;
position: relative;
}

.navbar {
position: absolute;
bottom: 0px;
right: 10px;
}

.header-image {
clear: both;
border-top: 3px #ba8748 solid;
border-bottom: 3px #e8e5e0 solid;
width: 976px;
margin: 0px auto;
text-align: center;
background: #fff;
height: 150px;
}

.header-bottom {
height: 30px;
background: #fff;
}

/* MISC */

.padc {
padding: 10px;
border: 1px #ba8748 solid;
}

.padright {
margin: 0px 0px 15px 15px;
padding: 5px;
border: 1px #ba8748 solid;
}

.morepadright {
margin: 0px 0px 15px 15px;
padding: 10px;
border: 1px #ba8748 solid;	
}

.morepad {
margin-top: 20px;	
}

.profpic {
padding: 5px;
border: 1px #ba8748 solid;	
}

.footer-logo {
width: 230px;
text-align: center;
float: left;
padding: 10px 0px;
margin-top: 45px;
vertical-align: middle;
}

.clear {
clear: both;	
}

.pageul li {
list-style-image: url(http://marketcounsel.com/images/menu_red_bullet.gif)!important;
padding-left: 10px;
}

.valuestb {
border: 1px #755f43 solid;	
}

.image-events {
margin-top: 10px;
border: 1px #c0b19d solid;
padding: 5px;
}

/*Top Right Drop Downs*/

.dropdown {
width: 179px;
float: right;
background-color: transparent;
margin-top: 30px;
margin-right: 30px;
margin-bottom: 42px;
}

a#topLink, a#topLink:visited
	{
	display:block;
	padding:3px 25px 2px 5px;
	background:#FFFFFF url(http://marketcounsel.com/images/combo_select.gif) no-repeat top right;
	text-decoration:none;
	font-size:11px;	
	border:1px solid #BCCAF4;
	width:155px;
	}
	
a#topLink:hover
	{
	color:#000000;
	}
	
		
#imageDropDown
	{
	display:block;
	float:right;
	width:179px;
	background:#E5E5E5;
	border-right:1px solid #BCCAF4;
	border-bottom:1px solid #BCCAF4;
	border-left:1px solid #BCCAF4;
	list-style:none;
	padding:0px;
	margin:0px;
	text-align:center;
	z-index:100;
	position:absolute;
	*left: 854px;
	}

#imageDropDown a
	{
	display:block;
	padding:5px 3px;
	text-align:center;
	}

.hide
	{
	display:none;
	visibility:hidden;
	}

.show
	{
	display:block;
	visibility:visible;
	}
	
	.tblBgColor 
	{ 
	background-color:#d9bb94; 
	}
	
.tblBg
	{
	background-color:#c9a67a;
	}	

.tblBg td
	{
	padding:5px;
	}		

.tblBgColor tr td
	{
	color:#666666;
	background:#f1e2cf;
	}
.tblBgColor tr.odd td
	{
	background:#f9eee0;
	}

.tblSubHeading
    {
	 background-color:#c9a67a;
	 color:#FFFFFF;
	 font-weight:bold;
	}

.txtTblHdg
	{
	background-color:#ba8748;
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
	}

.txtTblData
	{
	background-color:#feedd8;	
	color:#000000;
	font-weight:normal;
	
	
	}

/**********************/

ul.bulleted
	{
	list-style:none;
	margin:0px;
	padding:0px 0px 0px 4px;
	}

ul.bulleted li, .narrowcolumn ul li
	{
	background:url(http://marketcounsel.com/images/menu_red_bullet.gif) no-repeat left 8px !important;
	padding:0px 0px 0px 20px !important;
	margin:0px 0px 10px 0px !important;
	}
	


ul.testlist li {
padding-bottom: 12px;	
text-align: left;
}

.thinline {
height: 1px;
border-bottom: 1px #e8e3dd solid;
margin-bottom: 10px;
margin-top: -10px;
}

.google {
margin-top: 10px;
text-align: right!important;
width: 980px;
}

input#google
	{
	color:#a7a7a7;
	border:1px solid #636363;
	background:#fefefe url(images/google_logo.gif) no-repeat left top;
	padding:3px 0px 4px 50px;
	font-size:10px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	width:175px;
	}

input.search
	{
	border:1px solid #636363;
	color:#333333;
	padding:2px 10px;
	background-color:#fefefe;
	font-size:11px;
	margin:0px 0px 0px 7px;
	cursor:pointer;
	}
	
.examtb, .infotb {
background-color: #d9bb94;	 
margin: 20px 0;
}

.examtb td, .infotb td {
background-color: #f1e2cf;
color: #666;
}

.examtb td h4 {
font-weight: bold!important;
}

.orwhite {
background-color: #ba8748;
color: #fff;
}

.brwhite {
background-color: #c9a67a!important;
color: #fff!important;
font-weight: bold;
}

.presstb td {
padding: 5px;	
}

/*Sitemap */
ul.sitemap, ul.sitemap ul
	{
	list-style:none;
	list-style-image:none;
	padding:0px 0px 0px 4px;
	margin:0px;
	}	

ul.sitemap li, ul.sitemap li ul li
	{
	line-height:23px;
	}

ul.sitemap li
	{
	background:url(http://marketcounsel.com/wp-content/themes/MCTheme/images/submenu_active_bullet.gif) no-repeat left 9px !important;
	padding:2px 0px 5px 12px !important;
	}

ul.sitemap li ul li
	{
	background:url(http://marketcounsel.com/wp-content/themes/MCTheme/images/sub_sitemap_bullet.gif) no-repeat left 9px !important;
	padding-left:12px;
	}

ul.sitemap li ul li ul li
	{
	background:url(http://marketcounsel.com/wp-content/themes/MCTheme/images/sitemap_sub_bullet.gif) no-repeat left 9px !important;
	padding-left:12px;
	}

/*Sitemap */
ul#sitemap, ul#sitemap ul
	{
	list-style:none;
	list-style-image:none;
	padding:0px 15px;
	margin:0px;
	}	

ul#sitemap li, ul#sitemap li ul li
	{
	line-height:23px;
	}

ul#sitemap li
	{
	background:url(http://marketcounsel.com/wp-content/themes/MCTheme/images/menu_red_bullet.gif) no-repeat left 11px !important;
	padding-left:14px;
	font-weight:bold;
	}

ul#sitemap li ul li
	{
	background:url(http://marketcounsel.com/wp-content/themes/MCTheme/images/menu_red_sub_bullet.gif) no-repeat left 11px !important;
	padding-left:14px;
	font-size:13px;
	font-weight:normal;
	}

ul#sitemap li ul li ul li
	{
	background:url(http://marketcounsel.com/wp-content/themes/MCTheme/images/menu_green_sub_bullet.gif) no-repeat left 11px !important;
	padding-left:14px;
	font-weight:normal;
	font-size:12px;
	}

ul#sitemap li ul li ul li ul li
	{
	font-size:11px;
	}


/** FORMS **/

.formtbl {
text-align: left;	
}

.formtbl td {
vertical-align: top;	
text-align: left;
}

.star {
color: #ba8748;
}

.inquirysubmit {
text-align: left; 
float: left; 
clear: both; 
margin-top: 10px;	
}

/* MISC */

.socialmedia {
margin-right: 5px;	
}



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
