/* Theme Name: ThaunAndShad.com
URI: thaunandshad.com
Description: Custom theme for Thaun And Shad [dot] com.
Version: 1.3
Author: Thaddeus Winker
*/ 


.post {
  background-color: #100609;
  padding: 10px 10px 10px 10px;
  border: 1px solid #443300;
}
.post h2 {
  font-family: Georgia, Sans-serif;
  font-size: 18px;
}
.entry {
  line-height: 18px;
}
#header {
  background-image:url(images/bg_sword.png);
  top: 10px;
  position: relative;
  margin-left: 57px;
  margin-right: 57px;
  height: 110px;
  width: 900px;
  text-align: left;
  border-bottom: 2px ridge silver;
}
#footer {
  clear: both;
  position: relative;
  width: 900px;
  font-size: 12px;
  text-align: center;
  margin-left: 57px;
  margin-right: 57px;
  padding-bottom: 20px;
}
#content {
  text-align: left;
  width: 1024px;
  top: 10px;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
#main {
  padding: 0;
  margin-top: 10px;
  margin-left: 210px;
  text-align: left;
  width: 604px;
}
#sidebar{
  text-align: left;
  margin-bottom: 10px;
  }
#sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 5px;
}
#sidebar ul li {
  padding: 5px 0 5px 0;
  font-size: 14px;
}
#sidebar ul li h2{
  font-family: Georgia, Sans-serif;
  font-size: 150%;
}
.sidebar-left {
  background-color: #333333;
  float: left;
  top: 10px;
  width: 190px;
  left: 10px;
}
.sidebar-right {
  background-color: #333333;
  float: right;
  top: 10px;
  width: 190px;
}
#popup {
  background-color: #100609;
  padding: 10px 10px 10px 10px;
  border: 1px solid #443300;
}
.sideleft {
  width: 270px;
  float: left;
  padding-top: 5px;
  background-color: #100000;
  border: 1px solid #666666;
}
.sideright {
  width: 270px;
  margin-left: 290px;
  padding-top: 5px;
  background-color: #100000;
  border: 1px solid #666666;
}
#txt {
  border: 2px ridge #000000;
  background-color: #33FFAA;
  color: black;
  font-size: 16px;
  font-weight: bold;
  font-family: monospace;
  text-align: center;
  width: 150px;
}

html {
  height: 100%
}
body {
  margin: 0;
  font-family: Arial, Helvetical, Georgia, Sans-serif;
  font-size: 12px;
  text-align: left;
  vertical-align: top;
  background: #000000;
  color: #999999;
  height: 100%
}
body, h1, h2, h3, h4, h5, h6, blockquote, p {
  margin: 0;
  padding: 0;
}

/*Stuff for Wedding page*/
#wedding{
  background-color: #CCDDFF;
  color: #FFFFAA;
}
#wedding H1{
  font-family: Freestyle Script, cursive;
  font-size: 35px;
}
#wedding div{
  border: 3px ridge #AAAA00;
  background-color: #BBAAAA;
}
/*End Wedding bits*/

.post blockquote {
  margin: 0;
  padding: 10px 10px 10px 10px;
  border: 1px dashed black;
}
.post p, br, div {
  padding: 0 5px 0 5px;
}
h1 {
  font-family: Georgia, Sans-serif;
  font-size: 24px;
  padding: 0 0 10px 0;
}
h2 {
  font-family: Georgia, Sans-serif;
  font-size: 18px;
  padding: 0 0 10px 0;
}
h2.sub-title {
  line-height: 22px;
  font-size: 18px;
  left: 150px;
}
p.r_text {
  font-size: 10pt;
  font-weight: bold;
  color: white;
  width: 650px;
  margin-left: 125px;
  margin-right: 125px;
  border: 2px ridge #999999;
  background-color: #334455;
  text-align: center;
}
p.postmetadata {
  border-top: 1px solid #cccccc;
  margin: 10px 0 0 0;
}
p.date {
  padding-bottom: 5px;
  margin-left: 0px;
  padding-left: 0px;
  font-weight: bold;
}
a:link, a:visited {
  text-decoration: underline;
  color: #336699;
}
a:hover {
  text-decoration: none;
}

/*Comments*/
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}