/*

Theme Name: Coffeepaste Teaser
Theme URI: http://www.coffeepaste.com/wp-content/themes/coffeepaste_teaser
Description: Temporary Theme for the website Coffeepaste
Author: Hugo Baeta
Author URI: http://www.hugo.baeta.com
Version: coffeepaste_teaser.11.2007

*/ 

/*
COLOR TABLE
------------------------------------------------
	#473624 - Coffee Brown - Body BG
	#FFF8DD - Beije - Text
*/



/* @group BASE */

* {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

body {
	font-family: "Lucida Grande", Lucida, Arial, Verdana, sans-serif;
	font-size: 62.5%;
	color: #FFF8DD;
	background: #473624 url(images/bg.jpg) repeat-x fixed left center;
}

.clear { width: auto; height: 0px; clear: both; margin: 0; padding: 0; }

p { line-height: 2.5ex; margin-bottom: 20px; }

/* @end */



/* @group LINKS */

a:link, a:visited 	{ color: #FFF8DD; text-decoration: none; }
a:hover, a:active 	{ color: #FFFFFF; text-decoration: underline; }

.note a:link, .note a:visited 	{ color: #473624; text-decoration: none; }
.note a:hover, .note a:active 	{ color: #FFF8DD; text-decoration: underline; }

/* @end */



/* @group DIVS */

#wrap {
	width: 500px;
	height: 300px;
	position:  absolute;
	top: 50%; left: 50%;
	margin: -90px 0 0 -250px;
}


	/* @group Logo */
		
	#logo {
		width: 500px;
		height: 100px;
	}
		
	#logo h1 a {
		text-indent:-9999px;
		overflow: hidden;
		width: 500px;
		height: 100px;
		float: left;
		background: transparent url(images/logo.png) no-repeat right top !important;
		background: transparent url(images/logo.gif) no-repeat right top; /*trick IE*/
		text-decoration: none; 
	}
	
	/* @end */


#info {
	padding: 10px 0 0 102px;
	font-size: 1em;
}

.note {
	margin: 30px 0 0 0;
	text-transform: uppercase;
	font-size: 0.9em;
	color: #473624;
}

strong {
	font-weight: bold;
}

/* @end */


