/*
Theme Name: TBF
Theme URL: http://www.thebikeframe.com
Description: TBF custom WordPress theme
Version: 1.00
Author: TBF
Author URL: http://www.thebikeframe.com/
Tags: cycle, three columns, widgets
*/

/* Post navigation styling fixed and arrows added to replace code, menu fixed to display properly in IE6. *//* Remove default margins and padding and set default background */
/* The asterisk means to apply to all */

* {
    margin: 0;
    padding: 0;
}

/* ----------------------------------------- */
/* PAGE STRUCTURE, PAGE HEADER, PAGE FOOTER */
/* ----------------------------------------- */

body {
    font-size: 72.5%;
    font-family: 'Lucida Sans Unicode', Arial, sans-serif;
    background: #145958;
color: #888888;
	width: 100%;
	height: 100%;

}
/*page, top and headerimg have been commented out in header file*/

/* !important means to override other style sheets - user important overrides author important*/
/*
#wrapper {
	height: 100%;
    overflow: hidden;
    width: 100%;
    left: 0px;
    top: auto;
    clear: both;
    position: absolute;
border-width: 2px;
	border-style: dotted;
	border-color: #111111;
*/

}
#top {
    background: #000000;
    border-bottom: 0px solid #f2e73a;
    width: 100%;
    top: 0px;
    height: 0px;
    clear: both;
}
/*header is used only as container for upper part of page*/

#header {
    border-bottom: 0px solid #f2e73a;
    width: 950px;
	margin: 0 auto;
    height: 310px;
    position: relative;
background: #ffffcc url(http://www.thebikeframe.com/images/pagephotoheader.jpg) no-repeat center top;
z-index: 50;
}


/*LOGO, PIX BUTTONS and PRIME AD and MENU ICON POSITIONS and MENU ROLLOVERS*/

#logo	{
	position: absolute;
	top: 16px;
	left: 165px;
	height: 94px;
	width: 300px;
}

#framepix	{
	position: absolute;
	top: 15px;
	left: 520px;
	height: 30px;
	width: 36px;
}

#wheelpix	{
	position: absolute;
	top: 15px;
	left: 560px;
	height: 30px;
	width: 36px;
}

#primead {
	position: absolute;
	top: 65px;
	left: 710px;
	height: 0px;
	width: 250px;

}



/*MENUS*/


#nav {
	position: absolute;
	left: 25px;
	bottom: 10px;
	list-style: none;
	font: bold 10px/10px Verdana, 'Lucida Grande', 'Trebuchet MS', Arial, Sans-Serif;


}
 
#nav li {
	background: none;
	float: left;
	padding: 0;
	width: 78px;
	text-align: center;
	text-decoration: none;
}
#nav a, #nav a:visited {
	text-decoration: none;
	color: #000;
}

/* this applies to a and child spans */


/* the next command is needed by explorer */

#nav a:hover {
	text-decoration: none;
	background: url(images/transparent.gif) no-repeat;
}

#nav span {
	display: none;
	position: absolute;
}

/*this applies to all spans within a and nav*/

#nav a:hover span {
	display: block;
}

/*each of these applies to the individual span within each li */

#nav-home a:hover span {
	background: url(images/homerollover.gif) no-repeat;
	width: 60px;
	height: 78px;
	top: -78px;	
	left: 3px;
}
#nav-frames a:hover span {
	background: url(images/framesrollover.gif) no-repeat;
	width: 72px;
	height: 77px;
	top: -78px;	
	left: 72px;
}

#nav-wheels a:hover span {
	background: url(images/wheelsrollover.gif) no-repeat;
	width: 69px;
	height: 75px;
	top: -70px;	
	left: 172px;
}

#nav-fbuilders a:hover span {
	background: url(images/fbuildersrollover.gif) no-repeat;
	width: 82px;
	height: 115px;
	top: -120px;	
	left: 240px;
}

#nav-wbuilders a:hover span {
	background: url(images/wbuildersrollover.gif) no-repeat;
	width: 80px;
	height: 115px;
	top: -120px;	
	left: 319px;
}

