/* @override http://eyedea.eu/css/style.css */

/*

Theme Name: eyedea
Theme URI:		
Description: new eyedea
Author: prisca - eyedea.eu	
Author URI: http://eyedea.eu
Version: 5.0

*/

/* Eric Meyer's Reset Reloaded - thanks, Eric :-)  */
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;
}
html {
	background: #DDDDCC;
}
body {
	line-height: 1;
	color: black;
	font-family: Lucida Grande, Lucida, Verdana, sans-serif;
	font-size: 1em;
}
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: "" "";
}

/* === display for HTML5 ======================================== */
header, nav, article, aside, footer {
	display: block;
}


/* === link styles ======================================== */
a {
	font-size: 1.1em;
	text-decoration: none;
	color: #acae77;
	border-bottom: 1px solid #E2E1C7;
	padding: 1px 2px;
}

a:link {
	color: #acae77;
}

a:visited {
	color: #acae77;
}

a:hover, a:active {
	font-weight: bold;
	color: #000;
	border-color: #acae77 ;
}

/* === wrapper ======================================== */

#wrap {
	display: block;
	width: 22em;
	margin: 3em auto;
	background: #fff;
	border: 2px solid #000;
    padding: 80px 60px;
    -moz-border-radius-topleft: 500px;
    -webkit-border-top-left-radius: 500px;
    -moz-border-radius-topright: 500px;
    -webkit-border-top-right-radius: 500px;    
    -moz-border-radius-bottomleft: 500px;
    -webkit-border-bottom-left-radius: 500px;
    -moz-border-radius-bottomright: 500px;
    -webkit-border-bottom-right-radius: 500px; 	
}


/* === header ======================================== */

header {
	width: 22em;
	margin: 0 auto;
	padding: 0;
}

header h1 {
	display: block;
	height: 80px;
	text-transform: lowercase;
	font-weight: lighter;
	background: transparent url(http://eyedea.eu/images/eyedea_logo77.png) top center no-repeat;
	text-indent: -9999px;
}




/* === content ======================================== */

article {
	display: block;
	width: 24em;
	margin: 0 auto;
	line-height: 1.4em;
	padding: 0;

}

article header {
	width: 80%;
	margin: 0 9%;
	margin: 0 auto;
	padding: 0;
}

article header h1 {
	height: auto;
	font-family: Georgia, serif;
	font-size: 2em;
	text-transform: lowercase;
	font-weight: lighter;
	background: none;
	text-indent: 0;
	color: #acae77;
	margin: .8em 0 .6em 0;
	padding: 0;
}

article p {
	font-size: .8em;
	line-height: 1.3;
	width: 80%;
	margin: 0 9% .6em 9%;
	color: #6D6D50;
}

article p.cur {
	font-family: Georgia, serif;
	font-size: 1.08em;	
	line-height: 1.2;
	color: #000;
}
/* clearing floats */

.clear {
	clear: both;
}

/* footer */

footer {
	width: 12em;
	margin: 0 auto;
}

