body {
	background: #42afdc url(images/html-bg.gif) repeat-x;
	font: 75%/170%  Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #333;
}
a {
	color: #36f;
	text-decoration: none;
}
a:visited {
	color: #36f;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0px 0px 15px;
}
img {
	border: none;
}
img.alignleft  {
	float: left;
	margin: 0px 10px 10px 0px;
}
img.alignright  {
	float: right;
	margin: 0px 0px 10px 10px;
}
ul {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
ol {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
small {
	font-size: 90%;
}
#page {
	background: url(images/main-bg.jpg) no-repeat center top;
}
#wrapper {
	width: 960px;
	margin: 0px auto;
	position: relative;
}

/* ------------------------------------- header area  */
#header {
	height: 120px;
}
/* site title */
h1 {
	position: absolute;
	top: 40px;
	left: 25px;
	color: #fff;
	margin: 0px;
	padding: 0px;
	font: normal 30px/100%  "Trebuchet MS", Arial, sans-serif;
}
h1 a, h1 a:visited {
	color: #fff;
	text-decoration: none;
}
h1 a:hover {
	color: #000;
	text-decoration: none;
}
.description {
	position: absolute;
	top: 77px;
	left: 25px;
	color: #000;
	font: 12px  Arial, Helvetica, sans-serif;
}
/* search form */
#searchform {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(images/searchform-bg.gif) no-repeat right bottom;
	height: 37px;
	width: 210px;
}
#searchform #s{
	background: #fff 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;
}
#searchform #searchsubmit { 
	background: url(images/search-btn.gif) no-repeat left top;
	height: 24px;
	width: 24px;
	border: none;
	text-indent: -999%;
	line-height: 1px;
	margin-top: 6px;
}

/* ------------------------------------- main content area  */
#left-col {
	width: 735px;
	float: left;
	margin-top: 11px;
}
/* main menu */
#nav {
	background: url(images/content-top-bg.gif) no-repeat left top;
	height: 26px;
}
#nav ul{
	list-style: none;
	margin: 0px 0px 0px 25px;
	padding: 0px;
	font: bold 12px/100%  Arial, Helvetica, sans-serif;
}
#nav ul li{
	margin: 0px 1px 0px 0px;
	padding: 0px;
	float: left;
}
#nav ul li a{
	padding: 5px 7px 6px 7px;
	text-decoration: none;
	color: #000;
	display: block;
}
#nav li a:visited{
	text-decoration: none;
	color: #000;
}
#nav li a:hover, #nav .current_page_item , #nav .current-cat a{
	text-decoration: none;
	background: #2e91c6 url(images/nav-item-hover.gif) repeat-x;
	color: #fff;
}
/* sub menu */
#subnav {
	background: #ecebeb;
}
#subnav ul {
	margin: 0px;
	padding: 3px 0px 18px 5px;
	list-style: none;
	font: 11px/100%  Arial, Helvetica, sans-serif;
}
#subnav li {
	border-right: 1px solid #D8D8D8;
	padding: 0px 7px;
	margin: 0px;
	float: left;
}
#subnav li a, #subnav li a:visited, #subnav .page_item {
	text-decoration: none;
	color: #333;
}
#subnav .current_page_item a, #subnav .current_page_item a:visited {
	color: #3b9acc;
}
#subnav li a:hover {
	text-decoration: none;
	color: #3b9acc;
}

