/*
Theme Name: Justin Lang Design
Theme URI: http://justinlangdesign.com/wordpress/themes
Description: A custom designed wordpress theme for Justin Lang Design of <a href="http://justinlangdesign.com/wordpress/themes/jrldesign">JRLDesign</a>.
Version: .1
Author: Justin Lang Design
Author URI: http://justinlangdesign.com/
Tags: black, custom header, fixed width, one columns, widgets

	Justin Lang Design v.1
	 http://justinlangdesign.com/wordpress/themes/JRLDesign

	This theme was designed and built by Justin Lang Design,
	whose site you will find at http://justinlangdesign.com
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body{
	margin: 0;
	margin-top: 20px;
	font-family: "Times New Roman", Times, serif;
}

a {
	color: #999;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

#header {
	width: 100%;
	height: 133px;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}


#header_image {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 132px;
	width: 901px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
}

#top_nav ul {
	float: right;
	margin: 0px;
	padding: 0px;
}

#top_nav li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}

#top_nav li.current_page_item a {
	color: #666;
}

#container {
	width: 901px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	
}


#categories, .clients {
	float: left;
	width: 201px;
	margin: 0px;
	padding: 0px;
	
}

.clients ul {
	margin: 0px;
	padding-top: 20px;
	margin-left: 20px;
	color: #666;
	list-style-type: disc;	
}

.clients li {
	padding-top: 10px;
	font-size: 16px;
	text-transform: capitalize;
}

#categories ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#categories li, #categories a {
	font-size: 24px;
	color: #004890;
	text-decoration: none;
	line-height: 150%;
	
}

#categories ul ul {
	margin: 5px 0 0 10px;
	}


#categories li .current-cat a {
	color: #666;
}

#content, #client_content {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 695px;
	overflow: hidden;
}

#client_content blockquote {
	font-size: 24px;
	font-style: italic;
	color: #999;
	width: 80%;
}

#client_content address {
	font-size: 16px;
	color: #666;
	margin: 0px;
	padding: 0px;
}

.entry h1 {
	font-size: 24px;
	margin: 0px;
	padding: 0px;
}

/* 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.aligncenter {
	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 */

#footer {
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 100%;
	background-color: #004890;
	position: relative;
}

#footer_container {
		width: 901px;
		margin-right: auto;
		margin-left: auto;
		color: #FFF;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

.footer_box {
	text-align: center;
	float: left;
	width: 300px;
}