/*
==========================
Pure Mood Blog Template Series
Template Name: inSea
Last Updated: 2005-9-27
Author: Shea
==========================
*/
/* General */
body {
	background:#1D9CC5;
	margin:0;
	padding:0;
	text-align:center;
}
table, td, div {
	font:12px Arial,Tahoma,sans-serif;
	color:#666;
}
td {
	word-break:break-all;
}
a:link, a:visited {
	text-decoration:none;
	color:#068;
}
a:hover {
	text-decoration:none;
	color:#0CF;
}
img {
	border:0;
}

/* Form */
form, input, textarea, select {
	font:12px Arial,Tahoma,sans-serif;
	margin:0;
	padding:0;
}
.button, .button-hover {
	width:70px;
	height:21px;
	border:0;
	font-size:11px;
	color:#068;
}
.button {
	background:url(images/button1.gif) no-repeat
}
.button a:link, 
.button a:visited {
	background:url(images/button1.gif) no-repeat
}
.button a:hover {
	background:url(images/button2.gif) no-repeat
}


/* Main Layout */
#wrapper {
	background:url(images/wrapper_bg.gif) #FFF repeat-y;
	width:720px;
	margin:0 auto;
	text-align:left;
	position:relative;
}
#innerWrapper {
	width:100%;
}

/* Header */
#header {
	background:url(images/header_bg.gif) no-repeat;
	width:720px;
	height:150px;
}
#innerHeader {
	padding:10px 20px;
}
#blogLogo {
	display:none;
}
.blog-header {
	float:left;
}
h1 {
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0;
}
h1 a:hover {
	color:#068;
}
.blog-desc {
	font-size:11px;
	color:#068;
}
/* nav menu */
#menu {
	float:right;
}
#menu ul {
	margin:0;
	padding:0;
}
#menu li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0 1px;
	font-size:11px;
	color:#068;
}
#menu a:hover {
	color:#FFF;
}
/* Footer */
#footer {
    width: 700px;
	height: 60px;
	background-color: #F4F3F8;
	margin:0 auto;
	padding:0 0 5px 0;
	text-align:center;
	clear:both;
    border-top: 1px dashed #33729B;
}
#innerFooter {
	padding:10px 0 0 0;
	font-size:11px;
	color:#068;
}
/* Content Layout */
#mainWrapper {
}
/* Sidebar */
.sidebar {
	float: right;
	width: 175px;
    margin-top: 10px;
    padding-right: 20px;
}
.sidebar-hide {
	display: none;
	float: right;
}
#innerSidebar {
	padding: 0px;
}

/* Content */
.content {
	float: left;
	width: 100%;
	margin-left: -210px;
}
.content-wide {
	width: auto;
	margin: 10px;
	margin-left: -210px;
}
.content-only {
	width: auto;
	margin: 10px;
	margin-left: -210px;
}
#innerContent {
	margin-left: 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-bottom: 10px;
}
.panel h5 {
	padding: 2px;
	margin: 0px;
	color: #006688;
	font-size: 11px;
	border-bottom: 1px dashed #33729B;
	font-weight: bold;
}
.panel-content{
	padding:5px;
	color:#999999;
	line-height: 120%;
}
.panel-content ul{
	padding: 0px;
	margin: 0px;
}
.panel-content li{
	padding: 0px;
	margin: 0px;
	color: #666666;
    list-style: url("images/arrow.gif") inside;
}
/* calendar panel */
#calendar {
	width: 175px;
	margin-top: 5px;
}

.calendar-top {
	color: #333333;
	text-align: center;
	padding: 2px;
}
.calendar-year,
.calendar-month {
	font-weight: bold;
}

.calendar-weekdays {
	background: #F6F6F6;
}
.calendar-weekday-cell {
	color: #666666;
	font-size:10px;
	font-weight:bold;
	text-align: center;
	width: 14%;
	padding: 2px;
}

.calendar-main {
	background: #FFFFFF;
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
	color: #666666;
	text-align: center;
	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:link,
.calendar-day a:visited,
.calendar-saturday a:link,
.calendar-saturday a:visited,
.calendar-sunday a:link,
.calendar-sunday a:visited,
.calendar-today a:link,
.calendar-today a:visited {
	text-decoration: underline;
	font-weight: normal;
}
/****** Search Panel ******/
.search-field { width: 155px; }

/****** Announcement Box ******/
.announce{
	margin-bottom: 10px;
	border: dashed 1px #33729B;
	background-color: #FFF;	
	background-position: top left;
	background-repeat: repeat-x;
    width: 95%;
    margin-top: 15px;
	margin-left: 10px;
}
.announce-content{
	word-wrap: break-all;
	padding: 10px;
	color: #666666;
}
/****** Defaul Page Elements ******/
.article-top,
.article-bottom {
	padding: 5px;
    margin-left: 10px;
}

/* page links */
.pages {
	color: #999999;
}
.pagelink-current {
	font-weight: bold;
}

.view-mode {
	float: right;
	color: #999999;
    margin-right: 4px;
}

.listbox {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px dashed #33729B;
	border-bottom: 1px dashed #33729B;
    width: 99%;
}
.listbox-table {
	width: 100%;
}
.listbox-header {
	word-wrap: break-all;
	color: #068;
	font-weight: bold;
	text-decoration: underline;
}
.listbox-entry {
	word-wrap: break-all;
	color: #666666;
    padding-left: 10px;
}
.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;
    margin-top: 15px;
    padding-left: 10px;
 }
