/*
Theme Name: PinkMyRide
Theme URI: http://human3rror.com
Description: Think "Pimp My Ride" but Black and Pink all over...!
Version: .001
Author: John Saddington
Author URI: http://www.human3rror.com/
*/

.right { float: right; }
.left { float: left; }
.middle {margin: 40px auto;float:left;}
.clear { clear: both; }
img.centered{display: block;margin-left: auto;margin-right: auto;max-width:620px}
img.alignright{padding: 4px 0 4px 4px;margin: 3px 0 2px 10px;display: inline;max-width:620px}
img.alignleft{padding: 4px 4px 4px 0;margin: 3px 10px 2px 0;display: inline;max-width:620px}
img.alignnone{padding:4px 4px 4px 0; margin:3px 10px 2px 0;display: block;max-width:620px}
.alignleft{float: left;}
.alignright{float: right;}







body {
    color:#dcdcdc;    
}
body, input, textarea {
	text-align:left;
	font : 12px Helvetica Neue, Arial, Sans-Serif;
	line-height: 21px;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
	font-weight:normal;
	clear:both;
	line-height: normal;
	letter-spacing: -0.75px;
	font-family: Helvetica Neue, Arial, sans-serif;
}

/* Text elements
-------------------------------------------------------------- */

p {
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.65em;
	margin-bottom: 12px;
}
ul {
	margin: 0 0 18px 1.5em;
}
ol {
	margin: 0 0 18px 3em;
}
ul {
	list-style:disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl	{
    margin:0 1.5em;
}
dd {
	margin-bottom:18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style:normal;
}
pre {
	font:11px Monaco, monospace;
	line-height:18px;
	margin-bottom:18px;
}
code {
	font:11px Monaco, monospace;
}
ins {
	text-decoration:none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-right:20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left:20px;
	text-align: left;
	width: 33%;
}




* {
	margin : 0;
	padding : 0;
}
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,
b, u, i, center,
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;
	vertical-align: baseline;
	background: transparent;
}
html,body {
	background: #1a1a1a;
   	height: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img {
border: none;
}

body {
	background: url('images/bg.jpg') no-repeat top;
}
#container{
	min-height: 100%;
	margin-bottom: -400px;
}
#wrapper {	
	margin: 60px auto 0 auto;
	width:950px;
}
/************************************************************
************************HEADER*******************************/
#header {
	margin-bottom: 0px;
}
.head {
	height: 81px;
	padding-top: 40px;
	background: transparent;
	width:950px;
	position: relative;
	margin: 0 auto;
	border-bottom: 1px #4b4b4b solid;
}
.branding {
	width: 450px;
}
.head h1 a,.head h1 a:hover,.head h1 a:visited,.head h1 a:active {
	color:#f8f8f8;
	font-size:24px;
	text-decoration:none;
	display: inline;
	border-right: 1px #515151 solid;
	padding-right:10px;
}
span.description { 
	font-size:14px;
	font-weight:lighter;
	font-style: italic;
	color: #9f9f9f;
	margin-left: 10px;
}
	/********************************************************
	************************NAVIGATION***********************/
		#menu {
			position: absolute;
			top:50px;
			right: 0;
		}
		#nav, #nav ul { 
			list-style: none;
			margin: 0;
			padding: 0;
		}
		#nav {
			z-index: 100;
			position: relative;
		}
		#nav a,#nav a:hover{
			text-decoration:none
		}
		#nav li {
			float: left;
			margin: 0 0 0 10px;
			padding: 0;			
		}
		#nav li.current_page_item,#nav li.current_page_item a{
			background:#f13c84;
			color: #fff;		
		}
		#nav li#current,#nav li#current a{
			background:#de508c url('images/li-h.png') repeat-x;
			color: #fff;
		}
		#nav li a, #nav li a:link, #nav li a:active, #nav li a:visited {
			background: #484848;
			display: block;
			font-size:14px;
			padding:5px 10px;
			color:#fff;
		}
		#nav li:hover, #nav li a:hover  {
			background:#de508c url('images/li-h.png') repeat-x;
			color: #fff;
		}
		#nav ul li {
			border: 0;
			float: none;
		}
		#nav ul a {
			border-bottom: 0;
			padding-right: 20px;
			white-space: nowrap;
		}
