/* bookoven main.css */

/* colour palette
background: #eeead9
coffee: #c9be95
dark brown: #4e3022
light brown: #725547
green links: #295d0a
green arrows: #93c014
light green: #bfd472
white: #fff
light blue: #b3dcfb
blue links: #026bbb, 026bbb
dark grey: #434242
dark dark grey: #242424
dark chocolate: #3a1d07

*/


body {
  background: #3a1d07; 
  margin: 0;
  padding: 0;
  font-family: georgia, times, "times new roman", serif;
  font-size: 14px;
  text-align: center;
  color: #4e3022;
}

a {
  color: #325c6f;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:focus { outline: none; text-decoration: underline; }

div { margin: 0; padding:0;}

img { border: 0; }

input, select, label, textarea {
  font-family: georgia, times, "times new roman", serif;
  vertical-align: middle;
  font-size: 14px;
}
  



/*************************
/* D E S I G N   G R I D
*************************/

/* content is a guide for putting everything in a 900px box that's centered across different "rows" of divs */
.content {
  width: 900px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

.col-wrapper {
  clear: both;
  overflow: auto;
}

/* a two-third (left side) vs one-third (right side) grid, you need one of each (ratio is not exactly 2/3 + 1/3) */

.col-two-thirds {
	margin: 0;
	padding: 0 30px 0 0;
	width: 507px; 
	min-height: 500px; 
	float: left;
	border-right: 1px solid #b7b29e;
}

.col-one-third {
  margin: 0;
  padding: 0;
  width: 313px;
  min-height: 500px;
  float: right;
}

.col-three-quarter {
  margin: 0;
  padding: 0 0 0 0;
  width: 700px; 
  min-height: 500px; 
  float: left;
}

.col-one-quarter {
  margin: 0;
  padding: 0;
  width: 160px;
  min-height: 500px;
  float: right;
}  


/* Need less width for content-box.
   Generaly used with background-color classes */
.col-one-quarter.content-box { width: 130px; }

.no-right-border { border-right: none; }

/* boxes of content within boxes - useful for content with background color */
.content .content-box {
  padding: 5px 15px 15px 15px;
	min-height: 110px;
	position: relative;
}

.content .no-min-height,
.content .col-two-thirds.no-min-height,
.content .col-one-third.no-min-height { min-height: inherit; }
       

                         
/* background colors for content area */
.blue { background-color: #b3dcfb; }
.dark-blue { background-color: #2d6ccb; }
.beige { background-color: #e4dec8; }
.dark-beige { background-color: #d7ceac; }
.green { background-color: #466c19; }
.red { background-color: red; }
   

.content .col-two-thirds.blue {
	background: #dee8ea url('/media/images/backgrounds/bg_col_two_thirds_blue.jpg') bottom left repeat-x;
	-moz-border-radius: 6px;
      -webkit-border-radius: 6px;
	border: 1px solid #dcd4b1;
	border-top: 0px;
}
.content .col-two-thirds.brown {
	background: #e9e2ce url('/media/images/backgrounds/bg_col_two_thirds_brown.jpg') bottom left repeat-x;
	-moz-border-radius: 6px;
      -webkit-border-radius: 6px;
	border: 1px solid #dcd4b1;
	border-top: 0px;
}
.content .col-one-third.grey{
	background: url('/media/images/backgrounds/bg_col_one_third_grey.jpg') bottom left no-repeat;
	margin-bottom: 20px;
}
.content .text {
  line-height: 1.5em;
}

.img-wrapper {
  text-align: center;
}

img.illustration {
  border: 5px solid #fff;
  margin: 10px auto;
}

table.figure {
  border: 5px solid #fff;  
  margin: 10px auto;
  padding: 10px;
}
  
/* misc */
.hide { visibility: hidden; display: none; }
.no-visible { visibility: hidden; } /* fallback for some issue with Webkit and jQuery html injections with display: none */
.show { display: block; }
.clear { clear: both; }
.force-wrap { overflow: hidden;}
.cookie-hideable { display: none; }
.diff {
	text-decoration: none;
	background: #e2f4a6;
}    
del.diff {
	text-decoration: none;
	background: red;
	color: #fff;
}    

img.avatar { border: 3px solid #fff; }
     
a.tool-tip {
	border-bottom: 1px dotted #026bbb;
	cursor: help;
}

a.tool-tip:hover { text-decoration: none;}                              

/* definition lists */
dl.table,
dl.drop-down {
  margin: 5px 0;
	font-size: 0.9em;
	
}
dl.chapter {
	border-right: 1px solid #999;
	float: left;
	width: 250px;
	padding-right: 10px;
}
dl.table dt {
  float: left;
  width: 130px;
  clear: left;
  padding: 4px 0;
}
dl.chapter dt{
	width: 100px;
}
dl.table dd {
  margin-left: 80px;
  padding: 4px 0;
	color: #4d585d;
}

dl.table dd select,
dl.table dd input {
	margin-top: 0px;
	font-size: .9em;
	padding: 0;
}


dl.drop-down dt {
  font-weight: bold;
  font-size: .85em;
  margin-bottom: 0 0 2px 0;
}

dl.drop-down dd {
  margin: 0 0 4px 0;
}         


/* blockquotes and pre */
pre,
blockquote {
	margin: 10px 40px;
	padding: 0;
	font-size: .9em;
}     
        
blockquote.code {
	font-family: courier, monospace;
} 
 
/* seperator */
hr {          
	clear: both;
	color: #fff;
	background-color: #fff;
	height: 1px;
	border: 0;
	margin: 10px auto;
	width: 900px;
} 

hr.no-display { background-color: transparent; color: none; width: auto; }

span.block {
	display: block;
	width: 100%;
}

/* lists */
ol, ul {
	margin: 0;
	padding: 0 0 0 17px;
}  

ol li, ul li {
	margin: 0 0 4px 0;
	padding: 0;
}
  
/* floats */
.alignLeft { float: left; }
.alignRight { float: right; }

/* spacings */
.marginTop 			{ margin-top: 10px; }
.marginBottom 	{ margin-bottom: 10px; }
.marginLeft 		{ margin-left: 10px; }
.marginRight 		{ margin-right: 10px; }                                            
.resetMargin 		{ margin: 0;}


/* temporary class */
.col-narrow-center {
  margin: 0 auto;
  padding-top: 5px;
  width: 540px;
}


/***********************
/* Title
************************/

  
#main .content h2 {
  margin: 35px 0 5px 0; 
  padding: 2px 0;
  font-weight: normal;
  font-size: 2em;
  color: #4e3022;
  overflow: hidden;
	position: relative;
}


h3 { 
  font-size: 1.4em;
  font-weight: normal;
  color: #4e3022;
	margin: 15px 0 5px 0;
}

.content-box h3 {
  margin: -5px -15px 10px -15px;
  padding: 7px 10px 7px 15px;
  background: transparent url(/media/images/backgrounds/header_login_bg.png) repeat top left;
  border-bottom-width: 1px;
  border-bottom-style: solid;  
	position: relative;
	font-size: 1.1em;
	clear: both;
}                                              
.content-box h3.secondary { margin-top: 25px; }
.content-box.blue h3 { 
	background-color: #c7ecff;
	height: 35px;
	line-height: 30px;
	padding: 10px 10px 7px 15px;
	margin: -5px -15px 0px -15px;
	color: #4b595f;
	border: 0px;
	font-size: 1.29em;
	border-color: #8cc4Ed;
	-moz-border-radius-topleft: 5px;
      -moz-border-radius-topright: 5px;
      -webkit-border-top-left-radius: 5px;
      -webkit-border-top-right-radius: 5px; }
.content-box.blue h3.secondary {
}
.content-box.brown h3 {
	background-color: #d5ccb5;
	height: 35px;
	line-height: 30px;
	padding: 7px 10px 5px 15px;
	margin: -5px -15px 0px -15px;
	color: #605342;
	border: 0px;
	font-size: 1.29em;
	border-color: #8cc4Ed;
	-moz-border-radius-topleft: 5px;
      -moz-border-radius-topright: 5px;
      -webkit-border-top-left-radius: 5px;
      -webkit-border-top-right-radius: 5px;
}
.content-box.grey h3 { 
	background: url('/media/images/backgrounds/col_one_third_grey_header.jpg') top left no-repeat;
	height: 25px;
	line-height: 30px;
	padding: 8px 10px 7px 15px;
	margin: -5px -15px 0px -15px;
	color: #4b595f;
	border: 0px;
	font-size: 1.14em;
	border-color: #8cc4Ed; }
.content-box.beige h3,
.content-box.dark-beige h3 { border-color: #bdb192;  }
    
h3.section {
  border-bottom: 2px solid #d7ceac;    
}  

#main .content .text h3 {
	margin: 25px 0 0 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #d7ceac;
}

h4 { 
	margin: 15px 0 5px 0;
}




/***********************
/* HEADER, login area 
************************/


#header {
 background: url('/media/images/backgrounds/splash_header.jpg') top left repeat-x #eeead9;
 height: 131px;	 
  width: 100%;
	overflow: hidden;
}


  #header .content {
    	height: 131px;
		padding: 0px;
		position: relative;
		background: url('/media/images/backgrounds/splash_login_bg.png') top right no-repeat;	}    
  
  
  /* removing highlight from header in bitesize edit page */
/*	body.bitesize #header .content { background: none; } */
	 

			
  #header .content #branding {
    padding: 35px 0;
    height: 62px;
    position: relative;
		z-index: 0;
  }

	#header .content #branding h1 a {                                                
		width: 185px;
		height: 95px;
		display: block;
		margin-top: -15px;
		font-size: 0.9em;
		color: #4e3022;
		font-weight: normal;		
	}
	
	
	/* default logo */
	body.bitesize #header .content #branding h1 a,
	body.gutenberg #header .content #branding h1 a {
		margin-top: -15px;
		width: 185px;
		height: 95px;		
	}
	

  #header .content #branding .by,
	#header .content #branding .tagline {
    margin: 0;
  }

  #header .content #branding h1 {
	margin: 0px 0px 0px 20px;	
  }

  #header .content #branding .tagline {
    width: 142px;
    height: 32px;                            
    position: absolute;
    top: 55px;
    left: 250px;
    font-style: italic;
  }    

	body.gutenberg #header .content #branding .tagline { 
		width: 182px;
    height: 52px;                            
    top: 40px;
		left: 250px;
	}

  #header #utility {
    width: 345px;
    padding: 0px 63px;    
    position: absolute;
    top: 0px;
    right: 0px;
  }

  body.logged-in #header #utility {
    padding: 0 20px;
  }

    #header #utility ul.menu {
      margin: 5px 0;
      padding: 0;
      width: auto;
      list-style: none;
      overflow: hidden;

    }

    body.logged-in #header #utility ul.menu {
      text-align:right;
      float: right; 
    }
  
      #header #utility ul.menu li {
        margin: 0;
        padding: 0 5px;
        display: inline;
        font-size: 0.9em;
      }


/* logged in state */
body.logged-in #header #utility #user-mgmt {
  overflow: hidden;
}

	body.logged-in #header #utility #user-mgmt #greeting {
	  margin: 30px 0 0 0;
	  padding: 0;
	  text-align: right;
	  font-size: 1.3em;
	  color: #4e3022;
	}

	body.logged-in #header #utility #user-mgmt ul.menu {
	  font-size: 1.2em;
	}
	

