/****** General Styles ******/
body {    
	font-size: 12px;
	font-family: Ms UI Gothic, Tahoma, Arial;
	background: #000 url(images/bg.png);
	background-attachment:fixed;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 0px;
	text-align: center;
}

table {
	font-family: Ms UI Gothic, Tahoma, Arial;
	color: #000000;
	font-size: 12px;
}
td{
	word-break: break-all;
}

a {
	text-decoration: none;
	color: #817a91;
}
a:hover {
	text-decoration: none;
	color:#c5c5c5;
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #CCCCCC;
}

acronym {
	text-decoration: none;
	border-bottom: 1px dotted #7f7f7f;
	cursor: help;
}

/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-family: Ms UI Gothic, Tahoma, Arial;
	font-size: 12px; 
}
input.text {
	height: 14px;
	border-width: 1px;
	border-color: #e8dfe8; 
	color: #4f4f4f; 
	background-color: #FFFFFF;
}

input.button {
	height: 20px;
	border-width: 1px;
	padding-bottom: 1px; 
	border-color: #e8dfe8; 
	color: #4f4f4f; 
	background-color: #FFFFFF;
}

textarea { 
	border-width: 1px;
	border-color: #e8dfe8; 
	color: #4f4f4f; 
	font-family: Tahoma, Arial; 
	font-size: 12px; 
}

select { 
	font-family: Ms UI Gothic, Tahoma, Arial;
	font-size: 12px;  
	color: #ffffff; 
	background-color: #500760;
	border: 0px solid #a279b8;
}

/****** Main Layout Styles ******/
#wrapper {  
	margin:0 auto;
	width: 980px;
	/*position: relative;*/
	text-align: left;
}
#innerWrapper {  
	width: 100%;
}

#header {
	margin:0 auto;
	background:url(images/header.png);
	width: 980px;
}
#innerHeader {
	width: 100%;
	height:300px;
}

#footer {
	background:url(images/footer.png);
	clear: both;
}
#footer a{
	color: #77b;
}
#innerFooter {
	padding-top:35px;
	padding-bottom: 10px;
	padding-left:120px;
	height:50px;
	font-size: 10px;
	text-align:left;
	color: #77b;
}

/****** Header Elements Styles ******/
#headerMenu {
	width: 980x;
	height:51px;
}
/* blog description */
.blog-desc {
	color: #ffffff;
}

/* nav menu */
#menu {
	margin-top: 10px;
	height: 25px;
}
#menu ul{
	margin: 0px;
	padding-left: 110px;
	padding-top:4px;
}
#menu li{
	list-style: none;
	width: 75px;
	height:30px;
	float: left;
	text-align: center;
	padding: 0px;
	padding-top:8px;
	margin: 0px;
	background: url('images/menu_bg.png') no-repeat;
}
#menu a{
	padding-top:2px;
	display: block;
	color: #fff;
	font-weight: bold; 
	height: 20px;
	padding-left: 4px;
	padding-right: 4px;
}
#menu a:hover {
	color: #CCCCCC;
}

/****** Content Layout ******/
.mainWrapper {
	margin:0 auto;
	width:773px;
	background: url('images/main_bg.png') repeat-y;
}
.mainWrapper-noSidebar {
	width:773px;
	background: url('images/main_bg.png') repeat-y;
	margin-left:105px;
}
/* sidebar */
.sidebar {
	padding-top: 0px;
	padding-left: 15px;
	float: left;
	width: 163px;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 0px;
}

/* content */
.content {
	float: right;
	width: 100%;
	margin-left: -200px;
}
.content-wide {
	width: auto;
	margin-left: -175px;
}
.content-only {
	width: 100%;
	margin-left: -175px;
}
#innerContent {
	margin-left: 193px;
	overflow: visible;
	margin-right: 15px;
	margin-top: 0px;
}

/* a style which makes mainWrapper touch the bottom of sidebar and content */
.clear{
	border-top:1px solid transparent !important;
	margin-top:-1px !important;
	border-top:0;
	margin-top:0;
	clear:both;
	visibility:hidden;
}

