/*  
Theme Name: SundropJewelryTwo
Theme URI: http://wordpress.org/
Description: Made for private use at http://www.sundropjewelry.com/blog/
Version: 2.0
Author: Shaun Reynolds shaun@sundropjewelry.com
Author URI: http://www.sundropjewelry.com/
*/

em
{
	font-style: normal;
}

body
{
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Tahoma, Arial, Serif;
	line-height: 1.5em;
	background: #226;
	color:#222;
	text-align: center;
  font-size: 10px; /* easy scaling */
  font-size: 0.76em;
}

#mainContainer
{
	background-image: url(img/sidebar.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	text-align: left;

	margin-left: auto;
	margin-right: auto;
	width: 770px;
	background-color: #ddf;
}

#content
{
	width: 569px;
	float: right;
	min-height: 700px;
        overflow: hidden;
	/* min-height doesn't work in iExplorer so we add some ms proprietary code here... */
	height:expression(this.scrollHeight > 700 ? "auto":"700px");
}

textarea
{
  width: 380px;
  padding:5px;
  height: 20em;
  border: 1px solid #999;
  background:url(img/input_bg.gif) no-repeat left top;
}


/* ------------- header and topnav (gnav) ------------------- */

#header
{
	border: solid 1px black;
	color: #00ff00;
	background-color:#fff;
	background-image: url(img/BlogTop.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 90px;
	text-align: right;
}

#header h1
{
	font-size:1.6em;
	margin:0px auto;
	padding:5px 10px;
}

#header h1 a
{
  color:#ddf;
  border:none;
}

#gnav
{
  list-style:none;
  margin:0 auto;
  padding:3px 0;
  /* background:#fff url(img/con_top.gif) top repeat-x; */
  background:#fff url(img/tile_back.gif) top repeat-x;
  width:770px;
  border-bottom:#000000 1px solid;
  border-top-width:0px;
  font-variant:small-caps;
  text-align:right;
  font-weight:bold;
  font-size:1.1em;
}

#gnav li
{
  list-style:none;
  display:inline;
  padding:5px 10px;
}

#gnav li a:link, #gnav li a:visited
{
  color:#222255;
  text-decoration:none;
  padding:2px 0;
  border-bottom:none;
}

#gnav li a:hover, #gnav li a:active,
#gnav li.current_page_item a:link, 
#gnav li.current_page_item a:visited, 
#gnav li.current_page_item a:hover, 
#gnav li.current_page_item a:active
{
	border-bottom:#000000 2px solid;
}

/* ------------- sidebar ------------------- */

#sidebar
{
	float: right;
	width: 200px;
	color: #222277;
}

#sidebarContents
{
	padding: 20px 0px 0 25px;
	margin: 0;
	color: #666;
	line-height: 1.3em;
}

#sidebar h2{
        font-size: 1.2em;
        color: #000000;
        padding-top: 3px;
        border:none;
        font-variant:small-caps;
        background:none;
        padding-bottom:0px;
}
#sidebar .block
{
        font-size:0.9em;
        margin:10px 0;
        padding:0 1em;
}
#sidebar ul{
        list-style: none;
        list-style-image: none;
        margin: 10px 0;
        font-size: 0.9em;
        padding:0 1em;
}
#sidebar form
{
        margin: 5px 0 15px 0;
        padding:0 1em;
}
#sidebar ul li {
        margin: 1ex 0;
        list-style:none;
}

#sidebar ul li ul li {
        background:url(img/arrow.gif) no-repeat left center;
        padding-left:15px;
        list-style:none;
}
#sidebar ul li a{
        color: #222277;
        text-decoration: none;
}
#sidebar ul li a:visited
{
        color: #222277;
}
#sidebar ul li a:hover
{
        color: #333355;
}

#sidebar img {
        border:#459 1px solid;
}
#sidebar ul ul
{
        margin:5px;
        font-size:1em;
}

/* ------------- postage ------------------- */

.post-title
{
        /* border-top:#ff0000 1px dotted; */
}
.post-title a:link, .post-title a:visited
{
        color:#222277;
        text-decoration:none;
        border-bottom:none;
}
.post-title a:hover
{
        text-decoration:none;
}
.day-date {
        font-size: 0.9em;
        color: #000;
        margin:-5px 0 0 10px;
        padding: 0;
}
.day-date em
{
        font-style:normal;
        color:#000;
}

.post
{
				background-color: #cfddff;
        margin:0px 0 20px 0;
        padding:10px 5px 0;
}
.post h4
{
        font-size:1em;
        font-weight:normal;
}
.post h4 em
{
        font-style:normal;
        float:right;
        font-weight:normal;
}
.post-info {
        font-size : 0.9em;
        color : #000;
        margin : 0;
        background:url(img/comments-small.gif) no-repeat left center;
        /* border-bottom:#ff0000 1px dotted; */
}
.post-content {
				color: #000000;
        padding:10px;
}
#content ul
{
        margin:5px;
        padding:5px;
}
#content ul li
{
        list-style:none;
        background:url(img/bullet1.gif) no-repeat left top;
        padding-left:12px;
}
h2,h3 {
        font-size: 1.3em;
        color: #222277;
        padding: 4px 0 0 0;
        margin: 0;
        font-family: 'Lucida Grande', 'Trebuchet MS', sans-serif;
        padding-bottom:7px;
      	/* xxx grey bar thing */
      	/* background:url(img/header-back.png) repeat-x bottom; */
}
/* ------------- footer ------------------- */
#footer {
        clear: both;
        margin:0;
        background-color: #445599;
        color: #ccc;
        font-size: 0.9em;
        padding:5px 10px;
        width: 750px;
}
#footer strong
{
        color:#fff;
}
#footer div
{
        float:right;
        width:40%;
        margin:0;
        padding:0;
}
#footer a:link,#footer a:visited
{
        color:#ccc;
        border-bottom:#ccc 1px dashed;
        text-decoration:none;
}
#footer a:hover,#footer a:active
{
        color:#fff;
        border-bottom:#fff 1px solid;
}
#footer ul
{
        margin:0;
        padding:0;
}
#footer ul li
{
        list-style:none;
        padding-left:15px;
        background:url(img/arrow.gif) no-repeat left center;
}

/* ------------- for use in posts ------------------- */
span.rightFloated
{
	float: right;
	padding: 3px;
}

span.leftFloated
{
	float: right;
	padding: 3px;
}

.WhiteBack
{
    padding: 5px;
    background-color: White;
    font-style: normal;
}

a.external
{
    padding-right: 9px;
    background-image: url(http://groundtruthtrekking.org/WildResource/Style/Graphics/ExternalArrow-01.png);
    background-position: right top;
    background-repeat: no-repeat;
}