/*  
Theme Name: Aspen Wireless Stylesheet
Theme URI: http://visiblebits.com/
Description: Aspen Wireless Stylesheet
Version: 1.0

*/


/**************
  GENERAL STYLES
****************/
* {
  padding:0;
  margin: 0;
}

body{
  font: normal x-small Verdana, serif;
  background: #b6b6b6 url('http://www.aspenwireless.net/wp-content/themes/sky/images/bg.gif') repeat-x;
  /*background: #013571 url("images/bg.jpg") center top no-repeat;*/
}

a{
  color:#5c8716;
}
a:hover{
  text-decoration: none;
  color: #fff;
  background: #75a922;
}
a img{
  display: block;
  border:0;
}
a img:hover{
  background: transparent;
}
.center{
	text-align: center;
}

.clear{
  font-size: 5px;
  height: 1px;
  clear: both;
}
img.ul{
  display: inline;
  border-bottom: 1px solid #dee0e1;
  padding: 0 0 4px 0;
}
img.hl{
  padding-bottom: 4px;
}
h1{
  font-size: 130%;
  text-transform: uppercase;
  color: #e96c16;
  padding: 0 0 1px 0;
}
ul{
  list-style: none;
}
h2{
  font-size: 110%;
  color: #076ac5;
}
h3{
  font-size: 110%;
}
h3#comments{
  font-size: 110%;
  color: #e96c16;
}
select{
  color: #444;
}
select#industry{
  margin: 0 0 2px 0;
}
select option{
  padding: 0 10px 0 .2em;
}
input,textarea{
  padding: .2em;
  font-size: 100%;
  border-color: #ccc #d7d7d7 #d7d7d7 #ccc;
  font-family: verdana, arial;
  color: #555;
}
ul.pdf{
  padding: 5px 0 12px 0;
}

ul.pdf li a{
  color: #444;
}
ul.pdf li a:hover{
  color: #fff;
  background: #444;
}

/******************
    MAIN BODY
*******************/
#wrap{
  width: 718px;
  border: 1px solid #777;
  /*border: 1px solid #111;*/
  border-top: 0;
  position: relatative;
  background: #fff;
  margin:0 auto 40px auto;
  text-align: left;
}

#top{
  height: 29px;
  background: url("http://www.aspenwireless.net/wp-content/themes/sky/images/top_bg2.gif") center top no-repeat;
}

/***************************
    HEADER AND NAVIGATION
***************************/
#header{
  position: relative;
  height: 135px;
  width: 643px;
  margin: 0 0 0 24px;
  background: url("http://www.aspenwireless.net/wp-content/themes/sky/images/aspensky.jpg") 0 bottom no-repeat;
}
#header img#logo{
  position: absolute;
  left: 12px;
  top: -6px;
}

#header ul#nav{
  position: absolute;
  top: 20px;
  
  left: 192px;
}
#header ul#nav li{
  float: left;
  margin-right: 9px;
}
#header ul#nav li a{ 
  padding-top: 6px; 
  float: left;
  color: #014ca8;

  /*font: normal 120% Arial;
  letter-spacing: -1px; */
  text-decoration: none;
}
#header ul#nav li a img{
  display: inline;
}
#header ul#nav li a:hover{
  border-top: 4px solid #5ba5e9;
  background: transparent;
   padding-top: 2px;
}

#header ul#nav li a#c {
   padding-top: 2px;
  border-top: 4px solid #add56d;
}


/***************************
  MIDDLE CONTENT
***************************/
#middle{
  padding: 0 15px;
  color: #333;
  font-size: 110%;
  line-height: 1.4em;
}
#leftcol .post ul{
  clear: both;
  padding: 0 15px 8px 0px;
}
#leftcol .post ul li{
  padding: 0 0 7px 17px;
  background: url("http://www.aspenwireless.net/wp-content/themes/sky/images/li.gif") 0 3px no-repeat;
}
#leftcol ul.pdf{
  padding: 5px;
  list-style: none;
  background: #eee;
  border: 1px solid #ddd;
  margin: 0 0 10px 0;
}

#leftcol ul.pdf li,ul.pdf li{
    padding: 0 0 2px 21px;
    background: url("http://www.aspenwireless.net/wp-content/themes/sky/images/pdf.gif") no-repeat;
}
#leftcol{
  float: left;  
  width: 380px;
  padding: 20px 0 30px 35px;
}
#leftcol.front{
  width: 395px;
  padding: 20px 0 30px 30px;
}
#leftcol .post p img{
  float: left;
  border: 1px solid #333;
  margin: 1px 7px 5px 0;
}
#leftcol #greybox{
  width: 362px;
  background: url("http://www.aspenwireless.net/wp-content/themes/sky/images/grey_fade_box.gif") 0 bottom no-repeat;
  padding: 0 10px 14px 10px;
  color: #333;
}
#leftcol #greybox p{
  margin: 5px 0 0 0;
}
#leftcol .post p.vcf{
  display: block;
  width: 130px;
  background: #fff url("http://www.aspenwireless.net/wp-content/themes/sky/images/vcard.gif") no-repeat;
  padding: 5px 4px 6px 39px;
  margin: 0 0 5px 0;
}
#leftcol p.vcf a{

}
#leftcol .post{
  padding: 12px 0 0px 0;
}