/****** Sidebar Panels ******/
.panel{
	padding:0px;
	margin-bottom: 10px;
}
.panelTitle{
	width:163px;
	height:24px;
	padding-left:8px;
	padding-top:4px;
	font-weight:bold;
	color:#FFFFFF;
	background: url('images/panelTitle.png') no-repeat;
}
.panelTitle_Category{
	width:163px;
	height:24px;
	padding-left:8px;
	padding-top:4px;
	font-weight:bold;
	color:#FFFFFF;
	background: url('images/panelTitle.png') no-repeat;
}
.panelTitle_Statistics{
	width:163px;
	height:24px;
	padding-left:8px;
	padding-top:4px;
	font-weight:bold;
	color:#FFFFFF;
	background: url('images/panelTitle.png') no-repeat;
}
.panelTitle_Calendar{
	width:163px;
	height:24px;
	padding-left:8px;
	padding-top:4px;
	font-weight:bold;
	color:#FFFFFF;
	background: url('images/panelTitle.png') no-repeat;
}
.panelTitle_Search{
	width:163px;
	height:24px;
	padding-left:8px;
	padding-top:4px;
	font-weight:bold;
	color:#FFFFFF;
	background: url('images/panelTitle.png') no-repeat;
}
.panelTitle_Entries{
	width:163px;
	height:24px;
	padding-left:8px;
	padding-top:4px;
	font-weight:bold;
	color:#FFFFFF;
	background: url('images/panelTitle.png') no-repeat;
}
.panelTitle_Replies{
	width:163px;
	height:24px;
	padding-left:8px;
	padding-top:4px;
	font-weight:bold;
	color:#FFFFFF;
	background: url('images/panelTitle.png') no-repeat;
}
.panelTitle_Link{
	width:163px;
	height:24px;
	padding-left:8px;
	padding-top:4px;
	font-weight:bold;
	color:#FFFFFF;
	background: url('images/panelTitle.png') no-repeat;
}
.panelTitle_Archive{
	width:163px;
	height:24px;
	padding-left:8px;
	padding-top:4px;
	font-weight:bold;
	color:#FFFFFF;
	background: url('images/panelTitle.png') no-repeat;
}
.panelTitle_Misc{
	width:163px;
	height:24px;
	padding-left:8px;
	padding-top:4px;
	font-weight:bold;
	color:#FFFFFF;
	background: url('images/panelTitle.png') no-repeat;
}

.panel h5 {
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding:2px;
	padding-bottom: 4px;
	margin:0px;
	cursor: pointer;
	cursor: hand;
}
.panel h5 a{
	color: #ffffff;
}
.panel-content{
	width: 163px;
	margin:0px;
	padding-left:3px;
	padding-top:3px;
	padding-bottom:3px;
	line-height: 120%;
	color:#a279b8;
}
.panel-content ul{
	padding: 1px;
	margin: 0px;
	margin-left: 2px;
}
.panel-content li{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.panel-content li.indent{
	padding: 0px;
	background-image: url("images/list.gif");
	background-repeat: no-repeat;
	text-indent: 15px;
}
.panel-content li img{
	vertical-align:middle;
}
.panel-content ul ul li{
	padding: 0px;
	background-image: url("images/list.gif");
	background-repeat: no-repeat;
	text-indent: 15px;
}

/* user panel login form */
#loginForm {
	width: 95%;
}

/* calendar panel */
#calendar {
  width: 95%; 
  margin-top:1px;
}
.calendar-top {
  text-align: center;
  padding:2px;
}
.calendar-year,
.calendar-month {
  font-weight: bold;
}
.calendar-weekdays {
  color: #a279b8;
  font-size:12px;
  text-align: center;
  width: 14%;
  padding:2px;
}
.calendar-weekday-cell {
  color: #a279b8;
  font-size:12px;
  text-align: center;
  width: 14%;
  padding:1px;
  font-weight: bold;
}
.calendar-main {
  background: #FFFFFF;
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
  text-align: center;
  width: 14%;
  padding:2px;
}
.calendar-saturday,
.calendar-sunday {
  color: #686a8a; 
}
.calendar-today { 
  color: #fff;
  background: #500760;
  font-weight:bold;
}
.calendar-day a, .calendar-saturday a, .calendar-sunday a {
  color: #a279b8; 
  font-weight:bold;
  text-decoration: underline;
}
.calendar-today a {
  color: #fff;
  text-decoration: underline;
}

