/* @override http://belinda.webeyedea.info/css/main.css */

/* Eric Meyer's Reset Reloaded - thanks :-) */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/*
###############################################################
start content
###############################################################
*/

/* general settings*/

body {
	font-family: ar, Geneva, sans-serif;
	color:#FDFF4F;
	font-size: 1.3em;
	background: black url(../php/rotate.php) no-repeat top center; 
/*		background: black url(../php/rotate.php) no-repeat top center;     */
	float: left;
	overflow: hidden;	

}

/* My Comment */
#content {
	
	display: block;
	width: 290px;
	padding: 290px 0 700px 24px;
	background: transparent url(../images/transparent-heart.png) no-repeat top left;
	position: absolute;
	top: 0;
	left: 15%;
	font-family: "Bank Gothic", sans-serif;
	color: whitesmoke;
}

/* My Comment */
#content h1 {
	text-transform: lowercase;
	margin: 0 1 1em 0;
	color: #fff;
}
/*#content h1 span{	
	font-size:1.4em;
	letter-spacing: -0.06em;
	color: whitesmoke;	
}*/

#content p#jobtitle {
	display: block;
	font-size: .8em;
	color: #ccc;
}
#content ul.details {
	display: block;
	margin: 1em 0;
	font-size: .8em;
	line-height: 1.2;
	letter-spacing:1.3px;
	letter-spacing: 0;
	font-family: News Gothic Mt;	
	color: #999;
}
#content ul.details li a {
	text-decoration: none;	
	font-weight: normal;

	
}
#content ul.details li a:link, #content ul.details li a:visited {
		color: #e9e9e9;
		
		
}

/* My Comment */
#content ul.details li a:hover, #content ul.details li a:focus, #content ul.details li a:active {
	color: #fff;
	font-weight: bold;
}

#content ul.details li.contact {
	margin: 1em 0 0 0;
}
#content ul.details li.contact.old {
	font-style: italic;
	font-size: .9em;
	padding-right: 15px;
}
/* My Comment */
#content.contact {
	display: block;
	width: 380px;
	background: transparent url(../images/contact_transparent.png) repeat top left;
	padding: 30px 0 400px 6px;
	overflow: hidden;
	color: white;
	font-weight: normal;
	font-size: .6em;
	
}
