/*
Theme Name: shn
Theme URI: http://shn.me

Author: SHN
Author URI: http://shn.me
*/

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

/*
General Style
*/

body {
    background: #efefef;
    background-image:url(images/cube.jpg);
    padding: 6% 0 6% 0;

}
#container {
    width: 920px;
    background: #fff;
    margin: 0 auto;
    padding: 20px;
}
#logo {
    background-image:url(images/logo.jpg);
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 50px;
}

/*
Chart Style
*/

#chart {
    width: 920px;
    display: block;
    margin: 0 auto;
    padding-top: 100px;
    background-image:url(images/back.jpg);
    clear: none;
    z-index: 1
}

/*
Heading Style
*/


#heading {
    width: 920px;
    height: 80px;
    margin: 20px 0 20px 0;
    border-top: 1px solid #ccc;
    padding-bottom: 5px;
}

.projects {
    width: 920px;
    height: 85px;
    background-image:url(images/theprojects.jpg);
}

.universum {
    width: 920px;
    height: 85px;
    background-image:url(images/universum.jpg);
}
.single {
    width: 920px;
    height: 85px;
    background-image:url(images/single.jpg);
}

/*
Sidebar Style
*/

#sidebar {
    width: 920px;
    display: block;
    margin-left: 10px;
}

.box {
    width: 255px;
    margin-right: 21px;
    padding: 15px;
    background: red;
    clear: none;
    float: left;
    margin-bottom: 20px;
}

/*
Footer Style
*/

#footer {
    width: 920px;
    border-top: 1px solid #CCC;
    color: #a9a9a9;
    text-align: center;
    font: 10px Gregoria;
    clear: both;
    padding-top: 20px;
    line-height: 14px;
}
#footer img {
    clear: both;
    width 24px
    height: 24px;
    display: block;
    margin: 0 auto;
    margin-bottom: 6px;
}

/*
Single Entry Style
*/
#sighead {
    width: 920px;
    border-bottom: 1px solid #ccc;
    height: 100px;
    padding: 20px 0 30px 0;
    margin-bottom: 20px;
}
#siglogo {
    background-image:url(images/logo.jpg);
    height: 100px;
    width: 100px;
    margin-left: 20px;
}
#sigcont {
    width: 650px;
    clear: none;
    float: right;
    font:11px Arial;
    line-height: 22px;
    margin-right: 30px;
    margin-bottom: 20px;
    color: #6e6e6e;
}
#sigcont img {
    margin: 0 0 10px 0;
}

#sigbar {
    width: 220px;
    clear: none;
    float: left;
}
#sigbar ul {
	margin: 0 0 20px 0;
}

#sigbar li {
	list-style-type: none;
	margin: 1px 0 1px 0;
}

#sigbar a {
    color: #6e6e6e;
    text-decoration: none;
    font: 11px Arial;
}
#sigbar a:hover {
    color: #7f1953;
    text-decoration: none;
    font: 11px Arial;
}
#sigbar a:active {
    color: #000;
    text-decoration: none;
    font: 11px Arial;
}
h4 {
    color: #999999;
    text-decoration: none;
    font: 16px Gregoria;
    margin-bottom: 15px;
}

.cat {
    margin-bottom: 20px;
}

#text-3 {
    color: #6e6e6e;
    text-decoration: none;
    font: 11px Arial;
    line-height: 22px;
}
