/*****************************

BradleyReynolds.com
Code by: Shawn Beyer

*****************************/

* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../images/layout/pagebg.jpg);
}

#container {
	width: 901px;
	margin: 0 auto 0 auto;
}

#bg {
	width: 901px;
	height: 485px;
	position: relative;
	top: 30px;
	border: 2px #323232 solid;
	background: #ffffff url(../images/layout/bgheadshot.jpg) no-repeat scroll right;
	z-index: 1;
}

h1 {
	font: 100 38px "century gothic", arial, sans-serif;
	color: #6c6d6c;
	float: left;
	margin: 13px 0px 0px 21px;
}

.h1blue {
	color: #163b94;
	font-weight: 700;
}

#maincontent {
	width: 593px;
	position: absolute;
	top: 90px;
	margin: 0 0 0 19px;
	background: url(../images/layout/bgside.png) repeat-y;
	z-index: 85;

}

.nav {
	width: 585px;
	height: auto;
	color: #6c6d6c;
	background-color: #b3ccef;
	border-bottom: 2px solid #323232;
	border-top: 2px solid #323232;
	z-index: 50;
	font: 16px "century gothic", Arial, Helvetica, sans-serif;
	margin: 0 0 .5em 6px; 
}

.nav li {
	display: inline;
	margin: 0 0 0 10px;	
	list-style-type: none;	
}

.nav a {
	color: #6c6d6c;
	text-decoration: none;
}

.nav a:hover {
	color: #323232;
}

#navselected, #navselected a {
	color: #163b94;
	font-weight: 700;
	text-decoration: none;
}

h2 {
	font: 700 1.3em "century gothic", "arial narrow", arial, sans-serif;
	margin: 0 20px .25em 20px;
	color: #163b94;
}

h3 {
	color: #000000;
	margin: .35em 55px 0 45px;
	text-align: justify;
	font: 300 1.05em "century gothic", Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	border-bottom: 1px solid #323232;
}

p {
	padding: .1em 55px .8em 45px;
	text-align: justify;
	color: #323232;
	font: normal .8em Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}

p img {
	padding: 5px;
	border: 1px solid #323232;
	display: block;
}

p a {
	color: #2D48AF;
	text-decoration: none;
	border-bottom: 1px solid #F4F4F4;
}

p a:hover {
	color: #163b94;
	text-decoration: none;
	border-bottom: 1px solid #323232;
	background-color: #F3F3F3;
}

address {
	padding: .1em 55px .7em 45px;
	text-align: justify;
	color: #323232;
	font: 300 .8em Arial, Helvetica, sans-serif;
	line-height: 1.25em;
	margin-top: .25em;
}

address a {
	color: #2D48AF;
	text-decoration: none;
	border-bottom: 1px dotted #323232;
}

address a:hover {
	color: #163b94;
	text-decoration: none;
	border-bottom: 1px solid #323232;
	background-color: #F3F3F3;
}

.article {
	margin: 0 55px 1em 45px;
	padding: 0 0 0 0;
	/*border-bottom: 1px solid #6c6d6c;*/
}

.article h3 {
	padding-left: 0;
	padding-right: 0;
}

.article p {
	padding-left: 0;
	padding-right: 0;
}

.postdate {
	color: #999999;
	font: 300 .7em Arial, Helvetica, sans-serif;
	font-style: italic;
	padding: 0 0 .4em 0;
}

.pressdate {
	color: #999999;
	font: normal .9em Arial, Helvetica, sans-serif;
	font-style: italic;
}


.btt { /*BACK TO TOP*/
	padding: 0 132px 1.5em 45px;
	text-align: right;
	color: #323232;
	font: 300 .7em Arial, Helvetica, sans-serif;
	line-height: 0;
}

#videopage .btt a {
	
}

strong {
	font-weight: normal;
	text-transform: uppercase;
}

em {
	font-style: italic;
}

.highlight {
	padding: 0.05em;
	background-color:#FFFFAA;
	/*font-weight: bold;*/
}

.photogallery {
	padding: 0 55px 20px 45px;
}

.photogallery img {
	padding: 8px;
	border: 1px solid #6c6d6c;
	display: inline;
	margin: 9px 9px 0 0;
	height: 100px; 
	width: 68px;
}

.photogallery img:hover {
	background-color: #f1f1f1;
	border: 2px solid #2d48af;
	padding: 7px;
}


.youtube {
	padding: 5px 0 10px 45px;
	margin: 0;
}

.email {
	display: block;
	width: 250px;
	height: 15px;
	background-position: left center;
	padding: .35em 0 0 0;
	background-repeat: no-repeat;
}

#bradleyemail {
	background-image: url(../images/layout/bradleyemail.png);
}

#luedtkeemail {
	background-image: url(../images/layout/luedtkeemail.png);
}

#matthewemail {
	background-image: url(../images/layout/matthewemail.png);
}


#footer {
	background: url(../images/layout/bgfooter.png) no-repeat;
	width: 593px;
	height: 30px;
	position: absolute;
	z-index: 100;
	clear: both;
	
}