/*  CSS Document - lynda.com  */

/* body below was commented out .. we did have 2 body {} definitions so I put them to together in main.css */
/*body {
	margin: 0px;
	padding: 20px 10px 20px 30px;
	
	
	font-family: dejavu_serifbook;
	font-size:16px;
	
	background: #000;
	
	
}*/

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on December 18, 2013 */



@font-face {
    font-family: 'dejavu_serifbook';
    src: url('../fonts/dejaVuKit/dejavuserif-webfont.eot');
    src: url('../fonts/dejaVuKit/dejavuserif-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dejaVuKit/dejavuserif-webfont.woff') format('woff'),
         url('../fonts/dejaVuKit/dejavuserif-webfont.ttf') format('truetype'),
         url('../fonts/dejaVuKit/dejavuserif-webfont.svg#dejavu_serifbook') format('svg');
    font-weight: normal;
    font-style: normal;

}


#navMenuDiv {
	margin: 5px auto;
	padding: 0px;
	font-size:18px;
	/*font-size:72px;
	color:#0FC;*/
	/*text-align:center;	*/
	/*border: red 1px solid;*/
	width: 810px;  /* Make this the exact with of the NOTE below */
	
					
}


/* Note: Will have to alter the widths so that menu elements are touching is over
so when moving the mouse around it doesn't switch to an arrow... stays as a hand */


ul#navMenu, ul.sub1, ul.sub2 {
	
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	z-index:10000000;
	
	
}

ul#navMenu li {
	
	/*outline: 1px solid red;*/
	/*width: 90px;*/
	margin-left:50px;				/* NOTE was 9* HEY. Change this to centre the menu buttons*/
	text-align:left;
	position: relative;
	float: left;
	
}

ul#navMenu a {

	text-decoration: none;
	display:block;
	/*width: 80px;*/
	height:40px;
	padding: 0px 0px 0px 5px;           /* this is the height of menu items */
	/*line-height: 37px;*/
	background: #000;
	color:#999;
	
	/*border:#0F3 solid 1px;*/	
	/*font-size:12px;*/
	/*border: solid 1px #CCC;
	
	border-radius: 5px;*/
		
}

ul#navMenu .sub1 a {    /* important that the spacing is inbetween the "a" elements - not the "li" */
	margin: 0px;
	padding: 2px 0px 2px 5px;
	width: 150px;
		/*border:#0F3 solid 1px;	*/	
}

ul#navMenu .sub2 a {    /* important that the spacing is inbetween the "a" elements - not the "li" */
	margin-left: 10px;
		
	
}


ul#navMenu li:hover a:hover {
	/*background-color:#F00;*/
	color:#fff;
	
	
	
		
}

/*ul#navMenu li:hover > a {
	background: rgba(54, 25, 25, .5);
}*/

/*ul#navMenu li:hover a:hover {
	background-color:#F00;
	
	
		
}*/


ul#navMenu ul.sub1 {
	display:none;  /* this used to be display none */
	/*background-color:#309;*/
	position:absolute;
	top: 40px;
	left: 0px;	
	
}

ul#navMenu ul.sub2 {
	display:none;  /* this used to be display none */
	position:absolute;
	top: 0px;
	left: 91px;	
	
}

ul#navMenu li:hover .sub1 {
	display:block;
	
}

ul#navMenu .sub1 li:hover .sub2 {
	display:block;
	
}



/*p { margin: 0px 0px 1em 0px; }*/

/*a, a:visited { color: #00f; }*/
 
img.background { position: fixed; right: 0px; bottom: 0px; }


.title {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 70px;
	height: 100%;
	background:url("../images/title_large.png") no-repeat 0px 5px;	
}

.topHeading  {

	margin: 0px auto;
	padding: 0px;
	width: 900px;
	
	
	/*border: #F00 solid 5px;*/
	
}


/***************************  Narbar *********************** */

/*#navbar {
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	width: 900px;
	
	text-align: center;
	
	font-size: 18px;	
}

#navbar a, #navbar a:visited {
	color: #999;
	
	line-height: 30px;
	padding: 6px 10px;
	text-decoration: none;
}

#navbar a:hover {
	color: #FF0; 
	
	background-color: #333;
}
#navbar a:active {
	color: #06F; 
	text-decoration: none;
}*/

#mainContainer {
	
	margin:50px auto 0px auto;
	width: 960px;
	/*border: 1px solid #ccc;*/
	clear:both;
	
	
}