/***************************************************************
	#login-box
	Used in many context, must stay here for overiding classes below
****************************************************************/
.content .login-box-container {
	background: #e4dec8;
	height: 120px;
	padding: 15px 10px;
}

.content form#login-box {
	margin: 12px 15px 0 50px;
	padding: 8px 5px;
	width: 310px;
	position: relative;
	color: #4e3022; 
}

.content  form#login-box .form-item {
	padding: 0 0 10px 0;
}

.content  #login-box .form-item input.form-input {
	width: 185px;
	position: absolute;
	left: 7.5em;
	font-size: 1.1em;
	border: 1px solid #ddd7bc;
	margin-top: -2px;
}

.content #login-box .form-item input#login-button {
	background: url("/media/images/buttons/blue-submit-bg.gif") center left no-repeat;
	font-size: 0.9em;
	padding: 3px 5px 5px 5px;
	position: relative;
	left: 140px;
	color: white;
	text-indent: 5px;
	border: none;
}

.content #login-box .call-to-actions {
	float: right;
	text-align: right;
	margin-right: 13px;
}  

.content #login-box .call-to-actions p {
	margin: 3px 0 0 0;
	padding: 0;
	position: relative;
}

.content #login-box #remember-me {
	float: left;
}

.content #login-box #remember-me #id_remember_me {
	margin: 3px 0px;
	background: none;
	border: 0;
}


/************************************************************
	Custom site headers in different contexts
*************************************************************/
	
/* ==== splash page ==== */
body.splash #header{
	background: #edead9;
	margin-top: 30px;
	margin-bottom: -20px;
	
}

body.splash #header .content { 
	background: url(/media/images/backgrounds/header-landing-line.gif) no-repeat bottom center;
	height: 186px;
}

	body.splash #header .content #branding h1 a {                                                
		width: 100%;
		height: 115px;
		margin-top: -15px;
		text-align: center;
/*		background: url(/media/images/logos/bookoven-splash-alpha.png) no-repeat center center;*/
	}
	
	body.splash #header .content #branding .tagline { display: none; }
	
body.splash .content .login-box-container { margin-top: 38px; }
body.splash #main .content .login-box-container .call-to-actions { margin-top: 0; }

	
body.splash #main .content .col-two-thirds,
body.splash #main .content .col-one-third {
	min-height: 360px;
}
	
	
/* ==== project gutenberg header and misc ==== */
body.gutenberg-landing #header .content,
body.gutenberg-landing #header .content { background: none; }

body.gutenberg-landing #header {
	background: #eeead9;
  width: 100%; 
	height: 137px;
	padding-bottom: 50px;
}   

	#header.gutenberg-header .content #branding {
		background: url(/media/images/gutenberg/gutenberg-header-landing.gif) no-repeat;
		width: 530px;
		height: 165px;
		position: relative;
	}
	
		#header.gutenberg-header .content #branding h1 {
			margin: 18px 0 0 15px;
		}
	
		body.gutenberg-landing #header.gutenberg-header .content #branding .tagline {                            
/*			background: url("/media/images/gutenberg/gutenberg-tagline.png") top left no-repeat;  */
			width: 182px;
	    height: 52px;                            
	    top: 20px;
			left: 270px;
			display: block;  
		}                                                           
		
		#header.gutenberg-header .content #branding .stats {
			color: #b62a12;
			position: absolute;
			top: 96px;
			left: 260px;
		}

	#header.gutenberg-header .content #utility { 
		padding: 0;
		background: #e4dec8;                                   
		width: 340px; 
		height: 137px;		
	}                                          
	
		#header.gutenberg-header .content #utility #login-box {
			margin: 10px 0 0 28px;
			padding: 8px 5px;
			width: 273px;
		} 
		
		#header.gutenberg-header .content #utility #login-box input.form-input {
			width: 160px;
		}
     
		#header.gutenberg-header .content #utility #login-box .call-to-actions {
			margin-right: 0;
		}


/* project gutenberg button */
#header .content div#join-gutenberg {
	display: block;
	position: absolute;
	bottom: 0;
	right: 10px;
	height: 44px;         
}

	#header .content div#join-gutenberg a {
		text-indent: -10000px;
		display: block;
		width: 203px;
		height: 44px;
		background-image: url(/media/images/gutenberg/btn-join-gutenberg.png);
		background-repeat: no-repeat;                                         
		background-position: 0 15px;
	}
	
	#header .content #join-gutenberg a:hover { background-position: 0 0; }
	
	/* landing footer stats */
	#main .content .gutenberg-project-stats {
		margin-right: 30px;
		width: 40%;
	}


/************************************************************
/*  MAIN-MENU, logged-in-state only
 ************************************************************/

#main-menu {
  background: #4f3826 url(/media/images/backgrounds/nav_bg.gif) repeat-x top left;
  margin: 0;
  padding: 0;  
  color: #f6f2e2;
  overflow: hidden;
	height: 46px;
	
}

  #main-menu ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    background: url(/media/images/backgrounds/nav_seperator.gif) repeat-y 0 0;
    overflow: hidden;
  }

    #main-menu ul.menu li {
      float: left;
      background: url(/media/images/backgrounds/nav_seperator.gif) repeat-y top right;
    }

      #main-menu ul.menu li a {
        color: #b3dcfd;  
        display: block;
        margin: 0 2px 0 0;
        padding: 16px 12px 13px 12px;
        text-decoration: none;        
      }
      
      #main-menu ul.menu li.first a { margin-left: 2px; }

      #main-menu ul.menu li a:hover,
      #main-menu ul.menu li a:focus {
        color: #fff;
        background: #4e3022;
      }

	#main-menu form#search {
		float: right;
		padding: 12px 10px 0 0;
		font-size: .9em;
	}     
	  
		#main-menu form#search input.keywords {
			border: none; 
			padding: 3px 5px;
		}
	
		#main-menu form#search input.submit {
			border: none;
			height: 23px;
			margin: 0;
			background: #b3dcfd;
			cursor: pointer;    
			line-height: 1;
			border-radius: 3px;			
			-moz-border-radius: 3px;
      -webkit-border-radius: 3px;
		}  
		
		#main-menu form#search input.submit:hover { background: #c9e8fe; }                         

	/* active nav via body class */
	body.dashboard #main-menu ul.menu li.dashboard a  { color: #fff; background: #4e3022; }
	body.projects #main-menu ul.menu li.projects a    { color: #fff; background: #4e3022; }  
	body.people #main-menu ul.menu li.people a	{ color: #fff; background: #4e3022; }  
	body.bitesize #main-menu ul.menu li.bitesize a    { color: #fff; background: #4e3022; }
  


/**********
* M A I N *
**********/
#main  {
  background: #eeead9;
  margin: 0;
  padding: 0 0 50px 0;
  width: 100%;
  overflow: hidden;  
}

#main .content .heading-block {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	background: url('/media/images/backgrounds/splash_heading_block.jpg') top left no-repeat;
	}

 #main .content .heading-block h2{
	padding: 10px 0px 15px 15px;
	margin-top: 0px;
		color: #685249;
		font-size: 1.29em;	}

#main .content .heading-block div {
  padding: 0 0 12px 0;
}

#main .content .heading-block a {
  color: #295d0a;
}

body.logged-in #main .content .heading-block {
/*  background: #b3dcfb; */
/*  margin: 10px 0 0 0;*/
} 
          
/* breadcrumb */
#main .content ul#breadcrumb {
	list-style: none;
	padding-left: 15px;
	padding-bottom: 5px;           
	font-size: .9em; 
	margin: 10px 0;
}

	#main .content ul#breadcrumb li { 
		display: inline;
	}
 
	#main .content ul#breadcrumb li:before {
		content: " » ";
	}

	#main .content ul#breadcrumb li.first:before { content: none; }


#main .content .instructions .help {
  text-align: right;
}

#main .content .instructions,
#main .content .flash {
  margin: 10px 0;
  padding: 10px 10px 6px 10px;
  color: #4e3022;
  background: #fff;  
  border: 2px solid #E5DAA4;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#main .content .instructions p,
#main .content .flash p {
  margin: 0 0 4px 0;
  font-size: .9em;
}

#main .content .instructions a.close {
  display: block;
  text-indent: -10000px;
  width: 15px;
  height: 15px;
  background: url(/media/images/buttons/btn-close-icon.gif);
  float: right;
}


#main .content .error-block {
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
}


#main .content .error-block .errorlist,
#main .content .errorlist {
/*    color: #c00;*/
    display: inline;
}

#main .content .error-block ul.errorlist,
#main .content .errorlist ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
  
#main .content .error-block ul.errorlist li,
#main .content .errorlist ul li {
  padding: 3px 0;
  font-size: .8em;
  color: #c00;  
}

#main .content .valid-field { color: green; }
#main .content .non-valid-field { color: #c00; }
  

#main .content img.book-cover {
	float: right;
	margin: 0 0 10px 10px;
}

/* Special Notices / Warnings */

.notice-block {
	background: url('/media/images/general/vertical_seperator_one_col.png') bottom center no-repeat;
	overflow: hidden;
}

.notice-block p{
	background-color: #fbfbfb;
	border: 1px solid #f7f7f5;
	border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	padding: 10px;
	font-family: "Lucida Sans";
	font-size: 12px;
	color: #333;
	line-height: 16px;
	vertical-align: baseline;
}
	.notice-block img {
		margin-right: 5px;
		vertical-align: top;
	}


/* Meat Market needed skills */

#main .content form#skills-needed{
	margin-left: 10px;
}

#main .content form#skills-needed label {
	width: 120px;
	display: inline-block;
	margin-bottom: 5px;
}

	#main .content form#skills-needed textarea {
		width: 290px;
	}

/* Browse By Skill */

#main .content .by-contacts {
	margin-top: 0px;	}


#main .content div#filter-by-role p, #main .content div#filter-by-role.people p{
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#main .content div#filter-by-role.people {
	margin-bottom: 10px;
}
#main .content div#select-skills {
	display: none;	}
	
	div#select-skills input[type=checkbox]{
		margin-top: 5px;
		margin-bottom: 0px;
	}
	
	div#select-skills label { 
		display: inline-block;
		font-size: 1em;
		margin-bottom: 0px;
		width: 100px; }
		
		div#select-skills div.for-hire{
			margin: 20px 0px 30px 0px;
		}
			div#select-skills div.for-hire label {
				width: 300px;
			}

/*  bite-size edit */

div.create_project {
	margin-top: 5px;
	float: right;
}
	div.create_project form input[type=submit] {
	}
	div.create_project.call-to-actions .primary {
		background-image: url('/media/images/backgrounds/bg-buttons-light.gif') !important;
		border: 1px solid #fff !important;
	}
