/*   
  Theme Name:  Heidi Joyce Gardens
  Theme URI:   N/A
  Description: The WordPress theme used for heidijoycegardens.com
  Author:      Bitvolution Ltd.
  Author URI:  http://www.tomfotherby.com
  Version:     0.5

  Copyright 2009 Heidi Joyce
  Implementation by Bitvolution Ltd.
*/

/* General Styles */
a 
{
  text-decoration: none
}

a:hover 
{
  color: red
}

a:active 
{
  outline: none
}

a:focus 
{ 
  -moz-outline-style: none
}

blockquote 
{
  font-style: italic;
  margin: 0; 
  quotes: "\201C" "\201D"
}

input.whitebutton
{
  background-color: white;
  border: 1px solid gray;
  color: gray;
  font-family: Arial;
  font-size: 0.8em
}

input.whitebutton:hover
{
  background-color: gray; 
  color: white
}

.float_left
{
  float: left
}

.float_right
{
  float: right
}

.clear
{
  clear: both
}

.commentAttribution 
{
  float: right;
  font-weight: bold;
  padding: 8px 0 20px 0
}


li.page_item a 
{   
  color: #6d6e71;
  font-size: 1.4em;
  padding-left: 32px;
  padding-right: 32px
}

li.current_page_item a span 
{
  text-decoration: underline;
  visibility: visible
}

#navigation
{
  border-bottom: 1px solid #808080;
  border-top: 1px solid #808080
}

#navigation ul 
{ 
  margin: 0.5em
}

#navigation ul li
{
  display: inline;
  padding-bottom: 2px;
  padding-top: 2px
}

#header_logo
{
  display: block;
  height: 90px;
  margin: 20px auto;
  width: 263px
}

#bd
{
  color: #6d6e71;
  font-family: "Times New Roman", Times, serif;
  font-size: 135%;
  margin: 2em auto 0 auto;
  width: 95%
}

#content_left
{
  float: left;   
  padding-left: 60px;
  text-align: justify;
  width: 500px
}

#content_left h2
{
  margin-top: 0
}

#content_right
{
  float: right;
  padding-right: 60px;
  width: 231px
}

#content_right p
{
  float: left;
  font-size: 21px;
  font-weight: bold;
  margin: 10px 0 0 0;
  padding: 8px 15px
}

#footer_logo
{
  display: block;
  height: 88px;
  margin: 5px auto;
  width: 92px
}


/* Home Page Styles */
.ui-tabs .ui-tabs-hide 
{
  display: none
}

.home_tab
{
  height: 300px;
  margin: 0 auto 
}

.home_right_img
{
  float: right;
  height: 280px;
  padding: 0 0 0 20px;
  text-align: left;
  width: 306px
}

.home_left_text
{
  float: left;
  max-width: 468px;
  padding-top: 45px;
  text-align: right
}

.home_left_img
{
  float: left;
  height: 280px;
  padding: 0 20px 0 0;
  width: 306px
}

.home_right_text
{
  padding-top: 45px;
  text-align: left
}

#home_tab_1
{
  width: 795px
}

#home_tab_2
{
  width: 795px
}

#home_tabs ul li
{
  display: inline;
  list-style-type: none
}

#play_pause
{
  float: left; 
  width: 80px
}

#page_number
{
  float: right;
  font-family: Arial;
  font-size: 0.8em;  
  margin-top: 5px
}

/* Portfolio Page Styles */
.portfolio_img_left
{
  float: left;
  height: 350px;
  margin-right: 8px;
  position: relative; 
  width: 260px;
  z-index: 2 
}

.portfolio_img_right
{
  float: right;
  height: 350px;
  margin-left: 8px;
  position: relative; 
  width: 260px;
  z-index: 2 
}

.imageCaption
{
  background: url('images/transparent-bg.png');
  color: #bbb;
  font-family: Arial;
  height: 25px;
  margin-top: 320px;
  padding: 5px 0 0 40px;
  position: absolute;
  width: 220px;
  z-index:3;
  top:0;
  left:0;
}


