/*
    Theme Name: Asian Nation
    Theme URI: http://asian-nation.org
    Description: Theme for asian-nation.org
    Version: 1.0
    Author: C.N. Le
    Author URI: http://asian-nation.org
*/

body {
	margin: 0;
	padding: 0;
	font: 12px/2 "Lucida Sans Unicode", sans-serif;
	color: #000000;
	background: url(http://images.asian-nation.org/bamboo08c.jpg) no-repeat fixed 8% 10px;
	}

html {
	scrollbar-face-color: #fcf2de;
	scrollbar-track-color: white;
	scrollbar-arrow-color: #800000;
	scrollbar-3dlight-color: #a2a2a2;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: #666666;
	scrollbar-darkshadow-color: black;
	color: #000000;
	}

p, ul, li, ol, .storycontent { font: 12px/2 "Lucida Sans Unicode", sans-serif; color: #000000; }

#top {
	min-width: 990px;
	width:expression(document.body.clientWidth < 990? "990px" : "auto");
	border: 3px solid #afafaf; 
	padding: 0;
	background-color: #fcf2de; 
	-webkit-box-shadow: 0px 0px 12px #808080;
	-moz-box-shadow: 0px 0px 12px #808080;
	box-shadow: 0px 0px 12px #808080;
	-moz-opacity: 0.86;
	opacity: 0.86;
	-khtml-opacity: 0.86;
	}

#tablecontent {
	min-width: 990px;
	width:expression(document.body.clientWidth < 990? "990px" : "auto");
	font: 12px/2 "Lucida Sans Unicode", sans-serif;
	}
	
#left { padding-right: 20px; border: 0; }

.section {
	padding: 10px;
	border: 3px solid #afafaf; 
	background: url(http://images.asian-nation.org/side-grad3.png) no-repeat;
	background-color: white; 
	-webkit-box-shadow: 0px 0px 12px #808080;
	-moz-box-shadow: 0px 0px 12px #808080;
	box-shadow: 0px 0px 12px #808080;
	-moz-opacity: 0.86;
	opacity: 0.86;
	-khtml-opacity: 0.86;
	}

#main {
	padding: 20px;
	border: 3px solid #afafaf; 
	background-color: white; 
	-webkit-box-shadow: 0px 0px 12px #808080;
	-moz-box-shadow: 0px 0px 12px #808080;
	box-shadow: 0px 0px 12px #808080;
	-moz-opacity: 0.86;
	opacity: 0.86;
	-khtml-opacity: 0.86;
	}

#footer {
	min-width: 990px;
	width:expression(document.body.clientWidth < 990? "990px" : "auto");
	text-align: center;
	padding: 0;
	border: 3px solid #afafaf; 
	background-color: white; 
	background: url(http://images.asian-nation.org/foot-grad2.png) no-repeat;
	-webkit-box-shadow: 0px 0px 12px #808080;
	-moz-box-shadow: 0px 0px 12px #808080;
	box-shadow: 0px 0px 12px #808080;
	-moz-opacity: 0.86;
	opacity: 0.86;
	-khtml-opacity: 0.86;
	}

