/*
Theme Name: Arquebus
Theme URI: http://downloads.procontentanddesign.com
Description: Arquebus is a template engine for integrating any HTML editor (Frontpage, Dreamweaver, etc.) generated page into Wordpress as a theme with little or no coding required.  It installs like any other Wordpress template, only it is driven by the template.htm file included. 
Version: 0.1
Author: John Crawford
Author URI: http://www.procontentanddesign.com

This theme is licensed to you, the downloader, with a Creative Commons Atrribution / Share-Alike License 
(http://creativecommons.org/licenses/by-sa/3.0/).

You may use it and modify it in any way, as long as all usages (webpages, Wordpress installations, etc.) provide 
a valid, "do follow" backlink to http://downloads.procontentanddesign.com in a visible, readable portion of the page
and this notice remains intact.

This theme and its underlying code are provided with no warranty or support.  You inquire about purchasing a license
providing support if you so desire by contacting john@procontentanddesign.com.

Thank you,
John Crawford
Pro Content and Design
http://www.procontentanddesign.com
john@procontentanddesign.com

*/

body {
  text-align: center;
  background-color: #D5D0B0;
  margin-top:0px;
  margin-bottom:0px;
  color:#666666;
  font-family: Verdana, Arial, Sans-serif;
  font-size: 13px;
}

A:link {
	COLOR: #C86000; text-decoration: none
}
A:visited {
	COLOR: #C86000; text-decoration: none
}
A:active {
	COLOR: #C86000; text-decoration: none
}
A:hover {
	COLOR: #C86000; text-decoration: underline
}

#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 980px;
  text-align: left;
  background: #FFFFFF;
}

#page_header {
  height: 120px;
  background: url('/wp-content/themes/arquebus/header.png') no-repeat;
  clear: both;
}

#page_header h1 {
  padding-top:50px; padding-left:15px;
  margin:0px;
  font-family: verdana;
  font-size: 24px;
  color: #FBD539;
  line-height:26px;
  letter-spacing:-1px;
}

#menu_bar {
  margin:0px;
  padding:0px;
  border:0px dashed #cccccc;
  height:31px;
  background: #FFFFFF;
}

#content_wrapper {
  border:0px dashed #FFFFFF;
}

#center {
  border:0px dashed #cccccc;
  padding: 10px;
  min-height: 700px;
}

#center h3 {
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
  padding:4px;
  border: 1px solid #425227;
  background-color: #739240;
}

#center p {
  margin-top:5px;margin-bottom:15px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

#left_side {
  float: left;
  width:140px;
  border:0px dashed #cccccc;
}

#left_side h3 {
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
  padding:4px;
  border: 1px solid #425227;
  background-color: #739240;
}

#left_side p {
  margin-top:5px;margin-bottom:15px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #666666;
}

#right_side {
  float: right;
  width:180px;
  border:0px dashed #cccccc;
  padding: 25px;
  padding-left: 40px;
}

#right_side h3 {
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
  padding:4px;
  border: 1px solid #425227;
  background-color: #739240;
}

#right_side p {
  margin-top:5px;margin-bottom:15px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #666666;
}

#page_footer {
  padding-top: 30px;
  background: #425227;
  width: 980px;
  padding-bottom: 30px;
}

#page_footer p {
  padding-left: 150px;
  text-align:left;
  font-family: verdana;
  font-size: 12px;
  line-height:14px;
  color:#D5D0B0;
}

#page_footer A:link {
	COLOR: #FBD539; text-decoration: none
}
#page_footer A:visited {
	COLOR: #FBD539; text-decoration: none
}
#page_footer A:active {
	COLOR: #FBD539; text-decoration: none
}
#page_footer A:hover {
	COLOR: #FBD539; text-decoration: underline
}


#navcontainer ul {
  padding-left: 0;
  margin-left: 0;
  margin-top:0px;
  background-color: #C86000;
  color: White;
  float: left;
  width: 100%;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
  padding-top: 5px;
  padding-bottom: 7px;
  padding-left:10px;
  padding-right:10px;
  background-color: transparent;
  color: White;
  text-decoration: none;
  float: left;
  border-right: 1px solid #BD620E;
}

#navcontainer ul li a:hover {
  background-color: #DE6B02;
  color: #fff;
}

#linklist {
  padding-left: 0;
  margin-left: 0;
  border-bottom: 1px solid #D1D9C4;
  width: 140px;
}

#linklist li {
  list-style: none; 
  margin: 0;
  line-height:20px;
  border-top: 1px solid #D1D9C4;
  font-family:verdana;
  font-size:10px;
}

#linklist li a { text-decoration: none; }

.thumbnail_left {
  float:left;
  margin-right:10px;
  margin-bottom:5px;
  border:0px;
}

.thumbnail_right {
  float:right;
  margin-left:10px;
  margin-bottom:5px;
  border:0px;
}

// These are necessary for Wordpress.  Alter, but do not delete them, or formatting will flake out.

#right_side li ul {
	list-style-type: none;
}

li.categories{
	list-style-type: none;
}

li.pagenav{
	list-style-type: none;
}
