/*
vapor blog alpha
*/

/****** General Styles ******/
body {
	background-image: url(images/vapor/bg.gif);
	background-repeat: repeat-y;
	background-color: #fff;
	margin: 0;
	padding: 0;
}
* html body{
	width: 100%;
	overflow-x: hidden;
}
td{
	word-break: break-all;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color:#000;
}
hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #333;
}
acronym {
	text-decoration: none;
	border-bottom: 1px dotted #333;
	cursor: help;
}

/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
    width:140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #8b8b8b;
	height: 18px; 
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left:5px;
	padding-right:5px;
	margin-top:2px;
	margin-bottom: 2px;
	vertical-align: middle;
}
textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #8b8b8b;
	height: 18px; 
}
input.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #8b8b8b;
	height: 18px; 
}
input.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top:0px;
	color: #3e3e3e;
	width:50px;
	height:17px;
	background-image: url(images/vapor/toolbar/searchbtn.gif);
	background-repeat: no-repeat;
}
textarea { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #8b8b8b;
}
select { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #8b8b8b;
	height: 14px; 
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding:2px;
	margin:1px;
	vertical-align: middle; 
}

/****** Main Layout Styles ******/
#wrapper {
    background-image: url(images/vapor/headbg.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
	margin:0 auto;
	padding:0;
	width: 100%;
	text-align: left;
}
#innerWrapper {
	width: 100%;
	padding:0;
}
#header {
    padding:0;
}
#innerHeader {
	padding: 0;
	padding-top: 0px;
	height: 120px;
	width:675px;
}

#footer {
	clear: both;
	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 {
position:fixed;
background-image:url(images/vapor/topbg.png);
background-repeat: repeat-x;
width:699px;
height:80px;
	padding: 0px;
	padding-top: 20px;
	padding-bottom: 36px;
}
h1 {
	padding: 0px;
	margin: 0px;
	color: #000;
	font-size: 30px;
}
h1 a {
	color: #000;
}
h1 a:hover {
	color: #999;
}
/* blog description */
/*.blog-desc {
	display:none;
}*/
/* nav menu */
#menu {
	margin-top: -41px;
	float: right;
	height: 25px;
}
#menu ul{
	margin: 0;
	padding: 0;
}
#menu li{
	margin: 0;
	display: inline;
	list-style: none;
	text-align: center;
	float: left;
	width: 72px;
}
#menu a{
	padding: 8px;
	padding-bottom: 2px;
	display: block;
	color: #999;
	height: 20px;
	border: 1px solid #fff;
	border-bottom: none;
	font-weight: bold;
}
#menu a:hover, #menu .activepage a {
	color: #000;
	border: 1px solid #9EC9FF;
	border-bottom: none;
}

/****** Content Layout ******/
#mainWrapper {
    padding:0px;
	margin-left: 0px;
	margin-right: 10px;
}

/* sidebar */
.sidebar {
	position: fixed;
	float:right;
	width: 360px;
	right: 20px;
	top: 75px;
}
* html .sidebar { /*IE6 absolute position+baseurl select bug fix */
	position: static;
	margin-top: expression("-"+document.getElementById('content').offsetHeight+"px");
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 0;
}
#innerSidebarOne {
	float: right;
	width: 201px;
	border: 1px solid #9EC9FF;
	background: #F5FBFE;
	padding-left: 9px;
}
#innerSidebarTwo {
	float: left;
	width: 140px;
}
#innerSidebarSearch {
    width:150px;
	height:40px;
	padding-top: 34px;
	padding-left:20px; 
	text-align: left;
}
#innerSidebarFooter {
	margin-bottom: 10px;
	clear: both;
	padding: 10px; 
}
/* content */
.content {
	width: 700px;
	margin-left: 0px;
	padding: 0px;
}
.content-wide {
}
.content-only {
	width: 100%;
}
#innerContent {
padding:0px;
	margin-left: 0px;
	overflow: hidden;
	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:0;
}
.panel h5 {
	text-align: left;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	letter-spacing: 1.5pt;
	padding: 0;
	margin: 0px;
	margin-bottom: 4px;
}
.panel h5 a{
	color: #000;
}
.panel-content{
	width: 145px;
	margin:0;
	margin-bottom: 5px;
	line-height: 200%;
	color:#333;
}
.panel-content a{
 	color:#333;
}
.panel-content a:hover {
 	color:#999;
}