.centered {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.headgraphic {
	text-align: center;
	padding-top: 0;
	padding-bottom: 20px;
	}

h1 {
	color: #800000;
	font: bold 12px/2 "Lucida Sans Unicode", sans-serif;
	letter-spacing: 1px;
	margin: 2px 0 0 0;
	}

h2 {
	color: #7e7e7e;
	font: bold 12px/2 "Lucida Sans Unicode", sans-serif;
	letter-spacing: 1px;
	margin: 2px 0 0 0;
	}

h3, h3 a:link, h3 a:visited {
	font: bold 18px/1.6 "Lucida Sans Unicode", sans-serif;
	letter-spacing: 1px;
	color: #800000;
	margin-top: 2px;
	margin-bottom: 0;
	text-decoration: none;
	text-transform: none;
	border: 0;
	text-shadow: 2px 2px 4px #7e7e7e;
	}

p a:link, li a:link {
	text-decoration: none;
	border-bottom: 1px black solid;
	color: #000000;
	}

p a:hover, li a:hover, p a:active, li a:active {
	color: #800000;
	text-decoration: none;
	border-bottom: 1px #800000 dotted;
	}

p a:visited, li a:visited  {
	color: #606060;
	text-decoration: none;
	border-bottom: 1px #606060 solid;
	}

ul { 
	list-style-type: square;
	margin-left: 6px; 
	padding: 0 12px 0 18px; 
	}

ul li { margin-bottom: 6px; }

ol { 
	padding-left: -10px; 
	margin-bottom: 16px;
	}
	
ol li { margin-bottom: 6px; }

.arrowlistmenu { width: 98%; /*width of accordion menu*/ }

.arrowlistmenu .topics {
	padding: 2px;
	margin: 4px;
	display: block;
	font: bold 15px/1.8 "Lucida Sans Unicode", sans-serif;
	color: #000000;
	background: transparent; 
	text-align: left; 
	text-decoration: none; 
	border-bottom: 1px dotted #afafaf;
	cursor: hand;
	cursor: pointer;
	}

.arrowlistmenu .openheader { /*CSS class to apply to expandable header when it's expanded*/
	padding: 2px;
	margin: 4px;
	font: bold 15px/1.8 "Lucida Sans Unicode", sans-serif;
	border-bottom: 1px dotted #afafaf;
	border-right: 6px solid #800000;
	background: transparent; 
	color: #800000; 
	cursor: hand;
	cursor: pointer;
	}

.arrowlistmenu ul { /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
	}

.arrowlistmenu ul li { 
	padding-bottom: 2px; /*bottom spacing between menu items*/
	font: 12px/1.8 "Lucida Sans Unicode", sans-serif;
	}

.arrowlistmenu ul li a {
	border-bottom: 1px dotted #afafaf;
	background: transparent; 
	color: #000000; 
	display: block;
	padding-left: 20px;
	text-decoration: none;
	}

.arrowlistmenu ul li a:visited { color: #000000; }

.arrowlistmenu ul li a:hover { /*hover state CSS*/
	border-bottom: 1px dotted #afafaf;
	color: #800000; 
	background: url(http://images.asian-nation.org/abullet13.png) no-repeat center left; /*custom bullet list image*/
	}

div.menuBar, div.menuBar a.menuButton {
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #fcf2de;
	text-align: left;
	}

div.menuBar {
	width:620px;
	background-image: url(http://images.asian-nation.org/grad-bar3.png);
	border: 2px inset #ececde;
	display: block;
	padding: 4px 4px 4px 6px;
	margin-bottom: 12px;
	text-align: center;
	line-height: 22px;
	}

div.menuBar a.menuButton {
	background-color: transparent;
	border: 0;
	line-height: 20px;
	color: #fcf2de;
	left: 0;
	margin: 1px;
	padding: 2px 16px;
	position: relative;
	text-decoration: none;
	top: 0;
	z-index: 100;
	}

div.menuBar a.menuButton:hover {
	background-color: #fcf2de;
	border: 0;
	margin: 1px;
	top: 0;
	line-height: 20px;
	color: #800000;
	}

div.menuBar a.menuButtonActive:hover {
	background-color: #fcf2de;
	border: 0;
	margin: 1px;
	top: 0;
	color: #800000;
	line-height: 20px;
	}

.box, .box2 {
	width: 96%; 
	color: #fcf2de; 
	border: 2px inset #ececde;
	display: block;
	padding: 4px 4px 4px 6px;
	margin-bottom: 12px;
	text-align: center;
	line-height: 22px;
	font: bold 15px/1.8 "Lucida Sans Unicode", sans-serif;
	}

.box { background-image: url(http://images.asian-nation.org/grad-bar3.png); }

.box2 { background-image: url(http://images.asian-nation.org/grad-bar4.png); }

img, img a, img a:link, img a:hover, img a:active, img a:visited, .noborder a:link, .noborder a:hover, .noborder a:active, .noborder a:visited, #noborder a:link, #noborder a:hover, #noborder a:active, #noborder a:visited {
	text-decoration: none;
	border: 0;
	}

.reference {
	font: 12px/2 "Lucida Sans Unicode", sans-serif;
	color: #800000;
	word-wrap: break-word;
	}

blockquote a:link, blockquote a:visited, .red a:link, .red a:visited, #red a:link, #red a:visited { 
	text-decoration: none;
	border-bottom: 1px #800000 solid;
	color:  #800000;
	}

blockquote a:hover, blockquote a:active, h4 a:hover, h4 a:active, .red a:hover, .red a:active, #red a:hover, #red a:active { 
	text-decoration: none;
	border-bottom: 1px #800000 dotted;
	color: #800000;
	}

input#s { 
	width: 180px; 
	color: #800000; 
	padding: 4px 4px 4px 26px; 
	font: bold 12px Lucida Sans Unicode;
	background: #fff url("http://images.asian-nation.org/search2.gif") 6px 4px no-repeat;
	-moz-border-radius: 20px;  
	-webkit-border-radius: 20px;  
	border-radius: 20px;  
	}

.submit {
	-moz-border-radius: 12px;  
	-webkit-border-radius: 12px;  
	border-radius: 12px;  
	padding: 2px 8px; 
	color: #fcf2de; 
	background: #800000; 
	font-weight: bold;
	}
	
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	background: #fcf2de;
	border: 2px solid outset #800000;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
	}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	font: bold 12px Lucida Sans Unicode;
	letter-spacing: 1px;
	line-height: 1.1em;
	color: #800000;
	padding: 5px 0;
	text-align: right;
	}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	background: #fcf2de;
	font: bold 14px Lucida Sans Unicode;
	padding-bottom: 10px;
	text-align: center;
	}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 1px solid #C6C6C6;
	background-color: #EFEFEF;
	padding: 5px;
	z-index: 5;
	}

