body {
  font-family:Arial;
  font-size:12px;
  color:#333333;
  background: url('images/background.png') repeat-x;
}

.frame {
  margin-top:15px;
  padding:10px;
  margin-bottom:40px;  
}


a {
  color:#666;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

a img {
  border:none;
}

h1 {
  margin:0px;
  padding:0 0 10px 0;
}

h2 {
  font-size:32px;
  padding:0;
  margin:5px 0;
  line-height:28px;
}

h3 {
  font-size:24px;
  padding:0 0 10px 0;
  margin:5px 0;
}

h2.paneltitle {
  padding:0px;
  margin:0px;
  margin-bottom: 10px;
  width: 461px;
  line-height: 50px;
  background: url('images/paneltitle.gif') no-repeat;
  color:#333;
  padding-left: 10px;
  font-size:18px;
  font-weight:bold;
  text-transform:uppercase;  
}

h2.widgettitle{
  padding:0px;
  margin:0px;
  padding-left: 10px;
  width: 308px;
  line-height: 50px;
  background: url('images/widgettitle.gif') no-repeat;
  color:#333;
  font-size:18px;
  font-weight:bold;
  text-transform:uppercase;  
}

#top{
  min-width: 960px;
  _width: 960px;
  height: 40px;
  background: url('images/top-bg.png') repeat-x;
  width: 100%;}
  
#top-left{
  float: left;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
  background: url('images/top-active.png') repeat-x;
  }

#top-left .inside{
  float: left;
  /*line-height: 40px;*/
  height:32px;
  padding: 8px 24px 0 24px;
  border-right: solid 1px #333;}

.top-active{
  background: url('images/top-arrow.png') 50% 100% no-repeat;
  }

.top-passive{
  background: url('images/top-bg.png') repeat-x;
  }

#top-right{
  float: right;
  color: #FFF;
  font-weight: bold;
  font-size: 12px;
  margin-right: 24px;
  background: url('images/top-bg.png') repeat-x;}


#top a{
  color: #FFF;
  font-weight: bold;
  font-size: 12px;
  text-decoration:underline;  
}

#top a:hover {
  text-decoration:none;
}
 
 
#top-right .inside{
  float: left;
  height:32px;
  padding-top:8px;
} 

#header{
  width: 948px;
  height: 135px;
  overflow:hidden;
  margin-bottom: 15px;
  float: left;
  background: #83B402;}

#header-left{
  background: url('images/header-left.png') no-repeat;
  _background: url('images/header-left.gif') no-repeat;
  height: 135px;
  width: 6px;
  float: left;}

#header-right{
  background: url('images/header-right.png') no-repeat;
  _background: url('images/header-right.gif') no-repeat;
  height: 135px;
  width: 6px;
  float: right;}

#logo{
  margin-left: 20px;
  _margin-left: 10px;
  margin-top: 10px;
  float: left;
  width: 161px;
  height: 135px;
  background: url('images/logo.gif') no-repeat;}
  
#header-content{
  margin-left: 220px;
  padding-top:30px;
  color: #FFF;}

#header_menu{
  width: 720px;
  float: left;
  margin-top: 10px;
}

#header_menu a {
  display:block;
  cursor:pointer;
  float: left;  
  overflow:hidden;  
  text-decoration: none;  
}

#header_menu a:hover {
  
}
  
#header_menu a .menu_item{
  overflow:hidden;
  font-size: 18px;
  font-weight: bold;
  width: 159px;
  height: 49px;
  padding-left: 10px;
  color: #fff;
  margin-right: 10px;
  background: url('images/menu_item1.gif') no-repeat;
  text-decoration: none;  
}
  
#header_menu a:hover .menu_item {
  overflow:hidden;
  font-size: 18px;
  font-weight: bold;
  width: 159px;
  height: 49px;
  padding-left: 10px;
  margin-right: 10px;
  background: url('images/menu_item2.gif') no-repeat;
  color: #83b402;  
}
  
