
/*  
Theme Name: BellaLuxe
Theme URI: http://www.marketsplash.com
Description: WordPress theme from Marketsplash.
Version: 1.0
Author: Marketsplash
Author URI: http://www.marketsplash.com
*/

body {
	font-size: 12px;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	background-image:url(images/pagebackground.jpg);
	background-color:#F9CBD8;
	color: #485258;
	margin: 0;
	padding: 0;
}

#page {
	margin: 35px auto 0;
	padding: 0;
	width: 988px;
}

a { color: #ED4EA0; }

img { border: 0px; }

form, h1, h2, h3 {
	padding: 0px;
	margin: 0px;
}

.alignleft { text-align: left; }

.alignright { text-align: right; }

/* START header styles */
#nav {
	background-color:#000;
	background:url('images/nav.jpg') top left repeat-x;
	text-align:center;
	color:#FFF;
	height:35px;
	line-height:35px;
	border:1px solid #000;
	width:988px;
}

.nav {
	color:#FFF;
	text-transform:uppercase;
}

.nav a {
	color:#FFF;
	padding:0px 14px;
	text-decoration:none;
}

.nav a:hover, .nav a.on { color:#ED4EA0; }

.sidelinks {
	float:right;
	margin:0px 0px 0px 0px;
	text-align:center;
}

.sidelinks a {
	background:url(images/sidelinkbackground.jpg) center center no-repeat;
	width:190px;
	height:24px;
	display:block;
	text-align:center;
	line-height:24px;
	color:#000;
	text-transform:uppercase;
	text-decoration:none;
	margin:33px 0px;
}

#header {
	background: url('images/latestbuzzandblog.jpg') no-repeat top center;
	width: 988px;
	height: 380px;
	text-align: center;
	margin: 0 auto;
	border:1px solid #000;
}

#headerMargin {
	padding: 0px 20px 0px 784px;
	margin: 0px;
	text-align:center;
}

#header h1 {
	padding: 0px;
	margin: 0px;
	text-align:center;
}

#header h1 a {
	color: #ED4EA0;
	font-size: 29px;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}

#header .description {
	font-size: 20px;
	color: #ED4EA0;
	font-weight: normal;
	text-align:center;
	padding: 0px;
	margin: 0px;
}

/* END header styles */


/* START search styles */
#searchform {
	margin: 10px 0px 0px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#searchform #s {
	font-size: 10px;
	width: 100px;
	margin: 0 10px;
}

#searchform #searchsubmit { font-size: 10px; }

#searchsubmit { margin: 0px; }

/* END search styles */

/* START sidebar styles */
#sidebar {
	width: 230px;
	float: left;
	background-color: #FDE8ED;
	margin: 0px 0px 0px 0px;
}

#sidebar > ul {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	list-style: none;
	text-align: center;
}

#sidebar > ul li {
	margin: 0px;
	padding: 0px;
}

#sidebar > ul li h2 {
	background:url(images/sidelinkbackground.jpg) center center no-repeat;
	width:190px;
	height:24px;
	display:block;
	text-align:center;
	line-height:24px;
	color:#000;
	text-transform:uppercase;
	text-decoration:none;
	margin:33px 0px;
	font-weight:normal;
	font-size:14px;
}

#sidebar > ul li ul {
	font-size: 11px;
	line-height: 21px;
	list-style: none;
	margin: 0px 0 20px 0px;
	padding: 0px;
	text-align: center;
	color: #000;
}

#sidebar > ul li ul a {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#sidebar p {
	margin: 0;
	padding: 10px 10px 10px 0px;
	color: #000;
}

#sidebar a { color: #000; }

#sidebar a:hover {
	color: #ED4EA0;
	text-decoration: underline;
}

/* END sidebar styles */

/* START content styles */
#contentArea {
	width: 988px;
	text-align: left;
	background-color:#FFF;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	border:1px solid #000;
}

#content.narrowColumn {
	width: 750px;
	float: right;
}

#content.wideColumn { width: 988px; }

#contentPad { padding: 35px 50px 25px 35px; }

.post { clear: both; }

.post h2, .post h3 {
	margin: 5px 0 5px 0px;
	padding: 0 0 0px 0px;
}

.post h2 a, .post h3 a, h3#respond {
	color: #ED4EA0;
	font-size: 19px;
	text-decoration: none;
	font-weight: normal;
}

.post small {
	font-size: 11px;
	color: #69767E;
	margin: 0;
	padding: 0;
}

.post small a {
	font-size: 11px;
	color: #69767E;
	margin: 0;
	padding: 0;
}

.postseperator {
	border-top: 1px solid #FFFFFF;
	margin: 10px 0px;
}

.post .entry p {
	margin: 10px 0 5px;
	padding: 0px;
	text-align: left;
	line-height: 17px;
}

.post .entry a {
	color: #485258;
	text-decoration: underline;
}

.post .postmetadata, .post .postmetadata a {
	margin: 0px 0 15px;
	padding: 0px;
	text-align: right;
	color: #ED4EA0;
	text-decoration: none;
}

.post .postmetadata a:hover { text-decoration: underline; }

.post img { margin: 0 5px 5px 0; }

h2.pagetitle, h2 {
	color: #000000;
	font-size: 18px;
	text-decoration: none;
	margin: 5px 0 15px;
	font-weight: normal;
}

.navigation a { color: #ED4EA0; }

/* END content styles */

/* START footer styles */
#footer {
	width: 988px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px;
	color: #FFFFFF;
	background: #000;
}

#footer a { color: #FFFFFF; }
/* END footer styles */