ul.listball { margin-left:4px; list-style-image: url(http://images.asian-nation.org/bullet7.png); }

ul.listball2 { margin-left:-18px; list-style-image: url(http://images.asian-nation.org/bullet7.png); }

.readmore {
	background-color: #fcf2de; 
	font: bold 12px/2 "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
	font-style: italic;
	padding: 2px 6px;
	border: 2px solid #afafaf;
	margin-left: 6px;
	}

.readmore a:link, .readmore a:visited {
	color: #800000;
	text-decoration: none;
	border-bottom: 0;
	}

.readmore a:hover, .readmore a:active {
	color: black;
	text-decoration: none;
	border-bottom: 0;
	}

a.tooltip:link, a.tooltip:visited {
	text-decoration: none;
	border: 0;
	font-family: "Lucida Sans Unicode", sans-serif;
	line-height: 18px;
	color: #000000;
	}

a.tooltip span {
	display: none; 
	padding: 2px 4px; 
	margin-left: 4px; 
	width: 200px;
	}

a.tooltip:hover span {
	display: inline; 
	position: absolute; 
	background: #fcf2de; 
	border: 1px solid #800000; 
	color: #800000;
	}

.labelfield { /*CSS for label field in general*/ color: brown; font-size: 100%; }

.datefield { /*CSS for date field in general*/ color: gray; font-size: 100%; }

#example3 a:link, #example3 a:visited { /*CSS specific to demo 3*/
	color: black;
	text-decoration: none;
	border-bottom: 1px black solid;
	}

#example3 a:hover, #example3 a:visited { /*CSS specific to demo 3*/
	color: #800000;
	text-decoration: none;
	border-bottom: 1px #800000 dotted;
	}

#example3 p { /*CSS specific to demo 3*/ margin-bottom: 16px; }

code { /*CSS for insructions*/ color: red; }
	
h4 { font: bold 15px/1.8 "Lucida Sans Unicode", sans-serif; }
	
h4 a:link { 
	text-decoration: none;
	border-bottom: 1px black solid;
	color: black;
	}

h4 a:hover, h4 a:active { 
	text-decoration: none;
	border-bottom: 1px #800000 solid;
	color: #800000;
	}

h4 a:visited  { 
	text-decoration: none;
	border-bottom: 1px #606060 dotted;
	color: #606060;
	}

#choose {
	font: bold 14px/2.2 "Lucida Sans Unicode", sans-serif;
	text-align: center;
	padding-bottom: 16px;
	}
	
#choose a:link, #choose a:visited { 
	text-decoration: none;
	border-bottom: 2px black solid;
	color: black;
	}

#choose a:hover, #choose a:active { 
	text-decoration: none;
	border-bottom: 2px #800000 dotted;
	color: #800000;
	}

.idTabs ol { margin-left:-6px; }

.align-right { float: right; margin: 0 0 12px 16px; }

.comment-head { color: #800000; font: bold 15px Lucida Sans Unicode; }
	
.tags { color: #7e7e7e; font: 12px/2 Lucida Sans Unicode; }
	
input.forms, select.forms, textarea.forms, textarea.forms2, input#forms {
	font: normal 12px/1.6 "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #800000;
	padding: 2px 4px;
	border: 1px solid #afafaf;
	background-color: white !important;
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;  
	-khtml-border-radius: 10px;
	border-radius: 10px;  
	}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}


/* BELOW IS ORIGINAL STYLESHEET */


blockquote {
	margin: 20px 0;
	padding: 0 20px 0 70px;
	background: transparent url('http://images.asian-nation.org/quote1.png') 0 top no-repeat;
	font: 12px/2 "Lucida Sans Unicode", sans-serif;
	color: #800000;
	}

blockquote p, blockquote ul, blockquote li {
	font: 12px/1.8 "Lucida Sans Unicode", sans-serif;
	color: #800000;
	padding-right: 20px;
	}

blockquote ul, blockquote li { line-height: 1.6 !important; }
	
.pages, .pages a:link, .pages a:visited, .pages a:hover {
	color: #800000;
	font: bold 12px/2 "Lucida Sans Unicode", sans-serif;
	text-transform: uppercase;
	}

.storytitle { margin: 0; }

.storytitle a { text-decoration: none;}

#content { }

