/* 
Theme Name: ChiengFa
Author: Michael Holland
*/
body {
  /*  background-color: #f0edf7;  */
  background-color: #FFFFFF;
  color: black;
  font-family: Georgia, serif;
  font-size: medium;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
a {
  /*  color: #903648;  */
  color: #61179D;
  text-decoration: none;
  font-weight: bold;
}
a:visited {
  color: #aa64bf;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: red;
  text-decoration: underline;
  font-weight: bold;
}
h1 {
    font-family: Verdana, Bitstream Vera Sans, sans-serif;
	font-size: 150%;
 	margin: 0px;
 	padding: 0px;
	font-weight: bold;
}
h2 {
    font-family: Verdana, Bitstream Vera Sans, sans-serif;
	font-size: 125%;
  	margin-bottom: 0;
  	margin-top: 8px;
	border-bottom: 1px dotted #c0c0c0;
}
h3 {
    font-family: Verdana, Bitstream Vera Sans, sans-serif;
	 font-size: 110%;
	 margin: 0px;
	 padding-top: 5px;
	 padding-bottom: 3px;
}
h4{
    font-family: Verdana, Bitstream Vera Sans, sans-serif;
	font-weight: bold;
	border-bottom: 2px solid #FF6600;
	margin-bottom: 0;
	padding-bottom: 0;
}
p {
	margin-bottom: 6px;
	padding: 0;
	line-height: 150%;
}
/******* Header Styles ********/
.header {
  	/*  width: 100%;  */
	padding: 0;
	margin-top: 0;
	height: 120px;
    font-family: Verdana, sans-serif;
}
#siteName{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 42pt;
	font-weight: bold;
	padding-top: 0;
	padding-left: 10px;
	padding-bottom: 0;
	line-height: normal;
}
#desc {
	font-size: 16pt;
	font-weight: bold;
	font-family: Arial, Bitstream Vera Sans, Sans Serif;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 25px;
}
td.nav {
    background-color: white;
  	border-bottom: solid 3px #8a0080;
  	border-top: solid 3px #8a0080;
  	border-right: solid 1px #8a0080;
  	text-align: center;
}
td.nav:hover{
    background-color: #8a8a8a;
}
.navBox {
    border: 3px solid #72179D;
    background-color: white;
    text-align: center;
    padding: 4px;
}
a.nav {
    color: black;
    text-decoration: none;
    font-weight: bold;
    font-family: Verdana, sans-serif;
}
a.nav:hover {
    color: red;
    text-decoration: underline;
}
#dropmenudiv {
    position:absolute;
    border:1px solid black;
    border-bottom-width: 0;
    font:normal 12px Verdana;
    line-height:18px;
    z-index:100;
}

#dropmenudiv a {
    width: 100%;
    display: block;
    text-indent: 7px;
    border-bottom: 1px solid black;
    padding: 3px 0;
    text-decoration: none;
    font-weight: bold;
}

