/****** General Styles ******/
body {
	background: #42afdc url(images/html-bg.gif) repeat-x;
	font: 75%/170% Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #333333;
}

table {
	margin: 0px auto;
}
td {
    padding: 0px 4px;
}

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

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

/****** Form Controls Styles ******/
form {
	margin: 0px;
	padding: 0px;
}
input {
	font-family: Tahoma, Arial; 
	font-size: 12px;
}
input.text {
	font: 110% Arial, Helvetica, sans-serif;
	width: 90px;
	padding: 5px 3px 3px 7px;
	background: url(images/form-field-bg.gif) no-repeat;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	border-left: 1px solid #e6e6e6;
}
input.button {
	font: 14px/100% Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(images/submit-btn.gif) no-repeat top left;
	border: none;
	width: 135px;
	height: 25px;
	padding-bottom: 2px;
}
input.button:hover {
	background: url(images/submit-btn.gif) no-repeat bottom left;
}
textarea { 
	font: 110% Arial, Helvetica, sans-serif;
	width: 340px;
	height: 140px;
	background:url(images/form-field-bg.gif) no-repeat;
	border: solid 1px #e6e6e6;
	padding: 5px 3px 3px 7px;
}
textarea:hover, textarea:focus, input.text:hover, input.text:focus {
	border: solid 1px #3b9acc;
}
select { 
	font-size: 12px;  
	font-family: Tahoma, Arial; 
	color: #000000; 
	background-color: #FFFFFF;
}

/****** Main Layout Styles ******/
#wrapper {
	background: url(images/main-bg.jpg) no-repeat center top;
}
#innerWrapper {
	width: 770px;
	margin: 0px auto;
	position: relative;
}

#header {
	height: 120px;
}
#innerHeader {
	
}

#footer {
	padding: 0px 0px 0px 10px;
	font-size: 87%;
	color: #282828;
	clear: both;
}
#footer a, #footer a:visited {
	text-decoration: none;
	color: #000000;
}
#footer a:hover {
	text-decoration: underline;
}
#innerFooter {
	
}

/****** Header Elements Styles ******/
#blogLogo {
	}

/* header title */
.blog-header {}
h1 {
	position: absolute;
	top: 40px;
	left: 25px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font: normal 0px/100% "Trebuchet MS", Arial, sans-serif;
}
h1 a:link,
h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
h1 a:hover {
	color: #000000;
	text-decoration: none;
}

/* blog description */
.blog-desc {
	position: absolute;
	top: 77px;
	left: 25px;
	color: #000000;
	font: 15px Arial, Helvetica, sans-serif;
}
#minisearchbar {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(images/searchform-bg.png) no-repeat right bottom;
	height: 37px;
	width: 210px;
}
#minisearchbar #s{
	background: #ffffff url(images/form-field-bg.gif) no-repeat ;
	height: 17px;
	width: 148px;
	margin: 6px 5px 0px 10px;
	padding: 3px 7px 2px 5px;
	color: #999999;
	border: none;
}
#minisearchbar #minisearchSubmit { 
	background: url(images/search-btn.png) no-repeat left top;
	height: 24px;
	width: 24px;
	border: none;
	text-indent: -999%;
	line-height: 1px;
	margin-top: 6px;
}
/* nav menu */
#menu {
	position: absolute;
	top: 131px;
	left: 0px;
	background: url(images/content-top-bg.png) no-repeat left top;
	width: 545px;
	height: 26px;
}
#menu ul{
	list-style: none;
	margin: 0px 0px 0px 25px;
	padding: 0px;
	font: bold 12px/100% Arial, Helvetica, sans-serif;
}
#menu li{
	margin: 0px 1px 0px 0px;
	padding: 0px;
	float: left;
}
#menu a{
	padding: 5px 7px 6px 7px;
	text-decoration: none;
	color: #000000;
	display: block;
}
#menu a:hover, #menu .activepage a {
	text-decoration: none;
	background: #2e91c6 url(images/nav-item-hover.gif) repeat-x;
	color: #ffffff;
}
/****** Content Layout ******/
#mainWrapper {
	
}

/* sidebar */
.sidebar {
	float:right;
	width: 210px;
	color: #666666;
	line-height: 160%;
}
.sidebar-hide {
	display: none;
	float: right;
}
#innerSidebar {
	
}

