/*
Theme Name: EDUSI v2
Theme URI: http://wordpress.org/
Description: The second theme developed for EducatorsAndSelfInjury.com
Version: 2.0
Author: Anne Dorko
Author URI: http://www.annedorko.com/
Tags: custom

	EDUSI v2
	 http://educatorsandselfinjury.com

	This theme was designed and built by Anne Dorko,
	whose blog you will find at http://www.annedorko.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* Defaults */
* {
  margin: 0;
  padding: 0;
}
a {
  color: #D88503;
}
  a:hover {
    color: #5F5F5F;
  }
a img {
  outline: none;
  border: none;
}
/* Layout */

#page {
  width: 860px;
  margin: 0 auto;
}
#header {
  height: 101px;
  margin: 0 0 60px 0;
}
  #header .hide {
    display: none;
  }
  #header .logo a {
    display: block;
    height: 101px;
  }
#main {
  overflow: hidden;
}
#sidebar {
  float: right;
  width: 240px;
}
  #sidebar h3 {
    height: 18px;
    margin: 10px 0;
	font-size: 1.5em;
  }
    #sidebar #linkcat-3 h3 span, #sidebar h3.sections span {
      display: none;
    }
  #sidebar ol {
    margin: 0 0 0 35px;
  }
    #sidebar ol a {
      display: block;
      padding: 5px;
      margin: 0 0 5px 0;
    }
  #sidebar ul {
    margin: 8px 0;
  }
    #sidebar ul li {
      margin: 0 0 8px 0;
    }
  #sidebar .download {
    padding: 15px 0;
  }
#content {
  width: 580px;
  padding-right: 40px;
}
  #content h2 {
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
  }
  #content h3 {
    padding: 0 0 10px 0;
  }
  #content p, #content ol, #content ul {
    padding: 0 0 15px 0;
  }
  #content ol, #content ul {
    margin: 0 0 0 25px;
  }
  #content li {
    padding: 0 0 8px 0;
  }
  #content .more a {
    display: block;
    padding: 10px 20px;
  }
#footer {
  margin: 50px 0;
  padding: 45px 0 0 0;
}
/* Styles */
body {
  background: url('images/bg.repeat.png') repeat-x;
  /*font-family: Georgia, 'Times New Romans', Times, serif;*/
  font: 17px/150% Lora, Georgia, Times, serif;
}
#header {
  background: url('images/bg.header.png') no-repeat;
}
#sidebar {
  
}
  #sidebar h3.sections {
    background: url('images/sidebar.sections.png') no-repeat;
  }
  #sidebar .widget_links h3.widgettitle {
    background: url('images/sidebar.resources.png') no-repeat;
  }
  #sidebar ol {
    font-size: 14pt;
    color: #A5A5A5;
    list-style: decimal-leading-zero;
  }
    #sidebar ol a {
      background: #000;
      color: #FFF;
      text-decoration: none;
    }
    #sidebar ol a:hover {
      font-style: italic;
    }
    #sidebar ol li.current {
      color: #000;
    }
    #sidebar ol li.current a {
      background: none;
      color: #000;
      font-style: italic;
    }
  #sidebar ul {
    font-size: 10pt;
    list-style: none;
  }
    #sidebar li {
      
    }
#content {
  
}
  #content h2 {
	font: 2em 'Abril Fatface';
    border-bottom: 1px solid #C7C7C7;
  }
  #content h3 {
    font: 1.6em 'Abril Fatface';
    color: #222;
  }
  #content p, #content ol, #content ul {
    color: #5B5B5A;
  }
  #content p em {
	  font-size: 1.1em;
	  color: #494949;
  }
  #content .more a {
    color: #FFF;
    background: #D88503;
    text-align: right;
    text-decoration: none;
  }
  #content .more a:hover {
    background: #5F5F5F;
  }
#footer {
  background: url('images/bg.footer.png') no-repeat;
  text-align: center;
}
  #footer p {
    color: #555;
    font-size: 10pt;
    line-height: 16pt;
  }