/* -------------------------  

Who:	CarolScavotto.com
What:	CSS for Screen
When:	9/25/2009

------------------------- */
img
{
border: none;


}
/*  BEGIN LIGHTBOX ******************************************************/

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}


.photos {
	padding: 3px;
	border: 1px solid #fff;
}

a:hover .photos {
	border: 1px solid #999;
}

.lightboxDesc a {
	color: #999999;
	text-decoration: none;
}

.lightboxDesc a:hover {
	color: #000000;
	text-decoration: none;
}

/***************************

	styles for hidden next & previous buttons

***************************/
/*
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	height: 46px;
	outline: none;
}

#lbPrevLink {
	left: 0;
	
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

/***************************

	styles for next & previous buttons as part of footer

***************************/

#lbPrevLink, #lbNextLink {
	display: block;
	width: 46px;
	height: 20px;
	outline: none;
}

#lbPrevLink {
	float: left;
	background: transparent url(../images/prevlabel.gif) no-repeat left;
	
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat left;
}

#lbNextLink {
	float: right;
	background: transparent url(../images/nextlabel.gif) no-repeat right;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat right;
}

#lbControls {
	display: block;
	height: 30px;
}


/**********************************/


#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	clear: both;
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 0px 0px 0px 0px;
	/*border: 1px solid #000;*/
}

#lbCaption, #lbNumber, #lbDescription {
	margin-right: 71px;
	/*border: 1px solid #000;*/
}

#lbCaption {
	font-weight: bold;
}


.lightboxDesc {
	display: none;
}


/* END LIGHTBOX ******************************************************/




/* ACTUAL HTML TAGS HERE ******************************************************/

body{
	background-image: url(../images/Background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #ffffff;
	margin: 0 0 0 0;
	vertical-align: top;
}


a:link {
	text-decoration: underline;
	color: #666666;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #000000;  
}
a:active {
	text-decoration: none;
	color: #666666;
}


a.Portfolio:link {
	text-decoration: none;
	color: #666666;
}
a.Portfolio:visited {
	text-decoration: none;
	color: #666666;
}
a.Portfolio:hover {
	text-decoration: underline;
	color: #000000;  
}
a.Portfolio:active {
	text-decoration: none;
	color: #666666;
}



/* DIV CSS START HERE ****************************************************************/

#container {
	width: 750px;
	height: auto;
}
	

	
/* Home */
	
#Entry_UpcomingContainer {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	width: 200px;
	float: left;
	padding-right: 10px;
}

.Entry_Upcoming {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.Entry_EventTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #400080;
}

.Entry_EventSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #666666;
}

.Entry_EventBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}

.Entry_ClickHere {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}


/* Upcoming */

.Upcoming_Entry_EventTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #666666;
}

.Upcoming_Entry_EventSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #666666;
	line-height: 25px;
}

.Upcoming_Entry_EventBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
}

#Upcoming_LineSpacer {
	background-image:url(../images/LineSpacer.gif);
	background-repeat: repeat-x;
	min-height: 15px;
	max-height: 15px;
	width: 530px;
	float: left;
	padding-bottom: 30px;
}


/* Portfolio */

.Portfolio_Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #666666;
}

.Portfolio_Sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	line-height: 25px;
}

.Upcoming_Entry_EventBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
}

#Upcoming_LineSpacer {
	background-image:url(../images/LineSpacer.gif);
	background-repeat: repeat-x;
	height: 15px;
	width: 530px;
	float: left;
	padding-bottom: 30px;
}

/* Page Template */

#ForMoreInfoContainer {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #666666;
	width: 180px;
	padding-left: 20px;
	float: left;
}

.ForMoreInfo_Entry_EventTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #400080;
}



.ForMoreInfo_Entry_EventSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #666666;
}

.ForMoreInfo_Entry_EventBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
}


/* CUSTOM STYLES HERE ****************************************************************/

.Copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: left;
}

.Page header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
}

.LowerLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	text-align: right;
	padding-right: 10px;
}



/* FORM CSS START HERE ****************************************************************/

.Button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}

.TypeField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #666666;
    height:15px;
	width: 250px;
}

.FormArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-align: left;
}

.contactForm {
	border: 1px solid #CCCCCC;
	background-color:#EEEEEE;
}

.Subject {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}



/*contact form .NET stuff here *************************************/
.clrs
{
padding: 0 0 0 0;
margin: 0 0 0 0;
min-height: 3px;
max-height: 3px;

}


.clrsBig
{
padding: 0 0 0 0;
margin: 0 0 0 0;
min-height: 8px;
max-height: 8px;

}






