/*
WEBFU! Stylesheet
Developed 4/21/05
Green: 1c4f1c
fix up H3 on design
h4's for articles, ?design
*/

@import "typography.css";

a:link, a:visited {color: #4f1c1c; border-bottom:1px dotted #4f1c1c;}
a:hover {border-bottom:1px solid #4f1c1c;}

html {
  padding:0;
  margin:0;
  }
body {	
  padding:0; margin:0; border:0;
  text-align:center;
  }
  
#container {
  width:750px;
  margin:15px auto; 
  padding:0 0 10px 0;
  text-align:left;
  overflow:auto;
  background-color:#fcfae4;
  }

#header h1 {
  float:left;
  display:none;
  }  
  
#header h2 {
  color:#fff;
  margin:0; 
  padding:80px 0 0 200px; /* height and width adjusted to accomodate padding */
  border:0;
  width:550px; height:164px;
  background-image: url(../images/webfu/foo_header.jpg); 
  background-repeat:no-repeat;
  text-align:left;
  }

  /* NAVIGATION */
#navigation {
  width:167px;
  margin:0 0 20px 20px;
  border:1px solid #a1a092;
  border-top:0;
  padding:4px 4px 32px 4px;
  float:left; 
  background: url(../images/webfu/nav_btm.gif) #fefdf4 100% 100% no-repeat;
  }
* html #navigation { /* IE Hack*/
  margin-left: 10px;
  }
#navigation a {
  border-bottom:0;
  }
#navigation ul {
  border-left:1px solid #336633;
  border-right:1px solid #336633;
  border-top:0;
  border-bottom:0;  
  padding:0 0 0 30px; 
  margin:-40px 10px 0 8px;
  }

#navigation li {
  list-style-type:none;
  letter-spacing:1px;
  font-variant:small-caps;
  font-size:120%;
  }
* html #navigation ul { /* IE Hack*/
  position:relative;
  }

#side {
  width:167px;
  margin:10px 0 0 20px;
  padding:4px 5px 27px 4px;
  float:left;
  clear:left; 
  border:1px solid #a1a092;
  background: url(../images/webfu/nav_btm.gif) #fefdf4 100% 100% no-repeat;
  }
#side a {
  border-bottom:0;
  }
* html #side { /* IE Hack*/
  margin-left:10px;
  background-position:0% 100%;
  padding:4px 0px 27px 5px;
  }
  
#side_h {
  margin:0 0 0 -4px;
  width:176px;
  height:42px;
  background: url(../images/webfu/nav_top.gif) #fefdf4 0% 0% no-repeat;
  }

#side ul, #side ol {
  border-left:1px solid #336633;
  border-right:1px solid #336633;
  border-top:0;
  border-bottom:0;  
  padding:10px 10px 0px 28px; 
  margin: -6px 9px 5px 9px;
  }
#side ul li {
  list-style-type:none;
  }
#side h4 {
  margin:-22px 0 0 25px;
  }
  
#body_main {
  margin:-40px 0 0 0;
  padding:5px 15px 5px 210px;
  }
* html #body_main { /* IE Hack*/
  margin-top:-160px;
  }

  
  
 /*

 FONT ADJUST
#fontsize {
  position:absolute;
  top:199px;
  margin-left:729px;
  }
#fontS, #fontM, #fontL {
  width:18px;
  height:10px;
  margin:1px;
  border-top:1px solid #aaa;
  border-bottom:1px solid #aaa;
  border-left:1px solid #aaa;
  border-right:1px solid #fff;
  background-color: #fff;
  background-repeat:no-repeat;
  -moz-opacity:0.7;
  opacity: 0.7;
  filter:alpha(opacity=70);
  overflow:hidden;  for IE
  }
#fontS { background-image:url("../images/sunnyside/ss_font10.gif"); }
#fontM { background-image:url("../images/sunnyside/ss_font11.gif"); }
#fontL { background-image:url("../images/sunnyside/ss_font13.gif"); }
#fontS:hover, #fontM:hover, #fontL:hover {
  cursor:pointer;
  background-color:#ccc;
  -moz-opacity:0.85;
  opacity: 0.85;
  filter: alpha(opacity=85);
  }
*/
code {
  display:block;
  font-family:'courier new';
  margin:20px; padding:5px;
  border:1px solid #336633;
  background-color:#fefdf4;
  font-size:85%;
  }

p.dropcap:first-letter {
  font-size:300%;
  font-family: 'times new roman', serif;
  }

.intro {
  font-family:helvetica, arial, sans-serif;
  font-size:110%;
  letter-spacing:1px;
  }

.floatleft {
  float:left;
  border:1px solid #000;
  margin:10px;
  }  
.floatright {
  float:right;
  border:1px solid #000;
  margin:10px;
  }

   
/* --------------------------------- WEBLOG --------------------------------- */
#blog_sidebar {
  }

.weblog h3 a {
  border:0;
  }
.weblog p {
  margin:8px 0 4px 0;
  }
.footlinks {
  letter-spacing:1px;
  font-size:85%;
  }
.footlinks a, #blogposts h3 a, #blogpost_1 h3 a{
  border:0;
  }
.date {
  font-weight:bold;
  font-size:80%;
  }
#blogpost_1 .cat {
  float:left;
  }
#blogpost_1 .clink {
  float:right;
  }
#blogpost_1 {
  margin:-20px 15px 10px 15px;
  margin-left:210px;
  } 