#header_menu .desc{
  color: #333;
  font-size: 12px;
  font-weight: bold;
}

/*
#header {
  background:#7BB021;
  height:85px;
  padding-top:15px;
}

#header_links {
  color:#fff;
  margin-bottom:5px;
}

#header_links a {
  color:#fff;
  text-decoration:none;
  font-weight:bold;
}

#searchform #s {
  height:16px;
  width:346px;
  border:none;
  background:#fff;
  color:#999999;
  padding:7px;
  margin-right:10px;
}

#searchsubmit {
  background:#333;
  border:none;
  width:80px;
  height:30px;
  color:#fff;
  font-size:11px;
  text-transform:uppercase;
  font-weight:bold;
}
*/
#nav {
  /*background:url(images/nav_bg.gif) top repeat-x;*/
  height:69px;
  margin-bottom:10px;
}

#nav a {
  float:left;
  display:block;
  width:172px;
  height:49px;
  padding:10px;
  margin:0px;
  font-size:18px;
  font-weight:bold;
  color:#7BB021;
  text-transform:uppercase;
  text-decoration:none;
}

#nav a .desc {
  padding:0px;
  font-size:12px;
  font-weight:normal;
  color:#333333;
  text-transform:none;
}

#nav a:hover {
  background:#333333;
  color:#fff;
}

#nav a:hover .desc {
  color:#fff;
}

#nav a.current, a.current:hover {
  background:#7BB021;
  color:#fff;
}

#nav a.current .desc, a.current:hover .desc {
  color:#333;
}
/* OLD FOOTER
#footer {
  background:#7BB021;
  padding-top:10px;
}

  #footer .block {
    float:left;
    display:block;
    width:215px;
    height:110px;
    padding:10px;
    color:#333;
    line-height:18px;
  }

  #footer h2 {
    font-size:12px;
    text-transform:uppercase;
    color:#fff;
    margin:0px;
    padding:0 0 5px 0;
  }

  #footer a {
    color:#fff;
    font-weight:bold;
  }
  
  #footer table, #footer table td, #footer table tr {
    border:none;
    margin:none;
    padding:none;
    vertical-align:middle;
  }  
*/

#footer{
  margin: 15px 0 15px 0;
  width: 948px;
  float: left;
  height: 50px;
  background: url('images/footer-bg.png') repeat-x;}

#footer-left{
  margin-top: 15px;
  height: 50px;
  width: 6px;
  float: left;
  background: url('images/footer-left.png') 0% 0% no-repeat;}

#footer-right{
  margin-top: 15px;
  height: 50px;
  width: 6px;
  float: right;
  background: url('images/footer-right.png') 100% 0% no-repeat;}

#footer-text{
  color: #999;
  float: left;
  line-height: 50px;
  margin-left: 15px;}
  
#footer-list{
  float: right;
  margin: 0px;
  padding: 0px;
  font-size: 11px;
  list-style: none;
  color: #7BB021;}
  
#footer-list li{
  line-height: 50px;
  margin: 0px;
  padding: 0px;
  margin-right: 15px; 
  float: left;}
  
#footer a {
  color:#7BB021;
  text-decoration:none;
}

#footer a:hover {
  text-decoration:underline;
}


.hidden {
  display:none;
}

.entry_author_image {
  float:right;
  margin:0 0 10px 10px;
}

.entry_author_image img {
  width:100px;
}

/*
--------------------------------------------------------------------------------
sidebar
*/

#sidebar ul {
  margin:0px;
  padding:0px;
}

#sidebar ul li {
  list-style:none;
  margin:0px;
  padding:0px;  
}

#sidebar .widget_categories {
  
}

#sidebar .widget_categories li, .widget_categories li {
  list-style:url(images/bullet.gif) inside;
  padding:8px 0 8px 18px;
  margin:0px;
  border-bottom:1px solid #eeeeee;
  font-size:12px;
  font-weight:bold;
  color:#7BB021;
}

