/* 
Blogger Template Style
Name:     TicTac
Author:   Dan Cederholm
URL:      www.simplebits.com
Date:     1 March 2004
*/

/* ---( page defaults )--- */

body {
  margin: 0;
  padding: 0;
  font-family: 'lucida grande', 'franklin gothic medium', sans-serif;
  font-size: 80%; /* reset 1EM to 10px */
  text-align: center;
  color:#333333;
  background: #CCCCCC; /*background color of site*/
  }

blockquote {
  margin: 0 0 0 30px;
  padding: 10px 0 0 20px;
  font-size: 88%;
  line-height: 1.5em;
  color: #666;
  background: url(http://www.decaenvironmental.com/images/quotes.gif) no-repeat top left;
  }

blockquote p {
  margin-top: 0;
  }

abbr, acronym {
  cursor: help;
  font-style: normal;
  border-bottom: 1px dotted;
  }

code {
  color: #f63;
  }

hr {
  display: none;
  }

img {
  border: none;
  }

/* unordered list style */

ul {
  list-style: none;
  margin: 0 0 20px 30px;
  padding: 0;
  }

li {
  list-style: none;
  padding-left: 14px;
  margin-bottom: 3px;
  background: url(http://www.decaenvironmental.com/images/tictac_orange.gif) no-repeat 0 6px;
  }

/* links */

a:link {
  color: #69c;
  }

a:visited {
  color: #666699;
  }

a:hover {
  color: #693;
  }

a:active {
  color: #cc3333;
  text-decoration: none;
  }

/* ---( layout structure )---*/

@media all {
  #wrap {
    width: 847px;
    margin: 0 auto;
    text-align: left;
    background: url(http://www.decaenvironmental.com/images/tile.gif) repeat-y;
    }

  #content {
    margin-right: 62px; /* to avoid the BMH */
    }

  #main-content {
    float: right;
    width: 510px;
    margin: 20px 20px 0 0;
    padding: 0;
    line-height: 200%;
    }

  #sidebar {
    margin: 0 625px 0 41px;
    padding: 20px 0 0 0;
    font-size: 100%;
    line-height: 1.4em;
    color:#333333;
    }
  }
@media handheld {
  #wrap {
    width: 90%;
    background: none;
    }

  #content {
    margin:0 2% 0 2%;
    }

  #main-content {
    float: none;
    width: 100%;
    }

  #sidebar {
    margin: 0 2% 0 2%;
    }
  }


/* ---( header and site name )--- */

@media all {
  #blog-header {
    margin: 0;
    padding: 0;
    font-family: 'lucida grande', arial, tahoma, sans-serif;
    background: #CCCCCC url(http://www.decaenvironmental.com/images/top_div.gif) no-repeat top left;
    }

  #blog-header h1 {
    margin: 0;
    padding: 45px 60px 0px 150px;
    font-size: 200%;
    color: #003366;
    text-shadow: #81A75B 2px 2px 2px;
    }
	#blog-header h2 {
    margin: 0;
    padding: 5px 60px 50px 160px;  /*3rd one in is height for header */
    font-size: 90%;
    color:#003366;
	background: url(http://www.decaenvironmental.com/images/top_h1.gif) no-repeat bottom left;
    }
  }
@media handheld {
  #blog-header {
    background: #99cc66;
    }

  #blog-header h1 {
    background: none;
    }
  }

#blog-header h1 a {
  text-decoration: none;
  color: #fff;
  }

#blog-header h1 a:hover {
  color: #eee;
  }

/* ---( main column )--- */

h2.date-header {
  margin-top: 0;
  padding-left: 14px;
  font-size: 90%;
  color: #003366;
  background: url(http://www.decaenvironmental.com/images/date_icon.gif) no-repeat 0 50%;
  }

h3.post-title {
  margin-top: 0;
  font-family: 'lucida grande', arial, tahoma, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  color: #003366;
  }

.post {
  margin: 0 0 1.5em 0;
  padding: 0 0 1.5em 14px;
  border-bottom: 1px solid #ddd;
  }

.post-footer {
  margin: 0;
  padding: 0 0 0 14px;
  font-size: 88%;
  color: #000000;
  background: url(http://www.decaenvironmental.com/images/tictac_grey.gif) no-repeat 0 8px;
  }

.post img {
  padding: 6px;
  border:none;
  }

/* comment styles */

#comments {
  padding-top: 10px;
  font-size: 85%;
  line-height: 1.5em;
  color: #666;
  background: #eee url no-repeat top left;
  }

#comments h4 {
  margin: 20px 0 15px 0;
  padding: 8px 0 0 40px;
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 130%;
  color: #666;
  background: url(http://www.decaenvironmental.com/images/bubbles.gif) no-repeat 10px 0;
  height: 29px !important; /* for most browsers */
  height /**/:37px; /* for IE5/Win */
  }
  
#comments ul {
  margin-left: 0;
  }

