/*
      Designed by Rachel Baker of Plugged In Consulting
      http://www.pluggedinconsulting.com
	  	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Georgia, sans-serif;
 font-size: 16px;
 background-color: #01324C;
 height: 100%;
 width: 100%;
}

p {
 padding: 13px;
 line-height: 22px;
}

img {
 padding-left: 10px;
 }

#wrapper { 
 margin: 0 auto;
 width: 930px;
 background-color: white;
 height:100%; 
}

/*
      Header
	  	  
*/

#header {
 color: #fffff;
 width: 930px;
 float: left;
 height: 100px;
 background: #fffff;
 background-color: white;
}


#logo {
float: left;
margin-right: 10px;
}

#nav {
float: right;
margin-right: 10px;
margin-top: 10px;
}

ul#minitabs{list-style: none;margin: 0;padding: 7px 0;
  border-bottom: 0px; font-family: Helvetica; font-size: 14px; font-weight: bold;
  text-align: center;white-space: nowrap}
ul#minitabs li{display: inline; margin: 0 7px;}
ul#minitabs a{text-decoration: none;padding: 0 0 3px;
  border-bottom: 2px solid #FFF;color: #01547f}
ul#minitabs a#current{border-color: #9FBFDF;color: #01547f}
ul#minitabs a:hover{color: #9FBFDF}

/*
     Quote Box
	  	  
*/
#testimonials {
width: 616px;
margin-top: 30px;
}

#quote { 
 float: left;
 width: 616px;
 display: inline;
 background-image: url("http://www.pluggedinconsulting.com/images/quote.png");
 background-repeat: no-repeat;
}


/*
      Hightlight Box
	  	  
*/

#highlight {
 clear: both;
 float: left;
 width: 616px;
 color: #333;
}


p#special {
line-height: 20px;
}

#highleft {
float: left;
width: 205px;
} 


#highcenter {
float: left;
width: 205px;
}

#highright {
float: left;
width: 205px;
}



h1#hightlight{
font-size: 26px;
font-family: Helvetica;
color: #01547f;
text-align: center;
margin-top: 5px;
}

h3#hightlight{
font-size: 17px;
font-family: Helvetica;
color: #01547f;
text-align: left;
text-shadow: 2px;
margin-top: 5px;
margin-left: 10px;
}

h3#special2 {
font-size: 15px;
font-family: Georgia;
font-weight: 100;
margin: 30px;
color: #01547f;
line-height: 1.5; }

h3#quoted {
font-size: 15px;
font-family: Georgia;
font-weight: 100;
font-style: italic
padding-left: 40px;
padding-right: 40px;
margin-top: 15px;
margin-bottom: 15px;
color: #01547f;}

/*
     Plugged In Consulting Content
	  	  
*/


#content { 
 float: left;
 color: #333;
 background-color: white;
 width: 616px;
 display: inline;
 height:100%;
}

h1#headline {
font-size: 30px;
font-family: Helvetica;
color:  #01547f;
text-align: center;
margin-top: 15px;
}


h3#headline{
font-size: 16px;
font-family: Helvetica;
color:  #01547f;
text-align: left;
margin-top: 50px;
margin-left: 30px;
margin-bottom: 30px;
}


h3#blogposts{
font-size: 16px;
font-family: Helvetica;
color:  #01547f;
text-align: left;
margin-top: 5px;
padding-left: 13px;
}

a#blogposts {
color: #01547f;
font-size: 18px;
font-family: Helvetica;
text-decoration: none;
margin-right: 8px;
padding-right: 10px;
}

a:hover#blogposts {
color: #9FBFDF;
font-family: Helvetica;
font-size: 18px;
text-decoration: underline;
}

img#rachelbaker{
padding-right: 10px;
}

/* Sidebar */

#sidebar {
float: right;
background-color: white;
width: 305px;
padding-left: 5px;
overflow: hidden;
}

#contactbox {
width: 305px;
}

#sidebarheader {
background-color: #666666;
padding: 5px;
margin-top: 6px;
margin-bottom: 6px;
margin-left: -5px;
margin-right: 8px;
}

h3#blogfeed{
font-size: 20px;
font-family: Helvetica;
font-weight: bold;
color: white;
text-align: left;
margin-top: 3px;
margin-bottom: 3px;
margin-left: 5px;
padding-left: 13px;
}

a#sidenav {
color: #01547f;
font-family: Helvetica;
font-size: 18px;
text-decoration: none;
}

a:hover#sidenav {
color:#9FBFDF;
font-size: 18px;
text-decoration: underline;
}

a:hover#sidebox {
color: #9fbfdf;
font-size: 18px;
font-family: Helvetica;
text-decoration: underline;
}

a#sidebox {
color: #01547f;
font-family: Helvetica;
font-size: 18px;
text-decoration: none;
}

a#sidebox2 {
color: #01547f;
font-family: Helvetica;
font-size: 18px;
text-decoration: none;
}

/* Mailchimp */

label
{
color: #01547f;
font-family: Helvetica;
font-size: 18px;
text-decoration: none;
margin: 5px;
}

.submit input
{
color: #FFFFFF;
background: #01547f;
margin-left: 5px;
border: 2px outset #d7b9c9
} 

 fieldset
{
border: 0px;
}

/* Footer */

p#foot {
font-size: 16px;
color: white;
text-align: center;
}

#footer { 
 clear:both;
 width: 930px;
 height: 250px;
 color: #333;
 background: #01324C;
}