/* content */
#content {
	padding: 25px 25px 15px 25px;
	width: 685px;
	min-width: 685px;
	width: auto !important;
	background: #fff;
	clear: both;
	overflow: hidden;
}
.post {
	padding: 0px;
	clear: both;
	overflow: hidden;
}
.post .date {
	height: 50px;
	width: 45px;
	background: url(images/calendar.gif) no-repeat;
	font: normal 22px  Arial, Helvetica, sans-serif;
	color: #666;
	text-align: center;
	padding: 0px 2px 0 0;
	line-height: 100%;
	float: left;
}
.post .date span {
	height: 16px;
	display: block;
	font: normal 11px  Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	padding-top: 5px;
}
.post .title {
	float: left;
	margin-left: 10px;
	width: 628px;
}
.postdata {
	font-size: 90%;
	color: #333;
}
.postdata a, .postdata a:visited {
	color: #666;
	text-decoration: none;
}
.postdata a:hover {
	color: #36f;
	text-decoration: none;
}
.postdata .category{
	background:url(images/1.gif) 0px -96px no-repeat;
	padding-left: 18px;
	float: left;
}
.postdata .tags{
	background:url(images/1.gif) 0px -128px no-repeat;
	padding-left: 18px;
	margin-left: 18px;
	float: left;
}
.postdata .tags a{
	padding-left: 4px;
}
.postdata .comments{
	background:url(images/1.gif) 0px -160px no-repeat;
	padding-left: 18px;
	float: right;
}
.mini-add-comment {
	background:url(images/1.gif) 0px -186px no-repeat;
	padding-left: 12px;
	float: right;
}
.entry {
	font-size: 100%;
	padding: 10px 0px 10px;
	clear: both;
}
.entry ul, ol {
	margin-left: 12px;
}
.entry pre, code {
	display:block;
	background-color:#f4f4f4;
	border:1px solid #ccc;
	color:#080;
	padding-left:4px;
}
.entry blockquote {
	background-color:#FFFFE1;
	border:1px solid #333;
	color:#333;
	padding-left:4px;
}
blockquote p {
	margin:0px;
}
code.command {
	background-color:#000;
	border:1px solid #ccc;
	color:#0f0;
}
.entry h3 {
	font-size:130%;
	color:#36f;
	font-weight:bold;
	padding:4px 0px 3px 1px;
}
.entry h4 {
	font-size:110%;
	color:#333;
	font-weight:bold;
	padding:4px 0px 3px 1px;
	margin:0;
}
.more-link  {
	font-weight:bold;
	float:right;
}
/* post title */
h2 {
	color: #333;
	margin: 3px 0 2px 0;
	padding: 4px;
	font: bold 150%/100%  "Lucida Grande", Arial, sans-serif;
	background-color:#379bcd;
}
h2 a, h2 a:visited {
	color: #fff;
	text-decoration: none;
}
h2 a:hover {
	color: #000;
	text-decoration: none;
}
h3 {
	color: #666;
	margin: 5px 0px 5px;
	font: bold 110%/110%  "Lucida Grande", Arial, sans-serif;
}

/* next & previous page navigation */
.page-nav {
	clear: both;
	background: url(images/navigation-bg.gif) no-repeat left center;
	height: 21px;
}
.page-nav a, .page-nav a:visited {
	color: #fff;
	text-decoration: none;
}
.page-nav a:hover {
	color: #000;
	text-decoration: none;
}
.previous-entries a {
	float: left;
	padding-left: 10px;
	margin-left: 10px;
	background: url(images/navigation-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 10px;
	margin-right: 10px;
	background: url(images/navigation-right.gif) no-repeat right center;
}
/* Bottom Info */
.bottomtags {
	clear:both;
}
.bottomtags a {
	background:url(images/1.gif) 0px -130px no-repeat;
	padding-left: 16px;
	margin-left: 6px;
}
.creative {
	margin:12px 0px;
	padding-left:2px;
	font-size:90%;
	border: 1px solid #999; background: #E4E4E4;
}
/* next & previous post navigation */
.post-nav {
	clear: both;
}
.post-nav .previous a {
	float: left;
	padding-left: 20px;
	background: url(images/post-nav-previous.gif) no-repeat left center;
}
.post-nav .next a {
	float: right;
	padding-right: 20px;
	text-align: right;
	background: url(images/post-nav-next.gif) no-repeat right center;
}

/* commentform */
#commentform {
	margin-top: 10px;
}
#commentform label {
	color:#666;
	font-size: 100%;
	padding-left: 5px;
}
#commentform small {
	color: #999;
	font-size: 90%;
}
#commentform input {
	font: 110%  Arial, Helvetica, sans-serif;
	width: 220px;
	padding: 5px 3px 3px 7px;
	background: url(images/form-field-bg.gif) no-repeat;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	border-left: 1px solid #e6e6e6;
}
#commentform textarea {
	font: 110%  Arial, Helvetica, sans-serif;
	width: 570px;
	height: 140px;
	background:url(images/form-field-bg.gif) no-repeat;
	border: solid 1px #e6e6e6;
	padding: 5px 3px 3px 7px;
}
#commentform #submit {
	font: 12px/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: 6px;
	margin-left: 440px;
}
#commentform #submit:hover {
	background: url(images/submit-btn.gif) no-repeat bottom left;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	border: solid 1px #3b9acc;
}

