/* $Id: local_sample.css,v 1.1.2.2 2008/12/15 21:02:34 jwolf Exp $ */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom css and css overrides in this file and  */ 
/* rename it local.css.  By restricting your css changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.               */

/* Steps to activate local.css:                       */
/* 1. Add your custom css to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Uncomment (remove leading semicolon from ) the  */ 
/*    following line in your theme's .info file:      */
/*    ;stylesheets[all][] = local.css                 */
/* 4. Clear cached data at admin/settings/performance */




/* GLOBAL CHANGES  which i ended up not making
a {
font-size: 12px;
line-height: 12px;
margin-bottom: 0.25em;
margin-top:0.25em;
}
a:link {
font-weight: 100;
}
a:visited {
color: #86bd85;
font-weight: 500;
}
a:hover {
color: #164000;
color: darkorange;
text-decoration: none;
font-weight: 300;
}
*/



/* BACKGROUND COLOUR (light green?) AND DEFAULT TEXT COLOUR --------------------------------------------------------- */
body {
  background: #e4e396; 
  color: black; /* default text color */
}

/* REMOVES THE STAR LOGO FROM THE MENU BLOCK -NB: cascades from icons.css!    ------------------- */
div.block-user div.block-icon, 
body.layout-main-last #sidebar-last div.block-user h2.block-title {
  background: transparent url('') no-repeat left center; 
}

/* REMOVE SKIP TO MAIN CONTENT ---------------------------------------------------------------  */
#skip {
  display: none;
}

/* CHANGE BACKGROUND COLOUR OF HEADING AND RE-ALIGN HEADER -----------------------------------  */
#header-wrapper {
  background-color: #e4e396;  
  padding-left: 0px;    /* LTR - fixes alignment with menu block - don't know what LTR is??  */
}

/* RE-ALIGN TITLE "A CAPPELLA CENTRAL" AND PUT ON BROWN STRIPE -------------------------------- */
#header-first {
  margin: 12px 30px 0 0;
  width: 960px;
  background-color: #513a00; /* brown background to site name */
}
/* CHANGE FONT AND SPACING ON "a cappella central" TITLE LINE --------------------------------- */
#header-first h1 {
  font-size: 2.5em;
  line-height: 100%;
  margin: 0px 10px 10px 10px;
}
/* CHANGE COLOUR ON "a cappella central" TITLE LINE ------------------------------------------- */
#header-first h1 a {    /* site name link */
color: white;
  text-decoration: none;
}

/* POSITION PRIMARY MENU ---------------------------------------------------------------------- */
#primary-menu-wrapper {
  width: 960px;  /* to fill out the background color left and right */
  background-color: #e4e396; 
}
/* POSITION PRIMARY MENU ---------------------------------------------------------------------- */
#primary-menu {                                   /* menu layout */
  width: 960;     /* added by david to centre the menu */
  margin-top: 0px; 
}
/* COLOUR OF LETTERING ON PRIMARY MENU MATCHES BROWN STRIPE ----------------------------------- */
#primary-menu ul.menu li a {
  color: #513a00; 	/* matches the brown strip */
}
/* PRIMARY MENU LETTERING SIZE ---------------------------------------------------------------- */
#primary-menu ul.menu li {
  font-size: 9px;
}

/* PREFACE BLOCKS NOT CURRENTLY IN USE .. IMAGE REPLACED WITH DIFFERENT COLOUR ----------------- */
#preface {
  background: #99b137 url('images/preface-wrapper-bg.png') repeat-x top; 
  min-height: 10px;
}
/* PREFACE BLOCKS NOT PRESENTLY IN USE --------- ----------------------------------------------- */
#preface-wrapper {
  width: 960px; 	/* increase to full width of page */
  padding: 0px 0 0px;	/* reduce top and bottom border around adverts in preface area */
}

/* VIEWS SEARCH RESULT TABLES  ------------------------------------------------------------- */
.tableHeader-processed th {	/* improve table header alignment */
padding-left: 1em;
}
.view-content tr  {		/* create table around odd and even lines of views result */
  border: 3px solid darkgreen;
}
.view-content td {		/* create table around odd and even lines of views result */
  border: 3px solid darkgreen;
}
.view-content th {		/* create table around table header - margin doesn't work for some reason */
  border: 3px solid darkgreen;
  font-size: 14px;
}
.views-field-field-gigdate-value {	/* resize <td> for gig search results */
  width: 30%;
  font-weight: bold;
  font-size: 1em;
}
.views-field-title {		/* resize <td> for choir search results  */
 width: 40%;
}
.views-field-field-course-date-value {          /* resize <td> for courses results */
 width: 30%;
}
.views-field-field-course-url-value {           /* resize <td> for courses results */
 width: 30%;
}
.view-Classified td {				/* resize <td> width for classifieds results */
width: 50%;
vertical-align:top;
}
.view-Classified caption {
font-size: 150%;
color: darkgreen;
}



