/*
Muhammad Rizwan Asghar extended design initially developed by Andreas Viklund
Margin: Top right bottom left
*/

*{margin:0; padding:0;}
body {background:#fff url(background.jpg) top center no-repeat; color:#303030; font:80% Arial,Helvetica,sans-serif; line-height:1.5em;}
a {color:#111ADA; text-decoration:none;}
a:hover {text-decoration:underline;}
p,ul, ol, dl {margin:0 0 30px 0;}
li {margin-top: 0.8em;}
h1 {color:#777; font-size:3.2em; line-height:1.1em; margin:20px 0 0 0;}
h1 a {color:#239a23; text-transform:none;}
h2 {font-size:2.2em; color:#777; margin:0 0 10px; letter-spacing:-1px; border-bottom:2px solid #eee;}
h3 {font-size:1.8em; margin:10px 0 10px 0; letter-spacing:-1px; border-bottom:2px solid #eee;}
h4 {font-size:1.4em; color:#777; margin-bottom: 0.7em; margin-top: 0.7em;}
h5 {font-size:1em; color:#777; margin-bottom: 0.5em;}
h1,h2,h3 {font-weight:700; line-height:1.4em;}
#wrap {color:#303030; width:95%; overflow: auto; margin: auto;}
#sidebarleft {float:left; width:12%; margin:5px; margin-right:9%; padding:5px; border:0px solid #ccc;}
#sidebar {float:right; width:15%; margin:5px; padding:5px; border:0px solid #ccc; }
#sidebar h2 {font-size: 1.4em;}
#sidebar h3 {color:#777;}
#content {text-align:left; width:60%; margin:5px; margin-left:18%; padding:5px; border:0px solid #ccc;}
.credits {display:block; clear:left; font-size:0.9em; color:#aaa; margin:5% 5% 5% 15%;}
.credits a {color:#888;}
.clear {clear:both;}