/****** General Styles ******/
body {
	font-size: 12px;
	margin: 0px;
	font-family: Tahoma, Arial;
}

table {
	font-family: Tahoma, Arial;
	color: #000000;
	font-size: 12px;
}
td {
     word-break: break-all; 
	  color: #1F1F1F;
}

a:link,
a:active,
a:visited {
	text-decoration: none;
}
a:hover {
	color: #FFF;
}

img{
	vertical-align: middle;
	border: 0px none;
	height: auto;
}
hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #CCCCCC;
}

/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-family: Tahoma, Arial; 
	font-size: 12px; 
}
input.text {
	height: 16px;
	padding: 1px;
	color: #000000; 
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
}
input.button {
	height: 20px;
}
textarea { 
	font-size: 12px;  
	font-family: Tahoma, Arial; 
	color: #000000;
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
}
select { 
	font-size: 12px;  
	font-family: Tahoma, Arial; 
	color: #000000; 
	background-color: #FFFFFF;
}

/****** Main Layout Styles ******/
#wrapper {
	width: 750px;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
#innerWrapper {
	width: 100%;
}

#header {
	padding: 0px;
}
#innerHeader {
	vertical-align: bottom;
}

#footer {
	clear: both;
}
#innerFooter {
	font-size: 11px;
	text-align: center;
	color: #666666;
}

/****** Header Elements Styles ******/
/* header title */
.blog-header {}
h1 {
	padding: 0px;
	margin: 0px;
	color: black;
	font-size: 24px;
	font-weight: bold;
	display: none;
}
h1 a:link,
h1 a:visited {
	color: black;
	text-decoration: none;
}
h1 a:hover {
	color: #FF3300;
	text-decoration: underline;
}

/* blog description */
.blog-desc {
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
	color: black;
	display: none;
}

/* nav menu */
#menu {
	margin: 10px auto 10px 20px;
	float: right;
}
#menu ul{
	list-style-type: none;
	text-align: center;
}
#menu ul li {
	padding: 0;
	display: inline;
	list-style: none;
}
#menu ul li a {
	display: block;
	margin: 0;
	width: 60px;
	float: left;
}
#menu ul li a:hover {
	display: block;
	float: left;
	text-decoration: none;
}

/****** Content Layout ******/
#mainWrapper {
	padding: 0px;
}

/* sidebar */
.sidebar {
	float: right;
	width: 200px;
}
.sidebar-hide {
	display: none;
	float: right;
}
#innerSidebar {
	padding: 3px;
}

/* content */
.content {
	float: left;
	width: 100%;
	margin-right: -220px;
}
.content-wide {
	width: auto;
	margin-right: -220px;
}
.content-only {
	width: auto;
	margin-right: -220px;
}
#innerContent {
	margin-right: 220px;
	overflow: visible;
}

/* 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: 0px;
}
.panel h5 {
	padding: 5px;
	margin-bottom: 4px;
	background-color: #FFF;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}
.panel-content{
	padding:10px;
}
.panel-content ul{
	padding: 0px;
	margin: 0px;
	margin-left: 12px;
}
.panel-content li{
	padding: 0px;
	margin: 0px;
	list-style: square outside;
}
.panel-content li.indent{
	padding: 0px;
	list-style: circle outside;
	text-indent: 15px;
}

.panel-content ul ul li{
	padding: 0px;
	list-style: circle outside;
	text-indent: 15px;
}

/* user panel login form */
#loginForm {
	width: 95%;
}

/* calendar panel */
#calendar {
	width: 170px;
	margin-top: 5px;
}

.calendar-top {
	color: #333333;
	text-align: center;
	padding: 2px;
}
.calendar-year,
.calendar-month {
	font-weight: bold;
}

.calendar-weekday-cell {
  color: #1F1F1F;
  background: #F6F6F6;
  font-size:12px;
  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;
  color: #1F1F1F;
  width: 14%;
  padding:2px;
}
.calendar-saturday,
.calendar-sunday {
   color: #999999;
	font-weight:bold; 
}
.calendar-today { 
   border: dashed 1px #CCCCCC;
   background-color: #F6F6F6;
}

.calendar-day a, .calendar-saturday a, .calendar-sunday a {
	text-decoration: underline;
	font-weight: normal;
}

.calendar-today a {
  color: #9D4444;
  text-decoration: underline;
}

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

/****** Defaul Page Elements ******/
.article-top,
.article-bottom {
	padding: 5px;
}

/* page links */
.pages {
	color: #999999;
}
.pagelink-current {
	font-weight: bold;
}

.view-mode {
	float: right;
	color: #999999;
}

.listbox {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
}
.listbox-table {
	width: 99%;
}
.listbox-header {
	word-wrap: break-all;
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}
.listbox-entry {
	word-wrap: break-all;
	color: #666666;
}
.listbox-entry a{
	word-wrap: break-all;
}

/* no entry to display box */
.no-entry {
	border: 1px solid #CCCCCC;
	margin-top: 15px;
}
.no-entry-message {
	padding-top: 25px;
	padding-bottom: 25px;
	color: #666666;
	background: #FCFCFC;
	text-align: center;
}

.prev-article{ float: left; }
.next-article{ float: right; }
.category-label{ text-align: center;}

