/*
Site: Posies & Such
Author: Christian Ross
Author URI: http://www.thinairmediasolutions.com  
May 1, 2009 
*/


/* ---- Reset CSS ---- */

html, body, img {
	margin: 0; padding: 0; border: 0; outline: 0;
	font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;
	vertical-align: baseline;
}
:focus { outline: 0; }

html { overflow-x: auto; overflow-y: auto; }

body { line-height: 1; }
p { margin:0; padding:0; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
em { font-style: italic; }
strong { font-weight: bold; }

.clear:after { content: "."; display: block; height: 0;	font-size: 0; clear: both; visibility: hidden; }
.clear { display: inline-block; }
/* \*/
.clear { display: block; }
/* */ 
.image { display: block; font-size: 0; text-indent: -9999px; outline: none; }



/*  Posies & Such - CSS  */
/*  Layout  */
html { overflow-x: hidden; overflow-y: auto; }

body {
	background-image: url(../images/bg1.jpg);
	background-repeat: repeat;
	margin-top: 10px;
	font: 12px verdana,arial,helvetica,geneva;
}
#container { width:1000px; margin:0 auto; }
#search { text-align:right; color:#FFF; padding-right:30px; margin-bottom:-20px; }
#header { background:url(../images/header-bg.png) 0 0 no-repeat; height:228px; }
  #topnav { width:650px; margin-left:290px; padding-top:190px; }
#content { background:url(../images/content-repeat.png) 0 0 repeat-y; }
  #contact { padding:30px 0 0 15px; text-align:center; }
  #contact2 { padding:5px 0 0 15px; text-align:center; }
#footer { background:url(../images/footer-bg.png) 0 0 no-repeat; height:163px; }
  #footernav { text-align:center; padding-top:90px; }

/*  Styles  */

a:link    { color: #A67935; font-weight: bold; text-decoration: none; padding:0; margin:0; }
a:visited { color: #A67935; font-weight: bold; text-decoration: none; padding:0; margin:0; }
a:hover   { color: #666; 	font-weight: bold; text-decoration: underline; padding:0; margin:0; }
a:active  { color: #A67935; font-weight: bold; text-decoration: none; padding:0; margin:0; }

a.completesite:link    { color: #A67935; font-weight: bold; text-decoration: none; padding:0; margin:0; }
a.completesite:visited { color: #A67935; font-weight: bold; text-decoration: none; padding:0; margin:0; }
a.completesite:hover   { color: #666; 	 font-weight: bold; text-decoration: underline; padding:0; margin:0; }
a.completesite:active  { color: #A67935; font-weight: bold; text-decoration: none; padding:0; margin:0; }

.mainNav 		  { font-size: 18px; font-weight: 600; line-height:20px; padding:0; margin:0; }
a.mainNav:link	  { text-decoration:none; color:#333; font-weight:normal; }
a.mainNav:active  { text-decoration:none; color:#333; font-weight:normal; }
a.mainNav:visited { text-decoration:none; color:#333; font-weight:normal;}
a.mainNav:hover   { text-decoration:none; color:#596B4A; font-weight:normal; border-bottom: #596B4A 3px solid;}

.footerNav 		  { font-size: 14px; font-weight: 600; line-height:30px; }
a.footerNav:link	  { text-decoration:none; color:#333; font-weight:normal; }
a.footerNav:active  { text-decoration:none; color:#333; font-weight:normal; }
a.footerNav:visited { text-decoration:none; color:#333; font-weight:normal;}
a.footerNav:hover   { text-decoration:none; color:#596B4A; font-weight:normal;}

.completesite { font: 14px/22px "Lucida Grande", Verdana, Arial, Helvetica, sans; }
.pipe { font-size:10px; color:#999; padding:0 10px; }

h1.completesite { margin-top:-1px; font: 24px/34px bold "Lucida Grande", Verdana, Arial, Helvetica, sans; color: #3D2007; }
h2.completesite { margin: 1px 0 10px 0; font: 21px/34px bold "Lucida Grande", Verdana, Arial, Helvetica, sans; color:#3D2007; }
h3.completesite { margin: 10px 0 10px 0; font: 18px/32px bold "Lucida Grande", Verdana, Arial, Helvetica, sans;; padding:0; color:#3D2007; }
h4.completesite { margin: 0; font: 16px/18px bold "Lucida Grande", Verdana, Arial, Helvetica, sans;; padding:0; color:#3D2007; }


ul {padding:0; margin:0; }
li {padding:0 0 0 0; margin:0 0 0 20px; border:0; }

