@charset "UTF-8";
* html img,

* html .png{

    position:relative;

    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",

        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",

        this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),

        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",

        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)

    );

}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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 */
	
}

.html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, 
h6 {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
}
.thrColFixHdr a:link{ 
	color:#282827;
}
.thrColFixHdr a:hover{ 
	color:#FFFFF;
}
.thrColFixHdr a:visited{ 
	color: #696;
}
.thrColFixHdr #container { 
background-image: url(images/Vector-Smart-Objectgrey.png);
	width: 900px;
	background-repeat:no-repeat;
	background-position:left top;/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
margin: 0px 0px 0px 0px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	margin: 0px 0 0 100px;
	border-bottom-width:1px;/* 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. */
} 
.thrColFixHdr #header h1 {
	margin: 0;
	font-style:normal;
	text-align:center;
	font-weight:200;
	font:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:100;
	letter-spacing:2px;
	
	
	/* 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 */
	/* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
 
.thrColFixHdr #photostrip { 
	margin: 0px 0 0 100px;
	padding: 0 px 0 px;
	/* 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. */
} 
.thrColFixHdr #photostrip h1 {
	padding: 5px 5px 5px 5px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #intro { 
	margin: 10px 30 0 100px;
	padding: 0 0px 0 0px;
	background-image: url(images/eventphotosantabarbara_introyel.png);
	background-repeat:no-repeat;
	background-position:right top;
	height:255px;
	/* 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. */
} 
.thrColFixHdr #intro h1 {
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	text-align:left;
	margin: 0px;
	padding: 70px 40px 0px 400px;
	font-weight:200;
	font-size:20px;
line-height: 30px;
color:#272728;

}
.thrColFixHdr #intro h2 {
	text-align:right;
	margin: 0px;
	padding:16px;
	font-weight:700;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif; 