#nav-components a:hover span {
	background: url(images/componentsrollover.gif) no-repeat;
	width: 75px;
	height: 110px;
	top: -110px;
	left: 401px;
}

#nav-glossary a:hover span {
	background: url(images/glossaryrollover.gif) no-repeat;
	width: 88px;
	height: 105px;
	top: -82px;
	left: 490px;
}

#nav-abouttbf a:hover span {
	background: url(images/tbfrollover.gif) no-repeat;
	width: 90px;
	height: 126px;
	top: -138px;
	left: 548px;
}


a img {
	border: 0px solid #f2e3aa;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.description {
    font: 600 1.5em "Courier New", Courier, serif;
    color: #999999 !important;
    margin-left: 10px;
    clear: both;
}
/* posts are within these */

#content, .widecolumn .entry p {
    font-size: 1.2em;
	color: #333333;
}
.widecolumn, .narrowcolumn .entry, .widecolumn .entry {
    line-height: 1.4em;
}
.widecolumn .post, #footer p {
    margin: 0;
}
.widecolumn .postmetadata, .narrowcolumn .postmetadata {
    text-align: center;
    border: none;
}
.widecolumn .smallattachment {
    text-align: center;
    float: left;
    width: 128px;
    margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
    text-align: center;
    margin: 5px 0px;
}
.alt {
    background: #fff;
    margin: 0;
}
li.alt {
    background: #f8f8f8;
}

small, div.postmetadata {
    font-size: 0.9em;
    line-height: 1.5em;
}


/* footer */
#footer {
    background: #000000;

}
#footer a {
    font-size: 0.9em;
    text-decoration: none;
	color: #888888;
}

div#footer {
	position: fixed;
text-color: #f2e786;	
bottom: 0px;
	clear: both;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	text-align: center;
	height: auto;
	border-width: 0px;
	border-style: dotted;
	border-color: #554433;
	z-index: 15;
    border-top: 0px dotted #f2e73a;
}



/*container is overall element for two or three columns*/

div#container {
	position: relative;
	width: 950px;
	margin: 0px auto;
	background: transparent;
	border-width: 0px;
	border-style: dotted;
	border-color: #ffffff;
	padding-top: 0px;
	clear: both;

}

/*content is center column*/

div#content {
	height: 100%;
    overflow: visible;
    margin: 0px 300px 35px 32px;
    padding: 10px 6px 4px 8px;
    background: #ffffff;
	border-width: 0px;
	border-style: dotted;
	border-color: #111111;
	position: relative;
	top: -16px;
	bottom: 10px;
	clear: both;
z-index: 10;
}

/*contentimagepage is content area for image pages*/
div#contentimagepage {
	height: 100%;
    overflow: visible;
    margin: 0px 0px 25px 0px;
    padding: 2px 0px 0px 0px;
    background: #111111;
	border-width: 0px;
	border-style: dotted;
	border-color: #111111;
	position: relative;
	top: -16px;
	bottom: 10px;
	clear: both;
z-index: 20;

}



.clear, .commentlist li .avatarfloat p {
    clear: both;
}
div.clear {
    width: 100%;
    clear: both;
}
.whitespace {
    height: 20px;
    background: #fff;
}

.entry {
    clear: both;
    padding-top: 15px;
}
/* ----------------------------------------- */
/* HEADERS */
/* ----------------------------------------- */
h1 {
    font-size: 2.0em;
}
h1, h2, h3 {
    font-family: Verdana, 'Lucida Grande', 'Trebuchet MS', 
Arial, Sans-Serif;
	color: #eeeeee;
    font-weight: 500;
}
h3 {
    font-size: 1.4em;
    margin-bottom: 10px;
    color: #a8b772;
}

h1, h1 a, h1 a:hover, h1 a:visited {
    text-decoration: none;
    color: #999999;
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
    color: #a45958;
	text-decoration: none;
}
h3 a:hover, h3 a:active {
    color: #777777;
    text-decoration: underline;
}
h2 a:hover, h3 a:hover {
    color: #999999;
    text-decoration: none;
}


