body {
	font-size: 12px;
	font-family: Tahoma, Arial;
    background: url('images/bg1.jpg');
	background-color: #ffffff;
	margin: 2px;
	padding: 0px;
	margin-bottom: 10px;
	text-align: center;
}

table {
	font-family: Tahoma, Arial;
	color: #000000;
	font-size: 12px;
}
td{
	word-break: break-all;
}

a {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color:#E13166;
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #CCCCCC;
}

acronym {
	text-decoration: none;
	border-bottom: 1px dotted #3F68A6;
	cursor: help;
}

/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-family: Tahoma, Arial; 
	font-size: 12px; 
}
input.text {
	height: 20px;
	padding: 1px;
	border: 1px solid #25A7A4;
	color: #3F68A6; 
	background-color: #FFFFFF;
}
input.button {
	height: 20px;
	border: 1px solid #25A7A4;
	border-top: 1px solid #25A7A4;
	border-left: 4px solid #25A7A4;
	color: #25A7A4; 
	background-color: #FFFFFF;
}
textarea { 
	border: 1px solid #3F68A6;
	background-color: #FBFCFD;
	font-family: Tahoma, Arial; 
	font-size: 12px; 
	color: #3F68A6; }
select { 
	font-family: Tahoma, Arial; 
	font-size: 12px;  
	color: #25A7A4; 
	background-color: #FFFFFF;
	border: 1px solid #25A7A4;
}


/****** Main Layout Styles ******/
#wrapper {
	margin: 0px 10px 40px 10px;
	width: 970px;
	/*position: relative;*/
	text-align: left;
}
#innerWrapper {
background: url("images/bg.jpg") repeat-y;
border:1px dotted #FF69B5;
	width: 100%;
}

#header {
margin:0px;
	padding:0;
	height:265 px;

	
	background: url('images/top.jpg') no-repeat;
}
#innerHeader {

	margin: 0;
	padding: 0;
}
#footer {
	clear: both;
	background: url('images/footer_bg.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	height: 65px;
}
#footer a{
color: #000;
}
#innerFooter {
	padding: 10px;
	font-size: 12px;
	text-align: center;
	color: #000;
}

/****** Header Elements Styles ******/
/* header title */
.blog-header {
	padding-top: 175px;
        padding-left: 100px;
        margin-right: 125px;
}
h1 {
	padding: 0px;
margin: 0px;
	font-size: 24px;
	font-weight: bold;
        
}
h1 a {
	color: #CB1A16;
	text-decoration: none;
}
h1 a:hover {
	color: #CB1A16;
	
	text-decoration: none;
}

/* blog description */
.blog-desc {
	color: #ffffff;
}



/* nav menu */
/* nav menu */
#menu {

	height: 25px;
margin-top: 200px;
	margin-bottom: 10px;
		background-color: #73cfd6;
	
		 padding-top: 5px;
		
	
	 
}
#menu {	margin-top: 90px;} /* Moz */
* html #menu {margin-top: 90px;} /* IE6 */
*+html #menu {margin-top: 85px;} /* IE7 */


#menu ul{
	margin: 0;
	padding: 0 0 0 20px;
}
#menu li{
	list-style: none;
	width: 70px;
	float: left;
	text-align: center;
	padding: 0px;
	margin: 0px;
	border-right: 1px #ffffff solid;
}
#menu a{
	color: #ffffff;
}
#menu a:hover {
	color: #ffffff;
}

/****** Content Layout ******/
#mainWrapper {background-color: #F6F1ED;
	margin-left: 10px;
	margin-right: 15px;
}

/* sidebar */
.sidebar {
	float: left;
	width: 190px;
    background: #ffffff;
    border: ;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 3px;
}

