/*
Theme Name: Main Street Alliance 2
Description: home made theme for Main Street Alliance
Version: 1.2
Author: Dennis Osorio
Author URL: http://dposorio.com/
*/

/* generics thanks to Meyerweb.com */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* end of generics */



html, body, h1, h2, h3, h4, h5, h6, blockquote, p, form {
  margin: 0;
  padding: 0;
  }

em { font-style: italic; }

blockquote {
	margin-left: 3em;
	margin-right: 3em;
	}

.spacer, .spacer2 {
  clear: both;
  height: 1px;
  }

body {
  font-family: helvetica, arial, georgia, sans-serif;
  font-size: 13px;
  text-align: center;
  vertical-align: top;
  color: #000000;
  margin: 0 0 15px 0;
  }

body { background-color: #f2ede0; }
  
#container, #login, .spacer2 { background-color: #fef6e5; }

strong { font-weight: bold; }

#wrapper {
  margin: 0 auto 0 auto;
  padding: 0;
  width: 826px;
  text-align: left;
  background-color: #00723a;
  border: 1px solid #252525;
  border-top: 0px solid #252525;
  }

h1, h2, h3, h4, h5, h6 { padding: 5px 0px 5px 0px; }
h1 { font-size: 24px; }
h2  { font-size: 22px; }
h3  { font-size: 20px; }
h4  { font-size: 18px; }
h5  { font-size: 16px; }
h6  { font-size: 14px; }

a:link, a:visited {
  text-decoration: underline;
  color: #00723a;
  }

a:hover {
  text-decoration: none;
  }

p {
  padding: 5px 0;
  }

#header {
  color: #fff;
  margin: 0;
  padding: 0;
  float: left;
  width: 826px;
  height: 190px;
  border-bottom: 1px solid #252525;
  }

#header a, #header a img {
  text-decoration: none;
  color: #fff;
  border: 0;
  }

#container {
  float: left;
  width: 577px;
  min-height: 800px;
  padding: 15px;
  border-right: 1px solid #252525;
  }

.statenav {
  margin: 3px 0px 20px 0px;
  padding: 5px 5px 20px 5px;
  border-bottom: 2px solid #00723a;
  line-height: 1.6;
  }

.statenav ul, .statenav li {
  list-style-type: none;
  display: inline;
  padding: 0;
  margin: 0;
  }

.statenav li {
  padding: 2px 5px;
  }

.statenav a:link, .statenav a:visited {
  text-decoration: none;
  }

.statenav a:hover {
  text-decoration: underline;
  }
  
.statenav ul li:nth-child(even) { font-weight: bold; }

.post {
  padding: 10px 0 10px 0;
  }

.post h2 {
	font-size: 18px;
	padding: 0 0 10px 0;
	}

.post ul {
  list-style-type: disc;
  margin-left: 1em;
	}

.post li {
	margin-top: 1em;
	}

.entry {
	line-height: 18px;
	}

p.postmetadata {
  border-bottom: 1px solid #ccc;
  padding: 0 0 25px 0;
  }

.navigation {
  padding: 10px 0 0 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  }

.sidebar {
  float: left;
  width: 203px;
  margin: 0 0 0 15px;
  padding: 10px 0;
  display: inline;
  line-height: 1.2;
  }

.sidebar a:link, .sidebar a:visited {
  text-decoration: none;
  color: #fff;
  }

.sidebar a:hover {
  text-decoration: underline;
  }

.sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 0 10px 0 10px;
  }

.sidebar ul li, .sidebar ul ul li {
  padding: 5px 0;
  }

.action, .action a:link, .action a:visited, .home, .home a:link, .home a:visited {
	color: #e5b75f;
	font-weight: bold;
	}

ul.actions {
	margin: 0;
	padding: 0;
	margin-top: 1em;
	}

ul.sidebar_header {
	margin: 0;
	padding: 0;
	}
	
li.sidebar_header {
	font-weight: bold;
	color: #fff;
	}

#searchform, #emailform {
	text-align: left;
	}

li.search {
	margin-bottom: 15px;
	}

#footer {
  clear: both;
  background-color: #e5b75f;
  margin: 0;
  float: left;
  width: 826px;
  padding: 15px 0px;
  border-bottom: 1px solid #252525;
  border-top: 1px solid #252525;
  }

#footer p {
  line-height: 18px;
  }

#footer a:link, #footer a:visited {
  text-decoration: none;
  }

#footer a:hover {
  text-decoration: underline;
  }

#footer p, #footer h1, #footer h2 { 
  margin-left: 10px;
  margin-right: 10px;
  }

.comments-template {
  margin: 10px 0 0;
  padding: 10px 0 0;
  }

.comments-template ol {
  margin: 0;
  padding: 0 0 15px;
  list-style: none;
  }

.comments-template ol li {
  margin: 10px 0 0;
  line-height: 18px;
  padding: 0 0 10px;
  }

.comments-template h2, .comments-template h3 {
  font-size: 16px;
  }

.commentmetadata {
  font-size: 12px;
  }

.comments-template p.nocomments {
  padding: 0;
  }

.comments-template textarea {
  font-size: 12px;
  }

#login {
  clear: both;
  padding: 15px;
  margin: 0;
  }

#login ul {
  list-style-type: none;
  text-align: right;
  }


  
/* #page_children section -- lists children pages for some states like WA */

#page_children ul { margin-left: 2em; }

#page_children li {
	margin-top: 0px;
	margin-bottom: 10px; 
	line-height: 16px;
	font-size: 14px;
}

#page_children h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