.widget_categories ul{
  margin-top:10px !important;
  margin-bottom: 15px !important;
}

.widget_categories li{
  _float: left;
  width: 298px;
  margin: 0 10px;}

.widget_categories li a {
  font-weight:bold;
  color:#7BB021;
  text-decoration:none;
}

.widget_categories a:hover {
  /*background:#e4edca;*/
  text-decoration:underline;
}

#sidebar .widget_posts {
  padding:0;
  margin:0;
}

#sidebar .widget_posts {
  padding:5px;
  margin-bottom: 10px;
}

#sidebar .widget_posts ul {
  margin:0;
}

#sidebar .widget_posts ul li {
  padding:10px 10px;
  color:#7BB021;
  border-bottom:1px solid #eeeeee;
}

#sidebar .widget_posts ul li a {
  color:#7BB021;
  font-weight:bold;
}

.widget_twitter {
  padding:10px;
  margin-bottom: 10px;
}

.widget_tag_cloud, .widget_tags {
  padding:10px;
  margin-bottom: 10px;
}

.widget_tag_cloud a, .widget_tags a {
  color:#333;
  text-decoration: none;
}

.widget_tag_cloud a:hover, .widget_tags a:hover {
  color:#333;
  text-decoration: underline;
}

.widget_recent_comments {
}

.widget_recent_comments a {
  color:#333;
  text-decoration:none;
}

#sidebar .widget_recent_comments ul {
  padding:12px;
}
#sidebar .widget_recent_comments li {
  padding:3px 0;
}

#sidebar .widget_recent_comments a {
  /*background:#7BB021;
  color:#fff;*/
  font-weight:bold;
}

#sidebar .widget_author {
  padding:12px;
}


.home_featured {
  background:#7BB021;
  width:470px;
  float:left;
  margin-right:20px;
  height:350px;
  overflow:hidden;
}
  .home_featured_image {
    position:relative;
    /*overflow:hidden;*/
    width:470px;
    height:250px;
    z-index:10;
  }
  
    .home_featured_image img {
    }
  
  /*.home_featured_body {
    position:relative;
    overflow:hidden;
    margin-left:20px;
    margin-top:10px;
    height:110px;
    padding:10px 30px 10px 20px;
    color:#fff;
    background:url('images/featured_bg.png') transparent no-repeat;
    z-index:20;
    
  } */  
  
  .home_featured_body {
    position:relative;
    overflow:hidden;
    margin-left:0px;
    margin-top:0px;
    height:80px;
    padding:10px 30px 10px 20px;
    color:#fff;
    background:url('images/featured_bg.png') transparent no-repeat;
    /*background:#ff0000;*/
    z-index:20;
  }
  
  .home_featured_body h1, .home_featured .home_featured_body h1 a {
    font-size:24px;
    font-weight:bold;
    color:#83b402;
    margin:0px;
    padding:0 0 2px 0;
    text-decoration:none;
  }
  
  .home_featured .home_featured_body h1 a:hover {
    text-decoration:underline;
  }  
  
  .home_featured_body p {
    font-size:13px;
    font-style:italic;
    color:#fff;
    margin:0px;
    padding:0px;
    text-decoration:none;
  }  
  
  a.home_featured_more {
    float:left;
    width: 75px;
    height: 24px;
    padding-top: 2px;
    margin: 8px 0 20px 0;
    text-align:center;
    color:#fff;
    background: url('images/read_more.png') no-repeat;
    _background: url('images/read_more.gif') no-repeat;
    text-decoration:none;
  }
  
.directory_search {
  height:110px;
  _height: 90px;
  background:#333;
  padding:10px 20px;
  margin-bottom:20px;
  _overflow: hidden;
}  

