/* StyleMonkey Plum CSS for use with the Panes 3 column style */

/* Page defaults */

body {
  margin: 0px;
  padding: 0px;
  background-color: #61394E;
  color: #FFFFFF;
  font-family: Arial, sans-serif;
}

a			{font-weight: bold; text-decoration: none}
a:link		{color: #EBC7DA}
a:visited	{color: #FDF0F4}
a:hover		{color: #1AE2E3}

h1, h2, h3 	{margin: 0px; padding: 0px; font-weight: normal}

img			{border: 0px;}

/* Page layout */

#banner {
  height: 110px;
  background: url("http://www.freudsnuthouse.com/images/Grin_01.gif") repeat-x;
}

#main {
  margin-left: 220px;
  margin-right: 200px;
}

#right {
  position: absolute;
  right: 0px;
  top: 110px;
  width: 200px;
}

#left {
  position: absolute;
  left: 0px;
  top: 110px;
  width: 220px;
  background:url("http://www.freudsnuthouse.com/images/Grin_02.gif") top left no-repeat transparent;
}

/* Main content styles */

.content {
  padding: 15px;
  font-size: small;
  line-height: 150%;
}

.content a {
text-decoration: underline
}

.content p {
  margin-bottom: 10px;
}

.content blockquote {
  padding: 5px;
  border: 1px solid #FFFFFF;
  -moz-border-radius: 1em;
}

.content li {
  line-height: 130%;
  list-style-type: none;
}

.content h2 {
  font: italic bold large Times New Roman, serif;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.content h3 {
  font-size: large;
  font-weight: bold;
  margin-bottom: 10px;
}

.content p.posted {
  font-size: x-small;
  font-style: italic;
  text-align: right;
  margin-bottom: 15px;
  line-height: normal;
}

.content div.blogentry {
  padding: 5px;
  color: #FFF;
  background-color: #87506C;
  border: 1px solid #FFFFFF;
  -moz-border-radius: 1em;
}

.monkey {
  font-style: italic;
  font-size: x-small;
  text-align: center;
}

/* Sidebar styles */

.sidebar {
  padding: 50px 15px 15px 15px;
  font-size: small;
  line-height: 150%;
}

.sidebar h2 {
  font: italic bold small Times New Roman, serif;
  text-align: right;
  border-bottom: 2px solid #FFFFFF;
}

.sidebar ul {
  margin: 0px;
  margin-left: 10px;
  padding-left: 0px;
}

.sidebar li {
  margin-top: 2px;
  line-height: 130%;
  list-style-type: none;
}

.sidebar p {
  margin-bottom: 10px;
}

.sidebar div.section {
  padding: 2px;
  margin-bottom: 20px;
}

/* Left sidebar */

#left h2 {margin-bottom: 1.5em}

#iesucks {
  text-align: center;
}

#iesucks p {
  font-size: small;
  font-weight: bold;
}

#calendar {
  margin-bottom: 30px;
  font-size: x-small;
  text-align: left;
  line-height: 140%;
}

#calendar table {
  width: 90%;
  border: none;
  border-collapse: collapse;
}

#calendar caption {
  font: italic bold small Times New Roman, serif;
  text-align: right;
  border-bottom: 2px solid #FFFFFF;
}

#calendar th, td {
  font-size: x-small;
  text-align: center;
}

/* Right sidebar */

#syndicate {
  margin-top: 50px;
  font-size: x-small;
}

#powered {
  margin-top: 50px;
  font-size: x-small;
}

/* Comment styles */

#comment-data {
  float: left;
  width: 180px;
  padding-right: 15px;
  margin-right: 15px;
  text-align: left;
  border-right: 1px dotted #BBB;
}

textarea[id="comment-text"] {
  width: 80%;
}
