/*
Theme Name: Vweb Starter
Theme URI: http://voyageurweb.com
Description: Basic theme to begin building a designed theme
Version: 2
Author: Bryce @ Vweb
Author URI: http://voyageurweb.com
Tags: clean, basic
*/

/********************************************************************/
/*         Base Structure Style Sheet Edited 11.17.2008 BDM         */
/*       This sheet may not be accessible to the client in Ct       */
/********************************************************************/


body, ol, ul, li, a, .header, .footer, .navbar { margin: 0; padding: 0; } /* clear padding/margin browser defaults */

body { /* default fonts, and colors  */
	color: #000;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
}
.pagetitle { /* page titles used in the main content area - may be same as h1 */
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.searchbar { /* searchbar wrapper properties for width and height of searchbox  */
}
.wrapper { /*centers the page content */
	margin: 0 auto;
	width: 900px;
	background: url(/wp-content/themes/acpi/images/bg.jpg) top left repeat-y;
}
#header { /* header area */
	width: 900px;
	height: 136px;
	position: relative;
	background: url(/wp-content/themes/acpi/images/bg-header.jpg) top left no-repeat;
}
#header h1, #header h2 {
	visibility: hidden;
	margin: 0;
}
#header .logo {
	position: absolute;
	top: 0;
	left: 0;
}
.content-wrap {
	height: 100%;	/* height attribute fixes a repeating background bug in ie6 - can change to exact value but DO NOT REMOVE */
}
.sidebar {
	float: left;
	width: 142px;
	min-height: 271px;
	background: url(/wp-content/themes/acpi/images/bg-sidebar.jpg) top left repeat-x;
	padding: 0 10px 25px 10px;
	color: #fff;
}
.sidebar ul li {
	list-style-type: none;
}
.sidebar a {
	color: #fff;
	text-decoration: underline;
}
.sidebar a:visited {
	color: #fff;
	text-decoration: none;
}
.sidebar a:hover {
	color: #023665;
	text-decoration: none;
}
.sidebar .menu ul {
	margin-left: 20px;
}
.sidebar .menu ul li {
	list-style-image: url(/wp-content/themes/acpi/images/arrow.png);
	padding: 3px 0;
}
.sidebar .menu a {
	font-weight: bold;
	text-decoration: none;
}

#content { /* main content area*/
	float: left;
	width: 664px;
	padding: 25px;
}
#content ul, #content ol {
	margin-left: 25px;
}
.contactinfo {  /* contact information area */
	margin: 50px 0;
	font-size: 12px;
}

a { /* link properties */
	color: #0f589a;
	text-decoration: underline;
}
a:visited { /* visited link properties */
	color: #0f589a;
	text-decoration: underline;
}
a:hover { /* hover link properties */
	color: #0f589a;
	text-decoration: none;
}
a:active { /* active link properties */
	color: #0f589a;
	text-decoration: underline;
}
.alternatelink { /*alternate to the standard a tag*/
}
a.alternatelink:link { /*alternate to the standard a tag*/
}
a.alternatelink:visited { /*alternate to the standard a tag*/
}
a.alternatelink:hover { /*alternate to the standard a tag*/
}
a.alternatelink:active { /*alternate to the standard a tag*/
}
a img { border: 0px; }

.clear { /* Must stay to work with height attribute in .content-wrap - div is right before closing tag in source */
	height: 1px;
	clear: both;
}
#footer{ /* footer area */
	clear:both;
}
.weaver{ /* VoyageurWeb weaver link */
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding: 25px 0 10px 10px;
}
.weaver a {
	color: #fff;
	text-decoration: none;
	font-style: italic;
}
.weaver a:visited {
	color: #fff;
	text-decoration: none;
}
.weaver a:hover {
	color: #fff;
	text-decoration: underline;
}

h1 {
	color: #1b2d6c;
}
h2 {
	color: #1b3d6c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}

hr {
	margin: 15px 0;
}

#content ul, ol {
	list-style-position: outside;
	margin-left: 25px;
}



/**********************************************/
/*     Programming Styles Listed Below        */
/*      Used with forms and databases         */
/**********************************************/

.error{ /* error messages */
	color: #FF0000;
	font-weight: bolder;
}
.success{ /* success messages */
	color: green;
	font-weight: bolder;
}
.instructions{ /* general instructions on the page */
	color: #999966;
	font-size: 8pt;
}
.required{  /* required fields */
	color: #FF0000;
	font-weight: bolder;
}
.fieldlabel{ /*labels that will appear next to or under a field on a form */
	color: #000000;
	font-weight: bolder;
}
.fieldinstructions{ /*instructions that will appear next to or under a field on a form */
	color: #000000;
	font-weight: bolder;
}



/**********************************************/
/*       Wordpress Styles Listed Below        */
/*        styles placed by the editor         */
/**********************************************/

.alignright {
	float: right;
	text-align: right;
}
.alignleft {
	float: left;
}