/* 
	SANDVOX GENERALITIES
*/
a img { border: none; }
.clear {clear: both; height: 0;}
#main .clear {clear:left;}
.hidden {display:none;}
img.narrow {
	display: block;
	clear: right;
    float: right;
    margin: 0em 0em 0.8em 0.8em;
}
img.wide {
	clear: both;
	display:block;
}
.ImageElement, .VideoElement { text-align:center;}

.myHighlight {

	text-shadow: 0px 0px black;

	color: #ff8000;

}

/*
	GLOBAL
*/


* { 
	margin:0px;
	padding:0px;
}

body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 76%;
	background: #232323;
	color: #232323;
	word-wrap:break-word;
	line-height: 1.20;
}

#page-container {
	margin: auto;
	max-width: 1024px;
	position: relative;
}


#page {
	background-color: white;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 16px;
	padding-bottom: 16px;
}

a {
	text-decoration: none;
	color: #b41d27;
}

a:hover {
	background-color: #ff8000;
}


h5, h6 {
	font-size: 100%;
}


img {
	border: 0px none;
}

.article-info {
	text-align: right;
	font-style: italic;
	color: #ae2a36;
}

ul, dd {
	padding-left:20px;
}

ol {
	padding-left: 3em;
}

.article p, .article h3, .pagelet p  {
	margin-bottom: 0.8em;
}


/* 
	TITLE & LOGO
*/

#title {
	border-right-width: 0px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-style: solid;
	border-color: #ef932a;
	background-image: url(TitleBkgnd.jpg);
	margin-bottom: 14px;
	position: relative;
	height: 112px;
/*	padding: 0em 0em;*/
	z-index: 0;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-border-top-left-radius: 10px; 
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px; 
	-moz-border-radius-topright: 10px;
	/* no border radius for mozilla because of potential background image */

}

/*
.home-page #title {
	background-image: url(TitleHomeBkgnd.jpg);
	height: 212px;
	background-position: top center;
	background-repeat: repeat-y;
}
*/

h1 {
	position:absolute;
	bottom: 63px;
	left: 16px;
	right: 1em;
	line-height: 1.3;
}

h4 a {
	color: #b41d27;
}

h1 a:hover, h4 a:hover {
	background-color: #ff8000;
}
#title p {
	position:absolute;
	text-align: right;
	bottom: 20px;
	right: 20px;
	text-transform: uppercase;
}

.has-logo h1, .has-logo #title p {
	left: 220px;
}

#logo-container {
	margin-left: 40px;
	margin-top: 5px;
	position:absolute;
	top: 0em;
	left: 0em;
}

#logo-container img {
	width:auto;
	height: 100px;
}
/*
.home-page #logo-container img {
	width:auto;
	height: 200px;
}
*/

/*
	SITEMENU
*/
#sitemenu-container {
	padding: 4px;
	text-align: center;
	width: auto;
	position: static;
	margin-top: 0px;
	margin-bottom: 7px;
	z-index: 0;
	float: none;
	color: #b41d27
}


#sitemenu a {
	color: #b41d27;
	text-decoration: none;
}

#sitemenu a:hover {
	background-color: #ff8000;
}

#sitemenu ul {
	list-style: none;
}

#sitemenu li {
	background-image: url(MenuBknd.jpg);
	padding:5px 10px;
	border-color: #ff8000;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-top-style: solid;
/*	text-transform: uppercase;*/
	margin-bottom: 3px;
	display:inline;
}

#sitemenu li.i1 {
	border-left-style: solid;
	border-left-width: 1px;
	-webkit-border-top-left-radius : 7px;
	-webkit-border-bottom-left-radius : 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 7px;
}

#sitemenu li.last-item {
	border-right-style: solid;
	border-right-width: 1px;
	-webkit-border-top-right-radius : 7px;
	-webkit-border-bottom-right-radius : 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
}

/* IE Hack */
/* Hides from IE5-mac \*/
* html #sitemenu li, * html #sitemenu li a {
	position:static;
}
/* End hide from IE5-mac */

/******
#sitemenu li span.in:before {
	content: ">";
	padding-right: 3px;
	visibility: hidden;
	color: #ae2a36;
}

#sitemenu li:hover span.in:before,
*****/

#sitemenu li.currentPage span.in:before, 
#sitemenu li.currentParent span.in:before, 
#sitemenu li.currentPage, 
#sitemenu li.currentParent {
	background-image: url(MenuBkndSelect.jpg);
	visibility: visible;
}

#sitemenu li.currentParent a {
	color: #dddcc5;
}

