/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family:"Times New Roman", Times, serif;
 font-size: 14px;
 width: 100%;
 height: 100%;
 background: url(images/web-ink-holder-faux.png) repeat-x #000 top center;
}
#wrapper { 
 margin: 0 auto;
 width: 1024px;
}
#header {
 width: 800px;
 color: #FFF;
 /*border: 1px solid #ccc;*/
 height: 75px;
 margin: 0 112px;
 background-color:transparent; 
}

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
color:#FFF;
float: left;
background-color:transparent; 
}

#navcontainer ul li { 
display: inline; 
}

#navcontainer ul li a
{
/*font-style:italic;*/
padding-top: 20px;
color:#FFF;
text-decoration:none;
float:left;
text-align:center;
width:100px;
height:55px;
font-weight:bold;
font-size:12px;
text-transform:uppercase;
background-color:transparent;
}

#navcontainer ul li a strong
{
font-size:16px;
}

#navcontainer ul li a:hover
{
background:url(images/web-ink-button-over.png) top left no-repeat;
 color:#202020;
}

#hero {
 width: 1024px;
 height:220px;
/* border: 1px solid #ccc;*/
 background:url(images/web-ink-hero-bg.png) center no-repeat;
 background-color:transparent; 
}

#hero h5{
	color:#FFF;
	padding-left:290px;
	padding-top:70px;
	font-size:22px;
	font-style:italic;
	font-weight:normal;
	width:200px;
	background-color:transparent; 
	/*border: 1px solid #ccc;*/
}

#heroImgHolder{
	background-color:#999;
	width:406px;
	height:195px;
	float:right;
	margin-top:25px;
	margin-right:135px;
	overflow:hidden;
}

#holder { 
 padding: 10px;
 min-height: 350px;
 background:url(images/web-ink-content-bg.png) repeat-x bottom #FFF;
}

#content{
 width: 800px;
 color:#202020;
 /*border: 1px solid #ccc;*/
 margin: 0 auto;
 font-family:Arial, Helvetica, sans-serif;
}

#footer { 
 height:150px;
 background:url(images/web-ink-footer-bg.png) repeat-x;
}

#footerContent{
 width: 800px;
 color: #FFF;
 /*border: 1px solid #ccc;*/
 margin: 0 auto;
}

#footerContent a{
	color:#666;
	text-decoration:none;
	background-color:transparent; 
}

#footerContent a:hover{
	color:#CCC;
	text-decoration:none;
	background-color:transparent; 
}
#credits, #meta dl{
	padding-top:10px;
	padding-left:10px;
	float:left;
	width:180px;
 	height:100px;
	text-align:center;
	}
#meta dl{
 border-left: 1px solid #666;
	}

.web-ink{
	display:inline;
}
#credits h1{
	color:#666;
	}
	
/* search bar antics */

#searchBar{
	float:right;
	padding:64px 35px 0px 0px;
	background-repeat:no-repeat;
	background-position:center left;
	}
	
#searchBar .field{
	border:none;
	background-position:center;
	height:30px;
	}
	
form.search-box{margin:0;padding:0}

.search-box{ /*outer background*/
float:right;
background: url(images/web-ink-header-search.png) no-repeat top right;
height: 75px;
width: 220px;
margin-right:5px;
}

/*outer background
*html .search-box{
margin:64px 20px 0px 0px;
}*/

input.search-field{ /*input field */
margin-top:30px;
margin-left:15px;
margin-right:20px;
color:#666;
float:left;
border:0;
font-size:10px;
height:18px;
width:185px;
background: url(images/web-ink-search-go.png) no-repeat center right;
}

input.search-go { /*search icon */
float:right;
border:0;
margin-right: 15px;
margin-top:-20px;
height: 20px;
width: 20px;
cursor:pointer;
background:url(images/spacer.png);
/*background-color:#666;*/
}


/* style page n shizzle */

h1{
font-weight: bold;
margin: 0 0 8px 0;
border-bottom: 1px dotted #333;
font-family: Trebuchet MS;
font-size: 1.5em;
line-height: 1.0em;
letter-spacing: -0.04em;
font-weight: normal;
}

.featured {
border: 1px solid #009933;
}

.featured:hover {
border: 1px dotted #009933;
}

.headers {
border-bottom: 1px solid #009933;
padding: 0 0 15px 0;
margin: 0 0 10px 0;
}

a {
color: #009933;
}

a:hover {
color: #339966;
}

h1, h2 {
font: normal 1.8em Georgia, "Times New Roman", Times, serif;
letter-spacing:-1px;
color: #009933;
}

h3 {
font: normal 12px Georgia, "Times New Roman", Times, serif;
color: #009933;
}

#content ul {
padding: 10px 0px 10px 25px;
margin: 0;
list-style-type: circle
}

#content ol {
padding: 10px 0px 10px 25px;
margin: 0;
}

#content li {
padding: 0;
margin: 0;
}

#content p{
padding:5px 0px;
}


/* form shizzle */

.form {
margin: 15px 0 0 0;
padding: 10px 0 0 0;
width: 250px;
}

#content input, textarea {
width: 250px;
padding: 3px;
margin: 3px 0 18px 0;
border: 1px solid #6A738D;
}

#content input:focus, textarea:focus {
background:#CCC;
border: 1px solid #454949;
}

.button {
background: #6A738D;
width: 100px;
color: black;
border: 1px solid #333;
}

.button:hover {
background: #FEFFD6;
}

#tableHolder{
	padding:5px;
	}
	
#tableHolder th, td, tr{
padding:10px;
border:solid 1px #999;
}


/* button maddness!!! */

a.genBut{
background: transparent url('../images/butImg.gif') no-repeat top left;
display: block;
float: left;
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.genBut, a:visited.genBut, a:active.genBut{
color: #FFFFFF;
background-color:transparent; 
}

a.genBut span{
background: transparent url('../images/butCap.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.genBut:hover{ /* Hover state CSS */
background-position: bottom left;
background-color:transparent; 
}

a.genBut:hover span{ /* Hover state CSS */
background-position: bottom right;
color: #FFFFFF;
background-color:transparent; 
}