/* content */
.content {
	width: 545px;
	float: left;
	margin-top: 35px;
}
.content-wide {
	width: 545px;
	margin-top: 35px;
}
.content-only {
	width: 545px;
	margin-top: 35px;
}
#innerContent {
	padding: 5px 25px 15px 25px;
	width: 495px;
	background: #ffffff;
	clear: both;
	overflow: hidden;
}
.content-bottom {
	background: url(images/content-bottom-bg.png) no-repeat;
	height: 10px;
}
/* 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 ******/
.dbx-box{
	margin: 0px 0px 15px;
}
.dbx-box h5 {
	font: bold 12px/100% Arial, Helvetica, sans-serif;
	color: #666666;
}
.panel-content{
	
}
.sidebar ul{
	list-style: none;
	margin: 0 ;
	padding: 0 ;
}
.sidebar ul li{
	background: url(images/bullet-orange.gif) no-repeat;
	padding-left: 18px ;
}
.panel-content li.indent{
	
}

.sidebar ul li ul li{
	background: url(images/bullet-grey.gif) no-repeat;
	padding-left: 12px ;
}
.sidebar a, .sidebar a:visited {
	color: #000000;
	text-decoration:none;
}
.sidebar a:hover, .sidebar a:focus, .sidebar a:active {
	text-decoration:underline;
}

#sidebar_archive ul li {
	background: url(images/mini-archive.gif) no-repeat;
}
/* recent comments widget */
#sidebar_replies ul li {
	background: url(images/mini-comment.gif) no-repeat;
}
/* category widget */
#sidebar_category ul li {
	background: url(images/mini-category.gif) no-repeat;
}
#sidebar_category ul li.indent {
	padding: 0px;
	background-image: none;
	list-style-image: url(images/list.gif);
	text-indent: 30px;
}
/* recent posts widget */
#sidebar_entries ul li {
	background: url(images/mini-page.gif) no-repeat;
}
/* links widget */
#sidebar_link ul li.indent {
	background: url(images/mini-blogroll.gif) no-repeat;
}
/* user panel login form */
#loginForm {
	width: 95%;
}

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

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

.calendar-weekday-cell {
  color: #666666;
  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: #666666;
  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{
	
}
.announce-top {
	background: url(images/announce-top.gif) no-repeat bottom;
	height: 8px;
}
.announce-content{
	padding: 0 10px;
	color: #666666;
	background: url(images/announce-back.gif) repeat-y;
}
.announce-bottom {
	background: url(images/announce-bottom.gif) no-repeat;
	height: 14px;
}
/****** Defaul Page Elements ******/
.article-top {
	padding-top: 10px;
}
.article-bottom {
	padding: 0px;
}

/* page links */
.pages {
	clear: both;
	background: url(images/navigation-bg.gif) no-repeat left center;
	padding-left: 10px;
	color: #ffffff;
}
.pages a, .pages a:visited {
	color: #ffffff;
	background-color: #8F8F8F;
	text-decoration: none;
}
.pages a:hover {
	color: #000000;
	text-decoration: none;
}
.prev-article a {
	padding-left: 20px;
	color: #999999;
	text-decoration: none;
	background: url(images/navigation-left.gif) no-repeat left center;
}
.next-article a {
	padding-right: 20px;
	text-align: right;
	color: #999999;
	text-decoration: none;
	background: url(images/navigation-right.gif) no-repeat right center;
}
.prev-article a:hover, .next-article a:hover {
	color: #000000;
	text-decoration: none;
}
.pagelink-current {
	font-weight: bold;
}

.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;
}

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

/* text box */
.textbox {
	padding: 0px;
	margin-bottom: 20px;
	clear: both;
	overflow: hidden;
}
.textbox .date {
	height: 50px;
	width: 45px;
	background: url(images/calendar.gif) no-repeat;
	font: normal 0px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	padding: 0px 2px 0 0;
	line-height: 100%;
	float: left;
}
.textbox .date span {
	height: 16px;
	display: block;
	font: normal 0px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	padding-top: 4px;
}
.textbox-title{
	float: left;
	margin-left: 10px;
	width: 435px;
}
.textbox-title h4{
	color: #333333;
	margin: 3px 0 2px;
	padding-bottom: 4px;
	font: normal 150%/100% "Lucida Grande", Arial, sans-serif;
	border-bottom: dotted 1px #CCCCCC;
}
.textbox-title h4 a, .textbox-title h4 a:visited {
	color: #333333;
	text-decoration: none;
}
.textbox-title h4 a:hover {
	color: #44a1d0;
	text-decoration: none;
}
.textbox-label{
	font-size: 100%;
	color: #999999;
}
.textbox-label .entrytime{
	background: url(images/time.gif) no-repeat;
	padding-left: 18px;
	float: left;
}
.textbox-label .entryauthor{
	background: url(images/detail.gif) no-repeat;
	padding-left: 18px;
	margin-left: 10px;
	float: left;
}
.textbox-label .entrycate{
	background: url(images/mini-category.gif) no-repeat;
	padding-left: 18px;
	margin-left: 10px;
	float: left;
}
.textbox-fontsize{
	padding: 5px;
	color: #666666;
	float: right;
	display: inline;
}
.textbox-content{
	padding: 10px 0px 5px;
	clear: both;
}
.textbox-bottom {
	text-align: right;
}