/* text box */
.textbox{
	margin-bottom: 20px;
	clear: both;
}
.cat {
	display: block;
	width: 48px;
	float: left;
}
.textbox-title{
	word-wrap: break-all;
	font-size: 12px;
	margin-left: 48px;
	padding-top: 2px;
	height: 38px;
	background-color: #FAFCFF;
}
.textbox-title h4{
	word-wrap: break-word;
	padding-left: 5px;
	font-size: 14px;
	font-weight: bold;
	display: inline;
}
.textbox-label{
	padding-left: 5px;
	color: #666666;
	font-size: 11px;
}
.textbox-fontsize{
	color: #666666;
	float: right;
	display: inline;
}
.textbox-content{
	padding: 10px;
	word-wrap: break-word;
}
.textbox-bottom {
	padding: 5px;
	color: #666666;
	font-size: 12px;
	border-top: 1px dashed #C0C0C0;
	clear: both;
}
.editmark {
	margin-top: 20px;
	color: #999999;
	font-size: 12px;
}
.textbox-urls {
	margin-top: 10px;
	padding-top: 5px;
	color: #666666;
	font-size: 12px;
	border-top: 1px dashed #C0C0C0;
}

/* comments wrapper */
.comment-wrapper{}


/* comments top box */
.comment-top{
	padding: 5px;
	margin: 5px;
	color: #666666;
	background: #F6F6F6;
	text-align: right;
}
.comment-pages{
	padding: 5px;
	margin: 5px;
	color: #999999;
}

/* commnet box */
.commentbox{
	word-wrap: break-word;
	padding: 5px;
	margin: 10px;
}
.commentbox-title{
	padding: 3px;
	border-bottom: 1px dashed #1F1F1F;
}
.commentbox-label{
	display: inline;
	font-size: 11px;
}
.commentbox-content{
	padding: 3px;
}
.no-comment-box{
	padding:10px;
	color: #666666;
	background: #FCFCFC;
	border: 1px solid #E0E0E0;
}

/* trackback box */
.trackbackbox{
	padding: 5px;
	margin: 5px;
}
.trackbackbox-title{
	padding: 3px;
	border-bottom: 1px dashed #C0C0C0;
}
.trackbackbox-label{
	display: inline;
	color: #666666;
	font-size: 11px;
}
.trackbackbox-content{
	padding: 3px;
	color: #333333;
}
.trackbackbox a{
	color: #000000;
}

/* comment form wrapper */
#commentForm {
	width: 99%;
}

/****** normal message box ******/
.messagebox{
	width: 500px;
	border: solid 1px #CCCCCC;
	text-align: center;
	background: #FCFCFC;
}
.messagebox-title{
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #CCCCCC;
}
.messagebox-content{
	padding: 10px;
	padding-bottom: 20px;
	color: #666666;
	text-align: left;
}
.messagebox-bottom{
	padding: 5px;
	color: #FFFFFF;
	background-color: #F3F3F3;
}

/****** error message box ******/
.errorbox{
	width: 500px;
	text-align: center;
	background: #FFEEDD;
	border: solid 1px #CC0000;
}
.errorbox-title{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #CC3300;
	padding: 5px;
}
.errorbox-content{
	padding: 10px;
	padding-bottom: 20px;
	color: #990000;
	text-align: left;
}
.errorbox-bottom{
	padding: 5px;
	color: #FFFFFF;
	background-color: #FFE3D0;
}

/****** Input Form Styles (table) ******/
.formbox{
	background: #FFFFFF;
	border: solid 1px #CCCCCC;
}
.formbox-comment{}

.formbox-title,
.formbox-comment-title{
	padding: 5px;
	color: #666666;
	font-weight: bold;
	text-align: center;
	background-color: #FFF;
}

.formbox-rowheader,
.formbox-comment-rowheader {
	padding: 5px;
	color: #333333;
	font-weight: bold;
	text-align: right;
}

.formbox-content,
.formbox-comment-content{
	padding: 5px;
}

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

/****** Misc Styles ******/
.comment-text,
.hidden-note{
	font-size: 11px;
	color: gray;
}
.red {
	color: red;
}
.highlight {
	font-weight: bold;
	color: #FF6600;
	background: #FFFF00;
}
.meta-button {
	margin: 1px;
}

/****** UBB Code Custom Styles ******/

.code {
	word-wrap: break-all;
	padding: 10px;
	margin: 5px;
	font-family: "Courier New";
	color: #000000;
	background-color: #F9F9F9;
	border-left: 3px solid #E0E0E0;
}

.quote {
	margin: 10px;
}
.quote-title {
	padding: 5px;
	color: #666666;
	font-weight: bold;
}
.quote-content {
	word-wrap: break-all;
	color: #666666;
	padding: 10px; 
}

.img-shadow, .sh-left, .sh-right {
	float: left;
	background: url(images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
	}

	.img-shadow div, .sh-left div, .sh-right div {
		background: url(images/shadow2.png) no-repeat left top !important;
		background: url(images/shadow2.gif) no-repeat left top;
		padding: 0px 5px 5px 0px;
		}

	.img-shadow img, .sh-left img, .sh-right img {
		background-color: #fff;
		display: block;
      position: relative;
		border: 1px solid #a9a9a9;
		padding: 4px;
		}

	.sh-left  { margin: 5px 10px 5px 5px !important; }
	.sh-right { float: right !important; margin-top: 3px !important; }
