/*

Theme Name: Messier
Description: Simple, modern, lightweight, based on Tropicala
Version: 1.0
Author: Kathryn Pees
Tags: grey, white, two-columns, fixed-width, right-sidebar

This template is being distributed via Wordpress.org under GPLv3 license. Enjoy!

To replace the banner image, just swap out masthead.png with your own image, sized 723px x 147px. 
The dropshadows are in the background CSS, not the image.

v1.1 - changed license to GPLv3
v1.2 - added comments and removed some blank elements from stylesheet
v1.3 - added license.txt (Apparently some people don't read this stylesheet), added link back to the theme's page at Wordpress.org
v1.4 - Some minor tweaks to CSS for newer wp.net preview examples
v1.5 - Updated my link

*/

* {
  padding:0;
  margin:0;
  list-style:none;
}

html {
  font:10px Arial, Helvetica, sans-serif; /* Means 1em == 10px, 1.2em == 12px, etc. */
  background:#fcfefd;
}

body {
  background:#fcfefd /* Set background image here */
  color:#6b6b6b;
  font-size:1.2em;
}

p, h2, h3, h4, h5, h6 {
  font-size:1em;
}

hr {
  border:0;
  border-bottom:1px solid #EAEAEA;
  margin:20px 0;
  height:1px;
}
.masthome {
  font-family:"Times New Roman", Times, serif;
  font-style:italic;
  color:#6d6d6d;
  font-size:16px;
  font-weight:normal;
  line-height:22px;
  padding:45px 340px 10px 20px;
}
.masthome span {
  font-size:20px;
  line-height:8px;
}
.hrule {
  padding-bottom:10px;
  background:url(./images/services_hrule.gif) no-repeat;
}
.vertrule {
  background:url(./images/services_vertrule.gif) no-repeat;
  padding-right:30px;
}

img {
  border:0;
}

dl {
  color:#6b6b6b;
  margin:10px 0;
}

dt {
  font-weight:bold;
}

dd {
  font-style:italic;
  margin:5px 0 10px;
}

fieldset {
  border:1px solid #DDD;
  padding:10px 20px;
}

form h2 {
  margin-bottom:10px;
}

legend {
  font-size:1.2em;
  color:#6b6b6b;
  padding:0 10px;
}

label {
  font-weight:bold;
}

textarea {
  width:550px;
  height:200px;
  border:1px solid #CCC;
  margin:10px 0;
}
.hidden {
  display:none;
}

div#wrapper {
  width:1000px;
  padding-top:8px;
  margin:40px auto 0;
  /*background:url(./images/top.png) no-repeat; */
}

div#topnav {
  width:1000px;
  height:60px;
  /*background:url(./images/main_bg.png) repeat-y;*/
  position:relative;
}

/* ------- Blog Title -------- */
h1 {
  font:3.2em 'Trebuchet MS', Arial, Helvetica;
  color:#ff7e00;
}

h1 a {
  position:absolute;
  width:300px;
  height:30px;
  left:40px;
  top:15px;
  font-weight:bold;
  text-decoration:none;
  color:#ff7e00;
}

/* ---------- Tagline ---------- */
#topnav p {
  position:relative;
  margin:0;
  top:62px;
  left:50px;
  color:#6a6a69;
}

/* ---------- Pages Navigation ---------- */
div#topnav {
  width:100%;
}

#logo {
  width:400px;
  height: 60px;
}

#NM_mainNav {display:block; height:60px; width:600px; }
#NM_mainNav SPAN {display:none; width:0px;}
ul#NM_mainNav li {display:block; float: left; margin:0; padding:0; }
ul#NM_mainNav li a {display:block; margin:0; padding:0; background-repeat: no-repeat; }

#nav_home, #nav_home A {background-image:url(./images/header_homeOFF.gif); height:60px; width:65px;}
#nav_home A:hover {background-image:url(./images/header_homeON.gif); background-position:0px 0px; }

#nav_aboutus, #nav_aboutus A {background-image:url(./images/header_aboutusOFF.gif); height:60px; width:91px;}
#nav_aboutus A:hover {background-image:url(./images/header_aboutusON.gif); background-position:0px 0px; }

#nav_services, #nav_services A {background-image:url(./images/header_servicesOFF.gif); height:60px; width:84px; }
#nav_services A:hover {background-image:url(./images/header_servicesON.gif); background-position:0px 0px; }

#nav_manage, #nav_manage A {background-image:url(./images/header_managementOFF.gif); height:60px; width:120px; }
#nav_manage A:hover {background-image:url(./images/header_managementON.gif); background-position:0px 0px; }

