﻿html {
	height:100%
}
body {
	padding: 0;
	background: #000000;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	min-height: 100%;
	width:970px;
}

#navmain {
	clear: both;
	padding-left:10px;
	width: 960px;
	height:42px;
	position:absolute;
	top:90px;
	left:0px;
	background:#191919;
}

#header {
	width: 970px;
	height:90px;
	position:absolute;
	top:0px;
	left:0px;
	background:#333333;
	z-index:auto;
}

#navsub {
	width: 770px;
	height:45px;
	position:absolute;
	top:135px;
	left:0px;
	background:#f3f4ee;
	padding:10px 10px 0px 10px;
	text-align:right;
	color:#990000;
}

#navsubstore {
	width: 870px;
	height:45px;
	position:absolute;
	top:135px;
	left:0px;
	background:#f3f4ee;
	padding:10px 10px 0px 10px;
	text-align:right;
	color:#990000;
}

#admine {
	width: 170px;
	height:180px;
	position:absolute;
	top:135px;
	left:790px;
	padding:15px 0px 5px 10px;
	z-index:auto;
	background-image:url('http://www.verbalabusejournals.com/fade.jpg');
	background-repeat:repeat-x;
}

#content {
	width: 750px;
	position:absolute;
	top:180px;
	left:0px;
	background:#f8faf7;
	padding:20px;
	z-index:auto;
}

#contentstretch {
	width: 850px;
	position:absolute;
	top:180px;
	left:0px;
	background:#f8faf7;
	padding:20px;
	z-index:auto;
}

#adspace {
	width: 180px;
	position:absolute;
	top:335px;
	left:790px;
	padding:5px 0px 5px 5px;
	z-index:auto;
	vertical-align:top;
}

#googlesearch {
	padding-left:50px;
}
/*end body coding*/
/*begin font styling*/
h1 {
	color:#990000;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: bold;
	font-size:170%;
	padding-bottom:10px;	
	font-variant: small-caps;
}

h1.header {
	font-family:"Times New Roman", Times, serif;
	color:#666666;
	float:left;
	font-size:35px;
	padding:0px 0px 0px 40px; 
	font-variant:normal;
}

h2 {
	font-size: 150%;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
	padding-bottom:5px;
	padding-top:5px;
}

h2.header {
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-size:20px;
	font-style:normal;
	padding:40px 10px 0px 400px; 
}

h2.linkheavy {
	font-variant: small-caps;
}

h3 {
	font-family:"Times New Roman", Times, serif;
	font-size: 125%;
	font-weight: normal;
	color: #990000;	
	font-style: italic;
	padding-bottom:15px;
}

h4 {
	font-family:"Times New Roman", Times, serif;
	font-size: 110%;
	color: #330000;
	line-height: 115%;
	font-weight: normal;
	padding-bottom:5px;
}