/* IE Hack */
/* Hides from IE5-mac \*/
* html #sitemenu li.currentPage, 
* html #sitemenu li.currentParent {
	border-top-width: 2px;
}
/* End hide from IE5-mac */

* html #sitemenu a:hover {
	background-color: #ff8000;
}

*:first-child+html #sitemenu li:hover {
	background-color: #ff8000;
}

#sitemenu li span.in {
	padding: 2px 6px;
}


/*
	PAGE-CONTENT
*/

#page-content {
	margin-top: 1em;
}

#main {	
	border-bottom-width: 0px;	
	border-right-width: 1px;	
	border-left-width: 1px;	
	border-top-width: 1px;	
	border-style: solid;	
	border-color: #ef932a;	
	min-height: 400px;	
	padding: 7px;	
	float: none;
}

.allow-sidebar #main {
	padding-left: 254px;
}

/* positioning fix for IE6 and IE5/Mac, undone for IE5 in ie.css */
* html .allow-sidebar #main {
}

/* IE Hack */
/* Hides from IE5-mac \*/
* html .allow-sidebar #main {
	right: -3em;
}
/* End hide from IE5-mac */


.no-sidebar #main {
	clear: right;
}

#main-content {
/*
	left: 20%;
	width: 80%;
*/
  
	          
	           
  
    
	min-height: 386px;  
	padding: 7px;
}

/*
.home-page #main-content {
	left: 0px;
	width: 100%;
}
*/

.article, .no-callouts {
	position:relative;
}

.article-info {
}

h2 {
	margin-bottom: 1em;
	font-size: 140%;
}

h3 {
	margin-bottom: 1em;
	font-size: 132%;
	margin-top: 1em;
}

.myListing {
	border-style: solid;
	border-color: #ae2a36;
	border-width: 1px;
	border-spacing: 3px 3px;
	border-collapse: collapse;
	background-color: white;
}

.myListing th {
	text-decoration: underline;
	background-color: #f6f6f6;
	font-style:italic;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.myListing td {
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.myListing .l1 td {
	background-color: #fcefe1;
}
.myListing .l2 td {
	background-color: white;
}

/*
	SIDEBAR & CALLOUTS
*/

#sidebar {
	border-color: #ef932a;
	border-style: solid;
	border-right-width: 0px;
	border-left-width: 1px;
	border-bottom-width: 0px;
	border-top-width: 1px;
	min-height: 350px;
	padding-bottom: 7px;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 56px;
	background-color: #fffebf;
	clear: left;
	width: 240px;
	float:left;
	position:relative;
	z-index: 10;
/*	-webkit-border-top-right-radius: 8px; 
	-webkit-border-top-left-radius: 8px; 
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;*/
}

.callout {
/*
	margin-left: -25%;
	margin-top: -45px;
	margin-right: 2em;
	width: 22%;
*/
  
	float: right;
	clear: right;
	padding-left: 2em;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-topright:  7px;
	-moz-border-radius-bottomright: 7px;
	z-index: 0;
}

.listing-index h3 {
	margin-top: 3px;	
	margin-bottom: 0px;
	font-size: 100%;
	
}

             
                         
/* IE Hack */
/* Hides from IE5-mac \*/
* html .callout {
	position:relative;
}
/* End hide from IE5-mac */


.pagelet {
	background-color: #eeeeee;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	margin-bottom: 7px;
	margin-top: 14px;
/*	-webkit-border-radius: 7px;*/
	-webkit-border-top-left-radius: 7px;
/*	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius: 7px;
	-moz-border-radius-bottomleft:  7px;*/
	-moz-border-radius-topleft: 7px;
}

.pagelet.i1 {
	margin-top: 0px;
}

/*
.pagelet.last-item {
	margin-bottom: 2em;
}
*/

.pagelet h4 {
	padding: 1px 0px;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: center;
	background: white;
	color: #696a6d;
/*	-webkit-border-radius: 8px;*/
	-webkit-border-top-left-radius: 5px;
/*	-moz-border-radius: 8px;*/
	-moz-border-radius-topleft: 5px;
}

.pagelet h4 span.in {
	padding-left: 3px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-top: 2px;
}

.pagelet-body {
	background-color: white;
	padding: 8px;
}

.pagelet-body img {
	width: 100%;
}

#sidebar .pagelet.bordered + .pagelet {
	border-top: 2px solid #dddcc5;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

#sidebar .pagelet.bordered + .pagelet.bordered {
	border-top-color: #ff8000;
	border-top: 2px solid;
/*	-webkit-border-radius: 8px;*/
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
/*	-moz-border-radius: 8px;*/
	-moz-border-radius-bottomleft:  7px;
	-moz-border-radius-topleft: 7px;
}

