/*
Theme Name: Businesslite
Theme URI: http://www.freewordpresslayouts.com
Version: 1.0
Author: Makequick
Author URI: http://www.makequick.com
*/
/* standard elements */
html 
{
 min-height: 100%;
}

* 
{
 margin: 0;
 padding: 0;
}

a 
{
 color: #963;
 border-style: none;
}

a:hover 
{
 color: #C60;
 border-style: none;
}

body 
{
 background-image: url('img/newbg.gif');
 background-color: Maroon;
 background-repeat: repeat-x;
 color: #333333;
 font-size: 62.5%;
 font-style: normal;
 font-family: Tahoma, sans-serif;
}

p,code,ul 
{
 padding-bottom: 10px;
}

li 
{
 list-style: none;
}

h1 
{
 font-size: 1.8em;
 font-style: normal;
 font-family: Tahoma, sans-serif;
 margin-bottom: 4px;
}

h2 
{
 font-size: 1.6em;
 font-style: normal;
 font-family: sans-serif;
}

h3 
{
 font-size: 1.1em;
 font-weight: bold;
 font-family: sans-serif;
}

code 
{
 background-color: #FFF;
 border-color: #EEE;
 border-width: 1px;
 border-style: solid;
 border-left-color: #C1CAD3;
 border-left-width: 6px;
 border-left-style: solid;
 color: #666;
 display: block;
 font-size: 1em;
 font-style: normal;
 font-family: Tahoma, sans-serif;
 line-height: 1.6em;
 margin-top: 4px;
 margin-right: 0;
 margin-bottom: 12px;
 margin-left: 0;
 padding-top: 8px;
 padding-right: 10px;
 padding-bottom: 8px;
 padding-left: 10px;
 white-space: pre;
}

blockquote 
{
 background-image: url('img/quote.gif');
 background-repeat: no-repeat;
 display: block;
 font-size: 0.9em;
 font-weight: bold;
 font-family: Verdana, sans-serif;
 padding-left: 26px;
}

big 
{
 font-size: 1.1em;
}

h1, h2, h3 
{
 padding-top: 6px;
}

label 
{
 display: block;
 font-size: 0.9em;
}

/* misc */
.clearer 
{
 clear: both;
}

.left 
{
 float: left;
}

.right 
{
 float: right;
}

/* structure */
.container 
{
 background-color: #FFF;
 font-size: 1.2em;
 margin-top: 0;
 margin-right: auto;
 margin-bottom: 0;
 margin-left: auto;
 padding-top: 0;
 padding-right: 10px;
 padding-bottom: 0px;
 padding-left: 10px;
 width: 780px;
 border-bottom-color: #FFFFFF;
 border-bottom-width: 4px;
 border-bottom-style: solid;
}

/* header */
.top 
{
 padding-left: 10px;
 padding-right: 10px;
 padding-top: 10px;
 padding-bottom: 0;
}

/* title */
.header 
{
 background-color: #FFF;
 font-size: 1.2em;
 height: 120px;
 margin-top: 0;
 margin-right: auto;
 margin-bottom: 0;
 margin-left: auto;
 padding-top: 10px;
 padding-right: 10px;
 padding-bottom: 5px;
 padding-left: 10px;
 width: 780px;
}

.header .left, .header .right 
{
 background-color: #A4A4A0;
 color: #FFF;
 height: 120px;
}

.logo 
{
 margin-left: auto;
 margin-right: auto;
 width: 770px;
 padding-left: 50px;
 font-size: 2.8em;
 font-style: normal;
 font-family: Trebuchet;
 margin-top: 20px;
 background-image: url('img/logo.png');
 background-repeat: no-repeat;
 background-position: left;
}

.logo a 
{
 color: #D9D7CA;
 text-decoration: none;
}

.logo a:hover 
{
 color: #D9D7CA;
 text-decoration: none;
}

.logo a:visisted 
{
 color: #D9D7CA;
 text-decoration: none;
}

.header .left 
{
 background-image: url('img/header2.gif');
 background-repeat: no-repeat;
 text-align: center;
 width: 780px;
 font-size: 2.8em;
 font-style: normal;
 font-family: Trebuchet;
 line-height: 120px;
}

