body {
  min-width: 630px;              /* 2x (LC fullwidth + CC padding) + RC fullwidth */
  background-color: #ffffff;
  font-family: Geneva, Arial, Verdana, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
}

/* Header for main page sections */
.hdr1 {
   font-weight: bold;
   font-size: 1.2em;
   font-style: italic;
   /*padding: 8px 0 0 0;*/
   font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;
}

/* Non-italic header for subsection use */
.hdr2 {
   font-weight: bold;
   font-size: 1.2em;
   /*padding: 8px 0 0 0;*/
   font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;
}

/* Larger, non-italic, header for important info */
.hdr3 {
   font-weight: bold;
   font-size: 1.3em;
   /*padding: 8px 0 0 0;*/
   font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;
}

.bold {
   font-weight: bold;
}

.italic {
   font-style: italic;
}

.redfont {
   color: #7F0640;
   font-weight: bold;
}

/* Small font setting, used for picture captions and book descriptions */
.caption {
   font-size: .9em;
   font-family: Geneva, Arial, Verdana, Helvetica, sans-serif;
   padding: 0;
}

/* setting for online workshop titles */
.wkshoptitle {
   color: #7F0640;
   font-weight: bold;
   font-size: 1.2em;
}

/* paragraph tag for date/initial update info at bottom of page */
.update {
   font-size: 12px;
   font-family: Georgia, Times New Roman, Times, serif;
   color: #666666;
}

/* form help */
.help {
   font-weight: bold;
   font-style: italic;
   color: #7F0640;
}

hr { clear: both; }

img {
   margin: 0;
   padding: 0;
}

.sidegutter {
   position: absolute;
   top: 66px;
   left: 167px;
   height: 10000px;
}

.rightgutter {
 /*  position: absolute;
   top: 190px;
   right: 716px;
   height: 300px;
   padding: 0 0 0 10px; */
   float: right;
   position: relative;
}

a:link { 
   text-decoration: underline;
   color: black;
}

a:visited { 
   text-decoration: underline;
   color: black;
}

a:hover { 
   text-decoration: underline;
   color: #7F0640;
   font-weight: bolder;
   letter-spacing: 1px;
}

/* setting for links on the left sidebar */
.leftlist {
   text-align: right;
   font-weight: bold;
   font-size: .9em;
   padding-right: 36px;

}

/* create border effect */
#colmask, #border1, #border2, #border3, #border4, #border5, #border6, #border7 { 
    position: relative;                  
    border: 2px solid;
}

#border1 { 
    width: 778px;
    border-color: #f3f1f1;
    /*margin-right: 20%;
    margin-left: 20%;*/
    margin-right: auto;
    margin-left: auto;
}

#border2 { 
    width: 774px;
    border-color: #e4e3e3;
}

#border3 { 
    width: 770px;
    border-color: #d3d1d1;
}

#border4 { 
width: 766px;
border-color: #bdbbbb;
}

#border5 { 
width: 762px;
border-color: #a9a8a8;
}

#border6 { 
width: 758px;
border-color: #908f8f;
}

#border7 { 
    width: 754px;
    border-color: #767676;
}

/* column settings -- sets the layout, do NOT change */

#colmask { 
  width: 750px;
  border-color: #111111;
  overflow: hidden;
}

#container {
  padding-left: 201px;           /* LC width */
  padding-right: 30px;         /* RC fullwidth + CC padding */
  overflow: hidden;
}

#container .column {
  float: left;
  position: relative;
  padding-bottom: 20010px;       /* X + padding-bottom */
  margin-bottom: -20000px;        /* X */
}

#colmid {
  padding: 0 20px 0 10px;                /* CC padding */
  width: 100%;
  background: url(../images/right.gutter.jpg) no-repeat 535px 0;
}

#colleft {
  width: 201px;                            /* LC width */
  padding: 1;                /* LC padding */
  right: 235px;                             /* LC fullwidth + CC padding */
  margin-left: -100%;
  background: #b73d59 url(../images/background.pink.gradient.jpg ) repeat-x 0 66px;
}

#colright {
  width: 0px;                            /* RC width */
  padding: 0;                             /* RC padding */
  margin-right: -30px;               /* RC fullwidth + CC padding */
 
}

#header {
   position: relative;
   width: 750px;
   height: 200px;
   margin: 0;
   padding: 0;
}

#header1 {
  position: relative;
  padding: 0;
  margin: 0;
}

#header2 {
  position: absolute;
  top: 174px;
  left: 0;
}

#footer {
  clear: both;
  position: relative;
  background-color: #000000;
}

/*** IE Fix ***/
* html #left {
  left: 14px;           /* RC fullwidth */
}

* html body {
  overflow: hidden;
}

* html #footer-wrapper {
  float: left;
  position: relative;
  width: 100%;
  padding-bottom: 10010px;
  margin-bottom: -10000px;
  background: #fff;                    /* Same as body background */
}

/* author and new releases column layout */
.authcol {
		position: relative;	
		clear: both;
		float: left;
		width: 100%;			
		overflow: hidden;	
}

.authcolleft {
		float: left;
		width: 100%;			
		position: relative;
}

.authcol1,
.authcol2,
.authcol3 {
		float:left;
		position: relative;
		padding: 0 0 1em 0;	
		overflow: hidden;
}

.auththreecol .authcolmid {
		right: 33%;			
		background: #fffffff;
}

.auththreecol .authcolleft {
		right: 70%;			
}
	
.auththreecol .authcol1 {
		width: 25%;			
		left: 102%;			
}
	
.auththreecol .authcol2 {
	    width: 25%;				
		left: 75%;			/* change to 50% when using 3 columns (using authcol1) */
}

.auththreecol .authcol3 {
	width: 55%;			/* change to 40% when using 3 columns (using authcol1) */
	left: 85%;			   /*   change to 80% when using 3 columns (using authcol1) */
}