@charset "utf-8";
/* CSS Document */

/* ########################################################
Plug-In Sioux Falls
Copyright 2010
Jill Blom, Project Lead
Thane Barnier, Programer
Jen Terveen, Designer

Basic Styles
Styles that fix browser issues, set default text and colors, 
provide a variety of text treatments to choose from for the
content and allow for easy handling of images.
############################################################ */

/* ###### BROWSER ISSUES ###### */

/* Sets margins to 0 as well as forces scroll bar */
html {
	min-height: 100%;
	margin: 0;
	margin-bottom: 1px;
	outline: 0;
}

/* Removes "focus" lines from Firefox */
:focus {
outline: 0;
} 

/* Removes built-in browser styles */
* {
/*border: 0;*/
margin: 0;
padding: 0;
}

/*Sets Arial as default */
body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	font-size: 12px; /* Equivalent to 12px */
	line-height: 16px; /* Equivalent to 16px */
}

/* Prevents links on images from automatically creating borders */
img {
	border: 0;
}

/* ###### DEFAULT TEXT ###### */

p { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; /* Equivalent to 12px */
	line-height: 16px; /* Equivalent to 16px */
}

#comments_body p { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; /* Equivalent to 12px */
	line-height: 16px; /* Equivalent to 16px */
	margin: 10px 0;
}

#post_body p { 
	font-family: Arial, Helvetica, sans-serif !important;;
	font-size: 12px !important;; /* Equivalent to 12px */
	line-height: 16px; /* Equivalent to 16px */
	margin: 10px 0;
}

#nf_intro p { 
	font-family: Arial, Helvetica, sans-serif !important;;
	font-size: 12p !important;x; /* Equivalent to 12px */
	line-height: 16px; /* Equivalent to 16px */
	margin: 10px 0;
}

h1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px; /* Equivalent to 12px */
	line-height: 28px; /* Equivalent to 16px */
	font-weight: bold;
}

h2 { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px; /* Equivalent to 12px */
	line-height: 22px; /* Equivalent to 16px */
	font-weight: bold;
	color: #333;
}

h3 { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px; /* Equivalent to 12px */
	line-height: 18px; /* Equivalent to 16px */
	font-weight: normal;
	color: #70bc57;
	margin-bottom: 6px;
}

h1.phark {
	text-indent: -9999px;
	line-height: 0;
}

hr { }

*.bodytext {
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 14px 0 0 0;
}

/* ###### TEXT TREATMENTS ###### */

*.dkgreen { color: #5e8746; }

*.green { color: #70bc57; }

*.ltgreen { color: #a8dd7d; }

*.ltgray { color: #E6E6E6; }

*.mdgray { color: #999; }

*.dkgray { color: #333; }

*.white { color: #FFF; }

*.small {
	font-size: 10px;
	line-height: 14px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

*.large {
	font-size: 16px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

*.xlarge {
	font-size: 20px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

*.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

*.subtitle {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #70bc57;
	font-style: italic;
	font-weight: bold;
}

*.quote {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #70bc57;
/*	font-style: italic;*/
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
}

/* ###### TABLE AND IMAGE CUSTOMIZATION ###### */

*.rowborder { border-bottom: 1px solid #70bc57; padding: 5px;}

*.rowborder_right { border-right: 1px solid #70bc57; padding: 5px;}

*.rowborder_left { border-left: 1px solid #70bc57; padding: 5px;}

*.rowborder_corner { 
	border-right: 1px solid #beeb9a; 
	padding: 8px; 
	border-bottom: 1px solid #70bc57;
}

*.row_noborder {
	padding: 5px;
}

*.rowborder_nopadding { border-bottom: 1px solid #70bc57;}

*.row_header {
	padding: 5px;
	background-color: #E6E6E6;
}

*.imageborder { border: solid 2px #70bc57; }

*.imagealign_left {
	float: left;
	margin-right: 15px;
	border: solid 2px #70bc57;
	display: inline;
}

img.imagealign_right {
	float: right;
	margin-left: 15px;
	border: solid 2px #70bc57;
	display: inline;
}

*.searchTitle {
	color: #5e8746;
}

