@charset "UTF-8";
/* 

    Techies Give Back v.1 CSS Document
    Created: November 6, 2009
    By: Jesus Galvez
    CSS DEFAULTS 
*/

body
    {
    background-color:#FFFFFF;
    font-family: Calibri, Myriad Pro, Lucida Grande, Helvetica, Arial, Geneva, sans-serif;
    }

a, a img
    {
    border-style:none;
    text-decoration:none;
    color:#00adef;
    }
    
ul
    {
    list-style-type:none;
    margin:0;
    padding:0;
    text-indent:0;
    }

h2
    {
    color:#1C1F5C;
    }
    
h3
    {
    margin:0px;
    padding:0px;
    }
/* ---------DIV ID specifications--------- */

#container
    {
    margin-bottom:30px;
    margin:auto;
    width:800px;
    background:#FFFFFF; /*  Other Background colors #33332D*/ 
    text-decoration:none;
    padding: 40px 40px;
    }

#banner 
    {
    float:left;
    width:850px;
    height:auto;
    }

    
#navigation
    {
    float:left;
    width:850px;
    height:auto;
    margin: 0px 0px 10px 0px;
    }
    
#navigation ul
    {
    list-style-type:none;
    }
    
#navigation li
    {
    float:left;
    padding-right:15px;
    }
        
#content
    {
    position:relative;
    display:inline-block;
    width:800px;
    height:auto;
    color:#3C4145;
    margin:0px;
    }
    
#announcements
    {
    display:block;
    height:40px;
    width:800px;
    padding:10px 0px 5px 20px;
    background-color:#222222;
    }
    
#content_text
    {
    width:550px;
    float:left;
    height:auto;
    text-align:left;
    background-position:center;
    vertical-align:text-top;
    margin:0px 0px 20px 0px;
    }
    
img.left
    {
    position:relative;
    display:inline;
    float:left;
    clear:left;
    padding-right:300px;
    }

#feed_sidebar
    {
    width:190px;
    height:auto;
    float:right;
    text-align:left;
    vertical-align:text-top;
    margin:0px 10px 20px 0px;
    }	

#footer
    {
    height:20px;
    width:auto;
    clear: both;
    text-align:center;
    padding-top:8px;
    }

/* ---------CLASS SPECIFICATION---------*/

.footer a
    {
    padding: 0px 5px 0px 5px;
    color:#FFFFFF;
    }

.small_font
    {
    font-size:11px;
    font-weight:400;
    line-height:12px;
    letter-spacing:normal;
    }

.default_font
    {
    font-size:14px;
    }
    
.medium_font
    {
    font-size:17px;
    }

.large_font
    {
    font-size:24px;
    letter-spacing:-.05em;
    line-height: 1.2em;
    }

.mega_font
    {
    font-size:32px;
    font-weight:bolder;
    letter-spacing:-.05em;
    line-height: 24px;
    }
    
.bold
    {
    font-weight:bold;
    }

.white
    {
    color:#FFFFFF;
    }
    
.aqua 
    {
    color:#1EB8F4;
    }
    
.brightaqua
    {
    color:#59D8E5;	
    }
    
.orange 
    {
    color:#FB8630;
    }

.gray 
    {
    color:#A8A8A8;
    }

.olive
    {
    color:#CCCC9F;
    }
    
.blue
    {
    color:#1C1F5C;
    }
    
.red
    {
    color:#B9121B;
    }

.black
    {
    color:#000000;
    }
    
/* ---------Feed Sidebar Properties--------- */

#feed_sidebar li a 
    { 
    display: block;
    }

 * html #feed_sidebar li a  /* make hover effect work in IE */
    { 
    width:220px;
    }

#feed_sidebar li a:hover 
    {
    background: #ffffcc;
    color:#009900;
    }
.sponsors
    {
    float:left;
    width:180px;
    padding: 5px 0px;

    }
    
.social_butt
    {
    float:left;
    width:180px;
    padding: 10px 0px;
    }
    
.social_link
    {
    background-color:#FFFF00;
    display: inline;
    }
    
/* ---------------Information Form----------------------*/

.information
    {
    border-color:#000000;
    border-width: 3px;
    border-top: dashed;
    width:400px;
    height:200px;
    font-family:Myriad Pro, Lucida Grande, helvetica, arial, geneva;
    margin: 30px;
    padding-right:60px;
    }

.information input
    {
    display:inline;
    float:right;
    width:200px;
    height:20px;
    padding: 5px;
    margin: 5px 5px 10px 10px;
    }

.information label
    {
    display:block;
    text-align:right;
    float:right;
    padding:8px;
    margin-right:5px;
    }
    
.information select
    {
    display:inline;
    float:right;
    width:215px;
    height:26px;
    margin: 10px 5px 10px 10px;
    }
    
.information select option
    {
     padding: 0px 5px;   
    }
    
input .submit
    {
    font-size:12px;
    padding: 2px 8px;
    }
