/* CSS for blog
   DTM :<|
*/

@import url('dfstylesheet.css');

blockquote {
	background: url('http://danfingerman.com/images/icons/quote.gif') no-repeat left top;
	margin: 1em 10%;
	padding: 0 0 0 2em;
	text-align: justify;
	line-height: 100%;
}

blockquote.debate {
	border: thin dashed black; 
	padding: 0.5em 0.5em 0.5em 27px; 
}

textarea.width500 {
	font-family: verdana, arial, sans-serif;
	background: #ffffff;
	color: #000000;
	font-size: 11px;
	width: 750px;
}

.blog {
	background: #ccdfff;
	color: #000000;
	font: normal normal normal 100%/130% 'Times New Roman', Times, serif; 
	margin: 0 5%;
	vertical-align: top;
}

.content {
  padding: 15px 15px 5px 15px;
  background: #ccdfff;
  color: #000000;
  font-family: Arial;
  line-height: 140%;
}

.date {
	font-size: 115%;
	text-transform: capitalize;
	color: #000000;
}

.posted {
	font-size: 80%;
	border-bottom: thin solid black;
	margin-top: 2em;
}

.sidebar {
	font: normal normal normal 80% 'Times New Roman', Times, serif;
	vertical-align: top;
	text-align: left;
}

.sidebarh1, .sidebarh2 {
	font-variant: small-caps;
	text-decoration: underline;
}

.sidebarh1 {
	font-weight: bolder;
	margin-top: 1em;
}

.sidebarh2 {
	font-weight: normal;
	margin-top: 0.5em;
}

.title {
	font-size: 140%;
	text-transform: capitalize;
}

#banner {
	font: normal normal bolder 24pt Arial, Times, serif;
  color: #ffffff;
  background-color: #000080;
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #000000;
}

#blogbody {
  border-bottom: 1px solid black;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

#container {
	background: #ccdfff;
  line-height: 120%;
  margin: 0 auto 0 auto;
  text-align: left;
  vertical-align: top;
  padding: 0px;
  width: 99%;
  border-bottom: 1px solid black;
}

#center {
	clear: none;
  width: 80%;
  overflow: hidden;
}

#left { /*deprecated in favor of .sidebar */
  float: left;
  width: 15%;
  overflow: hidden;
}

#menu {
	border-bottom: thick solid black;
	margin: 0;
	padding: 0;
}

#powered {
	font-size: 75%;
	font-weight: bold;
}

#right {
  float: right;
  width: 5%;
  overflow: hidden;
}

