/*  
Theme Name: JFTHOI-by-CDG
Description: Widget ready and tested on WP 2.2+.
Version: 1.0
*/

body {
	background: #999999;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	width: 100%;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6A31B2;
}

h1 {
	font-size: 2em;
}

h2 {
	letter-spacing: -1px;
	font-size: 1em;
}

h3 {
	font-size: 1em;
}

p {
	line-height: 120%;
	font-size:12px;
}

ul, ol {
	line-height: 120%;
	font-size: 12px;
	padding-right:50px;
}
.entry ul li {
	padding-bottom:10px;
}

blockquote {
	padding-left: 1em;
	border-top: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
	background: #F9F9F9;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #2F6D98;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

/* Container - this is to center the stuff on the page */

#container {
	background: url(images/jfthoi-wp-bkgd_02.jpg) repeat-y;
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
} 

#pagedecor {
	background: url(images/bottomcornerimage.png) no-repeat right bottom;
}

/* Header */

#header {
	width: 800px;
	height: 181px;
	margin: 0 auto;
	background: url(images/jfthoi-wp-header.jpg) no-repeat left top;
}

#logo {
	float: left;
	width: 798px;
	height: 179px;
}

#logo h1, #logo p {
	margin: 0;
	color: #FFFFFF;
}

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

#phone {
	float:right;
	text-align:right;
	padding:20px;
	margin-top:120px;
}

#search {
	width: 200px;
	padding-left:20px;
	padding-top: 20px;
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#s {
	width: 190px;
	padding: 3px 5px;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
}

#x {
	display: none;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	padding: 20px 50 20px 0;
}

/* Content */

#content {
	float: right;
	width: 520px;
	padding-right: 20px;
}

.entry img {padding:5px 15px;}

.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
}

.title a {
	text-decoration: none;
	color: #E75C14;
}

.title a:hover {
	text-decoration: underline;
}

.byline {
	margin: 0;
}

.meta {
	padding: 5px 10px;
	border: 1px solid #EFEFEF;
	background: #F9F9F9;
	line-height: normal;
}

.meta .more {
	padding-left: 20px;
	background: url(images/img04.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 20px;
	background: url(images/img05.gif) no-repeat left center;
}

#comment {
	width: 400px;
}

.navigation {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.posts {
	margin: 0;
	padding: 0;
	list-style: none;
}

.posts li {
	margin-bottom: 2em;
}

.posts h3 {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}

.posts p {
	margin: 0;
	padding: 0;
	line-height: normal;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
	font-size:85%;
}

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

#sidebar ul a {
	color:#FFFFFF;
	font-weight:bold;
	border-bottom: 1px solid #F5F6F8;
}

#sidebar li ul {
}

#sidebar li ul li{
}

#sidebar li li {
	text-indent: 10px;
}
#sidebar li li li {
	text-indent: 25px;
	line-height: 11px;
	font-size: 9px;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0;
	text-indent: 10px;
}

#sidebar a {
	text-decoration: none;
	display:block;
	padding:6px 7px 5px 7px;
}

#sidebar a:hover {
	color: #FFFFFF;
 	background-image: url(images/button-over.jpg);
	background-repeat: repeat-y;
}
#sidebar p {
	line-height: 120%;
	padding-left:20px;
}
#sidebar table {
	padding-left:20px;
}

/* Footer */

#footer {
	clear: both;
	padding: 10px;
	background: url(images/jfthoi-wp-bkgd_02.jpg) repeat-y;
	text-align: center;
	font-size: smaller;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #046E98;
}

#adminlink
{
	background:#046E98;
	width:10px;
	height:10px;
	position:fixed;
	bottom:0;
	left:0;
}

