/* ---- ReSet ----*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video 
{
	margin: 0 auto;
	max-width: 800px;	
	padding: 0;
	border: 0;
	outline: 0;
	font-family: Arial, sans-serif;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}									
input[type="text"]{font: 18px; color: black; text-align: centre;}
section {display: block;}
a:hover, a:active {outline: none;}

/* ---- ReSet End ----*/

/* ---- COPY OF RUSH LX STYLES TO AMEND ----*/

@font-face {
    font-family: 'AppleChancery';
    src: url('bellavocedata/apple_chancery-webfont.eot');
    src: local("☺"),
         url('bellavocedata/apple_chancery-webfont.woff') format('woff'),
         url('bellavocedata/apple_chancery-webfont.ttf') format('truetype'),
         url('bellavocedata/apple_chancery-webfont.svg#AppleChancery') format('svg');
    font-weight: normal;
    font-style: normal;
}


p {display: block; font-size: 14px;}
table {display:block ; font-size:12px;}
a:link {color: inherit; text-decoration: inherit; }
a:visited  {color: inherit; text-decoration: inherit; }
a:hover { color: #F0782A; }
.b { font-weight: bold; }
.i { font-style: italic;}
.lg { font-size: 125%;}
.n { font-weight: normal; }
.l { text-align: left; }
.c { text-align: center; }
.o { color: #F0782A;}

#bkgrd {
	background-color: #666;
	z-index: -1;
}

#paper {
	background-color: #FFF;
	float: center;
	z-index: 1;
}

#banner {
	position: fixed;
	height: 64px; width: 100%;
	background:url(bellavocedata/border.png) repeat-x; fixed;
	/* background-attachment: fixed; */
	z-index: 9;
}

h2 {
	font-family: AppleChancery;
	font-size: 40px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	color: #000;
	text-shadow: 3px 3px 3px #999;
	padding: 10px;
}

h3 {
	font-family: Arial;
	font-size: 24px; 
	font-weight: bold;
	font-style: normal;
	text-align: center;
	color: #000;
	text-shadow: 2px 2px 2px #999;
	
}

h4 {
	font-family: Arial;
	font-size: 4vw; 
	font-weight: bold;
	font-style: normal;
	text-align: center;
	color: #222222;
}

h5 {
	font-family: Arial;
	font-size: 12px; 
	font-weight: bold; 
	color: #900;
	text-align: left;
	padding-bottom: 3px;
}


@media only screen and (min-width: 720px) {
	
	/*h2 { font-size: 40px;}*/
	 h4 { font-size: 28px;} 
	
	}
	

/*-------------------------*\
	Todd Motto Labs
	URL: www.toddmotto.com
    Responsive Navigation
\*-------------------------*/

a,
a:hover { text-decoration: none; }

ul,
ol { list-style: none; }


/* Navigation styling */

.nav {
	position:fixed;
	display:inline-block;
	z-index: 10;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	padding-top: 15px;
	margin-left: 0px;
	border-radius: 0px ;
	border:0px solid #cccccc;
}
.nav-list {	
}
.nav-item {
	float:left;
	*display:inline;
	zoom:1;
}
.nav-item a {
	display:block;
	padding:18px 14px;
	color:#000;
	
	{color: #F00;}
}

.nav-item:first-child a {
	border-radius: 0px 0 0 0px;
	padding-left: 30px;
}
.nav-item:last-child a {
	border-radius:0 0px 0px 0;
	padding-right: 30px;
}
.nav-item a:hover {
	color: #F0782A;
}

.LogoLrg {display: inline-block; padding: 10px; top: 30px;}
.LogoSm {display: none;}

/* Mobile Navigation */
.nav-mobile {
	display:none; /* Hide from browsers that don't support media queries */
	cursor:pointer;
	position:fixed;
	top: 10px; left: 10px;
	background:#ccb url(../bellavocedata/menuicon.png) no-repeat center center;
	/*height:8vw; width:8vw;*/
	height:36px; width:36px;
	border-radius: 5px;
	border:2px solid #555;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
}


/*------------------------------------*\
    Media Queries
    
   was... @media only screen and (min-width: 320px) and (max-width: 760px)
\*------------------------------------*/

@media only screen and (max-width: 760px) {
	.nav-mobile {
		display:block;
	}
	
/*	.nav-item a:hover {
	color: #000;
}*/

	.nav {
		position: fixed;
		background:#ccb;
		width: 0%;
		margin-left: 5px;
		padding:10px 0 0;
	}
	.nav-list {
		display:none;
		margin-top: -24px;
		margin-left: 5px;
	}
	.nav-item {
		width:140px;
		float:none;
		margin-top:4px
	}
	.nav-item a {
		background: #ccb;
		font-size: 110%;
		text-align: center;
		color: #000;
		border:2px solid #555;
		border-radius: 9px;
		box-shadow: 1px 1px 3px #888;
	
		padding: 5px
	}
	.nav-item:first-child a {
		border-radius: 9px;
		padding: 5px;
	}
	.nav-item:last-child a {
		border-radius:9px;
		padding: 5px;
	}
	.nav-active {
		display:block;
	}
	
h1 { padding-top: 0px; }
h2 { margin-left: 0px;}
	.LogoSm {display: block;}
	.LogoLrg {display: none;}
	
	.nav-mobile-open {
/*		border-radius:5px 5px 0 0;
		-webkit-border-radius:5px 5px 0 0;
		-moz-border-radius:5px 5px 0 0;		
*/ }
	
}
@media only screen and (max-width: 400px) {
h2 { font-size: 10vw;
}

}
/* END of MOBILE NAV  */

/* END OF NAV STYLES  */

#generalbody {
	position: inherit; width: 100%;
	background-color: inherit;
	margin-top: 63px;
	float: left;
	text-align: center;
	margin-left: 0%; margin-right: 0%;
}
#photobox {
	position: inherit;
	height: content;
	width: 94%;
	display: block;
	margin-top: 5px;
	padding: 0px;
	opacity: 1;
	border: 0px solid #AAA;
	text-align: center;
	line-height: 0;
	-webkit-column-count: 3;
	-webkit-column-gap:   0px;
	-moz-column-count:    3;
	-moz-column-gap:      0px;
	column-count:         3;
	column-gap:           0px;
}
#vidtextbox {
	position: inherit;
	display: inline-block;
	height: content; min-width: 200px; width: 40%;
	margin: auto;
	padding: 5px;
	border: 0px solid #f00;
	opacity: 1;
	font-family: Arial;
	font-size: 14px; 
	font-weight: normal;
	text-align: center;
}


