﻿/*  
Theme Name: Seacoast Consulting Default
Theme URI: http://wordpress.org/
Description: Seacoast Consulting
Version: 1.6
Author: Steve Toews
Author URI: http://seacoast-consulting.com/
*/

/* ##### Common Styles ##### */

body {
  color: black;
  background-color: #FFFFFF;
  font-family: helvetica, arial, sans-serif;
  font-size: 75%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}
a img { border:none; color:#fff }
html > body {
  font-size: 9pt;
}
#wrapper {
 	width:955px;
    height:100%;
	margin: 0 auto;
	border: 1px solid #000000;
	background-color:#FFFFCC;
}
acronym, .titleTip {
  border-bottom: 1px dotted rgb(168,140,83);
  cursor: help;
  margin: 0;
  padding: 0;
}

.doNotDisplay {
  display: none !important;
}


.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}

h2 {
	font-size: 125%; 
}

p {
  margin: 0.8em 0 1.1em 0;
  padding: 0;
}
a {
  text-decoration:none;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}

.center {
text-align: center;
}

/* ##### Header ##### */

#header {
  height:100px;
  margin:0;
  padding:0;
  background:#FFFFFF url(http://seacoast-consulting.com/site/wp-content/themes/new/images/logoX100.jpg) no-repeat;
}

.small {
	font-size:80%;
}
/*menu */
#toolbar {
	text-align:center;
	padding:0.4em 0 0.4em 0;
	background: #131313 url(http://seacoast-consulting.com/site/wp-content/themes/new/images/nav-background.gif) top left repeat-x;
	height: 20px;
 	width:955px;
        text-decoration: none;
}

#nav {
            margin: 0 auto;
            list-style: none;
            padding: 0;
            width:955px;
            text-align:left;
            text-decoration: none;
}
 
#nav ul {
            margin: 0;
            padding: 0;
            height: 1em;
            }
#nav a {
            display: block;
            color: #CCCCCC;
            text-decoration: none;
            font-weight:bold;
            padding: 0.1em 1em;
            font-size:1.1em
}
#nav a:hover {
            color: #FFF;
}
 
#nav li {
            float: left;
            padding: 0;
			list-style:none;
}

#nav li ul {
            position: absolute;
            left: -999em;
            height: auto;
            width: 12.4em;
            w\idth: 10.9em;
            font-weight: bold;
            margin: 0;
            list-style: none;}
 
#nav li li {
            padding-right: 1em;
            width: 11.4em;
            border: 0px;
}
#nav li ul {
padding:0 0 0.4em 0;
 }
#nav li ul a {
            width: 12em;
            w\idth: 10em;
			font-weight:bold;
			background-color:#131313;
}
 
#nav li ul ul {
           margin: -1.75em 0 0 14em;
}
 
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
            left: -999em;
}
 
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
            left: auto;
}

#nav li:hover, #nav li.sfhover {
            background: #999;
}

/* end menu */


/* ##### Left Side Bar ##### */

.leftSideBar {
  background-color:#FFFFCC;
  width: 210px;
  float: left;
  clear: left;
}

.leftSideBar .sideBarTitle {
  color: rgb(64,64,64);
  font-weight: bold;
  margin: 0;
  padding: 0.4ex 1ex 0 1ex ;
}

.leftSideBar p{
  padding:0px 1px;
}

.leftSideBar img{
  text-align:center;
}
.leftSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 1em 0;
  padding: 0;
}

.leftSideBar li {
  margin: 1ex;
  padding: 0 0 0 0;
}

.leftSideBar a {
  color: blue;
  background-color: transparent;
  text-decoration: underline;
}

.leftSideBar .sideBarText {
  color: rgb(166,140,83);
  background-color: transparent;
  line-height: 1.25em;
  margin: 0ex 0.25ex 1.5em 0.75ex;
  padding: 10px;
  display: block;
}

