/*  
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: italic;
}

strong
{
	font-weight: bold;
}

body
{
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Tahoma, Arial, Serif;
	line-height: 1.5em;
	background: #236;
	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: 980px;
	background-color: #ddf;
}

#content
{
	width: 779px;
	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
{
	position: relative;
	border: none;
	background-color:#236;
	overflow: visible;
	z-index: 4;
	height: 117px;
}
#header img {
	position: absolute;
	left: -2px;
	top: 15px;
	width: 983px;
	height: 102px;
	z-index: 0;
}
#header a {
	display: block;
	position: absolute;
	top: 0px;
	left: -5px;
	background-image:url('/static/css/Graphics/IssueLayout-02.png');
	width: 435px;
	height: 149px;
	z-index: 1;
}

#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:980px;
  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;
}
/* ------------- the new menu ------------------- */
#MenuBarWrapper{
	width:980px;
	height:40px;
	background-color:#223366;
}
#MenuBar, #FooterMenu{
	position: relative;
	width: 760px;
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	float:right;
}
#MenuBar>ul, #FooterMenu>ul{
	padding:0px;
	margin:0px;
	list-style:none;
	display: block;
	z-index: 2;
}
#MenuBar>ul li, #FooterMenu>ul li{
	position: relative;
	text-align: center;
	float: left;
}
#MenuBar>ul li {
	list-style:none;
	width: 70px;
	margin: 11px 18px;
}
#MenuBar>ul li a, #FooterMenu>ul li a {
	position: relative;
	text-decoration: none;
	/*color: rgb(198,224,240);*/
	color:black;
	display: block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:0.92em;
	font-weight:bold;
	color:#C6E0F0;
}
#MenuBar>ul li a:hover, #FooterMenu>ul li a:hover {
	text-decoration: underline;
}
#MenuBar>ul li ul{
	display:block;
	float:left;
	position: relative;
	background-color: #223366;
	display: none;
	z-index: 3;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#MenuBar>ul li:hover ul {
	display:block;
	position:absolute;
	padding:0px;
	margin:0px;
}
#MenuBar>ul li ul li {
	display:block;
	margin:0px;
	text-align:left;
	float:left;
	width:120px;
	background-color: none;
}
#MenuBar>ul li ul li a {
	color: rgb(198,224,240);
	margin: 5px 8px;
	line-height: 18px;
	font-size: 0.9em;
	width: 100px;
}
#MenuBar>ul li:hover div {
	position: absolute;
	background-image: url(Graphics/IssueLayout-12.png);
	width: 120px;
	height: 5px;
	bottom: -5px;
	z-index: 4;
}
/* ------------- 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-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;
}
.post-title {
	font-size: 1.3em;
}
#content {
	font-style: normal;
}
#content em {
	font-style: italic;
}
h2,h3 {
        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; */
}
h2 {
    font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
}
h3 {
	font-size: 1.2 em;
	font-weight: normal;
	font-style: italic;
}
h4 { 
	font-weight: bold;
}
/* ------------- 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;
}
