/* travisfantina.com stlye "Aqua Sands" (AKA  travisfantina.com v2) by Travis Fantina
Copyright 2008-2009 by Travis Fantina */

/*Lets establish a body*/
body { 
margin: 0;
padding: 0;
background: #3B3B3B;
font-family:  'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
font-size:  12px;
color: #000000;  
}

#wrapper {
width: 80%;
background-color:#3B3B3B;
margin-top: 20px;
margin-bottom: 125px;
margin-left: auto;
margin-right: auto;
padding: 0px;
}
/* header stuffs  */

#header {
        background-image: url(/images/header.jpg);
        background-repeat: repeat-x;
        top: 0px; right: 0px;
        height: 75px;
}
#header2 {
        color: #ffffff;  
        font-family: Impact, sans-serif;
	font-size: 35px;
        position: absolute; 
        left: 50px;
}

/*links and such*/

#links {
	width: 160px;
	background-color: #ffffff;
}
a:link {
          color:#3B3B3B;
          font-family:  Verdana, Verdana, Geneva, sans-serif;
          font-size:  12px;
          text-decoration: none;
}

a:hover {
          color:#ABC0C4;
          font-family:  Verdana, Verdana, Geneva, sans-serif;
          font-size:  12px;
          text-decoration: none;
}

a:visited{
           color:#3B3B3B;
           font-family: Verdana, Verdana, Geneva, sans-serif;
           font-size:  12px;
           text-decoration: none;
}
a:visited:hover {	
         color:#ABC0C4;
          font-family:  Verdana, Verdana, Geneva, sans-serif;
          font-size:  12px;
          text-decoration: none;
}

a.footer:link {
          color:#C4B8AB;
          font-family:  Verdana, Verdana, Geneva, sans-serif;
          font-size:  12px;
          text-decoration: none;
}
 
a.footer:visited{
           color:#C4C4C4;
           font-family: Verdana, Verdana, Geneva, sans-serif;
           font-size:  12px;
           text-decoration: none;  
}	


       

/* There should not be any h2 tags however just in case I'll throw this in for now */

h2{
         color: #687578;  
        font-family:  Verdana, Verdana, Geneva, sans-serif;
	font-size: 25px;
}	

/* Headers are now handled with the title class*/
.title{
         color: #687578;
         font-family:  Verdana, Verdana, Geneva, sans-serif;
        font-size: 20px;
}

/*corners */

.roundcont p {
        width: 250px;
	background-color: #f90;
        color: #fff;
}

.roundtop { 
	background: url(/corners/ltop.jpg) no-repeat top right; 
}

.roundbottom {
	background: url(/corners/lbo.jpg) no-repeat top right; 
}

.img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(/corners/rtop.jpg) no-repeat top right; 
}

.roundbottom {
	background: url(/corners/rbo.jpg) no-repeat top right; 
}


img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}


/*content */

.text {
font-family:  'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
font-size:  12px;
color: #687578;  
}


ul {
list-style-type: none;
padding: 0;
margin: 0;
}

ul.twitter_update_list{
list-style-type: none;
padding: 0;
margin: 0;
}

#content {
        width: 640px;
       background-color: #ffffff;
      
}

/*feeds and end*/

#feed {
	width: 800px;
	background-color: #ffffff;
	color:#000000;
}

#twitters {
position: float; bottom:0;  right:0;
width: 160px;
background: #3B3B3B;
font-family:  'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
font-size:  12px;
color: #ffffff;  

}

#end {
left: 0px;
width: 100%;
height: 20px;
background: #786D68;
vertical-align: bottom; 
bottom: 0px
}

.footer .push{
	height: 20px;
	background:#786D68;
}

#endith {
     color: #3B3B3B;   
     left: 10%;
    position: absolute;
} 	
#top {
     color: #3B3B3B;   
     left: 80%;
    position: absolute;
} 

#thanks {
      color:#3B3B3B;
      left: 50%;
      position: absolute;
}
