@CHARSET "UTF-8";
@import url(reset.css);
@import url(clearer.css);

body {
    font:13px Arial, Helvetica, sans-serif;
    background: #c0e2e6 url(../images/bg.gif) repeat-x left top;
    }

.on { font-weight: bold;}
em {font-style: italic;}

#wrapper {
	background: url(../images/logo.gif) no-repeat left top;
}

#container { width: 950px; margin: 0 auto;}
#header {}
#Nav-bar { border-bottom: 1px solid #34b5d0;}
#Categories { float:left; color: #900;
	background: #FED870;
	margin-left: 10px;
	margin-bottom: -1px;
	z-index: 100;}
#LetterTabs { float:right;padding-right: 10px;}
#Articles {}
#Show-article { padding: 20px 0;}
#Rel-article { padding: 20px 0; }
#Page-nav { border-top: 1px solid #ccc;}
#main { background: #fff; border: 1px solid #34b5d0; border-top: 0 none;}

/* #header */
#header h1 { font-size: 24px; font-family: Georgia;margin: 20px 0;}
#header h1 span.subtitle {font-size: 16px; font-style: italic;}

/* #Articles */
#Articles H2 { font-size: 24px; font-family: Georgia;padding: 20px 0 20px;text-align: center; }
#Articles H2 em {font-style: italic;}
#Articles dl { margin: 2em 4em;}
#Articles dl a { color: #00f; text-decoration: none;}
#Articles dl a:hover { color: #900; text-decoration: underline;}
#Articles dl dt { font-size: 14px; color: #00f; padding: 10px 5px 0}
#Articles dl dd { color: #333;padding: 3px 5px 10px; border-bottom: 1px dotted #ccc;}
#Articles dl dd .read_full { font-size: 11px; font-weight: bold;}

/* Show-article */
#Show-article h2 {font-size: 16px; color: #c00;padding-bottom: 1em;}
#Show-article .article-content { padding: 0 2em;}

/* Rel-article */
#Rel-article h2 {padding: 5px 0 10px 15px;font-size: 14px; color: #999; font-weight: bold; }
#Rel-article ul { padding: 0 10px;font-size: 11px;}
#Rel-article ul li { margin-bottom: 5px;}
#Rel-article ul li a { display: block; color: #444;text-decoration: none; padding-left: 16px; background: url(../images/arrow.gif) no-repeat left top;}
#Rel-article ul li a:hover { color: #000;} 

.article_info { background: #fff;color: #777;padding: 5px 10px; text-align: right; font-size: 11px;border-bottom: 1px solid #ccc;}
.words_info { border-left: 1px solid #34b5d0;border-right: 1px solid #34b5d0;
background: #fff;color: #777;padding: 5px 0; text-align: center; font-size: 11px;border-bottom: 1px dotted #ccc;}

/* page_nav */
.page_nav {}
.page_nav li { float:left;margin-left: 5px;}
.page_nav li a {
	font-size: 11px;
	display: block;
	padding: 3px 10px;
	border: 1px solid #ccc;
	border-top: 0 none;
	background: #eee;
	color: #555;
	text-decoration: none;
}
.page_nav li a:hover { color: #000; }


/* .layout4col */
.layout4col { margin: 0; background: #fff;}
.layout4col .col { width: 25%; padding: 10px 0; float: left;}
.layout4col .col .word { padding-bottom: 4px;}
.layout4col .col .word a { padding-left: 26px;background: url(../images/arrow.gif) no-repeat 10px top;color: #333; text-decoration: none;}

/* layout3col */
.layout3col { margin: 0 auto;width: 99%;}
.layout3col .col { width: 33%; padding: 10px 0; float: left;}
.layout3col .col .word { padding-bottom: 4px;}
.layout3col .col .word a { padding-left: 16px;background: url(../images/arrow.gif) no-repeat left top;color: #333; text-decoration: none;}

.layout3col #col2 { background: #eee;}


/* layout2col */
.layout2col { width: 100%;}
.layout2col .col.left { width: 70%; float: left;}
.layout2col .col.right { width: 29%; float: right; border-left: 1px solid #ccc;}

/* Tabs*/
.tabs { 
	position: relative; 
	list-style: none;
	padding-left: 10px;
	font-size: 93%;
	}
.tabs .tab { 
	float: left; 
	margin-bottom: -1px;
	}
.tabs .tab a { 
	display: block; 
	padding: 2px 5px;
	border: 1px solid #6ec7d9;
	background: #D7EEF3;
	text-decoration: none;
	color: #5c919d;
	margin-right: 2px;
	}

.tabs .tab.on a,.tabs .tab a:hover { 
	padding: 2px 5px;
	border: 1px solid #34b5d0;
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #000;
	}
.tabs .tab.on a {font-weight: bold;}


/*
 *	dropdown
 */
.dropdown { list-style: none;}
.dropdown a {color: #900; text-decoration: none;}
.dropdown .options {
	padding-right: 16px;
	background: url(../images/dropdown_arrow.gif) no-repeat bottom right;
}
.dropdown > li {
	position: relative;
	z-index: 60;
	padding: 2px 5px 1px ;
	border: 1px solid #FEBF0F;
	border-bottom: none; 
	letter-spacing: .2em;
	}
.dropdown li ul { 
	list-style: none;
	display: none; 
	}
.dropdown li:hover ul { 
	display: block;
	position: absolute;
	top:19px;
	left:-1px;
	width: 150px;
	background: #FED870;
	border: 1px solid #FEBF0F;
	border-top: none; 
	}
.dropdown li ul li a { display: block;
	padding: 0px 5px 1px;
	font-size: 85%;
	border-top: 1px dotted #FEBF0F;
	}
.dropdown li ul li.on { display: none;}
.dropdown li ul li a:hover { background: #FEBF0F;}