/*
Theme Name: Slaughter Development 1.0
Theme URI: http://slaughterdevelopment.com/
Description: The original Slaughter Development theme.
Version: 1.0
Author: Robby Slaughter
Author URI: http://www.robbyslaughter.com/
Tags: blue, custom header, fixed width, two columns, widgets


*/


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

















/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

















/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	background:#dddddb url(images/body-tail.jpg) top repeat-x;
	text-align:center;
}

img {vertical-align:top;}
a img { border:0;}

ul { list-style:none;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}


html, input
	{
		font-family:Arial;
		font-size:0.75em;
		line-height:1.333em;
		color:#3e3f3b;
	}

input, select { font-size:1em; vertical-align:middle; font-weight:normal;}


/* ============================= main layout ====================== */

.link {display:block; float:right; background:url(images/link-tail-bg.gif) top repeat-x; color:#456805; font-size:1.083em; line-height:1em; text-decoration:none;}
.link span {display:block; background:url(images/link-right-bg.gif) top right no-repeat;}
.link span span {background:url(images/link-left-bg.gif) top left no-repeat; padding:3px 12px 7px 12px;}
.link:hover {text-decoration:underline;}
.box .link span {background:url(images/link-right-bg2.gif) top right no-repeat;}
.box .link span span {background:url(images/link-left-bg2.gif) top left no-repeat;}


.box h2 { background:none; color:#639012; }


h3 span {color:#639012;}

.rss {float:right; margin:-4px 9px 0 0; position:relative;}

cite {font-size:1.083em;}

.imgindent {margin:0 20px 0 0; float:left;}
.extra {float:left; position:relative; margin:0 0 0 -26px;}

/* ============================= header ====================== */

.logo {margin:95px 0 97px 60px;}


/* ============================= content ====================== */

#content {background:url(images/content-right-bg.jpg) top right no-repeat;}
#content .left-bg {background:url(images/content-left-bg.jpg) top left no-repeat; width:100%;}

.box {background:#e9ebe3 url(images/box-tail-top.gif) top repeat-x;}
.box .corner-bottom-right {background:url(images/box-corner-bottom-right.gif) bottom right no-repeat;}
.box .corner-bottom-left {background:url(images/box-corner-bottom-left.gif) bottom left no-repeat;}
.box .corner-top-right {background:url(images/box-corner-top-right.gif) top right no-repeat;}
.box .corner-top-left {background:url(images/box-corner-top-left.gif) top left no-repeat; width:100%;}
.box .indent {background:none; padding:32px 34px 20px 32px; margin:0;}

.box2 {background:url(images/box2-tail-bg.gif) top repeat-x #574b45; color:#fff; margin:0 1px 0 2px;}
.box2 .corner-bottom-right {background:url(images/box2-corner-bottom-right.gif) bottom right no-repeat;}
.box2 .corner-bottom-left {background:url(images/box2-corner-bottom-left.gif) bottom left no-repeat;}
.box2 .corner-top-right {background:url(images/box2-corner-top-right.gif) top right no-repeat;}
.box2 .corner-top-left {background:url(images/box2-corner-top-left.gif) top left no-repeat; width:100%;}
.box2 .indent {background:none; padding:26px 28px 28px 20px; margin:0;}
.box2 strong {float:right; display:block; margin-bottom:18px; color:#fff;}
.box2 a {color:#8db600; float:right; display:block; margin-top:11px;}


.indent2 {padding:37px 0 0 20px;}
.indent3 {padding:0 10px 0 15px;}
.indent4 {padding:0 0 0 12px;}
.padding1 {padding-top:17px;}
.padding2 {padding-bottom:40px;}
.padding3 {padding-top:22px;}
.padding4 {padding-top:32px;}
.padding5 {padding-bottom:22px;}
.margin1 {margin-top:28px;}
.margin2 {margin-top:18px;}

.phone {float:right; margin-right:100px;}


/* ============================= forms ============================= */


#ContactForm {padding:20px 0 0 0;}
#ContactForm .rowi {height:29px;}
#ContactForm .link {margin:20px 0 0 10px;}

.input {width:237px; height:22px; border:1px solid #4b4b4b; background:#fff; padding:0 0 0 5px; font-size:1em;}