/* ----------------------------------------- */
/* POSTS */
/* ----------------------------------------- */
.postmetadata {
    clear: both;
    margin-top: 15px;
}
/*temporarily disabled
.postmetadata a, h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a:link, h3 a:visited, #sidebar h2, #sidebar2 h2, cite {
    text-decoration: none;
}
*/

.post h1 {
    clear: right;
}
.post h2, h2.pagetitle {
    font-size: 1.3em;
}
.post {
    padding-bottom: 10px;
    margin-right: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #a8b772;
}
.post .entry p {
    margin-bottom: 10px;
}
.post hr {
    display: block;
}
/* ----------------------------------------- */
/* SIDEBARS, SIDES, SIDEBAR LISTS, HEADERS*/
/* ----------------------------------------- */
#sidebar h2, #sidebar2 h2 {
    color: #ffffff !important;
    font-family: Verdana,'Lucida Grande',sans-serif !important;
    font-size: 1.2em;
    font-weight: 600 !important;
	background-color: #aaaaaa;
}
#sidebar ul li strong, #sidebar2 ul li strong {
    font-size: 1.2em;
    color: #999999 !important;
    font-family: Verdana,'Lucida Grande',sans-serif !important;
}
/* side bar headers */
#sidebar ul li:first-line, #sidebar2 ul li:first-line {
    font-size: 1.2em;
    color: #145958 !important;
    font-family: Verdana,'Lucida Grande',sans-serif !important;
    font-weight: 600;
}
#sidebar ul ul li, #sidebar ul ul li:first-line, #sidebar2 ul ul li:first-line {
    font-weight: normal;
    font-size: 1em;
}


.sides ul a:link, .sides ul a:visited {
    color: #666666;
    text-decoration: none;
}
.sides ul a:active, .sides ul a:hover, #nav li a:active, #nav li a:hover {
    color: #a8b772;
}

small, #sidebar ul ul li, #sidebar ul ol li, #sidebar2 ul ul li, 
#sidebar2 ul ol li, .nocomments, .postmetadata, blockquote, 
strike, .entry p a:visited, a, a:link, a:visited, #nav li ul li a:link, 
#nav li ul li a:visited {
    color: #666666;
}


#sidebar ul, #sidebar2 ul {
    list-style: none;
    width: 175px;
}
#sidebar ul li, #sidebar2 ul li {
    padding-bottom: 15px;
}
#sidebar ul ul, #sidebar2 ul ul {
    list-style-image: url(images/bullet.gif);
    list-style-type: disc;
    padding-left: 18px;
}
#sidebar ul ul li, #sidebar2 ul ul li {
    padding-bottom: 0;
}

div.sides {
    float: left;
    overflow: visible;
    width: 175px;
    padding-top: 20px;
    vertical-align: top;
}
div#sidebar {
    position: absolute;
    top: 1px;
    left: 1px;
    margin: 5px 0 0 10px;
    padding: 4px 4px 4px 4px;
    vertical-align: top;
    border-width: 2px;
    border-style: solid;
    border-color: #ffffff;
}
div#sidebar2 {

   position: absolute;
    top: 1px;
    left: 710px;
    margin: 5px 0px 35px 0px;
    padding: 8px 8px 30px 8px;
    vertical-align: top;
    border-width: 0px;
    border-style: dashed;
    border-color: #8a1406;
z-index: 10;

}


#sidebar {
    background-color: #ffed96;
    font-size: 1em;
    width: 170px;
}

#sidebar2 {
    width: 220px;
    float: right;
    background-color: #ffed96;
    font-size: 1em;
    color: #111111;
}