/* MOVE "keys" ICON TO THE RIGHT on the login block -------------------------------------- */
/*--- USER LOGIN BLOCK ---*/
#block-user-0 div.block-icon,		/* shift keys icon to the right */
body.layout-main-last #sidebar-last #block-user-0 h2.block-title {
  margin-left: 120px;
  margin-top: 20px;
}

/* CHANGE THE COLOUR OF THE SUBMIT/PREVIEW ETC FORM BUTTONS TO GREEN (green image required) ---
   NO LONGER NEEDED - WE NOW USE <ln -s FIX/green-button.png blue-button.png> 
   TO POINT TO THE MODIFIED GRAPHIC
input.form-submit,
input.teaser-button {                                    
  background: transparent url('images/green-button.png') no-repeat left center;
}
-------------------------------------------------------------------------------------------- */

/* REMOVE MODERATION MESSAGES plus other things that we probably don't intend --------------- 
.messages { 
display: none;
}
*/

/* DISPLAY TERMS IN LARGER FONT ------------------------------------------------------------- */
.terms {
font-size: 12px;
}

/* GREEN COLOUR CHANGES --------------------------------------------------------------------- */
.field-content a { 	/* Views2 links */
color: green;
font-size: large;
}
.content a { 		/* node content (i hope) */
color: darkgreen;
}

.terms a {		/* just some more  green text on the taxonomy links this time */
color: darkgreen;
}

.title a { 		/* more green - title's with links this time */
color: darkgreen;
}

.views-field a {	/* more green this time for views2 listings */
color: darkgreen;
font-size: 12px;
font-weight: normal;
}

.help {
  background-color: transparent;
  border: 2px solid green;
  color: gray;
}

.help a {
  color: green;
}

/* LEGAL ISSUES - FOOTER ON EVERY PAGE - see also changes to drupal_is_front_page in template.php ------- */
.block.block h2 {
display: none;
}
#legal-notice a {	/* change link color to green for footer/legal notice */
color: green;
}

/* REMOVE COLLAPSIBLE MENU'S FROM INPUT FORMS ------------------------------------------------  */
/* together, the following three remove the "collapsible" sections of the input fields.... 	*/
/* 	- vocabulary, which is permanently open							*/
/*	- input formats, which is permanently closed, defaults to "full HTML"			*/
/*	- you tube thumbnail, which appears not to work anyway and is permanently closed.	*/
/* but only within content, otherwise we lose drop-downs in the admin menu too 			*/
#content-wrapper .tips {                 /* removes html filter choices for punters - should default to full html */
display:none;
}
#content-wrapper legend {                /* removes "vocabularies" from within <legend> tag in input forms */
display:none;
}
#content-wrapper .collapsed {            /* removes "input format" (which defaults to full HTML) and youtube thumbnail option */
display: none;
}

/* FLOAT TEACHER'S PICTURES TO THE LEFT ------------------------------------------------------ */
.views-field-field-teacher-picture-fid img {
float: left;
margin: 10px;
}

/* TRY TO MAKE THE TEACHER'S VIEWS TITLE BOLD ETC --------------------------------------------- */
.views-field-title .field-content {
font-size: 20px;
}

/* REDUCE SIZE OF URL AND EMAIL LINKS FONT ---------------------------------------------------- */
.views-field-field-teacher-url-value a {
font-size: 14px;
}
.views-field-field-teacher-email-email a {
font-size: 14px;
}

#sidebar-last .rounded-block 
{
width: 0px; height: 0px; float: right;
}


/* STYLING OF RESOURCE VIEW --------------------------------------------------------------------*/
/* this part is the view each resource category listing */
.view-resource-index .views-row  {
background-color: white;
width: 400px;
padding-top: 0;
}
.view-resource-index .item-list .field-content { 
font-size: 12px;
line-height: 10px;
}
.view-resource-index .views-field-title {
width: 50%;
color: black;
}
.view-resource-index .views-field-tid {
color: black;
}
.view-resource-index .item-list a,p {
font-size: 12px;
line-height: 14px;
margin-bottom: 0.25em;
margin-top:0.25em;
}
.view-resource-index a:link {
font-weight: 100;
}
.view-resource-index a:visited {
color: #86bd85;
font-weight: 500;
} 
.view-resource-index a:hover {
color: #164000;
color: darkorange;
text-decoration: none;
font-weight: 300;
}
.view-resource-index thead { display: none; }

/* this part is the index table (ie: listing of the taxonomy with links to content) */
.view-resource-taxonomy .views-table td {
color: black;
}
.view-resource-taxonomy thead { display: none; }




/* EXPERIMENTS - TO BE REMOVED */
.views-field-field-gigdate-value  {font-weight: normal;}

