/*
Theme Name: Training By Tanner
Theme URI: n/a
Description: This is a custom WordPress theme designed exclusively for Karen Tanner Byrd
Version: 1.0
Author: Clay Mabbitt
Author URI: http://www.silversquareinc.com
Tags: custom, fixed width

	The CSS, XHTML and design is created for Karen Tanner Byrd and is not available for use by any other parties.

*/


html * { margin: 0; padding: 0; }
html { 
	background-color: #7e586b;
}
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #4b4d5b;
	background: url('images/background.gif') top left #fff repeat-x;
}


/* HEADERS ************************************************/
h1, h2, h3, h4, h5, h6 { 
	margin-bottom: 8px;
}
h1, h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; margin-top: 50px; }
h4 { font-size: 1.2em; margin-top: 40px; }



/* FONT SIZE **********************************************/
p, td, li, blockquote { font-size: 1.2em; }
td p, td li, li li, blockquote blockquote, blockquote p, li p { font-size: 1.0em; }


/* COLOR **************************************************/
a, a:visited { 
	color: #7e586b;
	text-decoration: none; 
}
a:hover { text-decoration: underline; }
blockquote { 
	padding-left: 30px;
	/*border-left-width: 1px; border-left-style: solid; border-left-color: #777;*/
	color: #a99c63;
}
img { border: none 0; }

/* SPACING ************************************************/
p { line-height: 180%; }
p, ul, ol { margin-bottom: 20px; }
ol li { 
	margin: 10px 0 10px 30px;
}
ul li {
	list-style: none;
	margin: 10px 0;
	padding-left: 22px;
	background: url('images/bullet.png') no-repeat;
	background-position: 0 3px;
}
blockquote {
	margin: 20px 30px 20px 10px;
}
hr { margin: 30px 0; }
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	font-size: 1.1em;
}
.alignleft { float: left; }
.alignright { float: right; }
.textright { text-align: right; }
.aligncenter { margin-left: auto; margin-right: auto; }
.clear { clear: both; height: 1px; }


/* TABLES ***************************************************/
table { border-collapse: collapse; }
td { 
	vertical-align: top; 
	padding: 2px 4px;
}





/* LAYOUT ***************************************************/
.wrap {
	width: 900px;
	text-align: left;
	margin: 0 auto;
}

#header {
	height: 142px;
	position: relative;
}

#main {
	padding-bottom: 90px;
}

#content {
	width: 570px;
	float: left;
}
#sidebar {
	width: 280px;
	float: right;
}



#footer {
	clear: both;
}





/* HEADER *****************************************************/

#header #logo {
	width: 307px; height: 50px;
	position: absolute;
	background: url('images/logo.gif') top left no-repeat;
	top: 21px; left: 0;
}
#header #logo a {
	display: block;
	width: 307px; height: 50px;
	text-indent: -9999px;
	overflow: hidden;
}






/* TOP NAV ****************************************************/
#topnav, #topnav .widget, #topnav ul, #topnav ul li { list-style: none; margin: 0; font-size: 1.0em; padding: 0; background-image: none; }
#topnav ul {
	padding-top: 88px;
	height: 47px;
}
#topnav ul li {
	float: left;
	height: 47px;
	min-width: 100px;
	font-size: 8pt;
	text-transform: lowercase;
	background: url('images/tab-separator.gif') top left no-repeat;
}
#topnav ul li .mainlabel {
	color: #fff;
	font-size: 10pt;
	text-transform: uppercase;
	display: block;
	font-weight: bold;
}
#topnav ul li a { 
	color: #59595c; 
	padding: 5px 10px 0 10px;
	display: block;
}
#topnav ul li a:hover { text-decoration: none; }

#topnav ul li:first-child { background-position: -2px 0; }
#topnav ul li:first-child a { padding-left: 0; }

#topnav ul li a:hover .mainlabel { color: #59595c; }
#topnav ul li a:hover { color: #fff; }