#nav_headlines, #nav_headlines A {background-image:url(./images/header_headlinesOFF.gif); height:60px; width:100px; }
#nav_headlines A:hover {background-image:url(./images/header_headlinesON.gif); background-position:0px 0px; }

#nav_contact, #nav_contact A {background-image:url(./images/header_contactOFF.gif); height:60px; width:90px; }
#nav_contact A:hover {background-image:url(./images/header_contactON.gif); background-position:0px 0px; }

#nav_blog, #nav_blog A {background-image:url(./images/header_blogOFF.gif); height:60px; width:50px; }
#nav_blog A:hover {background-image:url(./images/header_blogON.gif); background-position:0px 0px; }


/* ---------- Banner image dropshadow ---------- */
div#masthead {
  /*background:url(./images/main_bg.png) repeat-y;*/
  position:relative;
}
div#masthead_image {
  width:1000px;
  height:134px;
  clear:left;
  display:block;
  padding:15px 22px;
  margin-top:15px;
  position:relative;
}
div#masthead_image.experience {
  background:url(./images/masthead_experience.gif) no-repeat;
  height:134px;
  position:relative;
}
div#masthead_image.services {
  background:url(./images/masthead_services.gif) no-repeat;
  height:134px;
  position:relative;
}
div#masthead_image.headlines {
  background:url(./images/masthead_headlines.gif) no-repeat;
  height:134px;
}
div#masthead_image.contact {
  background:url(./images/masthead_contact.gif) no-repeat;
  height:134px;
}
div#masthead_image.clients {
  background:url(./images/masthead_clients.gif) no-repeat;
  height:134px;
}

a {
  outline:0;
}

/* ------------ Page dropshadow ----------- */
div#content {
  width:1000px;
  /*background:url(./images/main_bg.png) repeat-y;*/
}
/*-----------------------------------------------------------------------------

  Main Content

-----------------------------------------------------------------------------*/

div#main {
  padding:0 40px 0px;
  width:500px;
  float:left;
  clear:both;
}
div#homemain {
  padding:0 0 0 10px;
  width:560px;
  float:left;
  /*background-color:#CCCCCC;*/
}
div#home_masthead {
  width:1000px;
  height:335px;
  display:block;
  padding:15px 22px;
  margin-top:15px;
  background:url(./images/masthead_homebkg3.jpg) no-repeat;
}
div#contact_masthead {
  width:1000px;
  height:134px;
  display:block;
  padding:15px 22px;
  margin-top:15px;
}

/* ---------- Hey, don't use h1 in the articles-- it's already in the header.
   This is just here because it looks totally funky in the preview at wordpress.net... */
   
div.entry h1 {
  font-size:2.4em;
  font-weight:bold;
}

div.entry h2,
div.entry h3,
div.entry h4,
div.entry h5,
div.entry h6 {
  color:#417379;
  margin:20px 0 10px;
}
div.entry h2.clients{
  color:#417379;
  margin:20px 0 0px;
}

div.entry h2 {
  font-size:1.8em;
}

div.entry h3 {
  font-size:1.4em;
}

div.entry table {
  border-collapse:collapse;
  margin:10px 0;
}

div.entry table th,
div.entry table td {
  padding:10px;
  border:1px solid #EAEAEA;
  text-align:center;
}
/* ---------- Page Titles ---------- */
div#pagetitle {
  height:25px;
  width:510px;
  display:block;
  clear:both;
  padding-bottom:10px;
}
div#pagetitle.aboutus {
  background:url(./images/title_aboutus.gif) no-repeat;
}
div#pagetitle.services {
  background:url(./images/title_services.gif) no-repeat;
}
div#pagetitle.management {
  background:url(./images/title_management.gif) no-repeat;
}
div#pagetitle.headlines {
  background:url(./images/title_headlines.gif) no-repeat;
}
div#pagetitle.contact {
  background:url(./images/title_contact.gif) no-repeat;
}
div#pagetitle.clients {
  background:url(./images/title_clients.gif) no-repeat;
}
div#pagetitle.home {
  background:url(./images/title_experience.gif) no-repeat;
}


