@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-style: normal;
	background-image: url(blog/wp-content/themes/default/images/kubrickbgcolor.jpg);
}
.thrColFixHdr a {
	text-decoration: none;
}
p {
	font-size: 70%;
}
h2 {
	font-style: italic;
	color: #666;
}
.thrColFixHdr #container {
	width: 1055px;
	margin: 0 auto;
	text-align: left;
	background-repeat: no-repeat;
	background-image: url(images/front/front_container5deckle.gif);
} 
.thrColFixHdr #header {
	background-repeat: no-repeat;
	height: 158px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 38px;
	background-image: url(images/front/shilo_header_index.jpg);
	background-position: 38px;
} 
.thrColFixHdr #container #header #FlashID2 {
	float: left;
}

.thrColFixHdr #header h1 {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 500;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 300;
}
.thrColFixHdr #sidebar1 {
	width: 209px;
	background-position: left top;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-left: 35px;
	float: left;
	text-align: center;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 209px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-right: 35px;
}
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 250px;
	margin-bottom: 0px;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: center;
	
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	text-align: center;
	background-color: #D5ECF4;
	border-bottom-color: #333;
	border-bottom-width: medium;
	border-bottom-style: solid;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#headerLeft a img {
	padding-left: 18px;
	float: left;
}
#headerright {
	padding-top: 10px;
	font-size: 80%;
	text-align: right;
	padding-right: 0px;
	height: 158px;
	padding-bottom: 0px;
	width: 800px;
	margin-left: 190px;
} 
#cart a img{
	padding-right: 40px;
	margin-bottom: 96px;
	}

#headerrightSpry {
	font-size: 100%;
}

.thrColFixHdr #thrColFixHdr a, .bio #bio a, .gallery #gallery a, .palace #palace a, .studio #studio a, .appreciation #appreciation a, .events #events a, .shop #shop a, .contact #contact a {
	color: #B5D5FF;
	background-repeat: no-repeat;
	padding-left: 20px;
	text-decoration: none;
}
td {
	vertical-align: top;
}
.thrColFixHdr .shopInfo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;

}
#eventButton a{
	text-align: center;
	margin-top: 10px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	
}
#container #button1{
	width: 170px;
	padding: 0px;
	text-decoration: none;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
}

#container #button1 a .title {
	padding-left: 5px;
	font-weight: normal;
	text-align: center;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 80%;
	text-decoration: none;
}

#container #button1   a:hover .title{
	color: #1E769C;
	text-decoration: none;	
}
#container #button1 ul li  {
	list-style-type: none;
}

#button1 ul{
	margin-top: 10px;
	margin-left: 0px;
	list-style-type: none;
	list-style-image: none;
	text-decoration: none;
	background-image: url(none);
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-right: 0px;
	float: left;
}
#container #button2 {
	width: 170px;
	text-decoration: none;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;;
}

#container #button2   a:hover .title{
	color: #1E769C;
	text-decoration: none;
}
#container #button2 ul li  {
	list-style-type: none;


}
#button2 ul{
	margin-top: 10px;
	list-style-type: none;
	list-style-image: none;
	text-decoration: none;
	background-image: url(none);
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-right: 0px;
	float: left;
}