.directory_search.large {
  height:auto;
}

  .directory_search_keywords {
    height: 38px;
    padding:0px 0 0 10px;
    line-height: 38px;
    width:310px;
    border: 1px solid #333;
    border-right: none;
    background:#fff;
    color:#999;
    float: left;
    font-weight: bold;
  }
  
  * html .directory_search_keywords {
    padding-top:0;
    height:37px;
  }
  
  .directory_search_submit {
    background: url('images/search-submit.png') repeat-x;
    height: 40px;
    width: 95px;
    color: #FFF;
    display: block;
    float: left;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    border: none;
    border-right: 1px solid #333;
    _border: none;
    text-decoration: none;
    margin-bottom: 10px;
    _margin: 0;
    cursor: pointer;
  }
  
  .directory_search_submit:hover {
    background: url('images/search-submit2.png') repeat-x;
  }

  .directory_search h2 {
    font-size:24px;
    font-weight:bold;
    color:#fff;
    margin:0px;
    padding:0 0 5px 0;
  }
  
  .directory_search p {
    padding-top:10px;
  }
  
  .directory_search.large .directory_search_keywords {
    width:430px;
  }
  
  .directory_search.large table {
    color:#fff;
    width:100%;
    padding:0;
    margin:10px 0 10px 0;
    border-collapse:collapse;
  }  
  
  .directory_search.large table td {
    font-size:26px;
    font-weight:bold;
    text-align:left;
    padding:0;
    margin:0;    
  }
  
  .directory_search.large table th {
    text-align:left;
    padding:0;
    margin:0;    
  }
  
  .directory_search.large table .col1 {
    width:120px;
  }
  
  .search_text{
    font-size: 13px;
    font-weight: bold;
    color: #999;}
    
  .search_text a{
    color: #83b402;}
      

  #search_left{
  float: left;
  width: 6px;
  height: 130px;
  background: url('images/search_left.png') no-repeat;
  _background: url('images/search_left.gif') no-repeat;}
  
  #search_middle{
    float: left;
    height: 130px;
    width: 458px;
    background: #333;}
    
  #search_right{
    float: right;
    width: 6px;
    height: 130px;
    background: url('images/search_right.png') no-repeat;
    _background: url('images/search_right.gif') no-repeat;}    

.latest_event {
  height:200px;
  margin-bottom: 20px;
  background: #e4edca;
}

  .latest_event h3 {
    font-size:14px;
    font-weight:bold;
    color:#7BB021;
    margin:0px;
    padding:0 0 5px 0;
    text-transform:uppercase;
  }

  .latest_event h2, .latest_event h2 a {
    font-size:18px;
    font-weight:bold;
    color:#333;
    margin:0px;
    text-decoration:none;
  }

  .latest_event a.latest_event_more {
    float:left;
    width: 75px;
    height: 24px;
    padding-top: 2px;
    margin: 8px 0 20px 0;
    text-align:center;
    color:#fff;
    background: url('images/read_more.png') no-repeat;
    _background: url('images/read_more.gif') no-repeat;
    text-decoration:none;
  }

#event_left{
  float: left;
  height: 200px;
  width: 6px;
  background: url('images/event_left.gif') no-repeat;}

#event_middle{
  float: left;
  height: 180px;
  width: 418px;
  _width: 434px;
  margin: 20px;
  _margin: 10px;
  background: #e4edca;}
  
#event_right{
  float: left;
  height: 200px;
  width: 6px;
  background: url('images/event_right.gif') no-repeat;}
 
#event_thumb{
  float: right;
  width: 150px;}
  
#event_text{
  float: left;
  width: 250px;}
 
.tabs{
  margin-bottom:20px;
  background:#eeeeee;
}

.tabs .ui-tabs-hide {
    display:none;
  }
 