.next-article{ 
    float: right; 
    margin-top: 15px;	
    padding-right: 20px;
}
.category-label{ 
    text-align: center;
	margin-top:15px;
}
/* text box */
.textbox {
	background:url(images/line.gif) bottom repeat-x;
	margin:10px 10px 0 10px;
	padding:20px 20px 10px 20px;
}
.textbox-title {
	word-wrap: break-all;
	padding: 6px;
	font-size: 14px;
	background-position: top left;
	background-repeat: repeat-x;
    margin-left: -5px;
}
h4 {
	font-size:14px;
	font-weight:normal;
	margin:0;
	padding:0;
	color:#068;
	float:left;
}
.textbox-label {
	font-size:11px;
	float:right;
}
.textbox-content  {
	clear:both;
	line-height:150%;
	padding:10px 0 !important;
	padding:0;
    padding-top: 5px;
}
.textbox-bottom {
	margin:0 !important;
	margin:10px 0 0 0;
}
.article-bottom  {
	padding:0 20px 5px 20px;
}
.textbox-fontsize {
   	font-size:11px;
    width: 99%;
	text-align: right;
    float:right;
}  
.editmark {
	display:none;
}
.textbox-urls {
	font-size:11px;
	margin:10px 0;
}
.tags {
	padding-top: 1px;
	font-size: 11px;
	color: #414141;
	text-align:left;
	background: url('./images/tag_bg.gif') no-repeat 0px;
    margin-top: 10px;
    padding-left: 10px;
}
/* Comment */
#commentWrapper {
	margin:0 10px;
}
.no-comment-box {
	background:url(images/line.gif) bottom repeat-x;
	padding:10px 20px;
}
.comment-top, .comment-pages {
	display:none;
}
.commentbox, .trackbackbox {
	background:url(images/line.gif) bottom repeat-x;
	padding:0 20px 10px 20px;
}
.commentbox_admin {
	background:url(images/line.gif) bottom #F4F5F8 repeat-x;
	padding:0 20px 10px 20px;
}
.commentbox-title, .trackbackbox-title {
	padding:10px 0;
}
.commentbox-label, .trackbackbox-label {
	font-size:11px;
}
.commentbox-content, .trackbackbox-content {
	line-height:150%;
}

/* Post Comment */
.formbox-comment {}
.panel-smilies {
	display:none;
}
.postcomment-text {
	border:1px solid #33729B;
	width:100px;
	height:14px;
	color:#068;
}
.comment-textarea {
	background:#FFF;
	width:100%;
	overflow:auto;
	border:1px solid #068;
	color:#068;
}
.upload {
	display:inline;
	background:#FFF;
}
.upload-file {
	border:1px solid #33729B;
}
.upload-button {
	width:70px;
}

/* Message Box */
.messagebox {
	width: 500px;
	border: solid 1px #CCCCCC;
	text-align: center;
	background: #FCFCFC;
    margin-top: 50px;
}
.messagebox-title {
	padding: 5px;
	color: #068;
	font-weight: bold;
	background-color: #F4F3F8;
}
.messagebox-content {
	padding: 10px;
	padding-bottom: 20px;
	color: #666666;
	text-align: left;
}
.messagebox-bottom{
	padding: 5px;
	color: #666;
	background-color: #F4F3F8;
}
/* Register */
.formbox {
	color:#666;
    width: 99%;
}
.formbox-title{
    text-align: center;
    color: #666;
	font-weight: bold;
}
.formbox-comment-title{
    text-align: center;
    color: #666;
	font-weight: bold;
}
.register-text {
	border:1px solid #33729B;
	width:200px;
}
.formbox-rowheader {
	text-align:right;
}

/* User */
.userbox {
	margin:0 10px -1px 10px;
}
.userbox-content {
	width:100%;
}
.user-header {
	background:url(images/line.gif) bottom #F4F3F8 repeat-x;
	width:110px;
	height:25px;
	color:#068;
	padding:0 10px;
	font-weight:bold;
}
.user-content {
	background:url(images/line.gif) bottom repeat-x;
	padding:0 10px;
}
.user-text {
	background:#FFF;
	border:1px solid #33729B;
	color:#068;
	width:200px;
	height:16px;
}
/****** UBB Code Custom Styles ******/
/* IE fix for ul */
* html .ubb-list { margin:5px; margin-left: 25px;  margin-bottom: 15px;}
.ubb-list li{
	margin: 1px;
	padding: 1px;
}

.code {
	word-wrap: break-all;
	padding: 10px;
	margin: 5px;
	font-family: "Courier New";
	color: #666666;
	background-color: #F4F3F8;
	border: 1px dashed #33729B;
}

.quote {
	margin: 10px;
	background-color: #F4F3F8;
	border: 1px dashed #33729B;
}
.quote-title {
	padding: 5px;
	color: #666666;
	font-weight: bold;
}
.quote-content {
	word-wrap: break-all;
	color: #666666;
	padding: 10px; 
}

.ubb-obj-div {
	word-wrap: break-all;
	margin: 5px;
	padding: 5px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px dashed #CCCCCC;
}

/****** Link ******/
.linkover {
	margin-bottom: 50px;
	clear: both;
	padding-bottom: 3px;
    margin-top: 10px;
}
.linkbody {
	margin-top: 10px;
	width: 50%;
	float: left;
}
.linkimg {
/*	width: 35%;*/
	text-align: right;
	margin-right: 4px;
	float: left;
}
.linktxt {
	line-height: 20px;
}
.linktitle a:link,
#linktitle a:visited{
	text-decoration: none;
	color: #068;
}
.linktitle a:hover{
	color: #0CF;
}

.linkgroup {
	font-size: 14px;
	margin-bottom: 5px;
	color: #666;
    padding-left: 5px;
}








