
* {
	margin: 0;
	padding: 0;
}

body {
	background: #662C14 url(../images/img01.gif) repeat-x;
	text-align: justify;
}

body, input, textarea, select {
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	margin-bottom: 1em;
	font-weight: normal;
	color: #333333;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.3em;
	color: #3366FF;
}

p, blockquote, ul, ol, form {
	margin-bottom: 1.5em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
	font-style: italic;
}

ul {
	list-style-type: square;
}

a {
	color: #3366FF;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FF6600;
}

hr {
	display: none;
}

.hr {
}



/* Wrapper */

#wrapper {
	width: 750px;
	margin: 0 auto;
	background: url(../images/img02.gif) no-repeat;
}

/* Header */

#header {
	width: 740px;
	height: 195px;
	padding: 5px;
}

#header img.logo {
	padding-left: 400px;
}

#header h1, #header h2 {
	margin: 0;
	text-transform: lowercase;
	font-weight: bold;
}

#header h1 {
	padding: 130px 0 0 40px;
	letter-spacing: -2px;
	font-size: 3em;
	background: url(../images/logo.gif) no-repeat 610px 125px;
 color: #EEEEEE;
}

#header h2 {
	margin-top: -5px;
	padding: 0 0 0 42px;
	font-size: 1em;
}

#header h3 {

color: #0165EE;
	font-size: 1em;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Content */

#content {
	background: #FFFFFF url(../images/img04.gif) repeat-y;
}

/* Blog */

#blog {
	float: left;
	width: 520px;
	margin-top: -5px;
	padding-left: 5px;
}

/* Post */

.post {
}

.post .title {
	height: 40px;
	margin: 0;
	padding: 7px 7px 0 15px;
	background: url(../images/img06.gif) repeat-x;
	color: #FFFFFF;
}

.post .doubletitle {
	height: 80px;
	margin: 0;
	padding: 7px 7px 0 15px;
	background: url(../images/img06a.gif) repeat-x;
	color: #FFFFFF;
}



.post .date {
	margin-top: -30px;
	padding-right: 15px;
	text-align: right;
	font: bold x-small Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.post .entry {
	margin-top: -10px;
	padding: 20px 15px 10px 15px;
	background: url(../images/img07.gif) repeat-x;
	line-height: 1.8em;
}

.post .entry .newslettertable {
  border: 1px solid #C4C3C4;
		width: 100%;
  padding-left:5px;
  padding-right:5px;
  font: 11px/1.4em Arial, sans-serif;
}

.post .entry .newslettertable td {
		vertical-align:top;
}

.post .meta {
	margin-bottom: 2em;
	padding: 0 15px;
	text-align: right;
	font-size: x-small;
}

.post .small {
	font-size: 90%;
}

.post .comment {
  font-size: 1em;
  font-style:italic;
  color: #0165EE;
  text-align:justify
}

/*----/Images----*/

.post .thumb {
margin: 0;
padding: 0;
vertical-align:top;
border: 0px;
background-color: transparent;
height: 110px;
}

.post .img.right {
	float: right;
	margin: 0 0 15px 15px;
}

.captionedpicture {
  border: 0px solid #CCCCCC; 
		padding: 3px;
  font: 11px/1.4em Arial, sans-serif;
  text-align: center;
}
	
.captionedpicture img {
  border: 0px solid #CCCCCC;
  vertical-align:middle;
		margin-bottom: 3px;
}

.right {
  margin: 0.5em 0pt 0.1em 0.8em;
		float:right;
}

.left {
  margin: 0.5em 0.8em 0.5em 0;
		float:left;
} 

.center {
  width:400px;
  height:267px;
  margin-left: auto;
  margin-right: auto;
  border-style:groove;
  border-color:#662C14;
  border-width:10px;
} 

.landscape {
  width:400px;
  height:267px;
  margin-left: auto;
  margin-right: auto;
  border-style:groove;
  border-color:#662C14;
  border-width:10px;
} 

.landscape_deep {
  width:400px;
  height:300px;
  margin-left: auto;
  margin-right: auto;
  border-style:groove;
  border-color:#662C14;
  border-width:10px;
} 

.portrait {
  width:267px;
  height:400px;
  margin-left: auto;
  margin-right: auto;
  border-style:groove;
  border-color:#662C14;
  border-width:10px;
} 

.portrait_wide {
  width:400px;
  height:533px;
  margin-left: auto;
  margin-right: auto;
  border-style:groove;
  border-color:#662C14;
  border-width:10px;
}

.subtitle {
  font-size: 1.2em;
  color: #0165EE;
  font-weight:bold;
}

.verse {
  font-size: 1em;
  font-style:italic;
  color: #0165EE;
  text-align:center;
}

/*----/Forms----*/
.post p label {width: 10em; float: left; text-align: right; margin-right: 0.5em; display: block; padding-left:5px }

.post legend {
	color: #666666;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 1.5em;
}

.post .submit input {
 margin-left: 0.5em;
	background: url(../images/img6.gif) repeat-x right bottom;
	border: 1px solid #C4C3C4;
} 

.post .submit textarea {
 margin-left: 0.5em;
	background: url(../images/img6.gif) repeat-x right bottom;
	border: 1px solid #C4C3C4;
 resize:none;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
	margin-top: -5px;
}

#sidebar ul {
	margin: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	margin: 0 5px;
	padding: 15px 15px 15px 30px;
	background: url(../images/img07.gif) repeat-x;
	list-style-type: square;
	text-align: left;
}

#sidebar li li {
}

#sidebar h2 {
	height: 29px;
	margin: 0;
	padding: 24px 5px 0 20px;
	background: url(../images/img08.gif) no-repeat;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}

#sidebar a {
	text-decoration: none;
}

/* Search */



#search h2 {
	height: 27px;
	padding-top: 13px;
	background-position: left bottom;
}

#search form {
	margin-left: 5px;
	margin-right: 5px;
	padding: 15px 15px 0 15px;
	background: url(../images/img07.gif) repeat-x;
}

#search #inputtext1 {
	width: 110px;
	padding: 1px 2px;
	background: url(../images/img5.gif) repeat-x;
	border: 1px solid #C4C3C4;
}

#search #inputsubmit1 {
	background: url(../images/img6.gif) repeat-x left bottom;
	border: 1px solid #C4C3C4;
}


/* pages */

#pages {
}

/* newsletters */

#newsletters {
}

/* blogs */

#blogs {
}

/* meta */

#meta {
}

/* Footer */

#footer {
	background: url(../images/img05.gif) no-repeat;
}

#footer p {
	margin: 0;
	padding: 5px 10px;
	font-size: x-small;
	color: #FFFFFF;
}

#footer p .left {
 width: 370px;
 float: left;
	text-align: left;
}


#footer a {
	color: #FFFFFF;
}