/*
=== LBS^2 StyleSheet File ====================================
 Style Name: Dream
    Version: 2.0
     Author: conjee xinqing 2006-10-08 10:33:08
==============================================================
*/

/****** General Styles ******/
body {
	font-size: 12px;
	font-family: Tahoma, Arial; 
	background: url("images/bg.jpg") repeat left top;
	margin: 0px;
	padding: 0px;
    scrollbar-face-color:#DDDDDD;
    scrollbar-highlight-color:#DDDDDD;
    scrollbar-shadow-color:#DDDDDD;
    scrollbar-3dlight-color:#CCCCCC;
    scrollbar-arrow-color:#FFFFFF;
    scrollbar-track-color:#FBFBFB;
    scrollbar-darkshadow-color:#CCCCCC;
    scrollbar-base-color:#DDDDDD;
}

table { table-layout:fixed;

	font-family: Tahoma, Arial;
	color: #000000;
	font-size: 12px;
}
td {
word-wrap : break-word;
}

a:link,
a:visited {
	text-decoration: none;
	color: #482035;
}
a:hover {
	text-decoration: none;
	color: #DB395B;
}

img{
	vertical-align: middle;
	border: 0px none;
	max-width:100%;
	height:auto;
}
hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #CCCCCC;
}

/****** Main Layout Styles ******/
#wrapper {
	margin:0px;
	width:  100%;
        height: 963px;
	position: relative;
	text-align: left;
    background: url('images/top.jpg') repeat-x top left;
}
#innerWrapper {
      
	width: 100%;
	position: relative;
}

#header {
	margin: 0px;
}
#innerHeader {
	position: relative;
	padding: 5px;
}

#footer {
	clear: both;
	width:  800px; 
}
#innerFooter {
	padding: 5px;
	padding-top: 0px;
	color: #a40500;
	font-size: 14px;
	text-align: center;
}

/****** Header Elements Styles ******/
#blogLogo {}
#logo {
	display: none;
}

/* header title */
.blog-header {
}
h1 {
	border-bottom-width: 0px;
	padding: 0px;
	color: #482035;
	font-size: 25px;
	font-weight: bold;
        margin-top: 150px;
        margin-left: 25px;
}
h1 a:link,
h1 a:visited {
	color: #1E5B6A;
	text-decoration: none;
}
h1 a:hover {
	color: #006677;
	text-decoration: underline;
}

/* blog description */
.blog-desc {
	z-index:-2;
        color: #1E5B6A;
	width: 200px;
	position: absolute;
	top:0px;
	left: -6px;
}

/* nav menu */
#menu {
	font-size: 14px;
	width:  794px;
        margin-left: 8px;
        margin-top: -4px;
	padding:8px;
        background: url('images/menubg.gif') repeat-x top left;
        color: #ffffff;
}
#menu ul{
	margin: 0px;
	padding: 0px;
}
#menu li{
	display: inline;
	list-style: none;
	padding: 0px;
	padding-right: 3px;
	margin: 0px;
	margin-right: 5px;
	border-right: 1px solid #734c61;
}
#menu a:link,
#menu a:visited {
	color: #b48ea2;
	text-decoration: none;
}
#menu a:hover {
	color: #ffffff;
	text-decoration: underline;
}


/****** Content Layout ******/
#mainWrapper {
	width:  800px;
        margin-left: 10px;
        padding:3px;
}

/* sidebar */
.sidebar {
overflow:hidden;
	float: left;
	width: 208px;
    background: #ffffff;
    border: 1px solid #482035;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 3px;
}

/* content */
.content {

	float: right;
	width: 566px;

}

/****** Sidebar Panels ******/
.panel{
	padding:1px;
	margin-bottom: 10px;
}
.panel a:link,
.panel a:visited {
	color: #734c61;
	text-decoration: none;
}
.panel a:hover {
	color: #DB395B;
	text-decoration: underline;
}
.panel h5 {
	padding: 3px;
	margin: 0px;
	color: #482035;
	font-size: 14px;
	font-weight: bold;
        border-bottom: 1px dotted #482035;
}
.panelgroups {

	width: 208px;
	color:#999999;
	line-height: 160%;
}

.panel-content{

	padding:0px;
    margin-left: 0px;
	color:#999999;
	line-height: 160%;
}
.panel-content ul{
	padding: 0px;
	margin: 0px;
}
.panel-content li{
	padding: 0px;
	margin: 0px;
	color: #999999;
	list-style: circle inside;
}

/****** Defaul Page Elements ******/
.article-top,
.article-bottom {
    background-color :#ffffff;
	border: 1px solid #482035;
	padding: 5px;
    margin-bottom: 6px;
}

.Ptitle{
	height:20px;
	margin:0px;
	font-weight:bold;
	font-size:14px;
	color:#ca0000;
	border-top: 1px solid #482035;
	padding:2px 0px 0px 0px;
} 

.foot-powered {
	color:#482035;
	width:  460px; 
	font-weight:bold;
	font-size:14px;
	border-top: 1px dotted #482035;
	border-right: 1px dotted #482035;
	border-left: 1px dotted #482035;
	border-bottom: 1px dotted #482035;
}
.Pcontent{
      font-size:14px;
      line-height:22px;
      border-top: 1px dotted #999999;

}
.Pfoot{
      line-height:22px;
	font-size:14px;
}
.bgdiv {filter:alpha(opacity=35);z-index:-3}
#BG_Layer1 {
	position:absolute;
	width:808px;
	height:98%;
	z-index:-3;
	left: 6px;
	top: 195px;
	background-color: #FBEFD2;
}
#powered
{
position:absolute;
z-index:0;
}
#calendar{
width:198px;
margin-top: 5px;
font-size: 11px;
}
#calendar caption {  
COLOR: #333333;
text-align: center;
padding: 2px;
font-weight: bold;
}
#calendar th{ 
 background: url('images/calendarweek.gif') no-repeat center;
 color: #FFFFFF;
 font-size: 12px;
 font-weight: bold;
 text-align: center;
 width: 14%;
 padding: 2px;
}
#calendar td { 
 background: url('images/calendartd.gif') no- repeat center;
 COLOR: #939598;
 text-align:center;
 width: 14%;
 padding: 2px;
}
#calendar a:link {
 COLOR: #0664A8; 
 text-decoration: underline;
 text-align:center;
 font-size: 10px;
 font-weight: bold;
}