/* colors 
#f8f9fb bluish off white
#faf7f2 warm off white

#e7c794 light yellow brownm
#a69174 darker greenish brown
#a18989 mauve
#636268 medium purple (water)
#57565e shadow purple

#78abec sky blue
#35668e intense lake blue

#1a1914 very dark green




calendar colours:
#A69386 darker bronze
#d3d2ce light grey warmish
#d8cdc2 light old pink
*/

@charset "UTF-8";



body  {
	color:#57565e;
	font-size: 90%;
	background-color: #f8f9fb;

}


.mainstyle p {
	padding-bottom: 10px;
}


.mainstyle h1 {
	font-weight:normal;
	color: #fae9ae;
}
.mainstyle  h2, h3, h5  {
	font-weight:normal;
	color: #a18989;
}

.mainstyle  h4  {
	font-weight:normal;
	color: #d8cdc2;
}
.mainstyle  h5  {
	font-size: 1em;
	margin-bottom: 10px;
}


.mainstyle a:link {
	color: #a18989;
	text-decoration: none;
}

.mainstyle a:visited {
color: #a18989;
}

.mainstyle a:hover, a:active {
color: #78abec;	
}


.mainstyle #container {
	background-image: url(images/starsongstudio_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiqHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/

.mainstyle #sidebar1 {
}
.mainstyle #sidebar2 {

}

.mainstyle #contact a {
	
}

.mainstyle #contact  a:link, #contact a:visited {
	color:  #a18989;	
	border-bottom: 2px solid #A69386;
}

.mainstyle #contact  a:hover, #contact a:active {
	color:#78abec;
	border-bottom: 1px solid #78abec;
}

.mainstyle #contact #thisdirectory a:link, #thisdirectory a:visited, #thisdirectory a: hover, #thisdirectory a: active {
color: #383757;
	border-bottom: 1px solid #AB9A64;
}

.mainstyle #nav_side  a:link, #nav_side a:visited {
	color: #1a1914;
	border-bottom-width: 2px;
	border-bottom-color: #1a1914;
	border-bottom-style: solid;

}
.mainstyle #nav_side  a:hover, #nav_side a:active {
	color:#78abec;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A69386;
}

.mainstyle #nav_side #thisgallery a:link, #thisgallery a:visited, #thisgallery a:hover, #nav_side #thisgallery a:active {
	color: #78abec;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #a18989;
}

.mainstyle #harpernav {
	color: #FFFFF6;
}



/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/



.mainstyle #header {
	
}


.mainstyle #headerimage img {
	overflow: visible;
	z-index: 1;
	position: relative;
	left: -10%;
	border-style: none;
}

.mainstyle #logo {
	float: left;
	background-image: url(images/photography.gif);
	background-repeat: no-repeat;
	height: 31px;
	width:450px;
	background-position: right;	
}

.mainstyle #top_navbar {
	background-color: #d3d2ce;
	border-top: 2px solid #d3d2ce;
	border-bottom: 2px solid #d3d2ce;
	background-image: url(images/spiralbar.png);
	background-repeat: repeat-x;
	background-position: left;	
}

/* style the links in the nav list */

.mainstyle #top_navbar  ul {
	background-color: #d3d2ce;
}
.mainstyle #top_navbar  a:link,  #top_navbar a:visited {	
	color:#a18989;
	font-weight:normal;
}
.mainstyle  #top_navbar a:hover, #top_navbar a:active   {
	color: #f8f9fb;
	border-bottom-width: 2px;
	
}
/* special style for link to identify current page */
.mainstyle #top_navbar #thispage a:link,  #top_navbar #thispage a:visited,  #top_navbar #thispage a:hover,  #top_navbar #thispage a:active {
	color: #fbfcfe;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #a18989;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #a18989;
}

.mainstyle #navbox {

	text-align:right;
	width: 100%;
	margin-top:300px;
	
}

