@charset "utf-8";


/* GENERAL
---------------------------------------------- */
body {
	background: #eaf3da;
	font: 100% "Trebuchet MS", Verdana, sans-serif;
}


h1, h2, h3, h4, h5,
h6 {
	color: ;
	font-weight: ;
}

h1 {
	font-size: 2em; 	
}        

h2 {
	font-size: 1.5em; 
}

h3 {
	font-size: 1em; 
}


p {
	margin: 0 0;
}



/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* LISTS and LINKS
---------------------------------------------- */
li{
	list-style-type: square;
	list-style-position: inside;
	font-size: 1.5em
}



/* CONTAINERS
---------------------------------------------- */
#container {
	margin: 20px auto;
	max-width: 1000px;
	width: 97%;
    padding: 10px 5px;
	background: #fffdda;
}


#page {
	background: #fff;
	padding: 10px 10px 10px 5px;
	max-width: 975px;
	width: 97%
	background: #fcd9c5;
}

#masthead {
	color: ;
	text-align: center;
	background: #a5d8f6;
}


#main {
	color: ;
	padding: ;
	background: #a5d8f6;
}

.headline {
	color: ;
	text-align: center;
	background: ;
}	

.content {
	color: ;
	width: 50%; /* The element *must* have a width set */
	margin: 0 auto; 
	background-color: light grey;
}



#footer {
	border-top: dotted #b74e07;
	clear: both;
	color: ;
	text-align: center;
	background: #a5d8f6;
}


/* MASTHEAD
---------------------------------------------- */
#masthead {
	border-bottom: dotted #1d3d76;
	margin-bottom: 0px;
}

 


/* CONTENT
---------------------------------------------- */
/* Blog snippet */
.entry {
	margin: 0 0;
	background: #f5f8ec;
}


.entry h2 {
	font-size: 1.5em; 
    line-height: 1em;
}



	

/* FOOTER
---------------------------------------------- */
#footer h1 {
	font-size: 1em;
	margin-bottom: 0em;
	padding-top: 0em;
}

#footer p {
	font-size: 1em;
}