/* content */
.content {
	float: right;
	width: 100%;
	margin-left: -200px;
	
}
.content-wide {
	width: auto;
	margin-left: -200px;
}
.content-only {
	width: 100%;
	margin-left: -200px;
}
#innerContent {
	margin-left: 205px;
	overflow: visible;
	margin-right: 0px;
	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:1px;
	margin-bottom: 10px;
}
.panel h5 {
    text-align: left;
	padding: 3px;
	margin-left: 5px;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
    padding-top:2px;
	padding-bottom: 2px;
	margin:0px;
	background: url('images/btbg.gif') no-repeat;
	height :21px;   
}
.panel h5 a{
	color: #ffffff;
}
.panel-content{
	
	width: 170px;
	margin:0px;
	padding-left:15px;
	padding-top:0px;
	padding-bottom:5px;
	line-height: 120%;
	color:#FA6794;
	
	border-top: 0px;
}
.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 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: #666666;
  font-size:11px;
  text-align: center;
  width: 14%;
  padding:2px;
}
.calendar-weekday-cell {
  color: #666666;
  font-size:10px;
  text-align: center;
  width: 14%;
  padding:2px;
  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: #FC87AD; 
}
.calendar-today { 
  color: #fff;
  background: #73cfd6;
   font-weight:bold;
}
.calendar-day a, .calendar-saturday a, .calendar-sunday a {
  color: #8C694A; 
  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 #3F68A6;
}

/****** Announcement Box ******/
.announce{
	border: 1px dashed #BFCAD2 !important;
	border: 1px dotted #BFCAD2;
	margin-bottom: 15px;
}
.announce-content{
	word-wrap: break-all;
	padding: 10px; color: #000; 
}

/****** Defaul Page Elements ******/
.article-top {
	padding: 5px;
	margin-bottom: 15px;
}
.article-bottom {
	padding: 5px;
	margin-top: 15px;
}

/* page links */
.pages {
	color: #3AB5BD;
}
.pagelink-current {
	font-weight: bold;
}

.listbox {
	padding-top: 5px;
	padding-bottom: 5px;
}
.listbox-table {
	width: 99%;
}
.listbox-header {
	font-weight: bold;
	text-align: center;
	background-color: #76CFD6;
	background: url('images/menu_bg2.png') repeat-x;
	color: #ffffff;
	height: 25px;
}
.listbox-entry {
	word-wrap: break-all;
	color: #76CFD6;
	border-bottom: 1px solid #3AB5BD;
}
.listbox-entry a{
	word-wrap: break-all;
}

/* entry display box */
.prev-article{ float: left; }
.next-article{ float: right; }

/* text box */
.textbox{background: #ffffff; 
	padding-bottom: 25px;
	margin-bottom: 5px;
}
.textbox-title{
	
	word-wrap: break-all;
	font-size: 14px;
	padding-top: 2px;
	height: 42px;
border-bottom: 1px dashed #FEBFCF;
}
.textbox-title h4{
	margin-left: 7px;
	color: #000000;
	padding-left: 5px;
	font-size: 14px;
	display: inline;
}
.textbox-title h4 a {
	color: #000000;
}
.textbox-label{
	padding-top: 3px;
	padding-left: 5px;
	color: #FF446E;
	font-size: 12px;
}
.textbox-fontsize{
	color: #666666;
	float: right;
	text-align: right;
	padding: 3px;
	font-size: 12px;
}
.textbox-fontsize a{
	color: #979797;
}
.textbox-content{
	word-wrap: break-word;
	color:#666666;
	line-height: 150%;
	padding: 20px;
}
.textbox-bottom{
	border-top: 1px dashed #FEBFCF;
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 4px;
	font-size: 12px;
	color: #666666;
	text-align:right;
}
.textbox-bottom a {
	color: #666666;
	text-decoration: none;
}
.textbox-bottom a:hover {
	color: #FA4787;
	text-decoration: none;
}
.textbox-adminbar {
	padding: 0px;
	padding-bottom: 4px;
	font-size: 12px;
	color: #FA4787;
	text-align:right;
}
.textbox-tburl {
	padding-top: 3px;
	font-size: 11px;
	color: #666666;
	text-align:left;
	padding-left: 15px;
	background: url('./images/tb_bg.gif') no-repeat 0px;
}
.tags {
	padding-top: 1px;
	padding-bottom: 3px;
	font-size: 11px;
	color: #FA4787;
	text-align:left;
	padding-left: 15px;
	background: url('./images/tag_bg.gif') no-repeat 0px;
}

