/*
Similar Blue Skin
Of Eye Benifited Series
For Bo-blog 2
By 2cm
2006-03-26
*/

/****** General Styles ******/
body {
	font-size: 12px;
	font-family: Tahoma, Arial;
	background-color: #252420;
	margin: 2px;
	padding: 0px;
	margin-bottom: 10px;
	text-align: center;
	color: #ddd;
	SCROLLBAR-FACE-COLOR: #04477c;
	SCROLLBAR-HIGHLIGHT-COLOR: #3F68A6;
	SCROLLBAR-SHADOW-COLOR: #3F68A6;
	SCROLLBAR-3DLIGHT-COLOR: #3F68A6;
	SCROLLBAR-ARROW-COLOR:  #3F68A6;
	SCROLLBAR-TRACK-COLOR: #3F68A6;
	SCROLLBAR-DARKSHADOW-COLOR: #3F68A6;
}

table {
	font-family: Tahoma, Arial;
	color: #444444;
	font-size: 12px;
}
td{
	word-break: break-all;
}

a {
	text-decoration: none;
	color: #484848;
}
a:hover {
	text-decoration: none;
	color:#999999;
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #999999;
}

acronym {
	text-decoration: none;
	border-bottom: 1px dotted #444444;
	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 #444444;
	color: #444444; 
	background-color: #202020;
}

input.button {
	height: 20px;
	border: 1px solid #444444;
	color: #444444; 
	background-color: #202020;
}

textarea { 
	border: 1px solid #444444;
	background-color: #202020;
	font-family: Tahoma, Arial; 
	font-size: 12px; 
	color: #444444; 
}

select { 
	font-family: Tahoma, Arial; 
	font-size: 12px;  
	color: #444444; 
	background-color: #202020;
	border: 1px solid #444444;
}


/****** Main Layout Styles ******/
#wrapper {
	margin:0px;
	width: 1280px;
	/*height: 50px;*/
	position: relative;
	text-align: left;
        MARGIN-RIGHT: auto;
        MARGIN-LEFT: auto;
}
#innerWrapper {
	color:#444444;
	background:#000000;
	width: 100%;
}

#header {

}
#innerHeader {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	height: 620px;
	vertical-align: top;
	background-image: url("images/BackGround.jpg") ;
}

#footer {
	clear: both;
	height: 65px;

}
#footer a{
  color: #eee;
}
#innerFooter {
	padding: 10px;
	font-size: 12px;
	text-align: center;
	color: #fff;

}

/****** Header Elements Styles ******/
/* header title */
.blog-title {
  float: left;
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 50px;
}
h1 {
	padding: 0px;
	margin: 0px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
h1 a {
	color: #fff;
	text-decoration: none;
}
h1 a:hover {
	color: #fff;
	text-decoration: none;
}

/* blog description */
.blog-desc {
	color: #fff;
	font-size: 12px;
	margin-left: 100px;
	margin-top: 90px;
}

/* nav menu */
#menu {
	/*margin-top: 480px;*/
	margin:510px 0px 0px 0px;
	height: 18px;
	width:100%;
	height:30px;
}

#menu ul{
	margin:0px;
	padding:0px
	color: #000;
}

#menu li{
	float:right;
	padding-top:1px;
	margin:0px 5px;
	list-style:none;
	width:80px;
	text-align:center
}

#menu a{
	padding-TOP:6px;
	padding-left:4px;
	padding-right:4px;
	display:block;
	height:23px
}

/****** Content Layout ******/
#mainWrapper {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
}

/* sidebar */
.sidebar {
	padding-top: 5px;
	padding-left: 0px;
	float: left;
	width: 195px;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 1px;
}

/* content */
.content {
	float: right;
	width: 100%;
	margin-left: -200px;
}
.content-wide {
	width: auto;
	margin-left: -200px;
}
.content-only {
	width: 100%;
	margin-left: -180px;
}
#innerContent {
	margin-left: 205px;
	overflow: visible;
	margin-right: 5px;
	margin-top: 5px;
}

/* 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-top:0px;
	margin-bottom:12px
}
.panel h5{
	padding-left:10px;
	padding-top:15px;
	padding-bottom:0px;
	margin:0px;
	font:16px;
	text-align:left
}
.panel-content{
	padding-left:8px;
	padding-top:5px;
	padding-bottom:5px;
	width:181px;
	line-height:17px
}
.panel-content ul{
	padding:1px;
	margin:0px
}
.panel-content li{
	padding:0px;
	margin:0px;
	list-style:none
}

/* user panel login form */
#loginForm {
	width: 95%;
}

/* calendar panel */
#calendar{
	margin-top:1px;
	width:95%
}
.calendar-top{
	padding:2px;
	text-align:center
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
	padding:2px;
	width:14%;
	text-align:center;
	color: #444444
}
.calendar-today{
	color:#00FF00;
}
.calendar-day a,.calendar-saturday a,.calendar-sunday a{
	text-decoration:underline
}

