/*
Theme Name: ZipLineGear
Author: Jake A. Smith

This theme was built by Jake A. Smith for ZipLineGear. None of the images are in the theme folder, because it didn't make sense to have the EU download everything twice.

*/


/** Main layout **/
body {
	background-image: url("http://www.ziplinegear.com/images/tmpl6/ziplinegear_02.jpg");
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}

#body { 
	background-image: url("http://www.ziplinegear.com/images/tmpl6/ziplinegear_08.gif"); 
	width: 918px; 
	margin: 0 auto; 
	background-repeat: repeat-y;
	font-size: 11px;
	font-family: verdana;
}

#content { 
	background-image: url("http://www.ziplinegear.com/images/tmpl6/branding.jpg"); 
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 0;
}

#holder { 
	padding: 13px 49px 0 50px;
}
	#branding {
		display: none;
	}
	
#search {
	height: 87px;
	margin-bottom: 50px;
	text-align: right;
}
	#search_input {
		font-style: arial;
		border: 0;
		width: 209px;
		padding: 7px 6px 20px 7px;
		font-size: 15px;
		overflow: hidden;
		background: none;
		background-image: url("http://www.ziplinegear.com/images/tmpl6/search_input.png");
		background-repeat: no-repeat;
		background-position: fixed;
	}

	#search_submit {
	}

#tagline {
	text-indent: -900%;
	background-image: url("http://www.ziplinegear.com/images/tmpl6/blog-tagline.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	height: 134px;
	margin-bottom: 10px;
}

#nav {
	height: 35px;
	background: url("http://www.ziplinegear.com/images/tmpl6/nav_background.jpg");
	background-repeat: repeat-x;
	text-align: center;
}
	#nav a img {
		border: none;
		margin: 0 10px;w
	}

#index_img {
	background-color: #ccc;
	background-image: url("http://www.ziplinegear.com/images/tmpl6/index_hr.jpg");
	background-repeat: no-repeat;
	width: 819px;
	height: 399px;
	margin-bottom: 2px;
}
	#index_img hr {
		display: none;
	}

#blog {
	background-image: url("http://www.ziplinegear.com/images/tmpl6/blog_background.gif");
	background-repeat: repeat-y;
}
	
	#blog ul {
		margin-bottom: 0;
		margin-top: 0;
	}
	
	#blog hr.clear {
		clear: both;
		margin: 0;
		width: 0;
		height: 0;
		padding-bottom: 10px;
	}

#main {
	width: 565px;
	float: left;
	padding: 8px 0 0 15px;
}
	h2 {
		margin: 0;
		padding: 0;
		font-size: 2em;
	}

		h2 a {
			text-decoration: none;
			color: #000;
		}
		h2 a:hover {
			text-decoration: underline;
		}
	h3 {
		font-size: 1.7em;
	}

#sidebar {
	width: 230px;
	margin-left: 589px;
}
	#sidebar p {
		margin: 0;
		padding: 5px;
		font-weight: bold;
	}
		#sidebar p a {
			color: #000;
		}
	
	#archives h2 {
		text-indent: -900%;
		height: 50px;
		background-image: url("http://www.ziplinegear.com/images/tmpl6/archives_heading.jpg"); 
		margin-bottom: 8px;
	}
	
	#categories h2 {
		text-indent: -900%;
		height: 50px;
		background-image: url("http://www.ziplinegear.com/images/tmpl6/categories_heading.jpg");
		margin-top: 15px;
		margin-bottom: 8px;
	}
	
	#sidebar ul a {
		color: #24360c;
		font-size: 1.2em;
		text-decoration: none;
	}
		#sidebar ul a:hover {
			font-weight: bold;
		}

#footer {
	background-image: url("http://www.ziplinegear.com/images/tmpl6/blog_footer.gif"); 
	background-repeat: none;
	height: 53px;
	clear: both;
	text-align: center;
	color: #666;
	padding-top: 8px;
	height: 35px;
	padding-right: 240px;
}


/** General classes **/
.error {
	color: #900;
}
