/*  
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Typography & Colors */
body {
margin:0px; padding:0px; 
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
 background:#474747;
	color: #333;
	text-align: center;
 cursor:default;
	}
* {

 font-family:Arial, Helvetica, sans-serif;
 outline:none;
}
ul {margin:0; padding:0;}
li {list-style:none;}

#page {
	background-color: transparent !important;
	border: 1px solid #959596;
	text-align: left;
clear:both
	}

#content {
	font-size: 1.2em; width:695px; background:#fff url(/images/div-container.gif) no-repeat left bottom; padding:0 !important
	}
#content h2 {margin-top:0 !important; padding-top:30px}
form#commentform {padding-bottom:1px}

#divInnerWrapper {background:transparent url(/images/div-wrapper.gif) no-repeat 0 0; padding:30px 0 0 0;}
#divInnerContent {padding:0 30px; background:transparent url(/images/div-content.gif) repeat-y 0 0;}


.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: #fff; 
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

#sidebar ul li {background-color:#111317; border:3px solid #191B21; border-top-width:2px; border-bottom-width:2px; border-left:none; padding:4px 0}
#sidebar ul li.pagenav, #sidebar ul li.categories {padding-bottom:0}
#sidebar ul li.pagenav h2, #sidebar ul li.categories h2 {padding-bottom:5px}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/* ================== CHANGED ================= */
a, h2 a:hover, h3 a:hover {color:#90288d;}
a {text-decoration:underline}
a:hover {color:#444; text-decoration:none}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 968px;//760px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px; 
	padding: 0; 
	height: 200px; 
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 20px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 0;
	padding: 2px 15px;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}
/*
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
*/
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 0px;
	width: 190px; display:block; float:left
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 0px; //10
/*	margin-bottom: 60px;*/
	}
/* End Various Tags & Classes*/

/* WDP header */

.divContainer {width:968px; margin:0 auto;}

.divContainer fieldset {
 border:0 none;
 margin:0; 
 padding:0;
 clear:both;
}
.divContainer legend {
 /*font:bold 11px Arial, Helvetica, sans-serif; 
 margin:0; color:#444;*/ display:none;
}
.divContainer input.text, .divContainer select, .divContainer textarea {
 font-size:11px;
 color:#919191;
 border-top:2px solid #969696;
 border-right:2px solid #f2f2f2;
 border-bottom:2px solid #f2f2f2;
 border-left:2px solid #969696; 
 background:#fff url(/images/input-bg.gif) repeat-x 0 0 !important;
 padding:3px;
 float:left;
}

.divContainer select {background:#fff !important;}
.divContainer textarea {overflow:auto;}

.divContainer button {
 height:30px;
 border:0 none; 
 cursor:pointer; 
 text-indent:-9999px;
 outline:none;
 float:left;
}
.divContainer p {
 font-size:12px;
 color:#444;
 margin:15px 0 0 0;
 line-height:18px;
}
.divContainer .left {float:left;}
.clear {clear:both;}


.divContainer h2 {font:normal 12px Arial, Helvetica, sans-serif; height:48px; margin:0}
/*------------------------------------------------------------------------
Header
------------------------------------------------------------------------*/

#divHeader {
 width:968px;
 height:123px;
 margin:0 0 10px 0;
 background:transparent url(/images/div-header.gif) no-repeat 0 100%;
 flaot:left;
}

#divHeader a.aLogo {
 width:247px; 
 height:73px;
 margin:30px 0 0 23px;
 display:block;
 display:inline;
 text-indent:-9999px;
 background:transparent url(/images/a-logo.jpg) no-repeat 0 0;
 float:left;
}

/*------------------------------------------------------------------------
Quicklinks
------------------------------------------------------------------------*/

#ulQuicklinks {
 height:35px;
 margin:0 15px;
 display:inline;
 padding:0 11px 0 0;
 background:#191b21 url(/images/ul-quicklinks.gif) no-repeat 100% 0;
 float:right;
}

