/*
Theme Name: Business Government Relations
Description: A custom theme developed for Business Government Relations.
Version: 1.0
Author: Conrad Walton
Author URI: http://www.walton.com/
*/



/* Begin Typography & Colors */
body {
	font-size: 85%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #000;
	color: #000;
	text-align: left;
	}

#container
{
	min-height: 900px;
	width: 1000px;
	padding: 0px;
	margin: 0px auto 0px auto;
	background-color: #000;
}

#header
{
	width: 1000px;
	height: 140px;
	padding: 0px;
	margin: 0px;
/*
	border: 1px #FF582D solid;
*/
}

/*
#bizgov
{
	width: 645px;
	height: 160px;
	background-color: #630403;
	margin-top: 140px;
	margin-left: 0px;
	border: 1px #FF582D solid;
	clear: none;
}
*/

#menu
{
	background-color: #630403;
	width: 350px;
	height: 140px;
	float: right;
	text-align: center;
	margin: 0px;
	clear: none;
}

#menuitems { margin: 10px 0px 0px 0px; }

#menuitems li
{
	text-align: right;
	margin: 0px 45px 0px 0px;
	list-style: none;
	display: block;
}

#menuitems  ul
{
	text-align: right;
	margin: 3px -45px 2px 0px;
	list-style: none;
	display: block;
}

#menuitems a
{
	color: #FFF;
	font-size: 1em;
	text-decoration: none;
}


#content
{
	width: 650px;
	float: right;
	font-size: 1em;
	padding: 15px;
	background-color: transparent;
	background-image: url('images/content.png');
	background-repeat: repeat-y;
	background-position: right top;
	/*
	min-height: 450px;
	border: 1px #FF582D solid;
*/
}

.interior
{
	background-image: url('images/content_interior.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}

.dome
{
	background-image: url('images/content_dome.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}

.columns
{
	background-image: url('images/content_columns.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}

.school
{
	background-image: url('images/content_school.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}


.asian
{
	background-image: url('images/content_asian.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}


.china
{
	background-image: url('images/content_china.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}

.korea
{
	background-image: url('images/content_korea.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}

#footer
{
	clear: both;
	padding: 8px 0px 0px 0px;
	margin: 0px auto 0px auto;
	background-color: transparent;
	text-align: right;
	font-size: .8em;
	color: #555;
	/*
	border: 1px #FF582D solid;
*/
}

.gray
{
	background-color: #959595;
	padding: 4px;
}

#walton
{
	width: 1000px;
	padding: 10px 0px 0px 0px;
	margin: 0px auto 0px auto;
	background-color: #000;
	color: #181818;
	font-size: .8em;
}

#walton a
{
	color: #2B2B2B;
}

#contact
{
	background-color: #630403;
	color: #FFF;
	width: 291px;
	float: right;
	text-align: right;
	font-size: 85%;
	/* 
	
	Resets 1em to 10px */
	margin: 0px;
	padding: 8px 45px 8px 4px;
	clear: both;
	line-height: 150%;
}

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

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1
{
	font-size: 1.3em;
}

h2 {
	font-size: 1.1em;
	}

h3 {
	font-size: 1.0em;
	}


	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


/* End Structure */


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





/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/



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