/*
Theme Name: MarketWatch
Theme URI: http://webqem.com/
Description: Marketwatch default layout.
Version: 1.0
Author: webqem
Author URI: http://webqem.com/
Tags: orange, custom header, fixed width, two columns, no widgets

	 Based on Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	The kubrick 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

*/

/* --------------------------------------------------------------------------------
 * HTML
 * -------------------------------------------------------------------------------- */ 

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,legend,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;} 
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
input, select { font-family: Arial, Helvetica, sans-serif; }

p {
	padding-bottom: 10px;
}

a:link, a:visited {
	color: #f27a24;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
div {}
em {font-style:italic;}
/* --------------------------------------------------------------------------------
 * Body & Page
 * -------------------------------------------------------------------------------- */ 

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	color: #666;
}

#page {
	width: 957px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position:relative;
	}

/* --------------------------------------------------------------------------------
 * Header
 * -------------------------------------------------------------------------------- */ 

#header {
	width: 957px;
	height: 180px;
	margin-bottom: 10px;
/*	background: url(../marketwatch/images/global/bg_header.png) no-repeat 0 0; */
	background: url(../marketwatch/images/global/banner.jpg) no-repeat 0 0;
}

#headerimg {}

#headerimg h1 {
	display: block;
	position: absolute;
	top: 32px;
	left: 24px;
	width: 168px;
	height: 83px;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 1px !important;
	text-indent: -9999em;
	/*background: url(../marketwatch/images/global/hd_market_watch.png) no-repeat 0 0;*/
}

#headerimg h1 a {
	display: block;
	width: 168px;	
	height: 83px;
}

div#headerimg div.description {
	display: block;
	position: relative;
	top: 144px;
	left: 24px;
	width: 909px;
	height: 36px;
	text-indent: -9999em;
	/*background: url(../marketwatch/images/global/hd_at_mlc.png) no-repeat 0 0;*/
	z-index:99;
}

#headerimg .mlc-logo {
	display: block;
	position: absolute;
	top: 12px;
	right: 0;
	width: 113px;
	height: 60px;
	text-indent: -9999em;
	/*background: url(../marketwatch/images/global/hd_mlc_logo.png) no-repeat 0 0;*/
}

#headerimg .mlc-logo a {
	display: block;
	width: 113px;	
	height: 60px;
}

/* --------------------------------------------------------------------------------
 * Global Nav
 * -------------------------------------------------------------------------------- */ 
ul#toplinks {
	float: right;
	margin: 5px 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

ul#toplinks li {
	padding: 0 6px;
	margin-left: 5px;
	display: block;
	height: 25px;
	line-height: 25px;
	float: left;
	border: 1px solid #bbb1b1;
}

ul#toplinks li a:link, ul#toplinks li a:visited {
	color: #f27a24;
	font-size: 1.5em;
}

/* --------------------------------------------------------------------------------
 * Content
 * -------------------------------------------------------------------------------- */ 
#content {
	font-size: 1.2em
}

.narrowcolumn {
	float: left;
	width: 539px;
	margin: 0;
	padding: 10px 0;
}

p.author {
	margin: 0 0 10px 0;
	padding: 0 4px 8px 0;
	color: #fff;
	font-size: 11px;
	text-align: right;
	background: #bbb3b3 url(../marketwatch/images/global/gr_author_arrow.gif) no-repeat 0 100%; 
}

.avatar-box {
	display: block;
	float: right;
	width: 85px;
	padding-left: 20px;
}

.avatar-img {
	float: right;
	width: 40px;
	border: 1px solid #c0b8b8;
}

.avatar-date {}

.avatar-date-day, .avatar-date-month, .avatar-date-year  {
	display: block;
	width: 36px;
	text-align: center;
	background: #f2f2ed;
}

.avatar-date-day {
	font-size: 19px;
	color: #6b4b4b;
	padding-top: 2px;
	line-height: 18px;
	background: #f2f2ed url(../marketwatch/images/global/gr_date_top.gif) repeat-x 0 0;
}

.avatar-date-month {
	font-size: 11px;
	color: #897171;
	line-height: 10px;
	text-transform: uppercase;
}

.avatar-date-year {
	font-size: 9px;
	color: #bcafaf;	
	padding-bottom: 4px;
	line-height: 10px;
	background: #f2f2ed url(../marketwatch/images/global/gr_date_bottom.gif) repeat-x 0 100%;
}