#ulQuicklinks li {
 height:35px;
 font-size:11px;
 background:transparent url(/images/li-quicklinks-divider.gif) no-repeat 0 50%;
 padding:0 9px 0 11px;
 float:left;
}

#ulQuicklinks li.first {
 background:transparent url(/images/ul-quicklinks-li.gif) no-repeat 0 0;
 padding:0 9px 0 75px;
}

#ulQuicklinks li a {
 margin:12px 0; 
 color:#fff; 
 text-decoration:none;
 float:left;
}

#ulQuicklinks li a:hover {color:#90288d;}

#ulQuicklinks li a.active {
 color:#90288d; 
 font-weight:bold; 
 cursor:default;
}

/*------------------------------------------------------------------------
Client Login Form | Search Site Form
------------------------------------------------------------------------*/

#divForms {
 width:675px; 
 margin:0 23px 0 0; 
 float:left;
}

#frmClientLogin label, 
#frmSearchSite label {display:none;}

#frmClientLogin {
 width:372px; 
 margin:20px 0 0 60px;
 padding:11px 0 0 0;
 display:inline;
 background:transparent url(/images/frm-client-login-bg.gif) no-repeat 0 0; 
 float:left;
}

#frmClientLogin p a {
	font-size:90%;
	color:#999999;
	text-decoration:none;
	}

#frmClientLogin p a span {
	text-decoration:underline;
	}

#frmClientLogin p a:hover span, #frmClientLogin p a:active span, #frmClientLogin p a:focus span {
	text-decoration:none;
	}

#frmSearchSite {
 width:205px; 
 margin:20px 0 0 0;
 padding:11px 0 0 0;
 display:inline;
 background:transparent url(/images/frm-search-site-bg.gif) no-repeat 0 0; 
 float:right
}

#frmClientLogin input, #frmSearchSite input {width:130px; height:14px; float:left;}
#frmClientLogin p, #frmSearchSite p {margin:2px 10px 0 0; display:inline;}

#frmClientLogin button {width:72px; background:transparent url(/images/btn-login.gif) no-repeat 0 0;}
#frmSearchSite button {width:55px; background:transparent url(/images/btn-go.gif) no-repeat 0 0;}

#frmClientLogin button:hover,
#frmSearchSite button:hover,
#frmClientLogin button.btnHover,
#frmSearchSite button.btnHover {background-position:0 -35px;}

/*------------------------------------------------------------------------
Navigation
------------------------------------------------------------------------*/

#ulNavigation {
 width:968px; 
 height:46px; 
 margin:0 0 10px 0;
 display:inline;
 background:transparent url(/images/ul-navigation.jpg) no-repeat 0 0;
 float:left;
 clear:both;
}

#ulNavigation li {float:left;}

#ulNavigation li a {
 height:46px;
 display:block;
 text-indent:-9999px;
}

#ulNavigation li a.aAbout {width:85px; background:transparent url(/images/a-about_wdp.gif) no-repeat 0 0;}
#ulNavigation li a.Portfolio {width:57px; background:transparent url(/images/a-dating_portfolio.gif) no-repeat 0 0;}
#ulNavigation li a.aNews {width:92px; background:transparent url(/images/a-dating_news.gif) no-repeat 0 0;}
#ulNavigation li a.aJoin {width:65px; background:transparent url(/images/a-register.gif) no-repeat 0 0;}
#ulNavigation li a.aForum {width:55px; background:transparent url(/images/a-forum-out.jpg) no-repeat 0 0;}
#ulNavigation li a.aAffiliate {width:70px; background:transparent url(/images/a-affiliate-out.jpg) no-repeat 0 0;}
#ulNavigation li a.aContact {width:90px; background:transparent url(/images/a-contact_wdp.gif) no-repeat 0 0;}
#ulNavigation li a.aDating {width:118px; background:transparent url(/images/a-dating-out.jpg) no-repeat 0 0;}
#ulNavigation li a.aHome {width:75px; background:transparent url(/images/a-home-out.jpg) no-repeat 0 0;}
#ulNavigation li a.aSolutions {width:110px; background:transparent url(/images/a-dating_solutions.gif) no-repeat 0 0;}
#ulNavigation li a.aRevenues {width:120px; background:transparent url(/images/a-affiliate_revenues.gif) no-repeat 0 0;}
#ulNavigation li a.aPortfolio {width:110px; background:transparent url(/images/a-dating_portfolio.gif) no-repeat 0 0;}