/* comments wrapper */
.comment-wrapper{
}

/* comments top box */
.comment-top{
	padding: 5px;
	margin-bottom: 5px;
	color: #666666;
	background: #f6f6f6;
    border: 1px solid #ffb6c6;
	text-align: right;
}
.comment-pages{
	padding: 5px;
	margin-bottom: 5px;
	color: #666666;
}

/* commnet box */
.commentbox{
	word-wrap: break-word;
	padding: 5px;
	margin-bottom: 5px;
    background-color :#ffffff;
	border: 1px solid #;
}
.commentbox-title{
	padding: 5px;
	border-left: 3px solid #ffb6c6;
	background-color: #FEE0E8;
}
.commentbox-label{
	display: inline;
	color: #666666;
	font-size: 11px;
}
.commentbox-content{
	padding: 3px;
    margin-bottom: 5px;
}
.no-comment-box{
	padding:10px;
	color: #666666;
	background: #FCFCFC;
	border: 1px solid #FFA6B9;
}

/* trackback box */
.trackbackbox{
	padding: 0px;
	margin: 5px;
background: #ffffff;
    border: 1px solid #3AB5BD;
}
.trackbackbox-title{
	padding: 5px;
	border-bottom: 1px dashed #3F67A5;
}
.trackbackbox-label{
	display: inline;
	color: #3F67A5;
	font-size: 11px;
}
.trackbackbox-content{
	display: inline;
	color: #666666;
	font-size: 11px;
}
.trackbackbox a{
	padding: 3px;
	color: #333333;
}

/* comment form wrapper */
#commentForm {
	width: 99%;
}

/****** normal message box ******/
.messagebox{
 width: 500px;
 margin-top: 120px;
 border: 1px solid #76CFD6; 
 border-top: 0px; 
 text-align: center; 
 background-color: #ffffff;
}
.messagebox-title{
 background-color: #76CFD6; 
 color: #FFFFFF; 
 font-weight: bold; 
 padding: 5px;
}
.messagebox-content{
 color: #76CFD6; 
 background:#FFFFFF;
 padding: 10px; 
 padding-bottom: 20px; 
 text-align: left;
}
.messagebox-bottom{
 color: #76CFD6; 
 background-color: #ffffff; 
 padding: 5px;
}


/****** Input Form Styles (table) ******/
.formbox{}
.formbox-comment{
	padding-top: 10px;
}

.formbox-title,
.formbox-comment-title{
	color: #ffb6c6;
	font-weight: bold;
	border-left: 3px solid #ffb6c6;
	padding: 5px;
}

.formbox-rowheader {
	padding: 5px;
	font-weight: bold;
}

.formbox-content {
	padding: 5px;
}

/* smilies list */
.panel-smilies {
	padding:5px;
	text-align: center;
}
.panel-smilies-title {
	color: #3AB5BD;
	text-align: left;
	border-bottom: 1px solid #ffb6c6;
}
.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 #76CFD6;
	background-color: #EBEBEB;
	color: #000000;
	margin: 5px;
	padding: 10px;
}

.quote {
	margin: 10px;
	background-color: #F9F9F9;
	border: 1px dashed #E0E0E0;
}
.quote-title {
	padding: 5px;
	color: #666666;
	font-weight: bold;
	border-bottom: 1px dashed #E0E0E0;
}
.quote-content {
	word-wrap: break-all;
	color: #666666;
	padding: 10px; 
}
/****** 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: #FF4975;
}