/*
Theme Name: Wyoming Psych Theme
Theme URI: http://www.wypsych.org
Description: Custom theme for Wyoming Psychological Association reset using Starkers theme by Elliot Jay Stocks (http://elliotjaystocks.com).
Version: 1
Author: Adam Sweeney
Author URI: http://www.adamsweeneycreative.com
Tags: wyoming, psychological, association
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

@charset "UTF-8";
/* CSS Document */

/*Normalizing across site///////////////////////////////////////////////*/
/*Normalizes margin and padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, iframe {
	margin: 0;
	padding: 0;
}
/*Normalizes font-size for headers*/
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
/*Removes list-style from lists*/
ol, ul {
	list-style: none;
}
/*Normalizes font-style and font-weight*/
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
/*Removes border from fieldset and img*/
fieldset, img {
	border: 0;
}

/* Custom reset for common tags */

strong, b { font-weight: bold; }

em, i { font-style: italic; }

p, ul, ol { padding: 7px 0px; font-size: 14px; line-height: 20px; }

ol, ul { list-style-position: outside; margin-left: 7px; padding-left: 30px; }
ol { list-style-type: decimal; }
ul { list-style-type: disc; }

ul ul { list-style-type: circle; }

h1, h2, h3, h4, h5, h6 { font-family: Georgia, "Times New Roman", Times, serif; font-style:italic; font-weight: normal; text-transform: capitalize; padding: 7px 0px; color: #555555; }
h1 { font-size: 24px; line-height: 24px; }
h2 { font-size: 20px; line-height: 22px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

a:link, a:visited { color: #663366; text-decoration:none; font-weight: bold; }
a:active, a:hover { text-decoration: underline; }

hr { border: none; border-bottom: 1px solid #ddd; height: 1px; margin: 7px 0; }

img { margin: 5px; border: solid 2px #555;  }

.alignright { margin-left: 14px; }
.alignleft { margin-right: 14px; }

td { padding: 0 7px 7px 7px; }

blockquote { background-color: #FFFAF4; padding: 7px; margin: 7px; }

/*End Normalizing////////////////////////////////////////////////////////*/

/* Utility Classes */

.clear { clear: both; }

/* Structure */

body {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	background-color: #FFFAF4;
	background-image: url(template/bkg_grad.jpg);
	background-repeat: repeat-x;
}

#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-image: url(template/content_middle.jpg);
	background-repeat: repeat-y;
}

#header {
	width: 900px;
	height: 266px;
	background-image: url(template/header.jpg);
	background-repeat: no-repeat;
}

#content {
	width: 718px;
	background: none;
	background-image: url(template/content_top.jpg);
	background-repeat: no-repeat;
	padding: 39px 81px 39px 101px;
}

#nav {
	width: 128px;
	min-height: 100px;
	float: left;	
	padding: 0;
	margin: 0;
}

#nav li {
	width: 120px;
	height: 25px;
	display: block;
	background-image: url(template/nav_btn.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	text-align: right;
	padding-right: 8px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
}

#nav li a:link, #nav li a:visited {
	color: #000;
	text-decoration: none;
	width: 120px;
	height: 25px;
	display: block;Con
}

#nav li a:hover, #nav li a:active {
	color: #999;
	text-decoration: none;
}

#main_content {
	width: 570px;
	float: left;
	padding: 0;
	padding-left: 20px;
	margin: 0;
}

#footer {
	width: 900px;
	height: 112px;
	background-image: url(template/content_bottom.jpg);
	background-repeat: no-repeat;
	clear: both;
}

#footer p {
	text-align: center;
	padding: 0px 81px 0 221px;
	font-size: 11px;
	color: #555;
}

img#wpstats{display:none}