/*
Theme Name: Twila Wilson
Theme URI: http://www.twilawilson.com
Description: Custom WordPress Theme
Author: Christina Lannen, Lannen Designs
Author URI: http://www.tomorrows-laundry.com


/*-----------Block Level Elements--------------*/
*{margin:0; padding:0;} /* removes all margins and padding */
html { min-height:100%; margin-bottom:1px; } /*keeps short pages from jumping */

body {
background-color: #5E87A3; /*#5E88A3;*/
margin: 0;
padding: 0;
background-image: url(images/bg.gif);
background-repeat: repeat-x;
background-position: top left;
font-family: Georgia, "Times New Roman", Times, serif;
color: #000;
font-size: 10pt;

}

#page {
	width: 960px;
	margin: 0 0 0 100px;
}

#header {
	width: 100%;
	height: 128px;
}

#headerimg {
padding-top: 26px;
}

#headerimg h1 {padding-left: 10px;}
#headerimg h1 a {font-size: 26pt; text-decoration: none; color: #000; font-weight: lighter;}

a {color: #000;}

#wrapper {
	width: 100%;
	background-color: #ffffff; /*#1F6484;*/
}

#menu {padding: 20px 0 0 0; margin: 0 0 0 -15px;font-family: Verdana, Arial, Helvetica,  sans-serif;
text-transform: uppercase; }

#content {
	float: right;
	width: 680px; /* 70%;*/
	background-color: #fff;
	min-height: 433px;
}

#sidebar {
	width: 280px; /*30%;*/
	margin-right: 680px; /*70%;*/
	background-color: #fff;
	min-height: 300px;
}

#footer {
	width: 100%;
	clear: both;
	background-color: #fff;
	height: 30px;
}

#footer p {padding: 6px; font-size: 8pt;}
.copyright {float: left;}
.design {float: right;}
#footer a:link, a:visited {text-decoration: underline;}
#footer a:hover {text-decoration: none;}


/*-------------Headings-------------*/

h1 {
font-weight: lighter;
}

h2 {
font-weight: lighter;
}

h3 {
font-weight: lighter;
}

h4 {

}

h5 {

}

/*-------------The Post-------------*/



h2 a:hover, h2 a:visited, h2 a {

}

.post {
padding: 15px;

}

.post p {
margin: 0 0 10px 0;
}


div.photographer {padding-top: 10px; font-size: 8pt; font-style: italic !important;}

.post a {

}

.post ul {
margin-left: 25px;
}

.post li {

}

.entry {

}

.entrytext .postmetadata {

}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {

}

.alignleft {

}

.alignright {

}

.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {
border: none !important;
text-decoration: none;
}

acronym, abbr {

}

/*--------------Sidebar------------*/

#sidebar h2 {


}

h2.twila {padding: 20px 0 0 20px;}

#sidebar ul {

}

#sidebar ul h2 {

}

#sidebar ul li {

}

#sidebar ul ul {

}

#sidebar ul ul li {

}

#sidebar ul ul ul {

}

#sidebar p {
margin: 5px 5px 5px 20px;
}

#sidebar a {

}
#sidebar a:hover {

}

#sidebar a:visited {

}


/*--------------Comments--------------*/

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small.commentmetadata {

}

/*--------------Search Form-------------*/

#searchform {

}

#searchform input {

}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/


/* WP image handling */
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
float: right;
	padding: 5px;
	margin: 0 0 2px 7px;

	}

img.alignleft {
float: left;
	padding: 5px;
	margin: 0 7px 2px 0;

	}



/*-------------Other------------------*/

hr {
	display: none;
}