/* AG.CSS style sheet for AWFULGOOD.COM */
/* copyright 2010 Carter Furay et cie*/
/* written Feb 2010, Friends of Carter Furay, LLC*/

/*************************************************
 Note: this CSS2 file's sections are in this order:
             SCREEN-LAYOUT DIVs
             DEFAULT STYLES  (site-wide look & feel)
             COMMON STYLES   (related elements)
             SPECIFIC STYLES (individual elements)
**************************************************/



/******************** SCREEN-LAYOUT DIVs ********************/

/***** Full-screen background*****/
body { /* the entire accessible screen */
    margin : 0; padding : 0;
    background : #b5aa84; }

/***** everything must fit in global div. *****/
#global { 
    width : 1250px;
    margin : 0 auto 0px;
    padding: 0 0 40px;
    border: 0px black double;
    background : #b5aa84 url(images/UpperRight.gif) top right no-repeat; }
    
/* these stack directly in global (and inherit its width). */
#global-header { /* typically for graphics above content box */
    height: 135px;
    margin: 0; border: 0; padding: 0; }
#global-body {   /* will contain ~centered content box and graphics to each side */
    margin: 0; border: 0; padding: 0; }
#global-footer { /* typically for graphics below content box (seldom used)*/
    clear: both;
    min-height: 10px;
    margin: 0; border: 0; padding: 0; 
    text-align: center; }
    
/* these columns fit in global-body */
#toleftofcontentbox { /* for graphics/background to left of content box */
    float: left;
    width: 30px;
    height: 100%;
    margin: 0;
    border: 0px blue;
    background: transparent; }
#torightofcontentbox { /* for graphics to right of content box */
    float: right;
    width: 294px;
    height: 100%;
    margin: 0;
    background: transparent; }   
#contentbox { /* will contain header, content, footer; HTML should use *after* right and left */
    width : 900px;
    margin : 0 auto 0 60px;
    border: #666633 solid;
    border-width: 1px 0px 0px;
    background : #f7f7e7; }

/* these stack in contentbox (and inherit its width) */
#header {
    min-height : 10px;
    margin : 0 auto 5px;
    background : transparent;
    text-align: center; }
#content {
    margin : 0 auto 0;
    background: transparent; }
#footer {
    clear: both;
    min-height : 30px;
    margin : 0 auto;
    border : 0;
    padding: 50px 100px 10px;
    background : #b5aa84 url(images/GradientBottom40.gif) top left repeat-x;
    text-align: center; }    
    
/* these columns fit in content */
#contentcolumn {
    float : right;
    width : 660px;
    height: auto;
    margin: 10px 0 0;
    border: #ddddbb double;
    border-width: 0px 0px 0px 3px;
    padding: 0px 24px 24px 20px; }
#sidecolumn {
    float : left;
    width : 175px;
    height: auto;
    margin: 0;
    border: 0px blue solid;
    background: transparent;
    padding: 10px 10px 40px 0px; }


    
/*****************************************************************************/
/*      DEFAULT STYLES                                                       */

body { 
    /* 100%, so fonts in all styles scale properly, by using em-units. */
    /* Thus, standard em-unit is now 16 px, everywhere */
    text-align: left;
    font-size: 100%; }

body, p, ul, ol, li, h1, h2, h3, blockquote { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style: normal; }