/* comment list */
#content #comments { clear: left; padding-top: 10px; }
#content #comments .commentlist { list-style: none; margin: 0; padding: 0; clear: both;}
#content #comments .commentlist li { background: #E4E4E4; border: 1px solid #999; padding: 6px; margin-bottom:10px;}
#content #comments .commentlist li.alt { background-color: #F2F2F2; }
#content #comments .commentlist ul { list-style: none; }
#content #comments .avatar { display: inline; float: left; margin: 0 10px 0 0; padding: 3px; background-color: #fff; border: 1px solid #46f;}
#content #comments .reply a { float: right; margin: -40px 0 0 0; padding: 2px 8px 0px 8px; background-color: #fff; border: 1px solid #ccc; }
#content #comments .reply a:hover { border: 1px solid #999; }
#content #comments .vcard em { font-style: normal; padding-bottom: 10px; display: block; font-weight: bold; }
#content #comments .vcard small { color: #999; }
#content #comments .clear { clear: both; padding: 10px 0 0; }
#content #comments li p { margin-bottom: 0px; }
#content #comments h3 { font-weight: normal; font-size: 120%; padding-left: 22px;}
#content #comments #met { float:left; width:663px; padding: 4px 10px;  margin: 0 0 20px; border: 1px solid #999; background: #E4E4E4;}
#content #comments #met h3 { float: left; background:url(images/1.gif) 0px -278px no-repeat;}
#content #comments #met .meta-comment { float: right;padding-top:2px;}
#content #comments #respond h3 { margin-top:16px; background:url(images/1.gif) 0px -247px no-repeat; }
#content #comments .trackback { border:1px solid #999 }
#content #comments .trackback ul{ list-style: none;}
#content #comments .trackback h3 { padding-left:20px; margin:16px 0 10px 0; font-size:140%;font-weight:bold;color:#333}

/* ------------------------------------- footer area  */
#footer {
	background: url(images/content-bottom-bg.gif) no-repeat;
	padding: 10px 0px 0px 10px;
	font-size: 87%;
}
#footer a, #footer a:visited {
	text-decoration: none;
	color: #333;
}
#footer a:hover {
	text-decoration: underline;
}

/* ------------------------------------- sidebar area  */
/* sidebar */
#sidebar {
	float:right;
	width: 210px;
	color: #666;
	line-height: 160%;
}
#sidebar p {
	margin: 0px 0px 15px;
}
#sidebar h3 {
	font: bold 12px/100%  Arial, Helvetica, sans-serif;
	color: #666;
}
#sidebar h3 a, #sidebar h3 a:visited {
	color: #666;
}
#sidebar h3 img {
	vertical-align: middle;
}
#sidebar a, #sidebar a:visited {
	color: #000;
	text-decoration:none;
}
#sidebar a:hover, #sidebar a:focus, #sidebar a:active {
	text-decoration:underline;
}
#sidebar ul {
	list-style: none;
	margin: 0 ;
	padding: 0 ;
}
#sidebar ul li {
	background: url(images/bullet-orange.gif) no-repeat;
	padding-left: 18px ;
	height:17px;
}
#sidebar ul li ul li {
	background: url(images/bullet-grey.gif) no-repeat;
	padding-left: 12px ;
}

