/*

////////////////////////
// Blade Pack Theme   //
// coffee            //
// For razorCMS           //
// Version 0.1        //
//Theme is Opensource //
// Coffee Picture taken from www.http://www.pdphoto.org/ //
// Nov 03 2008           //
// Theme  by www.sensitiv.de  //
////////////////////////
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #f8f8f8;
	color: #FFF8DC;
}

h1,h2,a {
	color: #600000;
	text-decoration: none;
}

ul {
	list-style: none;
}


#wrapper { 
 margin: 0 auto;
 width: 1024px;
}
#header {
	color: #400000;
	float: left;
	padding: 0px;
	border: 0px solid #ccc;
	margin: 0px auto;
	width: 1024px;
	height: 60px;

}

#navigation {
float: left;
 width: 1004px;
 padding: 10px;
 border: 0px solid #400000;
 margin: 0px 0px 0px 0px;
 background: inherit;
 	color: #600000;
}


#navigation ul
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	text-align: right;
}

#navigation li
{
display: inline;
list-style-type: none;
}

#navigation a { padding: 3px 10px; }

#navigation a:link, a:visited
{
color: #600000;
text-decoration: none;
}

#navigation a:hover
{
color: #fff;
background-color: #400000;
text-decoration: none;
}




#leftcolumn { 
 border: 1px solid #400000;
 background: inherit;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 200px;
 float: left;
}

#quote {
	color: #600000; font-size: 2 em; margin-top: 40px;line-height: 2.00em
}


#quote p {font-family: Georgia, Georgia, serif; color: #60000; font-size: 1.40em; font-weight: bold; line-height: 1.20em}  /* Quote box text */
#quote p:first-letter {font-family: Georgia, Georgia, serif; font-size: 2em}



#content { 
 float: left;
 border: 1px solid #400000;
 background: #900000;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 558px;
 display: inline;
}
#rightcolumn {
	border: 1px solid #400000;
	background: url(coffee-beans150.jpg) no-repeat right;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	width: 200px;
	height: 200px;
	float: left;
}
#footer { 
 width: 1002px;
 clear: both;
 border: 1px solid #400000;
 background: inherit;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}

#footer .developer {
	color: silver;
	font-size: 0.7em;
	text-align: center;
}
