/* 
   css for front page only 
   cbd 2007-10-29 
   update and comment for move to compositionforum.com 2008-07-05
   restructure, use ems, and add blog as list 2008-07-07
*/

/* document structure */

body { 
	background: #c9ca99;
	width: 60%;
	margin: 0 auto;
	padding: 5em 0 0 0;
	text-align: center;
}

#frontcontent {
	/* stripe across center */
	/* padding-top: 10em; */
	padding: 3em;
	background: url('images/bg_middle.gif');
}

#blogbox {
	background: #ffffff;
	padding: 2em;
	text-align: left; 
}

/* 	formatting */ 

.fronttag {
	/* for "A journal..." tagline */
	color: white;
	font-weight: bold;
	padding-top: 1em;
	padding-bottom: 1em;
}

/* more formatting: next three classes for front navigation list */

ul.frontnav, ul.frontnav li, ul.frontnav li.first {
	display: inline;
	list-style: none;
}

ul.frontnav {
	margin: 0;
	padding: 0;
}

ul.frontnav li {
	padding-right: 0.5em;
	border-right: 0.15em solid #FFFFFF;
}

ul.frontnav li.last {
	padding-right: 0;
	border-right: none;
}

/* more formatting: blog entries & list; some empty for later if needed */

#blogbox ul, #blogbox ul li {
	list-style: none;	
}

#blogbox h3 {
	padding-top: 0.5em;	
}

.blogitem {
	/* for description of each item */
}

.blogmore {
	/* links to items in blog feed */
	text-align: right;
	padding-bottom: 1em;
	font-style: italic;
}

.frontATAC {
	padding-top: 1em;
}