/*
THEME NAME: AnAuthor World
THEME URI: http://anauthorworld.com
DESCRIPTION: Theme designed for AnAuthorWorld.com - based on Thematic.
VERSION: 0.8
AUTHOR: Stephen Davis
AUTHOR URI: http://www.xenondesignstudios.com/
TAGS: maroon, three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post
.
Thematic is copyright Ian Stewart http://themeshaper.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset browser defaults */
@import url('library/styles/reset.css');

/* Apply basic typography styles */
@import url('library/styles/typography.css');

/* Apply a basic layout */
@import url('library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('library/styles/images.css');

/* Apply default theme styles and colors */
@import url('library/styles/default.css');

/* Prepare theme for plugins */
@import url('library/styles/plugins.css');


/* -------------------------------------------------------------- 
   
   Default styles for Images
   
   I've duplicated these styles here from images.css in
   order to get Thematic through the auto-checker at the
   official WordPress Themes directory.
   
   When the directory can hunt though css files linked
   through @import the styles below will no longer be
   neccesary and will be removed.
   
   Cheers. --Ian Stewart
  
-------------------------------------------------------------- */   

.entry-content img {
    margin: 0 0 18px 0;
    max-width:100%;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}



/* -------------------------------------------------------------- 
   Begin Main Styles
   -------------------------------------------------------------- */

#wrapper {
   width: 960px;
   margin: 20px auto;
   position: relative;
/*   background-color: #FF0000;*/
}

/** @group header */

#header {
   width: 960px;
   background: transparent url('header-images/default.jpg') top left no-repeat;
}

/*#home #header { background: transparent url('images/bg_header_home.jpg') top left no-repeat; }*/

#header #branding {
   position: relative;
   width: 960px;
   height: 300px;
   padding: 0;
/*   background: #333;*/
}

#header #branding a {
   display: block;
   width: 318px;
   height: 270px;
   position: absolute;
   top: 16px;
   right: 58px;
   background: transparent url('images/logo.png') top right no-repeat;
   z-index: 20;
   text-indent: -10000px;
}

#header #branding #blog-description { display: none; }

#header #access {
   background-color: #980013;
   height: auto;
   width: 1000px;
   margin-left: -20px;
   margin-right: -20px;
   border: 0;
}

#header #access .menu {
   width: 960px;
   height: 38px;
/*   border: 1px solid #000;*/
}

#header #access .menu ul { border-right: none; }

#header #access .menu ul li {
/*   background-color: #980013;*/
}

#header #access .menu ul li a, #header #access .menu ul li a:visited {
   background-color: #980013;
   border: none;
   padding: 10px 26px;
   font-size: 1.4em;
   text-decoration: none;
/*   width: 100px;*/
   color: #FFF;
}

#header #access .menu ul li a:hover, #header #access .menu ul li a:active { background-color: #000066; }

#header #paper {
   background: #FFF url('images/bg_paper.jpg') top right no-repeat;
   z-index: 0;
   position: absolute;
   top: 0;
   right: 0;
   width: 433px;
   height: 320px;
   padding-left:22px;
}

   #home #header #paper { height: 578px; }
   
   #home #header #paper #teachers {
      background-color: #980013;
      width: 292px;
      margin: 362px auto 0;
      padding: 8px 20px;
/*      z-index: 10000;*/
   }
   
   #home #header #paper #teachers img { padding: 0 14px 0; }
   #home #header #paper #teachers ul {
      margin: 0;
      list-style: none;
      padding-left: 24px;
   }
   #home #header #paper #teachers ul a, #home #header #paper #teachers ul a:visited {
      color: #FFF;
      text-decoration: none;
   }
   #home #header #paper #teachers ul a:active, #home #header #paper #teachers ul a:hover { text-decoration: underline; }

/* @end header **/

#main { padding: 46px 0 32px; }

#main #container { border-left: 1px solid #CCC; }

#main #container #content {
   width: auto;
   margin-left: 20px;
}

   #home #main #container #content { width: 470px; }

#main #primary {}
   
   #home #main #primary { margin-top: 216px; }

#footer { margin-top: 0; }

.main-aside { right: 0; }


.formBuilderForm div.formBuilderSelect {
   clear:both;
   margin:0;
   padding:0;
}
.formBuilderForm .formBuilderLabelRequired { width: auto !important; }

div.formBuilderError { color: #C00; }

/*.formBuilderForm input {
   width: 200px;
}*/