/* ------------------------------------- widget styles  */
/* archives widget */
#archives ul li {
	background:url(images/1.gif) 0px -32px no-repeat;
}
/* recent comments widget */
#recent-comments ul li {
	background:url(images/1.gif) 0px -160px no-repeat;
}
/* category widget */
#categories ul li {
	background:url(images/1.gif) 0px -96px no-repeat;
}
/* recent posts widget */
#recent-posts ul li {
	background:url(images/1.gif) 0px -309px no-repeat;
	height:auto;
}
/* links widget */
#links ul li {
	background:url(images/1.gif) 0px -64px no-repeat;
}
/* meta */
#meta .rss {
	background:url(images/1.gif) 0px -215px no-repeat;
}
#meta .login {
	background:url(images/1.gif) 0px 0px no-repeat;
}
#meta .check {
	background:url(images/1.gif) 0px -128px no-repeat;
}
/* calendar */
#calendar table {
	margin: 0px auto;
}
#calendar td {
	padding: 0px 4px;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.left {
	float: left;
}
img.left, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.right {
	float: right;
}
img.right, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
.hidden {
	clear: both;
	visibility: hidden;
}
/*page_navi*/
.wp-pagenavi {
	clear: both;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}
.wp-pagenavi span.current {
	font-weight: bold;
}

/*dockbar*/
.dbx-clone {
	position:absolute;
	visibility:hidden;
	}
.dbx-clone, .dbx-clone .dbx-handle-cursor {
	cursor:move !important;
	}
.dbx-dummy {
	display:block;
	width:0;
	height:0;
	overflow:hidden;
	}
.dbx-group, .dbx-box, .dbx-handle {
	position:relative;
	display:block;
	}
.dbx-box {
	margin:0;
	padding:0;
	border:none;
	clear: both;
	}
.dbx-group {
	width:210px;
	padding:0 0px 10px;
}
* html .dbx-group {
	width: 210px;
	padding-bottom:0;
}
.dbx-handle {
	position:relative;
	margin:0;
	padding: 16px 24px 7px 10px;
	background:url(images/sidep-handle.gif) no-repeat 0 0; 
}
* html .dbx-handle { 
	width: 176px; 
}
.dbx-handle-cursor {
	cursor:move;
}
a.dbx-toggle, a.dbx-toggle:visited {
	display:block;
	width:20px;
	height:20px;
	overflow:hidden;
	background:url(images/sidep-toggle.gif) no-repeat;
	position:absolute;
	top:12px;
	right:3px;
	text-indent:-50px;
	text-decoration:none;
}
a.dbx-toggle-open, a.dbx-toggle-open:visited {
	background-position:0 0;
}
a.dbx-toggle-closed, a.dbx-toggle-closed:visited {
	background-position:0 -20px;
}
a.dbx-toggle-hilite-open, a.dbx-toggle-hilite-open:visited {
	background-position:-20px 0;
}
a.dbx-toggle-hilite-closed, a.dbx-toggle-hilite-closed:visited {
	background-position:-20px -20px;
}
.dbx-tooltip {
	display:block;
	position:absolute;
	margin:36px 0 0 125px;
	width:185px;
	border:1px solid #000;
	background:#ffd;
	color:#000;
	font:normal normal normal 0.85em  tahoma, arial, sans-serif;
	padding:2px 4px 3px 5px;
	text-align:left;
}
* html .dbx-tooltip { width:210px; }
*[class="dbx-tooltip"]:lang(en) {
	border-color:InfoText;
	background:InfoBackground;
	color:InfoText;
	font:small-caption;
	font-weight:normal;
	}
.dbx-content {
	margin: 0;
	padding: 5px 10px 9px 10px;
	background: url(images/sidep-bottom.gif) no-repeat 0 100%;
	overflow: hidden;
}
.dbx-box-closed .dbx-content {
	display:block;
	height:4px;
	padding:0;
	overflow:hidden;
}
.dbx-box-closed .dbx-content * {
	display:none;
}
.dbx-clone {
	opacity:0.8;
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	filter:alpha(opacity=80);
}
