/*
Theme Name: entropicalisle
Theme URI: http://entropicalisle.com/
Description: Theme dissection example
Version: 1.0
Author: JT Spangler
Author URI: http://entropicalisle.com/
*/

*{ padding: 0; margin: 0;}

img
{padding: 5px;
}

body
{
  font-family: 'Book Antiqua', 'Lucida Sans Unicode', 'Garamond', Verdana, Sans-Serif;
  font-size: 76%; background-color:#999999;
  line-height: 1.4em;
}
hr{display:none;}

#content{ width: 64%; float: left; background-color:white;border: 5px solid #003399; margin-bottom: 20px;}
#sidebar{color: black; font-family: Technic, 'Lucida Sans Unicode', arial, georgia,; font-weight: normal; font-size: 1.1em; width: 23%; margin-left: 75%; border: 3px solid #003399; background-color: white;}
#sidebar ul{ list-style: none; margin-bottom:0px;}
#sidebar ul h2{ font-family: Technic,  Arial; font-size: 1.2em; padding: 4px; margin-bottom: 5px;}
#sidebar ul ul{ margin-left: 20px;}
#sidebar a{ text-decoration: none; color: #000033;}
#sidebar a:hover{ color: #FF00FF; text-decoration: underline;}
#footer{ clear: both; padding:10px; margin-top:20px; }
#headerimg
{
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  
  text-align: center;
  width: 62%;
  height: 6.5em;

  background: URL(/entropicalisle.jpg);
  background-repeat:no-repeat;
  background-position:center;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white;
  border: 3px solid #003399;
}
#header a{ text-decoration: none; color: #CD7042;}
#header h1{ font-size: 3em;}

#wrapper
{
  margin: 0 auto;
  width: 700px;

  width:expression(document.body.clientWidth < 605 ? "600px" : "62%" );
}

div>#wrapper

{
  margin: 0 auto;
  min-width: 400px;
  width: 62%;
}

#footer
{
  margin: 2em auto;
  clear: both;
  text-align: center;

  width: 62%;
  height: 3em;
  color: black;
  border: 3px solid #003399;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: white;
}


#footer p{margin:none;}

#searchform #s{ width: 50%; background-color: white;}
#searchform{ text-align: center;}

.post
{
  color: black;
  padding-left: 8px;
  font-size: 1.2em;
  margin: 20px;
 
}

.post p{line-height: 1.3em; margin-bottom: 1em;}

h2{font-size: 1.6em; line-height: 1.1em; border-bottom: 2px solid #0066CC;}

h2 a:hover{text-decoration: none; color: #0066CC;}
h2 a:visited{text-decoration: none; color: #0066CC;} 
h2 a{text-decoration: none; color: #0066CC;}

.entry{ margin-top: 10px; margin-bottom: 10px;}

.postmetadata{ padding: 2px; font-size: 0.8em; border-top: 1px solid #0066CC;}

.postmetadata a{ color: #9999CC;}

blockquote{ margin: 1em 1em; padding: 1em 1em 0 1em;  border: 1px dashed;
  background: #CCCCCC;}

.post li{ margin-left: 20px;}

.post ul{ list-style-image: url(images/listitem.png); list-style-type: bullet; margin-bottom: 10px;}

acronym, abbr, span.caps{ cursor: help;}

acronym, abbr{ border-bottom: 1px dashed #999;}

blockquote cite{ margin: 5px 0 0; display: block;}

.center{ text-align: center;}

a img{ border: none;}
 
h3{ margin-top: 1.5em; font-size: 1.4em;}

h4{ margin-top: 1.2em; font-size: 1.2em;}

h5{ margin-top: 1em; font-size: 1em;}


?* gallery2 plugin styles */

.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;
}

.post a{ color: #CC3300;}
.post a:hover{ color: #CC3300;}
.post a:visited{ color: #CC3300;}

.page_item {margin-bottom: 0px;}
.current_page_item {margin-bottom: 0px;}
.one-image { text-align: center; }
.one-image h3 {font-family: Technic, Arial; font-size: 1.2em; padding: 4px; margin-bottom: 5px; border-bottom: 1px solid #0066CC;}

#wp_quotes
{
        text-align: left;
	margin: 5px;
        margin-bottom: 0px;
        font-family: 'Book Antiqua', 'Garamond', 'Lucida Sans',  Verdana, Sans-Serif;
        
}
	
#wp_quotes div.wp_quotes_quote
{
}
	
#wp_quotes div.wp_quotes_author
{
	text-align:right;
	font-style: italic;
	margin-top: 5px;
        margin-bottom: -5px;
}