#sidebar div.i1 div.Index-Pagelet li.i6 {
	
	padding-bottom: 12px;
	
}
#callout div.i1 div.Index-Pagelet li.i6 {
	
	padding-bottom: 12px;
	
}


/* 
	PHOTO GRID PAGE
*/

.photogrid-index {
    height:1%; /*  for the IEs */
	position:relative; /* for IE < 7 */
	margin:auto;
    text-align: center;
	padding: 0em 12px;        
}

.gridItem {
/*	display:inline-block; argh! Firefox can't do this */
	float:left;
    position:relative;
    width:150px;
    height:190px;
   	margin:5px;
    overflow: hidden;
/*	-webkit-border-radius: 8px;*/
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
/*	-moz-border-radius: 8px;*/
	-moz-border-radius-bottomleft:  7px;
	-moz-border-radius-topleft: 7px;
}

.gridItem * {
	padding:0px;
	margin: 0px;
}

.gridItem a.imageLink {
	position: absolute;
	bottom:54px;
	left:10px;
	width: 130px;
	display:block;
	text-align:center;
}

.gridItem img {
    border: 1px solid #958976;
    margin: auto;
 }

.gridItem h3 {
	position:absolute;
	top:0px;
	left:0px;
	width:150px;
	height:190px;
	margin: 0px;
	background: transparent;
    font-size: 100%;
}

.gridItem h3 a {
	display:block;
	position:absolute;
	top:0px;
	left: 0px;
	width:150px;
	height: 54px;
	padding-top: 136px;
	background: transparent;
	text-decoration:none;
	text-align:center;
	text-transform: uppercase;
	font-size:100%;
	font-weight:normal;
	color: #ae2a36;
}


.gridItem:hover {
    background-color: #ff8000;
    background: url(photogrid-item-gradient.png) repeat-x;
}

.gridItem h3 span.in {
	margin-top: 136px;
	display:block;
	width: 100%;
	padding:2px;
}

.gridItem h3 a span.in {
	/* if we're inside a link, the link will provide correct positioning */	
	margin-top: 0px; 
}



/* IE Hack */
/* Hides from IE5-mac \*/
* html .gridItem img {
	position: relative;
	top:0px;
}

* html .gridItem h3 {
	position: relative;
	top: 0px;
}
/* End hide from IE5-mac */






/*
	NAVIGATION LINKS
*/
.photo-navigation {
	position:relative;
    height: 21px;
    width:200px;
    margin:0px auto 8px auto;
}

.photo-navigation div {
	width:46px;
	height:21px;
	position: absolute;
    text-indent: -5000em;
}

/* some love for IE5/Mac */
* html .photo-navigation>div {
	text-indent: 5000em;
}

.photo-navigation a {
	border-bottom:none;
	display:block;
	width:100%;
	height:100%;
}

#previous-photo, #next-photo, #photo-list, #previous-photo a, #next-photo a, #photo-list a {
	background-image: url(Arrows.gif);
	background-repeat: no-repeat;
}


#previous-photo	{
    left: 26px;
   	background-position: 0px -39px;
}

#previous-photo a {
	background-position: 0px 0px;
}

#next-photo {
    background-position: -100px -39px;
    left: 133px; 
}
#next-photo a {
    background-position: -100px 0px;
}

#photo-list {
    background-position: -53px -39px;
    left: 83px;
}
#photo-list a {
    background-position: -53px 0px;
}

.image-controls a {
	border-bottom:none !important;
}



/*
	PAGE-BOTTOM
*/

#page-bottom {
	background-color: #fcf0e1;
	font-size: 80%;
	color: #696a6d;
	text-align:center;
	-webkit-border-bottom-left-radius:14px;
	-webkit-border-bottom-right-radius:14px;
	-moz-border-radius-bottomleft: 14px;
	-moz-border-radius-bottomright: 14px;
}

#page-bottom-contents {
	padding-bottom: 4px;
	padding-top: 4px;
	margin-left: 2em;
	margin-bottom: 7px;
	margin-right: 2em;
	margin-top: 7px;
}

#page-bottom a {
	text-shadow: 2px 2px 1px;
	color: #ae2a36;
}

#page-bottom a:hover {
    background-color: #ff8000;
}



/* IE 5/5.5 Hackery to read extra stylesheet */

@media tty {
i{content:"\";/*" "*/}} @import 'ie.css'; /*";}
}/* */
