/**************************
COMMON TO ALL SCREEN TYPES
**************************/


#translator, #google-social, #dvdbanner, #googleAds, #menu, #toplinks, #scrollGallery {
	display: none;
}
header {
	width: 100%;
}
#page-header-text h1 {
	color: #fff;
}
#PageTitle {
	display: none;
}
body {
	font-family: 'Open Sans', sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 0.9em;
}
img {
	max-width: 100%;
}
table td img {
	width: 150px;
	max-width: 100%;
}
table {
	max-width: 100%;
}
#menuholder {
	display: none;
}
#soloImg {
	width: 200px;
	max-width: 100%;
}
/******* PAGE FOOTER *********/

footer {
	background-image: url(../images/bg_washed.png);
	clear: both;
	border-top: solid #999 dotted;
}
footer p {
	font-family: 'Roboto', sans-serif;
	font-size: 0.7em;
	color: #444;
	font-weight: 300;
	text-align: center;
}
/***** TOPLINKS BAR ******/
#toplinks {
	display: none;
}
/****************************
      SOLO IMAGE PAGE
****************************/

.soloImage {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	max-width: 80%;
	clear: both;
}
.soloImageP {
	text-align: center;
}
/****************************
      IMAGE GALLERIES
****************************/

.imgGallery {
	clear: both;
	float: left;
	width: 100%;
}
.imgGallery ul {
	margin: 0 5%;
	padding: 0;
	list-style: none;
	clear: both;
}
.imgGallery h2 {
	clear: both;
	margin: 1em 0 0.5em 0;
	font-size: 1.3em;
	font-family: 'Open Sans', sans-serif;
}
.imgGallery h3 {
	margin: 0 0 0 1em;
	font-size: 0.8em;
	font-family: 'Open Sans', sans-serif;
}
.galImgHold {
	margin-right: auto;
	margin-left: auto;
	width: 200px;
	max-width: 100%;
}
.imgGallery li {
	float: left;
	margin: 1%;
	background-color: #eef;
	background-color: rgba(240, 240, 255, 0.8);
	border-radius: 5%;
	color: #000;
	padding: 5px;
	-moz-box-shadow: 2px 2px 6px #ccd;
	-webkit-box-shadow: 2px 2px 6px #ccd;
	box-shadow: 2px 2px 6px #ccd;
}
.imgGallery li a p {
	margin: 0;
	padding: 5%;
	font-size: 0.65em;
	color: #000;
	text-align: center;
}
.imgGallery a {
	text-decoration: none;
}
.imgGallery img {
	border-bottom: solid #666 thin;
	border-radius: 10%;
	width: 200px;
}
.imgGallery li {
	width: 28.3333%;
}
.imgGallery li:nth-child(3n+1) {
	clear: left;
}
/****************************
          HOME PAGE
****************************/
#WelcomeLogo {
	float: left;
	margin: 0 10px 10px 10px;
	max-width: 95%;
}
#indexSelections a {
	text-decoration: none;
}
#indexSelections p {
	font-weight: 600;
}
#latestUpdates {
	width: 80%;
	margin: 5px 0;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
#latestUpdates a {
	text-decoration: none;
}
#latestUpdates ul {
	list-style: none;
}
#latestUpdates li {
	clear: left;
	display: inline-block;
}
#latestUpdates h3 {
	margin: 4px 0px 2px;
}
#latestUpdates img {
	float: left;
	margin: 8px 4px;
	border-radius: 5%;
	width: 150px;
}
body {
	background-color: #fff;
	margin: 0;
}
header {
	width: 100%;
	background-color: #133FA2;
	background-image: url(../images/title_background.jpg);
	background-repeat: repeat-x;
}
#main-logo {
	float: left;
	background-color: #fff;
	width: 419px;
	margin-left: auto;
	margin-right: auto;
}
#page-header-text {
	clear: both;
	text-align: center;
	font-size: 0.8em;
	margin-top: 5px;
	margin-bottom: 5px;
}
