/*  
Theme Name: Lisa Manthey
Theme URI: http://becausewegivea.com/
Description: 1 left and 1 right Widgets-enabled columns.
Version: 0.1
Author: Anthony Templer
Author URI: http://becausewegivea.com/
*/


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Gill Sans', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #eeeeee;
	color: #444444;	/* dark grey */
	text-align: left;
	}

#page {
	text-align: left;
	}

#header {
	}

#content {
	font-size: 1.35em
	}

.narrowcolumn .entry, .widecolumn .entry {
	padding: 0;
	line-height: 1.25em;
	}

.widecolumn {
	line-height: 1.25em;
	}
 
.widecolumn .entry p {
	font-size: 1.35em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.entry p a {
	color: #663399;		/* mauve */
	text-decoration: none;
	}

.entry p a:hover {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid black;
	}

.entry p a:visited {
	color: #663399;		/* mauve */
	text-decoration: none;
	}

#footer {	}

a {
	color: #663399;		/* mauve */
	text-decoration: none;
	}

a:hover {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid black;
	}
 
a:visited {
	color: #663399;		/* mauve */
	text-decoration: none;
	}

/* End Typography & Colors */

/*	Begin Headers */
h1, h2, h3 {
	font-family: 'Gill Sans', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	text-decoration: none;
	color: #444444;	/* dark grey */
	}

h1 {
	margin: 0;
	padding: 0;
	font-size: 4em;
	text-align: center;
	}

h2 {
	margin: 0;
	font-size: 1.5em;
	}

h2.pagetitle {
	margin-top: 30px;
	font-size: 1.5em;
	text-align: center;
	}

h3 {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

h1 a, h2 a, h3 a {
	text-decoration: none;
	color: #444444;	/* dark grey */
	}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: none;
	border-bottom: 1px solid black;
	color: black;
	}

h1 a:visited, h2 a:visited, h3 a:visited {
	text-decoration: none;
	color: #444444;	/* dark grey */
	}

/* End Headers */


/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	margin: 10px auto 0;
	padding: 0;
	width: 1000px;
	background-color: white;
	border: 1px solid #959596;
	}
 
#header {
	float: left;
	padding: 10px 0 0 0;
	margin: 0 auto;
	width: 100%;
	height: 60px;
	}

/*
#header img {
	height: 0px;
	width: 0px;
	}
*/

.narrowcolumn {
	float: left;
	padding: 1em 0 0 0;
	margin: 0 10px 0;
	width: 550px;
/*	height: 550px;
	overflow: scroll;  */
	border: 0px solid transparent;
	}

.narrowcolumn-home {
	float: left;
	padding: 1em 0 0 0;
	margin: 0 auto 0;
	width: 420px;
/*	height: 550px;
	overflow: scroll;  */
	border: 0px solid transparent;
	text-align: center;
	}

.widecolumn {
	padding: 0;
	margin: 0;
	width: 500px;
	}
 
.post {
	margin: 1em;
	text-align: justify;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
 
#home {
	margin: 1em auto;
	padding: 0;
	width: 1000px;
	}
 
#home-left {
	float: left;
	margin: 0 0 0 1.5em;
	width: 275px;
	height: 520px;
	background: transparent url('images/home-background-left.jpg') no-repeat;
	}

#home-middle {
	clear: left;
	float: left;
	margin: -300px 0 0 322px;
	}
 
#home-right {
	float: right;
	margin: 0 1.5em 0 0;
	width: 275px;
	height: 520px;
	background: transparent url('images/home-background-right.jpg') no-repeat;
	}
 
#footer {
	clear: both;
	margin: 1em auto;
	padding: 0;
	width: 1000px;
	}

#footer p {
	text-align: center;
	}

#footer a {
	border: 0px solid transparent;
	}

#footer img {
	padding-bottom: 1em;
	}

/* End Structure */


/* Begin Sidebars */
#sidebar-left, #sidebar-right {
	font-family: 'Gill Sans', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1em;
	}

#sidebar-left {
	float: left;
	margin: 0 0 0 1.5em;
	padding: 0;
	width: 200px;
	height: 475px;
	background: transparent url('images/background-right.jpg') no-repeat 0 -30px; /* deliberate left-right switch! */
	}

#sidebar-right {
	float: right;
	margin: 0 1.5em 0 0;
	padding: 0;
	width: 200px;
	height: 475px;
	background: transparent url('images/background-left.jpg') no-repeat 0 -30px; /* deliberate right-left switch! */
	}

#sidebar-left form, #sidebar-right form {
	margin: 0;
	}

#sidebar-left h2, #sidebar-right h2 {
	margin: 0.5em 0 0;
	padding: 0;
	font-size: 1.2em;
	text-decoration: none;
	}

#sidebar-left li, #sidebar-right li {
	list-style-type: none;
	}

/* End Sidebars */


/* Begin menu navs */

ul.navbar {
	float: left;
	margin-top: 0;
	padding: 1em 1em 0;
	list-style-type: none;
	}

ul.navbar li {
	display: inline;
	padding: 0 1em;
	font-size: 18px;
	color: grey;
	}

ul.navbar li a:link, ul.navbar li a:visited {
	font-family: 'Gill Sans', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: grey;
	text-decoration: none;
	}

ul.navbar li a:hover, ul.navbar li a:active {
	text-decoration: none;
	border-bottom: 1px solid black;
	color: black;
	}

ul.footbar {
	float: left;
	margin-top: 0;
	padding: 1em 1em 0;
	list-style-type: none;
	}

ul.footbar li {
	display: inline;
	padding: 0 1em;
	font-size: 14px;
	color: grey;
	}

ul.footbar li a:link, ul.footbar li a:visited {
	font-family: 'Gill Sans', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: grey;
	text-decoration: none;
	}

ul.footbar li a:hover, ul.navfoot li a:active {
	text-decoration: none;
	border-bottom: 1px solid black;
	color: black;
	}

/* End foot nav */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

a img {
	border: none;
	}

/*	Using 'class="alignright"' on an image will (who would have
	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

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
 
/* End Entry Lists */


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	/* text-align: center; */
	}

#sidebar-left #searchform #s, #sidebar-right #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar-left #searchsubmit, #sidebar-right #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password-protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */


/* Begin Comments*/
.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	font-weight: bold;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	margin: 5px 0;
	font-family: 'Gill Sans', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	margin: 0;
	display: block;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-family: 'Gill Sans', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 0.9em;
	}
 
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

/* End Comments */

/* 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;
	text-decoration: none;
	}

#wp-calendar caption {
	width: 100%;
	font-family: 'Gill Sans', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	font-size: 0.9em;
	letter-spacing: .07em;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

.alt {
	margin: 0;
	padding: 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	color: #777;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

cite {
	text-decoration: none;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	text-decoration: none;
	color: white;
	}


.edit-post-link {
	text-align: center;
	}

.edit-post-link a {
	font-size: 1.5em;
	font-style: bold;
	color: black;
	}

hr {
	display: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.nocomments, .postmetadata {
	color: #777;
	}
 
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #777;
	}

strike {
	color: #777;
	}
 
/* End Various Tags & Classes*/
