body
{
  background:#01090f url(images/background.jpg) repeat-x left top;
  font-family:Verdana,Arial,Helvetica,sans-serif;
}

h1
{
  font-size:16px;
  font-weight:bold;
}

a
{
  color:#1e6daf;
}

a:hover
{
  text-decoration:none;
}

a:active
{
  color:#fbd214;
}

.small
{
  font-size:11px;
  line-height:13px;
}

.clear
{
  clear:both;
}

.wrapper
{
  width:1240px;
  margin:0 auto;
  overflow:hidden;
}









/* === Header Section === */
.header
{
  margin:10px 0 0;
}

.logo
{
  margin:5px 0;
}

#nav_main
{
  width:1240px;
  height:41px;
  clear:both;
  line-height:38px;
  font-family:"Trebuchet MS", Verdana, Arial;
}

  #nav_main_center
  {
    background: url(images/nav_bar_c.png) repeat-x top left;
    height:41px;
    width:1204px;
    float:left;
    display:inline;
  }

  #nav_main_l
  {
    background:transparent url(images/nav_bar_l.png) no-repeat left top;
    float:left;
    display:inline;
    height:41px;
    width:18px;
  }

  #nav_main_r
  {
    background:transparent url(images/nav_bar_r.png) no-repeat left top;
    float:right;
    display:inline;
    height:41px;
    width:18px;
  }

  #nav_main_center ul li
  {
    float:left;
    display:inline;
    padding:0 10px 0 6px;
    position:relative;
    z-index:9996;
  }

  #nav_main_center ul li a
  {
    font-size:14px;
    font-weight:bold;
    color:#ffffff;
    text-decoration:none;
    
    display:block;
    padding:0 15px;
  }

  #nav_main_center ul li.hover a
  {
    background:#c9e9fc;
    color:#036ca9;
    margin:3px 0 0;
    padding:9px 15px;
    line-height:14px;
    font-weight:bold;
    text-decoration:none;
  }
  
  #nav_main_center ul ul
  {
    display:block;
    position:absolute;
    visibility:hidden;
  }

  
  #nav_main_center ul li.hover ul
  {
    visibility:visible;
    top:30px;
    left:6px;
    width:300px;
    z-index:9998;
    padding:12px;

    background:#c9e9fc;
    color:#036ca9;
    font-size:12px;
  }
  
  #nav_main_center ul li.hover ul li
  {
    float:none;
    display:block;
    z-index:9999;
    border-bottom:1px solid #036ca9;
    line-height:20px;
    padding:6px 0;
    clear:both;
    width:100%;
  }
  
  #nav_main_center ul li.hover ul li a
  {
    z-index:9999;
    line-height:20px;
    font-weight:normal;
    font-size:12px;
    background: transparent;
    border:none;
  }
  
  #nav_main_center ul li.hover ul li a:hover
  {
    background:#e6f6ff;
  }
  
  
  #nav_main_center ul ul li img
  {
    float:left;
    display:inline;
    margin:0 10px 0 0;
    z-index:9999;
  }

  #nav_main_center ul ul li .thumb
  {
    float:none;
    display:block;
    margin:0 auto;
  }
  
  #nav_main_center ul ul li .thumb a
  {
    padding:0;
    margin:0;
  }

  #nav_main_center ul ul li .thumb a img
  {
    padding:0;
    margin:0;
    float:none;
    display:inline;
  }

  
  




#nav_main_secondary
{
  clear:both;
  width:1234px;
  height:23px;
  padding:0 3px;
}

  #nav_main_secondary_center
  {
    background:transparent url(images/nav_2ry_c.png) repeat-x left top;
    float:left;
    display:inline;
    height:23px;
    width:1208px;
    color:#1e6daf;
    font-size:10px;
    line-height:19px;
  }

  #nav_main_secondary_l
  {
    background:transparent url(images/nav_2ry_l.png) no-repeat left top;
    float:left;
    display:inline;
    height:23px;
    width:13px;
  }

  #nav_main_secondary_r
  {
    background:transparent url(images/nav_2ry_r.png) no-repeat left top;
    float:right;
    display:inline;
    height:23px;
    width:13px;
  }