.calendar-weekday-cell {color: #444444}

.calendar-today a{
	color:#00FF00;
	background:#000000;
	text-decoration:underline
}

/****** Search Panel ******/
.search-field{
	margin-bottom:4px;
	border:1px solid #202020;
	width:160px
}

/****** Announcement Box ******/
.announce{
	width: 1060px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 6px;
	border: 1px dashed ;
}
.announce-content{
	text-align: center;
	word-wrap: break-all;
	padding: 50px; 
}

/****** Defaul Page Elements ******/
.article-top {
	padding: 5px;
	margin-bottom: 15px;
}
.article-bottom {
	padding: 5px;
	margin-top: 15px;
}

/* page links */
.pages {
}
.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: #04477c;
	color: #444444;
	height: 25px;
}
.listbox-entry {
	word-wrap: break-all;
	color: #444444;
	border-bottom: 1px dotted #444444;
}
.listbox-entry a{
	word-wrap: break-all;
}

/* entry display box */
.prev-article{ float: left; }
.next-article{ float: right; }

/* text box */
.textbox{
	padding-bottom: 25px;
	margin-bottom: 5px;
}
.textbox-title{
	word-wrap: break-all;
	font-size: 14px;
	padding-top: 2px;
	height: 42px;
}

.textbox-title h4{
margin-left:7px;
padding-left:5px;
display:inline;
color:#747055;
font:18px;
letter-spacing:4px
}

.textbox-title h4 a {
	color: #747055;
}


.textbox-label{
	padding-top: 1px;
	padding-left: 5px;
	font-size: 12px;
  border-top: 2px #70e1ff ridge;
}
.textbox-fontsize{
	color: #ccc;
	float: right;
	text-align: right;
	padding: 3px;
	font-size: 12px;
}
.textbox-fontsize a{
	color: #ccc;
}

.textbox-content{
padding:12px;
color:#999999;
font-size:16px;
line-height:22px
}

.textbox-bottom{
  border-top: 1px #1291a9 dashed;
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 4px;
	font-size: 12px;
	text-align:right;
}
.textbox-bottom a {
	text-decoration: none;
}
.textbox-bottom a:hover {
	color: #fff;
	text-decoration: none;
}
.textbox-adminbar {
	padding: 0px;
	padding-bottom: 4px;
	font-size: 12px;
	color: #444444;
	text-align:right;
}
.textbox-tburl {
	padding-top: 3px;
	font-size: 11px;
	color: #444444;
	text-align:left;
	padding-left: 15px;
}
.tags {
	padding-top: 1px;
	padding-bottom: 3px;
	font-size: 11px;
	color: #444444;
	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;
	padding-top: 0px;
	margin: 5px;
	color: #3F67A5;
	text-align: right;
}
.comment-pages{
	padding:5px;
	margin: 5px;
	color: #3F67A5;
}

/* commnet box */
.commentbox{
	word-wrap: break-word;
	padding: 0px;
	margin: 5px;
}
.commentbox-title{
	padding: 5px;
	border-left: 3px solid #44444;
}
.commentbox-label{
	display: inline;
	color: #444444;
	font-size: 12px;
}
.commentbox-content{
	padding: 3px;
	padding-bottom: 14px;
	color: #444444 ;
}

/* trackback box */
.trackbackbox{
	padding: 0px;
	margin: 5px;
}
.trackbackbox-title{
	padding: 5px;
	border-left: 3px solid #444444;
}
.trackbackbox-label{
	display: inline;
	color: #444444;
	font-size: 11px;
}
.trackbackbox-content{
	padding: 3px;
	padding-bottom: 14px;
}
.trackbackbox a{
	color: #eee;
}

/* comment form wrapper */
#commentForm {
	width: 99%;
}

/****** normal message box ******/
.messagebox{
 width: 500px;
 margin-top: 120px;
 border: 1px; 
 border-top: 0px; 
 text-align: center; 
}
.messagebox-title{
 color: #444444; 
 font-weight: bold; 
 padding: 5px;
 background-color: #202020;
}
.messagebox-content{
 color: #444444; 
 background-color: #202020;
 padding: 10px; 
 padding-bottom: 20px; 
 text-align: left;
}
.messagebox-bottom{
 color: #444444; 
 background-color: #202020;
 padding: 5px;
}


/****** Input Form Styles (table) ******/
.formbox{}
.formbox-comment{
	padding-top: 10px;
}

.formbox-title,
.formbox-comment-title{
	color: #444444;
	font-weight: bold;
	border-left: 3px solid #ddd;
	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: #444444;
	text-align: left;
	border-bottom: 1px solid #444444;
}
.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 #444444;
	background-color: #14578c;
	color: #444444;
	margin: 5px;
	padding: 10px;
}

.quote {
	border-left: 0px solid #444444;
	margin: 10px;
}
.quote-title {
	background-color: #000000;
	border-bottom: 1px dashed #408AB7 !important;
	border-bottom: 1px dotted #408AB7;
	padding: 5px;
	font-weight: bold;
	color: #444444;
}
.quote-title img {
	padding-right: 3px;
	margin-bottom: -4px;
}
.quote-content {
	word-wrap: break-all;
	color: #444444;
	padding: 10px; 
	background-color: #000000;
	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: #444444;
}