#narrowbox {
	position: inherit;
	height: content; width: 500px; max-width: 94%;
	display:inline-block;
	margin-top: 5px;
	padding: 5px;
	background-color: #F6F6F6; border:2px solid #E7E7E7;
	opacity: 1; 
	border-radius: 5px;
	font-family: Arial;
	font-size: 14px; 
	font-weight: normal;
	text-align: center;
}

#glassbox {
	position: inherit;
	opacity: 1;
	height: content;
	width: 94%;
	display: inline-block;
	margin-top: 5px; 
/* padding: 5px; */
	background-color: #FFF;
	font-family: Arial;
	font-size: 14px; 
	font-weight: normal;
	text-align: center;
}
#outlinebox {
	position: inherit;
	height: content; width: 94%;
	display: inline-block;
	margin-top: 5px;
	padding: 5px;
	background-color: #FFF; border:2px solid #AAA;
	border-radius: 5px;
	font-family: Arial;
	font-size: 14px; 
	font-weight: normal;
	text-align: center;
}
#infopanel {
	position: inherit;
	height: content;
	width: 34%;
	min-width: 220px;
	float: right;
	display: inline-block;
	background-color: #ccc;
	border: 0px solid #000;
	margin-left: 20px;
	margin-bottom: 10px;
	padding: 10px;
	font-family: Arial;
	font-size: 14px; 
	font-weight: normal;
	text-align: left;
}
#infopanel2 {
	position: inherit;
	height: content;
	width: 84%;
	min-width: 220px;
	float: left;
	display: inline-block;
	background-color: #ccc;
	border: 0px solid #000;
	margin-left: 20px;
	margin-bottom: 10px;
	padding: 10px;
	font-family: Arial;
	font-size: 14px; 
	font-weight: normal;
	text-align: left;
}

#glassleft {
	position: inherit;
	height: content;
	max-width: 56%;
	float: left;
	display: inline-block;
	padding: 2vw;
	background-color: #FFF;
	border: 1px solid #000;
	font-family: Arial;
	font-size: 14px; 
	font-weight: normal;
	text-align: center;
}
@media (max-width: 530px) {
  #photobox {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
  #infopanel { display: none; }
	
}
@media (min-width: 530px) {
  #infopanel2 { display: none; }
}

/* Not used yet
/* Amend Margin to margin-top


#greyboxhc {
	position: inherit;
	height: content; max-width: 94%;
	display:inline-block;
	margin: 5px;
	padding: 5px;
	background-color: #FAFAFA; border:2px solid #E7E7E7;
	opacity: 1; 
	border-radius:5px;
	font-family: Arial;
	font-size: 14px; 
	font-weight: normal;
	text-align: center;
}
#letterbox {
	position: inherit;
	height: content; width: 84%;
	display: inline-block;
	margin: 5px; 
	padding: 20px;
	background-color: #FFF; border: 1px solid #EEE;
	font-family: Arial;
	font-size: 14px; 
	font-weight: normal;
	text-align: left;
	line-height: 150%;
}

.hlist li {
  display: inline-block;
}
.hlist li:before {
	content: '\00a0\00a0\263C\00a0\00a0\00a0';	
}
/*  .hlist li:first-child:before {
	content: '';
}   */