#main .content #bitesize-header {
	position: relative;
}  

	#main .content #bitesize-header #gutenberg-stats {
		background: #fff url(/media/images/gutenberg/gutenberg-stats-left-corners.png) no-repeat top left;
		width: 450px;
		position: absolute;
		top: -25px;
		right: 0;
		color: #bc070a;
	}
	
		#main .content #bitesize-header #gutenberg-stats h3 {
			text-indent: -10000px;
			width: 113px;
			height: 57px;
			background: url(/media/images/gutenberg/gutenberg-stats-title.png);
			float: right;
			margin: 0;
		} 
		
		#main .content #bitesize-header #gutenberg-stats p {
			padding: 17px 0 0 15px;
			margin: 0;      
			font-size: 1.3em;
		}
	
	div#bitesize-header h2 {
		margin-bottom: 0px !important;
	}
		div.author {
			margin-right: 0px;
			padding-right: 0px;
		}
			div.author div.from_where{
				width: 470px;
				margin-top: 10px;
				float: left;
			}
		div#snippets_count,
		div#event_logo {
			float: right;
		}
		div#event_logo{
			padding-left: 20px;
			margin-right: 0px;
			height: 40px;
		}
			div#snippets_count p,
			div#event_logo p{
				margin: 0px;
				font-size: 1.1em;
			}
			div#snippets_count {
				width: 220px;
				margin: 10px 0px 0px 20px;
				text-align: right;
			}
			div#snippets_count p {
				margin: 0px;
				padding: 0px;
		    		color: #7b6d60;
			}
			
  #main .content div.col-three-quarter.bse-edit{
	min-height: 0px;
}
  #main .content form#edit-chunk {
    margin: 0;
    padding: 0;
  }

    #main .content form#edit-chunk div#edit-zone {
      border-top: 1px solid #b9aa9b;
      border-bottom: 1px solid #b9aa9b;
      clear: both; 
    }  
  
    #main .content form#edit-chunk div#edit-zone .pre-post-chunk {
      line-height: 1.5em;
      color: #454545;
      margin: 5px 0 0 7px;
      padding: 0 10px;
      clear: both;
    }
    

    #main .content form#edit-chunk div#edit-zone textarea.chunk {
        background: transparent;
        margin: 0px;
        padding: 15px;
        background: #fff;
        border: 1px solid #999;
        width: 667px;
        font-size: 1.4em;
        min-height: 40px; /* suitable for 2 lines of text - autoHeight is controlled with javascript */ 
    }
    
/*    #main .content form#edit-chunk div#edit-zone textarea.chunk:hover,
    #main .content form#edit-chunk div#edit-zone textarea.chunk:focus {
      background: #fff;
      border: 1px solid #999;      
    }*/

    #main .content form#edit-chunk #passive-action {
      float: left;
    }

    #main .content form#edit-chunk #passive-action input {
      margin: 0;
    }    
    
    #main .content form#edit-chunk #active-action {
      float: right;
    }

    #main .content form#edit-chunk #same-author {
      text-align: left;
      margin: 15px 0 0 0;
    }

/* general tabs */  
ul.utility-tabs {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0px;
  font-size: .85em;
  height: 27px;
}

  ul.utility-tabs li {
    margin: 0 2px 0 0;
    padding: 0;   
    float: left;
  }

    ul.utility-tabs li a {
      padding: 7px 8px 7px 8px;   
      display: block;
      background: #725547 url(/media/images/backgrounds/bg-tabs-off.gif) repeat-x bottom left;
      color: #fff;       
      -moz-border-radius-topleft: 5px;
      -moz-border-radius-topright: 5px;
      -webkit-border-top-left-radius: 5px;
      -webkit-border-top-right-radius: 5px;
    }       
    
    ul.utility-tabs li a:hover {
      text-decoration: none;
			background: #493b37; 
    }

    ul.utility-tabs li.active a,
    ul.utility-tabs li.ui-state-active a {
      background: #b3ddfb;
      color: #725547;
      padding-top: 10px;
      margin-top: -3px;        
      text-decoration: none;
    }
    
    /* wrapper for tabs content */
    .utility-tabs-content {
      background: #b3ddfb;
      border-top: none;
      min-height: 120px;
      padding: 20px 10px;
      margin-bottom: 20px;
    }   

		#simplemodal-container .utility-tabs-content {
			overflow: auto;
			clear: both;
			height: 300px;
		}

		.utility-tabs-content.full-width { width: 880px; }
        
		/* list in tabs content */
		#main .content .utility-tabs-content ul {
		  list-style: none;
		  margin: 0 0 20px 0;
		  padding: 0;       
		  font-size: .9em;   
		  border-top: 1px solid #fff;		
		}        

			#main .content .utility-tabs-content ul li {
			  padding: 10px 0 10px 0px;
			  border-bottom: 1px solid #fff;
			}

    
    /* jQuery UI tabs style */
		.ui-tabs-hide { 
			position: absolute;
		  left: -10000px;
		}


/* Bookview layout (used for chapter view)
*************************************************************/
body#bookview {
	padding: 0;
	margin: 0;
	background-color: #f0ead2;
}


	body#bookview .content {
		padding: 0;
		width: 1015px;
		position: relative;
		background: transparent;
	}


	body#bookview #main {
		padding-bottom: 0;
		width: auto;
	}

	body#bookview #header {	
		background: none;
		padding: 0;
		margin: 0;		
		text-align: center;
		overflow: visible;	
		display: none;
	}

		body#bookview #header .content {
			padding-bottom: 10px;
			border-bottom: 1px solid #cabdb7;		
			width: 610px;
		}

	body#bookview #header h3 { 
		margin: 15px 0 10px 0;
		padding: 0;
		text-align: center;
		font-size: 3em;
		font-weight: normal;
		color: #3d220f;
	}
	
	body#bookview #header h4 { 
		margin: 0;
		padding: 0 0;
		text-align: center;
		font-size: 0.9em;
		font-weight: normal;		
		font-style: italic;
	}

	.drawers {
		float: right;
		width: 160px;
		margin-left: 0px;	
		font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
		font-size: 12px;
	}
	
	.drawers ol.chapters-list {
		list-style-position: inside;
		border-top: 1px dotted #EEEAD9;
		margin: 0px 0px 0px 0px;
		padding: 5px 0 5px 0;
		display: none;
		background: url('/media/images/general/vertical-separator-chapter-menu.png') bottom center no-repeat;
	}
	
	.drawers ol.chapters-list li {
		margin-bottom: 5px;
		margin-left: 20px;
		padding: 0 0 5px 0;
		border-bottom: 1px dotted #EEEAD9;
	}
	.drawers  #filter-reviewers {
		margin: 10px 0px 0px 15px;
		display: none;
	}
		.drawers p {
			padding-bottom: 13px;
			margin-top: 0px;
			margin-bottom: 3px;
			background: url('/media/images/general/vertical-separator-chapter-menu.png') bottom center no-repeat;
			overflow: hidden;
		}
		.drawers p, .drawers p a {
			color: #6e6e65;
		}
		.drawers p a{
			margin-left: 10px;
			margin-top: 5px;
			display: block;
		}
			.drawers p a img {
				vertical-align: top;
				margin-right: 5px;
			}
	#bookview-header{
		text-align: center;
		margin: 0 180px;
	}
	
		#bookview-header.single-page h3 {
			font-size: 30px;
			color: #6e6e65;
			margin-top: 5px;
			padding-bottom: 25px;
			background: url('/media/images/general/vertical-separator-chapter.png') bottom center no-repeat;
		}
		#bookview-header.single-page h4 {
			margin-bottom: 5px;
			margin-top: 5px;
			font-weight: normal;
		}
		#bookview-header.single-page h4.author {
			color: #6e6e65;
			font-size: 14px;
			margin: 15px 0px;
		}
	#content .right { left: 656px;}
	#content .left {	left: -175px; }

	#content .drawer { 
		padding: 10px;
		width: 110px;
		overflow: hidden;
		background: #dcd6b6;
		height: auto;
		margin-bottom: 10px;
	}

		#content .drawer h5.handle {
			display: block;
			background: #b8b089;
			padding: 5px;
			margin: -10px;
			margin-bottom: 10px;
			cursor: pointer;
			position: relative;
			font-size: 0.85em;
		}
		
		#content .drawer.closed h5.handle { margin-bottom: 0px; }
		
		#content .drawer h5.handle a {
			position: absolute;
			top: 5px;
			right: 3px;
		}

		#content .drawer.closed { height: 0px; padding-bottom: 13px; }
		
		#content .drawer.closed span.close { display: none; }
		#content .drawer.opened span.close { display: block; }
		#content .drawer.closed span.open { display: block; }
		#content .drawer.opened span.open { display: none; }

		#content .drawer.closed ul {
			display: none;
		}


	#header #bookview-annotations select {
		margin: 10px 0 0 0;
		width: 100%;
		font-size: .9em;
	}
	
	#header #bookview-chapters ul.chapters-list {
		list-style: none;
		border-top: 1px dotted #EEEAD9;
		margin: 0;
		padding: 5px 0 0 0;
	}
	
	#header #bookview-chapters ul.chapters-list li {
		margin-bottom: 5px;
		margin-left: 0;
		padding: 0 0 5px 0;
		border-bottom: 1px dotted #EEEAD9;
	}
	
	#bookview #chapter-contents p.paragraph-hover-menu{
		background: #FFF;
		display: none;
		position: absolute;
		left: 47px;
		width: 123px;
		margin-top: 0px;
		-moz-border-radius: 5px;
	    -webkit-border-radius: 5px;
		-moz-border-radius-topright: 0px;
	    -moz-border-radius-bottomright: 0px;
		-webkit-border-top-right-radius: 0px;
		-webkit-border-bottom-right-radius: 0px;
		border-radius: 5px;
		padding: 10px;
		padding-bottom: 15px;
		text-align: right;
		border: 1px solid #d1ceb8;
		border-right: none;
		overflow: hidden;
		font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
		font-size: 12px;
	}

		p.paragraph-hover-menu a {
			color: #6e6e65;
			margin: 5px 0px 0px 0px;
			padding-right: 0px;
			display: none;
		}
		p.paragraph-hover-menu a img {
				vertical-align: top;
				margin-left: 5px;
		}			
			


/* main area */
body#bookview #main { background: transparent; }

#chapter-contents, #bookview-paragraphs.multi-page {
	background-color: #FFF;
	width: 650px;
	font-size: 16px;
	padding: 30px 0px 10px 0px;
	color: #4d4d4d;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #d1ceb8;
	margin-bottom: 30px;
	margin-left: 190px;
}
#bookview-paragraphs.single-page, #bookview-paragraphs.multi-page{
	padding: 30px;
	width: 590px;
}


	#chapter-contents p {
	}
	#bookview #chapter-contents .commentable{
		padding: 0px 30px;
		min-height: 20px;
	}
	#bookview #chapter-contents div p {
		margin-right: 0px;
		padding-right: 0px;
	}
	
	#bookview #chapter-contents p.annotations {
		border-left: 5px solid #fbf2a1;
		display: none;
		margin: 5px 5px 30px 5px;
		padding: 0 10px;
		font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
		font-size: 12px;
	}
		#bookview #chapter-contents p.annotations p {
			margin: 5px;
			padding: 2px 0px 8px 0px;
			border-bottom: 1px solid #dbdbd0;
			color: #6e6e65;
			font-size: 12px;
			overflow: hidden;
			
		}
		#bookview #chapter-contents p.annotations p.add-your-own{
			border-bottom: none;
			margin-bottom: 0px;
			padding-bottom: 0px;
		}
		#bookview #chapter-contents p.annotations p span.date{
			color: #a4a4a4;
			font-size: 10px;
		}
		#bookview #chapter-contents p.annotations p span.actions{
			display: block;
			overflow: hidden;
		}
		
			#bookview #chapter-contents p.annotations p span.actions a{
				margin-top: 10px;
				margin-bottom: 5px;
				float: right;
			}
			
