/*
Theme Name: Climbin queenstown	
Theme URI: http://www.kelpdesign.ccom
Description: The theme for climbing qtown
Version: live
Author: Tim 'kelp' Klein
*/

*
{
  margin: 0;
  padding: 0;
  border: 0 none;
  outline: 0 none;
}

body
{
  font: 62.5% 'lucida grande', 'Lucida Sans Unicode', Arial, sans-serif;
  color: #999999;
  background-image:url('images/bg.jpg');
  background-repeat:repeat-x;
}

p
{
  font: 120% 'lucida grande', 'Lucida Sans Unicode', Arial, sans-serif;
  font-weight: normal;
  line-height: 160%;
  padding-bottom: 2%;
  color:#666666;
}

h1 {
  color: #3A3A3C;
  font-family: arial;
  font-size:24px;
  letter-spacing: -1px;
  padding-bottom:10px;
}

h2 {
  color:#3A3A3C;
  font-size:200%;
  letter-spacing:-1px;
  padding-top:10px;
  padding-bottom:10px;
}


h3 {
  padding-bottom: 5px;
  color:#fda62a;
}

h4 {
  font-size:14px;
  padding-bottom:4px;
  padding-top:4px;
}


a:link, a:active, a:visited {
  color:#FD7A2A;
  font-size:12px;
  font-family:'lucida grande', 'Lucida Sans Unicode', Arial,sans-serif;
}

a:hover {
  color:#fda62a;
}


table {
  border-collapse: collapse;
  margin-bottom:15px;
  width: 100%;
}

table tr.odd-row {
  background-color: #FFF8E5;
}

table tr.even-row {
  background-color: #FFFFFF;
}

table tr td {
  color: #666666;
  font-size: 12px;
  font-family:'lucida grande', 'Lucida Sans Unicode', Arial, sans-serif;
  line-height: 160%;
  border: 1px solid #E9CA94;
  padding:10px;
}



.flash-movie {
  padding-bottom: 24px;
}

.frame {   /* frame for images and slideshow */
  background-color:#FBFBFB;
  border:1px solid #E3E3E3;
  margin:0 0 12px;
  padding:2px;
}

.clear
{
  clear: both;
}

.header .logo
{
  height:126px;
  clear: both;
  float: left;
  padding-top: 20px;
  padding-bottom: 0px;
}

.header .menu
{
  clear: both;
  /*padding-top: 28px;*/
  background-image: url('images/bar.png');
  background-position: 0 0px;
  background-repeat: no-repeat;
  height: 32px;
}

.menu li.page_item
{
  float: left;
  list-style: none;
  background-image: url('images/bar.png');
  background-position: right;
  background-repeat: no-repeat;
  padding:8px 14px 8px; 
  font-size: 13px;
}

.menu li.page_item a:active,
.menu li.page_item a:link,
.menu li.page_item a:visited
{
  text-decoration: none;
  color:#fff;
}

.menu li.page_item a:hover,
.menu li.page_item.current_page_item a:active,
.menu li.page_item.current_page_item a:link,
.menu li.page_item.current_page_item a:hover,
.menu li.page_item.current_page_item a:visited,

.menu li.page_item.current_page_parent a:active,
.menu li.page_item.current_page_parent a:link,
.menu li.page_item.current_page_parent a:hover,
.menu li.page_item.current_page_parent a:visited
{
  text-decoration: none;
  color:#FE9900;
}




.wrapper
{
  margin: 0 auto;
  width: 940px;

}

.wrapper .inner
{
  background-image: url('images/content-bg.gif');
  background-repeat: repeat-y;
  background-position: right;
  clear:both;
  height:100%;
}

.content
{
  width: 700px;
  float: left;
  padding: 30px 0;
}


.content ul {
  color: #666666;
  margin-left: 15px;
  font-size: 120%;
  font-family:'lucida grande', 'Lucida Sans Unicode', Arial, sans-serif;
  line-height:160%;
  padding-bottom: 12px;
}


.content .news-items h3 a:link,
.content .news-items h3 a:active,
.content .news-items h3 a:visited,

.archive #content h2 a:link,
.archive #content h2 a:active,
.archive #content h2 a:visited

{
  font-size: 16px;
  text-decoration: none;
}

