/*
Theme Name: WhiteCarWorld
Description: Custom WP Theme for WhiteCarWorld
Author: UniqueBlogDesigns.
Author URI: http://UniqueBlogDesigns.com
Markup by: DesignSlicer
*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Reset (Loosely Meyer's Reset)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
}
:focus {
	outline:0;
}
:link,:visited {
	text-decoration:none;
}
img {
	vertical-align:bottom;
}
legend {
	font:0/0 arial;
	height:0;
	overflow:hidden;
	text-indent:-100em;
}
ol,ul {
	list-style:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption,th,td {
	text-align:left;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Extra Classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.skipLinks {
	width:0;
	height:0;
	float:left;
	overflow:hidden;
}
.extra {
	clear:both;
	font-size:0;
	line-height:0;
	width:100%;
	overflow:hidden;
	display:block;
}
.hidden {
	display:none;
}
.left {
	float:left;
	margin:5px 10px 10px 0;
}
.right {
	float:right;
	margin:5px 0 10px 10px;
}
.center {
	display:block;
	margin:0 auto;
}
#page ul:after,
#page div:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
@media projection,screen {
	.ui-tabs-hide {
		display:none;
	}
}
@media print {
	.ui-tabs-nav {
		display:none;
	}
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Layout Control
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body { text-align:center; background:url(images/bg.jpg) repeat-x; font:12px/22px arial, helvetica, sans-serif; color:#3d3d3d; min-width:992px; margin: 0; padding: 0; }
#page {
	width:992px;
	margin:0 auto;
	overflow:hidden;
	text-align:left;
}
#header {
	width:992px;
	background:url(images/menu.jpg) repeat-x left bottom;
	border-bottom:1px solid #cecece;
}
#wrap {
	width:992px;
	text-align:left;
	padding:23px 0 10px;
}
#main {
	float:left;
	width:100%;
}
#content {
	margin:0 358px 0 25px;
	width:609px;
}
#sidebarOne {
	float:left;
	width:300px;
	margin:0 0 0 -329px;
	display:inline;
	font:13px/22px arial;
	color:#2b2b2b;
}
#footer {
	clear:both;
	overflow:hidden;
	width:990px;
	margin:0 0 0 1px;
	color:#4b4b4b;
	font:14px/22px arial;
	background:url(images/footer-box-bg.jpg) repeat-y;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Header
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#header .banner {
	height:102px;
	margin:15px 0 0;
	text-align:center;
}
#logo { width:100%; height:117px; overflow:hidden; background:url(images/header.jpg) no-repeat; display:inline; float:left; margin: 0; }
#logo a,
#logo a:visited {
	float:left;
	width:100%;
	height:117px;
	overflow:hidden;
	text-indent:-100em;
}
#logo em {
	display:block;
	clear:both;
	font:0/0 arial;
	height:0;
	overflow:hidden;
	text-indent:-100em;
}
#menu {
	float:left;
	font:bold 16px/50px arial;
	border-left:1px solid #cecece;
}
#menu li {
	float:left;
	position:relative;
	z-index:10;
	padding:0 1px 0 0;
	background:url(images/menu-divider.jpg) no-repeat right top;
}
#menu li a {
	color:#737373;
	float:left;
	padding:0 18px;
}
#menu li.sfhover a,
#menu li:hover a,
#menu li.current_page_item a,
#menu li a:hover {
	background:url(images/menu-hover.jpg) repeat-x;
}
#menu li ul{
	position:absolute;
	width:200px;
	left:-999em;
	top:50px;
	border-top:1px solid #d5d5d5;
	font:bold 13px/30px arial;
}
#menu li ul li{
	float:none;
	background:none;
	padding:0;
	margin:0;
	width:100%;
	float:left;
	display:inline;
}
#menu li.sfhover ul,
#menu li:hover ul{
	left:0;
}
#menu li.sfhover ul li ul,
#menu li:hover ul li ul,
#menu li.sfhover ul li.sfhover ul li ul,
#menu li:hover ul li:hover ul li ul,
#menu li.sfhover ul li.sfhover ul li.sfhover ul li ul,
#menu li:hover ul li:hover ul li:hover ul li ul{
	top:-1px;
	left:-999em;
}
#menu li.sfhover ul li.sfhover ul,
#menu li:hover ul li:hover ul,
#menu li.sfhover ul li.sfhover ul li.sfhover ul,
#menu li:hover ul li:hover ul li:hover ul,
#menu li.sfhover ul li.sfhover ul li.sfhover ul li.sfhover ul,
#menu li:hover ul li:hover ul li:hover ul li:hover ul{
	left:199px;
}
#menu li ul li{
	width:100%;
	height:auto;
}
#menu li.sfhover ul li a,
#menu li:hover ul li a,
#menu li ul li a{
	display:block;
	float:none;
	width:200px;
	width/**/:/**/162px;
	border:1px solid #d5d5d5;
	border-top:0;
	padding:0 18px;
	background:#efefef;
	color:#666;
}
#menu li.sfhover ul li a:hover,
#menu li:hover ul li a:hover,
#menu li ul li a:hover{
	color:#000;
	background:#fff;
}
#searchform {
	float:right;
	width:347px;
	height:50px;
	background:url(images/search.jpg) no-repeat;
}
input#s {
	width:200px;
	float:left;
	border:none;
	background:none;
	text-align:left;
	font:15px arial;
	color:#b4b4b4;
	margin:17px 0 0 58px;
}
input#searchsubmit {
	height:25px;
	width:65px;
	background:none;
	float:right;
	border:none;
	cursor:pointer;
	margin:13px 13px 0 0;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Content
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#main .apost {
	overflow:hidden;
	padding:0 0 25px;
	clear:both;
}
#main .apost .head {
	width:100%;
	background:url(images/post-heading-top.jpg) repeat-x;
}
#main .apost h1,
#main .apost h2 {
	font:bold 28px/35px arial;
	color:#1abcff;
	background:url(images/post-heading-bottom.jpg) repeat-x left bottom;
	padding:8px 5px;
}
#main .apost h1 a,
#main .apost h2 a {
	color:#1abcff;
}
#main .apost h1 a:hover,
#main .apost h2 a:hover {
	text-decoration:underline;
}
#main .apost h3 {
	font:bold 18px/25px arial;
}
#main .apost h4 {
	font:bold 16px/23px arial;
}
#main .apost h5 {
	font:bold 15px/22px arial;
}
#main .apost h6 {
	font:bold 14px/21px arial;
}
#main .apost .info {
	font:11px/18px arial;
	color:#848484;
	padding:2px 3px;
}
#main .apost .info a {
	color:#848484;
	font-weight:bold;
}
#main .apost .info a:hover {
	text-decoration:underline;
}
#main .apost .pmain {
	clear:both;
	padding:5px 0 0;
	width:100%;
}
#main .apost p,
#main .apost blockquote {
	padding:5px 0;
	text-align:justify;
}
#main .apost blockquote {
	padding:0 15px;
	margin:5px 20px;
	background:#f5f5f5;
	border-left:5px solid #888;
	color:#666;
}
#main .apost blockquote blockquote {
	background:#fff;
	border-left:5px solid #ddd;
}
#main .apost ol,
#main .apost ul {
	padding:10px 20px;
	list-style:disc inside;
}
#main .apost ol {
	list-style-type:decimal;
	margin:0 0 0 18px;
}
#main .apost p a,
#main .apost ol a,
#main .apost ul a {
	color:#1abcff;
	font-weight:bold;
}
#main .apost p a:hover,
#main .apost ol a:hover,
#main .apost ul a:hover {
	text-decoration:underline;
}
#main .apost ul li {
	padding:0 0 5px 18px;
}
#main .apost ol li {
	padding:0 0 5px;
}
#main .apost .pfoot {
	font:12px/22px arial;
	overflow:hidden;
	clear:both;
	margin:8px 0 0;
	padding:0;
	height:1%;
	color:#565656;
	list-style:none outside;
	border-bottom:5px solid #c4c4c4;
}
#main .apost .pfoot a {
	color:#565656;
	font-weight:normal;
}
#main .apost .pfoot a:hover {
	text-decoration:underline;
}
#main .apost .pfoot li {
	margin:0;
	padding:0;
	float:left;
}
#main .apost .pfoot .first {
	color:#1abcff;
	font-weight:bold;
	font-size:16px;
}
#main .apost .pfoot .first a {
	color:#1abcff;
}
#main .apost .pfoot .second {
	float:right;
}
#main .apost .links {
	font:bold 13px/22px arial;
	overflow:hidden;
	clear:both;
	margin:5px 0 0;
	padding:0;
	height:1%;
	color:#626267;
	list-style:none outside;
}
#main .apost .links li {
	margin:0 50px 0 0;
	padding:0;
	float:left;
}
#main .apost .links li.second {
	padding:0 0 0 20px;
	background:url(images/post-print.jpg) no-repeat left;
}
#main .apost .links li.third {
	padding:0 0 0 22px;
	margin:0;
	background:url(images/post-email.jpg) no-repeat left;
}
#main .apost .links li.fourth {
	margin:0;
	float:right;
	padding:0 0 0 23px;
	background:url(images/post-rss.jpg) no-repeat left;
}
#main .lead {
	clear:both;
	font:bold 15px/20px arial;
	text-align:left;
	margin:8px 0 0;
	width:100%;
}
#main .lead a {
	color:#595959;
}
#main .lead a:hover {
	text-decoration:underline;
}
#main .lead .prev {
	float:left;
}
#main .lead .next {
	float:right;
}
#main .lead .prev a {
	padding:0 0 0 20px;
	background:url(images/lead-prev.jpg) no-repeat left;
}
#main .lead .next a {
	padding:0 20px 0 0;
	background:url(images/lead-next.jpg) no-repeat right;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Sidebar(s)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#sidebarOne a {
	color:#565656;
}
#sidebarOne a:hover {
	text-decoration:underline;
}
.sbColumns {
	margin:0 0 28px;
	border:1px solid #e2e2e2;
	background:url(images/sidebar-bg.jpg) repeat-y;
}
#sidebarOne .banner {
	margin:0 0 15px;
	border:none;
	background:none;
}
.sbColumns h2 {
	font:bold 13px/27px arial;
	clear:both;
	background:url(images/sidebar-heading.jpg) repeat-x;
	padding:0 8px 13px;
	color:#565656;
	margin:0 1px;
}
.sbColumns .inner {
	padding:0 5px;
	height:1%;
	background:url(images/sidebar-bottom.jpg) no-repeat left bottom;
}
.sbColumns ul {
	padding:0 21px 5px;
	height:1%;
}
.sbColumns p {
	padding:5px 8px;
}
.sbColumns ul ul {
	padding:5px;
}
.sbColumns ul li {
	padding:0 0 5px 10px;
	width:123px;
	width/**/:/**/113px;
	float:left;
	background:url(images/sidebar-bullet.jpg) no-repeat 0 9px;
}
#sidebarOne .subscribe {
	position:relative;
	height:1%;
}
#sidebarOne .subscribe .rss {
	position:absolute;
	left:237px;
	top:-8px;
	width:76px;
	height:73px;
	overflow:hidden;
	background:url(images/sidebar-rss.jpg) no-repeat;
}
#sidebarOne .subscribeform {
	color:#2b2b2b;
}
#sidebarOne .subscribeform label {
	display:block;
	font-size:13px;
	margin:0 5px 5px;
}
#sidebarOne .subscribeform ul {
	padding:15px 0 8px;
	width:100%;
	clear:both;
}
#sidebarOne .subscribeform ul li {
	padding:0;
	float:left;
	width:auto;
}
#sidebarOne .subscribeform ul li.second {
	float:right;
}
#sidebarOne .subscribeform em {
	display:block;
	padding:0 0 3px 16px;
	background:url(images/sidebar-lock.jpg) no-repeat left 3px;
}
#sidebarOne .subscribeform .ssfr {
	width:185px;
	width/**/:/**/175px;
	height:29px;
	height/**/:/**/22px;
	padding:5px 5px 0;
	float:left;
	border:1px solid #919191;
	background:url(images/sidebar-rss-input.jpg) repeat-x;
	text-align:left;
	font:13px arial;
	color:#4e4e4e;
}
#sidebarOne .subscribeform .ssf {
	height:30px;
	width:92px;
	background:url(images/sidebar-rss-submit.jpg) no-repeat;
	float:right;
	border:1px solid #919191;
	cursor:pointer;
	margin:-1px 0 0;
}
#sidebarOne .ads .inner {
	padding:0;
}
#sidebarOne .ads ul {
	padding:7px 0 10px 20px;
	height:1%;
}