/****************************************************************
************************Content*********************************/

#content{
	width: 625px;
	float:left;
}
.post {
	margin-bottom: 30px;
}
.post h2 {
	font-size: 30px;
	font-weight : bold;
	border-bottom: 1px #4b4b4b solid;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.post h2 a:hover, .post h2 a:visited, .post h2 a {
	text-decoration : none;
	color : #ededed;
}
span.num {
	font-size: 24px;
}
.post ul, .post ol {
	margin-left : 25px;
}
.entry {
	min-height: 270px;
	margin-bottom: 20px;
}
	.entry h2 {
		border: 0;
	}
	.entry img{
		max-width: 624px;
	}
	.entry img.alignleft {
		float: left;
		margin: 5px 5px 5px 0;
	}
	.entry img.alignleft {
		float: right;
		margin: 5px 0 5px 5px;
	}
	img.sthumbnail {
		width: 257px;
		height: 257px;
		border: 8px #4b4b4b solid;
		float: right;
		margin: 0 0 20px 20px;	
	}
span.meta {
	background: #f13c84;
	padding: 5px;
	color: #fff;
	font-weight: lighter;
}
	span.meta a,span.meta a:visited {
		color: #fff;
	}
small {
	padding-left : 5px;
	font-size : 11px;
	font-style : italic;
	color : #666;
}
blockquote {
	padding: 10px;
	margin:10px;
	color : #555;
	clear: both;
    font-style:italic;
    font-size:14px;
}
code {
	font : 14px 'Courier New', Courier, Fixed;
	display : block;overflow : auto;
	text-align : left;
	margin : 10px 0 10px 0;
	padding : 5px 10px 5px 10px;
	background : #383838;
}
p.metadata {
	background: url('images/divider.png') no-repeat;
	width: 604px;
	height: 22px;
	padding: 10px 10px;
	margin-bottom : 10px;
	color: #dcdcdc;
}
p.metadata a,p.metadata:visited {
	color: #797979;
}
.navigation {display : block;font-size : 16px;font-weight : bold;text-transform : uppercase;padding:0;height: 27px;}
	.navigation a{color: #fff}
	.alignleft {float : left;text-align : left;}
	.alignright {float : right;text-align : right;}
/****************************************************************
************************Sidebar**********************************/
#sidebar{
	float:right;
	width: 275px;
}
.search {
	background: #3b3b3b url('images/sbg.jpg') repeat-x top;
	border: 1px #4b4b4b solid;
	width:209px;
	padding: 20px 33px;
	margin-bottom: 20px;
	height: 91px;
}
.widgets {
	background: #3b3b3b url('images/sidebg.jpg') repeat-x top;
	border: 1px #4b4b4b solid;
	width:275px;
}
#sidebar a, #sidebar a:visited {
	font-family : Helvetica Neue, Helvetica, Arial, sans-serif;
	color : #fff;
}
#sidebar a:hover {
	color: #e86fa8;
	text-decoration : underline;
}
#sidebar ul {
	list-style : none;
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	padding: 20px 33px;
	background: url('images/sdivider.jpg') no-repeat bottom; 
}
#sidebar ul ul  {
	margin: 0;
	padding: 0;
}
#sidebar ul ul ul {
	margin: 0 0 0 5px;
	padding: 0;
}
#sidebar ul ul ul ul{
	margin: 0 0 0 10px;
	padding: 0;
}
#sidebar ul li {
	line-height : 21px;
}
#sidebar ul ul li {
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
}
#sidebar ul ul ul li {
	background: none;
	border: 0;
	padding: 0;
	margin-left : 5px;
}
#sidebar h2 {
	font-size: 24px;
	color : #f6f6f6;
	font-weight: bold;
	text-align : left;
	margin-bottom: 20px;
}
table#wp-calendar{
	width: 100%;
}
img.ad {
	margin-bottom: 10px;
}
	/*flicker style*/
		li.flickr {
			height: 280px;
		}
		span.flick{
			color: #0063DC;
		}
		span.r{
			color:#FF0084;
		}
		li.flickr img{
			width:75px;
			height:75px;
			float:left;
			margin: 0 5px 5px 0;
			padding: 0;
		}
	/*end flicker*/