p {
	padding-bottom:5px;
	font-size:100%;
	line-height: 150%;
	color: #333333;
}
p.homepage {
	font-size:90%;
	line-height: 120%;
}
p.blockquote {
	line-height: 150%;
	font-style: italic;
	color: #333333;	
	padding-left:5em;
	padding-right:5em;
}
p.lighttext {
	color:#FFFFFF;
}
p.caption {
	font-style: italic;
	font-size: 12px;
	color: #FFFFFF;
	text-align:center;
	line-height: 125%;
}
p.center {
	text-align:center;
}
p.youtubeobj {
	margin-left:160px;
}
p.nomarpad {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
ul, ol {
	list-style-type: square;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	line-height: 130%;
	color: #333333;	
	padding-left: 1.5em;
	padding-bottom:15px;
}
li {
	line-height:140%;
	padding-bottom:10px;
}
blockquote {
	padding: 0 50px 10px 50px;
}

blockquote, blockquote p, blockquote ul, blockquote ol {
	line-height: 170%;
	font-style: italic;
	color: #333333;
}

/*end font styling*/
/*begin regular link styling*/
a {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-decoration: none;
	position:relative;
	border-bottom: 1px solid #333333;
}
a:link {
	color: #990000;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-decoration: none;
	position:relative;
	border-bottom: 1px solid #990000;
}
a:visited {
	color: #990000;
	border-bottom: 1px solid #990000;
}
a:hover {
	color: #666666;
	border-bottom: 1px solid #666666;
}  
a.nodec {
	text-decoration:none;
	border: 0px;
}
a.maright {
	margin-right:15px;
}
a.marleft {
	margin-left:15px;
}
a.tooltip {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-decoration: none;
	position:relative;
	border-bottom: 1px dashed #330000;
	color:#330000;
}
a.tooltip link {
	color: #333333;	
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-decoration: none;
	position:relative;
	border-bottom: 1px dashed #990000;
}
a.tooltip visited {
	color: #333333;	border-bottom: 1px dashed #990000;
}
a.tooltip hover {
	color: #FFFFCC;
	border-bottom: 1px dashed #FFFFCC;
}  
/*end regular link styling*/
/*begin navmain link styling*/
ul.navmain {
	list-style-type: none;
	width: 960px;
	padding:5px;
}
ul.navmain li {
	display:inline;
}
ul.navmain a {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 90%;
	display: block;
	float: left;
	padding: .1em .5em;
	text-decoration: underline;
	color: #FFFFFF;
	border-bottom: none;
	position:relative;
}
ul.navmain a:hover {
	color: #660000;
	border-bottom: none;
	font-size: 90%;
}
/*end navmain link styling*/
/*begin navsub link styling*/
ul.navsub {
	list-style-type: none;
	width: 960px;
	padding:5px;
}
ul.navsub li {
	display:inline;
}
ul.navsub a {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 90%;
	display: block;
	float: left;
	padding: .1em .5em;
	text-decoration: underline;
	color: #990000;
	border-bottom: none;
	position:relative;
	border-right:thin #990000 solid;
}
ul.navsub a:hover {
	color: #ffffff;
	border-bottom: none;
	font-size: 90%;
	background-color:#990000;
}
/*end navsub link styling*/
/*begin index page styling*/
.index {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	padding-bottom:10px;
	font-size:95%;
	font-style:italic;
	line-height: 140%;
	color: #333333;}
.index a {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-decoration: none;
	position:relative;
	border-bottom: 1px solid #990000;
}
.index a:link {
	color: #990000;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-style:italic;
	text-decoration: none;
	position:relative;
	border-bottom: 1px solid #990000;
}
.index a:visited {
	color: #990000;
	font-style:italic;
	border-bottom: 1px solid #990000;
}
.index a:hover {
	color: #666666;
	font-style:italic;
	border-bottom: 1px solid #666666;
}
/*end index page styling*/
/*begin tagcloud styling*/
#tagcloud{ 
	width: 700px;
	font-family:'lucida grande',trebuchet,'trebuchet ms',verdana,arial,helvetica,sans-serif; 
	line-height:180%; 
	word-spacing:normal; 
	letter-spacing:normal; 
	text-decoration:none; 
	text-transform:none; 
	text-align:center; 
	text-indent:0px; 
	margin:10px 10px 10px 10px; 
	border:2px dotted #cccccc; 
	padding:10px;
	background-color:#f3f4ee;
}
#tagcloud a:link{
	text-decoration:none;
	border:0px;
	padding: .1em .2em;
}
#tagcloud a:visited{
	text-decoration:none;
	border:0px #330000 solid;
}
#tagcloud a:hover{
	text-decoration:none;
	color:#ffffff;
	background-color:#660000;
}
#tagcloud a:active{
	text-decoration:none;
	color:white;background-color:#330000
}
span.tagcloud0{font-size:80%;padding:0em;color:#cc0000;z-index:10;position:relative}
span.tagcloud0 a{text-decoration:none; color:#cc0000}
span.tagcloud1{font-size:90%;padding:0em;color:#666666;z-index:9;position:relative}
span.tagcloud1 a{text-decoration:none;color:#666666}
span.tagcloud2{font-size:100%;padding:0em;color:#660000;z-index:8;position:relative}
span.tagcloud2 a{text-decoration:none;color:#660000}
span.tagcloud3{font-size:120%;padding:0em;color:#333333;z-index:7;position:relative}
span.tagcloud3 a{text-decoration:none;color:#333333}
span.tagcloud4{font-size:130%;padding:0em;color:#330000;z-index:6;position:relative}
span.tagcloud4 a{text-decoration:none;color:#330000}
span.tagcloud5{font-size:140%;padding:0em;color:#000000;z-index:5;position:relative}
span.tagcloud5 a{text-decoration:none;color:#000000}
span.tagcloud6{font-size:160%;padding:0em;color:#990000;z-index:4;position:relative}
span.tagcloud6 a{text-decoration:none;color:#990000}
span.freq{font-size:10pt !important;color:#bbb}
/*end tagcloud styling*/
/*begin footer link styling*/
/* Footer */
#footer {
	clear: both;
	padding: 5px 10 px;
	color: #000000;
}
ul.foot {
	list-style-type: none;
	width: 745px;
	padding: 10px 0px 0px 150px;
}
ul.foot li {
	display:inline;
}
ul.foot a {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 85%;
	display: block;
	float: left;
	padding: .1em .5em;
	text-decoration: underline;
	color: #000000;
	border-right: 1px solid #000000;
	border-bottom: none;
	position:relative;
}
ul.foot a:hover {
	color: #660000;
	border-bottom: none;
	font-size: 85%;
}
/*end footer link styling*/
/*tables*/
table {
	table-layout: fixed;
	width:99%;
	empty-cells:show;
	margin:5px 5px 5px 5px;
	border:0px #ffffff solid;
}
table.store {
	float:left;
	width:200px;
	margin-right:10px;
	border:0px #ffffff solid;
}
th, td, {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
th {
	background-color:#330000;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	padding: 5px 5px 5px 5px;
}
td {
	color:#330000;
	text-align:left;
	font-weight:normal;
	border-bottom:medium #999999 solid; 
	border-right:medium #999999 solid;
	padding-bottom:15px;
	padding: 5px 5px 5px 5px;
}
td.store {
	text-align:center;
	vertical-align:top;
	padding:20px 15px;
}
/* end tables*/
/*begin images*/
img { 
	border: none; 
	text-decoration: none;
	border-width: 0px;
	padding:0px;
}
img.border {
    border: 3px solid #000000;
    padding: 0px;
    margin:10px;
}
img.bullet {
	padding-top:5px;
	padding-right:5px;
}
/* div class for image w caption right float */
img.captionr {
	float:right;
	caption-side:bottom;
	color:#FFFFCC;
	font-size:80%;
	font-style:italic;
	text-align:center;
	padding:0px;
	margin:10px;
}
img.captionr a {
	border: 0;
}
/*div class for image w caption left float */
.captionr {
	float:right;
	caption-side:bottom;
	font-size:80%;
	font-style:italic;
	line-height:150%;
	text-align:center;
	padding:10px;
}
.captionr a {
	border: 0;
}

.captionl {
	float:left;
	caption-side:bottom;
	color:#333333;
	font-size:80%;
	font-style:italic;
	line-height:150%;
	text-align:center;
	padding:10px;
}
.captionl a {
	border:0;
}
/*maroon background image*/
div.marbg {
	background-image:url('new-styles/maroon-texture.jpg');
	background-repeat:no-repeat; 
	width: 250px;
	height:280px;
}
p.marbg {
	margin-left:10px;
	width:220px;
	height:243px;
	color:#FFFFCC;
	padding-top:15px;
	font-size:90%;
}
/*Image Gallery*/
div.gallery
{
  margin: 0px;
  border: none;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
div.gallery img
{
  display: inline;
  margin: 5px;
  border: 3px solid #330000;
}
div.gallery a {
	border:none;
	text-decoration:none;
}
div.gallery a:hover img {
	border: 1px solid #330000;
}
div.galdesc
{
  text-align: center;
  font-weight: normal;
  font-style:italic;
  width: 120px;
  margin: 2px;
}
div.galpara {
  text-align: left;
  font-weight: normal;
  margin: 2px;
}
/*end images*/
/*Form Items*/
input.submit { 
	color: #FFFFFF; 
	background-color: #990000;
	text-decoration: none;
	border: medium #330000 outset; 
	font-weight:bold;
	padding:5px 15px;
}
input.submit:hover {
	color: #FFFFFF; 
	background-color: #666666;
	text-decoration: none;
	border: medium #FFFFFF inset; 
	font-weight:bold;
	padding:5px 15px;
}
label {
	margin:20px 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size:100%;
	line-height:150%;
	color:#333333;
	font-weight:bold;
}
label.p {
	font-size:100%;
	line-height:150%;
	color:#330000;
	font-weight:normal;
	font-style:italic;
	padding:20px 0;
}
label.pnorm {
	font-size:100%;
	line-height:130%;
	color:#330000;
	font-weight:normal;
	padding:20px 0;
}
input, textarea, select, option {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
/*End Form Items*/

