/* reset */
* { padding: 0; margin: 0; }

/* default layout */
body { 
	background: #fff url(/img/default/body_bg.png) repeat-y center;
	font-size:75%;
	color: #000;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
}

a { color: #FF6600; }

a img { border: 0; }

h1, h2, h3, h4, legend, .font2 {
	font-family: 'Palatino','Times New Roman','helvetica',serif;
	font-weight: bold;
}

h1, h2, h3, h4, h5 {
	line-height: 1.4em;
	margin-top: 0;
	margin-bottom: .25em;
	font-weight: bold;
}

h1 { font-size: 2.5em; }

h2 { font-size: 2em; }

h3 { font-size: 1.75em; }

h4 { font-size: 1.3em; }

h5 { font-size: 1em; }

.size2 {
	font-size: 1.16em;
}

ul { 
	list-style-type: none;
	margin: .5em 0;
}

ul li { padding-bottom: 1em; line-height: 1.5em; }

p { 
	padding: .25em 0 1em 0;
  line-height: 1.5em;
}

blockquote {
	background: #efefef;
	font-style: italic;
	padding: .5em;
	margin-left: 1em;
}

legend { 
	font-size: 1.7em;
	color: #222;
}

fieldset {
	padding:1.4em;
	margin:0 0 1.5em 0;
	border:1px solid #ccc;
}

table td { padding: .5em; }


/* colors */
.swatch0 { color: #999 !important;}

.swatch1 { color: #FF6600 !important;}

.swatch2 { color: #0044FF !important; }

.faint_bg { background-color: #EFEFEF; }

.border1 { border: 2px solid #FDE2CA;}

.swatch1_links a { color: #FF6600 !important; }

.swatch2_links a { color: #0044FF !important; }


/* reusable classes */
.pad { padding: 10px; }

.pad2 { padding: 20px; }

.pad3 { padding: 30px; }

.margin { margin: 10px; }

.margin2 { margin: 20px; }

.margin3 { margin: 30px; }

.ceiling { margin-top: 10px; }

.ceiling2 { margin-top: 20px; }

.ceiling3 { margin-top: 30px; }

.floor { margin-bottom: 10px; }

.floor2 { margin-bottom: 20px;}

.floor3 { margin-bottom: 30px;}

.pad_horizontal { padding: 0 10px; }

.pad_horizontal2 { padding: 0 20px; }

.pad_horizontal3 { padding: 0 30px; }

.remove_border, .remove_border * { border: 0 !important; }

.input { margin-bottom: 1.5em; }

    .input label {
      font-size: .9em;
      text-transform: uppercase;
      display: block;
			font-weight: normal;
    }

		.input label span { 
			text-transform: none; 
			color: #999;
		}
   
    .checkbox label {
      display: inline;
			padding-left: .5em;
    }

.mute { 
	text-transform: uppercase; 
	font-size: .9em; 
}

.ghost { display: none; }

.cursor { cursor: pointer; text-decoration: underline; }

.clear { clear: both; font-size: 1px; }

.inline { display: inline !important; }

.block { display: block !important;}

.center_text { text-align: center; }

.right_text { text-align: right; }

.vacuum { 
	padding: 0 !important;  
	margin: 0 !important; 
	line-height: 1em;
}

.arrow1 li {
	background: url(/img/default/arrow1.png) no-repeat 0 4px;
	padding-left: 11px;
}

.arrow2 li {
	background: url(/img/default/arrow2.png) no-repeat 0 4px;
	padding-left: 11px;
}

.de_linkify {
	text-decoration: none;
	color: #000;
}

.col1, .col2, .col3, .col4 { float: left; }

.cake-sql-log { background: #fff;}

.cake-debug { background: #fff;}



/* layout */
#container, #footer { 
	width: 861px;
	margin: 0 auto;
}


/* header */
#header {
	background :url(/img/default/header.png) no-repeat;
	width: 861px; height: 125px;
	position: relative;
}

#header span {
	display: none;
}

#header h1 a { 
	width: 415px;
	height: 102px;
	position: absolute; 
	top: 20px;
}

#follow_us {
	position: absolute; 
	top: 12px;
	right: 130px;
	font-size: 1.2em;
}

#rss_small, #twitter_small, #facebook_small { 
	width: 24px;  height: 30px;
	position: absolute; 
	top: 4px;
}

		#rss_small { right: 92px; }

		#twitter_small { right: 55px; }

		#facebook_small { right: 20px; }

#header ul {
	margin-left: 460px;
	padding-top: 74px;
}
		#header li {
			font-size: 1.8em;
			display: inline;
			padding-right: 1.15em;
			font-weight: bold;
		}

		#header li a { text-decoration: none; }
		
		#header .active a {
			color: #000;
		}
		
/* footer */
#footer {
	background: url(/img/default/footer_bg.png) repeat-x;
	height: 30px;
	color: #fff;
	padding-top: 7px;
}
		#footer_nav { float: left; }
		
		#copyright { float: right; padding-right: 7px; }
		
		#footer a { padding-left: 7px; padding-right: 1.5em; }

/* content and sidebar */
#content_with_sidebar {
	width: 560px;
	float: left;
}

#sidebar {
	width: 290px;
	float: left;
}


/* homepage (posts/index) */

#posts h2 a {
	text-decoration: none;
	color: #000;
}

#posts li {
	background: url(/img/default/blog_bg.png) repeat-x bottom;
}

.pagination div { display: inline; }

/* sidebar */
#learn ul { 
	background: url(/img/default/books.png) no-repeat 0 38px;
	padding-left: 115px;
}

#sidebar_about img {
	float: right;
}

#sidebar_follow .col1, #sidebar_follow .col2, #sidebar_follow .col3 {
	width: 32%;
}


/* by state */
#by_state .col1, #by_state .col2, #by_state .col3, #by_state .col4 {
	width: 22%;
}

#by_state a { display: block; line-height: 1.5em; }

#by_state .size2 {
	background: url(/img/default/usa.png) no-repeat 0 50px;
	padding-left: 230px;
}

/* blog post */
#post_body img { padding: 1em; }


/* articles */
#articles {

}