/****** Search Panel ******/
.search-field { 
  width: 125px;
  margin-bottom: 5px;
  border: 1px solid #a279b8;
}

/****** Announcement Box ******/
.announce{
	margin-bottom: 10px;
}

.announce-content{
	border: 1px dashed #ede8ee !important;
	background-color:#FEFEFC;
	word-wrap: break-all;
	padding: 6px; color: #000; 
}

/****** Defaul Page Elements ******/
.article-top {
	border: 1px dashed #ede8ee !important;
	background-color:#FEFEFC;
	padding: 5px;
	height:12px;
	margin-bottom: 10px;
	line-height:12px;
}
.article-bottom {
	padding: 5px;
	margin-top: 15px;
}

/* page links */
.pages {
	color: #a279b8;
	text-align:right;
}
.pages  img {
	vertical-align:middle;
}
.pagelink-current {
	font-weight: bold;
}

.listbox {
	padding-top: 5px;
	padding-bottom: 5px;
}
.listbox-table {
	width: 99%;
	border-top:1px solid #ede8ee;

}
.listbox-header {
	font-weight: bold;
	text-align: center;
	
	color: #500760;
	height: 20px;
	padding:3px;
	border-bottom: 1px solid #ede8ee;
}
.listbox-entry {
	padding:3px;
	word-wrap: break-all;
	color: #500760;
	border-bottom: 1px solid #ede8ee;
}
.listbox-entry a{
	word-wrap: break-all;
}

/* entry display box */
.prev-article{ float: left;}
.next-article{ float: right;}

.prev-article img { vertical-align:middle;}
.next-article img { vertical-align:middle;}

/* text box */
.textbox{
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.textbox-title{
	word-wrap: break-all;
	font-size: 13px;
	padding-top: 2px;
	padding-left: 0px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ede8ee !important;
}
.textbox-title h4{
	margin-left: 3px;
	color: #500760;
	padding-left: 0px;
	font-size: 15px;
	display: inline;
	line-height:15px;
}
.textbox-title h4 a {
	color: #500760;
}

.textbox-title h4 a:hover {
	color:#ede8ee;
}

.textbox-title img {
	
	vertical-align:top;
	*vertical-align:middle;
}
.textbox-label{
	padding-top: 3px;
	padding-left: 5px;
	color: #500760;
	font-size: 11px;
}
.textbox-fontsize{
	color: #500760;
	float: right;
	text-align: right;
	padding: 3px;
	font-size: 11px;
}
.textbox-fontsize a{
	color: #500760;
}
.textbox-content{
	word-wrap: break-word;
	padding: 7px;
	line-height:20px;
	font-size:9pt;
	color:#4f4f4f;
}
.textbox-bottom{
	clear:both;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 4px;
	font-size: 12px;
	color: #500760;
	text-align:right;
}
.textbox-bottom a {
	color: #500760;
	text-decoration: none;
}
.textbox-bottom a:hover {
	background-color: #500760;
	color: #ffffff;
	text-decoration: none;
}
.textbox-adminbar {
	padding-right: 3px;
	padding-bottom: 4px;
	font-size: 12px;
	color: #500760;
	text-align:right;
}
.textbox-tburl {
	padding-top: 3px;
	font-size: 11px;
	color: #500760;
	text-align:left;
	padding-left: 15px;
	background: url('./images/tb_bg.gif') no-repeat 0px;
}
.tags {
	clear:both;
	margin-top:30px;
	padding-top: 1px;
	padding-bottom: 3px;
	font-size: 12px;
	color: #500760;
	text-align:left;
}

/* comments wrapper */
.comment-wrapper{}

/* comments top box */
.comment-top{
	padding:5px;
	padding-top: 0px;
	margin: 5px;
	color: #500760;
	text-align: right;
}
.comment-pages{
	padding:5px;
	margin: 5px;
	color: #500760;
	text-align:right;
}
.comment-pages img{
	vertical-align:middle;
}
d
/* commnet box */
.commentbox{
	word-wrap: break-word;
	padding: 0px;
	margin-bottom: 10px;
	border: 1px dashed #ede8ee !important;
	background-color:#F9F5EE;
}
.commentbox-title{
	padding: 5px;
}

.commentbox-label{
	display: inline;
	color: #500760;
	font-size: 12px;
}
g
.commentbox-content{
	padding: 5px;
	padding-bottom: 14px;
}
.commentbox-adminreplybody{
	margin: 10px;
}
/* trackback box */
.trackbackbox{
	padding: 0px;
	margin: 5px;
}
.trackbackbox-title{
	padding: 5px;
	border-left: 3px solid #500760;
}
.trackbackbox-label{
	display: inline;
	color: #500760;
	font-size: 11px;
}
.trackbackbox-content{
	padding: 3px;
	padding-bottom: 14px;
}
.trackbackbox a{
	color: #000000;
}

/* comment form wrapper */
#commentForm {
	width: 100%;
	margin-bottom:15px;
}