#search
{
  float:right;
  display:inline;
  width:130px;
  height:27px;
  margin-top:6px;
  line-height:22px;
}

  #search_l
  {
    background:transparent url(images/search_l.png) no-repeat left top;
    float:left;
    display:inline;
    height:27px;
    width:12px;
  }

  #search_center
  {
    background:transparent url(images/search_c.png) repeat-x left top;
    float:left;
    display:inline;
    height:27px;
    width:93px;
    overflow:hidden;
  }

  #search input
  {
    background:transparent;
    border:0 none;
    font-size:12px;
    height:20px;
    margin-top:2px;
    width:100%;
    padding:0;
    margin:3px 0;
  }

  #search button
  {
    background:transparent url(images/search_r.png) no-repeat left top;
    border:0;
    float:right;
    display:inline;
    height:27px;
    width:25px;
    padding:0;
    margin:0;
  }

  #search button span
  {
    display:none;
  }











/* === Sidebar Section === */

.sidebar
{
  width:285px;
  float:left;
  display:inline;
  font-size:13px;
  margin-bottom:15px;
}

.widget
{
  width:260px;
  margin:0 0 15px 33px;
  background:transparent url(images/sidebar_top_260w.png) no-repeat left top;
  padding:15px 0 0 0;
  float:left;
  display:inline;
  font-size:13px;
  line-height:18px;
}

  .sidebar .widget
  {
    margin:15px 0 0 25px;
    float:none;
    display:block;
  }
  
  .widget .widget_center
  {
    background:#ffffff;
    padding:10px 15px 0;
  }

  .widget .widget_bottom
  {
    background:transparent url(images/sidebar_bot_260w.png) no-repeat left top;
    height:19px; 
  }

  .widget h1
  {
    background:#a09883;
    color:#FFFFFF;
    margin:0 0 0 -5px;
    padding:7px 7px 7px 14px;
    font-family:"Trebuchet MS", Verdana, Arial;
    font-size:14px;

    height:16px;
    position:relative;
    z-index:0;
  }
  
  .widget h1 img
  {
    vertical-align:bottom;
  }

  .widget ul
  {
    list-style:none;
    padding:0 10px;
    margin:0;
    border-left:8px solid #efefef;
    position:relative;
  }

  .widget ul li
  {
    display:block;
    padding:5px;
    border-bottom: 1px solid #efefef;
  }

  .widget ul li a
  {
    text-decoration:none;
    color:#6d6d6d;
  }

  .widget ul li a:hover
  {
    color:#000000;
  }




.newsletter
{
  width:176px;
  height:25px;
  margin-top:8px;
  float:right;
  display:inline;
}

  .newsletter_l
  {
    background:transparent url(images/newsletter_l.png) no-repeat left top;
    float:left;
    display:inline;
    height:25px;
    width:10px;
  }

  .newsletter_center
  {
    background:transparent url(images/newsletter_center.png) repeat-x left top;
    float:left;
    display:inline;
    height:25px;
    width:121px;
    overflow:hidden;
  }

  .newsletter input
  {
    background:transparent;
    border:0 none;
    font-size:11px;
    height:20px;
    margin-top:2px;
    width:100%;
    padding:6px 0 0;
    margin:0;
  }

  .newsletter button
  {
    background:transparent url(images/newsletter_r.png) no-repeat left top;
    border:0;
    float:right;
    display:inline;
    height:25px;
    width:45px;
    padding:0;
    margin:0;
  }

  .newsletter button span
  {
    display:none;
  }







/* === General Styling === */

.content
{
  font-size:13px;
  line-height:16px;
  margin:15px 24px 15px 305px;
  margin:15px 24px 15px 0px;
  float:right;
  display:inline;
  width:910px;
}


.content p
{
  margin-bottom:6px;
}

.content h1
{
  font-family:"Trebuchet MS", Verdana, Arial;
  font-size:20px;
  background:none;
  color:#000000;
  margin:0 0 8px 0px;
  padding:4px 4px 4px 0;
  border-bottom:1px dotted #0879b3;
}

