
/*********************************
 * 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 */
/* Template: css/structure.css */

/**********************************
 *
 *  THIS IS A CORE FILE, IT SHOULD
 *  NOT HAVE ANY RULES.  THESE FILES
 *  ARE IN PLACE TO MEET THE IMPORT
 *  REQUIREMENT FOR THE DJANGO CSS
 *  TEMPLATE.  ANY RULES THAT APPLY 
 *  TO THE CORE SHOULD GO IN THE 
 *  PROJECT 'style'.
 *
 *********************************/

h1{
  margin-bottom:10px;	
}

h2{
  padding:0;
  margin:5px 0 0;	
  height:auto;
}


#inner_head{
  height:178px;
  padding: 0;
  position: relative;
}

#nav{
  padding:0;	
}

#nav a{
  display:block;
  line-height:14px;	
  padding:0 5px;
}

#inner_nav{
  margin-left:1px;
  width:auto;	
}

#inner_nav table{
  table-layout:auto;
}

.spacer{
  height:14px;
  display:block;	
}


#coll, #colm, #colr {
  height:auto;

}

#weather_icon{
  margin-top: 15px;
  margin-right: 30px;
}

blockquote{
  margin:15px;
  padding:10px;
  border: 1px solid grey;
  background-color:#eee;
}

/* IE 6 Hacks */
#weather_icon{
  *margin-top:20px;
}
#member_links{
  *margin-bottom:0px;
}
#nav a, #nav td {
  *height:31px;
}



#colr.wide {
  overflow:visible;
}
#home-page-image{
  overflow:hidden;
  width:264px;
  height:377px;
}



/* other */

div#colm a, div#colm p {
    padding:4px 5px;
}

div.business_profile h4, .business_address {
  float:left;
  padding:0;
  width:66%;
}
#colr div.business_profile img{
  float:right;
}
div.business_profile p{
  float:left;
  clear:left;
  width:95%;
}

#doc2, #doc2ft {
  width: 900px;
}

#content{
  margin:0 0 0 2px;
}



#coll{
  width:294px;
}
#colr.wide{
  width:600px;
}


ul.errorlist{
  padding:0;
  font-weight:bold;
  color:red;
}

ul.errorlist li:before{
  content: '*';
}

.editlink {
  float: right;
}

.padd-40{
  padding:30px 40px 40px;	
}

#ft{
  margin-top:4px;	
  height:45px;
}

/* Template: css/color.css */

#powered-by{
  color:#d79447;
  font-weight:normal;
}
#ft #powered-by a{
  font-weight:bold;
  color:#d79447;
}

/* Html Entities */
html {
  background-color: #fef2c5;
  color:#33485e;
}

a{
  color:#e82825;
}
a:hover{
  color:#382f4d;
}


#colr.wide h1{
  color:#E82825;
}

#coll h2{
  color:#E82825;
}


/* Links */
#inner_head a{
  color:#382f4d;
}
#nav a{
  color:#ffff99;
}
#nav a:hover{
  color:#1b2530; 	  
  background-color:#fbb82b;
}



#coll a{

}
#coll a:hover, #coll a.current #colr a:hover, a:hover{
  color:#0075ea;
}
#inner_head #quicklinks a{
  color: #c9c4f2;
}
#quicklinks a{
  color: #8083e0;
}


/* General Rules */


/* Header */


/* Body (not html body, yui body */
#bd {

}
#searchbar{
  color:white;
}
#coll{

} 
#colm{

}
/*#colr{background-color: #fff;}*/




/* Nav */
#nav td { 
  border:3px solid #fef2c5;
  background-color: #e82825;
}



/* Content */
#content{
  /*background-color:white;*/
}
#colr.wide div.yui-g.first{
  border:7px solid #9ea2cf;
  background-color:white;
}
#join_now{
  border:7px solid #d7abcf;
  background-color:#fff6db;
}
div.profile_even_row{
  background-color:#f8f8fe;
}
div.login{
  background-color:#edeffb;
}


/* Footer */
#ft{
  background-color: #fcc552;	
  color:#fef2c5;
}

#ft a{
color: #33485E;
text-decoration:none;	
}

#ft a:hover{
  color: #E82825;	
}

/* Template: css/font.css */

/**********************************
 *
 *  THIS IS A CORE FILE, IT SHOULD
 *  NOT HAVE ANY RULES.  THESE FILES
 *  ARE IN PLACE TO MEET THE IMPORT
 *  REQUIREMENT FOR THE DJANGO CSS
 *  TEMPLATE.  ANY RULES THAT APPLY 
 *  TO THE CORE SHOULD GO IN THE 
 *  PROJECT 'style'.
 *
 *********************************/
body, html{
  font-family: Verdana,Arial,Helvetica,sans-serif;	
}

p{
  font-size:14px;	
}
.blue {
  color:#33475f;	
}
.bold {
  font-weight:bold;	
}


#coll a.post_link {
  font-size:14px;
}

#colr.wide h1{
  font-size:22px;
  font-weight:bold;	
}
#colr.wide h2{
  font-size:16px;	
}

#coll h2{
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:16px;
  font-weight:bold;
}

#nav a{
  font-size: 100%;
  font-weight:normal;
}

#ft{
  font-size:14px;	
}

/* Template: css/images.css */

/* Header */
#inner_head{
  background-image:url(/sitemedia/images/header.jpg);
}



#content{
  background-image:url(/sitemedia/images/content_bg.jpg);
  background-repeat:repeat-y;
}

/* Footer */
#ft{

}





/* include files passed to the css view */




