s/* Companion Custom CSS over-rides for [ The Pitt of Despair ]: ComicPress - 2.8 */

#comic {
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}

#comic {
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-moz-box-shadow: 19px 10px 10px #222; 
-webkit-box-shadow: 10px 10px 10px #222; 
-khtml-box-shadow: 10px 10px 10px #222; 
box-shadow: 10px 10px 10px #222; 
margin: 5 5 5 5
}

.narrowcolumn {
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 0px solid #000000;
		width: 380px;
		margin: 0 auto;
		float: right;
		background: #F0F0F0 ;
		-moz-box-shadow: 2px 2px 2px 2px #555; 
-webkit-box-shadow: 2px 2px 2px 2px #555; 
-khtml-box-shadow: 2px 2px 2px 2px #555; 
box-shadow: 2px 2px 2px 2px #555; 
	}



/* Left Sidebar Themes */
#sidebar-left {
	float: left;
	-moz-border-radius: 10px;
        -khtml-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
	width: 172px;
	background: ;
	padding: 0px;
	border: 0px solid #000000;
	
}

/* Right Sidebar Themes */
#sidebar-right {
        -moz-border-radius: 10px;
        -khtml-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
	float: right;
	width: 175px;
	background: ;
	padding: px;
	border: 0px solid #000000;
	
	}

#comic {
	width: 725px;
	background: #fff;
	border: 0px solid #999;
	text-align: center;
	z-index: 100;
	padding: 0px;
	margin: 5 5 5 5;
}



#comic-head,#comic-foot {
margin: 5 5 5 5;
}

.nav { display: none; }

#header {margin-top: 15px;}
#header {width: 215px; height: 157px; background: url('') top center no-repeat; overflow: hidden;}
#header h1 {padding: 0;}
#header h1 a {display: block; width: 215px; height: 157px; text-indent: -9999px;}
#header .description {display: none; margin-right: -800px;}


body { 
  margin: 0; 
  background: url('http://www.pod-comic.com/wp-content/uploads/2011/04/Final-top-texture.png')top left repeat-x,  url('http://www.pod-comic.com/wp-content/uploads/2011/04/Final-Background.png') repeat;
  color: #000; 
  font: 10px Arial, Sans-Serif; 
  text-shadow: #000 Transparent; 
  }
  
  
 /* Begins Custom Menubar */ 
 
#podmenubar { text-align: left; background: url('http://www.pod-comic.com/wp-content/uploads/2011/04/Final-Menubar-background.png') no-repeat; } 

#podmenubar ul, #podmenubar ul li { margin: 0; padding: 0px 0 0 0px; } 
#podmenu .page_item a, #podmenu .page_item { display: inline-block; float: left; text-decoration: none; text-indent: -99999px; } 
#podmenu { padding: 0px 100 0 0px; width: 100%; height: 46px; text-align: center;} 

 
#podmenu .page-item-home a, #podmenu .page-item-home { height: 40px; width: 81px; background: url('http://www.pod-comic.com/wp-content/uploads/2011/04/Final-menu-Home-1621.png') no-repeat; } 
#podmenu .page-item-631 a, #podmenu .page-item-631 { height: 40px; width: 84px; background: url('http://www.pod-comic.com/wp-content/uploads/2011/04/Final-menu-archive-168.png') no-repeat; } 
#podmenu .page-item-4 a, #podmenu .page-item-4 { height: 40px; width: 71px; background: url('http://www.pod-comic.com/wp-content/uploads/2011/04/Final-menu-about-142.png') no-repeat; } 
#podmenu .page-item-14 a, #podmenu .page-item-14 { height: 40px; width: 89px; background: url('http://www.pod-comic.com/wp-content/uploads/2011/04/Final-menu-Contact-178.png') no-repeat; } 
#podmenu .page-item-898 a, #podmenu .page-item-898 { height: 40px; width: 78px; background: url('http://www.pod-comic.com/wp-content/uploads/2011/04/Final-Menu-Store-156B.png') no-repeat; } 
 

#podmenu .page-item-home a:hover { background-position: -81px 0; } 
#podmenu .page-item-631 a:hover { background-position: -84px 0; background-color: #000 Transparent; } 
#podmenu .page-item-4 a:hover { background-position: -71px 0; background-color: #000 Transparent; } 
#podmenu .page-item-14 a:hover { background-position: -89px 0; background-color: #000 Transparent; } 
#podmenu .page-item-898 a:hover { background-position: -78px 0; background-color: #000 Transparent; } 

 /* Ends Custom Menubar */
 
 .post-mood {
	float: left;
	margin-right: -50px;
	margin-bottom: -10px;

}

.entry {
	line-height: 1.45em;
	font-size: 13px;
	margin-top:;
	
	
}

#sidebar-header { 
                  margin-top: -10px;
                  margin-bottom:;
                  margin-left: 200px;
                  margin-right: 0px; 
                  -moz-border-radius: 10px;
	          -khtml-border-radius: 10px;
	          -webkit-border-radius: 10px;
	          border-radius: 10px;
	          border: 0px solid #000000;
	          padding: px;
	          }
                  

#header h1 { display: none; }

/* THE PAGE WRAPPER */
/* Change this width to set the entire site's width - increase/reduce #content width by the same amount */

#page {
	width: 720px;
	margin: 0px auto;
}



/* Wraps the content area */
#content-wrapper {
float: center;
	width: 730px;
	margin: px;
	padding: 0 0 0 5px;
	-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
	background: url('http://www.pod-comic.com/wp-content/uploads/2011/04/Wrapper-background.png') repeat;
	
-moz-box-shadow: 19px 10px 10px #222; 
-webkit-box-shadow: 10px 10px 10px #222; 
-khtml-box-shadow: 10px 10px 10px #222; 
box-shadow: 10px 10px 10px #222; 
}