/* ---------- Main header on single pages ---------- */
h2.header {
  font-family:Georgia, "Times New Roman", Times, serif;
  color:#417379;
  font-size:17px;
  font-weight:normal;
  /*padding:0px 0 0;*/
  padding-bottom:10px;
  line-height:18px;
  margin:0 0 5px;
  /*border-bottom:1px solid #e7e7e7;*/
  position:relative;
}
h2.clients {
  font-family:Georgia, "Times New Roman", Times, serif;
  color:#417379;
  font-size:17px !important;
  font-weight:normal;
  /*padding:0px 0 0;*/
  padding-bottom:0px;
  line-height:21px;
  margin:0 0 5px;
  /*border-bottom:1px solid #e7e7e7;*/
  position:relative;
}
.client_img {
  padding-bottom:10px;
}

div#main h2.header a, div#main h2.clients a {
  color:#417379;
  text-decoration:none;
}

h2.header span {
  position:relative;
  background:#FFF;
  padding-right:10px;
  bottom:0px;
}
/* ------------------------- Home box ----------------------- */
#home_image {
  height:210px;
  width:210px;
  float:left;
  padding-left:-10px;
}
#home_text {
  width:560px;
  vertical-align:text-top;
}
#home_text ul {
  list-style-type:image;
  padding-left:215px;
  list-style-position:outside;
  padding-bottom:10px;
  padding-top:5px;
}
#home_text ul li {
  font-size: 12px;
  line-height: 22px;
  color: #73726b;
  list-style-image:url(./images/bullet_arrow.gif) top;
  list-style-position:outside;
  vertical-align:text-top;
}
/* ------------------------- Services box ----------------------- */
#services_box {
  padding-top:35px !important;
  margin-bottom:10px;
  clear:both;
}
.services_section {
  margin-top:60px;
}
.services_box ul {
  list-style-type:none;
  margin:0px;
  padding-left:15px;
}
.services_box ul li {
  margin:5px 0;
  font-size: 12px;
  line-height: 16px;
  color: #73726b;
  list-style-image:url(./images/bullet_dot.gif);
  list-style-position:outside;
  vertical-align:text-top;
}
.services_box h2 {
  text-transform:normal;
  font-weight:normal;
  font-family:Georgia, "Times New Roman", Times, serif;
  color:#417379;
  font-size:18px;
  vertical-align:text-top;
  padding-left:-5px;
  padding-bottom:10px;
}

/* ---------- Secondary headline above comments and comment form ---------- */
div#main h3 {
  margin:35px 0 5px;
  color:#6a6a69;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-style:italic;
  font-size: 13px;
  line-height: 17px;
  font-weight:normal;
}
div#main h3 span {
  font-style:normal;
  color:#417379;
  font-size: 14px;
  line-height: 18px
}

div#main p, div#homemain p {
  color:#6a6a69;
  line-height:21px;
  margin:10px 0;
}
div#main p.clients_para {
  color:#6a6a69;
  line-height:21px;
  margin:5px 0;
}

div#main a, div#homemain a {color:#879d67;text-decoration:none;}
div#main a:hover, div#homemain a:hover {color:#879d67; text-decoration:underline;}

.article {
  margin-bottom:0px; /*was 20px*/
}

.article blockquote {
  margin:0 15px;
  padding:1px 15px;
  border-left:5px solid #B8D1E4;
  background:#F0F0F0;
}

div.article code {
  font-size:1.2em;
}

div.article pre {
  width:500px;
  line-height:1.5;
  font-size:1.2em;
  margin:20px 0;
  overflow:hidden;
}

.article ul, .article ol {
  color:#6b6b6b;
  margin-left:15px;
}

.article ul li {
  margin:5px 0;
  padding-left:15px;
  background:url(./images/bullet_arrow.gif) 0 center no-repeat;
  /*background:url(./images/square.png) 0 center no-repeat;*/
}

.article ol {
  margin-left:30px;
}

.article ol li {
  list-style:decimal;
  margin:10px 0;
}

.article ol li ol {
  font-size:1em;
  margin-left:15px;
}

#main div.byline {
  color:#6a6a69;
  font-size:12px;
  line-height:16px;
  padding-top:10px;
}
#main div.byline span {
  color:#879d67;
  text-transform:uppercase;
  font-size:11px;
}
#main div.byline p {
  display:inline;
}

div.article_footer2 {
  margin:10px 0;
  /*background:#F1F1F1;*/
  padding:0px 10px;
  border-bottom:1px dotted #DADADA;
  border-top:1px dotted #DADADA;
  border-width:1px 0;
  line-height:10px;
  text-transform:uppercase;
  font-size:10px;
  color:#6a6a69;
}

