/***********************************************
* bennelli.css 2005.02.15
* This is a modification of the original default css provided by 
* moveable type
************************************************/

body {
	margin: 0px 0px 0px 0px;
        background-color: #fff;
	background-image: url("/blog/images/background7.jpg");
	text-align: center;
}

a {
	text-decoration: underline;
	color:#444;
}

a:hover {
	color: #999;
}

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

#container {
	line-height: 140%;
	text-align: left;
	padding: 0px;
	width: 100%;
        background-color: #fff;	
        background-image: url("/blog/images/background7.jpg");
}

/****************************************************
* These are the banner stylings which are all included
* in a seperate header file.  I then use includes in
* the main page and all of the archive pages and 
* only have to update the one header file
****************************************************/

#banner {
	font-family: Verdana, Arial, sans-serif;
        background-color: #fff;
	color: #fff;
	text-align: center;
	border-bottom: 1px solid #666;
	height: 90px;
}

#banner a {
	color: #8F8FBD;
	text-decoration: none;
}

#banner h1 {display:none;
	font-size: 95%;
	display: inline;
	padding-right: 10px;
	font-weight: bold;
}

#banner h2 {display:none;
	font-siz e: x-small;
	display: inline;
	padding-left: 10px;
	border-left: 5px solid #fff;
}


#footer {
	font-family: Verdana, Arial, sans-serif;
	color: #333;
	background-color:#fff;
	width: 100%;
	text-align: center;
	border-top: 1px solid #666;
	height: 40px;
}


#center {
	float: right;
	width: 72%;
	overflow: hidden;
}

.content {
	padding: 15px 15px 5px 15px;
	margin: 10px;
        border: 1px solid #666;
	background-color: #fff;
        color: #333;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	}


/*****************************************
* This is the style for the body of the entries 
* posted.
******************************************/

.content p {
	color: #333;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
	
	}

.content blockquote {
	line-height: 150%;
	color: #333;
	background: #f8f8f8;
	border: 1px solid #006;
	padding: 5px;
	}

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

/*****************************************
* This is the style for the date above
* the entries for that day.
******************************************/

.content h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	border-left: 10px solid #006;
	padding-left: 5px;
	background: #f1f1f1;
	}

/*****************************************
* This is the style for the entry title.
******************************************/

.content h3 {
	color: #660000;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}

/*****************************************
* This is the style for entry bottom line.
******************************************/

.content p.posted {
	color: #333;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	border-top: 1px solid #ccc;
	text-align: left;
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	padding-left: 10px;
	}

/*****************************************
* These are the styles for our sidebar. Like the
* header file, I have one sidebar template and
* use includes on all pages that I want the sidebar
* to appear.
******************************************/
#right {
	float: left;
	margin: 10px;
        border: 1px solid #666;
	width: 24%;
	background-color: #9BCD9B;
	overflow: hidden;
        }


.sidebar {
	color: #333;
	padding: 0px 20px 10px 25px !important;
	padding: 15px 20px 10px 25px;
	background-color: #9BCD9B;
	border-right: 1px solid #aaa;
	}

/*****************************************
* This is the style for the main headlines
* in the sidebar.
******************************************/

.sidebar h2 {
	font-family: Verdana, Arial, sans-serif;
	color: #333;
	font-size: x-small;
	text-align: left;
	font-weight: bold;
	margin: 20px auto 10px -10px;
	border-right: 5px solid #006;
	border-bottom: 1px solid #006;
	padding-left: 5px;
	background: #f1f1f1;
	}


.sidebar ul {
	padding-left: 10px;
	margin: 0px;
	margin-bottom: 30px;
	}

.sidebar li {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	line-height: 120%;
	margin-top: 2px;
	list-style-type: none;
	}


.sidebar img {
	border: 3px solid #fff;
	}

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

.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	}

/*****************************************
* This is the style for detailing who the 
* Bennellis are in the top portion of the sidebar.
******************************************/

.statement {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: center;
	padding: 2px;
	margin-bottom: 5px;
	}

/*****************************************
* This is the style for Moveable Type link.
******************************************/

#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #666666;
	margin-top: 50px;
	}

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

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

/*****************************************
* This is the style for horizontal navigation
* bar I have under the header banner.  It is included
* in my header template.
******************************************/

#nav {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	text-align: center; 
	padding:5px;
	margin:0px;
	background-color:#fff;
	color:#fff; 
	border-bottom: 1px solid #6F8C8F; 
	}
/*****************************************
* This is the style for the hyperlinks.
******************************************/

#nav a { 
	color:#4682B4;
	text-decoration:none;
	}

/*****************************************
* This is the style for hovering a cursor over
* the hyperlinks.
******************************************/

#nav a:hover {
	text-decoration:underline;
	}

