/* Start of CMSMS style sheet 'Lori Presthus CSS Menu Horizontal' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

span.menudivider {
 float:left;
}

#menu_vert {
   margin-left: 1px;
   margin-right: 1px;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   background-color: #000000;
   width: 600px;
   margin: 0 auto;
   display: block;
   padding-bottom: 30px;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 200px; 
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}
#primary-nav ul { 
   position: absolute; 
   top: auto; 
   display: none; 
}
#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 
}
	
#primary-nav li { 
   margin-left: -1px;
   float: left; 
}
#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative; 
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 0px 10px 0px 10px;
   font-size: 13px;
}

#primary-nav li a { 
   border-right: 1px solid #000000;
   border-left: 1px solid #000000;
}
#primary-nav li li a { 
   border: 1px solid #C0C0C0;
}	
#primary-nav li, #primary-nav li.menuparent { 
   background-color: #000000; 
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
   background-color: #000000; 
}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { 
/* arrow for menuparents */
   background-image: url(media/images/cms/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   background-color: #000000; 
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%; 
}
/* End of 'Lori Presthus CSS Menu Horizontal' */

/* Start of CMSMS style sheet 'Lori Presthus Main Stylesheet' */
body { color: #f2dc6e; font-size: small; font-family: Georgia, "Times New Roman", Times, serif; background-color: black; text-decoration: none; text-align: center; vertical-align: top; }
p { color: #f2dc6e; font-size: small; font-family: Georgia, "Times New Roman", Times, serif; background-position: center 0; }

a:link { color: #f2dc6e; font-size: small; text-decoration: none; }
a:visited { color: #f2dc6e; font-size: small; text-decoration: none; }
a:hover { color: #8f5c02; font-size: small; text-decoration: none; }
a:active { color: #f2dc6e; font-size: small; text-decoration: none; }

.virtual_google {
   display: block;
   text-indent: -999em;  /* this hides the text */
}

/* relational links under content */
div.left49 {
  width: 49%; /* 50% for both left and right might lead to rounding error on some browser */
  display: block;
  text-indent: -999em;
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}



/* End of 'Lori Presthus Main Stylesheet' */

/* Start of CMSMS style sheet 'Lori Presthus Album Stylesheet' */
/* Album Module CSS for default, ImageGallery, and Thickbox templates */

/* Used for categories to make things clear correctly */
.album_content {
	width:800px; 
	float:left;
}
.clear {
	clear:both
}
/* Album List UL */
.albumlist
{
	margin-left:0;
	padding-left:0;
	float:left;
}

/* Picture List UL */
.picturelist
{
	margin-left:0;
	padding-left:0;
}

/* Album and Picture Lists */
.thumb
{
	padding:0;
	width:150px;
	margin:0;
    
/* Thumbnail spacing */
	text-decoration:none;
	line-height:normal;
	list-style-type:none;
	text-align:center;
	float:left;

}

.thumb a
{
	display:block;
	height:72px; 
/* Set link formatting*/
	width:100px; 
/* Thumb width*/ 
	
/* Thumb height*/
	padding:10px;
/* Thumb padding to form thumb frame */
/* You can set the above to 0px = no frame - but no hover indication!*/
	margin:0;
	background-color:black;
/*Background of thumb */
	border-top:0px solid #eee;
/* Borders of thumb frame */
	border-right:0px solid #ccc;
	border-bottom:0px solid #ccc;
	border-left:0px solid #eee;
	text-decoration:none;
}
.albumcomment { text-align: left; }
.thumb a:visited img
{
	background-color:#eee;
/*Background of thumb on hover - sort of a light grey */
}

.thumb a:hover img
{
	background-color:#dae6e4;
/*Background of thumb on hover - sort of light blue/green */
}

/* CSS for Lightbox follows */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{
        border: 0px; 
	background-color: #000;}

#outerImageContainer{
	position: relative;
	background-color: #000;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(modules/Album/templates/db/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(modules/Album/templates/db/lightbox/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #000;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

/* End of 'Lori Presthus Album Stylesheet' */

/* Start of CMSMS style sheet 'Css Form Styles' */
.orderform fieldset {padding: 1em; background-color: transparent; border: 0px;}
.orderform fieldset legend {font-weight: bold;}
.orderform div.required {color: red;}

.orderform_dropdown select {width: 200px;}
.orderform_dropdown {width: auto; height: 1%;padding-top: 10px;}
.orderform_dropdown label {display: block;width: 80px;float:left;}

.orderform_textinput {width: auto; height: 1%;padding-top: 10px;}
.orderform_textinput label{display: block;width: 80px;float:left;}

.orderform_textarea {width: auto; height: 1%;padding-top: 10px;}
.orderform_textarea label{display: block;width: 80px;float:left;}

.orderform_radiobutton {display: block;width: 500px;padding-top: 10px;}
#orderform_radiobutton {   clear: both; 
display:block; margin-left: 200px;}
#orderform_radiobutton_label {width: 80px; display: inline; float:left; position:relative;}

* html #orderform_radiobutton_label{ /*Simplified box model hack to get IE5 to display width equal to that of form labels*/
width: 190px; /*IE5 width*/
w\idth: 190px; /*IE6 width*/}

.orderform_radiobutton2 {display: block; width: 500px; padding-top: 10px;}
#orderform_radiobutton2 {display:block; padding-left: 200px;   clear: both; 
}
#orderform_radiobutton2_label {width: 190px; display: block; float:left;}
/* End of 'Css Form Styles' */

