/*
Theme Name: Riverton
Theme URI: http://www.myrivertonplan.com
Description: Designed for Riverton Comprehensive Plan
Version: 1.0
Author: Q Digital Studio
Author URI: http://www.qdigitalstudio.com
*/
body  {
	font: 75% Myriad, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #444546;
	background: #e4eff8 url(/images/bg-gradient.jpg) repeat-x;
}
a {
	color: #444546;
}
a:hover {
	color: #77797A;
}
img {
	border: 0;
}
#container {
	background: #ffffff url(/images/bg-page.jpg) repeat-y;
	width: 900px;
	padding: 0;
	margin: 0 auto;
	border-left: 10px solid #094875;
	border-right: 10px solid #094875;
	border-bottom: 1px solid #094875;
	text-align: left;
} 
#header {
	background: #efebdd url(/images/bg-header.jpg) no-repeat;
	height: 157px;
	margin: 0;
	padding: 0;
} 
#header h1 {
	margin: 0;
	padding: 15px 0 0 30px;
}
#header #clientlink {
	float: right;
	padding: 10px 20px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 227px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
}
#sidebar1 ul {
	width: 227px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#sidebar1 ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
}
#sidebar1 ul li a {
	display: block;
	width: 197px;
	background: #abb546 url(/images/bg-link-up.png) center center;
	text-transform: uppercase;
	color:#ffffff;
	line-height: 32px;
	text-decoration: none;
	padding: 0 15px;
	margin: 0;
	border-bottom: 1px solid #8e9727;
	font-weight: bold;
}
#sidebar1 ul li a:hover {
	background: #abb546 url(/images/bg-link-over.png) center center;
	color:#ebefc6;
}
#sidebar1 ul li a.first {
	background: #abb546 url(/images/bg-link-top-up.png) top center;
}
#sidebar1 ul li a.first:hover {
	background: #abb546 url(/images/bg-link-top-over.png) top center;

}
#sidebar1 ul li ul {
	width: 227px;
}
#sidebar1 ul li ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
}
#sidebar1 ul li ul li a {
	display: block;
	width: 177px;
	background-color: #f1f3d2;
	background-image: none;
	text-transform: none;
	color: #444546;
	line-height: 22px;
	padding: 0 25px;
	margin: 0;	
	border: none;
	font-weight: normal;
	font-size: 90%;
}
#sidebar1 ul li ul li a:hover {
	background-color: #f1f3d2;
	background-image: none;
	color: #abb545;
}
#sidebar1 p {
	margin: 5px 5px 20px 10px;
	background-color: #dae192;
	padding: 5px 8px;
}
#innerContainer {
	background: url(/images/bg-body-slice.png) no-repeat;
	margin: 0;
	padding: 0;
}
#mainContent {
	margin: 0 0 0 250px;
	padding: 0 20px;
	text-align: left;
}
#mainContent p {
	line-height: 1.5em;
} 
#sidebar2 {
	float: right;
	width: 214px;
	margin: 20px 0 20px 20px;
}
#mainContent #sidebar2 p {
	line-height: 1.2em;
}
.callout {
	margin-top: 15px;
	background-color: #f1f3d2;
}
#imageContainer {
	position:relative;
	margin: 5px 0 0 1px;
	width:210px;
	height: 158px;
}
#imageContainer img {
	display:none;
	position:absolute;
	top:0; 
	left:0;
}
.subcalldiv {
	border-top: 3px solid #ffffff;
	padding: 10px 15px;

}
.chunk {
	background-color: #e6e9ec;
	padding: 0;
}
.chunk h2 {
	color: #698C3A;
	text-transform: uppercase;
	font-size: 11pt;
	border-bottom: 3px solid #ffffff;
	padding: 10px 15px;
}
.chunk p {
	padding: 0 15px 10px 15px;
}
.chunk .emaildiv {
	padding: 0 15px 30px 15px;
}
.chunk .calendardiv {
	padding: 0 15px 0 15px;
}
h2 {
	color: #b99934;
	font-weight: normal;
	font-size: 24pt;
	padding: 5px 0;
	margin: 5px 0;
}
h3, #calendar_wrapLarge h2 {
	color: #1660a2;
	font-weight: normal;
	font-size: 16pt;
}
#footer {
	padding: 5px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#efebdd url(/images/bg-footer.jpg) repeat-x;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent ol, #mainContent ul {
 	margin: 5px 20px; 
 	padding: 5px 20px;
}
#mainContent li {
	padding: 5px 0;
	line-height: 1.4em;
}

