/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

.gift-book-box {float:left; width:208px; margin:0 15px;}
.gift-book-box p { text-align:center;}
p.gift-title	{font-size:15px; font-weight:bold; color:#103368; line-height:22px;}

.feature-content {margin-left:240px;line-height:22px;}
.feature-content p {font-size:15px;}
.feature-content h3 {font-size:18px;}

.featured-table {width:95%;}
.featured-table td,
.featured-table th {text-align:left;}

#featured {background-color:#dfdbc2;}
#pagenav > li:first-of-type { display: none; }
#pagenav li ul li {line-height:1.5em;}
#pagenav li ul li a:link,
#pagenav li ul li a:visited {padding-top:8px !important;padding-bottom:8px !important;}

.scrollButtons {display:none;}

/* changes the two-column layout on the homepage to one column */
#two-col .left {width:619px;}
#two-col .right {display:none;}

/* quotes */
blockquote {font-size:14px; line-height:21px;margin:16px 0;padding:6px 40px;}
blockquote p {color:#23262A;}
blockquote cite {display:block;text-align:right;margin-top:6px;font-size:12px; color:#666;}

h2 {
  color:#103368;
  line-height: 1.25em;
}

.post_head .title_meta h2 {
  margin: 0px 0px 5px;
}

/* set default color of links */
a:link,
a:visited {
  color:#103368;
}

/* make all post/content links red */
#main_content a:link,
#main_content a:visited,
.entry a:link,
.entry a:visited
 {
  color: #81001F;
}

/* ShareThis links should always be blue regardless of placement */
a.stbutton:link,
a.stbutton:visited {
  color:#103368 !important;
}

.blog-container {
  clear:both;
  padding-top:1em;
}

.blog-container.first {
  padding-top:0;
}

/* theme comment count box */
.post_head .comments a:link, .post_head .comments a:visited {
  background: #E0E0E0;
}
.post_head .comments span.bg {
  background: url('img/commentsbg.jpg') no-repeat center center;
}

#form_wrap input.sb {
  background: url('styles/creamlime/moreinfotile.jpg') repeat-x bottom left;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
