/* @override http://clients.studio111.com/cassandrabarney/cbglobal.css */

body {
	background: #d5dee0;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#home {
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
}
#artwork,
#bio,
#links,
#contact,
#blog,
#galleries {
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-x;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
#container {
	width: 972px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #d5dee0;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#container_main {
	width: 972px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFEF1;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}
#header {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	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. */
	height: 469px;
	background-image: url(images/header_bg2.jpg);
	background-repeat: no-repeat;
} 
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#header_main {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	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. */
	height: 216px;
	background-image: url(images/main_header.jpg);
	background-repeat: no-repeat;
} 
#header_main h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.homeText {
	font-size: 12px;
	color: #444444;
}
 h2.homeText {
	font-size: 13px;
	color: #444444;
}
.homeText a {
	color: #5b8385;
	text-decoration: none;
}
.homeText a:hover {
	color: #C2692F;
	text-decoration: none;
}
#mainContent {
	background: #d5dee0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 50px;
}
#mainContent_page {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 50px;
	background-color: #FFFEF1;
	margin-right: 205px;
}
#mainContent h1,
#mainContent_page h1{
	font-size: 24px;
	font-weight: normal;
	color: #999;
}
#mainContent_page ul li{
	list-style-type: none;
	text-shadow: #000000 0 0 0;
	font-size: 12px;
	opacity: 1;
	margin-top: 10px;
}
#mainContent_page ul li a{
	color: #5b8385;
	list-style-type: none;
	text-shadow: #000000 0 0 0;
	font-size: 12px;
	opacity: 1;
	margin-top: 10px;
	text-decoration: none;
}
#footer {
	padding: 0 10px;
	background-color: #d5dee0;
} 
#footer_main {
	background-color: #d5dee0;
	background-image: url(images/page_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	clear: both;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
} #footer p,
#footer_main p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	text-align: center;
	color: #777777;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#footer p a,
#footer_main p a {
	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 */
	font-size: 10px;
	text-align: center;
	color: #777777;
}
.navbarLinks_home, 
.navbarLinks_main {
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 3px;
	text-align: left;
}
.navbarLinks_home a, 
.navbarLinks_main a {
	text-decoration: none;
	color: #FFFFFF;
	padding: 2px;
}
.navbarLinks_home a:hover,
.navbarLinks_main a:hover  {
	text-decoration: none;
	color: #5B8184;
}

#apDiv1 {
	width:557px;
	height:23px;
	z-index: 100;
	background-image: url(images/navbarbg2.png);
	background-repeat: no-repeat;
	padding-left: 10px;
	clear: left;
	position: relative;
	top: 469px;
	left: 385px;
}
#apDiv2 {
	width:557px;
	height:23px;
	z-index: 100;
	background-image: url(images/navbarbg2.png);
	background-repeat: no-repeat;
	padding-left: 10px;
	clear: left;
	position: relative;
	top: 216px;
	left: 385px;
}
#home a#homelink,
#artwork a#artlink,
#bio a#biolink,
#links a#linkslink,
#contact a#contactlink,
#blog a#bloglink,
#galleries a#galleryshowlink {
	color: #C2692F
}
#sidebar {
	overflow: auto;
	height: auto;
	width: 167px;
	margin-top: 30px;
	padding: 0px;
	z-index: 1010;
	margin-right: 10px;
	float: right;
	position: relative;
}
.sidebar_head {
	font-size: 11px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #5B8385;
}
.sidebar_info {
	font-size: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.sidebar_event,
.sidebar_event a {
	font-weight: bold;
	text-decoration: none;
}
.sidebar_seeall,
.sidebar_seeall a{
	font-weight: bold;
	color: #5B8385;
	font-size: 10px;
	text-decoration: none;
	text-align: right;
	margin-right: 10px;
}
.content_img {
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.caption span{
	line-height: 15px;
}

#loadarea {
	line-height: 50px;
	font-size: 18px;
}


/* following is for image gallery */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail{
	text-decoration: none;
	font-size: 12px;
}

.thumbnail img{
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

/* following is for photo click */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/photo_click.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#gallery {
	width:675px;
	height:500px;
	position:relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#gallery ul {
	list-style:none;
	padding:5px;
	margin:0;
	width:195px;
	float:left;
	height:219px;
	overflow:auto;
}
#gallery ul li {
	display:inline;
	width:50px;
	height:auto;
	float:left;
	border:1px solid #444;
	cursor:pointer;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0;
}
#gallery ul li img {display:block; width:50px; height:50px;}
#gallery ul li span {
	display:none;
	position:absolute;
	top:235px;
	width:175px;
	font-family:verdana, arial, sans-serif;
	color:#06a;
	font-size:11px;
	line-height:15px;
	left: 5px;
}
#gallery ul li span b {color:#444;}

/* required for IE5.x and IE6 to display the start image size correctly */
#gallery ul li.click i img.default {
	width:auto;
	height:auto;
	border:1px solid #fff;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#gallery ul li.off {display:none;}

#gallery ul li.click {border-color:#fc0; background: gray; cursor:default;
	height: 50px;
}

#gallery ul li.click i {
	position:absolute;
	left:250px;
	top:0px;
	width:450px;
	height:355px;
}

#gallery ul li.click i img {margin:5px auto 0 auto; width:auto; height:auto; border:1px solid #fff;}

#gallery ul li.click span {display:block;
	left: 5px;
	color: #999;
}
#gallery ul li.click span b{
	font-size: 14px;
}
