
/* GLOBAL 
-------------------*/

body											{ margin:0; text-align:center; font-family:helvetica; color:#000; }
p												{ margin:0 0 1em;}
img												{ margin:0 0 1em !important; }
a												{ color:#000; text-decoration:none; border-bottom:1px dotted #999; }
a:hover											{ color:#000; background:#ffeeee; text-decoration:none; }
h1, h2, h3 										{ margin:0 0 3px 0; }

input[type=text]								{ width:235px; }
input.text, input.title, textarea, select 		{ margin:0.5em 0; border:1px solid #bbb; }
input.text:focus, input.title:focus, textarea:focus, select:focus { border:1px solid #666; }
input.text, input.title 						{ width:300px;padding:5px; }
input.title 									{ font-size:1.5em; }
textarea 										{ width:300px;height:250px;padding:5px; }




/* SITEWIDE ELEMENTS 
-------------------*/

#wrapper 										{ margin:0 auto; width:760px; text-align:left; }
#header											{ background:#000; margin:0 0 50px 0; }
#header h1#logo									{ padding:0; margin:0; }
#header h1#logo a								{ color:#fff; margin:5px 3px 2px 6px; font-size:22px; border:0; padding:0; } 
#header h1#logo a:hover							{ background:none; }

#blog-sidebar ul								{ padding:0; margin:0; }
#blog-sidebar ul li								{ padding:0; margin:0 0 30px 0; list-style:none; }
#blog-sidebar ul li	ul							{ margin:0 0 0 0; }
#blog-sidebar ul li	ul li						{ padding:0; margin:0 0 0 15px; list-style:square; }
#footer											{ color:#fff; border-top:5px solid #000; padding:10px 0 0 0;}
#footer a, #footer p 							{ }


/* BLOG POST 
-------------------*/

.blog-post										{ margin:0px 0 90px 0; }
.blog-post-header								{ margin:0 0 10px 0; }
.blog-post-header h2							{ margin:0 0 2px 0; padding:0; line-height:1.2em; }
.blog-post-header p								{ margin:0 0 5px 0; padding:0; font-size:11px; }
.blog-post-header h2 a							{ color:#000; text-decoration:none; background:none; border:0; }
.blog-post-body									{ }
.blog-post-body img								{ margin-right:10px !important; }
.blog-post-footer								{ border-top:1px solid #ccc; padding:8px 0 0 0; margin:0 0 60px 0;}
.blog-post-footer p								{ font-size:11px; }
.blog-comments									{ margin:10px 0px 50px 0px; }
.comment										{ padding:20px 0; border-bottom:1px solid #eee;}
.blog-comments-form								{ margin:20px 0; }
.blog-comments-form .fieldWrapper				{ margin:6px 0; }
.blog-comments-form small						{ color:#888; font-style:italic; }


/* DEBUG 
-------------------*/

.debug											{ background:url('../images/grid.gif') 0 0 repeat-y; }
.debug .debug_green								{ background:url('../images/greendot.png'); }
.debug .debug_blue								{ background:url('../images/bluedot.png'); }
#djDebug										{ text-align:left; font-size:10px; }
