
/*********************************
 * All of the custom css will go into 
 * the include files here.  We'll try and keep the structure simple:
 *  - site-wide overrides go in the color/font/structure/images !important
 *  - application-specific overrides go in <application>.css, just remember to include it here
 *  - 
 *
 ***********************************/

/* include the normal overrides */

h1, h2, h3, h4{
  height:auto;
}

#bd div.half{
  width:49%;
  margin-top:40px;
}

div#inner_content .yui-u{
  margin-top:40px;
}

#inner_head{
  height:179px;
}

#ad{

}

#ft{
  padding-left:70px;
  text-align:left;
}
/* Template: css/color.css */

/* Html Entities */
html {
  background-color: #000;
  color:#fff;
}
#hd, #bd, #ft{
  background-color:#000;
}



h1{
  color: #ff9933;
}
h2{
  color: #ff9933;
}
h3{
  color: #fff;
}
p{
  color:#cc6633;
}


#colr.wide h2{
  color: white;

}

#colr.wide h4{

}

/* Links */
#nav a{
  color:#b5b5b5;
}
#nav a:hover, #nav a.current{
  color:#ffcc33; 
}
#coll a, #colr a{
  color:#b5b5b5;
  text-decoration:none;
}
#coll a{
  font-size:16px;
  margin:8px 0;
}

#coll a:hover, #colr a:hover, #coll a.current{
  color:#ffcc33;
}
#quicklinks a{
  color:white;
}

/* General Rules */


/* Header */

/* Body (not html body, yui body */
#bd {
  background-color:#000;
}
#searchbar{
  color:white;
}/*
#coll{
  background-color: #000;
} 
#colm{
  background-color: #000;
}
#colr{background-color: #fff;}*/




/* Nav */




/* Content */
#content{
  background-color:#000;
}

div.profile_even_row{
  background-color:#f8f8fe;
}
div.login{
  background-color:#edeffb;
}


/* Footer */
#imgft{
  color:#fff;
}


h1{
  font-size:22px;
}

h2, h3{
  font-size:18px;
}
h1, h2, h3{
  font-weight:normal;
  text-align:left;
  margin-bottom:20px;
}
h3{
  margin-bottom:5px;
}


p{
  font-size:14px;
}



#nav a{
  font-size:19px;
  font-weight:normal;
  line-height:26px;
}
/* Template: css/images.css */

/* Header */
#inner_head{
  background-image:url(/media_deli/images/header.jpg);
}
/* Nav */

/* Banner */
#inner_ad{
  background-image:url(/media_deli/images/site_banners/banner.jpg);
}

/* Content */
#bd{
  background-image:url(/media_deli/images/body_white.jpg);
}

/* Footer */
#ft{
  background-image:url(/media_deli/images/footer.jpg);
}



/* include files passed to the css view */

/* Template: css/blog.css */

span.post-date{
  font-size:11px;
  font-weight:bold;
  font-style:italic;
}
span.read-more{
  text-align:right;
}
div.post-index{
  border-bottom: 1px solid #eee;
}
div.post-index{
  margin:10px;
  margin-bottom:0;
}

span.read-more{
  display:block;
}

.post-single{
  margin:5px;
}



