/*
Theme Name: BlueVibes
Theme URI: http://www.magpress.com
Description: This is a 3 columns fixed width WordPress theme by <a href="http://www.magpress.com">Magpress.com</a>
Version: 1.0
Author: Ronald KSY
Author URI: http://www.magpress.com
Tags: blue, fixed width, 3 columns, adsense ready, twitter ready, thread comments, theme option

	BlueVibes v1.0
	http://www.magpress.com/wordpress-themes/bluevibes.html

	This theme was designed and built by Ronald KSY,
	whose blog you will find at http://www.magpress.com/

	The CSS, XHTML and design is released under Creative Commons Attribution-Share Alike 3.0 United States License:
	http://creativecommons.org/licenses/by-sa/3.0/us/

*/

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family: Helvetica, tahoma, verdana;
	font-size: 100%;
	color: #000000;
	background-image: url(images/background_main_center.png);
	background-repeat: repeat;
	background-position: center center;
}
.clearfix {
	clear: both;
}
.alignleft {
	text-align: left;
	float: left;
}
.alignright {
	text-align: right;
	float: right;
}
.center {
	text-align: center;
	margin: 0px auto;
	clear: both;
}
img.alignleft {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img.alignright {
	float: right;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img.aligncenter {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 5px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	color: #000000;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
}
pre {
	margin: 8px 0px;
	padding: 10px;
	clear: both;
	width: 92%;
	overflow: scroll;
	font-family: "Courier New", "MS Sans Serif", sans-serif, serif;
	color: #000000;
	font-size: 13px;
	line-height: 22px;
	white-space: nowrap;
	border: 1px solid #C1E4EC;
	background-color: #D1ECF1;
}
em {
	font-style: italic;
}
dl {
	padding-left: 10px;
	font-size: 1em;
	margin-top: 8px;
	margin-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;

}

dt {
margin-bottom: 5px;
margin-top: 0px;
font-weight: 400;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
}

dd {
font-style: italic;
margin-bottom: 8px;
margin-left: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;

}
code {
	font-family: "Courier New", "MS Sans Serif", sans-serif, serif;
	font-size: 1.025em;
}
#wp-calendar {
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#wp-calendar a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#sidebar select {
	margin: 0px;
    font-family: "Trebuchet MS", "Times New Roman", Tahoma;
	padding: 2px;
    font-weight: bold;
	float: left;
	width: 98%;
	border: 1px solid #CCCCCC;
	color: #181919;
	background: #FFFFFF;
}
.akpc_pop {
	margin: 8px 0px;
	padding: 0px;
	clear: both;
	font-style: italic;
}


.subscribe-to-comments {
	font-size: 1em!important;
	color: #FFFFFF;
}
.subscribe-to-comments a {
	color: #FFFF99;
	text-decoration: underline;
}

.pullquote-left {
	color: #000000;
	margin: 8px 8px 0px 2px;
	padding: 3px 3px 8px;
	float: left;
	width: 30%;
	text-align: center;
	font-size: 1.5em;
	font-style: italic;
	line-height: 20px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Helvetica, sans-serif;
}
.pullquote-right {
	color: #000000;
	margin: 8px 8px 0px 2px;
	padding: 3px 3px 8px;
	float: right;
	width: 30%;
	text-align: center;
	font-size: 1.5em;
	font-style: italic;
	line-height: 20px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Helvetica, sans-serif;
}
blockquote p {
	margin: 0px;
	padding: 0px;
}

blockquote {
	color: #333333;
	margin: 0px 0px 10px;
	line-height: 18px;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0px 8px 15px;
	border-left: 5px solid #000000;
}
#bodyleft {
	background-image: url(images/background_main_left.png);
	background-repeat: repeat-y;
	background-position: left center;
	width: 100%;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px;
}
#bodyright {
	background-image: url(images/background_main_right.png);
	background-position: right center;
	width: 100%;
	float: right;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
	height: auto;
}
#wrapper {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container {
	padding: 0px;
	width: 100%;
	margin: 0px;
}
#header {
	margin: 0px;
	padding: 0px;
	width: 100%;
	clear: both;
	background-image: url(images/headtopcenter.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 96px;
}
#header-center {
	width: 80%;
	margin: 0px;
	padding: 0px;
	float: left;
}