.header .right p, .header .right h2 
{
 padding-top: 0;
 padding-right: 16px;
 padding-bottom: 0;
 padding-left: 16px;
}

.header .right h2 
{
 padding-top: 16px;
 font-size: 1.6em;
 font-style: normal;
 font-family: Trebuchet;
}

/* navigation */
.navigation 
{
 border-color: #000000;
 border-width: 1px;
 border-style: solid;
 border-color: #000000;
 background-image: url('img/nav.gif');
 background-color: #000000;
 height: 41px;
 margin: 0px;
 paddin-top: 0px;
}

.navigation a 
{
 background-image: url('img/nav.gif');
 background-color: #000000;
 border-right-color: #000000;
 border-right-width: 1px;
 border-right-style: solid;
 color: #FFFFFF;
 display: block;
 float: left;
 text-decoration: none;
 font-size: 1em;
 font-weight: bold;
 font-family: sans-serif;
 line-height: 41px;
 padding-top: 0;
 padding-right: 20px;
 padding-bottom: 0;
 padding-left: 20px;
 padding-top: 0px;
}

.navigation a:hover 
{
 background-position: left bottom;
 color: #DAD8CC;
}

.navigation ul 
{
 display: inline;
}

.navigation li 
{
 float: left;
}

.floater 
{
 margin-left: -66px;
 background-image: url('img/floaterbg.gif');
 background-repeat: no-repeat;
 background-position: left;
 height: 70px;
 padding-left: 15px;
 padding-top: 5px;
}

/* main */
.main 
{
 border-top-color: #FFF;
 border-top-width: 4px;
 border-top-style: solid;
 background-image: url('img/bgmain.gif');
 background-repeat: repeat-y;
}

/* sub navigation */
.sidenav 
{
 float: right;
 width: 210px;
}

.sidenav h2 
{
 color: #5A5A43;
 font-size: 1em;
 font-weight: bold;
 font-family: Tahoma, sans-serif;
 line-height: 25px;
 padding-left: 12px;
 display: block;
 background-image: url('img/h2bg.gif');
 background-repeat: no-repeat;
 padding-top: 0px;
 margin-top: 8px;
 margin-bottom: 8px;
}

.sidenav ul 
{
 padding: 0;
 border-top-color: #EAEADA;
 border-top-width: 1px;
 border-top-style: solid;
}

.sidenav li 
{
 border-bottom-color: #EAEADA;
 border-bottom-width: 1px;
 border-bottom-style: solid;
}

.sidenav li a 
{
 font-size: 1.1em;
 color: #554;
 display: block;
 padding-top: 8px;
 padding-right: 0;
 padding-bottom: 8px;
 padding-left: 5%;
 text-decoration: none;
 width: 95%;
}

.sidenav li a:hover 
{
 background-image: url('img/sidebarnavbg.gif');
 background-color: #F0F0EB;
 color: #654;
}

/* content */
.content 
{
 float: left;
 margin-top: 10px;
 margin-right: 0;
 margin-bottom: 10px;
 margin-left: 0;
 padding-top: 0;
 padding-right: 16px;
 padding-bottom: 0;
 padding-left: 16px;
 width: 531px;
}

.content .descr 
{
 color: #664;
 font-size: 0.9em;
 margin-bottom: 6px;
}

.content li 
{
 background-image: url('img/li.gif');
 background-repeat: no-repeat;
 background-position: 0 30%;
 padding-top: 1px;
 padding-right: 0;
 padding-bottom: 1px;
 padding-left: 16px;
}

.content p 
{
 font-family: "Lucida Sans Unicode",sans-serif;
}

/* footer */
.footer 
{
 background-color: #333333;
 color: #FFF;
 font-size: 1em;
 font-weight: bold;
 font-family: sans-serif;
 padding-top: 0;
 padding-right: 16px;
 padding-bottom: 0;
 padding-left: 16px;
 line-height: 39px;
 height: 39px;
 margin-bottom: 10px;
}

.footer a, .footer a:hover 
{
 color: #FFF;
}

/* posts */
.post h1 a 
{
 text-decoration: none;
}

.post h1 a:hover 
{
 text-decoration: underline;
}