.entry {
	padding-top: 5px;
}

a.more-link, a:visited.more-link {
	color: #F27A24!important;
	font-weight: bold;
	text-decoration: none;
}

a:hover.more-link {
	text-decoration: underline;
}

ul.comments-nav {
	position: relative;
	width: 380px;
	margin-top: -32px;
	margin-left: 159px;
	padding: 8px 0 5px 0;
	list-style: none;
	text-align: right;
}

ul.comments-nav li {
	padding: 2px 6px;
	margin-left: 4px;
	display: inline;
	border: 1px solid #bbb1b1;
	font-size: 11px;
}

ul.comments-nav li a:link, ul.comments-nav li a:visited {
	text-decoration: none;
	color: #f27a24;
}

ul.comments-nav li a:hover {
	text-decoration: underline;
}

ul.comments-nav li.menu-comment {
	background: #f2f2ed;
}

.arrow-up {
	position: absolute;
	top: 0px;
	right: 14px;
	display: block;
	width: 11px;
	height: 7px;
	background: url(images/global/gr_comment_arrow.gif) no-repeat 0 0;
}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: url(../marketwatch/images/global/bg_footer.png) no-repeat 0 0;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
	
	
/* --------------------------------------------------------------------------------
 * Header
 * -------------------------------------------------------------------------------- */ 
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

h1 {
	font-size: 1.4em;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 2.8em;
	color: #f27a24;
	font-stretch: extra-condensed;
}

h2 a, h2 a:visited {
	color: #f27a24;
	text-decoration: none;
}

h2 a:hover {
	color: #666!important;
}

.narrowcolumn h2 {
	margin-right: 100px; 
}

h2.pagetitle {
	font-size: 1.6em;
}

#sidebar h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.3em;
	margin-bottom:0.4em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}


h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

h6 {
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.3em;
}

/* --------------------------------------------------------------------------------
 * Comments
 * -------------------------------------------------------------------------------- */ 

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Helvetica, sans-serif;
	}

.commentlist li {
	font-weight: bold;
}

.commentlist span.comment-nb, #comBox1 div.content .comment-nb {
	display: block;
	height: 45px;
	padding: 0 5px 0 5px !important;
	color: #ccc;
	float: left;
	font-size: 40px;
	font-weight: bold;
	background: none;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #bbb3b3;
	}

.commentlist cite, .commentlist cite a {
	display: block;
	float: left;
	margin-top: 10px !important;
	font-weight: bold;
	font-style: normal;
	font-size: 1.3em;
	line-height: normal;
	color: #999;
}

.commentlist li small {
	color: #999;
	display: block;
	font-size: 11px;
	font-weight: normal;
	line-height: 11px;
}

.comment-top {
	height: 7px;
	background: url(images/global/bg_comment_top.gif) no-repeat 0 100%;
}

.comment-body {
	padding: 10px;
	background: url(images/global/bg_comment_body.gif) repeat-y 0 0;
}

.comment-bottom {
	height: 7px;
	background: url(images/global/bg_comment_bottom.gif) no-repeat 0 0;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	/*font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
}

.reply-body {
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #bbb3b3;
	background: #f2efed;
}

.reply-body input, .reply-body textarea {
	border: 1px solid #c7c7c7;
}

.commentmetadata {
	font-weight: normal;
}

.commentlist li {
	list-style: none;
}

p.edit {
	padding-bottom: 0;
}

/* Begin Comments
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}



#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}*/
/* End Comments */



small, #sidebar ul ul li, #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: #06c;
	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 */


.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	padding-bottom: 30px;
}

.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: 15px 0 50px 0;
	margin: 0 auto;
	width: 957px;
	clear: both;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
#footer a {
	font-size: 1.1em;
	color: #666;
	text-decoration: none;
}
	
#footer #bottomleft {
	font-size: 1.1em;
} 	
	
/* End Structure */


/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}