#header-left {
	background-image: url(images/headtopleft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 10%;
	height: 96px;
}
#header-right {
	background-image: url(images/headtopright.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	height: 96px;
	width: 10%;
	margin: 0px;
	padding: 0px;
}
#header h1 {
	margin: 0px;
	display: block;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2%;
	width: 98%;
	font-weight: bold;
	color: #000000;
	font-size: 36px;
}
#header a {
	color: #000000;
	text-decoration: none;
}
#header a:hover {
	text-decoration: none;
}
#header p {
	margin: 0px;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2%;
	width: 98%;
	font-weight: bold;
	font-size: 14px;
}
#bottom {
	margin: 0px;
	clear: both;
	width: 100%;
	background-image: url(images/bottomcenter.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 100px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#bottomleft {
	background-image: url(images/bottomleft.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100px;
	width: 10%;
}
#bottomright {
	background-image: url(images/bottomright.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 100px;
	width: 10%;
}
#bottomcenter {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 80%;
}
#main-content {
	width: 1046px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
}
#post-content {
	margin: 0px;
	padding: 0px;
	width: 660px;
	float: left;
}
#post-entry {
	margin: 0px;
	width: 100%;
	float: left;
	padding-top: 1%;
	padding-right: 0%;
	padding-bottom: 1%;
	padding-left: 0%;
}
.post-meta {
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
}
.boxtop {
	background-image: url(images/post-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	width: 660px;
	margin: 0px;
	padding: 0px;
	float: left;
	clear: both;
}
.boxcontent {
	background-image: url(images/post-center.png);
	background-repeat: repeat-y;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 660px;
}
.boxbottom {
	background-image: url(images/post-bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 660px;
	height: 60px;
	clear: both;
}
.post-title {
	margin: 0px;
	clear: both;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 650px;
}
.post-title .ttop {
	background-image: url(images/post-title-top.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 608px;
	float: left;
	height: 9px;
	margin: 0px;
	padding: 0px;
}
.post-title .tbottom {
	background-image: url(images/post-title-bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	height: 27px;
	width: 608px;
}

.post-title .tcenter {
	background-image: url(images/post-title-center.png);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	float: left;
	width: 588px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.post-title  h1 {
	margin: 0px;
	padding: 0px;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
}
.post-title a {
	color: #000000;
	text-decoration: none;

}
.post-title a:hover {
	text-decoration: underline;

}
.post-info {
	width: 94%;
	margin: 0px;
	clear: both;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6%;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.post-info a {
	color: #000000;
	text-decoration: underline;
}
.post-info a:hover {
	text-decoration: none;
}
.post-item {
	margin: 0px;
	float: left;
	clear: both;
	font-size: 13px;
	line-height: 24px;
	width: 84%;
	padding-top: 1em;
	padding-right: 8%;
	padding-bottom: 1em;
	padding-left: 8%;
}
.post-item a {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;

}
.post-item a:hover {
	text-decoration: none;

}
.adsense336 {
	float: left;
	margin: 0px;
	width: 84%;
	padding-top: 0px;
	padding-right: 7%;
	padding-bottom: 2%;
	padding-left: 7%;
	font-size: 12px;
}
.postmetadata {
	float: left;
	margin: 0px;
	width: 84%;
	padding-top: 0px;
	padding-right: 7%;
	padding-bottom: 2%;
	padding-left: 7%;
	font-size: 12px;
}
.postmetadata p {
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
.postmetadata a {
	color: #000000;
	text-decoration: underline;
	font-style: italic;
}
.postmetadata a:hover {
	color: #000000;
	text-decoration: none;
	font-style: italic;
}

.post-social {
	float: left;
	margin: 0px;
	width: 84%;
	padding-top: 0px;
	padding-right: 7%;
	padding-bottom: 2%;
	padding-left: 7%;
}
.socialnetwork {
	width: 60%;
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
	font-size: 12px;
	font-weight: bold;
}
.socialnetwork a {
	color: #000000;
	text-decoration: underline;

}
.socialnetwork a:hover {
	text-decoration: none;

}
.socialnetwork p {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.socialnetwork img {
	vertical-align: text-bottom;
}


.commenting {
	margin: 0px;
	padding: 0px;
	float: right;
	font-size: 15px;
}
.commenting a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;

}
.commenting a:hover {
	text-decoration: underline;

}
.comcount {
	margin: 0px;
	background-color: #abe0f4;
	text-align: center;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	font-weight: bold;
	float: left;
	text-transform: capitalize;
}
.comtext {
	margin: 0px;
	background-color: #33CCFF;
	text-align: center;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	display: block;
	float: left;
}





#sidebar {
	float: right;
	width: 386px;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

.sideboxlarge {
	margin: 0px;
	padding: 0px;
	width: 385px;
}
.sideboxlarge-top {
	background-image: url(images/sideboxlarge_top.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 51px;
	width: 385px;
	margin: 0px;
	padding: 0px;
}
.sideboxlarge-center {
	background-image: url(images/sideboxlarge_center.png);
	background-repeat: repeat-y;
	background-position: center center;
	margin: 0px;
	width: 305px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	font-size: 15px;
	color: #000000;
}
.sideboxlarge-center a {
	color: #000000;
	text-decoration: none;
}
.sideboxlarge-center a:hover {

	color: #000000;
	text-decoration: underline;
}
.sideboxlarge-bottom {
	background-image: url(images/sideboxlarge_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	height: 48px;
	width: 385px;
}
.sideboxlarge-center h3 {
	background-image: url(images/sideboxlarge_h3.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 270px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	color: #000000;
	font-size: 18px;
	text-decoration: none;
}
.sideboxlarge-center ul {
	display: block;
	list-style-type: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.sideboxlarge-center li {
	display: block;
	padding: 0px;
	width: 95%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 22px;
}

.recentcom-gravatar {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: block;
	color: #000000;
	font-size: 12px;
}

.recentcom-gravatar li {
	background-repeat: no-repeat;
	background-position: left 0.5em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	display: block;
	width: 90%;
	list-style-image: none;
	list-style-type: none;
	clear: both;
	background-color: #97DDF2;
	background-image: none;
	font-size: 11px;
	padding: 5px;
	line-height: 18px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.recentcom-gravatar a {
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;
}

.recentcom-gravatar img {
	float: left;
	padding: 0px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 0px;
	border: 1px solid #FFFFFF;
}
.hot-topics {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: block;
	color: #000000;
	font-size: 12px;
}

.hot-topics li {
	background-repeat: no-repeat;
	background-position: left 0.5em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	display: block;
	width: 90%;
	list-style-image: none;
	list-style-type: none;
	clear: both;
	background-color: #97DDF2;
	background-image: none;
	font-size: 13px;
	padding: 5px;
	line-height: 18px;
}
.hot-topics a {
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;
}
.hot-topics a:hover {
	text-decoration: underline;
}

.sideboxlarge-center .twitter {
	background-image: url(images/social/twitter.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding: 0px;
	height: 55px;
	width: 158px;
	clear: both;
}
#twitter_update_list {
	font-size: 13px;
	width: 100%;
	color: #000000;
	clear: both;
	padding: 0px;
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	background-image: none;
}
#twitter_update_list span {
	margin: 0px;
	padding: 0px;
}
#twitter_update_list a {
	color: #3366FF;
	text-decoration: underline;
	font-weight: bold;
}
#twitter_update_list a:hover {
	text-decoration: none;
}
#twitter_update_list li {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	display: block;
	width: 90%;
	list-style-image: none;
	list-style-type: none;
	clear: both;
	background-color: #97DDF2;
	font-size: 11px;
	padding: 5px;
	line-height: 18px;
	background-image: none;
}

.textwidget {
	padding: 0px;
	font-size: 13px;
	line-height: 22px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: justify;
}
#searchbox {
	margin: 0px;
	padding: 0px;
	width: 100%;
	clear: both;
}
#searchbox #searchform {
	width: 98%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#searchbox #searchform .sbm-b {
	background-color: #FFFFFF;
	clear: both;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
	width: 98%;
	border: 3px solid #FFFFFF;
}


#mini-sidebar {
	width: 385px;
	margin: 0px;
	padding: 0px;
}
#mini-sidebar .leftmini {
	margin: 0px;
	float: left;
	width: 48%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2%;
}
#mini-sidebar .rightmini {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 49%;
}
.sidebarsmall {
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 12px;
}
.sidebarsmall .sidebarsmall-top {
	background-image: url(images/sideboxsmall_top.png);
	background-repeat: repeat;
	background-position: left top;
	height: 39px;
	width: 185px;
	margin: 0px;
	padding: 0px;
}
.sidebarsmall .sidebarsmall-center {
	background-image: url(images/sideboxsmall_center.png);
	background-repeat: repeat-y;
	background-position: center center;
	margin: 0px;
	width: 115px;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
	font-size: 12px;
	color: #000000;
}
.sidebarsmall .sidebarsmall-center a {
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
}
.sidebarsmall .sidebarsmall-center a:hover {
	text-decoration: none;
}
.sidebarsmall .sidebarsmall-center h3 {
	background-image: url(images/sideboxsmall_h3.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	height: 20px;
	width: 110px;
	font-size: 13px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.sidebarsmall .sidebarsmall-center ul {
	display: block;
	list-style-type: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.sidebarsmall .sidebarsmall-center li {
	display: block;
	padding: 0px;
	width: 100%;
	line-height: 25px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


.sidebarsmall .sidebarsmall-bottom {
	background-image: url(images/sideboxsmall_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	height: 39px;
	width: 185px;
}
#footer {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
#footer a {
	color: #000000;
	text-decoration: none;

}
#footer a:hover {
	text-decoration: none;

}
#footer .footer-left {
	margin: 0px;
	float: left;
	width: 45%;
	text-align: left;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
}
#footer .footer-right {
	margin: 0px;
	float: right;
	width: 45%;
	text-align: right;
	padding-top: 50px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#post-navigator {
	color: #2C2B2A;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 3em;
	margin-left: auto;
	text-align: center;
	width: 90%;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
	clear: both;
}
#post-navigator-single {
	width: 90%;
	font-size: 13px;
	color: #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	padding-top: 2%;
	padding-right: 0%;
	padding-bottom: 2%;
	padding-left: 0%;
}
.wp-pagenavi {
	float: left;
	width: 100%;
	margin: 0px;
	padding-top: 1em;
	padding-right: 0em;
	padding-bottom: 1em;
	padding-left: 0em;
}
.pages {
	font-size: 15px;
	padding: 4px 8px;
	border: 1px solid #333333;
	margin-right: 5px;
	background-color: #ABE0F4;
	font-weight: bold;
}
.current {
	padding: 4px 8px;
	border: 1px solid #2C2B2A;
	margin-left: 4px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background-color: #69C7EB;
}

#post-navigator a {
	color: #2C2B2A;
	text-decoration: none;
	border: 1px solid #000000;
	background-color: #ABE0F4;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
#post-navigator a:hover {
	color: #000000;
	padding: 4px 8px;
	margin: 0px 0px 0px 3px;
	text-decoration: none;
	border: 1px solid #2C2B2A;
	font-weight: bold;
	background-color: #69C7EB;
}
#post-navigator .alignleft a {
	display: block;
}
#post-navigator .alignright a {
	display: block;
}