.mainstyle #navbox h3, h4 {
	font-variant: small-caps;
	margin:0;
	background-color:#A69386;
	color: #e7c794;
	padding: 0 20% 0 5px;
	font-size:1.2em;
	
}
.mainstyle #navbox ul li {
	display:block;
	border-top: 2px solid #1a1914;
	color: #1a1914;
	padding-top:3px;
	padding-bottom:3px;
	font-weight: bold;	
}
.mainstyle #navbox li:hover  {
	color: #BAA95C;
	padding-top: 4px;
	border-top: 2px solid #6e7377;
}
.mainstyle #navbox a:link, #navbox a:visited {
	color: #1a1914;
}
.mainstyle #navbox a:hover, #navbox a:active {
	color: #78abec;
}
.mainstyle #navbox #this_navbox a:link, #navbox #this_navbox a:visited, #navbox #this_navbox a:hover, #navbox #this_navbox a:active { color: #a18989;
}

.mainstyle #navbox .navbox_submenu a:link, #navbox .navbox_submenu a:visited {
	color: #636268;
	font-weight: normal;
}
.mainstyle #navbox .navbox_submenu a:hover, #navbox .navbox_submenu a:active {
	color: #78abec;
}
.mainstyle #navbox #this_navbox .navbox_submenu a:link, #navbox #this_navbox .navbox_submenu a:visited {
	color: #6e7377;
}
.mainstyle #navbox #this_navbox .navbox_submenu a:hover, #navbox #this_navbox .navbox_submenu a:active {
	color: #78abec;
}
.mainstyle #navbox #this_navbox .navbox_submenu #this_link a:link, #navbox #this_navbox .navbox_submenu #this_link a:visited, #navbox #this_navbox .navbox_submenu #this_link a:hover, #navbox #this_navbox .navbox_submenu #this_link a:active {
	color: #78abec;
}


.mainstyle #breadcrumbs {
text-align:right;
margin: 5px 0;
}
.mainstyle #breadcrumbs a:link {
text-decoration: none;
}

.mainstyle #maintext {
	background-image: url(images/starsongstudio_photo_draft3.gif);
	background-repeat: no-repeat;
	background-position: right top;	

}


#newsletter_link   span  {
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
	color: #f3dc7a;
	font-size: 1.1em;
}
#newsletter_link     span     a:link  {
	text-decoration: none;

}

#newsletter_link span a:visited {

}

.mainstyle #shopnews img{
	margin-right: 3%;
	border: 2px solid #AD9B65;	
}


.mainstyle #footer_navbar a:hover, #footer_navbar a:active {
color: #E2D9B3;
}


 
.emptycell {
	
}

#container #maintext {
 min-height: 1090px;
}


#maintext table {
	margin-bottom: 15px;
}

#container #maintext td {
	padding: 3px;
	border: 1px solid #d3d2ce;
	font-size: 0.8em;
	text-align: center;
}

#container #maintext th {
	padding: 3 px;
	border: 2px solid #a69174;
	text-align: center;
	font-weight: bold;
	
}
#container      #maintext       #images   td   {
	
}

#container #maintext table a:link, table a:visited {

}

#container #maintext table a:hover, table a:active {

}

.mainstyle #mainContent table.paybuttons td {
	padding:5px;
	width:auto;
	text-align:left;
}

.mainstyle #mainContent table.paybuttons td form {
float: right;
padding: 10px 5px 5px 5px;
}
.mainstyle #mainContent table.image_index td p {
	margin-left:0;
	padding-left:3px;
	margin-bottom:0;
	padding-bottom:0;
	width:auto;
	text-align:left;
}


.mainstyle #mainContent table.image_index td p a{
 text-decoration: none;

}

.mainstyle #mainContent table.image_index td a img{
margin-top:0;
margin-left: 3px;
margin-right:3px;
padding: 20px;
border:none;
border-top:1px solid;
text-align:center;

}

table td.thumb {
width: 142px;
height:142px;
padding:1px;
text-align:center;
border:3px solid #363023;

}

table td.record {
width: 426px;
text-align:left;
padding:0px 20px;
border:3px solid #363023;
vertical-align:top;
}

table td.index {
width: 142px;
height:142px;
border:3px solid #363023;
}

.mainstyle #calendar {
margin:20px;
}

.mainstyle #calendar img {
	height:80px;
	margin: 2px;
}


.mainstyle #newinshop_side {
	margin-top: 20px;

}

.mainstyle #newinshop_side a {
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 20px;
	text-decoration: none;

}

.mainstyle #newinshop_side img {
	margin:0;
	padding: 0px;
	width: 150px;
	height: 43px;
}


