/* inBLOOM, v3. http://bloom.tenshi-dream.net/
----------------------------------------------------------------------*/




/* Global
----------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	}



/* General
----------------------------------------------------------------------*/

body {
	background-color: #B9B399;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Georgia;
	font-size: 10px;
	line-height: 18px;
	text-align: justify;
	color: #363A54;
	}



/* Site Content
----------------------------------------------------------------------*/

#container {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 703px;
	z-index: 2;
	}

#content {
 	width: 490px;
	position: relative;
	top: -17px;
 	padding-left: 90px;
 	text-align: justify;
	}

#footer01{
	clear: all;
	width: 100%; 
	height: 36px; 
	background: #BA8C75;
	background-position: bottom;
	text-align: center;
	z-index: 3;
	}

#footer02{
	clear: all;
	width: 100%; 
	height: 62px; 
	background: #3A455C;
	background-position: bottom;
	border-top: 1px dotted #D24746;
	border-bottom: 1px dotted #D24746;
	text-align: center;
	z-index: 3;
	}

#footer03{
	clear: all;
	width: 100%; 
	height: 18px; 
	background: #B9B399;
	background-position: bottom;
	text-align: center;
	z-index: 3;
	}

#new{
	width: 50px;
	height: 75px;
	float-top: -500px;
	padding-left: 178px;
	}

.image {
	background: #F0AD82;
	border: 4px solid #F0AD82;
	padding: 2px;
	}

.approved {
	background: #A7CC4E;
	border: 4px solid #A7CC4E;
	padding: 2px;
	}

blockquote {
	background: #E5CAA7;
	font-family: Verdana;
	font-size: 10px;
	line-height: 12px;
	text-align: justify;
	color: #424F60;
	border-top: 1px dotted #D24746;
	border-bottom: 1px dotted #D24746;
	padding: 3px;
	width: 398px;
	}

li {
	list-style: circle;
	}



/* Text Style
----------------------------------------------------------------------*/

a:active, a:link, a:visited {
	color:#AB3A56;
	font-size: 10px;
	text-transform: uppercase;
	font-family: Georgia; 
	letter-spacing: 2px;
	border-bottom: 1px #4CBE7E dotted;
	}

a:hover {
	color:#AB3A56;
	font-size: 10px;
	text-transform: uppercase;
	font-family: Georgia; 
	letter-spacing: 2px;
	border-bottom: 1px #4CBE7E dotted;
	}

h1 {
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
	text-transform: lowercase;
	text-align: right;
	letter-spacing: 5px;
	color: #11114F;
	line-height: 34px;
	background-image: url(images/h1.jpg);
	background-position: left;
	background-repeat: no-repeat;
	text-indent: 15px;
	padding-bottom: 0px;
	margin: 0px 0px 0px 0px;
	}

h1:first-letter {
	color: #AB3A56;
	font-size: 18px;
	font-weight: bold;
	font-family: Franklin Gothic Medium;
	text-transform: lowercase;
	padding-bottom: 0px;
	margin: 0px 0px 0px 0px;
	}

h3 {
	font-family: Century Gothic;
	font-size: 8px;
	font-weight: italic;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 5px;
	color: #D24746;
	text-indent: 40px;
	margin: -14px 0px 3px 0px;
	}

b {
	font-family: Century Gothic;
	color: #11114F;
	letter-spacing: 2px;
	}

i {
	font-size: 10px;
	color: #B72B40;
	}

input, textarea, option, select {
	background: #816336 url (images/textarea.gif);
	background-attatchment: fixed;
	color: #F0EBCE;
	border: 1px dotted #391517;
	padding: 2px;
	font-family: Century Gothic;
	font-size: 10px;
	line-height: 14px;
	}


/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #E5CAA7;
	border: 1px dotted #D24746;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 98px;
	height: 95px;
}

.hoverbox li
{
	background: #72A388;
	border: 4px solid #72A388;
	display: inline;
	float: left;
	margin: 3px;
	padding: 2px;
	position: relative;
}

.hoverbox .preview
{
	width: 160px;
	height: 175px;
}