@charset "UTF-8";

body {
background-color: #FFFFFF;
font-size: 13px;
line-height: 24px;
margin: 0;
padding: 0;
text-align: left;
}

hr {
visibility: hidden;
}

a {
color: #2D8860;
}

ul {
list-style-type: none;
}

h1{
color: #372B3B;
font-size: 28px;
padding: 0 0 15px;
margin: 23px 0 0;
height: 24px;
}

h2{
border-left: 30px solid #aaa;
border-left: 30px solid rgba(0,0,0,.2);
margin: 15px 0;
padding: 5px 15px;
background: #B790C6;
box-shadow:inset 1px 1px 0 rgba(255,255,255,0.4);
color: #ffffff;
line-height: 35px;
padding: 10px 0 5px 12px;
text-shadow:
  0px 0px 1px #666,
  0px 0px 3px #666,
  0px 0px 20px #A5A5A5;
}

h2:before {
content:" ";
position:absolute;
top:100%;
left:100%;
width:0;
height:0;
border-width:12px 12px 0 0;
border-style:solid;
border-color:transparent;
border-top-color:#CACAD9;
}

h2:after {
display: block;
content: "";
position: absolute;
margin-top: -26px;
margin-left: -30px;
width: 0;
height: 0;
border: 8px solid transparent;
border-left: 8px solid #ffffff;
}

h2 a {
text-decoration: none;
}

h2 > a {
color: #EEDB4E;
text-shadow: 0px 0px 1px #A5A5A5;
}

h2 > a:hover {
text-decoration: underline;
}

#wrapper {
-webkit-background-size: 20px 20px;
-moz-background-size: 20px 20px;
background-size: 20px 20px;
background-color: #FFFFFF;
background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #F7F7F7), color-stop(.5, transparent), to(transparent));
background-image: -moz-linear-gradient(left, #F7F7F7 50%, transparent 50%, transparent);
background-image: -o-linear-gradient(left, #F7F7F7 50%, transparent 50%, transparent);
background-image: linear-gradient(left, #F7F7F7 50%, transparent 50%, transparent);
}

.top {
background: #9D50BB;
background: -webkit-linear-gradient(90deg, #9D50BB 10%, #6E48AA 90%);
background:    -moz-linear-gradient(90deg, #9D50BB 10%, #6E48AA 90%);
background:     -ms-linear-gradient(90deg, #9D50BB 10%, #6E48AA 90%);
background:      -o-linear-gradient(90deg, #9D50BB 10%, #6E48AA 90%);
background:         linear-gradient(90deg, #9D50BB 10%, #6E48AA 90%);
font-size: 30px;
margin: 0 auto 20px;
padding: 50px 0;
width: 100%;
}

#top-inner{
width: 960px;
margin: 0 auto; 
}

#top-inner a {
color: #ffffff;
text-decoration: none;
text-shadow: 0 0 5px #44617b,0 0 20px #fff,0 0 40px #fff;
}

#container {
width: 960px;
overflow: hidden;
margin: 0 auto 20px;
}

.side {
float: right;
width: 250px;
}

.category, .archive, .freespace {
background: #F4F7F7;
-webkit-box-shadow: 1px 2px 4px rgba(50,50,50,.5);
-moz-box-shadow: 1px 2px 4px rgba(50,50,50,.5);
box-shadow: 1px 2px 4px rgba(50,50,50,.5);
background: #fff;
margin:20px;
border:5px solid #fff;
color: #26424f;
margin-bottom: 20px;
padding: 15px 0 10px 15px;
position: relative;
z-index: 0;
}

.category:before, .archive:before, .freespace:before {
content: '';
position: absolute;
z-index: -1;
border: 1px dotted #bbb;
top: 0;
bottom: 0;
left: 0;
right: 0;
}

.category ul, .archive ul, .freespace ul {
border-top: 1px solid #efede7;
margin-left: -15px;
padding: 10px 0 0;
}

.category li, .archive li, .freespace li {
margin-left: 10px;
line-height: 25px;
padding-left: 25px;
padding-right: 10px;
overflow: hidden;
}

.category li:before, .archive li:before, .freespace li:before {
display: block;
content: "";
position: absolute;
width: 8px;
height: 8px;
margin-top: 6px;
margin-left: -20px;
border: 2px solid #2A6E50;
}

.main {
background: #ffffff;
border: 1px solid #efede7;
border-radius: 5px;
float: left;
min-width: 630px;
padding: 20px;
width: 645px;
}

.footer {
background-color: #55464E;
clear: both;
margin: 0 auto;
padding: 30px 0;
text-align: center;
width: 100%;
}

#footer-inner {
width: 960px;
margin: 0 auto;
}

#footer-inner p {
color: #cccccc;
font-style: oblique;
}

#footer-inner a {
color: #cccccc;
text-decoration: none;
}