/****** normal message box ******/
.messagebox{
	width: 500px;
	margin-top: 120px;
	border: 1px solid #ede8ee; 
	text-align: center; 
}
.messagebox-title{
	background-color:#ede8ee;
	color: #500760;
	font-weight: bold; 
	padding: 5px;
	border-bottom: 1px solid #ede8ee; 
}
.messagebox-content{
	color: #500760; 
	background-color:#FFFFFF;
	padding: 10px; 
	padding-bottom: 20px; 
	text-align: left;
}
.messagebox-bottom{
	color: #500760; 
	background-color: #a6a6a6; 
	padding: 5px;
	border-top: 1px solid #ede8ee; 
}


/****** Input Form Styles (table) ******/
.formbox{
	background-color:#ede8ee;
}
.formbox-comment{
	background-color:#ede8ee;
}

.formbox-title,
.formbox-comment-title{
	color: #500760;
	font-weight: bold;
	padding: 5px;
	height:20px;
	background-color:#ede8ee;
}
.formbox-comment-rowheader{
	background-color:#FFFFFF;
}
.formbox-comment-content{
	background-color:#FFFFFF;
}
.formbox-rowheader {
	padding: 5px;
	font-weight: bold;
	color:#500760;
	background-color:#FFFFFF;
}

.formbox-content {
	padding: 5px;
	color:#500760;
	background-color:#FFFFFF;
}
.formbox-bottom {
	padding: 5px;
	background-color:#FFFFFF;
	text-align:center;
}


/* smilies list */
.panel-smilies {
	padding:5px;
	text-align: center;
}
.panel-smilies-title {
	color: #500760;
	text-align: left;
	border-bottom: 1px solid #ede8ee !important;
}
.panel-smilies-content {
	padding: 5px;
	line-height: 120%;
}


/****** UBB Code Custom Styles ******/
/* IE fix for ul */
.code {
	word-wrap: break-all;
	border-left: 3px solid #500760;
	background-color: #EBEBEB;
	color: #000000;
	margin: 5px;
	padding: 10px;
}

.quote {
	border-left: 0px solid #94b8d6;
	margin: 10px;
}
.quote-title {
	background-color: #ede8ee;
	border-bottom: 1px dashed #ede8ee !important;
	border-bottom: 1px dotted #ede8ee;
	padding: 5px;
	font-weight: bold;
	color: #500760;
}
.quote-title img {
	padding-right: 3px;
	margin-bottom: -4px;
}
.quote-content {
	word-wrap: break-all;
	color: #000000;
	padding: 10px; 
	background-color: #ffffff;
	border: 1px solid #ede8ee;
	border-top: 0px;
}

/****** Link ******/
.linkover {
	margin-bottom: 50px;
	height: auto;
	clear: both;
}
.linkbody {
	margin-top: 5px;
	width: 50%;
	float: left;
}
.linkimg {
/*	width: 35%;*/
	float: left;
	text-align: right;
	margin-right: 4px;
}
.linktxt {
	float: left;
}
.linktitle a {
	font-weight: bold;
}
.linkgroup {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
	color: #500760;
}