@charset "utf-8";
body  {
	background: #666666;
	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: #CCCCCC;
	background-image: url(../Templates/mockup/darkBg.gif);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
}
.dalePictures #container {
	width: 1004px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page 
	border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../Templates/mockup/mainconentBg.gif);
	margin-left: auto;
	margin-right: auto;
} 
header {
	background: #DDDDDD;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../Templates/mockup/headerBg.gif);

} 
.dalePictures  #cart img {
	padding-bottom: 0px;
	padding-top: 0px;
}
.dalePictures a {
	color: #FFCC00;
	text-decoration: none;
}
.dalePictures a:hover {
	color: #00CCFF;
}
.dalePictures #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.dalePictures #cart {
	width: 200px;
	padding: 35px 20px 0 20px;
	float: right;
}

.dalePictures p {
	color: #CCC;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.dalePictures #share {
	padding-top: 5px;
	padding-left: 190px;
}
.dalePictures #barShare {
	padding-top: 15px;
	padding-left: 15px;
}
.dalePictures #sidebar {
	background-image: url(../Templates/mockup/siderbarBgLarge1.gif);
	color: #CCCCCC;
	width: 325px;
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 0;
	padding-bottom: 25px;
}
.dalePictures #sidebarContainer {
	float: right;
	width: 320px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-image: url(../Templates/mockup/siderbarBgLarge1.gif);
	color: #FFFFFF;
	clear: right;
	/*padding-bottom: -30px;*/
}

.dalePictures #mainContent {
	/*margin: 0 350px 0 0;*/
	margin: 0;
	width: 650px;
	float:left;
	clear: left;
	padding-left: 10px;
} 
.dalePictures  #dirTree {
	/*margin: 0 350px 0 0;*/
	margin: 15px 40px 10px 40px;
	background-image:url(../Templates/mockup/dirTreeBg.gif);
	padding: 0;
	background-repeat: no-repeat;
	width: 825px;
	clear: both;
	position: relative;
} 
.dalePictures  #dirTree  a{
	/*margin: 0 350px 0 0;*/
	color:#DDDDDD;
} 
.dalePictures  #dirTree  a:hover {
	/*margin: 0 350px 0 0;*/
	color:#00ccff;
	text-decoration: underline;
} 
.dalePictures  #dirTree p {
	padding: 8px 10px 10px 20px;
}
footer {
	padding: 5px 10px 20px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #DDDDDD;
	background-image: url(../Templates/mockup/headerBg.gif);
	clear: both;
	font-size: 85%;
} 
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: 20px;
}
.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;
}
#menuBar {
	background-image:url(../Templates/mockup/menuBg.gif);
	background-repeat:repeat-x;
		}

#sidebarContainer p {
	padding: 10px;
	}
#MenuBar1 li a {
	background-color: transparent;
	color:#FFCC00;
	font-size: 1.1em;
}
#MenuBar1 a:hover, #MenuBar1 a:focus {
	background-image: url(../Templates/mockup/menuBg.gif);
	background-repeat: repeat-x;
	color:#00CCFF
}
#MenuBar1 a.MenuBarItemHover {
	background-image: url(../Templates/mockup/menuBgDown.gif);
	background-repeat: repeat-x;
	color:#00FFFF
}
 #MenuBar1 a.MenuBarItemSubmenuHover, #MenuBar1 a.MenuBarSubmenuVisible {
	background-image: url(../Templates/mockup/menuBgDown.gif);
	background-repeat: repeat-x;
}
#MenuBar1 li {
	background-image: url(../Templates/mockup/menuBg.gif);
	background-repeat: repeat-x;
}
#MenuBar1 li li{
	background-image:none;
	background-color:#333333;
}

 ul.MenuBarHorizontal li 
{
	width: auto;
}
 ul.MenuBarHorizontal ul li, ul.MenuBarHorizontal ul 
{
	width: 12em;
}

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #000000;
}

.shadow {
	left: -7px;
	top: -5px;
	position: relative;
	border: 0;
}
.gallery_image {
	position: relative;
}
.gallery_image_container {
	float: left;
	padding-left: 5px;
	padding-top: 20px;
	padding-right: 5px;
	width: 188px;
}
.gallery_image_container_2 {
	float: left;
	padding-left: 5px;
	position: relative;
	padding-top: 20px;
	padding-right: 15px;
	width: 320px;
}
#sidebarContainer ul {
	margin: 0px;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	list-style-type: none;
}
#sidebarContainer h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	clear: right;
}

#sidebarContainer #sidebar h3 {
	background-color: #000000;
	text-indent: 0px;
	text-align: center;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-right: 10px;
}
#sidebar form {
	background-color: #333333;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#pic_link img {
	float: right;
}
.info {
	font-size: 70%;
	padding: 0px;
	margin: 10px;
}
.story{
	padding: 0px 10px 0px 10px;
	font-size: 100%;
	width: auto;
}

.story p{
	padding: 10px 10px 10px 10px;
	color: #FFFFFF;
	
}
.red {
	color: #F00;
}
special {
}
#special h4 {
	padding-left: 40px;
	color: #F33;
}
#google_add {
	float: right;

}
.title {
	font-family: Tangerine, Verdana, Geneva, sans-serif;
	color: #FC0;
	text-align: center;
	height: 80px;
	width: 700px;
	font-size: 72px;
	font-weight: 700;
	padding-top: 10px;
}
.titleGallery {
	font-family: Tangerine, Verdana, Geneva, sans-serif;
	color: #FC0;
	text-align: center;


	font-size: 64px;
	font-weight: 300;
	padding-top: 10px;
}
.ad {
	padding-top: 25px;
	padding-left: 8px;


}
.DropShadow {
	-moz-box-shadow: 3px 3px 5px 4px #000;
	-webkit-box-shadow: 3px 3px 5px 4px #000;
	box-shadow: 3px 3px 5px 4px #000;
}
.tableImageContainer {
	padding-bottom:10px;
	padding-top:10px;
}
.dalePictures .titlePainting {
	font-family: Tangerine, Verdana, Geneva, sans-serif;
	color: #FC0;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	padding-top: 2px;
}
.titleQuilt {
	font-family: Tangerine, Verdana, Geneva, sans-serif;
	color: #FC0;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	padding-top: 2px;
}
.dalePictures .paintgingName {
	font-family: Tangerine, Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #FC0;
}
.centerText {
	text-align:center;
}
.rightText {
	text-align:right;
}