/* ----------------------------------------- */
/* COMMMENTS & COMMENT LIST & COMMENT FORM */
/* ----------------------------------------- */
.commentlist li {
    font-size: 1.1em;
    font-weight: 600;
    display: block;
    clear: both;
}
.commentlist li .avatar {
    border: 1px solid #a8b772;
    padding: 2px;
}
.commentlist li .avatarfloat {
    float: left;
    padding: 2px;
    width: 75px;
    height: 100%;
}
.commentlist li .commentfloat {
    margin-left: 80px;
    text-align: left;
    width: auto;
    padding-left: 10px;
    border-left: 1px dotted #a8b772;
}
.commentlist cite, .commentlist cite a {
    font-weight: bold;
    font-style: normal;
    font-size: 1.1em;
    display: block;
    width: auto;
    padding-bottom: 5px;
}
.commentlist cite {
    border-bottom: 1px dotted #a8b772;
}
.commentlist li .commentfloat p {
    font-weight: normal;
    line-height: 1.4em;
    text-transform: none;
    font-size: .9em;
}
#commentform p {
    font-size: .9em;
}
.commentmetadata {
    margin: 0;
    font-weight: normal;
    display: block;
}
#commentform {
    text-align: left;
    margin-top: 15px;
}
#commentform label {
    display: block;
    clear: right;
    font-size: 1.1em;
}
#commentform input {
    width: 300px;
    padding: 2px;
    background-color: #f5f5f5;
    border: 1px solid #a8b772;
    margin-bottom: 10px;
}
#commentform textarea {
    width: 300px;
    height: 150px;
    padding: 2px;
    background-color: #f5f5f5;
    border: 1px solid #a8b772;
    font-size: 1.1em;
    font-family: 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
}
#commentform #submit {
    background: transparent url(images/pencil.gif) no-repeat left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 4px;
    padding-left: 20px;
    height: 23px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #333;
    color: #000;
    font: 700 1em Verdana, sans-serif;
    width: auto;
    margin-top: 5px;
}
.commentlist {
    padding: 0;
    text-align: left;
    margin-right: 20px;
    margin-left: 0px;
    margin-top: 20px;
    border-top: 1px solid #a8b772;
    margin-bottom: 20px;
}
.commentlist li, .commentlist li.alt {
    list-style: none;
    border-bottom: 1px solid #a8b772;
    padding-bottom: 10px;
    padding-top: 10px;
}
.commentlist p {
    padding: 5px 0px;
}
.nocomments {
    text-align: left;
    margin: 0;
    padding: 0;
}
/* ----------------------------------------- */
/* CALENDAR */
/* ----------------------------------------- */
#wp-calendar #prev a, #wp-calendar #next a {
    font-size: 9pt;
}
#wp-calendar a {
    text-decoration: none;
    display: block;
}
#wp-calendar caption {
    font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
}
#wp-calendar {
    empty-cells: show;
    margin: 10px auto 0;
    width: 155px;
}
#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
}
#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
}
#wp-calendar td {
    padding: 3px 0;
    text-align: center;
}
#wp-calendar td.pad:hover {/* Doesn't work in IE */
    background-color: #fff;
}
/* ----------------------------------------- */
/* IMAGES */
/* ----------------------------------------- */
/*temporarily disabled
p img {
    padding: 0;
    max-width: 100%;
}
img.centered, .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    padding: 0 4px 2px 4px;
    margin: 0 0 0 7px;
    display: inline;
}
img.alignleft {
    padding: 0 4px 0px 4px;
    margin: 0 7px 0 0;
    display: inline;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
*/
/* ----------------------------------------- */
/* LISTS */
/* ----------------------------------------- */
html > body .entry ul {
    list-style-image: url(images/bullet.gif);
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 15px;
    margin-left: 10px;
}
.entry ol {
    margin-left: 35px;
    margin-bottom: 15px;
}
.postmetadata ul, .postmetadata li {
    display: inline;
    list-style-type: none;
    list-style-image: none;
}
/* ----------------------------------------- */
/* DEFINITION LISTS */
/* ----------------------------------------- */
dl {
    clear: both;
    display: block;
    margin: 15px;
    text-align: center;
    font-size: 1.1em;
}
dl dt {
    left: 0;
    width: 110px;
    font-weight: 600;
    float: left;
    padding: 0;
    text-align: left;
    margin-bottom: 5px;
}
dd {
    border-left: 1px solid #ccc;
    margin: 0 0 10px 130px;
    padding: 0 0 1em 1em;
    width: auto;
    text-align: left;
}
/* ----------------------------------------- */
/* FORM ELEMENTS */
/* ----------------------------------------- */
#searchform, #searchform2 {
    width: auto;
}
#searchform2 {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}
#sidebar #searchform #s, #sidebar2 #searchform #s {
    width: 100px;
    background-color: #f5f5f5;
    border: 1px solid #a8b772;
    padding: 0 2px;
}
#searchform2 #s2 {
    width: 200px;
    background-color: #f5f5f5;
    border: 1px solid #a8b772;
    padding: 0 2px;
}
#sidebar #searchsubmit, #sidebar2 #searchsubmit, #searchsubmit2 {
    width: auto;
    background: transparent url(images/find.gif) left no-repeat;
    padding-left: 18px;
    height: 20px;
    border: none;
    font-weight: 600;
    font-size: 1.1em;
}
.entry form, .center {
    text-align: center;
}
select {
    width: 130px;
    background-color: #f5f5f5;
    border: 1px solid #a8b772;
}
/* ----------------------------------------- */
/* VARIOUS TAGS CLASSES */
/* ----------------------------------------- */
.byline {
    margin-bottom: 15px;
}
p.first:first-line {
    font-weight: 600;
    color: #666 !important;
}
.tiny-pencil {
    padding-right: 14px;
    background: url(images/tiny-pencil.gif) no-repeat top right;
    margin-right: 2px;
}
.tiny-trackback {
    padding-right: 9px;
    background: url(images/tiny-trackback.gif) no-repeat top right;
}
.tiny-comments {
    padding-right: 16px;
    background: url(images/tiny-comments.gif) no-repeat top right;
}
.tiny-rss {
    padding-right: 16px;
    background: url(images/tiny-rss.gif) no-repeat right;
}
.tiny-category {
    padding-right: 12px;
    background: url(images/bullet.gif) no-repeat right;
}
.dateright {
    float: right;
    padding: 5px;
    padding-top: 0px;
}
.more-link {
    font-weight: 600;
    font-size: 1em;
}
code {
    font: 1.1em 'Courier New', Courier;
}
/*
temporarily disable this to test other  hovering
a:hover, a:active {
    color: #ffffff;
    text-decoration: underline;
}
*/