.recent_tabs{
  background:#bbbbbb;
  margin: 0px;
  padding: 0px;
  height:36px;
  overflow:hidden;
}

  .recent_tabs li {
    padding:0;
    margin:0;
    background:#000;
    display:block;
    float:left;
    overflow:hidden;
  }
  
  .recent_tabs a {
    display:block;
    color:#fff;
    background:#bbbbbb;
    overflow:hidden;
    font-size:14px;
    font-weight:bold;
    padding:10px 20px;
    margin:0;
    text-transform:uppercase;
  }  

  .tabs ul li.ui-tabs-selected a{  
    color:#333;
    background:#eeeeee;
  }
  
.recent_tabs li{
  list-style:none;
  display: block;
  margin:0px;
  padding: 0px;
}

#fragment-2{
  background:#eeeeee;
  /*padding: 20px;*/
}

.recent_post{
  float:left;
  overflow:hidden;
  height:240px;  
  width:220px;
  font-size: 12px;
  color: #333;
  background:#eeeeee;
  padding: 15px 20px 10px 0px;}

.recent_post2 {
  float:left;
  overflow:hidden;
  height:240px;  
  width:220px;
  padding-left: 20px;
  }

.recent_post .fill{
  height: 1px;
  overflow: hidden;}

  .recent_post b{
    color: #999;}
  
  .recent_post h2 {
    font-size:16px;
    font-weight:bold;
    color: #333;
    margin: 5px 0 5px 0;
    padding:3px 0 0px 0;
    text-decoration:none;
    line-height: 22px;    
  }
  
  .recent_post a{
    color: #333;}
  
  .recent_post a.recent_post_more {
    float:left;
    width: 75px;
    height: 24px;
    padding-top: 2px;
    margin: 8px 0 20px 0;
    text-align:center;
    color:#fff;
    background: url('images/read_more.png') no-repeat;
    _background: url('images/read_more.gif') no-repeat;
    text-decoration:none;
  }
  
.latest_video {
  margin-right: 20px;
  float:left;
  width:470px;
  _width: 460px;
  _overflow: hidden;
  height:350px;
  background: #333;
  font-size: 12px;
}   
  
  .latest_video h2, .latest_video h2 a {
    font-size:18px;
    font-weight:bold;
    color:#fff;
    margin:0px;
    text-decoration:none;
  }  
  
  .video_middle .green{
    margin-right: 18px;}
  
  .latest_video .latest_video_container {
    overflow:hidden;
    height:320px;
    width: 430px;
  }

#video_left{
  float: left;
  width: 6px;
  height: 350px;
  background: url('images/video_left.gif') no-repeat;}

#video_middle{
  padding: 18px 0 0 18px;
  float: left;
  height: 330px;
  width: 438px;
  _width: 400px;
  background: #333;}
  
#video_right{
  float: right;
  width: 6px;
  height: 350px;
  background: url('images/video_right.gif') no-repeat;}
  
.video {
  float:left;
  width:225px;
  height:350px;
  color: #666;
  padding:0px;
  margin:0 20px 20px 0;
  _margin-left: 0px;
}

.video.last {
  margin-right:0;
}

  .video h2 {
    padding-left: 10px;
    margin:0px;
    background: url('images/video_podcast.gif') no-repeat;
    color:#333333;
    font-size:18px;
    width: 221px;
    line-height: 50px;
    font-weight:bold;
    text-transform:uppercase;  
  }
  
  .video h3, .video h3 a {
    font-size:14px;
    line-height:20px;
    font-weight:bold;
    color:#83b402;
    margin:0px;
    padding:0;
    text-decoration:none;
   }
        
  .video .video_item {
    border-bottom:1px solid #eeeeee;
    padding:12px 0 13px 0;
    font-size:11px;
  }  
  

.podcasts {
  float:left;
  width:225px;
  height:350px;
  padding:0px;
  color: #666;
  margin-bottom:20px;
}

  .podcasts h2 {
    margin:0px;
    padding-left: 10px;
    background: url('images/video_podcast.gif') no-repeat;
    color:#333333;
    font-size:18px;
    width: 221px;
    line-height: 50px;
    font-weight:bold;
    text-transform:uppercase;  
  }