.panel-content ul{
	padding: 1px;
	margin: 0px;
	margin-left: 2px;
}
.panel-content li{
	padding: 0px;
	margin: 0px;
	list-style: none;
	border-bottom: 1px solid white;
}


.panel-content li.indent{
	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: 100%; 
  margin-top:1px;
}
.calendar-top {
  text-align: center;
  padding:0px;
}
.calendar-year,
.calendar-month {
  font-weight: bold;
}
.calendar-weekdays {
  color: #999;
  font-size:11px;
  text-align: center;
  width: 14%;
  padding:0px;
}
.calendar-weekday-cell {
  color: #000;
  font-size:11px;
  text-align: center;
  width: 14%;
  padding:0px;
  font-weight: bold;
}
.calendar-main {
  background: #FFFFFF;
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
  text-align: center;
  width: 14%;
  padding:0px;
}
.calendar-saturday,
.calendar-sunday {
  color: #0D80BD; 
}
.calendar-today { 
  color: #000;
  border: 1px solid #0D80BD;
}
.calendar-day a, .calendar-saturday a, .calendar-sunday a {
  color: #0D80BD; 
  text-decoration: underline;
}
.calendar-today a {
  color: #0D80BD;
  text-decoration: underline;
}

/****** Search Panel ******/
.search-field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #8b8b8b;
	height: 18px;
}

/****** Announcement Box ******/
.announce{
	margin-bottom: 15px;
}
.announce-content{
	padding: 10px; 
	color: #000;
}

/****** Defaul Page Elements ******/
.article-top {
font-size:9px;
    position: relative;
	float:right;
	top:-20px;
	padding: 5px;
	margin-bottom: 15px;
}
.article-bottom {
font-size:9px;
    width:300px;
	text-align:right;
    position: relative;
	float:right;
	padding: 5px;
	margin-top: 15px;
	margin-right:50px;
}

/* page links */
.pages {
    word-spacing: 5px;
    font-family:Arial;
	   color:#bcbcbc;
    font-size:9px;
	padding: 3px;
	border: opx;
}
.pagelink-current {
	font-weight: bold;
}

.listbox {
	padding-top: 5px;
	padding-bottom: 5px;
}
.listbox-table {
	width: 99%;
}
.listbox-header {
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #8b8b8b;
	height: 18px;
}
.listbox-entry {
	word-wrap: break-all;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #8b8b8b;
	height: 18px; 
}
.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;
	clear: both;
/*	background: url('images/dash.gif') no-repeat; */
	background-position: 50px 20px;
}
.textbox-calendar {
	float: left;
	height: 49px;
	width: 46px;
	text-align: center;
}
.textbox-calendar-day {
	display: block;
	font-family: Arial;
	color: #333;
	font-size: 25px;
	padding: 1px;
	background: #EFF6FE;
	border: 1px solid #A4BEDF;
}
.textbox-calendar-month {
	border-bottom: 1px solid #A4BEDF;
	margin: 0px;
	margin-top: -8px;
	display: block;
	font-family: Arial;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	background: #2E93C9;
}

.textbox-calendar-month {
	margin-top: 0px;
}

.textbox-td {
    font-family: Verdana;
	padding-top:10px;
	padding-left:30px;
	padding-right:0px;
    background-image: url(images/vapor/titlebg.gif);
	background-repeat: repeat-x;
}

.textbox-title{
    font-family: Verdana;
	font-size: 11px;
	height: 45px;
	margin-left: 0px;
}
.textbox-title h4{
font-family: Verdana;
	color: #black;
	font-size: 11px;
	padding: 5px;
	display: inline;
	font-weight: bold;
}
.textbox-title h4 a {
	font-weight: bold;
	color: #black;
}
.textbox-label{
    margin-left:0px;
	padding-top: -3px;
	padding-left: 8px;
	font-size: 9px;
	color:#504f4f;
	text-indent: 29px;
}
*+html .textbox-label{
	text-indent: 15px;
}
* html .textbox-label{
	text-indent: 15px;
}
.text-label-indented {
	font-size: 12px;
	display: block;
	text-align: right;
	float: right;
	margin-top: -15px;
}
*+html .text-label-indented {margin-top: -20px;}
.textbox-fontsize{
	color: #979797;
	float: right;
	text-align: right;
	padding: 3px;
	font-size: 12px;
}
.textbox-fontsize a{
	color: #979797;
}
.textbox-content{
    width:640px;
	clear: both;
	word-wrap: break-word;
	padding-top:10px;
	padding-left: 37px;
	font-size: 11px;
	line-height: 139%;
	color: #898989;
}
.textbox-bottom{
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 1px;
	font-size: 9px;
	color: #000;
	text-align: left;
}
.textbox-bottom a {
	color: #000;
	text-decoration: none;
}
.textbox-bottom a:hover {
	background-color: #000;
	color: #ffffff;
	text-decoration: none;
}
.textbox-adminbar {
	padding: 0px;
	font-size: 12px;
	color: #000;
	text-align: left;
}
.textbox-tburl {
	padding-top: 3px;
	font-size: 11px;
	color: #000;
	text-align:left;
}
.tags {
	clear: both;
	padding-top: 1px;
	padding-bottom: 3px;
	font-size: 11px;
	color: #333
	text-align:left;
}
.tags a {
	color: #333;
}
/* comments wrapper */
.comment-wrapper{
}