#blogpost_1 h3 {margin:0;}
#blogposts h3 {margin:0 0 5px 0;}
#blogposts {
  position:relative;
  clear:both;
  padding-bottom:20px;
  }
#container.blog {
  background: #fcfae4 url("../images/webfu/foo_blog_bg.gif") no-repeat 100% 100%;
  }
#blogpost_2, #blogpost_3, #blogpost_4 {
  background-color:#fefdf4;
  width:234px;
  border:1px solid #336633;
  border-bottom:0;
  margin:0;
  padding:5px 5px 18px 5px;
  float:left;
  }
#blogpost_3 {
  margin:0 6px;
  }
#blogposts .summary {
  font-size:90%;
  margin-top:-5px;
  }
#blogposts .footlinks {
  position:absolute; 
  bottom:-125px; 
  font-size:85%; 
  letter-spacing:0; 
  display:block; 
  padding:0; 
  margin:0; 
  width:240px;
  }
* html #blogpost_2, * html #blogpost_3, * html #blogpost_4 { /* IE Hack*/
  padding:5px;
  bottom:0;
  }
#blogposts .date {
  margin-top:-5px;
  }
#blogposts .clink {float:right; margin-right:3px;}
.divider, .plink {display:none;}
.weblog_entry h3, .weblog h3 {
  margin:0;
  }

.weblog .summary {
  margin:3px 0;
  }
.weblog .footlinks {
  margin:8px 0 0 36px;
  font-size:80%;
  }
.weblog .plink {
  padding:0 0 0 15px;
  background:url("../images/icon_page.gif") 0% 120% no-repeat;
  }
.weblog .clink {
  padding:0 0 0 16px;
  background:url("../images/icon_bubble.gif") 0% 120% no-repeat;
  }

/* --------------------------------- single entry ---------------------------------  */
.weblog_entry  {
  margin:-20px 20px 0 225px;
  }
.weblog_entry .summary {
  display:none; 
  }
.weblog_entry .date_head, .weblog_entry .footer {
  font-size:90%;
  }
.weblog_entry .category {
  float:left;
  margin-right:20%;
  }
.weblog_entry .date_foot {
  text-align:right;
  border-top:1px solid #000;
  }  
.num_comments {
  margin-top:20px;
  }
#comment_form {
  margin-top:5px;
  }
#comment_form div {
  margin-bottom:10px;
  }
#comment_form input {
  margin:0 5px;
  }  


/*--------------------------------- ARTICLES--------------------------------- */
.single_art #side h5 {
  margin:-10px 9px 0 9px;
  padding:0 8px;
  border-left:1px solid #336633;
  border-right:1px solid #336633;
  border-top:0; border-bottom:0;  
  }
.articles dt {
  margin:20px 0 0 0;
  font-size:125%;
  }
.articles #body_main dt a {border:0;}
.articles dd {margin:0 25px;}
#art_pagenav {
  clear:both;
  margin:15px 20px 5px 207px;
  text-align:center;
  border-top:1px solid #336633;
  }
#art_pagenav a {margin:0 10px; border:0; font-weight:bold; letter-spacing:1px;}

.single_art h3 {text-align:center;}
h4.page_name {
  text-align:right;
  font-family:'times new roman',serif;
  letter-spacing:1px;
  border-bottom:1px solid #336633;
  margin-bottom:10px;
  }
.article_cat h4 {margin-left:220px;}
.article_cat ul {margin-left:220px; list-style-type:none;}
    
/* --------------------------------- DESIGN --------------------------------- */
.design textarea {
  height:150px;
  width:300px;
  margin:5px 0;
  }  
.design h3 {
  border-bottom:1px solid #fff;
  margin:0;
  clear:left;
  }
.design dt {font-weight:bold; clear:left; margin:15px 0 5px 0;}

#pricing_form table {
  color:#000;
  margin:8px 0 0 0;
  padding:5px;
  border:2px solid #336633;
  background-color:#fefdf4;
  }

#pricing_form table textarea {
  width:350px;
  height:125px;
  border:1px solid #336633;
  }
#pricing_form table .leftcol {font-size:85%;}
#pricing_form table .title {
  font-family:'times new roman',serif;
  border-bottom:1px dashed #336633;
  margin:5px 0 1px 0;
  font-size:110%;
  }  
#pricing_form table .tiny {margin-left:10px; font-size:70%;}
#pricing_form td.send {
  margin-top:30px;
  text-align:center;
  }

  
/* --------------------------------- EXTERNALS --------------------------------- */
.ext_list .intro { margin:20px 10px;}
.ext_cat #side {
  margin-top:20px;
  }
.ext_cat #side h4{
  border-left:1px solid #336633;
  border-right:1px solid #336633;
  border-top:0; border-bottom:0;
  padding:0 15px;
  margin:-10px 9px 1px 9px;
  }
.ext_list dt, .ext_cat dt {
  font-weight:bold;
  }
.ext_list dt a, .ext_cat dt a{
  border:0;
  }

/* --------------------------------- CONTACT PAGE --------------------------------- */
.contact #side {
  width:155px;
  padding:10px;
  font-size:85%;
  background-image:none;
  }
.contact input {
  width:300px;
  margin-bottom:5px;
  }
.contact textarea {
  height:150px;
  width:500px;
  clear:both;
  margin:5px 0;
  }
* html .contact textarea { /* IE HACK */
  margin-top:-100px;
  }
  