.post 
{
 margin-top: 6px;
 margin-right: 0;
 margin-bottom: 2px;
 margin-left: 0;
}

.post .info 
{
 padding-top: 5px;
 padding-right: 10px;
 padding-bottom: 5px;
 padding-left: 10px;
 border-color: #E3E4E4;
 border-width: 1px;
 border-style: solid;
 background-color: #F5F5F5;
 color: #555;
 margin-top: 2px;
 margin-right: 0;
 margin-bottom: 4px;
 margin-left: 0;
}

.post img 
{
 border-color: #DDD;
 border-width: 4px;
 border-style: solid;
 margin-top: 4px;
 margin-right: 0;
 margin-bottom: 4px;
 margin-left: 0;
}

.post a img 
{
 border-style: none;
}

.post a:hover img 
{
 border-color: #CCC;
}

.info a 
{
 text-decoration: none;
}

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

/* comments */
.content ol li 
{
 list-style: none;
 background-image: none;
}

#commentlist li 
{
 margin-bottom: 1.5em;
 padding-bottom: 1em;
 border-bottom-color: #700000;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 list-style: none;
}

#commentform 
{
 margin-top: 1em;
 margin-right: 0;
 margin-bottom: 1em;
 margin-left: 0;
 background-color: #FAFAFA;
 width: 280px;
}

.commentmetadata 
{
 padding-top: 2px;
 padding-right: 0;
 padding-bottom: 4px;
 padding-left: 0;
}

.commentmetadata a 
{
 color: #664;
}

textarea.styled 
{
 width: 280px;
}

.styled 
{
 font-size: 1.1em;
 background-color: #F8F7F6;
 border-color: #D6D3D3;
 border-width: 1px;
 border-style: solid;
}

.styled:hover 
{
 background-color: #FFF;
 border-color: #D6D3D3;
 border-width: 1px;
 border-style: solid;
}

.styled:focus 
{
 background-color: #FFF;
 border-color: #939793;
 border-width: 1px;
 border-style: solid;
}

#commentform input 
{
 margin-bottom: 3px;
}

a img 
{
 border-style: none;
}

/* calendar */
#wp-calendar 
{
 color: #A0A0A0;
}

.sidenav table caption 
{
 border-bottom-color: #000;
}

.sidenav table thead tr 
{
 border-bottom-color: #000;
 color: #A53512;
}

.sidenav table th 
{
 border-bottom-color: #000;
}

.sidenav table td#today 
{
 border-color: #000;
 color: #A53512;
}

.sidenav table td a 
{
 border-bottom-color: #000;
 background-color: #EDF3DE;
}

.sidenav table tfoot 
{
 border-top-color: #000;
}

.sidenav table tfoot a 
{
 background-image: none;
}

/* calendar
--------------------------------------------------*/
#wp-calendar 
{
 display: inline-table;
 border-collapse: collapse;
 width: 185px;
 margin-top: 0px;
 margin-right: 10px;
 margin-bottom: 0;
 margin-left: 10px;
 text-align: center;
}

.sidenav table caption 
{
 margin-top: -5px;
 margin-right: 10px;
 margin-bottom: 0;
 margin-left: 10px;
 padding-bottom: 5px;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 letter-spacing: 0.1em;
}

.sidenav table thead tr 
{
 border-bottom-width: 1px;
 border-bottom-style: solid;
}

.sidenav table th 
{
 border-bottom-width: 1px;
 border-bottom-style: solid;
}

.sidenav table td 
{
 width: 225px;/* maximaize width; honestly, I don't know much about tables... */

 padding: 1px;
 font-size: 0.9em;
}

.sidenav table td#today 
{
 padding: 0;
 border-width: 1px;
 border-style: solid;
 font-size: 1em;
 font-weight: bold;
}

.sidenav table td a 
{
 display: block;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 font-weight: bold;
 font-size: 1.15em;
}

.sidenav table tfoot 
{
 border-top-width: 1px;
 border-top-style: solid;
}

.sidenav table tfoot a 
{
 border-style: none;
 font-weight: bold;
}

.sidenav table tfoot #prev a 
{
 text-align: left;
}

.sidenav table tfoot #next a 
{
 text-align: center;
}

#searchform 
{
 padding: 10px;
}