/* comments top box */
.comment-top{
	padding:5px;
	padding-top: 0px;
	margin: 5px;
	color: #000;
	text-align: right;
}
.comment-pages{
text-align:right;
width:638px;
 word-spacing: 5px;
    font-family:Arial;
	   color:#bcbcbc;
    font-size:9px;
	padding: 3px;
	border: opx;
}

/* commnet box */
.commentbox, .trackbackbox {
	word-wrap: break-word;
	padding: 0px;
	margin: 5px;
}
.commentbox-odd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.commentbox-couple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.trackbackbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.commentbox-title, .trackbackbox-title{
	padding-left: 32px;
	font-size: 11px;
	color: black;
	font-weight: bold;
}
.commentbox-title a, .trackbackbox-title a{
 	color: black;
	font-weight: bold;
}

.commentbox-label, .trackbackbox-label{
	display: block;
	margin-left:0px;
	font-size: 9px;
	color:#504f4f;
	}
.commentbox-label a, .trackbackbox-label a{
	font-weight: normal;
}

.commentbox-content, .trackbackbox-content{
	padding-left: 32px;
	padding-bottom:10px;
	width:460px;
	clear: both;
	word-wrap: break-word;
	padding-top:10px;
	font-size: 11px;
	line-height: 139%;
	color: #898989;
}


/* comment form wrapper */
#commentForm {
font-size:11px;
	width: 100%;
}

/****** normal message box ******/
.messagebox{
 width: 550px;
 margin-top: 120px;
 font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #8b8b8b;
 text-align: center; 
 height: 18px; 

}
.messagebox-title{
 color: #FFFFFF; 
 font-weight: bold; 
 padding: 5px;
}
.messagebox-content{
 color: #000; 
 background:#FFFFFF;
 padding: 10px; 
 padding-bottom: 20px; 
 text-align: left;
}
.messagebox-bottom{
 color: #000; 
 background-color: #E6EEF7; 
 padding: 5px;
}


/****** Input Form Styles (table) ******/
.formbox{}
.formbox-comment{
width:640px;
padding:10px;
	margin-top: 20px;
	margin-bottom:20px;
	background-color:#E9E9E9;
}

.formbox-title,
.formbox-comment-title{
	color:#C1C1C1;
	font-weight: bold;
	font-size: 11px;
}

.formbox-rowheader {
	padding: 5px;
	font-weight: bold;
}

.formbox-content {
font-size:11px;
	padding: 5px;
}

/* smilies list */
.panel-smilies {
	padding:5px;
	text-align: center;
}
.panel-smilies-title {
	color: #000;
	text-align: left;
	border-bottom: 1px solid #BFCAD2;
}
.panel-smilies-content {
	padding: 5px;
	line-height: 120%;
}


/****** UBB Code Custom Styles ******/
/* IE fix for ul */
.code {
	word-wrap: break-all;
	border-left: 4px solid #BEE6FD;
	background-color: #FBFEFF;
	color: #000000;
	margin: 5px;
	padding: 10px;
}

.quote {
	margin: 20px;
}
.quote-title {
    width:250px;
    border-top: 1px solid #cccccc;
    font-size:9px;
}
.quote-title img {
	padding-right: 3px;
	margin-bottom: -4px;
}
.quote-content {
    width:400px;
    padding-top:5px;
	clear: both;
	word-wrap: break-word;
	font-size: 11px;
	line-height: 139%;
	color: #898989;
}

