/*
Theme Name: Legion Industries
Theme URI: http://legion-industries.com/
Description: The spanking new legion industries theme using Blueprint CSS framework.
Version: 1.0
Author: Dave Kennedy
Author URI: http://legion-industries.com/
*/

/* STANDARD ELEMENTS */
blockquote { font-size: 25px; font-weight: bolder;}
body { background-color: #f3f3f3;}
h1, h2, h3 { color: #dd5502; font-family: "courier new";}
h3 { font-style:italic;}
hr { margin-top: 10px;}
p { text-align: justify;}
/* CLASSES */
.hidden { display: none;}
.box { background-color: transparent;}
/* IDENTIFIERS */
#logo {
	background-image: url('images/legion-ind.jpg');
	background-repeat: no-repeat;
	height: 550px;
}
#top-bar { background: #1A1615; height: 33px;}
#clients { height: 300px; overflow: hidden;}
#navigation ul { display: inline; margin-left: 0; padding-left: 0;}
#navigation ul li {
	display: inline;
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
	padding: 2px 15px 5px;
}
#navigation ul li a {
	color: #cc9999;
	font-family: "courier new";
	font-size: 22px;
	text-decoration: none;
}
#navigation ul li.current_page_item {
	color: #dd5502;
	font-weight: bold;
	display: inline;
	list-style: none;
}
#footer {
	background: #060605;
	background-image: url('images/logo2.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
	color: #cc9999;
	height: 260px;
	padding-top: 20px;
	min-width: 900px;
}

#footer a {color: #cc9999;}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}
/* End captions */

/* 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 */
