/*
-----------------------------------------------
Client:REDF
Project:Web Site Redesign (http://www.redf.org/)

File Name:page.css 
Version:1.0
Notes:Rules for site-wide elements.

Author:Dayspring Technologies, Inc.
Email:info@dayspring-tech.com
Web:http://www.dayspring-tech.com/
----------------------------------------------- */

/* Layout
----------------------------------------------- */
body {
	background-color:#d6d3bc;
	color:#59574b;
	}
div#page {
	background-color:#fff;
	margin:0 auto;
	padding:5px 35px 0px;
  position:relative;
	width:800px;
    min-height:600px;
  }

/* Images, image captions, and hrs
----------------------------------------------- */
img {
  border:0;
	display:block;
  margin-bottom:10px;
  }
img.btn { /* Image form buttons. */
  display:inline;
	margin-bottom:0;
  margin-right:10px;
  vertical-align:middle;
	}
img.mast { /* The full width section banner. */
  background-color:#fff;
	margin-bottom:0;
  padding-bottom:10px;
  }
body#layout1 img.mast {
  padding-bottom:20px;
  }
div.img img {
	margin-bottom:5px;
	}
div.img.left { /* Set inline style to the width of the img. */
	float:left;
	margin-right:10px;
	}
div.img.left img {
	margin-top:4px;
	}
div.img.right { /* Set inline style to the width of the img. */
	float:right;
	margin-left:10px;
	}
div.img.right img {
	margin-top:4px;
	}
div#pcon-lt60 div.img img {
  margin-left: 0px;
  margin-right: 0px;
}  
div.img p.caption {
	color:#8c8976;
	font-size:85%;
	margin-bottom:5px;
	}
.hr {
	background:transparent url(/img/bg-dotline.gif) repeat-x 0 0;
  padding-top:20px;
	}

div.left {
  float:left;
  margin-right:10px;
}
div.right {
  float:right;
  margin-left:10px;
}
/* Typography
----------------------------------------------- */
p, li, ul, ol, h1, h2, h3, h4, h5, h6, label, input, textarea, cite, select, legend, option, optgroup, caption, th, td {
  font-family:arial,helvetica,sans-serif;
  line-height:140%;
	text-align:left;
	}
strong {
  font-weight:bold;
  }
em {
  font-style:italic;
  }
sup {
  font-size:77%;
	line-height:0;
  }

/* Float Clearing Hack
----------------------------------------------- */
.clearfix:after {
  clear:both;
  content:".";
  display:block;
  height:0;
  visibility:hidden;
  }
.clearfix {
  display:block; /* Replaces display:inline-table for Safari. */
  }
.clear {
  clear:both;
  }
  
  
div.node-form div.standard div.attachments,
form#node-form div.attachments {
  margin-bottom: 10px;
}
