﻿/* jgzheng.net main style sheet
    for screen display
    May, 2006
*/

/* Layout */

#displayArea
{
	margin: 5px auto;
	width: 980px;
	min-height: 600px;
}

#header {    clear: both; margin: auto; height:38px;
   background:black url('/_SiteService/style/img/header-bg.jpg')}

.SearchStyle {
	font-size: x-small;
}
.SearchButtonStyle 
{
	height: 30px; width: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.headerbg{
	color:white;
	vertical-align:middle;
}


#sidebar-navigation 
{
	width: 160px;
	margin: 5px 10px 10px 5px;
	padding: 0;
	float:left;
}

#content
{
    margin: 5px 10px 20px 185px;  padding: 0px 10px 0 10px;
    border-left: 1px solid #f0f0f0; 
}

#main-content
{
    width: 580px;
}

#main-content .wide
{
    width: 100%;
}

#main-content .narrow
{
    width: 400px;
}

#sidebar-content 
{
	width: 160px;
	margin: 5px 5px 10px 10px;
	padding: 0;
	float:right;
}

#sidebar-content .wide
{
	width: 340px;
}	

#footer 
{
	clear: both;    
	margin: 0 auto;     padding: 5px 0 8px 0;
	border-top: 2px solid #f0f0f0; 
}

/* Look and Feel Styles*/
body 
{
    margin: 0 auto; padding: 0;
    font-family: Arial,Verdana,Tahoma,sans-serif; font-size: 14px;
    background: #f4f4f4 url("/_SiteService/style/img/mainbg.jpg") top center repeat;
    color: #000000;
}

h3
{
    font-size: 12px;     color:#666666;
    margin: 0 0 10px 10px;
}

a              {    text-decoration: none;     color: #006600; }
a:hover   {    text-decoration: underline;     color: #006600;   }
a img      {    border: 0; }

#displayArea
{
	background: #ffffff;
	color: #202020;
}

#header h1 
{
    margin: 5px 0 5px 0;    padding: 8px 0 0 7px;
    font: 27px bolder;     font-family:Georgia, "Times New Roman", Times, serif;
}

#header p 
{
	padding: 0 0 5px 8px;	margin: 5px 0 0px 0;
	font-size: 12px; 	font-weight: bold;
}

#sidebar-navigation 
{
	font-size: 10px;
}	

#sidebar-navigation h1, #sidebar-content h1 
{
    font-size: 13px; margin: 5px 0 5px 0;
    border-bottom: solid 1px #cccccc;
}

#sidebar-navigation h2, #sidebar-content h2
{
    font-size: 12px; margin: 5px 0 5px 0;
    border-bottom: solid 1px #cccccc;
}

#content 
{
    line-height: 1.6em;      text-align: left;   
}

#main-content h1 
{
    font-size: 18px; padding-top: 13px; margin: 7px 20px 20px 0px;
    color:#000066;
}

#main-content h2
{
    line-height:10px;
    font-family:Georgia, Verdana, Arial;
    font-size: 14px; padding: 2px auto;
    border-bottom:solid 1px #dddddd;

}

#sidebar-content 
{
	font-size: 10px;
    line-height: 15px;
    color: #505050;
}

#sidebar-content ul
{
    margin-left: 18px; padding-left: 0px;
    list-style-image: url(http://services.zwinfo.org/image/new_window_external_link.gif);
}

#sidebar-content ul li a
{
    padding-left: 0px;     margin-left: 0px;
}

#footer 
{
	text-align: center;
	font-size: 10px;     line-height:16px;  color: #aaaaaa;
	background: url('/_SiteService/style/img/header-bg.jpg') no-repeat right bottom 
}

.externalSite
{
    background-image:url(ico/new_window_external_link.png);
    background-repeat:no-repeat;  background-position:left;
    padding-left: 15px;
}

.linklabel_more
{
	text-align:right;
}