.content h2
{
  font-family:"Trebuchet MS", Verdana, Arial;
  font-size:15px;
  color:#000000;
  margin:0 0 8px 0px;
  padding:4px 4px 4px 0;
  border-bottom:1px dotted #0879b3;
}

.content h3
{
  font-family:"Trebuchet MS", Verdana, Arial;
  font-size:13px;
  color:#000;
  margin:0 0 8px 0;
  padding:4px 4px 4px 0;
  border-bottom:1px dotted #0879b3;
}

.content h4
{
  font-family:"Trebuchet MS", Verdana, Arial;
  font-size:13px;
  color:#0879b3;
  margin:0 0 8px 0;
  padding:4px 4px 4px 0;
  border-bottom:1px dotted #0879b3;
}

.content h5
{
  color:#000;
  margin:0 0 8px 0;
  padding:2px 2px 2px 0;
  font-size:10px;
  border-bottom:1px dotted #0879b3;
}

.content h6
{
  color:#0879b3;
  margin:0 0 8px 0;
  padding:2px 2px 2px 0;
  font-size:10px;
  border-bottom:1px dotted #0879b3;
}

.content ul
{
  list-style:square inside;
  margin:4px 0 6px;
}

.content ol
{
  list-style: decimal inside;
  margin: 4px 0 6px;
}

.content ul ul,
.content ul ol
{
  margin-left:10px;
}


.content blockquote
{
  background:#EFEFEF;
  border-left:6px solid #D8D8D8;
  margin: 2px 0 4px;
  padding:6px;
  height:1%;
}

.content pre, .content code
{
  margin: 2px 0 4px;
  padding:6px;
  border-left:6px solid #D8D8D8;
  clear:both;
}

.content table
{
  width:100%;
  margin:5px auto;
  border:1px solid #85754c;
}

.content table th
{
  background:#9D9684;
  padding:4px;
  color:#ffffff;
  border:1px solid #85754c;
}

.content table td
{
  padding:3px;
  border:1px solid #85754c;
}

.content .selectline
{
  display:block;
  background:#F6FFDF;
}

.error
{
  background:#ffe0e0 url(images/button_cross.jpg) no-repeat 15px center;
  padding:25px 25px 25px 70px;
  margin:2px 0;
}

.success
{
  background:#f6ffdf url(images/button_ok.jpg) no-repeat 15px center;
  padding:25px 25px 25px 70px;
  margin:2px 0;
}

.aboutme
{
  background:#f6ffdf url(images/button_user.jpg) no-repeat 15px center;
  padding:25px 25px 25px 70px;
  margin:2px 0;
}


.thumb
{
  position:relative;
  overflow:hidden;
  float:left;
  display:inline;
  width:270px;
  height:150px;
  margin:5px 5px;
  border:5px solid #eaeaea;
}

.thumb .info
{
  background:#181818;
  color:#ffffff;
  height:auto;
  left:5px;
  padding:5px 0 0 10px;
  position:absolute;
  width:250px;
  z-index:9999;
  font-size:11px;
  bottom:-85px;
}

.content .indent
{
  margin-left:10%;
}










/* === Post Section === */

.post
{
  position:relative;
  width:910px;
}

  .post .post_top
  {
    background:transparent url(images/page_top_910w.png) no-repeat left top;
    height:15px;
    width:910px;
  }

  .post .title,
  .post .widget h1
  {
    background:transparent url(images/bg_title_w915.png) no-repeat left top;
    font-family:"Trebuchet MS", Verdana, Arial;
    font-weight:bold;
    font-size:14px;
    color:#FFFFFF;
    margin:0 0 0 -5px;
    padding:7px 7px 7px 14px;
    border:0;
    
    height:16px;
    position:relative;
  }

  .post .title span,
  .post .widget h1 span
  {
    float:right;
    display:inline;
    width:100px;
    text-align:center;
    font-size:11px;
    font-weight:bold;
    color:#9d9684;
  }

  .post .title a,
  .post .widget h1 a
  {
    color:#ffffff;
    text-decoration:none;
  }


  .post .post_center
  {
    background:#ffffff;
    padding:20px 25px 15px;
    position:relative;
    z-index:1;
    width:860px;
  }

  .post .post_bottom
  {
    background:transparent url(images/page_bot_910w.png) no-repeat left top;
    height:20px;
  }

  .readmore
  {
    display:block;
    height:25px;
  }

  .readmore a
  {
    background:transparent url(images/button_readmore.png) no-repeat left center;
    float:right;
    display:inline;
    overflow:hidden;
    width:0;
    height:0;
    padding:25px 0 0 88px;
    cursor:pointer;
  }
  
  .post .widget
  {
    width:260px;
    margin:0px 10px 10px 15px;
    background:#f5f5f5;
    padding:15px 0 0 0;
    float:left;
    display:inline;
    font-size:13px;
    line-height:18px;
  }
  
  .post .widget .widget_center,
  .post .widget .widget_bottom
  {
    background:#f5f5f5;
  }


