/*
Theme Name: Curve Couture
Theme URI: http://
Description: Bespoke theme for Curve Couture
Version: 1.0
Author: Toby Hammond
Author URI: http://tobydecks.co.uk

*/
/**********CSS reset**********/
*{
	margin: 0;
	padding: 0;
}
/**********General styles**********/
body {
	background: #1D1D1D;
	width: 100%;
	color: #fff;
	font-family: arial, "lucida console", sans-serif;
}

a {
	color:#9F864E;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

div.clear{
	clear: both;
}

img {
	border:0;
}

h3 a{
	text-decoration: none;
	color: #cccc9c;
}

/**********Page construction**********/
#page_center {
	width:1024px;
	margin:0  auto;
}


#wrapper {
	width:1024px;
	min-height:100%;
	float:left;
	background: url(http://curvecouture.co.uk/wp-content/themes/curve/images/bg.gif);
	background-repeat:no-repeat;
}

#left_content_wrapper {
	width:829px;
	height:100%;
	float:left;
}

#header {
	float: left;
	width: 830px;
	height: 130px;
}

#sidebar {
	width:830px;
	height:50px;
	float:left;
	background: url(http://curvecouture.co.uk/wp-content/themes/curve/images/menu_bg.gif) no-repeat;
	padding-left: 215px;

}

#maincontent{
	width:615px;
	xheight:358px;
	float:left;
	padding-left: 215px;
}

#right_content_wrapper {
	width:190px;
	height:542px;
	float:left;
}



div.post{
	xwidth: 615px;
	width:574px;
}

div.entry{
}

div.entry p{
	float: left;
	padding-bottom: 10px;
	font-size: 12px;
	width: 420px;
	display:block;
}

div.entry  p.attachment {
	width: 81px;
	float:left;
}

div.slideshow {

	margin-top:30px;
}

/**************Menu styles***************/

ul#menu{
	float: left;
	list-style-type: none;
	display: inline;
}
ul#menu li{
	display: block;
	width: 101px;
	float: left;
	padding-right: 15px;
}

/************ Gallery styles *************/

.gallery {
	float:left;
	width:550px;
	margin:0px;
	padding:0px 0px 0px 7px !important;
}

/********* FOOTER STYLES *********/


 #lowMenu{
 	font-family: times, serif;
 	font-size:12pt;
 	height:30px;
 	width:1024px;
 	xfloat:left;
 	margin-left:auto;
 	margin-right:auto;
 	text-align: center;
 	margin-top:20px;
}

#lowMenuCentre {
	width:620px;
	margin-left:auto;
	margin-right:auto;
}

#lowMenu ul#footmenu {
	xfloat:left;
	padding:0px;
	margin:0px;
	padding-top:9px;
	list-style-type: none;
	display: inline;
}

#lowMenu ul li{
	display: block;
	width: 101px;
	float: left;
	text-align:center;
	border-right:1px solid white;
}

.noRightBorder, .page-item-24 {
	border:0px !important;
}

ul#footMenu a{
	text-decoration: none;
	color: #fff;
	font-weight:normal !important;
}

#footer{
	font-family: times, serif;
	font-size:10pt;
	float: left;
	width: 100%;
	height: 33px;
	background: #000;
	color: white;
	margin-top:10px;
}

#footer1{
	width: 214px;
	height: 100%;
	float: left;
	padding: 8px 10px 5px 10px;
}

#footer2 {
	width:474px;
	height:100%;
	float:left;
	padding-top:2px;
}

footer3 {
	width:400px;
	height:100%;
	float:left;
	padding:8px 0px 0px 5px;
}

#footer4 {
	width:180px;
	float:right;
	padding:8px 10px 0px 0px;
}

div#footer4 a{
	color: #cccc9c;
}

#footer5 { /******** do not remove unless you want IE to shit bricks*******/
	float:left;
}
