/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Screen Styles
   * Version:   0.6 (21.9.2007)
   * Website:   http://code.google.com/p/blueprintcss/
   See Readme file in this directory for further instructions.
   
-------------------------------------------------------------- */

@import 'lib/reset.css';
@import 'lib/typography.css';
@import 'lib/grid.css';
@import 'lib/forms.css';
@import 'plugins/buttons/buttons.css';
/* Plugins:
   Additional functionality can be found in the plugins directory.
   See the readme files for each plugin. Example:
   @import 'plugins/buttons/buttons.css'; */
   
/* See the grid:
   Uncomment the line below to see the grid and baseline.
   .container { background: url(lib/grid.png); } */

.commentcontent
{
	min-height: 3em;
	padding-top: 1.5em;
}

.postmeta, .commentmeta 
{
  padding-right: 4px;
  margin-right: 5px;
  border-right: 1px solid #eee;
	min-height: 4.5em;
}

.commentmeta p
{
	text-align: right;
}

html
{
	background: #fff url(../images/headtreeleft.png) 0 25px no-repeat;
}

body
{
	background: transparent url(../images/headtreeright.png) right top no-repeat;
	font-size: 87.5%;
	margin-bottom: 0;
}

.container, .column, #footer #showyourself, #accounts h1, #footer #archives
{
	background-color: #fff;
}

.odd, .odd .column
{
	background-color: #eee;
}

h1 { font-size: 2em; line-height: 1.5; margin-bottom: 0.75em; }
h2, .archive-title, .search-results-header { font-size: 1.5em; line-height: 1; margin-top: 1em; margin-bottom: 0; }
h3 { font-size: 1.2em; line-height: 1.25; margin-top: 1.25em; margin-bottom: 0; }
h4 { font-size: 1em; line-height: 1.5; font-weight: bold; margin-top: 1.5em; margin-bottom: 0; }
h5 { font-size: 1em; line-height: 1.5; font-weight: bold; margin-bottom: 0; }

#showyourself img       { float: left; margin: 0 1em 0 0; padding: 0; }

#footer
{
	background: transparent url(../images/foottree.png) no-repeat left bottom;
	padding-top: 450px;
}

#badges
{
	background: transparent url(../images/footrightplant2.png) no-repeat right bottom;
	padding-bottom: 200px;
	padding-left: 290px;
}

#badges p
{
	float: left;
}

#badges p.poweredby
{
	margin-left: 130px;
}

#badges p.poweredby img
{
	margin: 0;
}


#footer .column, #footer .container
{
	background-color: transparent;
}

#footer .container
{
	padding-bottom: 50px;
}

.figure
{
	float: left;
	margin: 0.5em 1em 1em 1em;
}

img.alt
{
	float: right;
}

a:link
{
	color: #4B9130;
}

h1 a
{
	text-decoration: none;
}

a:visited
{
	color: #8CCB27; 
}

a:hover
{
	text-decoration: none;
	background-color: #4B9130;
	color: #fff;
}

h1 a:hover
{
	text-decoration: underline;
}

a:active
{
	color: #4b9130;
}

input.text
{
	width: 200px;
}

input.submit   
{ 
	width: auto; 
	margin:0.5em 0.5em 0.5em 0;
	border:1px solid #bbb; 
	background:#f6f6f6; 
	padding:5px; 
}

#title
{
	margin-bottom: 3em;
}

#elsewhere-profiles
{
	list-style-type: none;
	margin-left: 0;
}

.imgright
{
	float: right;
}

.advertisement
{
	padding-bottom: 2px;
}

li ul
{
	margin-bottom: 0;
}

.commentcontent p
{
	padding-left: 1em;
}

.archive-title, .search-results-header
{
	font-style: italic;
	margin-top: 0;
	margin-bottom: 1em;
}

pre
{
	overflow: auto;
	background-color: #eee;
}

#delicious li p
{
	margin-bottom: 0;
}

#delicious li p.commentary
{ 
	font-size: .8em; 
	margin-bottom: 1.875em; 
	line-height: 1.875em;
	font-style: italic; 
}