#bookview #project-comments {
	margin-left: 190px;
	width: 620px;
}
#bookview ul.comments-list li {
	width: 500px;
}

#bookview-text {
	padding: 0;	
	margin: 0;
	position: relative;
	height: auto;
	position: relative;		
}

	#bookview-text #chapter-with-page-number {
		text-align: center;
		padding: 0 0 25px 0;
		font-size: 1.5em;
		font-weight: normal;
	}
	

#bookview-paragraphs {
	overflow: hidden;
	position: relative;
	font-size: 1.2em;
}

#bookview-paragraphs #paragraphs-to-scroll {
	width: 50000px;
}

#bookview-paragraphs #paragraphs-to-scroll div.col {
	float: left;
}

#bookview-paragraphs p.commentable,
#bookview-paragraphs h1.commentable,
#bookview-paragraphs h2.commentable,
#bookview-paragraphs h3.commentable,
#bookview-paragraphs h4.commentable,
#bookview-paragraphs h5.commentable,
#bookview-paragraphs h6.commentable {
	margin-top: 0;
	margin-bottom: 20px;
	padding: 0;
}
#bookview-paragraphs p, #bookview-paragraphs p.commentable{
	margin-right: 30px;
}

#bookview-paragraphs.hide-comments p.commentable,
#bookview-paragraphs.hide-comments h1.commentable,
#bookview-paragraphs.hide-comments h2.commentable,
#bookview-paragraphs.hide-comments h3.commentable,
#bookview-paragraphs.hide-comments h4.commentable,
#bookview-paragraphs.hide-comments h5.commentable,
#bookview-paragraphs.hide-comments h6.commentable {
	min-height: inherit;
	margin-bottom: 15px;
}

#bookview-paragraphs blockquote,
#bookview-paragraphs ol,
#bookview-paragraphs ul {
  width: 550px;
	margin-left: 55px;
	margin-right: 79px;
	margin-bottom: 20px;
}

#bookview-paragraphs blockquote .commentable:hover { cursor: inherit; } /* trick, blockquote comes with P but are not-commentable */

#bookview-paragraphs .commentable.active {
	background: #fff;
}


#bookview-paragraphs .commentable span.comments-bubble {
	font-family: Helvetica, arial, sans-serif;
	position: absolute;
	display: block;
	background: url(/media/images/buttons/chapters-comments-bg.png) no-repeat top left;
	left: 0px;
	top: 0px;
	width: 39px;
	height: 15px;
	font-size: 10px;
	line-height: 1;
	padding: 5px 20px 15px 0px;
	color: #3b393c;
	text-align: center;
	opacity: 0.35;
}

#bookview-paragraphs .commentable span.comments-bubble.with-comments { opacity: 1; }

/* hide all comments trigger */
#bookview-paragraphs.hide-comments span.comments-bubble { display: none; }

/* paragraph hover effects */
#bookview-paragraphs .commentable:hover { cursor: pointer; }
#bookview-paragraphs .commentable:hover span.comments-bubble { opacity: 1; }

#bookview-paragraphs .comments_disabled:hover { cursor:default;	}
#bookview-paragraphs .comments_disabled span.comments-bubble{ background-image: none;}
#bookview-paragraphs .comments_disabled:hover span.comments-bubble { 
	opacity: 0.35;
	cursor: default;}

#bookview-paragraphs .commentable a.edit-p {
	position: absolute;
	display: none;
	left: 0px;
	top: 28px;
	width: 28px;
	font-size: 10px;
	color: #fff;
	text-align: right;
	color: #026bbb;
	font-weight: bold;
}

/* display edit link on :hover only */
#bookview-paragraphs .commentable:hover a.edit-p { display: block; }

/* in hide comment mode, don't display edit link */
#bookview-paragraphs.hide-comments .commentable a.edit-p { display: none; }


/* chapters navigation in chapter view */
#chapter-nav {
	font-size: .75em;
	margin: 0;
	margin-left: 190px;
	height: 0;
	text-align: center;
	position: absolute;
	left: -120px;
	width: 892px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}           

	#chapter-nav a {
		display: block;
		cursor: pointer;
		font-weight: normal;
		font-size: 16px;
		text-shadow: #000 0px 1px 2px;
		color: #fff;
		position: absolute;
		top: -275px;
		background: #b8b089;
		border: 1px solid #8a804d;
		width: 100px;
		padding-top: 15px;
		padding-bottom: 15px;
	}	
		#chapter-nav a.previous{
			border-right: 0px;
		}
		#chapter-nav a.next {
			border-left: 0px;
		}
		#chapter-nav a img {
			vertical-align: top;
			margin-top: 5px;
		}
	
	#chapter-nav a:hover {
		background: #52759b;
	}
	
	#chapter-nav a.previous { 
		left: 0;
		text-align: right;
		padding-right: 20px;
		-moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
	}	
	                            
	#chapter-nav a.next { 
		text-align: left;
		right: 0;
		padding-left: 20px;		
		-moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
	}
	
	#chapter-nav .page-number { font-weight: bold; }
	
	

   
#edit-paragraph {
	position: absolute;
	top: 75px;
	width: 535px;
	z-index: 10001;
  background-color:#fff;
  border:5px solid #e5daa4;
  text-align: left;
  padding: 0 15px 15px 15px;  
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}



/* Simple list (projects, chapters) */
#main .content ul.simple-list {
  list-style: none;
  padding: 0;   
	margin: 0;  
	width: 100%;
	border-top: 1px solid #8cc4ed;          	
}            

#main .content .content-box ul.simple-list { margin: -2px -15px 10px -15px; border-top: none; }

  #main .content ul.simple-list li {
    margin: 0 1px 0px 1px;
    padding: 3px 0 15px 15px;
		background: url('/media/images/general/projects_vertical_seperator.png') bottom center no-repeat; 
		position: relative;
  }

                 
  #main .content ul.simple-list.ui-sortable li {
    padding-left: 20px;
	padding-right: 20px;
	width: 494px;
  }

  #main .content ul.simple-list.ui-sortable li:hover,
	#main .content ul.simple-list.ui-sortable li.hover {
    cursor: move;
    background-color: #ebf1f2;
  }
  
	#main .content ul.simple-list li div.chapter-summary {
		overflow: auto;
	}
		#main .content ul.simple-list li div.chapter-summary .hide {
		}
		#main .content ul.simple-list li div.chapter-summary div.actions {
			text-align: right;
			margin: 5px 0px;
			padding: 5px 0px;
			float: right;
			width: 230px;
			font-size: 0.9em;
		}
			#main .content ul.simple-list li div.chapter-summary div.actions a {
				clear: both;
				display: block;
				margin-bottom: 4px;
			}
			#main .content ul.simple-list li div.chapter-summary div.actions div.submits{
				overflow: auto;
			}
			
			#main .content ul.simple-list li div.chapter-summary div.actions div.submits a.hide{
				display: none;
			}
  #main .content ul.simple-list li div.chapter_comments {
	background-color: #f1f6f6;
	padding: 10px;
	}
	
	#main .content ul.simple-list div.chapter_comments ul.comments-list {
		margin: 5px;
		width: 420px;
	}
		#main .content ul.simple-list div.chapter_comments ul.comments-list li {
			background-image: none;
			border-bottom: 1px solid #dae3e4;
			margin-bottom: 15px;
			width: 420px;
		}
			#main .content ul.simple-list div.chapter_comments ul.comments-list li img.avatar{
				margin-left: -20px;
				margin-right: 20px;
			}
			
			#main .content ul.simple-list div.chapter_comments ul.comments-list li p.comment-content {
				background-color: #e1edef;
				overflow: auto;
			}
  #main .content ul.simple-list li.ui-sortable-helper {
    border: 1px dashed #8cc4ed;
  }	
  
    #main .content ul.simple-list li h4 {
      font-size: 1.2em;
      font-weight: normal;
      margin: 8px 0 0 0;    
    }
      
		#main .content ul.simple-list li h4 a { color: #295d0a; }
		#main .content ul.simple-list li h4 span:hover { background-color: #fff; }
		
	#main .content ul.simple-list li p.chapter-authors {
		font-style: italic;
		margin-top: 5px;
		font-size: 0.86em;
		color: #4f5a5e;
	}

    #main .content ul.simple-list li dl {
      font-size: .9em;
      margin: 5px 0 0 0;      
    }

		#main .content ul.simple-list li p {
			margin-right: 10px;
		}

		#main .content ul.simple-list li .edit-actions {
			width: 80px;
			position: absolute;
			left: -90px;
			text-align: right;
			background: #ebf1f2 url(/media/images/icons/drag_icon.gif) no-repeat 5px 5px;
			display: none;
			padding: 5px 10px 5px 0;
			border: 1px solid #e5dfc5;
			border-right: 0px;
			-moz-border-radius-bottomleft: 5px;
      -moz-border-radius-topleft: 5px;
      -webkit-border-bottom-left-radius: 5px;
      -webkit-border-top-left-radius: 5px;
		}
		
		/* hover and drag state */		
		#main .content ul.simple-list li:hover .edit-actions { display: inline; }
		#main .content ul.simple-list li:hover.ui-sortable-helper .edit-actions { display: none; }
		
			#main .content ul.simple-list li .edit-actions a {
				font-size: .9em;
				display: block;
				margin: 5px 0;
				color: #295d0a;
			}
			
			#main .content ul.simple-list li .edit-actions a.delete { color: red; }
		
/* pagination */
.pagination {
	padding: 15px 0;
	color: #725547;
	text-align: center;
}


/*********************
 Review Notes
*********************/
#main .content .review-notes {
	background: url('/media/images/general/projects_vertical_seperator.png') top center no-repeat;
	padding-bottom: 0px;
}
	#main .content .review-notes form.comment-form {
		width: 477px;
	}
	#main .content .review-notes .call-to-actions {
		margin-bottom: 0px;
	}
		#main .content .review-notes form.comment-form .form-item-textarea textarea {
		    padding: 4px;
		    margin-left: 0px;
		    width: 470px;
		  }
div#bse_review_notes,
div#review-note {
	float: left;
	border-radius: 5px;
	width: 275px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #e4dec8;
	padding: 10px 20px;
	margin: 30px 10px 10px 10px;
	min-height: 0px;
}		
		
div#bse_review_notes {
	width: 303px;
}
	div#bse_review_notes textarea {
		width: 293px;
		height: 50px;
	}
	
#main .content #project-comments {
	margin-top: 40px;
}


/*********
  Editor Messages
*********/
div#editor-messages{}

	div#editor-messages div{
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		background-color: #eeead9;
		padding: 10px 20px;
		margin: 10px;
	}
		div#editor-messages div p {
			margin: 5px;
		}

