/* unlicensed to kill local eyes and ears 
   CSS Document 
*/

/* begin site common elements */

.a img { border-style: none; margin: 0; }

body { 
	background: url('../images/background.jpg') top left repeat-x ; 
	background-color: #fff;  
	color: #333; 
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; 
	font-size: 14px;
	line-height: 1.5em;
	margin: 15px auto;
	width: 980px; 
}

li { margin-left: 25px;}

p { line-height: 1.5; text-align: justify; }
p + p { margin-top: 1em;  text-align: justify; }

.align_center { text-align: center; }
.align_left { text-align: left; }
.align_right { text-align: right; }
.align_top { vertical-align: top; }
.bold { font-weight: bold; }
.clear { clear: both;}

/* 
 * end common elements
 */

.ad2 { display: inline-Block;  width: 300px; text-align: center;}

.content { border: 1px solid #039; background-color: #fff; min-height: 850px; padding: 15px 15px 30px 15px; width: 960px;}
.content h1 { font-size: 16px; font-weight: bold; line-height: 45px; vertical-align: baseline;   }

.link_article  { color: #03f; font-size: 10px; margin-left: 5px; }
.link_source { color: #03f;  text-decoration: underline; }


#navigation ul { text-align: center; }
#navigation li { display: inline-block; font-size: 16px;  padding: 10px 0px; text-align: center; }
#navigation li a { color: #069;}
#navigation li a:active { color: #069; text-decoration: underline;}
#navigation li a:hover  { color: #09c; font-weight: bold;}
#navigation li a:visited { color: #069;}

.page_footer { background-color: #fff;  margin: 0 ;  padding: 0px 0 15px 0;  text-align: center; vertical-align: bottom; overflow: hidden; width: 990px; height: 125px; }
.page_footer_nav {  margin: 0 auto; padding-top: 20px; text-align: center; width: 960px; }

.splash { width: 1000px;} 
#splash_img {margin: 0 auto; padding-top: 0px; vertical-align: top; }

.polaroid { 
	border: 5px #999 solid; 
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 2px 1px 10px #999; 
	-mox-box-shadow: 1px 1px 5px #999; 
}

.theme_date { color: #666; font-size: 10px;}
.theme_explain_font { color: #666; font-size: 10px;}
.theme_updated { color: #090; font-size: 10px; }
.under_construction { margin-top: 0px; padding: 0 0 10px 20px;  }


