/*
green.css
'Accommodation Guru Green' style for the Tarski theme - http://tarskitheme.com/
Designed by Scott Swabey, http://www.amplify.com.au/
*/

/* Some layout stuff
----------------------------------------------- */
#wrapper { width: 960px; background-color: #B2B976; border: 0; }
body .primary { width: 650px; }
body .primary-span { padding-left: 270px }
#footer .widget_recent_entries { float: left; width: 63%; }
#footer .widget_recent_comments { float: right; width: 33%; }
#header { padding-left: 0; padding-right: 0; }
#theme-info { border-top: 0; background-color: #5C6931; color: #E3E8B5; margin: 0.5em -21px -10px; padding:1em 20px 0.5em; }
#theme-info .content { text-align: right; }

body.green { background: #5C6931 url(/site/images/body-bg.jpg) repeat-x; margin-top: 20px; color: #000; }


/* Navigation
----------------------------------------------- */
body.green #navigation { margin: 18px 0; padding: 0 20px; background-color: #2D3502; border-bottom: 0; }
body.green #wrapper .nav-current:link, body.green #wrapper .nav-current:visited, body.green #wrapper .nav-current:active { color: #E3E8B5!important; font-weight: bold; }
body.green #wrapper .nav-current:hover { color: #fff; }

/* Content
----------------------------------------------- */
body.green code { color: #122B62; }
body.green abbr, body.green acronym { border-bottom: 1px solid #122B62; }
    
    /* Headers
    --------------------------------------- */
    body.green h1, body .entry .title { font-family: Arial; border-bottom: 1px solid #990000; }

    body.green h3 { color: #990000; border-bottom: 1px solid #990000; }
    
    /* Post content
    --------------------------------------- */
    body.green .articlenav { background: #fcfeff; }
    
    /* Inserts
    --------------------------------------- */
    body.green .insert { background: #fcfeff; margin: 0 0 1em 0; border: 1px solid #cfdde5; padding: 9px; }
      body.green .insert h3 { border-bottom: 1px solid #cfdde5; }
    
    /* Downloads
    --------------------------------------- */    
    body.green .content a.download:link, body.green .content a.download:visited, body.green .content a.download:active { background-color: #fcfeff; border: 1px solid #cfdde5; }
    
    /* Images
    --------------------------------------- */
    body.green a img { border: 1px solid #122B62; }
    body.green a:hover img, body.green .comment a:hover .avatar { border: 1px solid #e59900; }
    
/* Links
----------------------------------------------- */
body.green a:link, body.green a:active, body.green a:visited { color: #000; }
body.green a:hover { color: #000; }

body.green .content a:link, body.green .content a:active, body.green .content a:visited, body.green .link-pages a:link, body.green .link-pages a:active, body.green .link-pages a:visited, body.green .tagdata a:link, body.green .tagdata a:active, body.green .tagdata a:visited, body.green .widget_tag_cloud a:link, body.green .widget_tag_cloud a:active, body.green .widget_tag_cloud a:visited { border-bottom: 1px solid #cfdde5; }
body.green .content a:hover, body.green .link-pages a:hover, body.green .tagdata a:hover, body.green .widget_tag_cloud a:hover { border-bottom: 1px solid #e59900; }

body.green #navigation a:link, body.green #navigation a:active, body.green #navigation a:visited { color: #E3E8B5!important; }
body.green #theme-info a:link, body.green #theme-info a:active, body.green #theme-info a:visited { color: #E3E8B5!important; }

/* Plugins
----------------------------------------------- */

  /* Related Posts
  ------------------------------------------- */
  body.green ul.related { margin: 2em 0; list-style: none; }

/* Widgets
----------------------------------------------- */
  
  /* Calendar widget
  ------------------------------------------- */
  body.green .widget_calendar tbody td a { color: #fff; background: #8bb6cc; }
  body.green .widget_calendar tbody td a:hover { color: #fff; background: #cca352; }
  
  /* Twitter widget
  ------------------------------------------- */
  body.green .twitter-item { padding-bottom: 15px; border-bottom: 1px solid #BBEEF0; margin-bottom: 10px; }  

/* Post Images
----------------------------------------------- */
.aligncenter,
dl.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding: 10px 3px 0 3px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption a {
  border-bottom: 0!important;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none!important;
}

.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

/* ITbyUs admin icon link */
#itbyus-admin {
  width: 930px;
  margin: 0 auto;
  text-align: right;
}
#itbyus-admin a,
#itbyus-admin a img {
  border: 0pt none;
}

/* Sociable Links
----------------------------------------------- */
.sociable a { border-bottom: 0!important; }
.sociable img { border: 0!important; }
.sociable_tagline { margin-bottom: 4px; }