/* MASTHEAD ********************************************************/
#masthead {
	height: 75px;
	position: relative;
}
#identify {
	width: 150px; height: 30px;
	position: absolute;
	top: 30px; left: 530px;
	text-align: right;
	font-size: 1.2em;
	font-weight: bold;
}
#identify #credentials {
	display: block;
	font-size: 0.8em;
	color: #9d9fa2;
	font-weight: normal;
}
#portrait-internal {
	width: 147px; height: 216px;
	position: absolute;
	top: -141px; left: 689px;
	background: url('images/portrait-small.2.png') top left no-repeat;
}
/* OLD
#portrait-internal {
	width: 198px; height: 177px;
	position: absolute;
	top: -102px; left: 688px;
	background: url('images/portrait-small.png') top left no-repeat;
}
*/




/* HOMEMASTHEAD **************************************************/
#homemasthead {
	height: 230px;
	position: relative;
}
#welcome {
	margin: 20px 0 0 20px;
}
#portrait-home-top {
	width: 185px; height: 119px;
	position: absolute;
	top: -119px; left: 703px;
	background: url('images/home.portrait.4.png') no-repeat;
	background-position: -120px 0;
}
#portrait-home-bottom {
	width: 305px; height: 187px;
	position: absolute;
	top: 0; left: 583px;
	background: url('images/home.portrait.4.png') no-repeat;
	background-position: 0 -119px;
}



/* SIDEBAR *******************************************************/
#sidebar ul, #sidebar li {
	list-style: none;
	margin: 0;
	padding: 0;
	background-image: none;
}
#sidebar ul ul {
	margin-left: 25px;
}
#sidebar ul ul li {
	margin: 6px 0 6px 20px;
	text-indent: -20px;
}
#sidebar h4 {
	margin-top: 0;
	font-size: 1.1em;
	margin-bottom: 18px;
}
#sidebar .widget {
	border: 1px solid #e0e0e0;
	background: url('images/widget.back.gif') top left #fff repeat-x;
	padding: 13px 14px;
	margin-bottom: 12px;
}

#sidebar .post-date {
	display: block;
	font-size: 0.8em;
	margin-left: 20px;
	color: #999;
}
#sidebar #rssemailform {
	margin-top: 8px;
}
#sidebar #rssemailform #rssemail {
	width: 150px;
	color: #999;
}




/* FOOTER ******************************************************/
#footer {
	background: url('images/footer.back.jpg') top left #7e586b repeat-x;
	color: #fff;
	padding-bottom: 20px;
}
#footer p { font-size: 1.1em; line-height: 130%; }
#footer li p { font-size: 0.9em; }
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer .wrap {
	position: relative;
}
#footer ul, #footer ul li { list-style: none; margin: 0; background-image: none; }
#footer #text-4 {
	width: 360px;
	float: left;
	padding-top: 27px;
}
#footer #text-4 img {
	border: none 0;
	margin: 0 17px 19px 0;
}

#footer #text-5 {
	width: 360px;
	clear: left;
	float: left;
	font-style: italic;
}

#footer #text-6 {
	padding-top: 55px;
	width: 360px;
	float: right;
	text-align: right;
}


#footerweights {
	position: absolute;
	width: 244px; height: 147px;
	background: url('images/footer.weights.png') top left no-repeat;
	top: -100px; left: 650px;
}




.post { 
	clear: both;
	margin-bottom: 65px;
}
.entry a { text-decoration: underline; }
.postmeat {
	width: 450px;
	float: right;
}
.postmetadata {
	width: 100px;
	float: left;
}
.postmetadata strong {
	color: #a99c63;
	font-weight: normal;
	display: block;
	font-size: 1.1em;
	padding-top: 30px;
}
.postmetadata .category-thumb {
}
.postmetadata div.sociable { margin: 0; }
.sociable_tagline { margin: 0 0 5px 0; }















.poststamp {
	font-size: 8pt;
	font-weight: normal;
	color: #777;
	font-style: italic;
	white-space: nowrap;
}
#content .gallery { margin-bottom: 25px; }



/* COMMENTS *******************************************************/
h3#respond {
	clear: both;
	padding-top: 25px;
}
.commentlist {
	list-style: none;
}
.commentlist li {
	border: 1px solid #e0e0e0;
	background: url('images/widget.back.gif') top left #fff repeat-x;
	padding: 20px 20px 8px 20px;
	margin: 12px 0 4px 0;
}
.commentlist li.bypostauthor, .commentlist li.bypostauthor li.bypostauthor {
	background-image: none;
	background-color: #e0e0e0;
	border-color: #c0c0c0;
}
.commentlist li.bypostauthor li {
	background: url('images/widget.back.gif') top left #fff repeat-x;
	border-color: #e0e0e0;
}
.commentlist li img {
	float: left;
	margin: 0 8px 4px 0;
}
.commentlist li .commentmetadata { 
	margin-bottom: 12px;
}

