/* CSS Document */

 
 body {
 	background-color:#FFFFFA;	 
 }
 
 
 
 
/**************
 ***  Header
 *************/
 
 header {
	margin:20px 0 0 0; 
	padding-bottom:110px;
 }
 
 header .title {
	 font-family:Chunkfive;
	 font-size:48px;
	 color:#5B366F;
	 text-shadow:1px 1px 1px #000000;
	 text-align:center;
 }
 
 header .subtitle {
	 font-family:HamburgerHeaven;
	 font-size:24px;
	 color:#25C8FE;
	 text-shadow:1px 1px 1px #000011;
	 text-align:center;
	 
	 margin-top:-45px;
	 margin-left:86px;
 }
 
 
 
 
/**************
 ***  Portfolio
 *************/

 #portfolio table {
	width:80%;
	margin-left:10%; 
 }

 #portfolio .title {
	 display:block;
	 margin-top:25px;
	 margin-left:6px;
	 
	 font-family:DroidSerif;
	 font-weight:bold;
	 font-size:24px;
	 color:#175063;
	 text-shadow:1px 1px 1px #000;
 }
 
 #portfolio hr.titlebreak {
	 margin-top:-25px;
	 color:#175063;
 }
 
 img.cover {
	 max-width:360;
	 max-height:220;
 }
 
 #portfolio .download {
	 
 }
 
 #portfolio .details {
	 font-family:Calluna;
	 list-style:none;
 }
 
 #portfolio .details b {
	 font-family:Verdana;
	 font-style:oblique;
	 font-size:20px;
	 padding-right:10px;
 }
 
 #portfolio .details .tags {
	 display:block;
	 margin:18px 0 0 15px;
	 
	 font-family:Qlassik;
	 font-weight:bold;
	 font-size:24px;
	 color:#06C; 
	 
 }
 
 #portfolio .details .tags b {
	 color:#000;
 }
 