acronym, abbr, span.caps {
    font-size: 0.9em;
    letter-spacing: .07em;
    border: none;
    cursor: help;
}
blockquote {
    margin: 15px 30px;
    padding: 10px;
    border: 1px dotted #a8b772;
    background: #f8f8f8;
}
blockquote cite {
    margin: 5px 0 0;
    display: block;
}
hr {
    display: none;
}
/* ----------------------------------------- */
/* DATE BUTTON */
/* ----------------------------------------- */
.post-date {
    width: 40px;
    height: 43px;
    float: left;
    background: url(images/datebutton.gif);
    text-align: left;
}
.month {
    width: 35px;
    height: 15px;
    vertical-align: top;
    font: 500 11px Arial, sans-serif;
    color: #888888;
    text-align: center;
}
.day {
    width: 35px;
    padding-top: 1px;
    vertical-align: bottom;
    height: 25px;
    font: 700 16px Arial, sans-serif;
    color: #777777;
    text-align: center;
}
/* ----------------------------------------- */
/* MENU FORMATTING & STRUCTURE */
/* ----------------------------------------- */


.navigation {
    width: auto;    margin-right: 20px;
    margin-bottom: 10px;    display: block;
    clear: both;    padding-bottom: 20px;
    background: transparent;
}
.navigation .alignright {
    width: 40%;    float: right;
    background: transparent url(images/rarrow.gif) no-repeat top right;
    padding-right: 20px;
    text-align: right;
}
.navigation .alignleft {
    float: left;    width: 40%;
    background: transparent url(images/larrow.gif) no-repeat top left;
    padding-left: 20px;
    text-align: left;
}

/* ----------------------------------------- */
/* ----------------------------------------- */
/* ----------------------------------------- */