#comments li {
  background: none;
  padding-left: 0;
  }
  
.comment-body {
  padding: 0 10px 0 25px;
  background: url(http://www.decaenvironmental.com/images/tictac_orange.gif) no-repeat 10px 5px;
  }

.comment-body p {
  margin-bottom: 0;
  }

.comment-data {
  margin: 4px 0 0 0;
  padding: 0 10px 1em 60px;
  color: #999;
  border-bottom: 1px solid #ddd;
  background: url(http://www.decaenvironmental.com/images/comment_arrow.gif) no-repeat 44px 2px;
  }


.deleted-comment {
  font-style:italic;
  color:gray;
  }

.paging-control-container {
  float: right;
  margin: 0px 6px 0px 0px;
  font-size: 80%;
}
.unneeded-paging-control {
  visibility: hidden;
}

/* ---( sidebar )--- */

h2.sidebar-title {
  margin: 0 0 0 0;
  padding: 25px 0 0 35px;
  font-family: 'lucida grande', 'franklin gothic medium', sans-serif;
  font-size: 1.2em;
  font-weight: normal;
  color: #003366;
  height: 20px;
  background: url(http://www.decaenvironmental.com/images/sidebar_icon.gif) no-repeat 20px 15px;
  height: 20px !important; /* for most browsers */
  height /**/:57px; /* for IE5/Win */
  }

#sidebar ul, #sidebar p {
  margin: 0;
  padding: 5px 20px 1em 25px;
  border-bottom: 1px solid #ddd;
  font-size:11px;
  }

#sidebar li {
  background: url(http://www.decaenvironmental.com/images/tictac_green.gif) no-repeat 0 5px;
  }

/* profile block */

.profile-datablock {
  margin: 0;
  padding: 5px 20px 0 20px;
  }

.profile-datablock dd {
  margin: 0;
  padding: 0;
  }

.profile-img img {
  float: left;
  margin: 0 10px 0 0;
  padding: 4px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  background: #fff;
  }

#sidebar p.profile-link {
  padding-left: 36px;
  background: url(http://www.decaenvironmental.com/images/profile.gif) no-repeat 20px 4px;
  }

p#powered-by, #sidebar p.profile-textblock {
  margin-top: 1em;
  border: none;
  }

/* ---( footer )--- */

.clear { /* to fix IE6 padding-top issue */
  clear: both;
  height: 0;
  }

@media all {
  #footer {
    margin: 0;
    padding: 0 0 9px 0;
    font-size: 85%;
    color:#666666;
    background: url(http://www.decaenvironmental.com/images/bottom_sill.gif) no-repeat bottom left;
    }

  #footer p {
    margin: 0;
    padding: 20px 95px 70px 50px;
    background: url(http://www.decaenvironmental.com/images/bottom_sash.gif) no-repeat top left;
    }
  }
@media handheld {
  #footer {
    background: none;
    }

  #footer p {
    background: none;
    }
  }

<ItemPage>
/* ---- overrides for post page ---- */

.post {
  padding: 0;
  border: none;
  }
</ItemPage>


/* Feeds
----------------------------------------------- */
#blogfeeds {
  }
#postfeeds {
  }
  
  /*
Navigation menu styles below
*/

#menuwrapper {
    margin: 0 41px 0 41px;
    padding: 0 29px 0 28px;
	height: 30px;
	Width: 708px;
    background-color: #003366;
	border-bottom: 3px solid #003366;
	
}

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: "Lucida Grande", "Trebuchet MS";
	line-height:95%;
	background-color: #8ab768;
}

#p7menubar a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	font-size: 95%;
	font-weight: bold;
	color: #ffffff;
}

#p7menubar a.trigger {
	padding: 5px 3px 5px 3px;
}


#p7menubar li {
	float: left;
	padding: 0px 0px 0px 0px;
	width: 100px;
	background: none;
}

#p7menubar li ul, #p7menubar ul li  {
	width: 100px;
	background: none;
}

#p7menubar ul li a  {
	text-align: left;
	color: #333333;
	font-size: 75%;
	border-right: 0;
	padding: 3px 12px 3px 16px;
	background: none;
}

#p7menubar ul li a.current  {
	font-size: 82%;
	font-weight: bold;
	border-right: 0;
	padding: 3px 12px 3px 3px;
}

#p7menubar li ul {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	}

#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #ffffff; /* nav text color top */
	background-color:#006699;
}

#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}

#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #000000;
	background-color: transparent;
}

#p7menubar ul a:hover {
	background-color:#CCCCCC!important;
	color: #000000!important; /* drop down color */
}

#p7menubar li {width: 100px;}