/*   
Theme Name: The Sparkling Brown
Theme URI: /tsb
Description: The Sparkling Brown's Wordpress Theme
Author: Denise
Author URI: http://cateblanchett.net
Template: 
Version: 1.0

*/

/* GLOBALS */

html {
	font-family: tahoma;
}

body {
	font-size: 70%;
	margin: 0px;
	padding: 0px;
}

div {
	font-size: 100%;
}

img {
	border: 0px;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 18px;
	color: #4e4e4e;
}

.sideBar h2 {
	margin: 10px 0 10px 0;
}

a {
	color: #a5a5a5;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* REUSABLES */

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

.clearer {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

/* DIV, SPAN */

div.mainWrapper {
	margin: 0px auto;
	width: 920px;
	text-align: left;
	padding-top: 120px;
}

div.contentWrapper {
	width: 675px;
	float: right;
}

div.mainContent {
	padding: 100px 0 0 54px;
}

div.moufette img {
	xfloat: right;
}

div.sideBar {
	width: 230px;
	float: left;
	padding-top: 80px;
}

#searchform div {
	margin-bottom: 10px;
}

/* UL, LI */

ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

/* IMG */

img.btnMoufette {
 	margin-right: 150px;
}

/* FORM STYLES */

form {
	padding: 0px;
	margin: 0px;
}

input {
	border: 1px solid black;
}