body {
background: black;
}

#header {
background:none;
}

#branding {
background: transparent url(./images/splash.png) no-repeat;

padding:300px 70px
}

#menu {

}

#main {
/*padding-right: 160px;*/
}

#content {
margin: 0;
width: 330px;
float:left;
}

#container {

}

#primary {
}

#secondary {
display: none;
}

#content .widgetcontainer {
padding: 0;
margin: 0;
border: none;
}

#page-top {
display: inline;
position:absolute;
float:right;
margin: 80px 357px;
padding: 35px 20px 0 40px;
border-left: 1px dashed #542;
height:400px;
}

#page-bottom {
margin: 125px 125px;
width: 800px;
}

#page-bottom li{
display: inline;
}

#page-bottom a {
float: left;
color: gray;
padding: 10px 30px;
margin-right: 15px;
margin-left: -2px;
font-weight: bold;
font-size: 12px;
text-align: center;
background: #111;
border: 1px solid #222;
border-radius: 10px;
}

#page-bottom a:hover {
color: white;
background: #222;
}



.entry-title {
display : none;
}

.entry-content {
margin-top: 90px;
}

img.splash {
margin: 0;
}

a img {
margin-right:5px;
padding:5px;
border: 1px solid #222;
border-radius: 5px;
}
img.alignleft, img.align-left {
float:left;
margin:0 5px 0 0;
}

blockquote {
display:block;
font-size:12px;
margin:0;
quotes:"“" "";
width:250px;
text-align: right;
font-weight:bold;
}
blockquote .cite {
color: #8b0000;
font-size: 12px;
font-style: normal;
font-weight: bold;
}
blockquote:before, blockquote:after {
color:#300;
display:block;
font-size:700%;
width:50px;
}
blockquote:before {
content:open-quote;
margin:0px 0 -30px -30px;
}
blockquote:after {
content:close-quote;
margin:45px 0 0 140px;
}

.textwidget p {
color: #985;
text-align: justify;
}


#footer {
}