#dropmenudiv a:hover { /*hover background color*/
     background-color: yellow;
}
/********************************************  RIGHT side  ********************************/
.rightContainer {
	float: right;
	width: 490px;
	margin-top: 0;
  vertical-align: top;
}
.adBar {
    position: relative;
	float: right;
  padding: 3px;
  vertical-align: top;
	width: 300px;
	right: 0;
}
/****** middle Sidebar **********/
#sidebar {
  padding: 7px;
    margin-top: 15px;
  vertical-align: top;
    position: relative;
	width: 160px;
	/*  float: left;  */
	/*  margin-right: 360px;  */
	right: 2px;
	line-height: normal;
	font-size: small;
}
.sbWrapper {
  background-color: white;
}
div.sideBarItem {
    /*  border-top: 3px solid #72179D;  */
  /*  background-color: white;  */
  margin-bottom: 12px;
  padding-left: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
	font-size: small;
}
.serendipitySideBarContent {
	font-size: small;
}
#sidebar ul {
	list-style-type: none;
	padding: 5px;
	margin: 0;
	padding-bottom: 15px;
}
#pagenav {
	list-style:none;
}
/*****  SideBar Styles  *******/
#sidebar ul li {
	margin-top: 6px;
	padding: 0;
}
#sidebar ul li a {
	text-decoration: none;
	border: none;
}
#sidebar ul li a:link {
}
#sidebar ul li a:visited {
}
#sidebar ul li a:hover, #sidebar ul li a:active {
	color: red;
	text-decoration: underline;
}
#sidebar ul ul {
	list-style-type: none;
	padding: 5px;
	margin: 0;
	font-size: 1em;
	background:none;
	border:none;
}
#sidebar ul ul li {
	margin:0;
	padding:0;
	padding-left:10px;
	margin-left:10px;
	background:url(img/subcat_bullet.gif) no-repeat left;
}
.sbHdr {
    font-family: Verdana, Bitstream Vera Sans, sans-serif;
    font-weight: bold;
	 font-size: 110%;
	 margin: 0px;
	 padding-top: 5px;
	 padding-bottom: 3px;
}
/******************************************************************  MAIN CONTENT  ********************/
#content {
    /*   float: left;   */
	margin-top: 25px;
	margin-right: 480px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 15px;
}
#content ul {
	margin-left: 0;
	padding-left: 45px;
	list-style-type: none;
}
#content ul li {
	background: url(img/bullet.gif) no-repeat 0 7px;
	padding-left: 1.5em;
}
.post {
    background-color: white;
    /*  border: 1px solid #72179D;  */
    margin: 0px;
    padding: 0px;
}
.inner-post {
    /*  background-color: white;  */
	margin: 5px;
	padding: 5px;
}
.post-date {
	text-align: right;
	font-weight: bold;
	margin: 0px 10px 0 0;
	padding: 0px 3px;
}
.post-footer {
	padding-top:20px;
}
.breadcrumb {
    margin-bottom: 12px;
    padding-bottom: 12px;
    font-size: smaller;
}
.page {
    background-color: white;
    /*  margin:25px 5px 0 27px;  */
    margin: 0px;
    padding: 0px;
}
.post-info, .page-info {
	font-size: 85%;
	margin:0;
	padding:0;
}
.page-info {
}
.post-info a {
}
.post-info a:hover {
	color:#000;
}
.post-content, .page-content {
	padding: 10px 0;
	margin: 3px 0;
}
.post-content li {
    clear: both;
}
.page-content {
}
.post-title, .page-title {
	font-size: 130%;
	font-weight: bold;
}
.page-title {
	font-size: 130%;
	font-weight: bold;
}
#content .page-title a, .post-title a:link, .post-title a:visited, .post-title a:hover, .post-title a:active {
	text-decoration: none;
}
/**************  Comments  **************************************************/
.commentlist {
	font-size:1em;
	font-weight:normal;
}
#commentform {
}
#commentform textarea {
	background: #F3F6ED;
}
#commentform input {
	background: #F3F6ED;
}
#commentform input:hover {
	color: red;
}
#commentform p {
	margin: 0 0 1em;
}
#comments, #respond {
}
.commentlist li {
	margin:5px 0;
	padding:10px 10px 20px 10px;
	background:#F3F6ED url(img/comments_bottom.jpg) repeat-x bottom;
	border:#E1D6C6 1px solid;
}
.commentlist .alt {
}
/****************************************  Footer  *********************************/
#footer {
	clear: both;
	margin: 7px auto;
	padding: 7px 0;
	border-top: 1px solid red;
	font-size: 80%;
	text-align: center;
}
/*****************************************  Forms  **************************/
input.text {
    border: 1px solid red;
}
input.button {
	background: #e8e8e8;
	border: 1px solid red;
	font-weight: bold;
}
select {
	background: #f0edf7;
	border: 1px solid #72179D;
}
textarea {
	background: #ffeedd;
	border: 1px solid #FF8C00;
}
/***********************************************************************/
.picRight {
	border: 1px solid black;
	float: right;
	font-size: smaller;
	font-style: italic;
	text-align: center;
	padding: 7px;
	line-height: normal;
	margin: 7px;
}
.small {
	font-size: 80%;
	line-height: normal;
}
img {
    border: none;
    //padding: 3px;
    margin: 2px;
}
.picBox {
	border: 1px solid black;
        background-color: white;
	font-size: smaller;
	font-style: italic;
	text-align: center;
	//padding: 2px;
	line-height: normal;
	margin-left: auto;
	margin-right: auto;
        width: 506px;
}
