/*
Theme Name: sather
Theme URI: http://www.elliotsather.com/
Description: Theme for elliotsather.com
Version: 1.0
Author: Elliot Sather
Author URI: http://www.elliotsather.com/
*/



/*  -----|  Globals  |------------------------------------------------------  */

*
{
  padding: 0;
  margin: 0;
}

body
{
  font-family: ‘Trebuchet MS’, Arial, Verdana, Sans-Serif;
  font-size: 76%;
  background-color: #161410;
  color: #9c9890;
}

hr {
   background-color: #22201d;
   border: 1px solid #363430;
   height: 10px;
   margin: 10px auto;
   width: 820px;
}

input, textarea {
	margin-top: 4px;
	margin-bottom: 4px;
	color: #9c9890;
	font-size: 11px; 
	text-decoration: none; 
	background-color: #161410; 
	border: 1px solid #363430;
	padding: 2px;
	}
	
blockquote
{
  margin: .5em 1em;
  padding: .5em 1em;
  border-bottom: 1px solid #363430;
  background: #1b1814   scroll top left;
}

	blockquote cite
	{
	  margin: 5px 0 0;
	  display: block;
	}

/*  -----|  Images  |-------------------------------------------------------  */

img {border:1px solid #363430}
img.right { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.left { padding: 4px; margin: 0 7px 2px 0; display: inline; }
img.centered { display: block; margin-left: auto; margin-right: auto; }

a:hover img { border:solid #cccccc 1px; }
p img { padding: 0; max-width: 100%; }

	
/*  -----|  Structure  |----------------------------------------------------  */

#page
{
} 

 #wrapper
{
  width: 820px;
  margin: 0 auto;
  overflow: hidden;
} 

#header
{
  margin-bottom: 10px;
  padding: 5px;
  background-color: #22201d;
  border: 1px solid #363430;
  margin: 10px auto;
  width: 810px;
}

	#headerimg
	{
	  font-size: 1.0em;
	  width: 820px;
	  margin: 0 auto;
	  height: 3em;
	  color: 9c9890;
	}

	#header a

	{
	  text-decoration: none;
	  color: orange;
	}

	#header h1

	{
	  font-size: 2em;
	}
	
	#headernav
	{
	  font-size: 1.0em;
	  width: 820px;
	  margin: 0 auto;
	  margin-bottom: 10px;
	  height: 1em;
	  color: 9c9890;	
	}

	#headernav a:hover
	{
	  text-decoration: underline;
	}

 #content
{
  width: 600px;
  float: left;
} 


#sidebar
{
  width: 200px;
  float:right;
  background-color: #161410;
  color: #999;
  border: 1px solid #363430;
}

#archives
{
  height: 300px;
  overflow: auto;
}

	#sidebar ul h2
	{
	  background-color: #22201d;
	  border-bottom: none;
	  font-size: 1.2em;
	  font-weight: normal;
	  padding: 2px;
	  margin-bottom: 5px;
	}

	#sidebar ul
	{
	  list-style: none;
	  margin-bottom: 10px;

	}

	#sidebar ul ul
	{
	  list-style-image: url(images/bullet.gif);
	  list-style-type: circle;
	  margin-left: 20px;
	}

	#sidebar ul ul ul
	{
	  margin-bottom: 0;
	}

	#sidebar a
	{
	  text-decoration: none;
	  color: #cccccc;
	}

	#sidebar a:hover
	{
	  text-decoration: underline;
	}

 .navigation
{
  display: block;
  margin-top: 10px;
  margin-bottom: 40px;
}

 #searchform
{
  text-align: center;
}

	#searchform #s
	{
	  width: 50%;
	}

 #footer
{
  width: 830px;
  height: 4em;
  margin: 0 auto 10px;
  text-align: center;
  color: #9c9890;
  padding-top: 10px;
  padding-bottom: 10px;
}

/*  -----|  Post Structure  |-----------------------------------------------  */

 .post
{
  margin-bottom: 20px;
  color: #9c9890;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #363430;
  font-size: 1.1em;
}

	 .post p
	{
	  line-height: 1.4em;
	  margin-bottom: 1em;
	}

	.post li
	{
	  margin-left: 20px;
	}

	.post ul
	{

	  list-style-image: url(images/listitem.png);
	  list-style-type: bullet;
	  margin-bottom: 10px;
	}
	
	.post a
	{
	  color: #bd492a;
	}
	
	.post img
	{
	float: left;
	clear: left;
	margin: 4px;
	}
	
.entry
{
  margin-top: 10px;
  margin-bottom: 15px;
}

.postmetadata
{
  padding: 2px;
  font-size: 0.8em;
  border-top: 1px solid #363430;
}

	.postmetadata a
	{
	  text-decoration: none;
	  color: #cccccc;
	}

	.postmetadata a:hover
	{
	  text-decoration: underline;
	}


 .entrytext .postmetadata
{
  font-size: 1.1em;
  background-color: #FDE5C3;
  width: 600px;
  margin: 2em auto 3.5em auto;
  border: 1px dotted #e9b17b;
  padding: 5px;
  padding-left: 45px;
  background: #FDE5C3 scroll top left;
}

/*  -----|  Comments Structure  |-------------------------------------------  */

#commentform textarea {
	width:600px;
	margin:4 auto;
	border: 1px solid #363430;
	background-color: #161410;
	color: #9c9890;
	font-size: 11px;
	text-decoration: none;
}

ol.commentlist
{
  width: 600px;
  margin: 0 auto;
}

	ol.commentlist li
	{
	  margin-bottom: 1.0em;
	  border: 1px solid #343430;
	  padding: 5px;
	  background: #1b1814;
	}

	ol.commentlist li.alt
	{
	  background-color: #000000;
	}

	ol.commentlist a
	{
	  color: #bd492a;
	}
	
small.commentmetadata
{

  font-size: 0.8em;
  margin-bottom: 1em;
  display: block;
}

/*  -----|  Typography  |---------------------------------------------------  */

h2
{
  font-size: 1.6em;
  color: #bd492a;
  border-bottom: 1px solid #363430;
  
}

h2 a:hover, h2 a:visited, h2 a
{
  text-decoration: none;
  color: #bd492a;
}

h3
{
  /*margin-top: 1.5em;*/
  font-size: 1em;
  border-bottom: 1px solid #363430;

}

h4
{
  margin-top: 1.2em;
  font-size: 1.2em;
}

h5
{
  margin-top: 1em;
  font-size: 1em;
}

a
{
  text-decoration: none;
  color: #cccccc;
}

a:hover
{
  text-decoration: underline;
}

/*  -----|  Miscellaneous  |------------------------------------------------  */

.center
{
  text-align: center;
}
 
.alignleft
{
  float: left;
  text-align: left;
  width: 50%;
}

.alignright
{
  float: right;
  text-align: right;
  width: 50%;
}

.right { float: right; }

.left { float: left; }

 .pagetitle
{
  color: #888888;
} 


/*  -----|  WPG2 Images  |----------------------------------------------------  */

.g2image_normal
{
	margin: 4px;
}

.g2image_float_left
{
	float: left;
	clear: left;
	margin: 4px;
}

.g2image_float_right
{
	float: right;
	clear: right;
	margin: 4px;
}

.g2image_centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

 .g2_blogimage {
   float: left; <-- Photos will be left aligned, you can also change this to right aligned as well.
   margin-right: 5px; 
   margin-top: 5px; 
   margin-bottom: 5px;
 }

 div.one-image {
        display:inline;
 }