

/* -----  MPAACT BASE STYLE SHEET   --------    */


@import "reset.css";
@import "type.css";
@import "grid.css";

/* MPAACT colors:

main red: #b25438;
highlight red: #702309;

light tan: #e7ddd4;
medium tan: #d1c4bb;

green: #6e703f;
brown: #5e3f00;

*/


/* ---- FLIR STYLES ----- */

#leftcol h1.pagetitle {
	font-size:4em;
	font-weight: bold;
	margin-bottom:10px;
	padding-bottom: 10px;
	color: #A3472E;
	background-image: url(../_images/chrome/titlebar.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
}


#leftcol h1.artistname {
	font-size:2.5em;
	font-weight: bold;
	margin-bottom:10px;
	padding-bottom: 12px;
	color: #A3472E;
	background-image: url(../_images/chrome/titlebar.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
}

#keymessage h1 {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 21px;
	margin-bottom:14px;
	color: #333333;
	font-family: bellgothic, Arial, Helvetica, sans-serif;

}

#homecalendar h1 {
	font-size: 3.8em;
	font-weight: bold;
	margin-bottom:10px;
	color: #b25438;
	font-family: chase, Arial, Helvetica, sans-serif;
}




/* ---------   universal styles   ------------   */


strong {font-weight: bold;}

a {
	color: #A3472E;
	text-decoration: none;
}

a:hover {
	color: #702309;
}

p {
	font-family: helvetica, arial, sans-serif;
	color: #111;
}

h1 {
	margin: 0px;
	padding: 0px;
	color: #000;
}

h2 {
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	margin: 8px 0px;
	font-weight: bold;
	font-size: 2em;
	line-height: 25px;
	color: #A3472E;
}

h3 {
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	margin: 8px 0px;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 25px;
	color: #000;
}

h4 {
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	margin: 8px 0px;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 20px;
	color: #333;
}

	h4 a {
		color: #b25438;
	}
	
	h4 a:hover {
		color: #702309;
	}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
}

ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 15px 15px 12px;
}

ol li {
	font-family: helvetica, arial, sans-serif;
	font-size: 1.3em;
	line-height: 16px;
	margin: 0px;
	padding: 4px 0px 4px 4px;
}

dl {
	width: 270px;
	float: left;
	display: inline;
}

dd {
	font-size: 1.3em;
	margin: 0px;
	padding: 0px;
}

dt {
	font-size: 1.3em;
	padding: 0px;
	margin: 4px 0px 20px 0px;
}










/* -----------   content area ------------  */




div#content p {
	font-size: 1.3em;
	line-height: 20px;
	}

div#content ul {
	margin: 0px 0px 14px 0px;
	padding: 0px;
	list-style: none;
}

div#content ul li {
	display: block;
	font-size: 1.3em;
	line-height: 16px;
	color: #000;
	padding: 0px 0px 5px 10px;
	margin-left: 10px;
	background-image: url(../_images/chrome/square.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}


	div#content div.past ul li {
		padding: 6px 0px 15px 10px;
		background-position: 0px 12px;
	}
	


/* !!! block quote !!! */
	div#content h6 {
		font-family: "helvetica neue", helvetica, arial, sans-serif;
		margin: 0px;
		padding: 0px;
		font-size: 1.8em;
		line-height: 25px;
		font-weight: bold;
		color: #b25438;
	}






/* ---------  home season calendar  ----------- */


div#homecalendar a .cal-entry p {
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-size: 1.3em;
	
}

div#homecalendar a .cal-entry h2 {
	margin: 0px;
	padding: 0px;
	font-size: 2em;
	font-weight: bold;
}







/* -----------   ALL SHOW STYLINGS  ------------ */

div#leftcol div.show-entry h2 {
	margin: 5px 0px;
	padding: 0px;
}

div#leftcol div.show-entry h3 {
	margin: 5px 0px;
	padding: 0px;
}

div#leftcol div.show-entry h4 {
	font-size: 1.3em;
	font-weight: bold;
	color: #333;
	margin: 5px 0px;
	padding: 0px;
}











/* -----------   blog stylings ------------ */

div#blogcontainer .blog-entry h1 {
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-size: 2em;
	color: #333;
	font-weight: bold;
}

	div#blogcontainer .blog-entry h1 a {
		color: #333;
	}
	
	div#blogcontainer .blog-entry h1 a:hover  {
		color: #b25438;
	}
	
	div#blogcontainer .blog-entry p a {
		font-weight: bold;
		border-bottom: 1px dotted #D89482;
	}
	
	div#leftcol p.blogdetails {
		font-size: 1.1em;
		color: #555;
		font-family: arial, sans-serif;
		text-transform: uppercase;
	}
	
		div#leftcol p.blogdetails a {
			padding: 3px 5px;
			border: 1px solid #ccc;
			background-color: #fff;
		}
	
	
	
/* -----------   comments + indiv tags    ------------ */	
	
div#comments label {
	display: block;
}

div#comments input, div#comments textarea {
	margin-bottom: 10px;
}



div#comments h1 {
	font-size: 2em;
	color: #b25438;
	font-weight: bold;
}

div#comments p {
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
}

	div#comments p.date {
		font-family: verdana, tahoma, helvetica, arial, sans-serif;
		font-size: 1em;
		color: #663F0C;
	}








div#entry-tags p {
	font-size: 1.5em;
	margin: 0px;
	padding: 0px;
	}	
	
	




div#rightcol h3 {
	background-image: url(../_images/chrome/sidebartitle.png);
	background-repeat: no-repeat;
	padding: 20px 25px 10px 25px;
}



/* ////// tag cloud \\\\\\\\ */


div#tagcloud h3 {
	background-image: url(../_images/chrome/archivestitle.png);
	background-repeat: no-repeat;
	padding: 20px 25px 10px 25px;
}

div#tagcloud a:hover {
	color: #b25438;
}

div#tagcloud p {
	padding: 0px 35px 0px 25px;
	margin: 0px;
	font-weight: bold;
}

div#tagcloud .tag1 {
	color: #777;
	font-size: 0.8em !important;
}

div#tagcloud .tag2 {
	color: #666;
	font-size: 0.9em !important;
}

div#tagcloud .tag3 {
	color: #555;
	font-size: 1em !important;
}

div#tagcloud .tag4 {
	color: #444;
	font-size: 1.1em !important;
}

div#tagcloud .tag5 {
	color: #333;
	font-size: 1.2em !important;
}

div#tagcloud .tag6 {
	color: #222;
	font-size: 1.3em !important;
}

div#tagcloud .tag7 {
	color: #111;
	font-size: 1.4em !important;
}

div#tagcloud .tag8 {
	color: #000;
	font-size: 1.5em !important;
}



/* ------  blog archives   ------  */

div#blogarchives h3 {
	background-image: url(../_images/chrome/sidebartitle.png);
	background-repeat: no-repeat;
	padding: 20px 25px 10px 25px;
}

div#blogarchives ul {
	list-style: none;
	margin: 0px !important;
	padding: 4px 25px 10px 25px !important;
}

	div#blogarchives ul li {
		background: none !important;
		margin: 0px !important;
		padding: 0px !important;
		line-height: 20px !important;
	}























