/*   
Theme Name: Gracielouwho
Theme URI: http://www.gracielouwho.com
Description: Pretty flowers for my pretty girlfriend
Author: Robbie Lesiuk
Author URI: http://www.robbielesiuk.com
*/
a {

	text-decoration: none;
	font-weight: bold;
	color: #330;
}
a:hover {

	color: black;
}
.alignleft {

	float: left;
}
.alignright {

	float; right;
	text-align: right;
}
body, div {

	padding: 0px;
	border: 0px;
	margin: 0px;
	
	font-family: helvetica, sans-serif;
	font-size: 12px;
	color: #360;
}
body {

	background: url(images/background_tile.jpg);
}	
#container {

	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#content {

	padding-left: 42px;
	padding-right: 35px;
	background: url(images/mainpanel_back.png) repeat-y top center;
	overflow: hidden;
	text-align: justify;
}
#footer {
	clear: right;
	text-align: center;
	font-weight: bold;
	color: #330;
}
.post {

	border-bottom: dotted 1px #471;
	margin-bottom: 30px;
}
#sidebar {

	float: right;
	width: 235;
	
}
#sidebar_content {

	background: url(images/sidebar_back.png) repeat-y top center;
	overflow: hidden;
}
#sidebar ul {

	list-style-type: none;
}


	