h2.pagetitle {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */

/* 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: 0;
	margin: 2px 0 9px 11px;
	display: inline;
	border: 1px solid #bbb1b1;
	}

img.alignleft {
	margin: 2px 11px 9px 0;
	display: inline;
	border: 1px solid #bbb1b1;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists */

.entry ul {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}

.entry ul li {
	padding-left: 15px;
	padding-bottom: 10px;
	background: url(../marketwatchadviser/images/global/bt_list.gif) no-repeat 0 6px;
}

.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;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

#sidebar dl {font-size:1.2em;margin-bottom:1em;}
#sidebar dt {font-weight:bold;margin-bottom:0.3em;}
#sidebar dd {margin-left:10px;margin-bottom:0.5em;}
.entry h4 {
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 1.8em;
	font-weight: bold;
	color: #f27a24;
}

.entry h5 {
	padding-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
}


/* End Entry Lists */

/* Begin Form Elements */
div#search {padding-top:10px;clear:left;}
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align:left;
}
#sidebar #searchform label {
	font-size:1.2em;
	font-weight:bold;
}
#sidebar #searchform #s {
	width: 208px;
	padding: 2px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	zwidth: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}
/* End Form Elements */

/* Begin Sidebar */
#sidebar {
	padding: 10px 0;
	margin-left: 579px;
	margin-left: 40px;
	width: 378px;
	position:relative;
	float:left;
}

#sidebar form {
	margin: 0;
}
/* 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;
	}

hr {
	height: 1px;
	display: none;
	border: none;
	border-bottom: 1px solid #bbb1b1;
	width:98%;
}

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 */ 


/* --------------------------------------------------------------------------------
 * Flash Headers
 * -------------------------------------------------------------------------------- */ 
h1.sifr, h2.sifr {
	color: #F27a24;
	font-size: 38px;
	margin-top: -5px;
}

.otheritems  h2.sifr {
	font-size: 20px;
}

/* --------------------------------------------------------------------------------
 * Sidebar
 * -------------------------------------------------------------------------------- */ 
#sidebar ul, #sidebar ul li {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	font-size: 1.2em;
	padding-left: 14px;
	position:relative;
	background:transparent url(../marketwatch/images/global/bt_list.gif) no-repeat 0 5px;
}

.hometeaser, .sideteaser, .more-mlc, .live-webcast {
	margin-bottom: 20px;
	padding: 10px 20px;
	border: 1px solid #bbb3b3;
	background: #f2efed;
	width: 336px
}
.hometeaser {width:497px;}
.hometeaser h2.sifr, .sideteaser h2.sifr, .sideteaser h2.sifr a, .more-mlc h2.sifr {
	color: #333!important;
	font-size: 25px!important;
	margin-bottom: 5px;
}
.hometeaser h2 {margin-top:5px;}
.hometeaser p {font-size:1.4em;}

.sideteaser p {
	font-size: 1.6em;
}

.hometeaser p a, .hometeaser p a:visited, .sideteaser p a, .sideteaser p a:visited {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

.hometeaser p a:hover, .sideteaser p a:hover {
	text-decoration: underline;
}

.more-mlc h3.sifr {
	margin: 0;
	color: #666;
	font-size: 18px!important;
}

.more-mlc p, .more-mlc label, .live-webcast p {
	font-size: 1.2em;
}
.live-webcast h5 {
	padding-top:8px;
	border-top:1px solid #BBB3B3;
	font-size: 1.8em;
	font-weight:bold;
}

.more-mlc p a, .more-mlc p a:visited {
	color: #f27a24;
	font-weight: bold;
	text-decoration: none;
}

.more-mlc form {
	padding-bottom: 15px;
}

.live-webcast {
	background: #f2efed url(../marketwatch/images/global/bg_webcast.jpg) repeat-x 0 0;
}

.live-webcast h2.sifr, .live-webcast h2.sifr a {
	color: #fff!important;
	font-size: 25px!important;
	margin-bottom: 5px;
}

.live-webcast .meet-team {
	float: right;
	width: 90px;
	text-align: center;
	margin-left: 15px;
}

.live-webcast .meet-team img {
	display: block;
}

.live-webcast .meet-team p {
	padding-bottom: 5px;
}

.live-webcast .meet-team p.meet-img {
	padding-bottom: 5px!important;
}

.live-webcast .meet-team p.meet-link a  {
	display: block;
	padding: 2px 7px;
	font-size: 11px;
	color: #f27a24;
	text-decoration: none;
	border: 1px solid #bbb3b3;
	background: #fff;
}



.live-webcast h3 {
	margin: 15px 0 0 0;
	padding: 5px;
	color: #f27a24!important;
	font-size: 17px!important;
	border: 1px solid #bbb3b3;
	background: #fff;
}

.live-webcast h3 a {
	color: #f27a24!important;
}

/* Hover */
.more-mlc p a:hover, .live-webcast .meet-team p a:hover, #footer a:hover {
	text-decoration: underline;
}