#post-navigator-single .alignleft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 45%;
	overflow: hidden;
}
#post-navigator-single .alignright {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 45%;
	overflow: hidden;
	text-align: right;
}
#post-navigator-single a {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
#post-navigator-single a:hover {
	color: #000000;
	text-decoration: none;
}

/* commentlist with thread comment */

ol.commentlist {
	list-style:none;
	margin:0;
	text-indent:0;
	width: 100%;
	padding-top: 2em;
	padding-right: 0;
	padding-bottom: 2em;
	padding-left: 0;
	float: left;
}
ol.commentlist blockquote {
	margin: 0px 0px 10px;
	padding: 5px 0px 5px 5px;
	clear: both;
	border-left: 5px solid #333333;
	font-size: 12px;
	line-height: 19px;
	font-weight: bold;
	color: #000000;
}
ol.commentlist blockquote blockquote {
	margin: 5px 0px 5px 5px;
}
ol.commentlist blockquote p {
	margin: 0px!important;
	padding: 0px!important;
}
#respond {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

ol.commentlist li {
	height:1%;
	border: 1px solid #666666;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 12px;
	padding-right: 7px;
	padding-bottom: 12px;
	padding-left: 57px;
	position: relative;
}
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { }
ol.commentlist li div.comment-author { padding:0 170px 0 0; }
ol.commentlist li div.vcard {
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
}
ol.commentlist li div.vcard cite.fn { font-style:normal; }
ol.commentlist li div.vcard cite.fn a.url {
	color:#0099CC;
	text-decoration:none;
}
ol.commentlist li div.vcard cite.fn a.url:hover {
	text-decoration: underline;
}
ol.commentlist li div.vcard img.avatar {
	border:1px solid #d5d5d5;
	left:7px;
	position:absolute;
	top:7px;
	background-color: #000000;
	padding: 0px;
	margin: 0px;
}
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta {
	position:absolute;
	right:10px;
	text-align:right;
	top:5px;
	font-size: 11px;
	line-height: 1.4;
	font-weight: bold;
}
ol.commentlist li div.comment-meta a { color:#0099CC; text-decoration:none; }
ol.commentlist li div.comment-meta a:hover {
	text-decoration: underline;
}
ol.commentlist li p {
	margin:0 0 1em;
	font-size: 13px;
	font-style: normal;
	line-height: 1.4;
	font-weight: normal;
	font-variant: normal;
}
ol.commentlist li p a {
	color: #0099CC;
	text-decoration: underline;
}
ol.commentlist li ul {
	list-style:square;
	margin:0 0 1em;
	padding:0;
	text-indent:0;
	font-size: 12px;
	font-style: normal;
	line-height: 1.4;
	font-weight: normal;
	font-variant: normal;
}


ol.commentlist li div.reply a {
	padding:2px 6px;
	text-align:center;
	width:36px;
	font-size: 9px;
	line-height: 1;
	font-weight: bold;
	text-transform: capitalize;
	color: #0099CC;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ol.commentlist li div.reply a:hover {
	padding:2px 6px;
	text-align:center;
	width:36px;
	font-size: 9px;
	line-height: 1;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li { }
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 {
	margin:0 0 .25em;
}
ol.commentlist li ul.children li.depth-3 {
	margin:0 0 .25em;
}
ol.commentlist li ul.children li.depth-4 {
	margin:0 0 .25em;
}
ol.commentlist li ul.children li.depth-5 {
}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0099CC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
ol.commentlist li.odd {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0099CC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
ol.commentlist li.parent { }
ol.commentlist li.pingback {
}
ol.commentlist li.pingback.parent { }
ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }
ol.commentlist li.thread-alt {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0099CC;
}
ol.commentlist li.thread-even {
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-width: 5px;
	border-left-color: #0099CC;
}
ol.commentlist li.thread-odd {}
ol.pinglist {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	list-style-type: none;
}
ol.pinglist li {
	margin: 0px 0px 12px;
	padding: 0px;
	float: left;
	width: 100%;
	font-size: 14px;
}
ol.pinglist li a{
	color: #0099CC;
	text-decoration: underline;
}
ol.pinglist li a:hover{
	text-decoration: none;
}
.cancel-comment-reply {
	font-size: 12px!important;
}
#respond a {
	color: #0099CC!important;
	text-decoration: underline!important;
}


#linking {
	margin: 0px;
	padding: 2%;
	float: left;
	width: 96%;
	list-style-type: none;
}
#linking li {
	margin: 0px 0px 8px;
	padding: 0px;
	float: left;
	width: 100%;
	font-size: 12px;
	color: #666666;
}
#linking li a {
	font-size: 13px;
	color: #0099CC;
	text-decoration: underline;
	font-weight: bold;
}
#cf {
	margin: 0px;
	padding: 0px;
}
#cf label {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Tahoma, "Lucida Sans";
	color: #333333;
	margin: 0px;
	padding: 0px;
}
#cf label a {
	color: #0099CC;
	text-decoration: underline;
}

#cf p {
	margin: 5px 0px 25px;
	padding: 0px;
}
#cf .tf {
	margin: 0px;
	padding: 2px;
	width: 55%;
	border: 2px solid #dedede;
	font-family: Arial, Tahoma, "Lucida Sans";
	font-size: 13px;
}
#cf .af {
	margin: 0px;
	padding: 2px;
	width: 75%;
	border: 2px solid #dedede;
	font-family: Arial, Tahoma, "Lucida Sans";
	font-size: 13px;
	height: 160px;
}
#cf .tinput {
	padding: 2px 5px;
	margin: 0px;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	font-family: "Trebuchet MS", "Times New Roman", Tahoma;
	line-height: 18px;
	overflow: visible;
}

.pnav {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	clear: both;
}
.pnav .alignleft a {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.pnav .alignleft {
	float: left;
	width: 45%;
}
.pnav .alignright {
	float: right;
	width: 45%;
	text-align: right;
}
.pnav .alignright a {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#commentpost {
	margin: 0px;
	float: left;
	width: 580px;
	color: #000000;
	position: relative;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#commentpost h3 {
	font-size: 20px;
	line-height: 30px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	clear: both;
	color: #000000;
}
#commentpost #comments {
	font-size: 20px;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
	display: block;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