div.article_footer3 {
  margin:10px 0;
  /*background:#F1F1F1;*/
  padding:0px 10px;
  border-bottom:1px dotted #DADADA;
  border-width:1px 0;
  line-height:10px;
  text-transform:uppercase;
  font-size:10px;
  color:#6a6a69;
}
div.article_footer {
  margin:10px 0;
  /*background:#F1F1F1;*/
  padding:0px 10px;
  border-bottom:1px dotted #DADADA;
  border-width:1px 0;
  line-height:10px;
  text-transform:uppercase;
  font-size:10px;
  color:#6a6a69;
}
ul.article_footer {
  text-align:right;
  margin:10px 0;
  /*background:#F1F1F1;*/
  padding:5px 10px;
  border:1px dotted #DADADA;
  border-width:1px 0;
  line-height:1.5
}

ul.article_footer li {
  font-size:0.9em;
  display:inline;
  background:none;
  border-left:1px solid #DADADA;
  margin-left:5px;
  padding-left:10px;
}

ul.article_footer li.first {
  border-left:0;
}
.searchresults {
  background:url(./images/title_searchresults.gif) no-repeat;
  height:25px;
  width:510px;
  margin:20px 0 10px;
}

/*-----------------------------------------------------------------------------

  Sidebars / Secondary Content

-----------------------------------------------------------------------------*/

div#secondary {
  padding:15px 20px 0px 20px;
  width:350px;
  float:right;
  margin-right:30px;
}
#sidebar-main {
	margin-top:0px;
	margin-bottom:20px;
}
#sidebar-nicole {
	width:350px;
	color: #73726b;
        /* background:url(./images/sidebar_linebkg.gif) no-repeat left top; */
	list-style-position:outside;
	vertical-align:text-top;
	padding-top:15px;
	margin-top:25px;
        padding-bottom: 10px;
        border-top:1px solid #d9d9d9;
}
#sidebar-nicole.photo {
	padding-left:25px;
}

#sidebar-main p.first {
	padding-top:25px;
}
#sidebar-main p.second {
	padding-top:0px;
}
#sidebar-main p.quote {
	padding-top:25px;
}
#sidebar-item {
	margin-top:0px;
	margin-right:0px;
}
#sidebar-item h2 {
        padding-left:45px;
        padding-right:15px;
        color: #417379;
}
#sidebar-item ul#sidebar-item {
	list-style-type:none;
	margin:0px;
	padding:0 0 0 0px;
}
#sidebar-item ul#sidebar-item li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
        /* height:80px;*/
        width:350px;
	color: #73726b;
	/*list-style-image:url(./images/sidebar_linegraphic.gif);*/
        background:url(./images/sidebar_linebkg.gif) no-repeat left top;
	list-style-position:outside;
	vertical-align:text-top;
	padding-left:15px;
        /*border-top:1px solid #e7e7e7; */
        padding-bottom: 10px;
}
#sidebar-item ul#sidebar-item li a:link, #sidebar-item ul#sidebar-item li a:visited {
	color:#417379;
	text-decoration:none;
}
#sidebar-item ul#sidebar-quote {
	list-style-type:none;
	margin:0px;
	padding-left:0px;
}
#sidebar-item ul#sidebar-quote li {
        font-family:Georgia, "Times New Roman", Times, serif;
        font-style:italic;
	font-size: 12px;
	line-height: 17px;
        width:350px;
	color: #73726b;
	/* list-style-image:url(./images/sidebar_quotegraphic.gif);*/
        background:url(./images/sidebar_quotebkg.gif) no-repeat left center;
	list-style-position:outside;
	vertical-align:center;
	padding-left:15px;
}
#sidebar-item ul#sidebar-quote li a:link, #sidebar-item ul#sidebar-quote li a:visited {
	color:#417379;
	text-decoration:none;
}
#sidebar-item ul#sidebar-quote li a:hover {
	color:#008b6c;
	text-decoration:underline;
}
div#secondary p {
  color:#6a6a69;
  line-height:20px;
  margin:10px 0;
  padding-left:45px;
  padding-right:30px;
}
.imglogo {
  display:inline-block;
  padding-left:45px;
}


/* 
div#secondary ul#sidebar {
  margin:15px 0 20px;
  color:#879D67;
  padding-bottom:10px;
  list-style-position:outside;
}

div#secondary ul#sidebar li {
  margin:5px 0;
  font-size:1em;
  border-top:1px solid #e7e7e7 ;
}
div#secondary ul#sidebar li ul {
  list-style-position:outside;
}
div#secondary ul#sidebar li ul li {
  list-style:url(./images/sidebar_linegraphic.gif);
}
  */

