/*
THEME NAME: PooterGeek
THEME URI: http://www.pootergeek.com/
DESCRIPTION: updated version of PooterGeek 4.5 theme, using Sandbox 1.6 and YAML 3.0.6
TAGS: PooterGeek, Damian Counsell, counsell.com, YAML, widgets, sandbox, microformats, hcard, hatom, xoxo
VERSION: 5.0
AUTHOR: <a href="http://www.counsell.com/">Damian Counsell</a>
AUTHOR URI: http://www.counsell.com/
*/

/* two-column, right sidebar */
@import url('css/my_layout.css');


body
  { 
    color: #333322;
    background: #9999cc;
    background-image: url(images/vertfade.jpg);
    background-repeat: repeat-x;  }

#page_margins
  { 
    width: 950px;
    background: #ffffff;
    border-left: 1px solid #9999cc;
    border-right: 1px solid #9999cc;
  }
#page
  { 
    width: 950px;
    background: #ffffff;
  }
#access
  { 
    background: #eeeeff;
    width: 950px;
  }
#header
  {
    width: 950px;
    height: 120px;
    background: #ffffff no-repeat url('./images/PG_banner.jpg');
    padding: 0 0 0 0;
  }
#nav-above
  { 
    display: none;
  }
#col1
  { 
    border-right: 1px solid #ccccff;
  }
#col1_content
  { 
    margin: 0 1.0em 0 1.0em;
    padding: 0.4em 0 0 0;
    text-align: justify;
  }
#col2_content
  {
    margin: 0 0.8em 0 -0.8em;
    padding: 0 0 0 0;
  }
#col3_content
  { 
    margin: 0 0 0 0;
    padding: 0.4em 0.4em 0 0;
  }
#colophon
  { 
    margin: 0 0.6em 0 1.0em;
    padding: 0.4em 0 0 0;
  }
#header #blog-title, #header #blog-description
  { 
    display: none;
  }

#searchform
  { 
    padding: 0px 10px 10px 0px;
  }
#s
{ 
   width: 140px;
 }
.navigation, .entry-meta
  {
    padding: 4px 0px 16px 0px;
    line-height: 1.6em;
    color: #444455;
    font-style: italic;
    font-size: smaller;
  }
.comment-meta
  {
    line-height: 1.6em;
    color: #333322;
    font-style: italic;
    font-size: smaller;
  }
.edit-link
  {
    padding: 4px 0px 16px 0px;
    font-style: italic;
  }
#footer
  {
    height: 5.5em;
    line-height: 3.0em;
    text-align: center;
    background: #eeeeff;
  }


/* FONTS */

/* set global font size as fraction of 16px */
body, #submit, input, .form-input, textarea
  {
    font-size: 100%;
    font-family: Georgia, Garamond, Palatino, Times, 'Times New Roman';
  }
p
  {
    margin-top: 0.4em;
    margin-bottom: 0.6em;
  }
.form-submit, #formcontainer
  { 
    margin-top: 0.4em;
    margin-bottom: 1.0em;
  }
abbr
  { 
    border: none;
  }
.entry-date, .edit-link
  { 
    line-height: 1.4em;
    margin-bottom: 0.4em;
  }
.entry-content, #commentform
  { 
    line-height: 1.5em;
    margin-bottom: 0.4em;
  }
.note
  { 
    color: #333322;
    font-style: italic;
    font-size: smaller;    
  }
.warning
  { 
    color: #774444;
    font-style: italic;
    font-size: smaller;    
  }
.note cite, .warning cite
  { 
    font-weight: bold;
  }


/* headings */
h2
  {
    font-family: Georgia, Garamond, Palatino, Times, 'Times New Roman';
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.2em;
    letter-spacing: 0px;
    text-decoration: none;
    color: #643265;
    padding: 2px 1px 1px 0px;
  }

h3
  {
    font-family: Georgia, Garamond, Palatino, Times, 'Times New Roman';
    font-size: 1.4em;
    line-height: 1.0em;
    letter-spacing: 0px;
    text-decoration: none;
    font-weight: bold;
    color: #643265;
    padding: 2px 1px 1px 0px;
  }

h4
  {
    font-family: Georgia, Garamond, Palatino, Times, 'Times New Roman';
    font-size: 1.1em;
    line-height: 1.0em;
    font-variant: small-caps;
    letter-spacing: 0px;
    text-decoration: none;
    font-weight: bold;
    color: #643265;
    padding: 2px 1px 1px 0px;
  }

h2 a, h3 a, h4 a
  { 
    color: #643265;
    text-decoration: none;
  }
h2 a:visited, h3 a:visited, h4 a:visited
  {
    color: #555577;
    text-decoration: none;
  }
h2 a:hover, h3 a:hover, h4 a:hover
  {
    color: #9999ff;
    text-decoration: overline;
  }

.entry-content h3
  { 
    color: #333322;
  }

.entry-content h4
  { 
    color: #333322;
    text-decoration: none;
    border: none;
  }

.caption
  {
    margin-top: 0;
    font-style: italic;
    font-size: 0.6em;
    text-align: center;
  }

blockquote
  { 
    font-style: italic;
    padding-left: 10px;
    margin-top: 0.4em;
    margin-bottom: 0.6em;
    border-left: 1px #9999cc solid;  
  }

.quoted
  { 
    text-align: right;
  }

/* sidebar lists */

.xoxo ul, .xoxo li
  {
    list-style: none;
    background: none;
    margin-left: 0px;
    line-height: 1.4em;
  }


/* LINKS */

a
  {
    color: #7777bb;
    text-decoration: none;
  }
a:visited
  {
    color: #996699;
    text-decoration: none;
  }
a:hover
  {
    color: #9999ff;
    text-decoration: none;
  }
#theme-link
  {
    color: black;
    text-align: right;
  }


/* Begin Images */
p img {
        margin: 0;
	padding: 0;
	max-width: 100%;
	}

.imgcaption {
        font-style: italic;
	text-align: center;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}



/* End Images */


#menubar ul {
        background: #eeeeff;
	list-style: none;
	margin: 0;
	padding: 0;
        line-height: 1.9em;
	}
	
#menubar li {
        background: #eeeeff;
	border-right: 1px solid #ccccff;
	float: left;
	margin: 0;
	padding: 0;
        line-height: 1.9em;
	}
	
#menubar a {
	color: #643265;
	padding: 0.15em 1.0em;
	text-decoration: none;
	}
	
#menubar a:hover {
	color: #330033;
        text-decoration: overline;
	}

