	/* CSS Document */

h1 {
		margin:0px;
	padding:0px;
	padding-top:60px;
	margin-left:40px;
	margin-bottom:0px;
	font-size:2.0em;
	font-weight: normal;
	font-style:normal;
	color:#fff;
	text-shadow: 2px 2px 3px #111;
}
h2 {
	margin:0px;
	display:block;
	padding-top:4px;
	padding-left:20px;
	margin-left:40px;
	height:56px;
	color:rgba(255,255,255,0.90);
	font-size: 2.8em;
	font-weight: bold;
	font-style:italic;
	
	background-color:rgba(0,0,0,0.5);
	border-radius: 8px;
	width:666px;
}
h3 {
	
	font-size:2em;
	font-weight:normal;
	color:#111;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:0px;
	margin-right:0px;
	
	width:580px;
	/*background:#ffdb9d;*/
	background:#ddd;
	border-radius:5px;
	padding:10px;
	padding-top:5px;
	
	 box-shadow:inset -1px -1px 0px rgba(0,0,0,0.3), inset 1px 1px 0px rgba(255,255,255,0.7);
	-moz-box-shadow:inset -1px -1px 0px rgba(0,0,0,0.3), inset 1px 1px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow: inset -1px -1px 0px rgba(0,0,0,0.3), inset 1px 1px 0px rgba(255,255,255,0.7);
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(left, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eeeeee), color-stop(100%, #cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #eeeeee 0%, #cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #eeeeee 0%, #cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #eeeeee 0%, #cccccc 100%); /* IE10+ */
	background: linear-gradient(left, #eeeeee 0%, #cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=1 ); /*  IE6-9 */
	text-shadow:1px 1px 0 rgba(255,255,255,0.5);
}
h4 {
	font-size:1.3em;
	color:#000;
	padding-top:6px;
	padding-bottom:4px;
	padding-left:20px;
	padding-right:20px;
	border-radius:4px;
	/*box-shadow:inset 1px 1px 0px rgba(0,0,0,0.5), inset -1px -1px 0px rgba(255,255,255,0.8);
	border:1px solid rgba(0,0,0,0.2);*/
	text-shadow:1px 1px 0px rgba(255,255,255,0.2);
	background-color:#888;
	margin:0;
	margin-top:20px;
	width:560px;
	font-weight:normal;
}
.legend {
	font-size:0.9em;
	color:#111;
	background:#ccc;
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
	font-weight:normal;
	padding:10px;
	margin:0;
	margin-top:-4px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	box-shadow:inset -1px -1px 0px rgba(0,0,0,0.3), inset 1px 1px 0px rgba(255,255,255,0.7);
	-moz-box-shadow:inset -1px -1px 0px rgba(0,0,0,0.3), inset 1px 1px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow: inset -1px -1px 0px rgba(0,0,0,0.3), inset 1px 1px 0px rgba(255,255,255,0.7);
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(left, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eeeeee), color-stop(100%, #cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #eeeeee 0%, #cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #eeeeee 0%, #cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #eeeeee 0%, #cccccc 100%); /* IE10+ */
	background: linear-gradient(left, #eeeeee 0%, #cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=1 ); /*  IE6-9 */
}



.legend a{
	color:#111;
	text-decoration:none;
	border-bottom:1px  dotted;
}

.legend a:hover{
	
	border-bottom:1px  solid;
}

.link {
	color:#000;
	text-decoration:none;
	border-bottom:1px #000 dotted;
	font-family:Arial, Helvetica, sans-serif;
}

.link:hover {
	color:#000;
	border-bottom:1px #000 solid;
}

.logo {
	
	width:160px;
	position:absolute;
	bottom:0;
	right:10px;
	text-align:right;
	
	
	
	
}
.logo a {
	display:block;
	width:160px;
	font-size:0.65em;
	font-weight:normal;
	text-decoration:none;
	font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	color:#777;
	padding-top:115px;
	padding-bottom:12px;
	background-image: url(../imgs/me_face_hidden.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right:3px;
	
}
.logo a:hover {
	color:#ff0;
	background-image: url(../imgs/me_face.png);
	background-repeat: no-repeat;
	background-position: right;
}


#temporary {
	position:fixed;
	bottom:0;
	font-size:12px;
	
	font-weight:bold;
	color:#fff;
	background:#F00;
	left:25%;
	text-align:center;
	padding:10px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	box-shadow:0 -2px 10px #000;
	-moz-box-shadow:  0 -2px 5px #000;
	-webkit-box-shadow:  0 -2px 5px #000;
	opacity:0.8;
	filter:alpha(opacity=80);
}

.scrollup {
	height:50px;
	position:fixed;
	bottom:-30px;
	left:47%;
	display:none;
	text-indent:0px;
	/*	background-image: url(../imgs/scroll2top.png);
	background-repeat: no-repeat;*/
	font-size:0.9em;
	text-decoration: none;
	text-transform:none;
	font-weight:bold;
	color:#ddd;
	padding:30px;
	padding-top:0px;
	padding-bottom:10px;
	border-radius:5px;
	border:2px solid #fff;
	box-shadow:0 -2px 10px #000;
	-moz-box-shadow:  0 -2px 10px #000;
	-webkit-box-shadow:  0 -2px 10px #000;
	opacity:0.8;
	filter:alpha(opacity=80);
	background-color:#7d7e7d;
	/*background-image:url(../imgs/ArrowUp.png) 47px 5px no-repeat;*/
	background: #7d7e7d; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #7d7e7d), color-stop(100%, #0e0e0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #7d7e7d 0%, #0e0e0e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #7d7e7d 0%, #0e0e0e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #7d7e7d 0%, #0e0e0e 100%); /* IE10+ */
	background: linear-gradient(-45deg, #7d7e7d 0%, #0e0e0e 100%); /* W3C *//*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=1 );  IE6-9 fallback on horizontal gradient */


    
}

.imageCenter {

	margin:10px;

	
	padding:0px;
	
	text-align:center;
	border:1px #ccc solid;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	
}

.image1 a img {
	border:0;
}
.image1 img {
	margin-left:auto;
	text-align:center;
	
}
.image1 {
	clear:both;
	float:right;
	width:250px;
	margin:10px;
	margin-right:0px;
	margin-left:0;
	border:1px #ccc solid;
	border-bottom:0;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	padding:0px;
	
	text-align:center;
}
#main p {
	font-size:1em;
	color:#333;
	margin:0;
	padding:0;
	margin-top:10px;
	margin-bottom:10px;
	text-align:justify;
	
	/*	float:left;*/
	width:600px;
		
}
.subChapt {
	clear:both;
}

.imageRight {
	float:right;
	width:250px;
	margin-left:20px;
	margin-bottom:10px;
	margin-top:10px;
}

.nextprevLinks {
	display:block;
	height:20px;
	margin:0px;
	margin-top:5px;

	
}

.nextLink {
	float:right;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:0px;
	
}

.nextLink a{
	padding:3px;
	padding-right:20px;
	text-decoration:none;
	font-size:0.82em;
	color:#666;
	background:url(../imgs/arrowRight.png);
	background-repeat: no-repeat;
	background-position: right ;	
}

.nextLink a:hover{
	text-decoration:underline;
	
}


.prevLink {
	float:left;
	margin-left:10px;
	margin-top:0px;
	margin-bottom:0px;
	
}

.prevLink a{
	padding:3px;
	padding-left:20px;
	text-decoration:none;
	font-size:0.82em;
	color:#666;
	background:url(../imgs/arrowLeft.png);
	background-repeat: no-repeat;
	background-position: left ;	
}

.prevLink a:hover{
	text-decoration:underline;
	
}


#breadcramp {
	 position:relative;
	margin:0px;
	padding-bottom:10px;
	padding-top:8px;
	padding-left:0;
	font-size:0.82em;
	font-weight:normal;
	
	
	box-shadow:inset 2px 0px 0px rgba(0,0,0,0.5), inset -2px 0px 0px rgba(0,0,0,0.5);
	-moz-box-shadow:   inset 2px 0px 0px rgba(0,0,0,0.5), inset -2px 0px 0px rgba(0,0,0,0.5);
-webkit-box-shadow:  inset 2px 0px 0px rgba(0,0,0,0.5), inset -2px 0px 0px rgba(0,0,0,0.5);
	}
#breadcramp ul{margin:0px; padding:0; padding-left:10px; font-family:Verdana, Geneva, sans-serif;}
#breadcramp ul li{
	display:inline;
	color:#eee;
	margin-right:2px;
	
}
#breadcramp li a {
	
	color:#ddd;
	text-decoration:none;
	
	padding-right:10px;
	background-image:url(../imgs/breadcrampArrow.png);
	background-position:right 3px;;
	background-repeat:no-repeat;
	
}

#breadcramp li a:hover {
	color:#fff;
		border-bottom:1px dotted #fff;
}

#comments {
	clear:both;
	margin-top:20px; 
	margin-bottom:0px; 
	width:590px; 
	padding:5px; 
	border:1px dotted #999;
	
}