line-height: 12px;
color: #0006;


}
.thrColFixHdr #intro h2 a:link {

	color: #000;
}
.thrColFixHdr #intro h2 a:hover{ 
	color:#f68a56;
}
.thrColFixHdr #intro h2 a:visited{ 
	color: #333;
}
.thrColFixHdr #sidebar1 { 
	margin: 0px 0px 0 0;
	float:left;
	height:300px;
	width:200px;
	background-image:
	url(images/eventphotosb_sidebarcopy.png);
	background-repeat:no-repeat;
	background-position:right;
	
	
	  /* 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. */
} 
.thrColFixHdr #sidebar h1 {
	text-align:right;
	
	/* 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: 5px 5px 5px 5px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrColFixHdr #navbar {
 	margin: 0 0px 0 220px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	background-color:#000;
	height:30px;
	-moz-border-radius-topright: 24px;
	-moz-border-top-colors: #33C;
	
	-webkit-border-top-right-radius: 24px;

-moz-border-radius-topright: 24px;
	 
	
}
.thrColFixHdr #navbar h1{
 	padding: 2px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-style:caps;
	font-variant:small-caps;
	color:#FFF;
	font-weight:800;
	font-size:16px;
	letter-spacing:2px;
	text-align:center;
	
	
	
	
}
.thrColFixHdr #navbar h1 a:link{
 	
color:#dbd522;
	
	
	
	
}
.thrColFixHdr #navbar h1 a:hover{
 	
color: #dbd522;
	
	
	
	
}
.thrColFixHdr #navbar h1 a:visited{
 	
color: #CCC;
	
	
	
	
}
.thrColFixHdr #mainContent {
 	margin: 0 0px 0 220px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding:12px 12px 0px 24px;
	background-color: #FFF;
	border: 1px solid #e5e4d3;
	 
	
}
.thrColFixHdr #mainContent h1{
 	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px;
	line-height:22px;
	color: #666;;
	font-weight:200;
	text-align:left;
	
	
}
.thrColFixHdr #mainContent h1 a:link{
 	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px;
	font-weight:900;
	line-height:22px;
	border:thin;
	border-bottom-style:dotted;
	border-top-style:dotted;
	border-right-style:dotted;
	border-left-style:dotted;
	color: #96933d;
	text-align:left;
	padding: 2px;
	text-decoration:none;
	
	
}.thrColFixHdr #mainContent h1 a:hover{
 	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px;
	font-weight:900;
	line-height:22px;
	border:thin;
	border-bottom-style:dotted;
	border-top-style:dotted;
	border-right-style:dotted;
	border-left-style:dotted;
	color:#f68a56;
	text-align:left;
	padding: 2px;
	text-decoration:none;
	
	
}.thrColFixHdr #mainContent h1 a:visited{
 	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px;
	font-weight:900;
	line-height:22px;
	border:thin;
	border-bottom-style:dotted;
	border-top-style:dotted;
	border-right-style:dotted;
	border-left-style:dotted;
	color: #b5b131;
	text-align:left;
	padding: 2px;
	text-decoration:none;
	
	
}
.thrColFixHdr #mainContent h2{
 	font-family: Arial, Helvetica, sans-serif; 
	font-size:22px;
	line-height:38px;
	color:#96933d;
	font-weight:500;
	text-align:left;
	
	
}
.thrColFixHdr #mainContent h3{
 	font-family: Arial, Helvetica, sans-serif; 	
	font-size:14px;
	line-height:24px;
	color: #000;
	
	font-weight:900;
	text-align:left;
	
	
}
.thrColFixHdr #mainContent h4{
 	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px;
	line-height:22px;
	color: #666;
	font-weight:600;
	text-align:left;
	
	
}
.thrColFixHdr #mainContent h5{
 	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;
	font-style:normal;
	letter-spacing:1px;
	line-height:22px;
	color:#96933d;
	font-weight:400;
	text-align:left;
	
}
.thrColFixHdr #mainContent h6{
 	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;
	font-style:bold;
	font-weight:900;
	
	line-height:24px;
	color: ##96933d;
	text-align:left;
	padding: 0 20px 0px 0px;
	
}
.thrColFixHdr #mainContent p{
 	font-family: Arial, Helvetica, sans-serif; 
	font-size:14px;
	line-height:28px;
	color: #666;;
	font-weight:900;
	text-align:left;
	
	
}
.thrColFixHdr #mainContent p a:link{
 	font-family: Arial, Helvetica, sans-serif; 
	
	border:thin;
	border-bottom-style:dotted;
	border-top-style:dotted;
	border-right-style:dotted;
	border-left-style:dotted;
	color: #96933d;
	text-align:left;
	padding: 2px;
	text-decoration:none;
	
	
}.thrColFixHdr #mainContent p a:hover{
 	font-family: Arial, Helvetica, sans-serif; 
	
	border:thin;
	border-bottom-style:dotted;
	border-top-style:dotted;
	border-right-style:dotted;
	border-left-style:dotted;
	color:#f68a56;
	text-align:left;
	padding: 2px;
	text-decoration:none;
	
	
}.thrColFixHdr #mainContent p a:visited{
 	font-family: Arial, Helvetica, sans-serif; 
	
	border:thin;
	border-bottom-style:dotted;
	border-top-style:dotted;
	border-right-style:dotted;
	border-left-style:dotted;
	color: #b5b131;
	text-align:left;
	padding: 2px;
	text-decoration:none;
	
	
}

.thrColFixHdr #footer { 
	margin: 0px 0 0 220px;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#dbd522;
	border:thin;
	border-color:#dbd522;
	
	-moz-border-radius-bottomleft: 24px;
	-moz-border-top-colors: #33C;
	
-webkit-border-bottom-left-radius: 24px;

	-moz-border-radius-bottomleft: 24px;
	
-webkit-border-bottom-left-radius: 24px; 
} 
.thrColFixHdr #footer h1 {
	font:Georgia, "Times New Roman", Times, serif;
	font-size:9px;
	line-height:14px;
	text-align:center;
	font-weight:200;
	
	color:#333;
	
	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 */
}
.thrColFixHdr #footer a:link{ 
	color: #272728;
	
}
.thrColFixHdr #footer a:hover{ 
	color: #f95486;
	
}
.thrColFixHdr #footer a:visited{ 
	color:#FFF;
	
}

.thrColFixHdr #credit { 
	margin: 0px 0 0 220px;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
} 
.thrColFixHdr #credit a:link{ 
	color: #272728;
	
}
.thrColFixHdr #credit a:hover{ 
	color: #f95486;
	
}
.thrColFixHdr #credit a:visited{ 
	color: #00000;
	
}

.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: 12px;
	margin-bottom: 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;
}