/* browse books */
ul#browse-books {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #d0c8b8;	
}

	ul#browse-books li {
		border-bottom: 1px solid #d0c8b8;
		padding: 14px 14px 14px 155px;
		margin: 0;
		min-height: 150px;
		position: relative;
	}

	ul#browse-books li.odd { background: #ded4ba; }
	
		ul#browse-books li img.book-cover {
			position: absolute;
			top: 14px;
			left: 14px;
			float: none;
		}
		
		ul#browse-books li h3 {
			margin: 0 0 4px 0;
		}
		
			ul#browse-books li h3 img.new-book {
				margin: 0 0 -8px 7px;
			}
		
		ul#browse-books li p.authors {
			margin: 0;
			font-size: .85em;
		}
		
		ul#browse-books li p.book-description {
			margin: 15px 0 10px 0;
			width: 70%;
			font-size: 1.2em;
		}
		
		ul#browse-books li p.tags {
/*			position: absolute;
			bottom: 0;
			left: 140px;*/
		}		
		
		ul#browse-books li p.tags form {
/*			display: inline;*/
			margin: 5px 0 0 0;
			padding: 0;
		}
		
		ul#browse-books li p.tags form input {
			font-size: .85em;
			width: 320px;
			padding: 4px;
		}
		
		ul#browse-books li p.tags form button {
			margin: 0;
			font-size: .85em;			
		}
		
		ul#browse-books li p.tags form p {
			margin: 3px 0;
		}
		
		ul#browse-books li .book-actions {
			position: absolute;
			top: 14px;
			right: 14px;
			text-align: right;
		}
		

		
			ul#browse-books li .book-actions p.book-views {
				font-size: .9em;
				margin: -10px 3px 0 0;
			}
			
			

/* browse people */
ul#browse-people {
	clear: both;
	list-style: none;
	margin: 20px 0 0 0;
	display: block;
	padding: 0;
	border-top: 1px solid #d0c8b8;	
}

	ul#browse-people li {
		border-bottom: 1px solid #d0c8b8;
		padding: 14px 14px 14px 135px;
		margin: 0;
		min-height: 150px;
		position: relative;
	}

	ul#browse-people li.odd { background: #ded4ba; }
	
		ul#browse-people li img.avatar {
			position: absolute;
			top: 14px;
			left: 14px;
			float: none;
		}
		
		ul#browse-people li h3 {
			margin: 0 0 4px 0;
		}
			ul#browse-people li h3 em {
				font-size: 0.65em;
			}
		
			ul#browse-people li h3 img.new-book {
				margin: 0 0 -8px 7px;
			}
		
		ul#browse-people li p.authors {
			margin: 0;
			font-size: .85em;
		}
		
		ul#browse-people li p.book-description {
			margin: 15px 0 10px 0;
			width: 70%;
			font-size: 1.2em;
		}
		
		ul#browse-people li p.tags {
/*			position: absolute;
			bottom: 0;
			left: 140px;*/
		}		
		
		ul#browse-people li p.tags form {
/*			display: inline;*/
			margin: 5px 0 0 0;
			padding: 0;
		}
		
		ul#browse-people li p.tags form input {
			font-size: .85em;
			width: 320px;
			padding: 4px;
		}
		
		ul#browse-people li p.tags form button {
			margin: 0;
			font-size: .85em;			
		}
		
		ul#browse-people li p.tags form p {
			margin: 3px 0;
		}
		
		ul#browse-people li .people-actions {
			position: absolute;
			top: 14px;
			right: 14px;
			text-align: right;
		}
		

		
			ul#browse-people li .people-actions p.book-views {
				font-size: .9em;
				margin: -10px 3px 0 0;
			}

/* project public view */
	
	body.public-view #main .content div.commentable {
		font-size: 0.85em;
		margin-bottom: 7px;
		margin-top: 7px;
	}
	
	body.public-view #main .content ul.simple-list li {
		padding-bottom: 25px;
	}
		
	body.public-view #main .content ul.simple-list li dl { 
		margin-top: 15px;
		width: 300px;
/*		float: left;*/
		padding: 4px 5px;
	}
	
	body.public-view #main .content ul.simple-list .call-to-actions { float: right;}



/* List for steps (chapters navigation) */
#main .content ul.steps-list {
  list-style: none;
  padding: 0;   
	margin: 10px -15px;  
}

	#main .content ul.steps-list li {
		padding: 4px 0 4px 15px;
		margin: 0;              
	}

	#main .content ul.steps-list li.active {
		background: url(/media/images/backgrounds/steps-list-arrow.gif) no-repeat left center;
		font-weight: bold;
	}            
     

/* bitesize percent */
#main .content .bite-size-percent {
  background: transparent url("/media/images/backgrounds/bg-bitesize-percent.png") top right no-repeat;
	height: 56px;        
	width: 167px;
  padding: 7px 0 0 0px;
  color: #242424;
  text-decoration: none;
  margin: 10px 0;
} 
#main .content ul.simple-list li.in_bitesize h4 {
	margin-right: 167px;
}
#main .content ul.simple-list li .bite-size-percent {
	position: absolute;
	top: 2px;
	right: 10px;
}
  
	#main .content .bite-size-percent p {
		margin: 0 0 0 20px; 		
		font-size: .9em;
		position: relative;
	} 
	

/* bitesize reviews */	
#main .content #bitesize-review-filtering {
	width: 870px;
}

#main .content #bitesize-review-filtering ul {
	list-style: none;
	padding: 0;
	margin: 10px 0 0 0;
	height: 1.2em;
}                                        

	#main .content #bitesize-review-filtering ul li {
		float: left;
		padding: 0 10px 0 10px;
		margin: 0 0 0 0;
		border-right: 1px solid #edeade;
	}
	
	#main .content #bitesize-review-filtering ul li.first { 
		padding: 2px 15px 0 0;
		font-weight: bold;
	}
	
	#main .content #bitesize-review-filtering ul li.last {
		border: 0;
	}
	
		#main .content #bitesize-review-filtering ul li strong,
		#main .content #bitesize-review-filtering ul li a {
			display: block;
			padding: 2px 8px;
			font-weight: normal;
		}
		
		#main .content #bitesize-review-filtering li strong {
			background: #026BBB;
			color: #fff;
	    border-radius: 3px;
	    -moz-border-radius: 3px;
	    -webkit-border-radius: 3px;
		}
	

     
/* Comments list */
ul.comments-list {
  list-style: none;
  padding: 0;
  margin: -10px -15px 0 -15px;      
}  

	#simplemodal-container ul.comments-list {
		border-top: 1px solid #fff;      
		margin: 0 0 15px 0;
		width: 495px;
	}
	
	.col-one-third ul.comments-list { width: 340px; }

  ul.comments-list li {
    margin: 0;
    padding: 10px 0 15px 80px;
    border-bottom: 1px solid #bdb192;      
    min-height: 60px;
		width: 402px;
    clear: both;
  }

	.col-one-third.edit-paragraph ul.comments-list li {
		width: 230px;
		overflow: auto;
	}

	#simplemodal-container ul.comments-list li { border-color: #fff; }	
	.col-one-third ul.comments-list li { width: 260px;	}
  
  ul.comments-list li img.avatar {
    float: left;
    margin: 0 0 0 -65px;	
  }  
  
  ul.comments-list li p { margin: 0 20px 10px 0; }

	/* mini call to action in comments */
	ul.comments-list li .actions { height: 15px;}

	ul.comments-list li.acted-on {  }
	ul.comments-list li.acted-on a.act-on { display: none; }
	p.acted-on a.act-on{display: none;}

/* */
ul#contacts-list {
  list-style: none;
  padding: 0;
  margin-top: 10px;
} 

  ul#contacts-list li {
    margin: 0 10px 10px 0;
    width: 75px;
    height: 75px;
    float: left;  
    font-size: .9em;
    text-align: center;         
  }

ul#contacts-list.list-all li{ 
	margin: 0 10px 30px 0; 
	width: 105px; 
	height: 105px; 
	float: left;   
	font-size: .9em; 
	text-align: center; 
} 

  ul#contacts-list li img.avatar {
    border: 2px solid #dbd8cb;
  }                    
  
  ul#contacts-list li .team-member-infos {
    margin: 0;
  } 

ul#contact_updates {
	margin-top: 10px;
	list-style-type: none;
	color: #9a9690;
}
	ul#contact_updates a {
		color: #6e665c;
	}
	
	
/* Project View BSE */
div#bse-box div.view-bse-link{
	padding-top: 20px;
}	
	div#bse-box div.bse-buttons input[type=submit]{
		display: block;
		float: left;
	}
/* Project View Team Members */
div#team_members {
	background: url('/media/images/general/vertical_seperator_one_col.png') bottom center no-repeat;
	padding-bottom: 20px;
}

ul#team-members {
	margin-top: 20px;
	list-style: none;
	list-style-position: inside;
	padding-left: 0px;	}

	ul#team-members li {
		border-bottom: 1px solid #cccccc;
		border-top: 1px solid #fff;
		padding: 10px 10px;
		margin: 0px;
		overflow: hidden;
		margin-left: 0px;	}
		
		ul#team-members li a {
			margin: 0px 0px 0px 15px;
		}
		ul#team-members li p{
			padding: 0px 10px;
			margin: 10px 0 0 0;
			float: left;
		}
		ul#team-members li img {
			float: left;
		}

	

			/* list in tabs content */
			div#team_invites #contacts-search-results ul {
			  list-style: none;
			  margin: 0 0 20px 0;
			  padding: 0;       
			  font-size: .9em;   
			  border-top: 1px solid #fff;		
			}        

				div#team_invites #contacts-search-results ul li {
				  padding: 10px 0 10px 0px;
				  border-bottom: 1px solid #fff;
				}
				
/* bite-size review notes project view */

#main .content div.set-reviewer-note form.comment-form {
	width: 300px;	}
	
	#main .content div.set-reviewer-note form.comment-form textarea{
		width: 290px;	}
/* bite-size list */
ul#bitesize-edits-list {
  list-style: none;
  padding: 0 0 0 0;   
  margin: 0;  
  border-top: 10px solid #EEEAD9;  
	background: #E4DEC8;
}
  
  ul#bitesize-edits-list li {
    margin: 0;
    padding: 10px 15px 7px 15px;
    border-bottom: 10px solid #EEEAD9;      
    min-height: 60px;
    clear: both;   
		position: relative;
  }
   
	ul#bitesize-edits-list li * {
		zoom: 1;
		position: relative;
	}

	ul#bitesize-edits-list li h3 {
		border-bottom: 1px dotted #bdb192;
		padding: 0 0 7px 0;    
		margin: 0;
		color: #295d0a;  
		font-weight: bold;
	}
	
	ul#bitesize-edits-list li .bitesize-submission-proposed h3 { font-weight: normal; }

  ul#bitesize-edits-list li blockquote { 
    padding: 10px 20px;         
    margin: 10px 0;
		color: #000;
		font-style: italic;
		border-left: 5px solid #bdb192;          
  }   

	ul#bitesize-edits-list li textarea { height: 150px; }

	ul#bitesize-edits-list li p:hover { cursor: default; }
    
	ul#bitesize-edits-list li blockquote.editable {
		background: #E5DAA4;		
		cursor: text;
	} 
		
	ul#bitesize-edits-list li blockquote.editable:hover {
		background: #efe8c7;
	}
   
	ul#bitesize-edits-list li a.editable-action { 
		font-size: .85em;
		margin: -15px 0 0 0;
	}                     
	
	ul#bitesize-edits-list li form.bitesize_approved_form {
	}

  ul#bitesize-edits-list li form .call-to-actions {
    margin-left: -15px;
  } 

	ul#bitesize-edits-list li span.bitesize-type {
		font-size: .80em;
		text-decoration: none;
		font-style: italic;
		text-align: center;
		display: block;
		position: absolute;
		bottom: 15px;
		left: 12px;
	  color: #4e3022;
	  background: #fff;  
	  border: 2px solid #E5DAA4;
		padding: 5px 15px;
	}

        