.portfolio_text
{
  color: gray;
  /*
  background-color:gray;
  color: white;
*/
  line-height: 1.19;
  font-size:0.97em;
  height: 345px;
/*  overflow:auto;
*/
  position: relative;
/*
  text-align: center;
*/
  padding-top:5px;
}

.portfolio_text p
{
margin-bottom:0.5em
}

#portfolio_tabs blockquote
{
  background-color:#eee;
  -moz-border-radius: 1%;
  padding: 1em;
  -webkit-border-radius: 1%
}

#portfolio_tabs span.commentAttribution
{
padding-bottom:0;
}

.portfolio_prev
{
  float:left;
  width:250px;
}

#portfolio_tabs a {font-family:Arial;color:gray}

.portfolio_next
{
  float:right;
  width:250px;
  text-align:right;
}
#portfolio_tabs h2
{
  float:left;
  width:380px;
  font-family: Arial;
  margin: 0;
  padding-bottom:10px;
  text-align:center;
}

.portfolio_text strong
{
  display: block;
  padding-top: 10px
}

#portfolio_tabs ul
{
list-style-type: none;
}
#portfolio_tabs li
{
  float: left;
  list-style: none;
  background-image: url(images/hydrangerBullet_small.gif);
  background-repeat: no-repeat;
  font-family: Arial;
  font-size: 0.8em;
  height:40px;
  margin: 0 1em 0.5em 2.6em;
  padding: 1em 0 0 3em;
}

#portfolio_tabs li a { color:gray; font-size:1.1em}

#portfolio_tabs li.ui-state-active a
{
color:black;
text-decoration:underline;
}



/* Blog Page Styles */
.post
{
  border-bottom: 1px dashed #4d4c58;    
  margin: 0 15px 15px 0
}

.post h2
{
  margin: 0;
  padding: 0
}

.postdate
{
  color: #4d4c58;    
  font-size: small;
  margin-bottom: 5px
}

#sidebar 
{
  background-color: #EEEEEE;
  -moz-border-radius: 5%;
  padding: 1em;
  -webkit-border-radius: 5%
}

#sidebar #s 
{
  width: 10em
}

#sidebar ul, #sidebar ul ol 
{
  margin: 0;
  padding: 0
}

#sidebar ul li 
{
  list-style-image: none;
  list-style-type: none;
  margin-bottom: 20px
}

#sidebar ul ul li 
{	
  margin: 3px 0 0 0;
  padding: 0
}


/* Links Page Styles */
.linksHeader
{
  margin: 30px 0 10px 0;
  text-align: center
}

.linkColumn
{
  width: 250px
}

.linksTable
{
  margin: 0 auto;
  width: 95%
}

.linksTable th 
{
  background-color: #EEEEEE;
  border:1px solid #999999;
  padding: 0.3em;
  text-align: left
}

.linksTable td 
{
  border:1px solid #999999;
  font-size: 90%;
  padding: 0.2em;
  text-align: left
}


/* Contacts Page Styles */
#contact_box
{
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  padding: 20px 0;  
  text-align: center; 
  text-transform: uppercase
}


/* Contacts Plugin Styles - Enhanced WP-ContactForm */
.contactform
{
  margin-top: 25px
}

.contactform strong
{
  color: red;
  display: block;
  margin-bottom: 10px
}

.contactform span.error
{
  color: red
}

#wpcf label 
{
  clear: both;
  display: block;
  float: left;
  width: 180px
}

#wpcf input 
{
  float: left;
  margin: 2px 5px 2px 0;
  padding: 1px;
  width: 200px
}

#wpcf #wpcf_cc
{
  float: left;
  margin: 2px 5px 2px 5px;
  padding: 1px;
  width: 20px
}

#wpcf textarea 
{
  height: 100px;
  margin: 0 5px 5px 0;
  padding: 1px;
  width: 380px
}

#wpcf #contactsubmit 
{
  float: left; 
  margin-left: 170px;
  margin-top: 20px;
  width: 120px
}