/*******************************************************
*******************COMMENTS******************************/
h3#comments,h3#respond {
	font-size: 24px;
	color : #fff;
}
h3#respond {
	margin: 20px 0;
	padding:10px 0;
}
.commentlist {
	list-style-type : none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.commentlist >div >div {
	width: 552px;
	background: #2c2c2c url('images/cformbg.jpg') repeat-x top;
	border: 1px #383838 solid;
	margin:0;
	padding: 25px 35px;
}
.commentlist >div .arrow {
	background: url('images/carrow1.jpg') no-repeat;
	width: 51px;
	height: 30px;
	margin: -1px 0 15px 560px;
	padding: 0;
	border: 0;
}
.commentlist >div .a {
	background: url('images/acarrow1.jpg') no-repeat;
	width: 51px;
	height: 30px;
	margin: -1px 0 15px 560px;
	padding: 0;
	border: 0;
}
p.comauth{
	padding-bottom: 10px;
	border-bottom: 1px #d2d2d2 solid;
}
cite {
	font-size: 18px;
	font-style: normal;
}
#commentform {
	background: #2c2c2c url('images/cformbg.jpg') repeat-y top;
	border: 1px #383838 solid;
	height: 200px;
	padding: 25px;
	position: relative;
}
#commentform .arrow{
	background: url('images/cform1.jpg') no-repeat;
	width: 51px;
	height: 30px;
	position: absolute;
	top:-29px;
	left: 25px;
}
#commentform label{
	padding-right: 20px;
}
p.txt {
	position: absolute;
	right: 25px;
	top:25px;
}
#commentform textarea {
	width : 188px;
	padding : 5px;
	font-size : 12px;
	background : #eeeeee;
	border : 1px solid #d3d3d3;
	margin:5px 0px;
	height: 115px;
}
input#author,input#email,input#url {
	width : 188px;
	padding : 5px;
	font-size : 12px;
	background : #eeeeee;
	border : 1px solid #d3d3d3;
	margin:5px 0px;
}
input#author:hover,input#email:hover,input#url:hover,#commentform textarea:hover {
	background: #e5faf9;
}
input#submit{
	background : #d3d3d3;
	color:#737373;
	margin-top: 20px;
	padding:5px;
	border:0px;
} 
input#submit:hover{
	background : #f13c84;
	color:#fff;
} 
/****************************************************************
************************Footer**********************************/
.clearfooter {
	height: 450px;
	clear: both;
}
#footer {
	min-height: 325px;
	padding: 50px 0;
	background: #101010;
	border-top: 1px #2b2b2b solid;
	clear:left;
	font-size: 12px;
	color: #aaa;
}
#footer-content {
	width: 950px;
	margin: 0 auto;
	min-height: 200px;
	letter-spacing: -.4px;
}
#footer h2 {
	color : #fff;
	font-size: 24px;
	font-weight: bold;
	margin-bottom:25px;
}
#footer-content .left {
	width : 570px;
	float : left;
	margin-bottom: 30px;
	text-align: justify;
	margin-right: 25px;
}
	#footer-content .lleft {
		width : 253px;
		float : left;
		margin-right: 25px;
	}
	#footer-content .lright {
		width : 253px;
		float : right;
	}
