/*
Theme Name: Dark Curves
Theme URI: http://www.adultnetworkuk.com/
Description: A custom 3 column Wordpress Theme for the Adult Industry.
Version: 1.0
Author: XD2
Author URI: http://xd2.net/
Tags: dark, black, grey, curves, pink, three columns, widgets, fixed width, custom header
*/

* {
	margin:0;
	padding:0;
}

/*##############################
	NAV/LINK STYLES
##############################*/

a:link {text-decoration:none;color:#6dcff6;}
a:visited {text-decoration:none;color:#6dcff6;}
a:active {text-decoration:none;color:#6dcff6;}
a:hover {text-decoration:none;color:#ed145b;}


/*##############################
	MAIN STYLES
##############################*/

.clear {
	clear:both;
}

body {
	margin:0;
	color:#fff;
	font-size:13px;
	text-align:left;
	line-height:18px;
	text-decoration:none;
	font-family:century-gothic,arial,verdana,sans;
	background:url(images/bg.gif) #000;
	background-position:top center;
	background-repeat:repeat;
}

h1 {
	font-size:16px;
	line-height:60px;
	padding:5px 25px 0 25px;
}

h2 {
	font-size:16px;
	line-height:60px;
	padding:0 20px 0 20px;
}

h3 {
	font-size:16px;
	line-height:30px;
	padding:0;
}

h4 {
	font-size:14px;
	line-height:60px;
	padding:5px 25px 0 25px;
}

p {
	padding:5px 0;
}

ol {
	margin:0 0 0 20px;
}


/*##############################
	COLUMN STYLES
##############################*/

#col150 {width:150px;float:left;margin:0 5px 0 0;}
#col220 {width:220px;float:left;margin:0 15px 0 0;}
#col390 {width:390px;float:left;margin:0 0 0 0;}
#col520 {width:520px;float:left;margin:0 0 0 0;}


/*##############################
	LAYOUT STYLES
##############################*/

#toolBar {
	padding:0 15px;
	background:#000;
	line-height:30px;
}

#toolBar li {
	list-style-type:square;
	display:inline;
	padding:0 10px;
}

#container {
	width:910px;
	margin:0 auto;
	background:url(images/cbg.png);
	background-position:center center;
	background-repeat:repeat;
}

/*HEADER STYLE*/
#logo {
	width:265px;
	height:200px;
	float:left;
	border:0;
}

#logob {
	width:265px;
	height:40px;
	float:left;
	border:0;
}

#header {
	width:645px;
	height:200px;
	float:left;
	background:url(images/header-bg.png);
	background-position:top center;
	background-repeat:no-repeat;
}

#innerHeader {
	width:250px
	height:150px;
	margin:25px 0 0 190px;
	padding:40px 15px 15px 15px;
	color:#6dcff6;
	font-size:14px;
	line-height:20px;
}

#innerHeader ol {
	margin:0 0 0 20px;
}

#bookmark {
	width:255px;
	height:40px;
	float:left;
	border:0;
}

#search {
	width:390px;
	height:120px;
	background:url(images/search.png);
	background-position:top center;
	background-repeat:no-repeat;
}

#search #s {
	margin:58px 0 0 35px;
	padding: 0 0 0 10px;
	width:210px;
	height:30px;
	border:0;
	font-size:19px;
	font-weight:bold;
	background:none;
	color:#000;
}

#search #searchsubmit {
	width:54px;
	height:35px;
	margin:54px 0 0 0;
	padding:0;
	border:0;
	background:none;
	cursor:pointer;
}

/*POST BOX STYLE*/
.postBox {
	width:500px;
	margin:15px 15px 0 5px;
	padding:0;
}

.postBoxHead {
	height:65px;
	background:url(images/postbox-top.png);
	background-position:top center;
	background-repeat:no-repeat;
}

.postBoxContent {
	width:470px;
	padding:0 15px 0 15px;
	background:url(images/postbox-bg.png) #000;
	background-position:bottom center;
	background-repeat:no-repeat;
}

.postBoxFoot {
	height:25px;
	background:url(images/postbox-bottom.png);
	background-position:bottom center;
	background-repeat:no-repeat;
}

.postBox ul {
	margin:0 0 0 20px;
}

/*SIDE BAR 01 STYLE*/
.side01Box {
	width:220px;
	margin:15px 15px 0 0;
	padding:0;
}

.side01BoxHead {
	height:60px;
	background:url(images/side01-top.png);
	background-position:top center;
	background-repeat:no-repeat;
}

.side01BoxContent {
	width:200px;
	padding:0 10px 0 10px;
	background:url(images/side01-bg.png) #000;
	background-position:top center;
	background-repeat:no-repeat;
}

.side01BoxFoot {
	height:15px;
	background:url(images/side01-bottom.png);
	background-position:bottom center;
	background-repeat:no-repeat;
}

.side01Box ul {
	margin:0 0 0 20px;
	list-style:circle;
}

/*SIDE BAR 02 STYLE*/
.side02Box {
	width:150px;
	margin:15px 5px 0 0;
	padding:0;
}

.side02BoxHead {
	height:15px;
	background:url(images/side02-top.png);
	background-position:top center;
	background-repeat:no-repeat;
}

.side02BoxContent {
	width:130px;
	padding:0 10px 0 10px;
	background:url(images/side02-bg.png) #000;
	background-position:top center;
	background-repeat:no-repeat;
}

.side02BoxFoot {
	height:15px;
	background:url(images/side02-bottom.png);
	background-position:bottom center;
	background-repeat:no-repeat;
}

.side02Box ul {
	margin:0 0 0 20px;
}

#footer {
	text-align:center;
	background:#000;
	padding:15px;
	margin:15px 0 0 0;
}

/*##############################
	ID STYLES
##############################*/



/*##############################
	CLASS STYLES
##############################*/

.navigation {
	display: block;
	text-align: center;
	margin:10px 0 0 0;
}

.alignleft {
	float: left;
	padding:5px;
}

.alignright {
	float: right;
	padding:5px;
}