/*  
Theme Name: The Letter Doctor Is In
Theme URI: http://www.letterdoctor.com/
Description: Letter Doctor theme
Version: 1.0
Author: Jeremy Dane
Author URI: http://www.ebert-consulting.net
*/

body {
	color: black;
	font: 10pt   Arial, Helvetica, sans-serif;
	width: 780px;
	margin-top: 0;
	margin-left: 0;
}

h1, h1 a, h1 a:visited, h2 {
	color: #005389;
	text-decoration: none;
	font: bold 11pt 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	border-bottom: 2px dashed #6ed093;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding-bottom: 0;
}

h1 a:hover {
	color: #06c;
	text-decoration: underline;
	font: bold 11pt 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	border-bottom: 2px dashed #6ed093;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding-bottom: 0;
}

.date {
	color: #005389;
	text-decoration: none;
	font: bold 8pt 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
a, h3 a:hover {
	color: #06c;
	text-decoration: none;
	font-size: 9pt;
}

a:hover {
	color: #147;
	text-decoration: underline;
	font-size: 9pt;
}
#pagewrapper {
	width: 780px;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	background: url(images/content-background.gif) repeat-y;

}

#header {
	height: 135px;
}
.headimg {
	width: 780px;
	height: 191px;
}
/*<group=Tabs>*/

#navcontainer {
	color: white;
	position: relative;
	bottom: 49px;
	margin-left: 50px;
	width: 100%;
	font: 500 10pt Comic Sans MS, 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

#navcontainer a
{
	color: white;
	background-color: transparent;
	text-decoration: none;
	font-size: 10pt;
	vertical-align: middle;
	position: relative;
	line-height: 11pt;
	font-weight: 600;

}
#navcontainer a:hover
{
	color: #76aee2;
	font-size: 10pt;
	font-weight: 600;
}
#home {
	width: 105px;
	height: 24px;
	display: block;
	float: left;
	margin-right: 40px;
	text-align: center;
	padding-top: 5px;
}
#about {
	width: 105px;
	height: 29px;
	display: block;
	float: left;	
	margin-right: 32px;
	text-align: center;
}
	
#print {
	width:105px;
	height: 24px;
	display: block;
	float: left;
	margin-right: 40px;
	text-align: center;
	padding-top: 5px;
}	
#examples {
	width:105px;
	height: 29px;
	float: left;
	margin-right: 32px;
	text-align: center;
}

#questions {
	width:105px;
	height: 29px;
	display: block;
	float: left;
	margin-right: 40px;
	text-align: center;
}
/*</group>*/


#content-wrapper {
	position: relative;
	top: -30px;
}

#sidebar {
	width: 185px;
	float: left;
	padding-top: 5px;
	padding-left: 15px;
	background: transparent;
}

#search {
	width: 160px;
	height: 50px;
	background: url(images/search-background.gif) no-repeat;
	padding-top: 8px;
	padding-left: 5px;
}

#category-wrapper {
	margin-top: 10px;
	background: url(images/category-background.gif) repeat-y;
	width: 165px;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 10px;
}

#category-header {
	width: 165px;
	height: 5px;
	background: url(images/category-header.gif) no-repeat;
}

#category-content {
	width: 155px;
	padding-left: 10px;
}

#content {
	height: 100%;
	display: block;
	width: 400px;
	float: left;
	padding-left: 12px;
	padding-right: 2px;
	padding-top: 15px;
	margin-bottom: 10px;
}

#image-callout {
	width: 166px;
	height: 100%;
	float: right;
	padding-top: 10px;
}

#footer {
	background: #efefef;
	width: 780px;
	text-align: center;
	clear: both;
}

/* IMPORT FROM WORDPRESS */
#category-content ul, #category-content ul ol {
	margin: 0;
	padding: 0;
	}

#category-content li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	}

#category-content ul p, #category-content ul select {
	margin: 5px 0 8px;
	}

#category-content ul ul, #category-content ul ol {
	margin: 5px 0 0 10px;
	}

#category-content ul ul ul, #category-content ul ol {
	margin: 0 0 0 10px;
	}

ol li, #category-content ul ol li {
	list-style: decimal outside;
	}

#category-content ul ul li, #category-content ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
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, #category-content ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	text-align: left;
	vertical-align: bottom;
	}
#searchwrapper {
	height: 35px;
	margin-top: 3px;
}
#s {
 	border: solid 1px #3ec070;
	background: transparent;
	width: 100px; 
	}

#searchsubmit {
	padding-bottom: -2px;
	}

.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 */

.postmetadata {
	text-align: center;
	color: #777;
	padding-top: 5px;
	margin: 30px 0;

	}

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

.current_page_item {
	color: black;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;

	
}

.page_item {
	
}