#leftcol .post p{
  padding: 0 0 12px 0;
}
#leftcol .post h2 a{
  color: #076ac5;
  text-decoration: underline;
}
#leftcol .post h2 a:hover{
  text-decoration: underline;
  background: #fff;
  color: #034887;
}
#leftcol .postdata{
  margin-bottom: 5px;
}
#leftcol .errormsg{
  padding:6px;
  background: #f3caca;
  border: 1px solid #e6a3a3;
  margin: 0 0 10px 0;
}
#leftcol .errormsg ul{
  margin:0;
  list-style: disc;
  padding:0 0 0 25px;
  color: #b12727;
}
#leftcol .errormsg ul li{
  padding:0;
  background: none;
}

#leftcol ul#frontbox li{
  margin: 10px 14px 0 0;
  border-left: 4px solid #ddd;
}
#leftcol ul#frontbox li a{
  display: block;
  padding: 1px 36px 1px 8px;
   text-align: justify;
   width: 336px;
   text-decoration: none;
   color: #555;
   background: url("http://www.aspenwireless.net/wp-content/themes/sky/images/arrow_green_3dsss.gif") right 26px no-repeat;
}
#leftcol ul#frontbox li a:hover{
  background: #f6f6f6 url("http://www.aspenwireless.net/wp-content/themes/sky/images/arrow_green_3dsss.gif") right 26px no-repeat;
 color: #222;
}


#leftcol ul#grid{
  list-style: none;
}

#leftcol ul#grid li{
  float: left;
  width: 140px;
  background: none;
  padding:0;
  margin-right: 58px;
  height: 105px;
  text-align: center;
}
#leftcol ul#grid li.r{
  margin:0;
}
#leftcol ul#grid li a{
  display: block;
  padding: 0 0 5px 0;
  text-decoration: none;
  vertical-align: middle;
  text-align: center;
}
#leftcol ul#grid li a:hover{
  border-bottom: 5px solid #ddd;
  background: #fff;
}
#leftcol h2.right{
  width: 200px;
  float: right;
  text-align: right;
  margin: 34px 0 0 0;
  padding: 0 8px 0 0;
}
#leftcol ul.event{
  list-style: none;
  float: left;
  clear: both;
  width: 300px;
  line-height: 1.3em;
  padding: 0px 5px 2px 5px;
  border-left: 4px solid #ddd;
  margin: 6px 0 6px 0;
}
#leftcol ul.event li{
  padding:0;
  background: none;
}
#leftcol ul.event li.desc{
  color: #444;
}
#leftcol ul.event li.desc p{
 padding:0; 
 margin:0;
}
#leftcol ul.event li.date{
  color: #739c32;
  font-weight: bold;
}
ul.event li.eventname{
  font-weight: bold;
}
#leftcol ul#sitemap{
  margin: 5px 0 0px 0;
  padding: 0 0 0 6px;
  border-left: 4px solid #ccc;
}
#leftcol ul#sitemap ul{
  padding: 0 0 0 6px;
  margin-top: 4px;
  border-left: 4px solid #ddd;
}
#leftcol ul#sitemap li{
  font-weight: bold;

}

#leftcol ul#sitemap ul li{
  font-weight: normal;
    padding-left: 5px;
  background: none;
}
#leftcol ul#sitemap ul ul{
  border-left: 4px solid #eee;
}
#leftcol ul#sitemap ul ul li{
  margin-bottom: 0;
}
/***************************
 Forms
***************************/
#contactform dl{
  border-left: 4px solid #ddd;
  padding: 0 0 4px 6px;
  margin: 5px 0;
  float: left;
}
#contactform dt{
  padding-top: 0px;
}
#contactform dd{
}
#contactform dd{
  margin: 0 0 4px 0;
}
#contactform label{
  color: #333;
  font-size: 90%;
  font-weight: bold;
}
#contactform dt em{
  color: #e93916;
}
#commentform p{
  margin-bottom: 6px;
}
ol.commentlist{
  list-style: none;
  padding:0;
  margin:0 0 15px 0;
  
}
ol.commentlist li{
  margin: 5px 0;
  background: #eee;
  padding: 5px;
}
ol.commentlist li p{
  padding: 3px;
}
ol.commentlist li h4{
  font-size: 100%;
  background: #ddd;
  font-weight: bold;
  padding: 2px;
}
ol.commentlist li.alt{
  background: #e6f2d4;
}
ol.commentlist li.alt h4{
  background: #cbdeac;
}
#leftcol .post ul.biglist{
  list-style: none;
  padding: 6px 0 0 3px;
}
#leftcol .post ul.biglist li{
  font-size: 110%;
  font-weight: bold;
  margin: 0 0 2px 0;
  
}