.tags {
  float:left;
  width:470px;
  padding:0px;
  margin:0 20px 5px 0;
}

.directory_tags {
  height:auto;
  padding:0;
  margin:0;
}

  .directory_tags table {
    width:100%;
    padding:0px;
    margin:12px 10px 12px 15px;
  }
  
  .directory_tags table td {
    height:30px;
    vertical-align:middle;
  }
  
  .directory_tags table .col1 {
    width:90px;
  }
  
  .directory_tags table a {
    display:block;
    float:left;
    font-weight:bold;
    color:#fff;
    background:#333333;
    padding:3px 6px;
    /*border-right:1px solid #666;*/    
  }  
  
  .directory_tags table a:hover {
    background:#7BB021;
    text-decoration:none;
  }

.directory_listing {
  height:auto;
  padding:0;
  margin:0;
}

.categories {
  float:left;
  width:470px;
  /*height:270px;*/
  padding:0px;
  margin:0 0 20px 0;
}

  
.left {
  float:left;
  width:620px;
  margin-right: 20px; 
  background: url('images/wrapper-middle.png') repeat-y;
} 

.left .margin{
  margin: 0 20px 0 20px;
  _margin-bottom: 15px;
  width: 580px;}


.left h2.paneltitle{
  padding:0px;
  margin:0px;
  margin-bottom: 10px;
  width: 565px;
  line-height: 50px;
  background: url('images/paneltitle2.gif') no-repeat;
  color:#333;
  padding-left: 10px;
  font-size:18px;
  font-weight:bold;
  text-transform:uppercase;  
}

.left h1{
  margin-top: 10px;
}

#wrapper_top{
  background: url('images/wrapper-top.png') no-repeat;
  height: 6px;
  width: 620px;
  overflow: hidden;}
  
#wrapper_bottom{
  background: url('images/wrapper-bottom.png') no-repeat;
  height: 6px;
  width: 620px;
  overflow: hidden;}
 
.right {
  float:left;
  width:320px;
}

.excerpt {
  font-size:16px;
  font-style:italic;
  color:#7BB021;
  margin:0px;
  padding:0px;
  text-decoration:none;
}
  
.green, .green a{
  color:#7BB021;
}  

.post_detail {
  padding:10px 10px;  
} 

.post_detail h2{
  color:#333333;
  padding: 5px 0 5px 0;  
  line-height:34px;  
  margin:10px 0 20px 0;
}

.post_detail .date{
  color: #999;
  font-weight: bold;
  font-size: 12px;}

.post_detail .excerpt img {
    float:right;
    margin: 0 0 10px 20px;
}

.post_detail .excerpt{
  font-style: normal;
  font-weight: bold;
  margin-top: 10px;}
  
.post_detail .entry {
  color:#333333;
  font-weight:normal;
}

.post_detail .entry a {
  font-weight:bold;
  color:#7BB021;
}

