/*   
Theme Name: Shawn3
Theme URI: www.shawnevans.com
Description: custom theme
Author: shawn
Author URI: www.shawnevans.com
Version: 1.0
.
General comments/License Statement if any.
.
*/

body {
	color: #FFFFFF;
	font-size: small;
        font-family: helvetica, sans-serif;
	margin: 0px;
	background-image:url(images/main-bg.jpg);
	background-repeat:no-repeat;
	background-color: rgb(70, 58, 48);
	}
p {font-size: 1.2em;}
a {color: #e4a024;}
a-visited {color: #f5eb00}
h1 {font-weight: bold; font-size: 16pt; color: #e4a024; border-bottom: 2px solid #e4a024;}
h2 {font-weight: bold; font-size: 14pt; color: #e4a024; border-bottom: 2px solid #e4a024;}

object {padding:5;}

div#post-title a {text-decoration:none;}

div#content {
	postition:absolute;
	margin-top:17px; 
	margin-right:auto; 
	margin-left:auto;
	padding:0px; 
	width:100%; 
	background-image:url(images/new_tile.png);
	}

div#post { padding:50px;}


div#headerimg {
	position:absolute;
	top:20px;
	left:45px;
	}
	
div#headerimg h1 {
   font-size: 0;
   text-indent: -1000px; 
   border:none;
   }
   
div#navmenu {
	font-size:1.5em;
	position:absolute
	width:15px;
	border-top:1px solid #e4a024;
	margin-top:60px;
	margin-left:435px;
	margin-right:50px;
	padding-bottom:5px;
	}

div#navmenu ul {
	margin:0 0 0 0px;
	}

div#navmenu li {
	float:left;
	list-style-type:none;
	padding:0 10px;
	}

div#navmenu a { 
	text-decoration:none;
	color:#e4a024;
	}

div#navmenu a:hover {color:#fdcc24;}

div#footer {
	width:100%;
	height:70px;
	}

div#copyright{
	float:left;
	text-align:center;
	width:60%;
	height:70px;
	}
div#copyright p{padding:10px;}

div#social_links {
	float:left;
	width:40%;
	height:70px;
	}

div#social_links ul {
	margin:0 0 0 0px;
	}

div#social_links li {
	float:left;
	list-style-type:none;
	padding:0 10px
	}

div#social_links img {
	border:none;
	height:30px;
	width:30px;
	padding-top:15px
	}
	
div#social_links a {
	text-decoration;none
	}

div#social_links a:hover {
	background-image:url(images/trans_orange.png);
	}
	
<!-- from wordpress captions -->

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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 wordpress 'captions' -->

.pagenav {
	font-size:1.5em;
	position:absolute
	width:15px;
	border-top:1px solid #e4a024;
	margin-top:60px;
	margin-left:435px;
	margin-right:50px;
	padding-bottom:5px;
	}

/* Map Builder */
.MapBuilder {font: normal small verdana, arial, helvetica, sans-serif; font-size: 10pt; margin: 0px;}
.MapBuilder a {text-decoration: none; color: #e4a024; background-color: transparent;}
.MapBuilder a:hover {color: #F60; background-color: transparent;}
.MapBuilder h1 {font-weight: bold; font-size: 16pt; color: #e4a024; border-bottom: 2px solid #e4a024;}
/* Info Window styles */
.IW { width: 200px;}
.IWContent {color: black; height: 60px; overflow:auto;}
.IWCaption {font-weight: bold; font-size: 12pt; color: #e4a024; border-bottom: 2px solid #e4a024;}
.IWFooter {margin-top: 5px; font-size: 8pt; }
.IWFooterZoom {}
.IWDirections{background-color:#FFF;}
.MapBuilderSideBar {float:left; margin-left: 10px; }

/* PDMarker */
div.markerTooltip {
color: black;
background-color: white;
white-space: nowrap;
margin: 0;
padding: 2px 4px;
border: 1px solid black;
}