/*  
Theme Name: trena b. designs custom
Theme URI: http://www.trenabdesigns.com
Description: Custom theme for trena b. designs
Version: 1.0
Author: Trena MB Arritt
Author URI: http://www.trenabdesigns.com
Copyright 2008-2009, All Rights Reserved, Don't Steal, Think of the bad karma!
*/


/*Setup*/

*{
     border: 0;
     margin: 0;
     padding: 0;
}

body{
     background: #333;
     color: #1b1b1b;
     font-family: Georgia, serif;
}

a{
   color: #6666cc;
   text-decoration: none;
}

a:hover{
   text-decoration: none;
}

input,select,textarea{
   border:#333 1px solid;
   font-size: 14px;
   padding: 3px;
}

select{
   padding: 0;
}

li{
   list-style: none;
}

/* Layout */
    

#page{
   margin: 0 auto 10px auto;  
   width: 900px;
   
}

/* Logo Stuff */

#logo {
   float: left;
   background: ;
   width: 375px;
   height: 125px;
   margin:0 0 13px 20px;
}

#header h1{
   float: left;
   text-indent: -9999px;
}

#header h1 a{
   display: block;
   height: 100px;
   width:335px;
}

#header h1 a:hover{
   text-decoration: none;
}




/* Main Box */
.box-one {
   width: 900px;
   background:url(images/box-bg-middle.gif) center repeat-y;
   margin:10px 0 0;
   
}


.box-one .inside{
   padding: 0 10px;
}


/* Nav Bar */

#navbar{
   margin:30px 0 0 8px;
   height: 50px;
   width: 883px;
   background: #6666cc;
   line-height: 30px;
 
}

#navbar ul{
  width: 880px;
  margin-left: 44px;
  float: left;
  padding: 10px 0;
}

#navbar li{
   float: left;
   font-size: 18px;
   margin: 0 50px;
   text-align: center;
}

#navbar li a{
   color: #333;
   display: block;
}

#navbar li a:hover{
   background:# ;
   color:#fff;
   text-transform:;
}

/* All columns */

#columns{
   padding: 0 12px 15px 0;
}

/* Main Column */

#maincol{
   text-align: center;
   width: 700px;
   margin-left: 75px;
   
}

#maincol h2{
   color: #333;
   
   
}

 .ttf{
     margin-left: -55px;
}

.entry-content{
   margin-left: 25px;
   line-height: 26px;
   text-align: justify;
}

.entry-content img{
   margin-top: 5px;
   border: 2px solid #6666cc;
}

/*Side Column*/

#sidecol {
   float: right;
   margin: 17px 25px 0;
   width: 220px;
   text-align: right;
}

.box-two {
   width: 225px;
   background:url(images/sidebarbox2-middle.png) center repeat-y;
   margin-top: 57px;
   
}
	.box-two h3{
           color: #fff;
           text-align: center;
	}

    .box-two p{
          color: #333;
          text-align: center;
          margin: 11px;
          font-size: 14px;
}

.box-three {
   width: 215px;
   background:url(images/sidebox2-middle.gif) center repeat-y;
   margin-top: 29px;
   
   
}
	
.box-three h3 {
           color: #fff;
           text-align: center;
           margin-top: -5px;
	}	


   .box-three p{
          color: #333;
          text-align: left;
          margin-left: 9px;
          margin-right: 9px;
         padding-top: 3px;
          font-size: 11px;
          line-height: 16px;
}

.box-three li{
   margin-left: 9px;
   margin-right: 9px;
padding-top: 2px;
   text-align: left;
   font-size: 11px;
   font-weight: bold;
   line-height: 16px;
}


   
/* Misc. */

.clear{
   clear: both;
}

.fll{
   float: left;
   padding-left: 23px;
}

.flr{
   float: right;
  padding-right: 3px;
}

#top-stuff{
   height: 105px;
}


/* Footer */
#footer{
   color: #fff;
   text-align: center;
   margin-bottom: 10px;
}


/*sIFR stuff*/
.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}

