/* 
    Document   : style
    Created on : Jun 7, 2009, 11:12:55 AM
    Author     : Leon
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body{ background-image: url('../images/background_repeat.jpg'); background-repeat: repeat-x; background-color: #79a2bc; }
body{
  font-family: Trebuchet MS, Arial, Tahoma, Verdana;
  text-align: center;
  font-size: 12px;
  margin:0;
  padding:0;
  
}

h1{}
h2{font-size: 18px; color: #646464;}
h3{margin:0; padding:0; color: #184d82; font-size: 16px;}

a{color: #184d82; text-decoration: none;}
a:hover{text-decoration: underline;}
input{padding:0;margin:0;}

img{border:none;margin:0; padding:0;}
ul{padding:0;margin:0; list-style:none;}
ul li{padding:0;margin:0;}

.clear{
  clear:both;
}

#wrapper{
  margin:0 auto 0 auto;
  text-align: left;
  width: 978px;
}

#logo_wrapper{
  width: 978px;
  height: 69px;
}
#logo_wrapper img{
  float: left;
  height: 69px;
  width: 268px;
  margin-left: 15px;
}
#logo_wrapper ul{
  float: right;
  list-style:none;
  padding:0;
  margin:0px 0px 0px 0px;
  text-align: right;
}
#logo_wrapper ul li{
  margin-top: 10px;
}
#logo_wrapper ul li a{
  padding-right: 20px;
  font-weight:bold;
}

.logo_heading{
  color: #8b8b8b;
  font-size: 20px;
}
 .logo_heading h1{
  color: #8b8b8b;
  font-size: 20px;
  margin:0;
  padding:0;
  font-weight: normal;
}


#search_Container{
  width: 978px;
  height: 63px;
  background-image: url('../images/search_box.jpg');
  margin-top: 35px;
}
#search_content{
  width: 978px;
  height: 63px;
  line-height: 63px;

}
#search_content_header{
  float: left;
  color: #ff9732;
  font-weight: bold;
  font-size: 30px;
  margin-left: 30px;
}
 #search_content_header h2{
  color: #ff9732;
  font-weight: bold;
  font-size: 30px;
  margin:0;
  padding:0;
 }


#search_content_input{
  float: right;
  padding: 15px 20px 0px 0px;
}

#search_content_input input{
  font-size: 20px;
  margin-left: 10px;
}
.search_button{
  background-image:url('../images/search_button.jpg');
}

#main{
  margin-top: 22px;
}

#content{
  float: left;
  width: 655px;
  background-color: white;
}
#inner_content{
  width: 655px;
}

#settings{
  font-size: 16px;
  font-weight: bold;
  color: #919191;
  margin: 30px;
  padding-bottom: 10px;
  border-bottom: #919191 1px solid;
}
#settings a{
  color: #797979;
  margin-right: 5px;
  margin-left: 5px;
}
#settings a:hover{
  color: #184d82;
  text-decoration: none;
}

#listings{
  margin-left: 30px;
}
.listing{
  width: 600px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px #184d82 dashed;
}
.listing_img{
  float:left;
  width:100px;
  margin-right: 15px;
}
.listing_img img{
  float: left;
  width:100px;
}

.listing_content{
  width:500px;
}
.listing ul li{
  line-height: 20px;
}
.listing_meta{
  font-size: 9px;
}
.listing_meta img{
  float: left;
  padding:0;
  margin:0;
  border:none;
}

.listing_description a{
  color: #343434;
}
.listing_description a:hover{
  color: #000000;
  text-decoration:none;
}
.listing_tags a{
  color: #929292;
}
.listing_tags a:hover{
  color: #4b529d;
  text-decoration: none;
}

#result_paging{
  margin-left: 30px;
  height: 30px;
}


#sidebar{
  float: right;
  width: 312px;
  background-color: white;
}
#sidebar h3{ font-size: 14px; margin-bottom: 15px;}

#sidebar ul{
    list-style:none;
}
#sidebar ul li{
    background-image:url('../images/sidebar_gradient.jpg');
    background-position: top left;
    background-repeat:repeat-x;
    padding:30px 6px 30px 6px;
    border-bottom: 1px solid #c3def4;
}

/* FOOTER */

#footer{
  margin-top: 7px;
  width: 978px;
  background-color: #10476a;
  color: white;
}
#footer h2{
  color: white;
}
#footer a{
    color: white;
}

#footer_content{
  padding: 30px;
  width: 978px;
}
.footer_block{
    width: 300px;
    float: left;
}

/* USER */
#user{
    margin: 30px;
    text-align:justify;
}
#user h3{
    margin-bottom: 15px;
    padding: 2px;
    /*background-color: #cee7fa;*/
}
#user img{float: left; margin: 0px 20px 10px 0px;}

#user ul{
    color: #696969;
}

.contact_item{
  float: left;
  width: 100px;
}

.user_tags{
  width: 100%;
  text-align:center;
  font-size: 15px;
  font-weight: bold;
  color: #c3c3c3;
}
.user_tags a{
  color: #a6a6a6;
}


/* FORMS */

.form_field{
  font-size: 20px;
  color: #ff9732;
  border-bottom: 1px solid #d4d4d4;
  padding:12px 0px 12px 0px;
}
.field_title{
  float:left;
  width: 300px;
}
.form_field input, .form_field select, .form_field textarea {
    font-size: 20px;
    border: 1px solid #cecece;
    background-color: #f1f1f1;
    color: #767676;
}

.field_input p, .field_input ul{
  font-size: 12px;
  color: #505050;
}

/*  PRINT ITEM */
#printDiv{

}
#printDiv ul{
    list-style:none;
}

.return{
  width: 100%;
  background-color: #fcffc4;
  border: 1px solid #ffc961;
  color: #black;
}
.return p{
  margin:0;
  padding: 5px;
}

#page_blurb{
  width: 100%;
  background-color: #ebf6ff;
  border: 1px solid #438dc6;
  color: #184d82;
}
#page_blurb h3{
  margin-bottom:0;
}
#page_blurb p{
  margin:0;
  padding: 5px;
}
.blurb_item span{
  width: 100px;
}

table{
  width: 600px;
  font-size: 12px;
}
table th{
  text-align:left;
  color: #646464;
}
.tr_alt{
  background-color: #ddf2ff;
}

.register_pitch{
  font-size: 14px;
}
.register_pitch li{
  padding-bottom: 5px;
}