#stretchIt {
	clear:both;
	
}


#pageFrameLeft {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 450px;
	min-height: 400px;
	float: left;	/*border: #C90 solid 1px;*/
}

#pageFrameLeft p , #pageFrameRight p, #pageFrameLeft a { color:#e5aa2c; }



#pageFrameRight {
	
	margin: 10px 0px 0px 0px;
	padding: 0px;
	width:400px;
	min-height: 400px;
	
	float: right;
	
	
}

/*#pageFrameRight p { color:#e5aa2c; }*/

#pageFrameRight .fp_dateBox {
	margin:0px 0px 10px 0px;	
}


#pageFrameRight .fp_subParagraphBox {
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 0px 15px;
	font-size: 14px;
	
}

#pageFrameLeft .fp_subParagraphBox {
	margin: 0px 0px 25px 0px;
	padding: 0px 15px 0px 15px;
	font-size: 16px;
	
}



/*Original line.*/
/*.gallery { width:100%; margin: 0px auto; position:relative; }*/

.gallery { width:100%; margin: 0px auto; float:right; /*border:#999 solid 1px; */}

.gallery .sorting {margin: 0px 0px 15px 0px; border: 1px solid #6d4d2e; background-color: rgba(109,77,46,.3); }

.gallery .sorting span {padding: 0px 20px 0px 0px; color: #6d4d2e; font-style: italic;}

.gallery .sorting div {margin: 10px 0px 10px 10px; }

.gallery .sorting a {
	color: #fff;
	font-size: .85em;
	text-decoration: none;
	text-transform: uppercase;
	padding: 3px 20px 3px 20px;
	background:url("../images/check_normal.gif") no-repeat 0px 3px;
}

.gallery .sorting a:hover {color:#e5aa2c;}

.gallery .sorting a.selected {

	color: #e5aa2c;
	background-image:url("../images/check_selected.gif");
	
}





/*.gallery .photos .thumbnail_container { position:relative; background-color: #777; }*/
.gallery .photos .thumbnail_container { position:relative;}

.gallery .photos .thumbnail_container a.thumbnail {position:absolute;}
.gallery .photos .thumbnail_container a.thumbnail img {width:75px; height: 75px; border: 1px solid #6d4d2e;}


/* The following Line makes the thumbs bigger on the Home page only.*/
.gallery .photos .thumbnail_container a.thumbnail img.bigThumb {width:165px; height: 165px; border: 1px solid #6d4d2e;}


/* Keep these !! sg May 2014 */
img.bigThumb {width:165px; height: 165px; border: 1px solid #6d4d2e; padding:5px;}
img.littleThumb {width:75px; height: 75px; border: 1px solid #6d4d2e; padding:5px;}


.clear_both {
	clear:both;
	line-height: 1px;
}

/*.photos { background-color: #555;}*/

/* Vertical */
/*@media screen and (min-heigth:50px) and (max-height:520px) {
	.title {background-image: url(../images/title_small.png);}
	
	}

@media screen and (min-heigth:521px) and (max-height:700px) {
	.title {background-image: url(../images/title_medium.png);}
	 }
	 
	 
@media screen and (min-heigth:701px) {
	.title {background-image: url(../images/title_large.png);}
	
	 }*/

/* Horizontal */
@media screen and (min-width:50px) and (max-width:500px) {
	.title {background-image: url(../images/title_small.png);}
	.title {background-image: url(../images/karenTitleSmall.png);}
	body {padding: 5px 0px 0px 5px;}
	.gallery {width:auto; margin-left: 35px;}
	.gallery .sorting span {display:block; color: #e5aa2c; padding: 0px 0px 20px 0px;}
	.gallery .sorting a {display:block;}
	 }
@media screen and (min-width:501px) and (max-width:960px) {
	.title {background-image: url(../images/karenTitleMedium.png);}
	/*.title {background-image: url(../images/title_medium.png);}*/
	.gallery .sorting span {display:block; padding: 0px 0px 20px 0px;}
	.gallery .sorting a {display:block; width: 35%; float: left; margin-bottom: 5px; }
	
	
	 }
@media screen and (min-width:961px) {
	.title {background-image: url(../images/karenTitleLarge.png);}
	/*.title {background-image:  url(../images/title_large.png);}*/
	.gallery .sorting span {padding:0px 20px 0px 0px;}
	 }
	 