/****** Link ******/
.linkover {
	margin-bottom: 20px;
	height: auto;
	clear: both;
}
.linkbody {
	float: left;
	padding-bottom: 14px;
}
.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;
	color: #0D80BD;
	text-indent: 3px;
}

/*Page*/
.pagebox {
	padding-bottom: 25px;
	margin-bottom: 5px;
	clear: both;
}
.pagebox-title{
	font-size: 16px;
	height: 68px;
	margin-left: 5px;
}
.pagebox-title h4{
	color: #0D80BD;
	font-size: 16px;
	padding: 0;
	margin: 0;
	display: block;
	border-bottom: 3px solid #BEE6FD;
	font-weight: bold;
}
.pagebox-content{
	margin-top: -30px;
	clear: both;
	word-wrap: break-word;
	padding: 0;
	font-size: 14px;
	line-height: 120%;
}

/* Emot Page Selection */
#smileybuttons {
	text-align: right;
	margin-top: 9px;
}

.smileybut {
	margin-right:3px;
	padding: 3px;
	vertical-align: middle;
	font-weight: bold;
}

.smileybut  a{
	border: 1px solid #BEE6FD;
}

<!-- dragable toolbar created by Mazz -->

#dragAblebg {
background-image:url(http://www.vaporcube.com/blog/template/vapor/images/vapor/toolbar/toolbar0.gif);
	}

.dragAble {
background-image:url(http://www.vaporcube.com/blog/template/vapor/images/vapor/toolbar/toolbar0.gif);
font-family:Arial;
font-size:8pt;
color:#FFFFFF;
	position: absolute;
	height:276px;
	width:50px;
	float:right;
	}
	
#popsearch {
display:none;
margin-right:45px;
position: absolute;
top:149px;
right:-1px;
width:222px;
height:102px;
background-image:url(http://www.vaporcube.com/blog/template/vapor/images/vapor/toolbar/pt_search.png);
}

#poplink {
display:none;
margin-right:45px;
position: absolute;
top:127px;
right:-1px;
width:222px;

}

.poplinktop {
width:222px;
height:30px;
background-image:url(http://www.vaporcube.com/blog/template/vapor/images/vapor/toolbar/pt_linktop.png);
}

.poplinkbot {
width:222px;
height:21px;
background-image:url(http://www.vaporcube.com/blog/template/vapor/images/vapor/toolbar/pt_linkbot.png);
}

.poplinkm {
width:222px;
padding-top:5px;
padding-bottom:5px;
padding-left:30px;
background-image:url(http://www.vaporcube.com/blog/template/vapor/images/vapor/toolbar/pt_linkm.png);
background-repeat:repeat-y;
}

.popgdtop {
width:222px;
height:30px;
background-image:url(http://www.vaporcube.com/blog/template/vapor/images/vapor/toolbar/pt_gdtop.png);
}

#popgd {
display:none;
margin-right:45px;
position: absolute;
top:224px;
right:-1px;
width:222px;
}

.btnsearch {
position:absolute;
top:149px;
left:12px;
width:26px;
height:22px;
cursor:pointer;
}

.btnlink {
position:absolute;
top:127px;
left:12px;
width:26px;
height:22px;
cursor:pointer;
}

.btnwrite {
position:absolute;
top:61px;
left:12px;
width:26px;
height:22px;
cursor:pointer;
}

.btnprofile {
position:absolute;
top:83px;
left:12px;
width:26px;
height:22px;
cursor:pointer;
}

.btnadmin {
position:absolute;
top:105px;
left:12px;
width:26px;
height:22px;
cursor:pointer;
}

.btndetail {
position:absolute;
top:180px;
left:12px;
width:26px;
height:22px;
cursor:pointer;
}

.btnlist {
position:absolute;
top:202px;
left:12px;
width:26px;
height:22px;
cursor:pointer;
}

.btngd {
position:absolute;
top:224px;
left:12px;
width:26px;
height:22px;
cursor:pointer;
}

.vlogin {
position:absolute;
top:37px;
left:10px;
font-family:Arial;
font-size:9px;
}

.vlogin a{
color:#dadada;
text-decoration:none;
}
.vlogin a:hover{
color:white;
text-decoration:none;
}

.extralink {
position:inherit;
bottom:20px;
}

<!-- dragable toolbar end -->