.leftSideBar .thisPage {
  color: rgb(64,64,64);
  background-color: transparent;
  font-weight: bold;
}


/* ##### Right Side Bar ##### */

.rightSideBar {
  width: 196px;
  margin: 0;
  padding: 0;
  float: right;
  clear: right;
  background-color:#FFFFCC;
}

[class~="rightSideBar"] {
  margin-right: 0ex;
}

.rightSideBar .sideBarTitle {
  color: black;
  font-weight: bold;
  margin: 1.35ex 0ex;
  padding: 0.9ex 0ex;
font-size: 110%;
  font-weight: bold;
  text-align: center;
}

.rightSideBar a {
  color: rgb(166,140,83);
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

.rightSideBar a:hover {
  text-decoration: underline;
}

.rightSideBar .sideBarText {
  line-height: 1.5em;
  margin: 0;
  padding: 0 1ex 1em 1ex;
}

.rightSideBar .more {
  text-decoration: none;
  text-align: right;
  margin: 0;
  padding: 0 2ex 1em 2ex;
  display: block;
}

.rightSideBar .more:hover {
  text-decoration: underline;
}
.rightSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 1em 0;
  padding: 0;
}

.rightSideBar li {
  margin: 1ex;
  padding: 0 0 0 0;
}

.rightSideBar img {
 border: 0;
}


/* ##### Main Copy ##### */

.main-copy {
  color: black;
  background-color: white;
  text-align: left;
  line-height: 1.5em;
  margin: 0 198px 0 210px;
  padding: 0.5ex 0.5em 1em 0.5em;
  border-left: 1px solid #000;
  border-right: 1px solid #000000;
}

.main-copy h1 {
  color: #660000;
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 155%;
  font-weight: bold;
  text-align: left;
  margin: 0.4em 0;
  padding: 0.4em 0;
}

.main-copy h1 a{
  color: #660000;
  text-decoration: none;
}
.main-copy h1 a:hover{
  color: #660000;
  text-decoration: undeline;
}
.main-copy a {
  color: #3333FF;
  background-color: transparent;
}

.main-copy a:hover {
	 color: #3333FF;
}

.date-header {
  font-size:78%/1.4em;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#808080;
  padding-top:0.5em;
}

.post {
  border-bottom:1px dotted #ccc;
  padding-bottom:0.5em;
}

.post a {
  color: #3333FF;
  background-color: transparent;
  text-decoration: none;
}

.post a:hover {
  text-decoration: underline;
}

blockquote {  
background: url(http://seacoast-consulting.com/site/wp-content/themes/new/images/quote.gif) no-repeat 0 3px; 
color: #808080; 
padding-left: 20px;
margin-bottom: 1px;
display:block; 
padding-top:5px;
}


/* ##### Footer ##### */

#footer {
  color: black;
  background-color:#D4BF55;
  font-size: 92%;
  text-align: center;
  line-height: 1.25em;
  margin: 0;
  padding: 1em 4mm 1em 4mm;
  clear: both;
}

#footer ul{
    margin:0;
    padding:1px;
    list-style:none;
	text-align:center;
    }
#footer li{
    display:inline;
    margin:0;
    padding:0;
    }
#footer li a{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
	padding:2px 5px;
    }
#footer li a:hover{
	text-decoration:underline;
    }

	
	/* ##### Comments ##### */
	
.comment-link {
  text-transform:uppercase;
  letter-spacing:.1em;
}

input.text, textarea {
	background: #ffffff url("http://seacoast-consulting.com/site/wp-content/new/images/input.gif") top right;
	color: #000000;
	border: 1px solid;
	border-color: #888888 #888888 #aaaaaa #aaaaaa;
	padding: 3px 3px 4px 3px;
	font-size: 1em;
}

input.text:focus, textarea:focus {
	border-color: #000000;
}

.alt {
	 background-color: #f8f8f8;
	 border-top: 1px solid #ddd;
	 border-bottom: 1px solid #ddd;
}	