.content ul.navigation
{
  margin:0;
  list-style:none;
  height:0;
  overflow:hidden;
}

.navigation li a
{
  bottom:40px;
  overflow:hidden;
  text-indent:-9999px;
  position:absolute;
  width:18px;
  height:33px;
  cursor:pointer;
  z-index:0;
}

  .navigation .prev a
  {
    background:transparent url(images/button_prev.png) no-repeat 0 0;
    left:-13px;
  }

  .navigation .prev a:hover
  {
    left:-18px;
  }

  .navigation .next a
  {
    background:transparent url(images/button_next.png) no-repeat 0 0;
    right:-13px;
  }
  
  .navigation .next a:hover
  {
    right:-18px;
  }



.statsbar
{
  height:25px;
  font-size:10px;
  color:#1e6daf;
  margin-top:20px;
  clear:both;
}

  .statsbar .statsbar_l
  {
    background:transparent url(images/stats_l.png) no-repeat left top;
    float:left;
    display:inline;
    height:25px;
    width:10px;
  }

  .statsbar .statsbar_r
  {
    background:transparent url(images/stats_r.png) no-repeat left top;
    float:right;
    display:inline;
    height:25px;
    width:10px;
  }

  .statsbar .statsbar_center
  {
    background:#edf6ea;
    line-height:21px;
    overflow:hidden;
    margin:0;
    height:25px;
    float:left;
    display:inline;
    width:1160px;
  }

  .statsbar a
  {
    color:#1e6daf;
  }

  .statsbar img
  {
    line-height:21px;
    float:left;
    display:inline;
    margin:4px 4px 0 0;
  }

  .statsbar .statsbar_center span
  {
    float:left;
    display:inline;
    padding-right:15px;
  }









/* === Comments Section === */

.comment
{
  width:582px;
  background:transparent url(images/comment_top_582w.png) no-repeat left top;
  padding:10px 0 0 0;
  margin:15px auto;
}

  .comment .comment_bottom
  {
    background:transparent url(images/comment_bot_582w.png) no-repeat left top;
    height:10px;
    overflow:hidden;
  }

  .comment .comment_center
  {
    background:#f8f5f0;
    padding:10px 10px 0 10px;
  }

  .comment .title
  {
    background:#f8f5f0 url(images/bg_title_comments.png) no-repeat left top;
    display:block;
    color:#FFFFFF;
    margin:0 0 0 -5px;
    padding:6px 6px 6px 14px;
    font-family:"Trebuchet MS", Verdana, Arial;
    font-size:12px;
    font-weight:bold;  

    height:16px;
    position:relative;
  }

  .author .title
  {
    background:#f8f5f0 url(images/bg_title_comments.png) no-repeat left bottom;
    color:#000000;
  }

  .comment .title a
  {
    color:#ffffff;
    text-decoration:none;
    background: url(images/arrow_mini_right.gif) no-repeat left center;
    padding:0px 0 0px 12px;
  }
  
  .author .title a
  {
    color:#000000;
  }

  .comment .date
  {
    background:transparent url(images/calendar.png) no-repeat left center;
    float:right;
    display:inline;
    padding:0 10px 0 20px;
    font-size:11px;
    font-weight:normal;
    color:#000000;
  }


  .comment .avatar
  {
    width:70px;
    height:70px;
    float:left;
    display:inline;
    padding:0 10px 5px 0;
  }

  .comment .reply
  {
    display:block;
    text-align:right;
    height:25px;
  }

  .comment .reply a
  {
    background:transparent url(images/button_reply.png) no-repeat left center;
    float:right;
    display:inline;
    height:25px;
    width:85px;
    line-height:25px;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    text-align:center;
    color:#9d9684;
  }

  .comment .reply a:hover
  {
    color:#ffffff;
  }