/* project permissions */
#main .content .utility-tabs-content form#project-roles ul li {
  padding: 10px 0 10px 70px;
  border-bottom: 1px solid #fff; 
	height: 4.6em;
	clear: both;
}

	#main .content .utility-tabs-content form#project-roles ul li img.avatar {
	  border: 3px solid #fff;  
	  margin-left: -70px;   
	  float: left;
	} 

	#main .content .utility-tabs-content form#project-roles ul li select { font-size: .9em; margin-top: -5px; }        
    
      
/* Content Edit */
#main .content .content-edit {
}                

	#main .content .content-edit label {
		display: none;
	}
	
	#main .content .content-edit textarea {
		width: 890px;  
		height: 350px;
	}
  



/* call-to-actions */
#main .content .call-to-actions {
  margin: 10px 0;
  padding: 5px 0 0 0;
  text-align: right;
  min-height: 27px;
}

#main .content .heading-block .call-to-actions {
  float: right;
  margin-top: -36px;
  margin-right: 10px;
}

/* for dashboard page */
#main .content .notifications .call-to-actions {
	background-color: #d2cec6;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	padding: 10px 10px 5px 10px;
}

#main .content .contact-updates ul {
	margin-top: 20px;
	padding: 0px 0px 0px 5px;
	list-style-type: none;
	color: #ada69d;
}
	#main .content .contact-updates ul li {
		margin-bottom: 10px;
	}
	#main .content .contact-updates ul a {
		color: #6e665c;
	}
	
#main .content .no-projects {
	padding: 1px 100px 0px 100px;
	text-align: center;
}	
#main .content .no-projects.col-two-thirds{
	padding: 0px;
}
	#main .content .no-projects h2{
		margin-top: 0px;
	}
	
	#main .content .no-projects p.actions a {
		background: #d2cec6 url('/media/images/buttons/no-projects-action-bg.jpg') bottom left repeat-x;
		border-radius: 10px;
	    -moz-border-radius: 10px;
	    -webkit-border-radius: 10px;
		display: block;
		width: 75%;
		margin: 20px auto;
		padding: 30px;
		font-size: 1.4em;
		border: 1px solid #d9d2b4;
	}

	#main .content .no-projects p.actions a:hover{
		color: #000;
	}

/* special handling for call to action block */
#main .content .call-to-actions.align-default { text-align: inherit; }
#main .content .call-to-actions.clear-top-sibling { margin-top: -30px; }

 #main .content .call-to-actions .left {
   float: left;
   margin: -7px;
 }

  #main .content .call-to-actions a.primary,
  #main .content .call-to-actions input.primary,
  #header .content .call-to-actions a.primary,
  #header .content .call-to-actions input.primary,
	#simplemodal-container .call-to-actions a.primary,
	#simplemodal-container .call-to-actions input.primary {
    background: #96be2c url("/media/images/backgrounds/bg-buttons-green.gif") center left repeat-x;
    padding: 2px 20px 2px 20px;
    color: #242424;
    text-decoration: none;
    margin-left: 5px;
    cursor: pointer;                       
    position: relative;
    border: 2px solid #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;    
  }       
  
  #main .content .call-to-actions a.primary.no-margin,
  #main .content .call-to-actions input.primary.no-margin,
  #main .content .call-to-actions a.secondary.no-margin,
  #main .content .call-to-actions input.secondary.no-margin,
	#simplemodal-container .call-to-actions a.primary.no-margin,
	#simplemodal-container .call-to-actions input.primary.no-margin {
    margin-left: 0;
  }

  
  #main .content .call-to-actions a.primary:hover,
  #main .content .call-to-actions input.primary:hover { color: #fff; }
  
  #main .content .call-to-actions input.disabled-button {
    opacity: 0.5;
		filter: alpha(opacity = 50);
    cursor: default;                                              
  }
    
#main .content .notifications .call-to-actions a {
	border: 0px;
	display: block;
	background-image: none;
	background-color: #d2cec6;
	margin-bottom: 0px;
	color: #6e665c;
}
#main .content .notifications .call-to-actions a:hover {
	color: #000;
	text-decoration: underline;
}

  #main .content .call-to-actions input.disabled-button:hover { color: #000; }

/*  #main .content .call-to-actions input.primary[type=submit] { border: none; }*/
  
  #main .content .call-to-actions a.primary img.action-icon {    
    vertical-align: middle;
    padding-bottom: 2px;
    padding-right: 10px;
  }  


  #main .content .call-to-actions a.secondary,
  #main .content .call-to-actions input.secondary,
  #header .content .call-to-actions a.secondary,
  #header .content .call-to-actions input.secondary {
    background: #492f1a url("/media/images/backgrounds/bg-buttons-brown.gif") center left repeat-x;
    padding: 2px 20px 2px 20px;
    color: #fff;
    text-decoration: none;
    margin-left: 5px;
    cursor: pointer;  
    position: relative;
    border: 2px solid #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;    
  }
  
  #main .content .call-to-actions a.tertiary,  #main .content .call-to-actions input.tertiary {
    display: block;
    margin-top: -38px;
    cursor: pointer;  
    float: left;   
  }  
  
	#main .content .call-to-actions p a { margin-left: 15px; }	
	#main .content .call-to-actions p a.delete { color: red; }
 
/* small call to action buttons in h3 headings  */
a.mini-call-to-action {
	float: left;
	display: block;
	padding: 2px 10px 2px 10px;
	margin: 0 5px 15px 0;
	font-size: .75em;
	color: #fff;
	background-image: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;	
}

#main .content h3 a.mini-call-to-action { 
	float: right;
	position: absolute;
	top: 8px;
	right: 7px;
	margin: 0;
}

#main .content div.chapter-summary div.actions a.mini-call-to-action.dark-blue,
#main .content h3 a.mini-call-to-action.dark-blue {
	background: url('/media/images/backgrounds/bg_blue_action_button.jpg') bottom left repeat-x;
	border: 1px solid #c3d7df;
	padding: 0px 12px 0px 1px;
	font-size: 0.67em;
	color: #606e74;
	height: 27px;
	border-radius: 15px;
	vertical-align: top;
	margin-top: 2px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

#main .content .call-to-actions input.primary {
	background: url(http://bookoven.com/media/images/backgrounds/bg-buttons-green.gif) repeat-x rgb(150, 190, 44);
	-webkit-border-bottom-left-radius: 5px 5px;
	-webkit-border-bottom-right-radius: 5px 5px;
	-webkit-border-top-left-radius: 5px 5px;
	-webkit-border-top-right-radius: 5px 5px;
	border: 2px solid rgb(255, 255, 255);
	color: rgb(36, 36, 36);
	cursor: pointer;
	margin-left: 5px;
	padding: 2px 20px 2px 20px;
	position: relative;
	text-decoration: none;
}
#main .content div#messaging_nav a,
#main .content h3 a.mini-call-to-action.silver {
	background: url('/media/images/backgrounds/bg_grey_action_button.png') top left repeat-x;
	border: 1px solid #d0d0d0;
	padding: 0px 12px 0px 10px;
	font-size: 0.67em;
	color: #606e74;
	height: 20px;
	line-height: 20px;
	border-radius: 10px;
	margin-top: 4px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
#main .content div#messaging_nav a{
	height: 25px;
	line-height: 25px;
	font-size: 1em;
}

#main .content .my-messages .unread {
	font-weight: bold;
}

#main .content .call-to-actions input.primary,
#main .content .call-to-actions input.secondary{
	font-size: 0.83em;
	height: 25px;
}
#main .content .call-to-actions input.secondary{
}

#main .content .call-to-actions input.secondary:hover{

}
#main .content .call-to-actions input.primary:hover{
}
#main .content div#messaging_nav a:hover,
#main .content h3 a.mini-call-to-action.silver:hover{
	border: 2px solid #fff;
	height: 20px;
	margin-top: 3px;
	padding: 0px 11px 0px 10px;
	color: #000;
}
#main .content div#messaging_nav a:hover {
	height: 24px;
	padding: 0px 10px 0px 9px;
	margin-right: 6px;
	line-height: 24px;
}
#main .content div.chapter-summary div.actions a.mini-call-to-action.dark-blue {
	padding: 2px 12px 0px 12px;
	font-size: 1.0em;
	margin-right: 0px;
	margin-bottom: 4px;
	height: 17px;
	clear: both;
	float: right;
	-moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
#main .content div.chapter-summary div.actions a.mini-call-to-action.dark-blue:hover,
 #main .content h3 a.mini-call-to-action.dark-blue:hover {
	background: url('/media/images/backgrounds/bg_blue_action_button_hover.png') top left repeat-x;
	border: 2px solid #d6e4ea;
	height: 26px;
	margin-top: 1px;
	margin-bottom: 4px;
	padding: 0px 11px 0px 0px;
	color: #000;
}
#main .content div.chapter-summary div.actions a.mini-call-to-action.dark-blue:hover{
	padding: 2px 11px 0px 12px;
	margin-bottom: 3px;
	height: 17px;
}
	#main .content h3 a.mini-call-to-action.dark-blue span{
		padding-left: 20px;
		margin-left: 5px;
		height: 25px;
		display: block;
		background: url("/media/images/backgrounds/bg_action_add_blue.png") 0px 5px no-repeat;
	}
	#main .content h3 a.mini-call-to-action.dark-blue:hover span{
		background-position: 0px -24px;
	}
a.mini-call-to-action:hover { background-color: #4f3826; text-decoration: none; } 

/* call to action with arrows */
#main .content a.arrow-call-to-action {
	display: block;
	float: right;
	background: transparent;
	padding-right: 12px;
	line-height: 1;
	margin-top: 15px;
}
    
	#main .content a.arrow-call-to-action.green-arrow {
		color: #295d0a;
		background: transparent url(/media/images/buttons/green_arrow.gif) no-repeat center right;
	}
	
	#main .content a.arrow-call-to-action.blue-arrow {
		color: #026bbb;
		background: transparent url(/media/images/buttons/blue_arrow.gif) no-repeat center right;
	}

