﻿/* jgzheng.net main style sheet
    for screen display
    May, 2006
*/

body 
{
    margin: 0 auto; padding: 0;
    font-family: Verdana,Tahoma,Arial,sans-serif; font-size: 12px;
    background: #f4f4f4 url("../../img/bg.png") top center repeat-y;
    color: #000000;
}

h3
{
    font-size: 12px;     color:#666666;
    margin: 0 0 10px 10px;
}

a              {    text-decoration: none;     color: #2E7DB8; }
a:hover   {    text-decoration: underline;     color: #2E7DB8;   }
a img      {    border: 0; }

#displayArea
{
	background: #ffffff;
	color: #202020;
	margin: 5px auto;
	width: 980px;
	min-height: 600px;
}

#header {    clear: both; margin: auto; height: 100px;   }

#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 
{
	color: #999999; 	padding: 0 0 5px 8px;	margin: 5px 0 0px 0;
	font-size: 12px; 	font-weight: bold;
}

#sidebar-navigation 
{
	width: 150px;
	margin: 5px 10px 10px 5px;
	padding: 0;
	font-size: 10px;
	float:left;
}	

#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;
}

#sectionSpecific 
{
    margin: 20px 0 20px 0;   padding: 0px 10px 2px 10px;
    width: 130px;    line-height: 15px;
    color: #505050;    background-color: #f4f4f4;
}

#sectionSpecific ul
{
    margin-left: 18px; padding-left: 0px;
    list-style-image: url(http://services.zwinfo.org/image/new_window_external_link.gif);
}

#sectionSpecific ul li a
{
    padding-left: 0px;     margin-left: 0px;
}

#content 
{
    margin: 5px 170px 20px 170px;   padding: 0px 10px 0 10px;
    border-left: 1px solid #f0f0f0;
    line-height: 1.6em;      text-align: left;
}

#content h1 
{
    font-size: 18px; padding-top: 13px; margin: 7px 20px 20px 0px;
    color:#000066;
}

#content h2
{
    line-height:10px;
    font-family:Georgia, Verdana, Arial;
    font-size: 14px; padding: 2px auto;
    border-bottom:solid 1px #dddddd;

}

#content #myphoto 
{
    padding: 10px;  float:right; margin-left: 10px;
    background: #f0f0f0; border-left: 15px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

#sidebar-content 
{
	width: 150px;
	margin: 5px 10px 10px 5px;
	padding: 0;
	font-size: 10px;
	float:right;
}	

#footer 
{
	clear: both;    text-align: center;
	margin: 0 auto;     padding: 8px 0 15px 0;
	border-top: 2px solid #f0f0f0;
	font-size: 10px;     line-height:18px;  color: #808080;
}

.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;
}
