/*  
Theme Name: Incrediblend V2
Theme URI: 
Description: Custom WordPress Theme for Incrediblend
Version: 2
Author: J Taylor Design
Author URI: http://www.thejtsite.com

@charset "UTF-8";

/* Main ////////////////////////////////////////////////////////// */

/* Sets all Defaults to 0 */

* {
	padding: 0px;
	margin: 0px;
}

html, body  {
	font-family: Helvetica, sans-serif;
	font-style: oblique;
	font-size: 12px;
	color: #999999;
	margin: 0;
	padding: 0;
	line-height: 20px;
	background: url(images/background.jpg);
}

#container {
	width: 900px;
	margin: 0px auto 0px 60px;
	position: relative;
}

.clearboth {
	clear: both;
	height: 0px;
}

img {
	border: 0px;
}

/* Typography ////////////////////////////////////////////////////////// */

a:link, a:active, a:visited { 
	text-decoration: none; 
	color: #999999;
}

a:hover, a:focus { 
	text-decoration: underline; 
	color: #DAA441; 
}

p {
	padding-bottom: 10px;
}

ul, ol {
	list-style: none;
	text-transform: lowercase;
}

/* Forms ////////////////////////////////////////////////////////// */

input {
	font-family: Helvetica, sans-serif;
	font-style: oblique;
	font-size: 12px;
	color: #999999;
}

input#form_name {
	width: 350px;
	height: 22px;
	font-size: 12px;
	background: transparent url(images/form_name.jpg);
	border: none;
	outline: none;
	padding: 8px 140px 0 10px;
	margin-bottom: 10px;
}

input#form_email {
	width: 350px;
	height: 22px;
	font-size: 12px;
	background: transparent url(images/form_email.jpg);
	border: none;
	outline: none;
	padding: 8px 140px 0 10px;
	margin-bottom: 10px;
}

input#form_url {
	width: 350px;
	height: 22px;
	font-size: 12px;
	background: transparent url(images/form_url.jpg);
	border: none;
	outline: none;
	padding: 8px 140px 0 10px;
	margin-bottom: 10px;
}

input#form_site {
	width: 350px;
	height: 22px;
	font-size: 12px;
	background: transparent url(images/form_site.jpg);
	border: none;
	outline: none;
	padding: 8px 140px 0 10px;
	margin-bottom: 10px;
}

#captcha {
	width: 465px;
	height: 27px;
	padding:3px 0 0 35px;
	margin: 0px 0px 10px 10px;
	background: transparent url(images/form_captcha.jpg);
}

#captcha img {
	display: inline;
	float: left;
	padding-right: 63px;
}

#captcha input {
	width: 192px;
	height: 22px;
	padding-top: 4px;
	border: none;
	outline: none;
}

input#form_submit {
	width: 500px;
	height: 30px;
	background: transparent url(images/form_send.jpg);
	cursor: pointer;
	border: none;
	outline: none;
	text-indent: -9999px;
}

.forms {
	width: 550px;
	border: 1px solid #0A2643;
	background-color: #ffffff;
	padding: 5px;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

.formsfour {
	width: 550px;
	height: 80px;
	border: 1px solid #0A2643;
	background-color: #ffffff;
	padding: 5px;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

.red {
	color: red;
	font-style: italic;
	font-size: 10px;
}

.submit_it {
	background-color: #9A4062;
	border: 1px solid #061b31;
	width: 100px;
	height: 30px;
	color: white;
}

/* Images ////////////////////////////////////////////////////////// */

.alignright {
   padding: 0px;
   margin: 0px 0px 5px 13px;
   display: inline;
   float: right;
}

.alignleft {
   padding: 0px;
   margin: 0px 13px 5px 0px;
   display: inline;
   float: left;
}

/* Top ////////////////////////////////////////////////////////// */

#top {
	width: 100%;
	height: 14px;
	background: url(images/background_top.jpg) repeat-x;
	z-index: 100;
	position: fixed;
	top: 0px;
}

/* Navigation //////////////////////////////////////////////////////////////// */

#nav {
	padding: 25px 0px 0px 0px;
	margin: 0px;
	background: transparent url(images/navigation.gif) top left no-repeat;
	width: 250px;
	height: 45px;
}

#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 0;
}

#nav ul li {
	padding: 0px 13px 0px 0px;
	margin: 0;
	display: block;
	float: left;
}

/* Left Column ////////////////////////////////////////////////////////// */

#left {
	display: inline;
	float: left;
	width: 250px;
	margin: 160px 0px 100px 0px;
	position: relative;
}

#logo {
	width: 250px;
	height: 30px;
	padding: 0px;
	margin-bottom: 30px;
}

#logo h1 {
	margin: 0;
	padding: 0;
	background: transparent url(images/incrediblend.gif) no-repeat top left;
	width: 250px;
	height: 30px;
}

#logo a {
	width: 250px;
	height: 30px;
	display: block;
	text-indent: -9999px;	
}

#search {
	width: 250px;
	height: 32px;
	margin-bottom: 28px;
}

input#search_box {
	width: 152px;
	height: 24px;
	display: inline;
	float: left;
	font-size: 12px;
	background: transparent url(images/search_box.gif);
	border: none;
	outline: none;
	padding: 8px 10px 0px 10px;
}

#archives {
	display: inline;
	float: left;
	width: 150px;
	background: transparent url(images/archives.gif) top left no-repeat;
	padding: 25px 0px 0px 0px;
	margin-bottom: 25px;
}

#categories {
	float: left;
	width: 100px;
	background: transparent url(images/categories.gif) top left no-repeat;
	padding: 25px 0px 0px 0px;
	margin-bottom: 25px;
}

#rss {
	clear: both;
	width: 250px;
	height: 30px;
	background: transparent url(images/rss.gif);
	margin: 30px 0px 0px 0px;
	text-indent: -9999px;
}

#rss a {
	width: 250px;
	height: 30px;
	display: block;
}

#ads {
	width: 220px;
	margin: 30px 0px 0px 20px;
}

#ads img {
	float: left;
	padding: 0px 10px 10px 0px;
}

/* Body ////////////////////////////////////////////////////////// */

#right {
	float: right;
	width: 610px;
	padding: 60px 0px;
	margin-bottom: 43px;
}

.gallery {
	background: url(images/gallery_middle.jpg) left repeat-y;
	width: 522px;
	position: relative;
	margin-bottom: 28px;
}

.gallery p {
	padding: 0px 11px;
}

.gallery_top h2 {
	width: 522px;
	height: 11px;
	background: url(images/gallery_top.jpg);
	text-indent: -9999px;
}

.gallery_bottom {
	width: 522px;
	height: 11px;
	background: url(images/gallery_bottom.jpg);
}

.date {
	position: absolute;
	width: 77px;
	background: transparent url(images/date.jpg) top no-repeat;
	top: 160px;
	right: -88px;
	padding-left: 11px;
}

.posted_on {
	height: 30px;
	color: #2E2A2B;
	line-height: 30px;
}

.tags p {
	font-size: 10px;
	text-transform: lowercase;
	padding: 6px 0px 0px 0px;
}

/* Footer ////////////////////////////////////////////////////////// */

#footer {
	position: fixed;
	width: 805px;
	height: 52px;
	background: transparent url(images/footer.png);
	left: 0px;
	bottom: 0px;
	padding: 50px 0px 0px 55px;
}