/*
Theme Name:     isabel 2010
Theme URI:      http: //ayeba.fr
Description:    altohumano theme based on the Twenty Ten theme 
Author:         Alexis Monville (Ayeba)
Author URI:     http: //ayeba.fr
Template:       twentyten
Version:        0.1.0
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

@import url("../twentyten/style.css");

body, input, textarea, .page-title span, .pingback a.url {
font-family:"Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
}

a:link {
	color: #AEE239;
}
a:visited {
	color: #8FBE00;
}
a:active,
a:hover {
	color: #d0f67b;
}


#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
	text-align:justify
}

#content,
#content input,
#content textarea {
	color: #333;
	font-size: 12px;
	line-height: 18px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 11px;
	line-height: 17px;
}
#content code {
	font-size: 11px;
}