#ulNavigation li a:hover {background-position:0 -46px;}

#ulNavigation li a.aActive, 
#ulNavigation li a.aActive:hover {background-position:0 -92px; cursor:default;}



/* End WDP header */

/* WDP footer */
/*------------------------------------------------------------------------
Features [completed]
------------------------------------------------------------------------*/

#divFeatures {
 width:968px;
 margin:10px 0 0 0;
 background:#cdcdcd url(/images/div-features.gif) no-repeat 0 0;
 float:left;
text-align:left;
}

#divFeatures .divColumnRight {
 width:393px;
 padding:0 4px 0 0;
 float:right;
 
}

#divFeatures .divColumnLeft {
 width:570px; 
 height:250px; 
 float:left;
}

#divFeatures .divColumnLeft .divPresentation {
	width:228px;
	float:left;
/*	margin-left:46px;*/
	padding:25px 0 0 46px;
	}

#divFeatures .divColumnLeft .divPresentation p {
	padding:0;
	margin:0;
	}

#divFeatures .divColumnLeft .divPresentation img {
	border:0;
	}

#divFeatures .divColumnLeft .divForum {
	width:285px;
	float:left;
	margin-left:10px;
	padding-top:24px;
	}
	
#ulFeatures {
 width:280px; 
 margin:5px 0 0 0; 
 float:left;
}


#ulFeatures li {width:280px; float:left;}

#ulFeatures li a {
 width:275px;
 font-size:13px; 
 color:#90288d;
 padding:8px 0 11px 0;
 text-decoration:none;
 background:transparent url(/images/a-features-divider.gif) repeat-x 0 100%;
 float:left;
 font-size:11px;
}

#ulFeatures li a em {
	display:block;
	width:150px;
	font-style:normal;
	color:#444444;
	float:left;
	}

#ulFeatures li a span {
	display:block;
	width:113px;
	font-style:normal;
	float:right;
	}

#ulFeatures li a:hover {color:#444;}

.divFeaturedContent {
 width:353px; 
  
/*Min Height Fixed*/
 min-height:145px;
 height:auto !important;
 height:145px; 
/*End*/ 
 
 margin:0px 0 0 0;
 padding:20px 20px 20px 20px;
 float:right;
}

.divFeaturedContent p {font-size:11px; color:#444;}

/*------------------------------------------------------------------------
Footer
------------------------------------------------------------------------*/

#ulFooter {
 width:918px;
 height:15px;
 padding:25px;
 background:#454a59 url(/images/ul-footer.gif) no-repeat 0 0;
 float:left;
}

#ulFooter li {
 font:11px Arial, Helvetica, sans-serif; 
 color:#545a6d; padding:0 11px 0 9px; 
 background:transparent url(/images/li-footer-divider.gif) no-repeat 100% 50%;
 float:right;
}

#ulFooter li.first {background:none; padding:0 0 0 9px;}

#ulFooter li.copyright {  
 padding:0;
 background:none;
 float:left;
}

#ulFooter li a {color:#fff; text-decoration:none;}
#ulFooter li a:hover {color:#7d87a4;}

/*------------------------------------------------------------------------
Company Declaration
------------------------------------------------------------------------*/

#ulDeclaration {
 width:918px; 
 padding:6px 25px 10px 25px; 
 margin:0;
 float:left;
}

#ulDeclaration li {
 font:11px Arial, Helvetica, sans-serif; 
 color:#545a6d; 
 float:right;
}

#ulDeclaration li.left {float:left;}
#ulDeclaration a {text-decoration:none; color:#fff;}
#ulDeclaration a:hover {color:#545a6d;}

/*------------------------------------------------------------------------
Affiliate Brands
------------------------------------------------------------------------*/

