/* CSS Document 
	 original by JM (ISeeYou-Designs.com), 
   extensibely modified by Daniel Servranckx, Admaris.com 
*/

/*-------------------------- general ------------------------------*/

* {
	margin:0;
	padding:0;
	border:none;
}

html, body {
	font-family:"Trebuchet MS",arial,sans-serif;
}
body {
	background-color:#fff;
	font-size:62.5%;
	color:#555;
}

a {
	background-color:#fff;
	text-decoration:none;
	color:#00c;
	letter-spacing:.1em;
	font-weight:bold;
}
a:hover {
	background-color:#fff;
	color:#c00;
	text-decoration:underline;
}

acronym {
	cursor:help;
	border-bottom:1px dashed #666;
}

#container {
	font-size:1.2em;
	width:550px;
	margin:0 auto;
	border-right:3px double #000;
	padding:0;
	height:100%;
}
/*-------------------------- header ------------------------------*/
#header {
	color:#444;
	height:225px;
	background:#fff url(/images/help_1.jpg) no-repeat bottom right;
}

#header #logo {
float:left;
	background-color:transparent; /*do not define a background color or the image will get overwritten*/
	margin:130px 0 0 0;
	height:33px;
	font-size:160%;
	font-weight:normal;
}
#header h1 {
	margin:1em 0 0 0;
	clear:both;
	/*do not define a background color or the image will get overwritten*/
	font-size:2em;
	margin:0 0 1em 0;
}
#header h2 {
	/*do not define a background color or the image will get overwritten*/
	margin:140px 0 0 0;
	font-size:160%;
	font-weight:normal;
}

#header .h1header {
	background-color:#fff;
	color:#c00;
}
#header h1.invisible {
	display:none;
}
#header .h2header {
	background-color:#fff;
	color:#00c;
}

/*-------------------------- navigation ------------------------------*/
#navigation {
	text-align:right;
	margin:10px 10px 40px auto;
}
#navigation ul {
	margin:5px;
}
#navigation li {
	list-style:none;
	display:inline;
}
#navigation li a {
	background-color:#fff;
	color:#00c;
	margin:0 1px 0 1px;
	border-bottom:1px solid #c00;
	padding:5px 4px 2px 5px;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:1px;
}
#navigation li a:hover {
	background-color:#fb6;
	color:#00c;
}
/*-------------------------- content ------------------------------*/
#content {
	margin:20px 0 20px 10px;
}

#content h1 {
	background-color:#fff;
	color:#c00;
	display:block;
	margin:20px 0 0 10px;
	border-color:#ddd;
	border-style:solid;
	border-width:0 0 1px 0;
	font-size:1.75em;
}
#content h2 {
	background-color:#fff;
	color:#444;
	display:block;
	margin:20px 0 0 10px;
	border-color:#c00;
	border-style:solid;
	border-width:0 0 1px 0;
	font-size:1.25em;
	letter-spacing:2px;
}
#content h2.noborder {
	border:none;
}
#content h2 a {
	padding:0 3px; 
}

#content h3 {
	background-color:#fff;
	color:#666;
	display:block;
	margin:10px 0 10px 10px;
	width:90%;
	border-width: 0px 0px 1px 1px;
	border-color:#fb6;
	border-style:solid;
	padding:0 5px;
	font-size:1.10em;
	letter-spacing:2px;
}
#content h3 a {
	padding:0 3px; 
}
#content h3 a:hover { 
	text-decoration:none;
}
#content h4, #samples {
	display:block;
	margin:10px 0;
	font-size:1.1em;
	letter-spacing:2px;
	background:#fff;
	color:#333;
	font-weight:bold;
}

#content blockquote {
	margin:10px 50px;
	border:1px solid #ddd;
	padding:5px;
	font-size:0.9em;
	color:#444;
	background-color:#eee;	
	text-indent:0;
}

#content pre {
	margin:10px 60px;
	border:1px solid #eee;
	padding:5px;
	color:#444;
	background-color:#fafafa;
}
#content ul, #content ol {
	margin:-10px 0 0 0;
	font-size:0.9em;
}
#content li {
	margin:0 10px 0 80px;
	line-height:1.8em;
}

#content p {
	margin:1em;
	padding:2px 20px;
	text-align:justify;
	text-indent:0.5cm;
	line-height:175%;
}
#content p:first-letter {
	font-size:110%; 
	font-weight:bold;
}

#content #intro {
  background-color: #fff;
  color: #444;
	padding: 0.5em;
  border: 1px solid #888;
	text-align:justify;
	font-size:0.9em;
	font-weight:bold;
}

#intro, .shadow {
  position: relative;
  top: 4px;
  right: 4px;
}
.shadow { 
	background-color: #ccc;
	margin:0 20px 5px 50px; 
}

#content .nounderline { 
	text-decoration:none; 
}

#content .uparrow{
	text-align:center;
	margin:1em auto;
}

#content .uparrow img {
	border:none;
}

#content .more { 
	background-color:#fff;
	font-weight:normal; 
	color:#999; 
	text-decoration:underline;
}

#content .note {
	background-color:#fff; 
	color:#444;
	font-weight:bold;
}

#content .post_info {
	text-align:center;
	margin:10px 0 0 0;
	padding:2px;
	font-size:0.9em;
	font-family:arial,sans-serif;
	color:#999;
	line-height:0.9em;
	word-spacing:1px;
	background-color:#eee;
}

#content .submenu {
	text-align:center;
	margin:20px 0;
}

#content .thumb {
	float:left;
	margin:5px 10px 5px 0;
}
/*-------------------------- footer ------------------------------*/
#footer {
	background-color:#fff;
	color:#999;
	font-size:0.9em;
	margin:0 0 20px 0;
	border-top:1px solid #c00;
	border-bottom:1px solid #ccc;
	padding:5px;
	text-align:center;
	font-family:arial,sans-serif;
}
#footer p {
	background-color:#fff;
	text-align:center;
	line-height:1.2em;
	color:#999;
	font-size:1em;
}

#footer a {
	background-color:#fff;
	color:#77c;
}
#footer a:hover {
	background-color:#fff;
	color:#c77;
}
/*-------------------------- common ------------------------------*/

p .emphasize {
	letter-spacing:0.15em;
	background-color:#fff;
	color:#000;
}
