/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* -------------------------------------------------------------- 
  
   actual css
   
-------------------------------------------------------------- */

body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", "Myriad Pro", Helvetica, Arial, sans-serif;
	background: #fff6b0 url(images/bg.png) top;
	color: #432818;
	line-height: 22px;
  font-size: 82%;
}

h2 {
  position: relative;
  float: left;
  color: #fff6b0;
  font-weight: bold;
  background: transparent url(images/h.png) no-repeat 0px 16px;
  width: 180px;
  height: 25px;
  margin: 0 0 0 0;
  padding: 20px 10px 18px 10px;
}
h1 { font-size: 2.0em; }
h2 { font-size: 1.2em; }
h3 { font-size: 2.0em; }
.post h3 {
  display: block;
  clear: both;
  float: none;
  line-height: 27px;
  margin: 0 0 0 0;
  padding: 15px 0 0 0;
  border-bottom: 2px solid #a2deb0;
}
.post h3 br {
  margin-bottom: 20px;
}
.post span.author {
  background: transparent url(images/icons/user.gif) no-repeat 0px 4px;
  padding-left: 20px;
  float: left;
}
.post span.date {
  background: transparent url(images/icons/clock.gif) no-repeat 0px 4px;
  margin-left: 10px;
  padding-left: 20px;
  float: left;
}
.post span.comment {
  background: transparent url(images/icons/comment.gif) no-repeat 0px 4px;
  padding-left: 20px;
  float: right;
}
.post span.category,
.post span.tags {
  background: transparent url(images/icons/folder.gif) no-repeat 0px 4px;
  padding-left: 20px;
  margin-bottom: 22px;
  float: none;
  clear: both;
  display: block;
}
.post span.edit {
  background: transparent url(images/icons/edit.gif) no-repeat 0px 4px;
  padding-left: 20px;
  float: none;
  clear: both;
  display: block;
}

.status small {
  float: none;
  display: block;
  text-align: right;
  clear: both;
  color: #366;
}
.status span.date {
  background: transparent url(images/icons/clock.gif) no-repeat 0px 0px;
  margin-left: 10px;
  padding-left: 20px;
}

div div.back {
  background: transparent url(images/icons/back.gif) no-repeat 0px 4px;
  padding-left: 20px;
  width: 270px;
  float: left;
  text-align: left;
}
div div.forward {
  background: transparent url(images/icons/forward.gif) no-repeat 100% 4px;
  padding-right: 20px;
  width: 275px;
  float: right;
  text-align: right;
}

.delicious-posts ul {list-style-type:none; margin: 0 0 1em 0; padding: 0 }
.delicious-tag,.delicious-extended {font-size:smaller}
.delicious-extended{margin:0;padding:0 0 0 0 !important;}
.module-list-item .delicious-posts ul{margin:0;padding:0}
.module-list-item .delicious-posts h2,
.module-list-item .delicious-posts li:first-child{margin-top:0} 

p {
  margin: 0 0 22px 0;
  line-height: 22px;
}

a:link,
a:visited,
a:active,
a:hover {
  text-decoration: underline;
  color: #432818;
  font-weight: bold;
}
h1 a, h2 a, h3 a:link, h3 a:hover, h3 a:visited {
  text-decoration: none;
}
.navigation a:link,
.navigation a:visited,
.navigation a:active,
.navigation a:hover {
  margin: 22px 5px;
  position: relative;
  display: block;
  float: left;
  font-size: 1.0em;
  text-decoration: none;
  border-bottom: 2px solid #a2deb0;
}
.navigation a:hover {
  color: #366;
  border-bottom-color: #432818;
}

.footer a:link,
.footer a:visited,
.footer a:active,
.footer a:hover {
  color: #a2deb0;
  text-decoration: underline;
}
.footer a:hover {
  color: #366;
  text-decoration: none;
}

ul,
ul li {
  list-style: none inside none;
  margin: 0; padding: 0;
}

/*

  Structure

*/

.container {
	margin: 0 auto;
	width: 960px;
	position: relative;
	float: none;
}

.navigation,
.container .content,
.container .sidebar,
.container .sidebar .status,
.footer {
	width: 960px;
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
  text-align: left;
}
.header {
	position: relative;
	float: left;
	background: transparent url(images/film.png) repeat-x top;
	width: 100%;
	height: 117px;
}
.header .film {
	width: 960px;
	margin: 19px auto;
	height: 75px;
}
.header .film .left {
  display: block;
  float: left;
  clear: none;
	background: transparent url(images/filml.jpg) no-repeat top;
	width: 95px;
	height: 75px;
	margin-left: -95px;
}
.header .film .right {
  display: block;
  float: left;
  clear: none;
	background: transparent url(images/filmr.jpg) no-repeat top;
	width: 95px;
	height: 75px;
	margin-left: 960px;
	margin-right: -95px;
}
.header .film img {
  display: block;
  float: left;
  clear: none;
}

.container .content {
	width: 590px;
	padding-right: 10px;
  text-align: left;
}
.navigation {
	width: 590px;
	margin-top: -18px;
	padding-top: 0;
	height: 66px;
}
.footer {
  margin-top: 22px;
	background: #000;
	width: 100%;
}
.footer .content {
  width: 960px;
  margin: 0 auto;
  padding-top: 22px;
  color: #fff6b0;
}
.footer .content p.wp-disabled {
  width: 960px;
  margin-top: -100px;
  color: #432818;
}

.container .sidebar {
	width: 340px;
	padding-left: 20px;
	margin-top: -2px;
  text-align: left;
  float: right;
}
.container .sidebar .status {
	background: white url(images/status.png) repeat-y top;
	width: 320px;
	padding: 0 10px;
	margin: 28px 0 22px 0;
  text-align: left;
}
.container .sidebar .status .top {
	background: transparent url(images/statustop.png) no-repeat top;
	height: 28px;
	margin: -28px -10px 0 -10px;
}
.container .sidebar .status .bottom {
	background: transparent url(images/statusbottom.png) no-repeat top;
	height: 22px;
	margin: 0 -10px -22px -10px;
}
.container .sidebar h2 {
  clear: both;
  float: none;
}

.comments {
	position: relative;
	float: left;
	background: transparent url(images/commentbg.png) repeat-y top;
	width: 570px;
	padding: 0 10px;
}
.comments .top {
	background: transparent url(images/commenttop.png) no-repeat top;
	height: 22px;
	margin: -22px -10px 0 -10px;
}
.comments .bottom {
	background: transparent url(images/commentbottom.png) no-repeat top;
	height: 22px;
	margin: 0 -10px -22px -10px;
}


.col240 {
  position: relative;
  float: left;
  width: 220px;
  margin: 0 10px;
}
.col240 h4,
.col240 h2 {
  color: #fff6b0;
  font-weight: bold;
  background: transparent url(images/hblack.png) no-repeat top;
  width: 170px;
  margin-left: -10px;
  padding: 0 5px;
  font-size: 1em;
}

.map {
  padding: 10px 20px;
}
.map img {
  position: relative;
  display: inline;
  border: none;
}