body, html {
    font:medium/1.25 'Gill Sans','Gill Sans MT',Corbel,Helvetica,'Nimbus Sans L',sans-serif;
    margin:0; padding:0;
}
body { background:url("/images/bg-clouds-gray-indeks.png") repeat-x scroll 50% 0 #EAEAEA; }
a { text-decoration:none; }
a:hover, a:active { text-decoration:underline; }
a:visited { color:#003399; }
a:link { color:#0066CC; }
a img { border:medium none; }
h1 { font-size:175%; }
h1 a, h1 a:visited { color: white; }
h2 { font-size:145%; }
.boxShadow {
    -moz-box-shadow:3px 3px 5px #AAA;
    -webkit-box-shadow:3px 3px 5px #AAA;
    box-shadow:3px 3px 5px #AAA;
}
.round-corners {
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    border-radius:15px;
}
.txtShadow {text-shadow:2px -2px 1px rgba(0, 0, 0, 0.5);}
header, nav, footer, article { display:block; }
header { margin-bottom:40px; }
header h1 {
    -moz-border-radius:0 0 15px 15px;
    -webkit-border-radius:0 0 15px 15px;
    border-radius:0 0 15px 15px;
    background-color:#333333;
    color:white;
    font-weight:bold;
    margin:0;
    padding:0.2em 1em 0.2em 120px;
    width:40%;
}
header aside nav {
    background-color:#333333;
    float:right;
    padding:10px;
    position:relative;
    right:1px;
    text-align:center;
    top:-2em;
}
header aside nav a, header aside nav a:visited {
    color:#FFFFFF;
    margin:0 8px;
    text-decoration:none;
    text-shadow:2px -2px 1px rgba(0, 0, 0, 0.5);
}
#avatar {
    -moz-border-radius:10px 10px 10px 10px;
    -webkit-border-radius:10px 10px 10px 10px;
    border-radius:10px 10px 10px 10px;
    -moz-box-shadow:3px 3px 5px #000000;
    -webkit-box-shadow:3px 3px 5px #000000;
    box-shadow:3px 3px 5px #000000;
    background-color:black;
    padding:10px;
    margin: 10px auto;
    display:block;
}
article {
    float:left;
    width:79%;
}
footer {
    -moz-border-radius:0 0 15px 15px;
    -webkit-border-radius:0 0 15px 15px;
    border-radius:0 0 15px 15px;
    background-color:#333333;
    color:white;
    padding:0.5em 1em;
    clear:both;
}
footer p {
    font-size:x-small;
    line-height:1;
    margin:0;
    text-align:center;
}
footer a, footer a:hover, footer a:visited {
    color:#0080FF;
    text-decoration:none;
}
#wraper {
    margin:0 auto;
    width:960px;
}
#title {
    -moz-border-radius:15px 15px 0 0;
    -webkit-border-radius:15px 15px 0 0;
    border-radius:15px 15px 0 0;
    background-color:#333333;
    text-align:center;
}
#title h2 {
    color:white;
    font-size:x-large;
    margin:0;
    padding:0.2em 1em;
}
#title h2 a, #header h2 a:visited {
    color:white;
}
#content {
    background-color:#FFFFFF;
    border-color:#CCCCCC;
    border-style:dashed;
    border-width:0 1px 0 0;
    padding:10px 30px;
    text-align:justify;
    float:left;
    width:650px;
    min-height: 300px;
}
#content + nav {
    float: right;
    width: 247px;
}
#content + nav ul {
    list-style:none;
}
#all {
    background-color: #EEE;
    border-color: #333;
    border-style:solid;
    border-width: 0 1px;
}
.proDesc {
}
.proDesc p { float: right; }