#sidebar ul#categorylist li {margin:0 1em 0 0;display:inline;float:left;width:41%;}


/* --------------------------------------------------------------------------------
 * Single Post
 * -------------------------------------------------------------------------------- */ 
ul.nav-post {
	margin-top: -42px;
	height: 42px;
	width: 480px;
	position: relative;
}

ul.nav-post li {
	float: left;
}

ul.nav-post li a {
	color: #f27a24;
	font-size: 15px;
	font-weight: bold;
	padding: 0 6px 0 23px;
	margin-right: 5px;
	display: block;
	height: 25px;
	line-height: 25px;
	float: left;
	border: 1px solid #bbb1b1;
}

li.menu-previous, li.menu-previous a {
	display: block;
}

li.menu-home, li.menu-home a {
	display: block;
}

li.menu-next, li.menu-next a {
	display: block;
}

li.menu-home a 		{ background: url(../marketwatch/images/global/gr_home.gif) no-repeat 5px 5px; }
li.menu-previous a 	{ background: url(../marketwatch/images/global/gr_previous.gif) no-repeat 5px 5px; }
li.menu-next a 		{ background: url(../marketwatch/images/global/gr_next.gif) no-repeat 5px 5px; }

li.page-alt {
	padding: 0;
}

div#utils {float:right;width:145px;margin-bottom:5px;}
div#utils p {margin:0;padding:0;}
div#utils p a {padding:1px 0 0 20px;background-position:0 0;background-repeat:no-repeat;}
div#utils p#emailpage a {background-image:url(../marketwatch/images/global/icon_email.gif);}
div#utils p#printpage a {background-image:url(../marketwatch/images/global/action_print.gif);}
div#utils p#subs a {background-image:url(../marketwatch/images/global/icon_accept.gif);}

table.contenttable {border:0;background-color:#bbb3b3;border-collapse:separate;border-spacing:1px;margin-bottom:1.4em;width:98%;}
table.contenttable th {padding:4px 6px;background-color:#f2efed;text-align:left;vertical-align:top;font-weight:bold;}
table.contenttable td {padding:4px 6px;background-color:#fff;text-align:left;vertical-align:top;}


/* --------------------------------------------------------------------------------
 * Extras
 * -------------------------------------------------------------------------------- */ 
.clearer {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height:0;
}

.divider {
	clear: both;
	height: 5px;
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 1px;
	line-height:1px;
	border-top: 1px solid #f27a24; 
}


/* --------------------------------------------------------------------------------
 * Find an Adviser
 * -------------------------------------------------------------------------------- */ 
#findanadviser {
	padding: 10px;
	background: url(../marketwatch/images/global/bg_panel_body.jpg) repeat-x 0 0; 
}

#findanadviser table td {
	padding: 0 5px 5px 0;
}

#commentform #submit {
	background: url(../marketwatch/images/global/bt_submit_comment.gif) no-repeat 0 0;
	border: none;
	cursor: pointer;
	display: block;
	font-size: 0;
	line-height: 0;
	text-indent: -9999em;
	height: 36px;
	overflow: hidden;
	width: 181px;
}

.postmetadata {
	margin-top: 1em;
}

#commentform label {
	display: block;
	float: left;
	width:40px;
	padding-top: 9px;
}
#todaysdate {
	position:relative;
	top:7px;
	left:0;
	font-weight:bold;
	font-size:18px;
	color:#BBB3B3;
	letter-spacing:-1px;
	width:200px;
}

/* --------------------------------------------------------------------------------
  
form {
	background: #FFFFFF url(../marketwatch/images/bg_panel_body.jpg) repeat-x 0 0;
	border: 1px solid #999999;
	margin-bottom: 2em;
	padding: 0;
	position: relative;
}

fieldset {
	border-bottom: 1px solid #E5E5E5;
	padding: 6px 12px 12px;
}
 
legend {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0.4em;
	padding-top: 6px;
}

 * -------------------------------------------------------------------------------- */ 

.small {font-size:11px !important;}
.bigger {font-size:1.5em !important;}
.imgright {float:right;margin-left:15px;margin-bottom:10px;}
.imgleft {float:left;margin-right:15px;margin-bottom:10px;}






