/* IMPORT CSS STYLESHEETS  */
@import url('css/typography.css');

html{
background: url("images/background.png") repeat top left;
/*  background-attachment:fixed;  CREATED STATIC LOOKING BACKGROUND */
margin:0 auto;
}

body{
font-family: Georgia, sans, times;
   font-weight: 300;
	color: #111;
	margin:0 auto;
}

img{
border: 0;
}

.clear{
margin: 0;
padding: 0;
clear:both;
}

/* ------------------------------------------------------------------- */
/* 		STICKY FIXED LAYOUT ELEMENTS                 */
/* ------------------------------------------------------------------- */

.container {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
    background: url("images/main_background.png") repeat-y top left;
    font-size: 1.2em;
    position: relative;
}
#sidenav {
    width: 400px;
    background: url("images/left_backgroundWchan.png") no-repeat top left;
    margin: 0;
    padding-bottom: 20px;
    float: left; /*--Keeps sidenav into place when Fixed positioning fails--*/
}

#content {
    float: right; /*--Keeps content to the right side--*/
    width: 520px;
    margin:30px 20px 0 0;
}

.sidebarContent{
width: 320px;
margin-left: 80px;
}

/* ------------------------------------------------------------------- */
/* 		SIDEBAR ELEMENTS                */
/* ------------------------------------------------------------------- */


.logo{
margin-top: 110px;
}
ul.sidenav {
	font-size: 1.0em;
	font-weight: bold;
	letter-spacing: 0.02em;
	float: left;
	width: 320px;
	margin: 0px 0 30px 0;
	padding: 0;
	list-style: none;
}
ul.sidenav li a{
	display: block;
	color: #fff;
	text-shadow: 0px 1px 2px #111;
	text-decoration: none;
	width: 276px;
	padding: 8px 10px 8px 25px;
	margin: 0;
background: url("images/splitter.png") no-repeat bottom left;
}

ul.sidenav li a:hover {
background: url("images/menu_hover.png") no-repeat top left;
}

.sidebarFooter{
padding: 0 0 0 25px;
}

.footerNav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
.footerNav li a{
	color: #222;
	text-decoration: none;
	margin: 0;
	padding: 0 8px 0 4px;
	font-size: 11px;
	display: inline;
	border-right: 1px solid #333;
}

.footerNav li a:hover {
color: #333;
}

/* ------------------------------------------------------------------- */
/* 		CONTENT ENTRY ELEMENTS                 */
/* ------------------------------------------------------------------- */

/*.entry-content img{
	background: url("images/photo_border.png") no-repeat right bottom;
	padding: 5px 10px 10px 5px;
}
*/

.post {
	margin: 0;
	padding: 60px 0 10px 20px;
	float: right;
    width: 520px;
	position: relative;
	z-index: 1;
}

span.headline {
	background: url("images/headline.png") no-repeat top right;
	width: 354px;
	height: 65px;
	float: right;
	position: absolute;
	left: 181px; top: 0;
	z-index: 999;
	padding: 10px 25px 3px 0;
	text-align: right;
	color: #111;
	text-shadow: 0px 1px 1px #FFF;
	font-weight: 200;
	letter-spacing: 0.03em;
	font-size: 1.2em;
	text-decoration: none;
}


/* ------------------------------------------------------------------- */
/* 		DEFAULT WORDPRESS SANDBOX STYLES                    */
/* ------------------------------------------------------------------- */

.entry-meta {
clear:both;
}

div#container,div#primary {
margin-top:2em;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}