/***************************
 SIDEBAR
***************************/
#rightcol{
  float: right;
  width: 199px;
  margin-right: 8px;
  padding: 20px 28px 25px 0;
}
#rightcol #blueboxsm img.ha,#rightcol #blueboxlg img.ha{
  float: right;
}
#rightcol #blueboxsm{
  background: url("http://www.aspenwireless.net/wp-content/themes/sky/images/blue_box_sm.jpg") 0 bottom no-repeat;
  padding: 10px 15px 20px 20px;
  color: #444;
}
#rightcol #blueboxlg{
  background: url("http://www.aspenwireless.net/wp-content/themes/sky/images/blue_box_lg.jpg") 0 bottom no-repeat;
  padding: 10px 15px 20px 20px;
  color: #444;
}

#rightcol #sidecontent{
  border-left: 1px solid #ddd;
  margin: 14px 0 0 0;
  padding: 0 3px 20px 20px;
}
#rightcol a{
  color: #444;
}
#rightcol a:hover{
  background: #fad19c;
  color: #222;
  text-decoration: none;
}

#rightcol ul{
  padding: 3px 0 12px 0;
}
#rightcol p{
  padding: 0 0 7px 0;
}

ul.list li{
  padding: 0 0 3px 16px;
  background: url("http://www.aspenwireless.net/wp-content/themes/sky/images/li_circle.gif") 0 4px no-repeat;
  margin: 4px 0 0 0;
  line-height: 1.1em;
  color: #555;
}
#rightcol #blueboxlg ul.list li{
  padding: 0 0 3px 15px;
  background: url("http://www.aspenwireless.net/wp-content/themes/sky/images/li_circle.gif") 2px 3px no-repeat;
  margin: 2px 0 0 0;
  line-height: 1.1em;
}
#rightcol ul.list li.current_page_item{
  font-weight: bold;
  text-decoration: none;
}
#rightcol ul.list li a{
  color: #444;
  text-decoration: none;
}

#rightcol #blueboxlg ul.list li a{
  color: #444;
  text-decoration: underline;
}
#rightcol #blueboxlg ul.list li.current_page_item a{
  text-decoration: none;
  
}
ul#events li{
  padding: 0 0 3px 13px;
  background: url("http://www.aspenwireless.net/wp-content/themes/sky/images/event_li.gif") 0 1px no-repeat;
  margin: 2px 0 0 0;
  line-height: 1.1em;
  color: #777;
}
ul#news li{
  padding: 0 0 3px 13px;
  background: url("http://www.aspenwireless.net/wp-content/themes/sky/images/news_li.gif") 0 1px no-repeat;
  margin: 2px 0 0 0;
  color: #777;
   line-height: 1.1em;
}
ul.authors li{
  padding: 0 0 3px 14px;
  background: url("http://www.aspenwireless.net/wp-content/themes/sky/images/author_li.gif") 0 2px no-repeat;
  margin: 2px 0 0 0;
  color: #777;
   line-height: 1.1em;
}
ul.cats li{
  padding: 0 0 3px 13px;
  background: url("http://www.aspenwireless.net/wp-content/themes/sky/images/cats_li.gif") 0 1px no-repeat;
  margin: 2px 0 0 0;
  color: #777;
   line-height: 1.1em;
}
ul.archives li{
  padding: 0 0 3px 14px;
  background: url("http://www.aspenwireless.net/wp-content/themes/sky/images/archives_li.gif") 0 0px no-repeat;
  margin: 2px 0 0 0;
  color: #777;
   line-height: 1.1em;
}
ul#news li a:hover,ul#events li a:hover,ul.list li a:hover{
  color: #222;
  background: #f4f7c0;
  text-decoration: none;
}
#rightcol #blueboxlg ul.list li a:hover{
  color: #222;
  background: #fad19c;
  text-decoration: none;
}
ul#news li a,ul#events li a{
  color: #444;
  font-weight: none;
  text-decoration: none;
}

/***************************
  FOOTER
***************************/
#footer{
  height: 34px;
  background: url("http://www.aspenwireless.net/wp-content/themes/sky/images/footer_bg2.gif") center bottom no-repeat;
}
#footer p{
  position: relative;
  padding: 14px 50px 0 50px;
  color: #fff;
}
#footer a{
  color: #fff;
  text-decoration: none;
}
#footer a:hover{
  color: #02408c;
  background: #bfd2e4;
}

#footer p span.right{
  float: right;
}

