/*  

Theme Name: Flurish
Theme URI: http://www.flurish.net
Description: white is the new black
Version: 2.0
Author: Daniel Ryan
Author URI: http://www.wdanielryan.com/
	
*/



/* Page wide attributes */

body {
	margin: 0 0;
	padding: 0 0;
	background: white url(images/bg.jpg) top center repeat-x;
	font-family: 'Myriad Pro', Arial, sans-serif;
	font-size: 1.0em;
	color: black;
	text-align: left;
	font-style: normal;
	}
	
a:link, a:active, a:visited {
	text-decoration: none;
	color: #262E45;
	font-style: normal;
	}
	
a:hover {
	text-decoration: underline;
	color: #333333;
	font-style: normal;
	}
	
p {
	font-size: 90%;
	line-height: 160%;
	font-style: normal;
	}
	
h1 {
	font-family: 'Myriad Pro', Arial, sans-serif;
	color: #262E45;
	font-size: 130%;
	line-height: 1.0em;
	}
	
h2 {
	color: #333333;
	font-size: 70%;
	line-height: 1.0em;
	font-style: italic;
	}
	
ul {
	list-style-image: url(images/bullet.jpg);
	}
	
li {
	height: 16px;
	padding-bottom: 16px;
	margin-left: -12px;
	}
	
/* Wrapper attributes */

#wrapper {
	width: 670px;
	margin: 0 auto;
	background: url(images/wrap_bg.jpg) repeat-y top center;
	}


/* Menu attributes */

#menu {
	background: url(images/menu_bg.jpg) top center no-repeat;
	text-align: left;
	width: 640px;
	height: 22px;
	overflow: hidden;
	font-size: 70%;
	padding: 6px 0 6px 30px;
	word-spacing: 8px;
	}

#menu a {
	color: white;
	}
	
#menu img {
	border: 0px;
	}
	

/* Main content attributes */

#main {
	width: 618px;
	padding: 8px 26px;
	background: url(images/main_bg.jpg)  top center no-repeat;
	margin: -13px 0 -14px 0;
	}


/* Footer */

#footer {
	width: 670px;
	padding: 0;
	margin: 0;
	text-align: center;
	}
	
#footer img {
	border: 0px;
	}