/* Stylesheet for ChrysWu.com */

body {
    background-color: #26252A;
    background-repeat:no-repeat;
    background-position: top center;
    font: normal 14px/1.3em 'Noto Sans', sans-serif;
}

.bg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

#page {
    margin: 30px auto;
/*    padding-top: 30px; */
    width: 1920;
}

#wrapper {
    width: 300px;
    position: relative;
    margin: 0 40px;
    padding: 10px;
    background: rgba(228, 227, 225, 0.75);
    
    <!--[if lte IE 8]> 
    { background: transparent;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eed4d3d1,endColorstr=#eed4d3d1);
    }
    <![endif]-->
    
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);    
}

#wrapper p {
    margin-bottom: 8px;
    }

h1 {
    font-weight: 700;
    font-size: 24px;
    font-family: 'Noto Sans', serif;
    padding-bottom: 10px;
}

h2, h3, h4, h5 {
    font-weight: 700;
    font-size: 18px;
    font-family: 'Noto Sans', serif;
    margin-top: 18px;
    line-height: 1.5em;
}

a {
	color: #660099;
	text-shadow: 0px 2px 3px #A19BA3;
	text-decoration: none;
 	padding: .4em 0 .6em 0;
}

a:hover, a:active {
    color: #660099;
	text-decoration: underline;
}

a:visited {
	color: #660099;
	text-shadow: 0px 2px 3px #A19BA3;
	text-decoration: none;
 	padding: .4em 0 .6em 0;
}

div.feature {
    margin-top: 0px;
/*    margin-left: auto;
    margin-right: auto;
    display: block;
    float: left;
    width: auto;
*/
}

/*
div.feature p {
    margin: auto;
    display: block;
    font-style: normal;
    font-size: 9px/1.25em;
}
*/

div.networks, div.projects, div.contact {
    margin-top: 0px;
}

div.networks ul li, div.projects ul li {
    list-style: none;
    text-decoration: none;
    font-size: 14px;
    text-indent: 15px;
    line-height: 1.375em;
    display: inline;

}

div.networks ul li a, div.projects ul li a {
	color: #660099;
	text-shadow: 0px 2px 3px #A19BA3;
	text-decoration: none;
}

div.networks ul li a:hover, div.networks ul li a:active, div.projects ul li a:hover, div.projects ul li a:active {
	color: #660099;
	text-decoration: underline;
}

.button, .button:visited {
    background: #660099 repeat-x;
    display: inline-block;
    padding: 5px 10px 6px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.75);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: default;
}

.button:hover {
    background-color: #111; color: #fff;
}

.button:active {
    top: 1px;
}

/* button sizes */
.small.button, .small.button:visited {
    font-size: 11px; padding: 1px;
}

.button, .button:visited, .medium.button, .medium.button:visited {
    font-size: 14px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

.large.button, .large.button:visited {
    font-size: 16px; padding: 8px 14px 9px;
}

/* button color */
.purple button {
    background-color: #660099;
}