/* reset */
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.1
*/
body { color:#000;background:#FFF; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,
 input,textarea,p,blockquote,th,td { margin:0;padding:0; } 
table { border-collapse:collapse;border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal; }
li { list-style:none;} 
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%;font-weight:normal; } 
q:before,q:after{ content:''; }
abbr,acronym { border:0;font-variant:normal; }
sup,sub { line-height:-1px;vertical-align:text-top; }
sub{ vertical-align:text-bottom; } 
input, textarea, select { font-family:inherit;font-size:inherit;font-weight:inherit; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;;
  font-size: 14px;
	line-height: 1.461em;
  background: #fff url("/images/bg.png") top left repeat-y;
  color: #000;
/*  background: url("/images/rightside.jpg") top right no-repeat fixed;*/
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

a {
  text-decoration: none;
  color: #930;
}

a:hover, #menu ul li a:hover {
  color: #FF7F00;
}

h1, h2, h3, h4, h5, h6 {
  color: #292929;
  font-weight:  normal;
}
h1 {
	margin: 0;
	font-size: 1.615em;
	line-height: 0.904em;
	margin-bottom: 0.904em;
}
h2 {
	margin: 0;
	font-size: 1.461em;
	line-height: 1em;
	margin-bottom: 1em;
}
h3 {
	margin: 0;
	font-size: 1.307em;
	line-height: 1.117em;
	margin-bottom: 1.117em;
}
h4 {
	margin: 0;
	font-size: 1.153em;
	line-height: 1.266em;
	margin-bottom: 1.266em;
}

h1 a:hover {
  border:none;
}

p, ul, blockquote, pre, td, th, label {
	margin: 0;
	font-size: 1em;
	line-height: 1.461em;
	margin-bottom: 1.461em;
}

ul {
  margin-left: 30px;
  margin-right: 10px;
}
ul li {
  list-style: disc;
}

pre {
  margin-left: 20px;
  margin-right: 20px;
}

ul li h1, ul li h2, ul li h3, ul li h4 {
  margin-bottom: 5px;
}

abbr {
  border-bottom: 1px dotted #333;
}

#header {
  margin-bottom: 20px;
  padding: 10px;
  background: #FF7F00;
  float:right;
  margin-right: 0;
}
#header h1 {
  padding:0;
  margin:0;
  letter-spacing: -1px;
  color: #fff;
}

#container {
 margin-left: 10px;
}

#menu {
  float:left;
  width: 250px;
  font-size: 120%;
}

#menu ul {
  margin: 0 0 0 20px;
  padding:0;
  
}

#menu ul li {
  margin-bottom: 5px;
  list-style: none;
}

#menu ul li.subitem {
  margin-left: 10px;
  font-size: 90%;
  list-style: none;
  margin-top: -5px;
}

#menu ul li a {
/*  color: #2B312A;*/
  color: #656763;
}

#content {
  float:left;;
  margin-left: 40px;
  max-width: 500px;
}
#container #content, #container #menu {
  margin-top: 100px
}

#admin-container #content, #admin-container #menu {
  margin-top: 50px;
}

.clear {
  clear:both;
}

.flash_message {
  clear: both;
  padding: 2px 5px 2px 20px;
  margin-bottom 20px;
  border-bottom:2px solid #ccc;
}

.flash_message.success {
  color: #588e03;
  background: #e9fad9;
  border-color: #588e03; 
}

.flash_message.error {
  color: #c30000;
  background: #f2dcdc;
  border-color: #c30000;
}

/* Forms */

textarea {
  width: 90%;
}

fieldset { 
  padding: 3px; 
  margin: 0 0 10px 0; 
  width: 100%;
}

legend { 
  font-weight: bold; 
  font-size:12px; 
}

label { 
  font-weight: bold; 
}

.required {
  color: #aaa;
  font-size: 10px;
  font-weight: normal;
}

form {
  margin-bottom: 1.5em;
}

input.text { 
  padding: 3px; 
  width: 350px; 
}

textarea { 
  width: 350px; 
  height: 150px; 
  padding: 3px; 
}
textarea.text { height: 60px; }
textarea.wide { width: 100%; }
textarea.tall { height: 500px; }
textarea.medium { width: 450px; height: 250px; }
select        { width: 200px; }

input.text, textarea, select {
  margin: 5px 0 10px 0;
  border: 1px solid #bbb;
}

input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border: 1px solid #666;
}

/* ---- */

ul.listing li {
  list-style:none;
}


ul.portfolio_listing li {
  list-style: none;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #666;
}

ul.work-list {
  margin: 0;
  padding: 0;
}
ul.work-list li {
  list-style:none;
}

ul.work-list li.works img {
  display: inline;
}

ul.work-list li.title {
  font-weight: bold;
  margin-bottom: 30px;
}

.timestamp {
  font-size: 80%;
  color: #666;
  font-weight: normal;
  margin-bottom: 5px;
}

.post h2, .post h1 {
  margin-bottom: 0;
}

.post {
  margin-bottom: 30px;
}

.right {
  float: right;
  margin: 10px;
  margin-right: 0 !important;
}

.footnote {
  font-size: 90%;
  color: #666;
}