/*
Theme Name: EarthlyTouch
Theme URI: http://www.elegantwordpressthemes.com/themes/earthlytouch
Version: 1.0
Description: 2 Column theme from Elegant WPT
Author: Elegant Wordpress Theme
Author URI: http://www.elegantwordpressthemes.com
*/

body {
margin: 0;
padding: 0;
background-color: #EEDBC9;
background-image: url(images/bg.png);
background-repeat: repeat-x;
background-position: bottom center;
}

h1 { color: #000; }
h2 { color: #000; }
h3 { color: #000; }
h4 { font-size: 20px; font-weight: normal; color: #000; }
h5 { font-size: 18px; font-weight: normal; color: #000; }

ul.nav {
line-height: 26px;
}

#categories li a:link, #categories li a:visited {
  padding-top: 0;
  padding-bottom: 2px;
}

#categories li.current-cat a {
  background-color: white;
}

#categories li.current-cat a:hover {
  background-color: #716961;
  color: white;
}

#categories li a {
-moz-border-radius-topleft: 0.5em;
-moz-border-radius-topright: 0.5em;
-webkit-border-top-left-radius: 0.5em;
-webkit-border-top-right-radius: 0.5em;
border-top-left-radius: 0.5em;
border-top-right-radius: 0.5em;
}

#header {
margin-top: 0;
}

.logo {
margin-bottom:5px;
}

#container div.post-wrapper:first-child > p,
#container div.post-wrapper:first-child > ol,
#container div.post-wrapper:first-child > ul,
#container div.entry:first-child > p,
#container div.comment-body:first-child > p,
#container div.post-content {
font-family: "Times New Roman", "Bitstream Vera Serif", serif;
color: #000;
line-height: 1.6em;
font-size: 16px;
}

.post-content {
float: none;
width: 100%;
}

div.readmore {
font-family: "Times New Roman", "Bitstream Vera Serif", serif;
line-height: 18px;
font-size: 13px;
}

.titles {
font-family: "Times New Roman", "Bitstream Vera Serif", serif;
font-style: italic;
line-height: 18px;
}

.post-title {
font-family: "Times New Roman", "Bitstream Vera Serif", serif;
font-style: italic;
font-size: 28px;
}

div.sociable {
text-align: center;
}

.sociable img {
width: 32px;
height: 32px;
}

.sociable-hovers {
opacity: .7;
-moz-opacity: .7;
filter: alpha(opacity=70);
}

.sociable-hovers:hover {
opacity: 1;
-moz-opacity: 1;
filter: alpha(opacity=100);
}