#sidebarOne .ads ul li {
   float:left;
   padding:0;
   width:135px;
   height:135px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Comment
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#commentBox {
	text-align:left;
	font:12px/18px arial;
}
#commentBox  a {
	color:#3d3d3d;
}
#commentBox  a:hover {
	text-decoration:underline;
}
#commentform {
	padding:10px 0;
	overflow:hidden;
	width:450px;
}
#commentform p {
	padding:0 0 10px;
}
#commentform .changeAva {
	float:right;
	text-align:center;
	width:220px;
	width/**/:/**/200px;
	padding:5px 10px;
	font:11px/16px arial;
	border:1px solid #ddd;
	background:#fafafa;
}
#commentform .changeAva h4 {
	color:#3d3d3d;
	font:bold 12px/18px arial;
	margin:0 0 3px;
}
#commentform .changeAva span {
	display:block;
}
#commentform .changeAva img {
	border:1px solid #c6c6c6;
}
#commentform .changeAva a {
	color:#3d3d3d;
}
#commentform input,
#commentform textarea {
	padding:4px 3px;
	color:#3d3d3d;
}
#author,
#email,
#url,
#comment {
	display:block;
	font-size:13px;
	border:1px solid #c6c6c6;
	font-family:arial;
	width:156px;
	width/**/:/**/150px;
	height:24px;
	height/**/:/**/14px;
	background:#fafafa;
}
#commentform textarea#comment {
	width:440px;
	max-width:440px;
	min-height:100px;
	border-width:1px;
	margin:0 0 10px;
	background:#fafafa;
}
* html #commentform textarea#comment {
	height:100px;
}
#commentform input#submit {
	width:110px;
	padding:2px 0 0;
	margin:-10px 0 0;
	font:bold 12px arial;
	color:#3d3d3d;
	text-transform:uppercase;
	float:left;
	border:1px solid #c6c6c6;
	background:#f2f2f2;
	cursor:pointer;
}
.commentlist {
	list-style:none outside;
	overflow:hidden;
}
.commentlist li {
	margin:0 0 20px;
	width:100%;
	overflow:hidden;
}
.commentlist li .cmAvatar {
	float:left;
	width:75px;
	font:0/0 arial;
	color:#3d3d3d;
	position:relative;
}
.commentlist li .cmAvatar a {
	color:#3d3d3d;
}
.commentlist li .cmAvatar img {
	margin:0!important;
	display:block!important;
	border:1px solid #c6c6c6;
}
.commentlist li .cmContent {
	float:left;
	width:534px;
	width/**/:/**/512px;
	padding:5px 10px 0;
	border:1px solid #c6c6c6;
	background:#eee;
}
.commentlist li.cadmin .cmContent {
	border:1px solid #c6c6c6;
	background:#fafafa;
	color:#323232;
}
.commentlist li.cadmin .cmContent a {
	color:#3d3d3d;
}
.commentlist li .cmContent .cmInfo {
	font:12px/20px arial;
	color:#3d3d3d;
	padding:0 0 10px;
}
#commentBox  .commentlist li .cmContent .cmInfo a {
	color:#3d3d3d;
}
.commentlist li.cadmin .cmContent .cmInfo {
	color:#626267;
}
#commentBox  .commentlist li.cadmin .cmContent .cmInfo a {
	color:#626267;
}
.commentlist li .cmContent .cmInfo .cauth {
	font:bold 13px/20px arial;
}
.commentlist li .cmContent .cmInfo .cauth img {
	display:none!important;
}
.commentlist li p {
	padding:0 0 15px;
	clear:both;
	text-align:justify;
}
h3#respond,
h3#comments {
	font:bold 16px/22px arial;
	color:#3d3d3d;
	padding:5px 0 0;
	margin:0 0 5px;
	border-bottom:2px solid #c4c4c4;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Footer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#footer .inner {
	width:100%;
	background:url(images/footer-box-top.png) no-repeat 0 38px;
}
#footer a {
	color:#3d3d3d;
}
#footer a:hover {
	text-decoration:underline;
}
#footer .abox {
	float:left;
	width:330px;
}
#footer .abox h2 {
	font:bold 14px/38px arial;
	color:#fff;
	background:url(images/footer-heading.jpg) repeat-x;
	border-top:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
	padding:0 10px;
}
#footer .abox-3 h2 {
	border-right:none;
}
#footer .abox div,
#footer .abox ul {
	padding:15px 15px 10px;
}
#footer .abox ul li {
	padding:0 0 5px 18px;
	background:url(images/footer-arrow.jpg) no-repeat 0 5px;
}
#footer .abox .about {
	height:1%;
}
#footer .abox .about a { color: #1abcff; font-weight: bold; }
#footer .abox .about p {
	padding:0 0 5px;
}
#footer .abox .about img {
	float:left;
	margin:5px 15px 0 0;
}
#footer #notes {
	width:100%;
	clear:both;
	font:bold 12px/38px arial;
	color:#fff;
	background:url(images/footer-heading.jpg) repeat-x;
}
#footer #notes li {
	padding:0 15px;
}
#footer #notes .copyright {
	float:left;
}
#footer #notes .powered {
	float:right;
}
#footer #notes .powered a {
	display:block;
	width:106px;
	height:24px;
	margin:5px 0 0;
	overflow:hidden;
	text-indent:-100em;
	background:url(images/ubd-logo.jpg) no-repeat;
}