/* Begin Typography & Colors */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: url(images/background.jpg) top left repeat-x #eeeeee;
	font-size: 62.5%;
         font-family: verdana, arial, tahoma;
color: #4c4c4d;
}

#mainwrap {
	width: 895px;
	margin: 0 auto;
}

#logo {
	width: 100%;
	height: 167px;
}

#textdiv {
	width: 508px;
	background: url(images/bgtext.jpg) 3px 0px repeat-y;
         float: left;
margin-bottom: 50px;
}

#text {
	position: relative;
		bottom: 30px;
	z-index: 1;
}

#text p {
margin-bottom: 15px;
}

#text .wp-caption-text {
margin-bottom: 0px;
}

.defPost {
	padding: 0px 20px 0px 32px;
	font-size: 1.2em;
	line-height: 1.3em;
}

.otherPosts {
	background: url(images/borderPosts.gif) 6px 0px no-repeat;
         padding-top: 22px;
 margin-top: 30px;
}

#bottomPosts {
	background: url(images/bottomPosts.gif) bottom left no-repeat;
	width: 100%;
padding: 0px 50px 0px 32px;
	height: 30px;
}

#right {
	width: 340px;
	float:right;
	position: relative;
		top: 80px;
}


.endPost {
	margin-top: 10px;
	height: 30px;
	padding-top: 10px;
	text-align: right;
	background: url(images/endPostbg.jpg) top left repeat-x;
}

.menuPart {
	font-size: 1.1em;
         padding-bottom: 30px;
}

/** HEADINGS */
h1 a:link, h1 a:visited, h1 {
	font-family: "Century Schoolbook";
	font-size: 1.5em;
         font-weight: none;
text-decoration: none;
	color: #20407c;
	margin-bottom: 5px;
 line-height: 1.1em;
}

#right h2 {
	font-size: 1.5em;
	color: #59595a;
	border-bottom: solid 3px #c6c6c6;
	font-weight: normal;
}

h3 {
 font-family: "Century Schoolbook";
 font-size: 1.5em;
 font-weight: none;
 color: #20407c;
}

/** TEXT FORMATS **/
.writtenBy {
	color: #989898;
	margin-bottom: 10px;
}

/** IMAGE FORMATS **/
#topTextImg {
	z-index: 0;
}

/** LISTS **/
.pagesList {
        list-style: url(images/dot.gif) inside;
}

.pagesList li {
border-bottom: dashed 1px #adadad;
padding: 8px 0;
}

.pagesList li a:link, .pagesList li a:visited {
        color: #456283;
        text-decoration: none;
}

.pagesList li a:hover, .pagesListe li a:active {
 color: #989898;
}

/** LOGO **/
#logoImgContainer {
	position: relative;
		top: 30%;
}

#logoImgContainer #logoText {
	position: relative;
		left: 30px;
		top: 5px;
	font-family: "Century Schoolbook";
	color: #4c4c4d;
	font-size: 2.5em;
	font-style: italic;
}

/* LINKS */

a:link, a:visited {
 color: #466283;
 text-decoration: none;
}

a:hover, a:active {
 color: #989898;
 text-decoration: none;
}

.commentIcon {
 position: relative;
     top: 3px;
 margin-left: 8px;
 margin-right: 2px;
}

/* End Typography & Colors */



/* Begin Structure */
.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input, .commentform input {
 width: 60%;
	padding: 2px;
	margin: 5px 5px 1px 0;
         border: solid 1px #c7c7c6;
	}

#commentform {
	margin-top: 10px;
	}
#commentform textarea, .commentform textarea {
	width: 100%;
	padding: 2px;
 border: solid 1px #c7c7c6;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit, .commentform #submit {
	margin: 0 0 5px auto;
	float: right;
         widt: 100px;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	padding: 10px;
	}

.commentlist {
	text-align: justify;
	}

.commentlist p {
 margin: 5px 0px;
}

.commentlist li {
	margin: 15px 0 10px;
border-bottom: 1px dashed #adadad;
	padding: 5px 0px 10px 0px;
	list-style: none;
	}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}


.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	background-color: #f3f3f3;
	padding: 7px 0px 7px 8px;
	margin: 10px 10px 10px 0;

}

.wp-caption img {
	margin-bottom: 4px;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
