 
/****************************************************************************

   Copyright (c) Stephen Last
   
   stephen [dot] last [at] gmail [dot] com

   File:          screen.css
   Media:         screen
   Author:        Stephen Last
   Creation Date: 06/04/2008

****************************************************************************/


/* Re-defines
-------------------------------------------------------------------------- */
body {
	background:#f4eade url(/i/bg2.jpg) top center no-repeat;
	color:#333;
	font:0.9em/1.1em Arial,Helvetica,Sans-Serif;
	margin:0;
	padding:0;
	border-top:5px solid #d58581;
	text-align:center;
	overflow:hidden;
	width:100%;
}

/* Content
-------------------------------------------------------------------------- */
#logo {
	float:left;
	width:63px;
	height:63px;
	text-indent:-9999px;
	background:#f4eade url(/i/logo.png) top left no-repeat;
	margin:10px 0 0 10px;
	padding:0;
}
#card {
	float:right;
	width:250px;
	height:100px;
	font-size:0.7em;
	line-height:1.7em;
	text-align:right;
	background:transparent;
	padding:8px 10px 0 0;
}
#card p {
	margin:0;
	padding:0;
}
p#name {
	color:#d58581;
	font-size:1.3em;
	font-weight:bold;
}
p#title {
	color:#d58581;
	font-size:1.2em;
}
p#email {
	color:#d58581;
	font-size:1.2em;
}
p#skills {
	color:#d58581;
	font-size:1.2em;
}
p#about {
	background:transparent;
	width:350px;
	height:200px;
	text-align:center;
	margin:210px auto 0 auto;
	padding:0;
	font-size:2.4em;
	line-height:1.3em;
	color:#d58581;
	letter-spacing:-1px;
}
p#about strong {
	color:#d58581;
}



