/*
 * Home Page
 **/
#welcome h3, #welcome p {
	margin-left: 65px;
	margin-right: 255px;
}
#welcome p {
	line-height: 1.25em;
	margin-bottom: 1em;
}

.add_margin {
  position: relative;
  top: 0px;
  left: 0px;
  margin-left: 263px;
  margin-right: 25px;
  margin-bottom: 2em;
  min-height: 30em;
}

.editor_content {
  position: relative;
  top: 0px;
  left: 0px;
  margin: 1.5em 2.5em;
}

.centered_form {
  position: relative;
  top: 0px;
  left: 0px;
  border-style: none;
  border-width: 0px;
  text-align: left;
  width: 400px;
  margin-left: 150px;
}

.centered_form label {
  background-image: none;
  margin: 0em;
  padding-left: 0em;
  font-weight: normal;
}

.centered_form div.input {
  margin: 0em;
  padding: 0em;
}

.centered_form div.submit {
  margin: 0.5em 0em 0em 0em;
  padding: 0em;
}

#form_box input[type="radio"] {
  height: 1.25em;
  width: 1.25em;
  cursor: pointer;
}
#form_box input[type="checkbox"] {
  height: 1.25em;
  width: 1.25em;
  background-color: #ecf3fd;
  cursor: pointer;
}

.page_not_found {
  padding: 1.5em
}

#rss_connections {
  margin: 1em;
}

#user_links {
  margin: 1em;
}


h3.recent_header {
}
div.recent_item {
  margin: 0.5em 0em 1.0em 0.5em;
}
div.recent_link {
  margin-top: 0.5em;
}
div.recent_teaser {
  margin-left: 0.5em;
}


#share_links {
  margin-left: 65px;
  margin-right: 255px;
  margin-bottom: 1em;
  text-align: center;
}
