/**
 * @file
 * Node Styling
 *
 * Style anything that isn't in the $content variable.
 */


.node /* Node wrapper */ {
}

.preview .node /* Preview of the content before submitting new or updated content */ {
  /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
}

.node-promoted /* A node that has been promoted to the front page */ {
}

.node-sticky /* A sticky node (displayed before others in a list) */ {
}

.node-unpublished /* Unpublished nodes */ {
  /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
}

.node-unpublished p.unpublished,
.comment-unpublished p.unpublished /* The word "Unpublished" displayed underneath the content. */ {
  height: 0;
  overflow: visible;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word; /* A very nice CSS3 property */
}

.ie6-7 .node-unpublished>*,
.ie6-7 .comment-unpublished>* {
  position: relative; /* Otherwise these elements will appear below the "Unpublished" text. */
}

.node-by-viewer /* A node created by the current user */ {
}

.node-teaser /* A node displayed as teaser */ {
}

/* All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */
.node-page /* Page content node */ {
}

.node-article /* Article content node */ {
}

h2.node-title /* Node title */ {
}

.node .user-picture /* The picture of the node author */ {
}

.node .submitted /* The "posted by" information */ {
}

.node .content /* Node's content wrapper */ {
}

.node ul.links /* Node links. See also the ul.links declaration in the pages.css. */ {
}


.framed .node-webform {
	padding: 0 0 0 20px;
	width: 300px;
}
.framed .node-webform .field-name-body p {
	margin:0;
}
.framed .node-webform .form-item{
	margin: 8px 0 0;
	padding: 0 1px 0 0;
	width: 285px;
}

.framed .node-webform .form-item label{
	font-size:12px;
}

.framed .node-webform .webform-component-textfield input,
.framed .node-webform .webform-component-email input{
	width: 268px;
	padding: 0 5px;
	margin:0;
	line-height: 20px;
	font-size: 13px;
	background: #dfdfdf;
	border:1px solid #adadad;
}
.framed .node-webform textarea {
	width: 278px;
	height: 65px;
	padding: 5px;
	margin:0;
	font-size: 13px;
	background: #dfdfdf;
	border:1px solid #adadad;
	resize: none;
}
.ie6-7 .framed .node-webform textarea {
	width: 268px;
}
.framed .node-webform .form-actions{
	margin:10px 0 0;
}
.framed .node-webform .form-actions input{
	margin:0;
}









.sidebars .node-webform {
	margin:-10px -15px;
	padding: 20px 0 0;
	background: #fff;
}
.sidebars .node-webform .field-name-body p {
	margin:0;
}
.sidebars .node-webform .form-item{
	margin: 8px 0 0;
	padding: 0 1px 0 0;
}

.sidebars .node-webform .form-item label{
	font-size:12px;
}

.sidebars .node-webform .webform-component-textfield input,
.sidebars .node-webform .webform-component-email input{
	width: 230px;
	padding: 0 5px;
	margin:0;
	line-height: 20px;
	font-size: 13px;
	background: #dfdfdf;
	border:1px solid #adadad;
}
.sidebars .node-webform textarea {
	height: 65px;
	padding: 5px;
	margin:0;
	font-size: 13px;
	background: #dfdfdf;
	border:1px solid #adadad;
	resize: none;
}
.sidebars .node-webform textarea,
.sidebars .node-webform .form-textarea-wrapper .grippie{
	width: 240px;
}
.sidebars .node-webform .form-actions{
	margin:10px 0 0;
}
.sidebars .node-webform .form-actions input{
	margin:0;
}

.top-map {
	height:290px;
	margin: 0 0 30px;
}
