/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: Mike Crittenden
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/
#container {
	font-family: Georgia, Times New Roman, serif;
	}


#container a {
	text-decoration: none;
	color: maroon;
	}


h1, h2, h3, h4, h5, h6 {
	font-family: "Gill Sans";
	text-transform: lowercase;
	}
/**************************************/
/*              BRANDING                */
/**************************************/
#branding {
	background-color: gray;
	}
	
#advert {
	height: 80px;
	background: url(http://joaonunes.com/blogueteste/wp-content/themes/special2/images/anuncio-baixo.jpg) no-repeat;
	}

/**************************************/
/*             NAVIGATION             */
/**************************************/

#navigation li {
	display: block;
	width: 80px;
	height: 20px;
	background-color: aqua;
	float: left;
	}


/**************************************/
/*            MAIN CONTENT            */
/**************************************/

#feature {
	height: 250px;
	background-color: olive;
	}


#postcol1 {
	background-color: green;
	}

#postexcerpt {
	border-left: 1pt gray dotted;
	margin-left: -10px;
	padding-left: 10px;
	}
#posttitle {
	border-top: 1pt gray dotted;
	}

/**************************************/
/*               SITEINFO               */
/**************************************/



