/* This incorporates and modifies parts of typography.css and forms.css from blueprintcss (http://code.google.com/p/blueprintcss/)
Things are temporarily a mess while I setup this new site.  -Josh Rosen
*/
  body { 
  font-size: 75%;	
  color: #222; 
  font-family: Helvetica, Arial, Verdana, sans-serif; 
  line-height:1.5;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal;   color: #111;  }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; font-weight:bold;}
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em 0; font-size:1em; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.top   { margin-top: 0; } /* Use this if the image is at the top of the <p>. */
img         { margin: 0 0 1.5em; }
hr { margin: 1.5em 0}

ul, ol      { margin:0 1.5em 1.5em 1.5em; }
ul li 		{ list-style: disc outside; margin: 0 0 1.5em 0; }
ol          { list-style: decimal outside;   }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin-top: 1.5em; font-style: italic; }
del         { color:#666; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; background: #ffc; }
dfn         { font-weight: bold; }
pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } 
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }


/* Tables
-------------------------------------------------------------- */

table   { margin-bottom: 1.4em; }
th      { border-bottom: 2px solid #ccc; font-weight: bold; }
td      { border-bottom: 1px solid #ddd; }
th,td   { padding: 4px 10px 4px 0; }
tfoot   { font-style: italic; }
caption { background: #ffc; }

/* Use this if you use span-x classes on th/td. */
table .last { padding-right: 0; } 

label { font-weight: bold; }

/* Forms
-------------------------------------------------------------- */

/* Fieldsets */
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }

/* Text fields */
input.text, input.title   { width: 300px; margin:0.5em 0.5em 0.5em 0; }
input.text, input.title   { border:1px solid #bbb; background:#f6f6f6; padding:5px; }
input.text:focus,
input.title:focus         { border:1px solid #999; background:#fff; }
input.title               { font-size:1.5em; }

/* Textareas */
textarea            { width: 400px; height: 250px; margin:0.5em 0.5em 0.5em 0; }
.comment_name_input, .comment_email_input, .comment_web_input, textarea  { border:1px solid #bbb; background:#eee; padding:5px; margin-right:5px; }
.comment_name_input:focus, .comment_email_input:focus, .comment_web_input:focus, textarea:focus      { border:1px solid #999; background:#fff; }

/* Select fields */
select              { border:1px solid #ccc; background:#f6f6f6; width:200px; }
select:focus        { border:1px solid #999; background:#fff; }


/* Success, error & notice boxes for messages and errors. */
.error,
.notice, 
.success,
ul.comments_error { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error, .comments_error  { background: #FBE3E4; color: #D12F19; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #817134; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #529214; border-color: #C6D880; }
.error a    { color: #D12F19; }
.notice a   { color: #817134; }
.success a  { color: #529214; }
ul.comments_error {display:block; background: #FBE3E4; color: #D12F19; border-color: #FBC2C4; padding-left:2em;}

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }

/* Rosenville.com Specific
-------------------------------------------------------------- */
.wrap {margin:0 auto;}
#content_wrap{float:left; width:100%;margin-right:-200px;}
#navigation {float:right;width:200px;overflow: hidden;}
#content {margin-right:200px; padding:0 20px 0 20px;}
#header {background:#BEC71C; padding:1em 0 1em 1em; margin-bottom:1.5em; color:#190E0F;}
#header h1, #header p{display: inline; font-size: 2em; margin: 0 0 0.75em 0; padding:0; font-weight:normal;}
#comment {margin-top:1em;}
.entry-content{ border-bottom: 1px solid #ddd; margin-bottom:1.5em;} /*padding-bottom:1.5em; */
.entry-title, .published {font-weight:bold;}
.article-list-comments-count {text-align: right;}
/* Code Highlighting */
pre, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {font: 1em monospace;}
code {background:#483B39; display:block; padding:10px; color:#BEC71C;}
tt { display:inline; }