@charset "utf-8";
/* CSS Document */


body {
	font: 100% Helvetica, Verdana, Arial, sans-serif;
	background: #ECE9D8;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #ECE9D8;
}

.thrColAbsHdr  {
	font: 100% Calibri, Helvetica, Verdana, Arial, sans-serif;
	background: #ECE9D8;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #BFBFBF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* start containers */

.thrColAbsHdr #container {
	position: relative;
	width: 780px; /* auto margin (in conjunction with a width) center the page */
	border: thin solid #BFBFBF;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 


.thrColAbsHdr #header {
	height: 150px;
	width: 780px;
	border-bottom-style: none;
	background-color: #FFFFFF;
	background-image: url(siteImages/ArtesMundiBannerRevised.jpg);
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin: 0px;
} 

.thrColAbsHdr #sidebar1 {
	position: absolute; /* sidebars are positioned relative to #container */
	top: 155px;
	left: 0;
	width: 160px;
	background: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;

}

.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 155px;
	left: 600px;
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width |  padding keeps the content of the div away from the edges  */
	background: #FFFFFF;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* I don't think sidebar2a is used anywhere in the site, but have left it here just in case - CAG */

.thrColAbsHdr #mainContent {
	min-height: 500px;
	width: 360px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
}

/*  mainContentControl is used in the control panel only, not in the main site */
.thrColAbsHdr  #mainContentControl {
	margin-left: 200px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.thrColAbsHdr #footer {
	padding: 0 10px 0 20px;
	border-top-style: none;
	text-align: center;
	background-color: #DADADA;
	color: #EBECEC;
} 

/* prop and clear are used together to set a minimum height of 446 pixels for the mainContent div. */
.prop {
	height: 500px;
	float: right;
	width: 1px;
}

.clear {
    clear:both;
	height: 1px;
	overflow: hidden;
}


/* #mainContentWide is no longer used on the site */
.thrColAbsHdr #mainContentWide {
	min-height: 500px;
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

/* #mainContentFixed is no longer used on the site */
.thrColAbsHdr #mainContentFixed {
	height: 445px;
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;	
}


.thrColAbsHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div avoids margin collapse - an unexplainable space between divs. Not necessary if the div has a border around it */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


/* other display definitions */


/* callout is used to put a border around quotes */
.callout {
	border: thin solid #999999;
	padding: 1px;
}


/* thrFloatArtistMainImage & thrFloatArtistProfile are used on the artist profile pages of the site */
.thrFloatArtistMainImage {
	position: relative;
	width: 350px;
	height: auto;
}


.thrFloatArtistProfile {
	position: relative;
	width: 97%;
	overflow: auto;
	height: 480px;
}


/* fltrt &  fltlft are used to float an element right or left on the page. The floated element must precede the element it should be next to on the page */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}


/* thrFloatSponsors was used to display a list of sponsors. It is being phased out and is now only used in cym/support.php */
.thrFloatSponsors {
	position: relative;
	width: 100%;
	overflow: auto;
	height: 500px;
}
	

/* text styles start here */


.mainMenu {
	font-family: Calibri, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #787878;
	text-decoration: none;
}

.mainMenu2 {
	font-family: Calibri, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #787878;
	text-decoration: none;
}

.mainMenuRed {
	font-family: Calibri, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #B20839;
	text-decoration: none;
}

.mainMenuBlack {
	font-family: Calibri, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.sidebarHeader {
	font-family: Calibri, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #B20839;
}

.sidebarSubHeader {
	font-family: Calibri, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #B50043;
	font-variant: normal;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #BFBFBF;
}

.sidebarBody {
	font-family: Calibri, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	font-weight: normal;
	margin-top: -1.25em;
	padding-top: 0em;
	padding-bottom: 0em;
}

.sidebarBodyLight {
	font-family: Calibri, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	font-weight: normal;
	margin-top: -1.25em;
	padding-top: 0em;
	padding-bottom: 0em;
}

.sidebarLink {
	font-family: Calibri, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
}

.mainContentHeader {
	font-family: Calibri,Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.mainContentCommentsHeader {
	font-family: Calibri,Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #B20839;
}

.mainContentSubHeader {
	font-family: Calibri, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #B20839;
	margin-top: 0em;
	margin-bottom: 0em;
	padding-top: 0em;
	padding-bottom: 0em;
}

.mainContentBody {
	font-family: Calibri, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.mainContentBodyLink {
	font-family: Calibri, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

.mainContentLink {
	font-family: Calibri, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
}

.caption {
	font-family: Calibri, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #787878;
	padding-right: 20px;
}
	
.captionNoPadding {
	font-family: Calibri, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #787878;
}

.copyrightText {
	font-family: Calibri, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #787878;
	text-align: center;
}

.tempAnnouncement {
	font-family: Calibri, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #B20839;
	align: center;
}

/* tableContentControl is only used in the control panel */
.tableContentControl {
	font-family: Calibri, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}


	
/* used on nomination form and in control panel */
.mainFormHeader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

/* used to style hyperlinks when cursor is hovered over them */
A:hover {
	text-decoration: underline;
	color: #B20839;
}
 
/* end of text styles */
 