p    { margin : 0.6em 0; padding : 0; }        
p + p {margin-top : 0.7em;}
/* NB: always preserve order of a-tag pseudo-tags = "LoVeHAte", i.e., 
/*     a:, a:link, a:visited, a:hover, a:active. */
a         {font-weight: bold; color:#630; text-decoration: none;}
a:hover   {background-color:#ccc;}



/*****************************************************************************/
/*     COMMON STYLES                                                         */

/***** Common Styles: Headers & titles *****/
h2.archive-header, h2.entry-title, h2.entry-title a,
h2.comments-header, h2.comments-open-header {
    margin: 0 0 0.325em;
    border-bottom: 1px solid #ccccaa;
    padding-bottom: 0;    
    line-height: 1.25 em; /* tighten border against type */
    font-family: Cambria, Georgia, "Times New Roman", Times, serif;
    font-style: normal;
    font-weight: lighter;
    font-size: 1.325em; 
    color: #366; }

/***** Common Styles: Indent *****/
div.entry-content, div.comment-content, div.comment-header {
    margin: 0;
    padding: 0 30px; }

/***** Common Styles: Text *****/
div.entry-content, div.comment-content {
    font-size: 0.875em;
    color: #000; }
    
/***** Common Styles: Sidecolumn & quote (entry-footer) *****/
h3 {
    clear: both;
	background-color:#a7a391; 
    border: solid #666633;  	
    border-width: 1px 0px;}

/***** Common Styles: Comments *****/
#comments { 
    margin-top: 40px; } /* spacing between entry bottom and comments top */
    
/***** Common Styles: Footer *****/
#footer {font-size: 0.625em; font-style: normal; color: #000; }



/*****************************************************************************/
/*     SPECIFIC STYLES                                                       */

/***** Specific: Page headers *****/
h2.archive-header { color: #999; }

/***** Specific: Entry (individual) *****/
h2.entry-title    { font-size: 1.4em; }
h2.entry-title a  { border-bottom: 0; }    
div.oneentry + div.oneentry { 
    margin-top: 100px; } /* Vertical gap between entries. */
h3.entry-footer   { 
    margin-top: 10px;
    margin-bottom: 0;
    padding: 0.2em 50px;
    font-size: 0.625em;
    font-weight: normal; }
div.entry-credit { 
    text-align: right; 
    font-size: 0.625em; 
    font-style: italic; 
    color: #666; }

/***** Specific: Sidecolumn *****/
h3.sidecolumnheader { 
    margin-top: 48px;
    border-right-width: 1px;
	background-image: url(images/sidebar-gradient.gif);
    background-position: top left;
    background-repeat: repeat-y;
    padding: 4px 3px 4px 10px;
    font-size: 0.7em; 
    color: #e7e7e7;}
#sidecolumn a {font-size: 0.625em;
    font-weight: normal; }
div.sidecolumnlink  {margin: 0.75em 0 0.75em 20px; }
div.sidecolumntightlink  {margin: 0.1em 0 0.1em 20px; }

/***** Specific: Comments *****/
div.comments h2 {
    margin-right: 40px; }
div.comment { 
    margin: 0; 
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 20px; }
.comment-even { background: #f0f0e0; }
.comment-odd  { background: #e7e7d7; }
div.comment-header {    /* author line for one each old comment */
    font-size: 0.625em;
    margin-top: 8px;}
span.posted-by {color: #666; font-style:italic;}
div.comment-header a {font-weight:normal;}

div.comments-open h2 {  /* box containing new-comment objects */
    margin-top: 30px;}  /* also see h2.entry-title above */
div.comments-open-content {  /* effectively, the 2 lines above comment box */
    margin-top: 8px;
    font-size: 0.72em;
    font-style: italic;}
   
/***** Specific: Archives *****/
table.prev-next-above-content { margin: -25px  0   25px; }
table.prev-next-below-content { margin:  80px  5px  0; border-top: 1px solid #bbb; padding-top: 0;}
table.prev-next-above-content a,
table.prev-next-below-content a {
    /* border-bottom: 1px #999 dotted; */
    font-size: 11px;
    font-weight: normal;
    font-style: italic; 
    color: #999; }

h2.archive-header {
    padding-top: 1em;
    padding-bottom: 1em;
    text-align:center; 
    font-size: 1.5em;
    text-transform:lowercase; 
    color: #666; }
span.single-entry-archive-title {color: #999999; } /* necessary ? */

div.archive-content a {font-weight: normal; }
h2.archive-header, div.archive-content {
    padding-left: 80px; }

/*     End of CSS file                                                       */
/*****************************************************************************/