/* bite-size stats */
#main .content .bite-size-stats {
  margin: 15px 0 0 0;
  padding: 10px;
  overflow: hidden;
  color: #4e3022;
  background: #E4DEC8;    
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

  #main .content .bite-size-stats h3 {
    margin: 3px 0 10px 0;  
  	font-size: 1em; 
  }
  
  #main .content .bite-size-stats table {
    border-bottom: 1px solid #b7b29e;
    margin-bottom:  10px; 
		width: 100%;
	  font-size: .85em; 
  }
  
  #main .content .bite-size-stats table .first-col { width: 85%; }
  #main .content .bite-size-stats table .second-col { width: 15%; }
    
  #main .content table.figure tr td,
  #main .content .bite-size-stats table tr td,
  #main .content .bite-size-stats table tfoot td {
    border-top: 1px dotted #b7b29e;
    padding: 10px 10px 10px 0;
  }

  #main .content .bite-size-stats table td + td {
    text-align: right;
  }

  #main .content .bite-size-stats table tfoot td {
    font-weight: bold;
  }  
                                

  #main .content #blurb {
    margin: 0;
    padding: 0;
  }

  #main .content #blurb p.intro {
    font-size: 1.2em;
    color: #4e3022;
  }
  
  #main .content #blurb p.more {
    margin: 30px 10px 0 0;
    font-size: 1em;
    float: right;
    text-align: right;
  }

  #main .content #blurb #sign-up {
    font-size: 1.2em;
    text-align: right;
  }


  /* my projects table */
  #main .content table.my-projects {
    margin: 0px;
		padding-bottom: 25px;
    width: 100%;
    color: #4e3022;  
		position: relative;
  }

	#main .content .content-box table.my-projects { margin-left: 0px; width: 100%; padding-bottom: 0; }

  #main .content table.my-projects .first-col { width: 40%; }
	#main .content table.my-projects .first-col.double-col { width: 75%; }
	#main .content table.my-projects .second-col { width: 35%; }
	#main .content table.my-projects .third-col { width: 25%; }

  #main .content table.my-projects th {
    padding: 15px 0 15px 15px;
    font-size: .9em;
		font-weight: normal;
		color: #859fab;
  }
 
  #main .content table.my-projects tr.project_info {
	 -moz-border-top-left-radius: 10px;
	  	-moz-border-top-right-radius: 10px;
		-webkit-border-top-left-radius: 10px;
	  	-webkit-border-top-right-radius: 10px;   
		border: 1px solid #c6cfd1;
		border-bottom: 0px;
}
	#main .content table.my-projects tr.bottom-border td{
		 padding: 0px;
		margin: 0px;   
			border-bottom: 1px solid #c6cfd1;

	}
  #main .content table.my-projects tr td {
		padding: 15px 0 15px 15px;
       
    vertical-align: top; 
	color: #657880;
	
		font-size: .93em;
  }
	#main .content table.my-projects tr.project_updates td {
		margin: 0px;
		padding: 0px;
		height: 0px;
	}
	#main .content table.my-projects tr.project_updates td div {
		padding: 20px;
		background: #eaf2f4;
		-moz-border-radius: 5px;
		-webkit-border-top-left-radius: 0px;
	  	-webkit-border-top-right-radius: 0px;
		-webkit-border-radius: 10px;
		-webkit-border-top-left-radius: 0px;
	  	-webkit-border-top-right-radius: 0px;
		 border: 1px solid #c6cfd1;
		border-top: 0px;
		font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
		font-size: 11px;
		
	}
		#main .content table.my-projects tr.project_updates td a{
			font-size: 11px;
		}
		#main .content table.my-projects tr.project_updates td p {
			padding: 5px 2px 2px 2px;
			margin-left: 10px;
		}
		#main .content table.my-projects tr.project_updates td p.date {
			padding: 3px 10px;
			background: #FFF;
			margin: 5px 35px 5px 0px;
		}
		
	#main .content table.my-projects tr td.seperator {
		background: url('/media/images/general/projects_vertical_seperator.png') top center no-repeat;
		height: 3px;
		padding: 0px;
		border-bottom: 0px;
	}

	#main .content table.my-projects tr td.last-update {
		white-space: nowrap;
		padding-right: 10px;
	}
      
		#main .content table.my-projects td p { margin: 0; }
    #main .content table.my-projects td a { color: #295d0a; font-size: 14px;}

		#main .content table.my-projects td em span { text-transform: lowercase;}

    #main .content table.my-projects td .project-action-wrapper {
      margin: 3px 0 0 0;
      padding: 11px 0 0 0;
      background: #b3ddfb url("/media/images/backgrounds/action-arrow.gif") no-repeat top left;
    }

    #main .content table.my-projects td .project-action-wrapper .project-action {
      padding: 5px 15px;
      background: #d8edfc;
    }
    
    #main .content table.my-projects td.last-row {
      border: none;
    }  

 /* my messages table */
div#messaging_nav{
	overflow:auto;
}
#main .content table.my-messages {
    margin: 0px;
		padding-bottom: 25px;
    width: 100%;
    color: #605342;  
		position: relative;
  }

	#main .content .content-box table.my-messages { margin-left: 0px; width: 100%; padding-bottom: 0; }

  #main .content table.my-messages .first-col { width: 40%; }
	#main .content table.my-messages .first-col.double-col { width: 75%; }
	#main .content table.my-messages .second-col { width: 35%; }
	#main .content table.my-messages .third-col { width: 25%; }

  #main .content table.my-messages th {
    padding: 15px 0 15px 15px;
    font-size: .9em;
		font-weight: normal;
		color: #605342;
  }

  #main .content table.my-messages td {
		padding: 15px 0 15px 15px;
    border-bottom: 1px solid #cdcab9;        
    vertical-align: top; 
	color: #aea487;

		font-size: .93em;
  }
	#main .content table.my-messages td.seperator {
		background: url('/media/images/general/projects_vertical_seperator.png') top center no-repeat;
		height: 3px;
		padding: 0px;
		border-bottom: 0px;
	}

	#main .content table.my-messages td.last-update {
		white-space: nowrap;
		padding-right: 10px;
	}

		#main .content table.my-messages td p { margin: 0; }
    #main .content table.my-messages td a { color: #605342; font-size: 14px;}

	p.message {
		margin: 20px;
	}

/* data table */
table.data {
  font-size: .85em;    
}                  
  
  table.data col.alt1 { background-color: #a6d7fa; }
  table.data col.alt2 { background-color: #bbdff9; }
 
  table.data th {
    padding: 5px 0 5px 5px;    
    border-bottom: 2px solid #fff; 
    border-right: 1px dotted #fff;
    color: #295d0a;
  }

  table.data td {
    font-weight: normal;
    padding: 5px 0 5px 5px;
    vertical-align: top;    
    border-bottom: 1px solid #fff;  
    border-right: 1px dotted #fff;
  }   
  
  table.data .last { border-right: none; }
  
    table.data td p {
      margin: 0 0 2px 0;
      line-height: 1;
    }            
         
 


/* user profiles */
#user_profile h3 {
  margin: 25px 0 10px 0;
  padding: 0 0 5px 0;
  font-weight: normal;
  border-bottom: 1px dotted #b7b29e;
}

#user_profile h3.first { margin-top: 0;}

#main .content .user-infos {
	padding-left: 120px;
	min-height: 120px;
}

#main .content .user-infos p { width: auto; }

#main .content .user-infos img.avatar {
	margin-left: -120px;    
	float: left;
}

#main .content #profile-projects ul{
	list-style-type: none;
	}
	#main .content #profile-projects ul li {
		list-style-position: inside;
		clear: both;
	}
	#main .content #profile-projects ul li img {
		float: left;
		margin: 0px 10px 10px 0px;
	}
	
/* forms */

#main .content form {
  margin: 0; 
  padding: 0;
}
 
 
  #main .content form .required-text {
    font-weight: bold;
    font-size: 0.9em;
    padding: 10px 0;
  } 
  
  #main .content form input, select, textarea {
    border: 1px solid #d7ceac; 
    padding: 3px;
  }

  #main .content form select option {
    vertical-align: center;
  }

  #main .content form fieldset {
    border: none;
    margin: 0;
    padding: 0;
  }

  #main .content form fieldset label,
  #main .content form fieldset input {
    vertical-align: middle;
    margin: 0;
    padding: 0;
  }

  #main .content form.two-col div.form-item input.long-field,  
  #main .content form input.long-field {
    width: 250px;
  }
  
  /* multi-column rows */
  #main .content form .form-item-multi {
    overflow: hidden;
    padding: 10px 0;                  
  }
  
  #main .content form .form-item-multi label {
    margin: 0;
    padding: 0;
    float: left;
  }

  #main .content form .form-item-multi ul {
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }

  #main .content form .form-item-multi ul li {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    float: none;
    overflow: hidden;
  } 
  
  #main .content form .form-item-multi ul li label {
    width: 350px;
  }
   
  #main .content form .form-item-multi ul li label input {
    width: auto;
    vertical-align: middle;    
		margin-right: 3px;
		margin-top: -2px;
  }
    

	/* online line small forms (label + input + submit) */
#main .content form.one-line {
	margin: 20px 0;
	clear: both;
	position: relative;
}
	
	#main .content form.one-line .form-item {
		display: inline;
	}
	
	#main .content form.one-line .form-item label {
		display: inline;
		font-size: .9em; 
		padding-right: 5px;
	} 
	
	#main .content form.one-line .form-item input.form-input {
		display: inline;
		width: 100px;
	}
	
	#main .content form.one-line .call-to-actions {
		display: inline;
		padding-top: 5px;
		top: inherit;
	}
	
	#main .content form.one-line .call-to-actions input {
		margin-left: 4px;
		margin-right: 0;
	}
	
	#main .content form.one-line .filters {
		padding: 15px;
		margin: 5px 0 0 0;
		width: 228px;
	}
	
		#main .content form.one-line .filters label {
			font-size: .9em;
		}

  /* two col */

  #main .content form.two-col {  
    padding: 20px 0 20px 0;
    width: 100%;
  }
                             
	#main .content .col-one-third form.two-col { width: 330px; padding-top: 0; }

  #main .content form.two-col div.form-item {
	  padding: 5px 0 15px 0;
	  position: relative;      
  } 

  #main .content form.two-col div.terms {
    margin: 20px 0 0 -5px;
  }  
  
  #main .content form.two-col fieldset {
     overflow: auto;
     padding: 5px 0 15px 0;
  }

  #main .content form.two-col div.form-item label,
  #main .content form.two-col fieldset label {
    display: block;
    float: left;
    width: 150px;
    padding: 3px 0 0 0;
  }

  /* all types of inputs, except for multi checkbox + textareas */
  #main .content form.two-col div.form-item input,   
  #main .content form.two-col fieldset input {
    width: 285px;
  }             
	
	#main .content .col-one-third form.two-col div.form-item input,   
  #main .content .col-one-third form.two-col fieldset input {
    width: 170px;
  }
  
  #main .content form.two-col div.form-item select,
  #main .content form.two-col fieldset select,
	#main .content form.two-col div.form-item input.checkbox,
	#main .content form input.checkbox {
    width: auto;
		border: 0;
		padding: 0;
  }
                             

  
  /* single item forms are narrower */
  #main .content form.two-col div.form-item-single label {
    width: auto;
    padding: 3px 20px 0 0;
    vertical-align: middle;
  }

  #main .content form.two-col div.form-item-single .call-to-actions {
    margin: 0;
  }

  #main .content form.two-col div.form-item-single .call-to-actions .tertiary {
    padding-right: 200px;
  }

  /* specific to checkbox & radio */
  #main .content form.two-col div.form-item-checkbox {
    padding-left: 145px;
    margin: 10px 0;
  }

		#main .content form div.form-item-checkbox ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}


  /* specific to textareas */
  #main .content form.two-col div.form-item-textarea {
    overflow: hidden;
    margin: 10px 0;
    padding: 0;
  }

  #main .content form.two-col div.form-item-textarea label {
    display: block;
    float: left;
    width: 150px;
  }

  #main .content form.two-col div.form-item-textarea textarea {
    width: 284px;
  }

  #main .content form.two-col div.form-item .help-text {
    display: block;
    position: absolute;
    bottom: 15px;
    right: -375px;
    width: 350px;
    padding: 5px 0 5px 25px;
    font-size: .9em;
    background: url(/media/images/backgrounds/tooltips-arrow.gif) no-repeat 0 0;
  }

  #main .content form.two-col fieldset span label {
    display: block;
    padding: 3px 0;
  }

  #main .content form.two-col .call-to-actions {
    text-align: right;   
		margin-right: 37px;
  }
    
  /* blue background forms */
  #main .content form.blue {
    background-color: #b3dcfb;    
    padding-left: 30px;
  }

	#main .content form.blue .call-to-actions { margin-right: 37px; }


