/* -------------------------------------------------------------- 
  
   edesign.ch main site styles
   Blueprint CSS framework remains untouched and is overrided by this CSS
   
   20070813 genesis
   20070815 v1 launched / portfolio is not complete
   
-------------------------------------------------------------- */
body {
	font-family:"Lucida Grande", "Lucida Sans", Helvetica, Arial, Verdana, sans-serif;
	background:#fff url(../i/edesign_trace_bord.gif) no-repeat scroll 0 180px;
	color:#666666;
	line-height:1.6;
}

.container {
/* background: url(grid-alone.png);*/
	width:820px;	
/* 12 columns */
}


/* Logo is in lower right corner */
#logo {
	position:fixed;
	z-index: 2e+09;
	bottom:30px;
	right:50px;
}


	
/* ================= */
/* ! Text elements   */
/* ================= */

p {
	margin:0 0 .8em;
	text-align:left;
}

a {
	text-decoration:none;
}

a:link {
	color:#A49F97;
}

a:visited {
	color:#A49F97;
}

a:active {
	color:#003366;
}

a:hover {
	color:#F90;
}

#maintitle {
	font:normal normal bold 1.8em/1.2em "Lucida Grande", "Lucida Sans", Helvetica, Arial, Verdana, sans-serif;
	color:#666666;
}

#subtitle {
	font:italic normal normal 1.5em/1.8em "Hoefler Text", serif;
	text-transform:lowercase;
	color:#c8c2b8;
	letter-spacing:.2em;
	margin-bottom:1em;
}

h3 {
	font-family:"Lucida Grande", "Lucida Sans", Helvetica, Arial, Verdana, sans-serif;
	font-weight:bold;
	color:#f90;
	font-size:1.2em;
	line-height:1;
	margin-bottom:.8em;
}

ul {
	list-style:none;
	margin-left:0;
	padding-left:1em;
	text-indent:-1em;
}

#links li:before {
	content:"\00BB \0020";
}

#quote {
	font:italic normal normal 1.5em/1.3em "Hoefler Text", serif;
	padding:0 20px;
	color:#c8c2b8;
}

#quote:before {
	content:"\00AB";
	margin-right:.2em;
}

#quote:after {
	content:"\00BB";
	margin-left:.2em;
}


	
/* ================= */
/* ! Form elements   */
/* ================= */

input,textarea {
	border-style:none none dotted;
	border-bottom:1px dotted #666;
	background-color:#f7f5f2;
	font-size:.9em;
	padding:4px;
	margin-bottom:4px;
	width:90%;
}

input:focus,textarea:focus {
	border-color:#000;
	background-color:#ffffcc;
	outline:none;
	border-bottom:1px solid #666;
}

.submit {
	width:24px;
	height:24px;
	margin-top:10px;
	background-color:#fff;
	border:none;
	padding:0;
}


	
/* colors of form results */
.alertgood {
	color:#996600;
}

.alertbad {
	color:#C61300;
}


	
/* hidden form fields to fight SPAMbots */
input#subject {
	position:absolute;
	left:-9999px;
	top:0;
}


	
/* ================== */
/* ! Image elements   */
/* ================== */

.thumb {
	border:1px solid #f5f5f5;
}

#pile ul li img {
	margin:0;
	padding:0;
	border:0;
	list-style-type:none;
}

#pile img {
	margin:0;
	padding:0;
	border:0;
	list-style-type:none;
}


	
/* ================ */
/* ! microformats   */
/* ================ */

.vcard {
	margin-bottom:1em;
}
