@CHARSET "UTF-8";

/*  
Module Name: Cms
Description: Module for cms feature
Version: 1.0
Author: Derek Bender
Author URI: http://nfistudios.com/
Date Created: 6-7-10.
Notes: 
*/

/* main cms page list */
#cms_pages li.even,
#cms_pages li.odd {
	border-bottom: 1px solid #CCC;
	}
	
	#cms_pages li.even:hover,
	#cms_pages li.odd:hover {
		background-color: #F2F2F2;
		}
	
#cms_pages li.even {
	background: none; /* temp till zebra stripes go away from .archive */
	}
	
/* CMS end page styling */
.cms_tpl h1,
.cms_tpl h2,
.cms_tpl h3,
.cms_tpl h4,
.cms_tpl h5,
.cms_tpl h6 {
	color: #333;
	text-transform: none;
	margin-bottom: .7em;
	margin-top: 0;
	}
	
.cms_tpl h1 {
	font-size: 22px;
	}
	
.cms_tpl h2 {
	font-size: 20px;
	}
	
.cms_tpl h3 {
	font-size: 18px;
	}
	
.cms_tpl h4 {
	font-size: 16px;
	}
	
.cms_tpl h5 {
	font-size: 14px;
	}
	
.cms_tpl h6 {
	font-size: 12px;
	}
	
.cms_tpl p {
	line-height: 1.4;
	margin-bottom: 1em;
	margin-top: 0;
	max-width: 600px;
	}
	
.cms_tpl address {
	font-style: italic;
	line-height: 1.4;
	padding: 0;
	margin-bottom: .2em;
	}
	
.cms_tpl img {
	background: #FFF;
	border: 1px solid #CCC;
	padding: 5px;
	margin: 10px;
	}
	
.cms_tpl ul,
.cms_tpl ol {
	margin-bottom: 1.2em;
	margin-left: 2.2em;
	}
	
.cms_tpl ul {
	list-style-type: disc;
	}
	
	.cms_tpl li {
		line-height: 1.4em;
		}
	
	
