/*
Template: lyb
Theme Name: LookingYourBest.com
Theme URI: http://www.lookingyourbest.com/
Description: Theme our blog like our web site.
Author: M Cerveny (...)
Author URI: http://www.referralexperts.com/
Version: 0.2

Copyright 2010 Referral Experts LLC (LookingYourBest.com)

*/
/* Mike: temporarily inheriting from the default theme, remove "Template: default" from above comment block when ready to step out on our own */

/*@import url("lyb.css");*/

/*Begin Wordpress Generated*/
.categories {
}

.cat-item {
}

.current-cat {
}

.current-cat-parent {
}

.children {
}

.pagenav {
}

.page_item {
}

.current_page_item {
}

.current_page_parent {
}

.current_page_ancestor {
}

.widget {
}

.widget_text {
}

.blogroll {
}

.linkcat{
}

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

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   /*border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;*/
   /* optional rounded corners for browsers that support it */
   /*-moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;*/
}

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

.wp-caption p.wp-caption-text {
   /*font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;*/
}

.post {
    clear:both;
}
/*End Wordpress Generated*/

/*Begin LYB Custom*/
body {
    background:#3B2416 url('http://www.lookingyourbest.com/Images/stripebg.gif') repeat-x scroll 0 0;
    margin:0;
    padding:0;
    text-align:center;
    color:#3B2416;
}

a, a:visited {
    color:#3B2416;
}

a:hover {
    color:#F17AB4;
}

#mainwrap {
    background: #FFFFFF url('http://www.lookingyourbest.com/Images/mwbg_bottom.gif') no-repeat scroll bottom right;
    font-family:Tahoma,Geneva,sans-serif;
    margin:0 auto;
    padding-bottom:25px;
    text-align:left;
    width:900px;
}

#mainwrap table tr td {
    vertical-align: top;
    padding: 0;
}

#header {
    background:#3B2416 url('http://www.lookingyourbest.com/Images/rollovers/noeyes.jpg') no-repeat scroll 0 0;
    height:415px;
    width:900px;
}

#nav{
    position: absolute;
    top: 356px;
    height: 40px;
    width: 900px;
    padding-left: 5px;
    /*background-color: #F172AC;*/
}

#nav a{
    display: block;
    height: 40px;
    float: left;
    padding: 12px 14px 0 14px;
    text-transform: uppercase;
    color: #F5E8EC;
    text-decoration: none;
    letter-spacing: 1px;
    font: 14px Arial, Helvetica, sans-serif;
}

#nav a:hover{
    color: #fff;
}

#content{
    /*display: table-cell; incompatible with ie<8*/
    margin: 15px 43px;
    font-size: 0.8em;
    /*padding: 0;*/
/*    line-height: 110%;	*/
    text-align: justify;
/*}

#content.narrow {*/
    width: 484px;
}

/*#content.wide {
    width: auto;
}*/

#rcol{
    /*display: table-cell; incompatible with ie<8*/
    font-size: 0.8em; /*Temporary*/
    margin: 15px 43px 15px 0px;
}

input {font-size: 0.8em;}

.copyright, .copyright a, .copyright a:visited, .copyright a:active {
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
}

.clear {clear:both}
/*End LYB Custom*/

