/*****************************************************************************************************
*  COMMON LAYOUT AND FORMATTING FOR THIS THEME - ONLY LAYOUT ELEMENTS SHOULD BE DEFINED IN THIS FILE *
******************************************************************************************************
*  This is the layout definition CSS for this theme.  Only layout-related CSS elements should be     *
*  defined in this file.  All color-related and image elements should be defined in the _color.css   *
*  file and (if necessary) overridden in each of the vehicle-color-specific CSS files in this theme. *
*****************************************************************************************************/

body
{
	font-size: 67.5%;
	font-family:Arial,Helvetica,Sans-Serif;
	margin:0;
	padding:0;
	border-style:none;
	border-width:0;
	text-align:center;
	background-position:top;
	background-attachment:scroll;
	background-repeat: repeat-x;
}

body p
{
	font-size:14px;
	margin:12px 0 12px 0;
}

h1
{
	font-size: 2.0em;
}

h2
{
	font-size: 1.5em;
}

h3
{
	font-size: 1.25em;
}

h4
{
	font-size: 1.0em;
	font-weight:bold;
}

img
{
	border:0;
	border-style:none;
}

.left
{
	float:left;
}

.right
{
	float:right;
}

#dogear 
{
	position:absolute;
	top:0;
	right:0;
	width:120px;
	height:120px;
	z-index:99;
}

#header, #headerimg
{
	cursor:pointer;
}

#headerimg
{
	position:relative;
	margin:25px auto auto auto;
	width:300px;
	height:150px;
	background-position:center;
	background-repeat:no-repeat;
}

#youifier
{
	position:relative;
	margin-left: -35px;
	margin-top: -20px;
	z-index:99;
}

#youifier ul
{
	margin-top:0;
	margin-bottom:0;
}

#youifier li
{
	display:inline;
	margin: 0 5px 0 5px;
}

#nav
{
	position:relative;
	margin:auto;
	width:750px;
	/* height:50px; */
}

.navtop
{
	width:750px;
	height:15px;
	margin:0;
	background-position:top;
	background-repeat:no-repeat;	
}

.navcontent
{
	width:750px;
	margin:0;
	padding:0;
	background-position:center;
	background-repeat:repeat-y;
}

.navcontent ul
{
	margin-top:0;
	margin-bottom:0;
	padding-left:0;
}

.navcontent li
{
	font-size:1.5em;
	font-weight: bold;
	display:inline;
	margin: 0 15px 0 15px;
}

#footernav li
{
	display:inline;
}

.navbottom
{
	width:750px;
	height:15px;
	margin:0;
	background-position:bottom;
	background-repeat:no-repeat;	
}

#page
{
	width:930px;
	margin:-15px auto auto auto;
}

.content
{
	margin:0;
	padding:0;
	width:930px;
	background-repeat:repeat-y;	
	overflow:auto;
}

.contenttop, .contentbottom
{
	margin:0;
	padding:0;
	width:930px;
	height:6px;
	background-repeat:no-repeat;	
}

.contenttop
{
	background-position:bottom;
}


#innercontent
{	
	margin-top:10px;
	float:left;
}

.inlinecontent
{
	width:660px;
	margin-left:20px;
	font-size:1.25em;
	text-align:left;
}

.inlinecontent a:hover
{
	text-decoration:underline;
}

.pagecontent
{
}

.pagecontent h2
{
	font-size:large;
	text-align:center;
}

.inlinecontent .imgleft
{
	float:left;
	margin:10px 10px 10px 0;
}

.inlinecontent .imgright
{
	float:right;
	margin:10px 0 10px 10px;
}

.entry
{
	margin-bottom:20px;
}

.entry img
{
	position: relative;
}

.post
{
	margin-bottom:10px;
	padding:0 20px 0 10px;
	border-top:dotted 1px;
	border-right:solid 2px;
	border-bottom:solid 2px;
	text-align:left;
}

#comment
{
	width:100%;
}

#paypaldonateform
{
	margin-top:25px;
	text-align:left;
	margin-bottom:75px;
}

#donationaddress
{
	margin-top:20px;
	margin-left:260px;
}

#sidebarwrapper
{
	float:right;
	width:200px;
	margin-right:10px;
	margin-top:10px;
}

.sidebar
{
	width:200px;
	background-position:center;
	background-repeat:repeat-y;	
}

.sidebar h3
{
	font-size:1.25em;
	margin-bottom:0;
}

.sidebartop
{
	width:200px;
	height:15px;
	background-position:top;
	background-repeat:no-repeat;
	margin-top:15px;
}

.inlinesidebar a:hover
{
	font-weight:bold;
}

.sidebarads
{
	margin-top:15px;
}

.sidebarbottom
{
	width:200px;
	height:15px;
	background-position:bottom;
	background-repeat:no-repeat;
	margin-bottom:15px;
}

.inlinesidebar h3
{
	margin-top:5px;
	margin-bottom:0;
}

.emaillink
{
	font-size:larger;
}

#footer
{
	text-align:center;
	margin-bottom:25px;
}

#footer p
{
	font-size:x-small;
}

#footernav
{
	font-size:1.25em;
}

#footer a:hover
{
	text-decoration:underline;
}

