/*** NAVIGATION ***/
.navigation {display:block; margin-bottom:5px; width:100%}
.nav-previous {float:right; text-align:right; width:240px;}
.nav-next {float:left; width:240px;}
#nav-below {margin-top:0px;}
#nav-above {position:relative; top:-15px; width:100%;}
#title {font-size:150%; width:480px; position:absolute; left:240px; top:0px; text-align:center;}

/*** HEADERS ***/
#post h1 {text-align:center; z-index:2;}

/*** IMAGES ***/
#post {width:100%; margin:0 auto}
#post img {
	-moz-box-shadow: 0px 15px 7px #222222; /* Firefox 3.6 and earlier */
	-webkit-box-shadow: 0px 15px 7px #222222; /* Safari and Chrome */
	box-shadow: 0px 15px 7px #222222;
	zoom:1; 
	filter: progid:DXImageTransform.Microsoft.Shadow(Direction=180, Strength=7, Color='#222');
	-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Direction=180, Strength=7, Color='#222');  
}
#post img.alignright, #page img.alignright {float:right; margin-left:1em; margin-bottom:1em;}
#post img.alignleft, #page img.alignleft {float:left; margin-right:1em; margin-bottom:1em;}
#post img.aligncenter, #page img.center {float:none;}
#post img.attachment-140x140 {border:2px solid #292828;}

#page {color:black;}

/*#thumbs {width:100%; background:#292828; margin-bottom:10px;}*/
#thumbs {margin:-30px auto 10px;}
#thumbs img {height:50px; width:auto; max-width:50px; border:2px solid #383838; margin:0px 0px 5px 8px;}
#thumbs img:hover {border:2px solid white;}
#single img {height:500px; width:auto; max-width:960px; margin:0 auto;}
#thumbs span {width:100%; text-align:center;}
#thumbs table{max-width:100%}

/*** SEARCH FORM ***/
#searchform input {}
#searchform input#s {height:10px; display:inline-block; width:150px; margin-top:5px;}
#searchform input[type="image"] {width:30px; height:30px;}
input.styled {}

/*** WIDGETS ***/
.widget-area, #sideNav {padding:20px 0; background:#292828; margin-bottom:20px;}
.widget-area li {margin-left:10px;}

#area3 {float:left; width:33%; border:0; text-align:left;}
#area3 h3 {text-align:center;}

#area4 {position:relative; float:left; width:70%; height:100%; text-align:left; padding:0;}
#area4 li li {margin-left:0px; border-bottom:1px solid #383838; padding:5px 0;}
#area4 h3 {display:inline;}

#area5 {float:left; width:10%; height:100%; text-align:center; border:0;}
#area5 h3 {margin-bottom:15px;}
#area5 img {display:block; margin:0 auto 10px;
	-moz-box-shadow: 0px 15px 7px #222222; /* Firefox 3.6 and earlier */
	-webkit-box-shadow: 0px 15px 7px #222222; /* Safari and Chrome */
	box-shadow: 0px 15px 7px #222222;
	zoom:1; 
	filter: progid:DXImageTransform.Microsoft.Shadow(Direction=180, Strength=7, Color='#222');
	-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Direction=180, Strength=7, Color='#222');  
}
#area5 a {font-size:130%; margin-bottom:.5em; color:silver;}
#area5 a.post-title {font-size:100%;}
#area5 a.post-title:hover {color:white;}

#sublist {margin-left:1em;}
#entry {text-align:left; background:red;}

/*** FLIPBOOK SLIDESHOW ***/
#book {width:400px; float:right; outline:0; margin-left:5px;}
#book p {margin-top:1em;}