.post {
  margin:20px 10px 20px 10px;  
} 


  .post .date {
    font-size: 12px;
    font-weight: bold;
    color: #999;
  }
  
  .post h2, .post h2 a {
      margin:0 0 5px 0;
      color:#333;
      font-size:18px;
      font-weight:bold;  
  }
  
  .post img {
    float:left;
    margin:0 20px 10px 0;
  }
  
  .post .entry {
    padding:15px 10px 5px 0px;
  }
  
  .post .post_left {
    float:left;
    width:210px;
  }
  
  .post .post_right {
    float:left;
    width:330px;
  }  
  
  .pagetitle{
    color: #83b402;}
  
  .post .postmetadata {
    vertical-align:center;
    font-size:11px;
    color:#7BB021;
    padding-top:3px;
  }
  
  .post .separator{
    border-bottom: 1px solid #EEE;
    overflow: hidden;
    width: 555px;
    padding-top:15px;  
  }
  /*
  .post a.post_more {
    float:left;
    margin:0 20px 20px 0;
    padding:2px 10px;
    text-align:center;
    color:#7BB021;
    background:#e4edca;    
    text-decoration:none;
  }
  
  .post a.post_more:hover {
    color:#fff;
    background:#7BB021;
  }
  */
  a.post_more {
    float:left;
    width: 75px;
    height: 24px;
    padding-top: 2px;
    margin: 0 20px 20px 0;
    text-align: center;
    color: #fff;
    background: url('images/read_more.png') no-repeat;
    _background: url('images/read_more.gif') no-repeat;
    text-decoration:none;
  }
  
  
.post_detail_about {
  margin-bottom:15px;
}

  .post_detail_about ul, .post_detail_about li {
    display:inline;
    padding:0px;
    margin:0px;
  }   
  
  .post_detail_about a {
    background:#7BB021;
    color:#fff;
  }

.panelarea {
  padding:12px;
}

.panelcategory a{
  color: #83b402;
  font-weight: bold;
  background: none;}

.post_detail_discussion {
}

  .post_detail_discussion h3 {
    display:none;
  }
  
  .post_detail_discussion ol li {
    border-bottom:1px solid #eeeeee;
    margin-bottom:12px;
  }
  
  .post_detail_discussion textarea {
    width:590px;
  }
 
.widget_recent_updates {
}

  .widget_recent_updates h3 {
    margin-left:10px;
    font-size:18px;
    padding-bottom:0px;
  }
  
  .widget_recent_updates .item {
    border-bottom:1px solid #7BB021;
  }  

  .widget_recent_updates .item table, .site table {
    width:100%;
    padding:0;
    margin:0 10px 8px 10px;
    text-align:left;
  }
  
  .site p {
    margin-bottom:6px;
  }  
    
  .widget_recent_updates .item table .col1, .site table .col1 {
    width:60px;
  }
  
  .widget_recent_updates .item table .col2, .site table .col2 {
    width:70px;
    text-align:right;
  }  
  
  .widget_recent_updates .item table .col3, .site table .col3 {
    width:10px;
    text-align:right;
  }   
  
  .widget_recent_updates p {
    margin:10px 10px;
  }
  
  .widget_recent_updates .item table p {
    margin:0;
  }
  
  .error {
    margin-left:12px;
    margin-right:12px;
  }

#facebook{
  height: 255px;
  margin-left: 5px;
  margin-top: -20px;
}

#pagenav {
  margin:5px 10px 20px 10px;
}

.wp-pagenavi{
  padding-bottom: 25px;
}


.wp-pagenavi .pages{
  float: left;
  display: block;
  border: none  !important;
  height: 27px;
  line-height: 27px;
}

.wp-pagenavi a{
  border: none !important;
  float: left;
  display: block;
  padding: 0px !important;
  text-align: center;
  width: 23px;
  height: 27px;
  line-height: 27px;
  font-weight: bold;
  color: #7BB021 !important;
  background: url('images/cat-num2.png') no-repeat;
  text-decoration:none;
}

.wp-pagenavi .current {
  border: none !important;
  float: left;
  display: block;
  padding: 0px !important;
  text-align: center;
  width: 23px;
  height: 27px;
  line-height: 27px;
  font-weight: bold;
  margin-left: 5px;
  color: #FFF !important;
  background: url('images/cat-num1.png') no-repeat;
  text-decoration:none;
}

#createdby a {
  text-decoration:underline;
}

#top a.btn_get_listed {
  display:block;
  width:130px;
  height:40px;
  line-height:36px;
  text-align:center;
  background: url('http://www.mediastreet.ie/assets/img/btn_get_listed.gif') top left no-repeat;
  text-decoration:none;
}

#top a.btn_video {
  display:block;
  width:228px;
  height:40px;
  line-height:36px;
  text-align:center;
  background: url('http://www.mediastreet.ie/assets/img/btn_video.gif') top left no-repeat;
  text-decoration:none;
}