#comment { 
	width: 560px; height: 180px;
}



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 20px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
/* End captions */




/* PAGINATE ****************************************************/
ol.wp-paginate { margin: 25px 0; text-align: left; }
.wp-paginate li { list-style: none; display: inline; margin-left: 0; background-image: none; }
.wp-paginate a {background:#ccccd6; border:1px solid #aaa; color:#666; margin-right:4px; padding:3px 6px; text-align:center; text-decoration:none; }
.wp-paginate a:hover, .wp-paginate a:active {background:#bbbbc6; color:#888; text-decoration:none;}
.wp-paginate .title {color:#555; margin-right:4px;}
.wp-paginate .gap {color:#999; margin-right:4px;}
.wp-paginate .current {color:#fff; background:#7e586b; border:1px solid #5e384b; margin-right:4px; padding:3px 6px;}
.search .wp-paginate .page { padding: 3px 6px; border:1px solid #aaa; }	




#content h4.archivetitle {
	margin: 30px 0 3px 0;
	padding: 5px 0;
	font-weight: bold;
	border-bottom: solid 1px #e0e0e0;
}


#searchform label { display: none; }
#searchform #s {  }




/* FORMS **********************************/
/*
.dataentry p {
	clear: both;
	float: right;
	width: 100%;
	margin: 12px 0 12px -120px;
}
.dataentry p label {
	float: left;
	width: 115px;
	padding-top: 3px;
	font-weight: bold;
}
.dataentry p .item, .dataentry p .inputextra {
	display: block;
	margin-left: 120px;
}

.dataentry p .checkbox {
	display: block;
}
.dataentry p .checkbox input {
	float: none;
	display: inline;
	margin: 0 5px 0 0;
}
.dataentry p .checkbox label { 
	float: none; 
	display: inline;
	width: inherit; 
	padding: 0; 
	color: #333;
	font-weight: normal; 
}
*/


.contactform { font-size: 1.3em; }




#homecontent {
	width: 540px;
	float: right;
}
#homesidebar {
	width: 330px;
	float: left;
}



#homesidebar ul, #homesidebar li, #homecontent ul, #homecontent li { list-style: none; margin: 0; background-image: none; padding: 0; }
#homesidebar #text-8 {
	background: url('images/home.subscribe.box.gif') top left #a09b61 no-repeat;
	color: #fff;
	padding: 10px;
	margin-top: 30px;
	font-size: 12pt;
}
#text-8 table { 
	border-collapse: collapse;
	margin-top: 10px;
}
#text-8 td { padding: 0; vertical-align: middle; height: 25px; }
#text-8 #inputcell {
	background-color: #fff;
	width: 219px;
	text-align: center;
}
#text-8 #inputcell input {
	width: 217px; height: 23px;
	border: none 0;
	color: #999;
}
#text-8 #spacer {
	width: 12px;
}
#text-8 #buttoncell {
	width: 79px;
}

#homecontent #text-9 {
	border: 1px solid #e0e0e0;
	background: url('images/widget.back.gif') top left #fff repeat-x;
	padding: 13px 14px;
	margin-bottom: 30px;
}
#text-9 p { margin-bottom: 0; }
#text-9 img {
	margin: -10px 0 0 330px;
}
#homecontent .headlines-home li {
	border: 1px solid #e0e0e0;
	background: url('images/widget.back.gif') top left #fff repeat-x;
	padding: 10px;
	margin-bottom: 6px;
}
.headlines-home h4 {
	width: 161px; height: 20px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('images/home.bloggingbytanner.png') top left no-repeat;
	margin-left: 15px;
}
.headlines-home .post-date {
	float: left;
	width: 50px;
	font-size: 13pt;
	color: #a09b61;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-align: center;
	line-height: 140%;
	margin-right: 20px;
}
.headlines-home .post-date .date { font-size: 24pt; }
.headlines-home .post-title {
	font-size: 11pt;
	font-weight: 600;
	margin-bottom: 5px;
}
.headlines-home p {
	color: #9d9fa2;
	line-height: 160%;
	font-size: 8pt;
	margin-bottom: 0;
}