#ulAffiliateBrands {
 width:967px; 
 height:37px;
 margin:10px 0 0 0;
 padding:0 0 30px 1px;
 float:left;
}

#ulAffiliateBrands li {
 margin:0 2px; 
 display:inline; 
 float:left;
}

#ulAffiliateBrands li a {
 width:134px;
 height:37px;
 text-indent:-9999px;
 display:block;
 float:left;
}

#ulAffiliateBrands li a.aGayters {background:transparent url(/images/a-gayters.gif) no-repeat 0 0;}
#ulAffiliateBrands li a.aEliteMeet {background:transparent url(/images/a-elitemeet.gif) no-repeat 0 0;}
#ulAffiliateBrands li a.aAdultCrowd {background:transparent url(/images/a-adultcrowd.gif) no-repeat 0 0;}
#ulAffiliateBrands li a.aMatchLink {background:transparent url(/images/a-matchlink.gif) no-repeat 0 0;}
#ulAffiliateBrands li a.aExibSexy {background:transparent url(/images/a-exibsexy.gif) no-repeat 0 0;}
#ulAffiliateBrands li a.aSinglesCrowd {background:transparent url(/images/a-singlescrowd.gif) no-repeat 0 0;}
#ulAffiliateBrands li a.aOther {background:transparent url(/images/a-other.gif) no-repeat 0 0;}

#ulAffiliateBrands li a:hover {background-position:0 -37px;}

/*------------------------------------------------------------------------
Form [Mailinglist]
------------------------------------------------------------------------*/

/*#frmMailinglist {width:447px;}*/
#frmMailinglist label {display:none;}

#frmMailinglist p {width:187px;}
#frmMailinglist input {width:177px; margin:1px 0 0 0; padding:4px 3px;}

#frmMailinglist button {
 width:81px;
 margin:15px 0 0 10px;
 background:#c2c2c2 url(/images/btn-register.gif) no-repeat 0 0;
}

#frmMailinglist button:hover,
#frmMailinglist button.btnHover {background-position:0 -30px;}

#footer p {background-color:#474747; color:#fff}
#footer p a {color:#fff}

/* End WDP footer */


/* wdp side menu */

#sidebar {
 width:261px; 
 background:transparent url(/images/div-sub.gif) no-repeat 0 100%; 
 padding:0 0 25px 0;
 float:left
}

#sidebar h3 {
 width:261px;
 background:#4b4b4b url(/images/h3-sub.gif) no-repeat 0 0;
 font-size:14px;
 margin:0; padding:0;
 color:#fff;
 float:left; font-weight:normal
}

#sidebar h3 span {
 width:198px;
 border-bottom:1px solid #555;
 margin:0 4px;
 padding:16px 40px 11px 15px;
 display:inline;
 float:left; 
}
#sidebar ul {
 width:235px;
 padding:15px 13px 0 13px;
 margin:0;
 background:url(/images/ul-sub_thin.gif) repeat-y 0 0;
 float:left; list-style:none
}

#sidebar ul li {
 width:235px;
 list-style:none; 
 margin:0px 0 0 0;
 float:left;
}

#sidebar ul li a,  #sidebar ul li span{
 font-size:12px;
 padding:5px 15px;
 color:#fff;
 text-decoration:none;

}

#sidebar ul li a:hover {color:#801c7c;}

#sidebar ul li a.active,
#sidebar ul li a.active:hover {
 color:#fff;
 cursor:default;
}
#sidebar h2 {color:#888888}
#sidebar ul li ul {
 margin:0; 
 padding:0; 
 background:none; border-top:2px solid #191B21;
}

#sidebar ul li ul li {margin:0; padding:4px 0; width:235px; border:none; border-top:4px solid #191B21;}

#sidebar ul li ul li a {
 margin:0;
 display:inline;
 padding:5px 15px;
}

#sidebar ul li ul li a.active,
#sidebar ul li ul li a.active:hover {
 color:#801c7c; 
}
#sidebar ul li p {color:#888888; padding:0 15px}
#sidebar ul li p a {padding:0; background:transparent; font-size:1em}
/* End wdp side menu */

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */