/*   
Theme Name: Unfussy
Theme URI: http://phiffer.org/wordpress/unfussy/
Description: A basic theme
Version: 1.0
Author: Dan Phiffer
Author URI: http://phiffer.org/
*/

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: "" "";
}

body {
  text-align: center;
  font: 14px/1.5em "helveticaneue", "helvetica neue", helvetica, arial, sans-serif;
  color: #333;
}

a {
  color: #6E974B;
}

a:hover {
  color: #000;
}

h1 {
  font: 18px futura, verdana, sans-serif;
  text-transform: uppercase;
}

h1 span {
  color: #898989;
  margin-left: 3px;
}

#page {
  width: 583px;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 50px;
}

#header {
  padding: 50px 0 25px 0;
}

#header .description {
  color: #666;
  font: 11px gill sans, verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 5px;
}

h2 {
  font: 24px futura,helvetica,arial,sans-serif;
  margin-bottom: 5px;
}

h2 a, h1 a {
  text-decoration: none;
}

h2 a {
  color: #000;
}

h2 a:hover, h1 a:hover {
  text-decoration: underline;
}

h3 {
  font: 16px futura,helvetica,arial,sans-serif;
  text-transform: uppercase;
  margin: 15px 0 10px 0;
}

ol, ul, p, .video {
  margin-top: 10px;
}

ul li {
  list-style: none;
}

.entry ol li {
  list-style: decimal;
  margin-left: 17px;
}

.entry ul li {
  list-style: square;
  margin-left: 17px;
}

.hentry {
  margin-top: 25px;
}

.hentry .utilities {
  margin-top: 10px;
}

img.alignnone {
  margin-top:  23px;
}

.page-template-menu-php #page {
  width: 799px;
}

.page-template-menu-php #header {
  padding-bottom: 10px;
}

.menu-menu-container {
  position: absolute;
  padding: 30px;
}

#menu-menu {
  margin-top: 0;
}

.menu-menu-container a {
  color: #fff;
  font: 14px futura, verdana, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  
}

#menu-menu li {
  margin-bottom: 10px;
}

#menu-menu .sub-menu li {
  margin-bottom: 0;
  margin-left: 20px;
}

#menu-menu .sub-menu a {
  text-transform: none;
}

.menu-menu-container a:hover {
  text-decoration: underline;
}

blockquote {
  margin-left: 15px;

}
body.page-id-740 ul li, body.page-id-750 ul li {
 list-style: square;
}
