/* CSS Document */

/* =general
________________________________________________________________________*/
body {
	color: #000000;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}


body {
	font-size: 75%;
}

html > body {
	font-size: 13px;
}

/* =utility
________________________________________________________________________*/
.clear        {clear:both;}

a 			  {outline: none;}
a:active 	  {border: none;outline: none;}


/* =more in module
________________________________________________________________________*/
#more {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #FF0000;
}

#more .in {
    float: left;
    margin-top: 1em;
    padding: 0;
    width: 195px;
}

#more .edition-icon {
    float: left;
}

#more .edition-title {
    float: none;
}


/* =reset borders
________________________________________________________________________*/
a img, :link img, :visited img {
	border: 0;
}


/* =typography
________________________________________________________________________*/

a.more:link, a.more:visited, a.more:focus, a.more:active {
	border-bottom: 1px dotted #666;
	color: #888;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

a.more a:hover {
	border-bottom: 1px dotted #333;
	color: #333;
}
a:focus  {outline:none;}

h2 a:link, h2 a:visited, h2 a:focus, h2 a:active {
	border-bottom: 1px dotted #8A8A8A;
	color: #000;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.35em;
	text-decoration: none;
}

h2 a:hover {
	border-bottom: 1px dotted #000;
	text-decoration: none;
}

/* =more in module
________________________________________________________________________*/
#more h2 {
	margin-left: s70px;
}

#more .in h2 {
	font-size: 1em;
	font-weight: normal;
	margin: 2px 0 2px 70px;
}

#more .in h2 a:link,  #more h2 a:visited,  #more h2 a:hover,  #more h2 a:focus,  #more h2 a:active {
	border-bottom: 1px dotted #8A8A8A;
	color: #000;
	line-height: 1.35em;
	text-decoration: none;
}

#more .in h2 a:hover {
	border-bottom: 1px dotted #000;
}

#more p {
	color: #474747;
	font-size: .9em;
	margin-left: 70px;
	}
	

/* =paragraphs spacing
________________________________________________________________________*/
p {
	color: #474747;
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 0 1.5em 0;
}