.content .news-items .news-item {
  border-bottom: 1px solid #CCCCCC;
  width: 500px;
  margin-bottom:20px;
}

/* individual post and archive styles*/

.single .content,
.archive #content
{
  width: 500px;
  padding-right: 200px;
  float: left;
}

.single .navigation {
  padding-bottom:20px;
  width: 500px;
}

.single .navigation .alignleft {
  float:left;
}

.single .navigation .alignright {
  clear: right;
  float:right;
  text-align:right;
}

.single small a:link,
.single small a:active,
.single small a:visited,
.single small a:hover
{
  font-size: 10px;
}

/* individual post comments */


#respond {
  width: 500px;
}

#respond h3 {
  font-size: 18px;
  letter-spacing: -1px;
  color: #3A3A3C;
}

#respond #commentform textarea {
  width: 500px;
  border: 1px solid #cccccc; 
}

#respond #commentform #submit,
#respond #commentform input  {
  padding: 5px;
  border: 1px solid #cccccc;
}

#respond #commentform small {
  font-size: 12px;
}


/* sidebar */

.sidebar
{
  width: 198px;
  float: left;
  margin: 0 0 0 20px;
  padding: 28px 7px;
}

.sidebar .dynamic-sidebar h2 {
  font-size: 14px;
  letter-spacing: 0;
}

.sidebar .widget {
  border-bottom: 1px dotted #cccccc;
  padding-bottom: 5px;
}


.sidebar .dynamic-sidebar .widget_recent_entries ul {
  font-size: 14px;
  font-family:'lucida grande', 'Lucida Sans Unicode', Arial, sans-serif;
  list-style: none;
}


.sidebar .dynamic-sidebar .widget_recent_entries li {
  padding-bottom: 8px;
}

.sidebar .dynamic-sidebar .widget_recent_entries ul a:link,
.sidebar .dynamic-sidebar .widget_recent_entries ul a:active,
.sidebar .dynamic-sidebar .widget_recent_entries ul a:visited {
  color:#FD7A2A;
  font-family:'lucida grande', 'Lucida Sans Unicode', Arial, sans-serif;
  font-size:12px;
}

.sidebar .dynamic-sidebar .widget_recent_entries ul a:hover {
  color:#FDA62A;
}


.sidebar .dynamic-sidebar .widget_tag_cloud {
  padding-bottom:15px;
}

.sidebar .dynamic-sidebar .widget_tag_cloud a:link,
.sidebar .dynamic-sidebar .widget_tag_cloud a:active,
.sidebar .dynamic-sidebar .widget_tag_cloud a:visited {
  color:#FD7A2A;
  font-family:'lucida grande', 'Lucida Sans Unicode', Arial, sans-serif;
  text-decoration: none;
}

.sidebar .dynamic-sidebar .widget_tag_cloud a:hover {
  color: #FDA62A;
  text-decoration: underline;
}


.sidebar .dynamic-sidebar .widget .textwidget {
  padding-bottom:16px;
  padding-left:20px;
}


.sidebar .container-right .text {
  padding-bottom:15px;
}


.sidebar .container-right .text h2 {
  color:#3A3A3C;
  font-size:14px;
  font-weight: bold;
  letter-spacing: 0px;
}


/* archive */

.archive #content h2 {
  padding-top:26px;
}



/* footer */

.container-footer
{
  background-color: #575757;
  clear: both;
  padding: 8px 0;
}


.container-footer .footer-content p,
.container-footer .credit p
{
  text-align: center;
  margin: 0 auto;
  color: #fff;
  width: 940px;
  padding-bottom: 5px;
}

.container-footer .credit p
{
  color: #ccc;
}



  
  /*
    Alpha PNG support for IE
    ------------------------------
    \*/
* html img/**/ {
 filter:expression(
   this.alphaxLoaded ? "" :
   (
       this.src.substr(this.src.length-4)==".png"
       ?
       (
     (!this.complete)
     ? "" :
         this.runtimeStyle.filter=
         ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
         (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
         String(this.alphaxLoaded=true).substr(0,0)+(this.src="../img/blank.gif").substr(0,0)
       )
       :
       this.runtimeStyle.filter=""
   )
     );
    }
		
