@charset "utf-8";
/* TotalPanicDesign v4 CSS*/

body {
	background-color:#000000;
	color: #000000;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 11px;
	}
	
body.bio {
	color: #000000;
	}
	
#FlashID {visibility: visible;}
	
body.white {
	background-color:#ffffff;
	color: #000000;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 11px;
	margin-top: 0;
	padding-top: 0;
}
	
p { 
	font-size: 11px;
	text-align: justify;
	}
	
h1 {
	color: #ff0087;
	font-size: 25px;
	}
	
h2, h2 a {
	font-size: 17px;
	color: #666;
}	

h3, h3 a {
	font-size: 18px;
	color: #666;
	margin-bottom: 10px;
	display: inline;
	}
	
h4{
	color: #000;
	font-size: 18px;
	margin: 0;
	text-align: justify;
}

h5{
	color: #000;
	font-size: 11px;
	margin: 0;
	text-align: justify;
	font-weight: normal;
	font-style: normal;
	
}

a {
	color: #000000;
	text-decoration: none;
	border: 0px;
	font-size: 11px;
	}
	
a:hover, #footer a:hover, .design_black a:hover, .design_shadow a:hover{
	color:#ff0087;	
}
	
img { 
	border: none; 
	} 
	
ul, li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

li {
	display:inline;
	padding:2px;
	
}

/*Common Layout Elements*/

.header{
	height: auto;
	width:auto;
}

.header p {
	margin-top: 0px;
	margin-bottom: 20px;
	padding:0;
	width:auto;
}

#wrapper {
	padding:0 100px;
    height: 100%;
}

.foot_spacer{
	height:25px;
	width:100%;
}

#footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: url(../images/v4/images/footerbg.png) center bottom no-repeat;
  height: 18px;
  text-align: center;
  padding-top:12px;
  color: #fff;
}

#footer a{
	font-size: 11px;
	color: #fff;
	display:inline;
	font-weight: bold;
}

* html #footer {
  position: absolute;
  width: 100%;/*IE5.5*/
  bottom: 0;
  left: 0;
  overflow: visible;
  top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop +(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}

/*Home v4*/

.home{
	width:1010px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

.home_left {
	float: left;
	width:550px;
	height:auto;
}

.home_left_top {
	width:550px;
	height:126px;
	background: url(../images/v4/images/homequote_01.png) no-repeat;
}

.home_left_mid {
	width:390px;
	height:auto;
	padding-left: 85px;
	padding-right:75px;
	background: url(../images/v4/images/homequote_02.png) repeat;
}

.home_left_bot {
	width:550px;
	height:128px;
	background:  url(../images/v4/images/homequote_03.png) no-repeat;
}

.home_right{
	width:450px;
	height: auto;
	float: right;
	padding-top: 55px;
}

/*About*/

.centered_div {
	width:700px;
	height: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -350px;
	margin-top: -150px;
	background:  url(../bio/images/bg.png) no-repeat center left #000;
}

body.bio {
	color: #000;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 11px;
	background: #000;
	}
	
/*Writing and Design*/

.column {
padding:7px;
}

.links {
	width:300px;
	height:auto;
	overflow: none;
}

a.column{
	color:#ff0087;
	font-style:italic;
}

a.column:hover{
	text-decoration: underline;
}

img#rss {
	margin-left: 10px;
	width: 15px;
	height:15px;
}

.column img{
	width:100%;
	height:auto;
}

.design_img {
	height:auto;
	background: #000000;
	margin-bottom: 5px;
}

.design_black {
	height:100%;
	width: 90%;
	background: #000000;
	padding: 5px;
}

.design_black a {
	color: #FFF;
	display: block;
}

.design_shadow {
	width: 500px;
	height:auto;
	overflow: auto;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
}

.design_shadow p {
	text-align: center;
	color: #fff;
}

.design_shadow a {
	text-align: center;
	color: #fff;
	font-size: 20px;
}

/*Contact*/

.contact_left {
	width:360px;
	height:auto;
	float: left;
	color: #fff;
	background: #000;
	text-align: left;
	padding: 10px;
}

.contact_right{
	width:600px;
	height: auto;
	float: right;
	padding: 10px;
}