.textbox-urls {
	margin-top: 10px;
	padding-top: 5px;
	color: #666666;
	font-size: 12px;
	border-top: 1px dashed #C0C0C0;
}
.tags {
	clear:both;
	background: url(images/tag.gif) no-repeat;
	padding-left: 18px;
	font-size: 12px;
	color: #CC0000;
	text-align:left;
}
.textbox-adminbar {
	padding: 0px;
	padding-bottom: 4px;
	text-align: right;
	font-size: 12px;
	color: #ED5E49;
}
/* comments wrapper */
h3#comments {
	background: url(images/comments.gif) no-repeat;
	padding-left: 22px;
	font: normal 140%/120% Arial, Helvetica, sans-serif;
	clear: both;
}
.comment-wrapper {
	margin: 10px 0px;
	line-height: 130%;
}

.commentbox cite, .commentbox cite a, .commentbox cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 110%;
	color: #669900;
}
.commentbox small {
	margin-bottom: 5px;
	display: block;
	font-size: 99%;
}
.commentbox small a, .commentbox small a:visited{
	color: #999999;
}
/* comments top box */
.comment-top{
	padding: 5px;
	margin: 5px;
	color: #666666;
	background: #F6F6F6;
	text-align: right;
}
.comment-pages{
	clear: both;
	background: url(images/navigation-bg.gif) no-repeat left center;
	padding-left: 10px;
	color: #ffffff;
}
.comment-pages a, .comment-pages a:visited {
	color: #ffffff;
	text-decoration: none;
}
.comment-pages a:hover {
	color: #000000;
	text-decoration: none;
}
/* commnet box */
.commentbox{
	padding: 5px 10px;
}
.commentbox-title{
	font-weight: bold;
	font-style: normal;
	font-size: 110%;
	color: #669900;
}
.commentbox-label{
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
.commentbox-content{
	margin: 0px 0px 15px;
}
.commentbox-couple {
	background: #F4F4F4;
}
.commentbox-odd {
	background-color: #fff;
}
/* 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: 100%;
}

/****** normal message box ******/
.messagebox{
	width: 545px;
	margin-top: 30px;
}
.messagebox-title{
	background: url(images/content-top-bg.png) no-repeat left top;
	width: 545px;
	height: 26px;
}
.messagebox-content{
	padding: 10px;
	padding-bottom: 20px;
	color: #666666;
	background-color: #FFF;
	text-align: left;
}
.messagebox-content ul{
	list-style: none;
	margin: 0 ;
	padding: 0 ;
}
.messagebox-content ul li{
	background: url(images/bullet-orange.gif) no-repeat;
	padding-left: 18px;
}
.messagebox-bottom{
	background: url(images/content-bottom-bg.png) no-repeat;
	padding-top: 10px;
	color: #282828;
}
.messagebox-bottom a{
	color: #282828;
}

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

.formbox-title,
.formbox-comment-title{
	background: url(images/respond.gif) no-repeat;
	padding-left: 22px;
	font: normal 140%/120% Arial, Helvetica, sans-serif;
	margin: 20px 0px 0px;
	clear: both;
}

.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;
}

/****** UBB Code Custom Styles ******/
/* IE fix for ul */
* html .ubb-list { margin:5px; margin-left: 25px;  margin-bottom: 15px;}
.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;
	background-color: #F9F9F9;
	border-left: 3px solid #99CCFF;
}
.quote-title {
	padding: 5px;
	color: #666666;
	font-weight: bold;
	border-bottom: 1px dashed #99CCFF;
}
.quote-content {
	word-wrap: break-all;
	color: #666666;
	padding: 10px; 
}
/****** Link ******/
.linkover {
	margin-bottom: 50px;
	height: auto;
	clear: both;
}
.linkbody {
	margin-top: 5px;
	width: 33%;
	float: left;
}
.linkimg {
	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: #000000;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
.hidden {
	clear: both;
	visibility: hidden;
}