#footer-content .right {
	width : 308px;
	float : right;
	margin-bottom: 30px;
}
#footer ul,#footer li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#footer ul li{
	width: 233px;
	height: 19px;
	background: url('images/f-li.png') no-repeat;
	margin-bottom: 10px;
	padding: 5px 10px;
}
#footer ul li a,#footer ul li a:visited {
	color: #fff;
}
#footer ul li p {
}
#footer ul li a:hover {
	padding: 0;
	text-decoration: none;
}
#footer span {
	padding : 10px;
	padding-left : 0;
	display : block;
	width : 950px;
	clear : both;
	margin : 0 auto;
	border-top: 1px #3b3e43 solid;
	text-align: right;
	
}
/*******************************************************
*******************Search Form******************************/
#searchform input {
	background: #fff url('images/search.jpg') no-repeat;
	width: 179px;
	height: 17px;
	font-size: 12px;
	color: #666;
	border: 0;
	padding: 10px 25px 10px 10px;
}
input#searchsubmit {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
}
/*******************************************************
*******************404 Page******************************/
#content .left404{
	width: 280px;
	float: left;
}
#content .right404{
	width: 280px;
	float: right;
}	
#content #searchform {
	margin: 20px 0;
}
/*******************************************************
*******************Defaults******************************/
h1{
	font-size: 36px;
}
h2{
	font-size: 24px;
}
h3{
	font-size: 21px;
}
h4{
	font-size: 18px;
}
h5{
	font-size: 16px;
}
h6{
	font-size: 14px;
}
hr {
	display : none;
}
a{
	color: #e86fa8;
	text-decoration:none;
}
a:hover{
	text-decoration: underline;
}
a img{
	border:0px;
}
.caps {
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.important {
    font-weight:bold;
}

.twitter_tab {color:#FFFFFF;cursor:pointer;height:28px;left:0;margin-left:-7px;overflow:hidden;position:fixed;text-indent:-100000px;top:200px;width:38px;z-index:100000;border-left:solid 3px #f13c84;border-top:solid 3px #f13c84;border-bottom :solid 3px #f13c84;background: url('images/twitter.png') no-repeat #fff 8px 6px;}
a.twitter_tab {left:auto !important;margin-left:auto !important;margin-right:-7px !important;right:0 !important;}
a.twitter_tab:hover {margin-left:auto !important;margin-right:-4px !important;}

.email_tab {color:#FFFFFF;cursor:pointer;height:28px;left:0;margin-left:-7px;overflow:hidden;position:fixed;text-indent:-100000px;top:240px;width:38px;z-index:100000;border-left:solid 3px #f13c84;border-top:solid 3px #f13c84;border-bottom :solid 3px #f13c84;background: url('images/email.png') no-repeat #fff 8px 6px;}
a.email_tab {left:auto !important;margin-left:auto !important;margin-right:-7px !important;right:0 !important;}
a.email_tab:hover {margin-left:auto !important;margin-right:-4px !important;}

.rss_tab {color:#FFFFFF;cursor:pointer;height:28px;left:0;margin-left:-7px;overflow:hidden;position:fixed;text-indent:-100000px;top:280px;width:38px;z-index:100000;border-left:solid 3px #f13c84;border-top:solid 3px #f13c84;border-bottom :solid 3px #f13c84;background: url('images/rss1.png') no-repeat #fff 8px 6px;}
a.rss_tab {left:auto !important;margin-left:auto !important;margin-right:-7px !important;right:0 !important;}
a.rss_tab:hover {margin-left:auto !important;margin-right:-4px !important;}

.facebook_tab {color:#FFFFFF;cursor:pointer;height:28px;left:0;margin-left:-7px;overflow:hidden;position:fixed;text-indent:-100000px;top:320px;width:38px;z-index:100000;border-left:solid 3px #f13c84;border-top:solid 3px #f13c84;border-bottom :solid 3px #f13c84;background: url('images/facebook.png') no-repeat #fff 8px 6px;}
a.facebook_tab {left:auto !important;margin-left:auto !important;margin-right:-7px !important;right:0 !important;}
a.facebook_tab:hover {margin-left:auto !important;margin-right:-4px !important;}

.flickr_tab {color:#FFFFFF;cursor:pointer;height:28px;left:0;margin-left:-7px;overflow:hidden;position:fixed;text-indent:-100000px;top:360px;width:38px;z-index:100000;border-left:solid 3px #f13c84;border-top:solid 3px #f13c84;border-bottom :solid 3px #f13c84;background:url(images/flickr_16.png) no-repeat #fff 8px 6px;}
a.flickr_tab {left:auto !important;margin-left:auto !important;margin-right:-7px !important;right:0 !important;}
a.flickr_tab:hover {margin-left:auto !important;margin-right:-4px !important;}

.youtube_tab {color:#FFFFFF;cursor:pointer;height:28px;left:0;margin-left:-7px;overflow:hidden;position:fixed;text-indent:-100000px;top:400px;width:38px;z-index:100000;border-left:solid 3px #f13c84;border-top:solid 3px #f13c84;border-bottom :solid 3px #f13c84;background:url(images/youtube_16.png) no-repeat #fff 8px 6px;}
a.youtube_tab {left:auto !important;margin-left:auto !important;margin-right:-7px !important;right:0 !important;}
a.youtube_tab:hover {margin-left:auto !important;margin-right:-4px !important;}

