/*  
Theme Name: Black Splat WR
Theme URI: http://samk.ca/freebies/free-wordpress-theme-blacksplat/
Description: A simple, 3-column widget-ready WordPress theme designed to incorporate common ad formats.
Author: sam
Author URI: http://samk.ca/
Version: 1.7
Tags: black, gold, simple, grunge, right sidebar, 3 columns, fixed width, valid xhtml, valid css, widgets, adsense ready, rounded, 1024
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
*/
/* Defaults */

*, body {
	margin: 0px;
	padding: 0px;
}
img { behavior: url("iepngfix.htc") }
body {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #0E1422;
}
.mid {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.footer {
	background-image: url(images/foot.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: Tahoma, Verdana, Arial, "Arial Narrow";
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 15px;
}
.footer img {
	display: block;
	margin-bottom: 6px;
}
.counter {
	height: 31px;
	width: 88px;
	margin-right: auto;
	margin-left: auto;
	background-color: #0E4355;
}
.footer p {
	margin-bottom: 6px;
}
.right {
	float: right;
	background-image: url(images/form.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 280px;
	background-color: #16213A;
}
.left {
	width: 775px;
	background-image: url(images/textbord1.gif);
	font-family: Tahoma, Verdana, Arial, "Arial Narrow";
	font-size: 14px;
	color: #FFFFFF;
}
.text {
	background-image: url(images/textbg1.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 30px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}
.text h1 {
	font-size: 24px;
	font-weight: normal;
	color: #B0E6FF;
	margin-bottom: 20px;
}
.text p {
	margin-bottom: 15px;
}
.text a {
	color: #00CCFF;
}
.text a:hover {
	color: #FFCC00;
}
.text ol, .text ul {
	margin-bottom: 15px;
	margin-left: 40px;
}
.text li {
	margin-bottom: 5px;
}
.text table {
	margin-bottom: 15px;
}
.forma {
	margin: 20px;
	position: relative;
}
.forma h1 {
	font-family: Tahoma, Verdana, Arial, "Arial Narrow";
	font-size: 24px;
	color: #FFFFFF;
	font-weight: normal;
	padding-left: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
form {
	font-family: Tahoma, Verdana, Arial, "Arial Narrow";
	font-size: 14px;
	color: #FFFFFF;
	padding-bottom: 60px;
	-padding-bottom: 100px;
}
label {
	display: block;
	margin-bottom: 15px;
}
label input, label textarea {
	display: block;
	overflow: hidden;
	width: 225px;
	border: 1px solid #757575;
	background-image: url(images/field.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, "Arial Narrow";
	font-size: 14px;
	color: #666666;
	padding: 5px;
	margin-top: 5px;
}
label textarea {
	height: 150px;
}
/*.corner {
	left: -20px;
	bottom: -20px;
	-left: -30px;
	-bottom: 19px;
	position: absolute;
}*/
.send {
	position: absolute;
	right: -20px;
	bottom: -20px;
	-right: 0px;
	-bottom: 16px;
}
.menu {
	background-image: url(images/menubg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Tahoma, Verdana, Arial, "Arial Narrow";
	font-size: 18px;
	color: #99CCFF;
	font-weight: normal;
	text-transform: uppercase;
}
.menu table {
	height: 50px;
}
.item {
	width: 150px;
	text-align: center;
	vertical-align: middle;
}
.item a {
	color: #99CCFF;
	text-decoration: none;
}
.item a:hover {
	color: #FFFFFF;
}
a img {
  border: none;  
  }
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

.alignleft {
  float: left;
  }

.alignright {
  float: right;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  /* optional rounded corners for browsers that support it */
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
  }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  }
.hid {
display: none;
}
table.tables {
border-collapse: collapse;
}
table.tables td {
border: 1px solid #ccc;
padding: 2px;
}

