/***********************************************************************
 Linguaphobous Blog by K Sexton 04/2007
 ***********************************************************************/

body {
	font-family: Tahoma, sans-serif;
	margin: 0px 0px 20px 0px;
	text-align: center; 
/*background: url(lingua2.jpg) fixed;*/


	
}

a {
	text-decoration: none;
	font-weight: bold;
}

a:link {
	color: #315c91;
}

a:visited {
	color: #315c91;
}

a:active {
	color: #576359;
}

a:hover {
	color: #576359;
}

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

#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 700px;
}

#banner {
	margin-top: 20px;
	text-align: right;
	height: 300px;
	padding: 5px;
	border: 2px solid #FFFFFF;
	background-color:#f7f7f7;
}

a#banner-img {
	display: none;
}

#banner a{
	color: #576359;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
}

#banner h2 {
	color: #576359;
	font-size: small;
	margin-top: 10px;
	font-variant: small-caps;
}

#center {
	float: left;
	width: 470px;
	overflow: hidden;
	/*background: url(blog_light.jpg) fixed;*/
background-color: #f7f7f7;
	border: 6px double #FFFFFF;
	border-left: 6px double #FFFFFF;
	border-right: 6px double #FFFFFF;
	position: relative;
	top: 10px;
}

.content {
	padding: 15px 15px 5px 15px;
	font-size: x-small;
}

#right {
	float: right;
	width: 200px;
}

.content p {
	font-size: small;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
}

.content blockquote {
	border-left: 7px solid #576359;
	border-right: 7px solid #576359;
	border-top: 1px solid #576359;
	border-bottom: 1px solid #576359;
	padding: 5px;
}

.content ul {
	font-size: small;
	list-style: none;
	margin-left: 0px;
	padding-left: 10px;
}

.content li {
	line-height: 150%;
}

.content h2 {
	font-size: x-large;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	font-variant: small-caps;
}

.content h3 {
	color: #576359;
	text-align: left;
	margin-bottom: 10px;
	font-size: large;
	font-weight: bolder;
}

.content p.posted {
	font-size: x-small;
	border-top: 2px solid #576359;
	text-align: left;
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
}

.sidebar {
	overflow: hidden;
	border: 6px double #FFFFFF;
	border-left: 6px double #FFFFFF;
	border-right: 6px double #FFFFFF;
	position: relative;
	top: 10px;
background-color: #f7f7f7;
	/*background: url(blog_light.jpg) fixed;*/
	padding-top: 5px;
	padding-bottom: 5px;
}

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

#calendar a {
  display: block;
  background-color: #99bb99;
  border: 1px solid #576359;
}

#calendar a:hover {
  display: block;
  background-color: #576359;
  border: 1px solid #576359;
  color: #FFFFFF;
}

#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
}

#calendar caption {
	font-size: x-small;
	text-align: center;
	font-weight: bold;
	letter-spacing: .1em;
	font-variant: small-caps;
}

#calendar th {
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
}

#calendar td {
	text-align: center;
}

.sidebar h2 {
	font-size: x-small;
	text-align: center;
	font-weight: bold;
	letter-spacing: .1em;
	font-variant: small-caps;
}

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

.sidebar li {
	font-size: x-small;
	line-height: 150%;
}

.photo {
	text-align: left;
	margin-bottom: 20px;
}

.link-note {
	font-size: x-small;
	line-height: 150%;
	text-align: center;
	margin-bottom: 15px;
}

#powered {
	font-size: x-small;
	line-height: 150%;
	text-align: center;
	margin-top: 50px;
}

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

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