/* FORMS */
#sidebar1 #searchform {
	padding: 5px 8px;
}
#sidebar1 input {
	border: 1px solid #727a11;
	background-color: #f1f3d2;
	color: #6d751b;
}
#sidebar1 .formbutton {
	border: 2px solid #727a11;
	background-color: #f1f3d2;
	color: #6d751b;
	margin: 5px 0;
}

.divider {
	border-bottom: 1px solid #8e9727;
}

/* EMAIL SIGNUP */

.emailbox {
	padding-left: 18px;
	line-height: 100%;
	font-size: 12px;
	color: #727a11;
}
.emailbox h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #444546;
	text-transform: uppercase;
}

/* Controls width of your form */
.e2ma_signup_form {
	width:180px;
}

/* Controls the style, width, and font style of the text input, select and textarea fields */
.e2ma_signup_form input[type=text],
.e2ma_signup_form textarea,
.e2ma_signup_form select { 
	border:1px solid #ccc; 
	width: 170px; 
}

/* Controls width, style, and padding of the table border outlines around individual member fields */
.e2ma_signup_form_row {
	font-weight: bold;
	padding:2px 0;
	margin-bottom:3px;
}

/* Controls alignment and display of image in welcome message */
.e2ma_signup_image_container {
    text-align:center;
    display: none; /* 'none' prevents image from showing on sidebar, but will still show in detailed signup screen */
}

/* Controls border around signup image (when image is linked) */
.e2ma_signup_image {
    border:0;
}

/* Controls style and formatting of welcome message */
.e2ma_signup_message {

}

/* Controls style and formatting of form field labels (first name, last name, etc.) */
.e2ma_signup_form_label {
	text-align:left;
	padding:5px 0 2px 0;
}

/* Controls spacing and style for any text used to list options under multiple choice fields) */
.e2ma_signup_form_element {

}

/* For signup screens that are set to allow people to select which audience groups they'd like to join: Controls style for "Select your interests..." text */
.e2ma_signup_form_group_label {
	font-weight:normal;
}

/* For signup screens that are set to allow people to select which audience groups they'd like to join: Controls style and spacing for groups displayed as options */
.e2ma_signup_form_groups {
	border:1px solid #dddddd;
	padding:5px;
	margin-bottom:5px;
}

/* Controls the style and spacing of the word "required" and border surrounding that text */
.e2ma_signup_form_required_footnote {
	padding: 2px 5px;
	margin-bottom:5px;
	font-style: italic;
	text-align: right;
	font-size: 10px;
}

/* Controls the color of the asterisk that indicates a field is required */
.e2ma_signup_form_required_asterix {
	color:#FF0000;
}

/* Controls the alignment of "submit" and "clear" buttons */
.e2ma_signup_form_button_row {
	float:left;
}

/* Controls display of the "clear" button */
.e2ma_signup_form_button_row #e2ma_signup_reset_button {
	display: none;
}

/*Overrides browser default settings for button styles (for additional control of "submit" and "clear" buttons) */
.e2ma_signup_form_button { 
	border: 2px solid #c1c3b2;
	color: #666;
	background-color: #f1f3d2;
    width: 60px !important;
}

/* CALENDAR STYLES */
ul.wplc_event_list {
	text-align: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.wplc_event_list li {
	padding: 10px 0;
	margin: 0;
	line-height: 110%;
}

/* MEETING SUMMARIES */
.public-materials {
	width: 100%;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	margin: 0;
	padding: 0;
	color: #999;
}
.public-materials th, .public-materials td {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 3px 5px;
}
.public-materials th {
	font-size: 1.2em;
	color: #222;
}
.public-materials a {
	color: #666;
}