/* ---------- Sidebar headers ---------- */
div#secondary h2{
  margin:20px 0 8px;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size: 15px;
  font-weight:normal;
  line-height: 17px;
  color: #417379;
}
.sidelink {
  text-transform:normal;
  font-family:Georgia, "Times New Roman", Times, serif;
  color:#417379;
  font-size:16px;
}

div#secondary a {
  color:#417379;
  text-decoration:none;
}

div#secondary a:hover {
  text-decoration:underline;
}

div#secondary ul.children {
  margin-left:5px;
  padding-left:10px;
  border-left:5px solid #EAEAEA;
}

div#secondary ul#sidebar li li {
  font-size:1em;
}

/* ----------- Optional bio area header (commented out by default) ------------ */
div#author h2 {
  font-size:1.2em;
}

div#secondary p {
  line-height:1.5;
  margin:5px 0;
  color:#6a6a69;
}

/* --------------- Search input ------------- */
form#searchform {
  position:relative;
  height:25px;
  margin-bottom:30px;
  padding-left:15px;
}

form#searchform input#s {
  position:absolute;
  top:0;
  width:205px;
  padding:5px;
  /*background:url(./images/text_bg.png) repeat-x;*/
  border:1px solid #bcbcbc;
}

input#search_submit {
  position:absolute;
  right:0;
  padding-right:40px;
}

/*-----------------------------------------------------------------------------

  Footer

-----------------------------------------------------------------------------*/
#footer {
  height:200px;
  width:1000px;
  text-align:left;
  font-size:12px;
  color:#9c9d9c;
  padding:0px;
  vertical-align:text-top;
  margin:15px auto;
  float:left;
}
.foot_hrule {
  padding:0px 0px;
  height:18px;
  background:url(./images/footer_greybar.gif) no-repeat;
  width:1000px;
}
.foot_vertrule {
  background:url(./images/footer_vertrule.gif) no-repeat;
  padding:0px 10px;
  height:94px;
}
.footer_text {
  text-align:left;
  font-size:12px;
  line-height:18px;
  color:#9c9d9c;
  vertical-align:text-top;
  margin:10px 0px 10px 20px;
}
.footer_text span {
  color:#90a777;
  text-transform:uppercase;
  font-size:11px;
}
.footer_text a, .footer_text a:visited {
  color:#9c9d9c;
  text-decoration:none;
}
.footer_text a:hover {
  color:#9c9d9c;
  text-decoration:underline;
}

ul#footer li {
  display:block;
  margin-left:0px;
  font-size:11px;
  color:#9c9d9c;
}

ul#footer li span {
  position:absolute;
  text-indent:-9999em;
}

ul#footer li a {
  color:#bfbfbf;
  text-decoration:none;
}

/*-----------------------------------------------------------------------------

  Wordpress Specific Stuff - Elements that weren't in my original stylesheet

-----------------------------------------------------------------------------*/

ol.commentlist {
  margin-top:15px;
  color:#555;
}

/* ---------- Background color for visitor comments ---------- */
ol.commentlist li {
  background:#F1F1F1;
  padding:10px;
  margin:10px 0;
}

/* ---------- Background color for Admin comments ---------- */
ol.commentlist li.alt {
  background:#f4f6f5;
}

textarea#comment {
  width:500px;
}
#main p.comment_meta h3 {
  text-transform:normal;
  font-family:Georgia, "Times New Roman", Times, serif;
  color:#417379;
  font-size:16px;
}
#main p.comment_meta {
  margin:0;
  float:right;
}
#main p.comment_text {
  padding-bottom:40px;
}
#main p.comment_meta .byline {
  color:#879d67;
  text-transform:uppercase;
  font-size:11px;
}

/* ---------- Optional popup window (NOTE: popups make for bad UI IMHO) ---------- */
body#commentspopup {
  background:#FFF;
  padding:20px;
}

body#commentspopup a {
  color:#666;
}

body#commentspopup h1 a {
  position:relative;
  top:0;
  left:0;
}

body#commentspopup h3 {
  color:#555;
}

body#commentspopup p {
  margin:10px 0;
  color:#555;
}

body#commentspopup textarea {
  width:340px;
}

/* ---------- Image stuff for 2.6.1 ---------- */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption-dd {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

p.entry_info {
  clear:both;
  padding-top:10px;
}

p.entry_info small {
  line-height:13px;
}

div.navigation {
  margin:10px 0;
}

/*-----------------------------------------------------------------------------

  CSS Magic

-----------------------------------------------------------------------------*/

.wrap:after{content: "."; display: block;height: 0;clear: both; visibility: hidden;}
.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
  .clearfix {display:block;}
/* End hide from IE Mac */

