/* CSS RESET */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {	line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}:focus {outline: 0;}ins {text-decoration: none;}del {text-decoration: line-through;}table {border-collapse: collapse;border-spacing: 0;}

body {
	background-color:#FFFFFF;
	color:#000000;
	padding:0px; 
	margin:auto; 
	font-family:Verdana, arial; 
	width:1000px;

}

a {
	color:#828282;
	text-decoration:none;
}

a:hover {
	color:#c0c0c0;
	text-decoration:none;
}

html { 
	font-size:11px; 
} 

h1 { 
	color:#333333;
}

h2 {
	color:#333333;
	text-align:left;
	font-size:16px;
	font-weight:bold;
	padding-bottom:5px;
	margin: 5px 0px 5px 0px; 	
}

h3{
	color:#333333;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
	margin: 5px 0px 5px 0px; 	
}

#menu {
	background-image:url(images/top.png);
	height:146px;
}


#menu ul {
	margin-left:80px;
}

#menu ul li {
	float:left;
	margin: 112px 15px 15px 10px;
}

#topMenu {
	width:1000px;
	clear:both;
}

#left {
	float:left;
	width:180px;
	padding: 0px 0px 10px 10px;	
	margin-bottom:10px;
}

#left h2 {
	color:#333333;
	border-bottom:solid 1px #C0C0C0;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
	margin: 5px 0px 5px 0px; 	
}

#left div ul li, #right div ol li{
	line-height:18px;
}

#right {
	float:right;
	margin-left:6px;
	width:790px;
	text-align:center;
}

#content {
	float:left;
	width:590px;
	padding: 0px 10px 0px 10px;
	border-right:solid 1px #C0C0C0;
	border-left:solid 1px #C0C0C0;
	margin-bottom:10px;
	text-align:left;
}

div.post {
	border-bottom:solid 1px #C0C0C0;
	margin-bottom:10px;
}

div.pagePost {
	margin-bottom:10px;
}

div.post p, div.pagePost p{
	padding-bottom:10px;
}

div.contentText {
	padding:10px 0px 10px 0px;	
}

div.contentText p {
	line-height:16px;
}

#singlePost {
	padding:10px 0px 10px 0px;	
}

#singleText {
	margin-top:10px;
}

#singleText p {
	line-height:16px;
	padding-bottom:10px;
}

div.comment {
	padding:10px 0px 10px 0px;	
}

div.metadata {
	margin-bottom:10px;	
}

#rightMenu {
	float:right;
	width:160px;
	margin-bottom:10px;
}

#footer {
	border-top:solid 1px #C0C0C0;
	clear:both;
	text-align:center;
}

/* Begin Comments*/

.commentlist li.alt {

}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 3px 0px;
	list-style: none;
}

.commentlist p {
	line-height:16px;
	padding-bottom:10px;
	padding-top:10px;
}

#commentform p {
	line-height:16px;	
	padding-bottom:10px;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: inline;
}
/* End Comments */

div.center {
	text-align:center;
}

div.right {
	text-align:right;
}

ul li ul {
	padding-left:10px;	
}

ul.normal li {
	list-style-type:disc;
	margin-left:20px;
	line-height:16px;
}

ol.normal li {
	list-style-type:decimal;
	margin-left:20px;
	line-height:16px;
}

th.number {
	width:20px;
}

th.arms {
	width:240px;
}

th.legs {
	width:240px;
}

table.positions tr td {
	padding-left:20px;
	padding-bottom:10px;
}

#blogometroCssExample {
margin-top:10px;
}