/* comments form */
#main .content form.comment-form {
  margin: 15px 0 0 0;    
  width: 453px;
}

#main .content form.comment-form .form-item-textarea {
  margin: 0;
  padding: 0;   
}

  #main .content form.comment-form label {
    display: block;
    font-size: 1.1em;
    margin-bottom: 10px;
  }
  
  #main .content form.comment-form img.avatar {
    float: left;
    margin-top: 2px;
    border: 3px solid #fff;
  } 
  
  #main .content form.comment-form .form-item-textarea textarea {
    padding: 4px;
    margin-left: 10px;
    border: none;
    width: 377px;
  }  
  
/* small one line forms */
#main .content form.user-search {
  margin: 0 0 15px 0;    
	position: relative;               
	clear: both;
}

  #main .content form.user-search input {
		width: 65%;
	} 
	
	#main .content form.user-search .terms input { width: auto; }

	#main .content form.user-search .call-to-actions {
		position: absolute;
		top: -1px;
		right: 0;             
		margin: 0;
		padding: 0;      
	}
	
		#main .content form.user-search .call-to-actions input { width: auto; }           


/* Create Project & add chapter form */
form #content-paste textarea {
  width: 865px;
	height: 250px;
	margin-bottom: 5px;
}           

	form #content-paste .help-text,
	form #content-upload .help-text {
	  display: block;
	}       

	.restrictions {
    font-size: 0.9em;
    font-style: italic;
    color: #666;
	}


iframe#id_text_ifr {
	height: 450px;
}

/* Project page settings block */

#main .content .book-info p {
	background: url('/media/images/general/vertical_seperator_one_col.png') bottom center no-repeat;
	overflow: auto;
	padding-bottom: 20px;
}

#main .content .book-info p .book-cover{
	border: 1px solid #968d83;
}

/*******************
  yo, F O O T E R? kthxbai.
*******************/

#footer {
    background: #3a1d07 url("/media/images/backgrounds/footer_bg.jpg") top left repeat-x;
    margin: 0;
    font-size: 0.9em;
    color: white;
    text-align: center;
}

	#footer .content {
	    background: url("/media/images/backgrounds/footer_highlight_bg.png") top right no-repeat; 
	    overflow: hidden;
	}

  /* removing highlight from header in bitesize edit page */
  body.splash #footer .content,
	body.bitesize #footer .content { background: none; }

	#footer a {
	  padding: 0 7px;
	  color: #b3dcfb;
	}

	#footer ul.menu {
	  list-style: none;
	  margin: 20px 0 60px 0;
	  padding: 0;
	  float: left;
	  width: 50%;
  
	}

		#footer ul.menu li {
		 display: inline;
		 margin: 0;
		 padding: 0;
		}

	#footer .legal {
	  padding: 20px 15px 60px 0;  
	  float: right;
	}



/*****************
/* Specific pages
*****************/

/* faq */

dl#faq dt { font-weight: bold; }

/* temporary splash page */

body#splash  {
  text-align: center;
}

body#splash #header {
 background: #3a1d07;
 height: 100px;

}

body#splash #wrapper {
  width: 100%;
  background: #eeead9;
}

body#splash #splash-main {
  margin: 0 auto;
  padding: 20px 0;
  color: #4e3022;  
  width: 900px;
  overflow: hidden;
}


body#splash #splash-main img.logo {
  float: left;
}

body#splash #splash-main .splash-intro {
  padding: 10px 40px;
  text-align: left;
  line-height: 1.6em;
}

body#splash #splash-main .splash-intro p.big {
  font-size: 1.5em;
}


                    
/* blockUI modal */
.blockUI {
	z-index: 10000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
} 

.blockUI div {
	padding: 10px;
	text-align: left;
}

.blockUI div p {
	margin: 0 0 7px 0;
}
     
/* jQuery tooltips boxes */
#tooltip {
	position: absolute;
	z-index: 10000;
  background-color: #fff;
  border: 5px solid #e5daa4;
	padding: 5px;
	opacity: 0.85;
	width: 250px;
	font-size: .9em; 
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;	
}

	#tooltip h3 {
		font-weight: bold;
	} 

	#tooltip div { 
		margin: 0;
		text-align: left;
	}

/* Overlay for modal */
#simplemodal-overlay { background-color:#000; }

/* Container */
#simplemodal-container { 
  width: 400px;
  background-color:#fff;
  border:5px solid #e5daa4;
  text-align: left;
  padding: 0 15px 15px 15px;  
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;  
}                            

#simplemodal-container #basicModalContent { padding:8px; }

#simplemodal-container .simplemodal-header {
  border:5px solid #e5daa4;	
  background-color:#e5daa4;
	padding: 5px 13px;
	font-size: 10px;
	margin: -25px -20px 15px -20px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
	cursor: move;
}

#bite-size-home #main .content #simplemodal-container {
	width: 747px;
}

#simplemodal-container a.simplemodal-close {
	display: block;
	text-indent: -10000px;
	width: 15px;
	height: 15px;
	background: url(/media/images/buttons/btn-close-icon.gif);
	float: right;
	margin: 13px 0 0 0;
}

#simplemodal-container.simplemodal-with-header a.simplemodal-close { margin-top: -15px; }

	#simplemodal-container h3,
	#simplemodal-container label {
		margin: 10px 0 10px 0;
		font-size: 1.5em;
		display: block;
  }

	#simplemodal-container .call-to-actions {
		margin-top: 10px;
	}
	
		
	#simplemodal-container #chapter-comment-add .call-to-actions,
	#simplemodal-container #chapter-annotations-tabs .call-to-actions { margin-left: 55px; }

		#simplemodal-container div.snippets-filter ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		  
			#simplemodal-container div.snippets-filter ul li {
				border-top: 1px dotted #b7b29e;
				padding: 5px 0 3px 0;
				overflow: hidden;
			}
			
			#simplemodal-container div.snippets-filter ul li label { font-size: .85em; margin-bottom: -3px; }  
			
			#simplemodal-container div.snippets-filter ul + ul li:last-child {
				border-bottom: 1px dotted #b7b29e;
			}
		
/* stats */
.sitestats {
	width: 850px;
	height: 400px;
	overflow: auto;
	border: 1px solid #b7b29e;
	padding: 20px;
}
.sitestats table {
	border-bottom: 1px solid #b7b29e;
	margin-bottom:  10px; 
	font-size: .85em;
}

.sitestats table thead td {
	font-weight: bold;
}
  
.sitestats table tr td {
  border-top: 1px dotted #b7b29e;
  padding: 10px 10px 10px 0;
  margin: 0 20px;
  text-align: center;
}

/* Scoreboard - Bite Size Edits */

div#user_stats_scale{
	width: 100%;
	border: 0px;
	margin-top: 40px;	}
	
	div#user_stats_scale p {
		padding: 10px;
		vertical-align: middle;
		font-size: 1.15em ;
		margin: 0px;	}
		
			div#user_stats_scale div p img{
				vertical-align: middle;
				margin-right: 20px;
			}
			div#user_stats_scale div p a.avatar{
				width: 70px;
				text-align: center;
			}
	div#user_stats_scale div{
		overflow: auto;	}
	
	div#user_stats_scale div.user{
		background-color: #b3dcfd;	}
		
		div#user_stats_scale div.user {
			border: 1px solid #82add1;	}
			
			div#user_stats_scale div.user p.stats {
				line-height: 50px;
			}
	
	div#user_stats_scale div.level_upper_3, div#user_stats_scale div.level_lower_1 {
		margin: 0 10px;
		background-color: #dbedfb;	}
		
			div#user_stats_scale div.level_upper_3 p img, div#user_stats_scale div.level_lower_1 p img {
				width: 40px;
				height: 40px;	}
				
		div#user_stats_scale div.level_upper_3 p.stats , div#user_stats_scale div.level_lower_1 p.stats {
			line-height: 40px;	}
		
	div#user_stats_scale div.level_upper_2, div#user_stats_scale div.level_lower_2 {
		margin: 0 20px;
		background-color: #f1f8fe;	}
		
		div#user_stats_scale div.level_upper_2 p.stats, div#user_stats_scale div.level_lower_2 p.stats {
			line-height: 30px;	}
					
			div#user_stats_scale div.level_upper_2 p img, div#user_stats_scale div.level_lower_2 p img {
				width: 30px;
				height: 30px;	}
				
	
	div#user_stats_scale div.level_upper_1, div#user_stats_scale div.level_lower_3 {
		margin: 0 30px;
		background-color: #f9fbfc;	}

		div#user_stats_scale div.level_upper_1 p.stats, div#user_stats_scale div.level_lower_3 p.stats {
			line-height: 20px;	}
					
			div#user_stats_scale div.level_upper_1 p img, div#user_stats_scale div.level_lower_3 p img {
				width: 20px;
				height: 20px;	}
		
		div#user_stats_scale div p{
			float: left;	}
		div#user_stats_scale div p.stats{
			float: right;
			margin-right: 20px;
		}
		
		
		/* Bite Size Help overlay */	
	#main .content div#help-bitesize {
		display: none;	}

	  #bite-size-home #main .content #simplemodal-container h3{
		margin-top: 10px;
		border-bottom: 3px solid #f6f4eb;	}

		#bite-size-home #main .content #simplemodal-container div {
			overflow: auto;	
			padding: 10px 0px;
			border-bottom: 3px solid #f6f4eb;	}
			
			#bite-size-home #main .content #simplemodal-container div.help{
				overflow: auto;
				border-bottom: 0px;	}
				
			#bite-size-home #main .content #simplemodal-container div p {
				float: left;
				padding-left: 35px;
				width: 275px;	}

				#bite-size-home #main .content #simplemodal-container div p.step1{
					background: url('/media/images/misc/help_overlay_step1.jpg') left center no-repeat;	}
				#bite-size-home #main .content #simplemodal-container div p.step2{
					background: url('/media/images/misc/help_overlay_step2.jpg') left center no-repeat;	}
				#bite-size-home #main .content #simplemodal-container div p.step3{
					background: url('/media/images/misc/help_overlay_step3.jpg') left center no-repeat;	}

			#bite-size-home #main .content #simplemodal-container div img {
				float: right;
				vertical-align: middle;	}

		#bite-size-home #main .content #simplemodal-container a{
			float: left;
			margin-top: 10px;	}

		#bite-size-home #main .content #simplemodal-container a.hide_forever{
			float: right;	}
			
		#bite-size-home #main .content #simplemodal-container a.simplemodal-close {
				display: block;
				text-indent: -10000px;
				width: 15px;
				height: 15px;
				background: url(/media/images/buttons/btn-close-icon.gif);
				float: right;
				margin: 13px 0 0 0;
			}