.formcomment
{
  background:transparent url(images/commentform_top_582w.png) no-repeat left top;
  padding:15px 0 0 0;
  width:862px;
  margin:0 auto;
}

  .formcomment .title
  {
    background:#0879b3 url(images/formcomment_title.png) no-repeat left top;
    font-family:"Trebuchet MS", Verdana, Arial;
    font-weight:bold;
    font-size:14px;
    color:#FFFFFF;
    margin:0 0 0 -5px;
    padding:7px 7px 7px 14px;
    border:0;

    height:16px;
    position:relative;
  }

  .formcomment .title span
  {
    float:right;
    display:inline;
    width:123px;
    text-align:center;
    font-size:11px;
    font-weight:bold;
    color:#9d9684;
  }

  .formcomment .formcomment_center
  {
    background:#ffffff;
    padding:20px 25px 4px;
    text-align:right;
  }

  .formcomment .formcomment_bottom
  {
    background:transparent url(images/commentform_bot_582w.png) no-repeat left top;
    height:15px; 
  }

  .row
  {
    padding:10px;
    background:#edf6ea;
    margin:2px 0;
    font-size:12px;
    line-height:30px;
  }

  .zebra
  {
    background:#e3eef5;
  }

  .row label
  {
    display:block;
  }

  .row label input
  {
    border:#e4e4e4 1px solid;
    margin:0 100px 0 0;
    width:300px;
    vertical-align:middle;
    padding:6px 5px;
  }

  .row label textarea
  {
    border:#e4e4e4 1px solid;
    width:400px;
    height:100px;
    vertical-align:top;
    padding:6px 5px;
  }


  .zebra label input,
  .zebra label textarea
  {
    border:#bcd3e3 1px solid;
  }

  .formcomment button
  {
    background:transparent url(images/button_submit.png) no-repeat left top;
    border:0;
    display:inline;
    height:25px;
    width:148px;
    padding:0;
    margin:10px 0 0;
  }

  .formcomment button span
  {
    display:none;
  }

.form
{
  text-align:right;
  width:580px;
}





/* === Footer === */

.footer
{
  background:transparent;
  color:#ffffff;
  height:24px;
  line-height:24px;
  font-size:10px;
  padding:0 20px;
  clear:both;
}

  .footer ul
  {
    float:right;
    display:inline;
    width:320px;
  }

  .footer ul li
  {
    float:left;
    display:inline;
    height:24px;
    padding:0 15px;
  }

  .footer ul li a
  {
    text-decoration:none;
    color:#ffffff;
    height:24px;
    width:75px;
    line-height:24px;
    display:block;
  }

  .footer ul li a img
  {
    line-height:24px;
    float:left;
    display:inline;
    margin:4px 4px 0 0;
  }
  
  



  
  

/* === Layout === */
  
.layout-right-column .sidebar
{
  float:right;
}

.layout-right-column .sidebar .widget
{
  margin:15px 23px 0 0;
}

.layout-single
{
  width:910px;
  float:none;
  display:block;
  margin:15px auto;
}

.layout-single .post
{
  width:910px;
}

.layout-single .post .post_top
{
  background:transparent url(images/page_top_910w.png) no-repeat left top;
  width:910px;
}

.layout-single .post .post_center
{
  width:860px;
}

.layout-single .post .post_bottom
{
  background:transparent url(images/page_bot_910w.png) no-repeat left top;
  width:910px;
}

.widget-wrapper
{
  width:910px;
  float:none;
  display:block;
  margin:15px auto 0;
}

#prevBtn a,
#nextBtn a
{
	background:url(images/btn_prev.png) no-repeat;
}

#nextBtn a
{
	background:url(images/btn_next.png) no-repeat;
}