/* General style sheet for laurashannon.net web site */

/* -------------------------------------------------------------- */
/* Clear various browser-specific settings and unhelpful defaults */

/* Get rid of borders */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* Get rid of arbitrary font sizes */
h1,h2,h3,h4,h5,h6,pre,code
{ font-size:1em; }

/* Get rid of markers in lists */
ul,ol
{ list-style:none }

/* Remove underlines in links */
:link,:visited { text-decoration:none }

/* Get rid of borders around link images */
a img,:link img,:visited img
{ border:none }

/* Don't have addresses in italics */
address { font-style:normal }

/* -------------------------------------------------------------- */

/* Very general settings */

p {
	margin-top: 0;
	margin-bottom: 0.5em;
	}

h1 {
	font-size: 2em;
	margin-bottom: 0.4em;
	}	

h2 {
	font-size: 1.6em;
	margin-bottom: 0.3em;
	}	

h3 {
	font-size: 1.3em;
	margin-bottom: 0.2em;
	}	

h3 {
	font-size: 1.2em;
	margin-bottom: 0.1em;
	}	

hr {
	height: 1px;
	width: 60%;
	background: #888;
	}

a {
	color: #00f;
	}
	
a:visited {
	color: #00f;
	}
	

/* headerBox - the banner at the top */

#headerBox { 
	background-color: #505;
	background-image: url("pix/header.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	height: 112px;
	text-align: center;
	color: #FFF;
	border-bottom: 2px solid white;
	}
	
/* Fix for IE6 */
* html #headerBox {position: absolute; }

/* headerIndex - class for navigation links in the banner */


ul.headerIndex {margin-top: 80px; }

ul.headerIndex li {display: inline; }

ul.headerIndex a { font-size: 20px;
	font-size: 1.1em;
	font-variant: small-caps;
	color: #FFF;
	padding: 4px 8px 2px 8px;
	margin-left: 2px;
	margin-right: 2px;
	border-top: 1px solid #BBB;
	border-left: 1px solid #BBB;
	border-bottom: 1px solid #444;
	border-right: 1px solid #444;
	background-color: #707;
	}

ul.headerIndex a:hover {
	color: #F08;
	}

/* contentBox - the area below the banner */

#contentBox {
	text-align: center;
	margin-top: 112px;
	padding: 12px;
	color: #808;
	}

.contentGeneral {
	text-align: justify;
	}


/* Gallery table */

.galleryTable td {
  	padding: 8px;
  	text-align: center;
	color: #808;
  	}

.galleryCol {
	width: 48%;
	}

.galleryContinued {
	text-align: center;
	font-size: 1.4em;
	margin-right: 24px;
	margin-bottom: 8px;
	}
	
.galleryContinued a {
	color: #808;
	}
	
.galleryContinued a:hover {
	color: #F08;
	}

/* Videos */

.videoListBox {
	text-align: left;
	float: left;
	width: 320px;
	margin-left: 20px;
	margin-right: 16px;
	}

ul.videoList li {
	margin-top: 8px;
	margin-bottom: 16px;
	}

ul.videoList a {
	font-size: 1.4em;
	color: #808;
	}

ul.videoList a:hover {
	color: #F08;
	}
  
/* Details box - on workshop pages */

.detailsBox {
  	float: right;
  	text-align: right;
  	margin: 8px;
  	padding: 8px;
  	border: 1px solid #808;
  	}
  
.detailsBox a {
  	font-size: 1.4em;
  	}
  
/* Articles pages */

.articlesContent {
  	text-align: left;
  	margin-left: 300px;
  	}

.articlesPicture {
	float: left;
	width: 268px;
	text-align: center;
	margin: 12px;
	}

ul.articlesList {
	}

ul.articlesList li {
	margin-top: 8px;
	margin-bottom: 8px;
	}

ul.articlesList a {
	font-size: 1.2em;
	color: #808;
	}

ul.articlesList a:hover {
	color: #F08;
	}

.articlesYear {
	font-size: 0.8em
	}	

/* Very general (default) text styling classes */

.txQuote {
 	font-style: italic;
	}

.txStress {
 	font-weight: bold;
	}

.txRedBold {
 	font-weight: bold;
 	color: #F00;
	}

.txBlockHilite {
  	background-color: #808;
  	color: #fff;
  	font-size: 0.9em;
  	padding: 2px;
  	}

.linkSelected {
	font-weight: bold;
	}

