/*
The Meteorites Databases
Style Sheet

style.css
*/


/*-----------Block Level Elements--------------*/
label { width: 10em; float: left; }
td {
 border-style: solid;
 border-width: 1px;	
 border-color: #515151;
}

.imagecell {
 width: 32px;	
}


table {
 margin-left: auto;
 margin-right: auto;
 width: 100%;	
}


body {
 color: #000;
 background: url('images/bg_body.png'); /* was #7f7f7f */
 font: 8pt Verdana;
 margin: 0px;
 padding: 0px;
}

img {
 border: 0px;
}

a:link, a:visited {
 color: #2D4794;
 text-decoration: none;
}

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

#wholepage {
 width: 940px;
 margin: 0px auto 0px auto;
 padding-top: 45px;
}

#header {
 width: 693px;
 height: 60px; // 145
 background: transparent /*url('images/roundheader.png') repeat-x*/;
 margin-left: auto;
 margin-right: auto;
 margin-left: 252px;
 margin-bottom: 5px;
}

.tagline {
 float: left;
}

.sp {
 float: right;
}

#search {
 float: right;
 padding-top: 6px;
}

#content_top {
 height: 45px;
 width: 950px;
 background: url('images/content_top.png');
 font: bold 10pt Arial;
 color: #fff;
}

#content_bottom {
 height: 40px;
 width: 950px;
 background: url('images/content_bottom.png');
 font: 8.5pt Arial;
 color: #fff;
}

a.toplinks:link, a.toplinks:visited {
 font: 10pt Arial;
 color: #fff;
 font-weight: bold;
 margin-right: 20px;
}

p.linksbartext {
 padding-top: 3px;
 padding-left: 20px;
 float: left;
}

p.legaltext {
 padding-left: 20px;
 //padding-bottom: 10px;
 float: left;
}

#topbar {
 background: url('images/topbar.png') ;
 width: 100%;
 height: 35px;
 position: fixed;
 z-index: 7;
}

#topinner {
 width: 957px;
 margin-left: auto;
 margin-right: auto;
}

p.toptext {
 margin-left: 200px;
}

#brand {
 width: 234px;
 float: left;
}

/* #latest {
 width: 930px;
 height: 100px; //349
 background: url('images/hl2.png');
 margin: 0px 0px 20px 10px;
 z-index: 2;
}*/

#latest h1 {
 padding: 15px 0px 0px 10px;
}

table.latest {
 padding-top: 10px;
}

td.l-features {

}

#l-right {
 float: right;
 height: 281px;
 width: 343px;
 margin-left: 5px;
}

#l-left {
 float: left;
 width: 560px;
 margin-left: 7px;
 background: #fff;
}

#page {
 background: url(images/content_main.png);
 width: 950px;
}

.clearlogo {
 margin: 25px 0px 0px 5px;
}


#content {
 float: right;
 width: 660px;
 margin-right: 20px;
 margin-top: 10px;
 margin-bottom: 10px;
}



#sidebar {
 width: 250px;
 margin-right: 737px;
 margin-left: 10px;
 margin-top: -3px;
 border-right: 1px solid #DFDFDF;
}



#footer {	width: 100%;	clear: both;}


a {text-decoration: none;}



a:hover { text-decoration: underline;}



/*-------------Headings-------------*/

h1 {
 font: bold 20pt Helvetica;
 color: #000;
 margin: 0px;
 padding: 0px;
}



h2 {
 font: bold 14pt Verdana;
 color: #2D4794;
 text-decoration: none;
 //text-transform: uppercase;
 margin: 0px;
 padding: 0px;
}



h4 {
 height: 22px;
 padding: 5px 0px 0px 5px;
 margin: 0px;
 font: bold 10pt Arial;
 color: #fff;
 background: #8D8D8D;
}


/*-------------The Post-------------*/

#pagetop {
 width: 930px;
 height: 50px;
 background: url('images/hl2.png');
 margin: 0px 0px 20px 10px;
 z-index: 2;
}

a.storytitle:link, a.storytitle:visited, a.storytitle:hover {
 font: bold 14pt Verdana;
 color: #2D4794;
 text-decoration: none;
 //text-transform: uppercase;
}



.post { 
 padding: 0px 10px 10px 10px; 
 margin-bottom: 10px;
 border-bottom: 1px dotted #5F5F5F;
}


/*--------------Sidebar------------*/

#sidebar ul, #sidebar li, #sidebar li li {
 margin: 0px; 
 padding: 0px;
 list-style: none;
}

ul li li {
 padding-left: 0px;
 margin-left: 0px;
}

.widget {
 min-height: 100px;
 width: 227px;
 margin: 10px 0px 0px 5px;
 padding: 5px;
 background: url('images/widgetbg.png') no-repeat;
 
}

#spacer {
 min-height: 1px;
}

.widgetcontent {
 width: 217px;
 margin: 5px 0px 5px 5px;
}

.widgetcontent li:before {
 content: "\00BB \0020"; //important
}

.title {
 font: bold 10pt Verdana;
 color: #2D4794;
 height: 21px;
 padding: 3px 0px 0px 3px;
 margin: 0px 0px 0px 0px;
 
 border-color: #000;
 border-bottom-style: dotted;
 border-width: 1px;
 
}

.widget a {

 text-decoration: none;
 font: 8pt Verdana;
}

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

#sidebar li { 
 margin-top: 5px;
 margin-right: auto;
 margin-left: auto;
 width: 201px !important;
}



#sidebar ul ul {
 margin: 0px;
 padding: 0px;
}



#sidebar ul, #sidebar li {
 margin-top: 0px; 


 padding: 0px;
}

//hr {display: none;}