@charset "UTF-8";
.twoColLgSide #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
} 
.twoColLgSide #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
	font-size: 96%;
}
.twoColLgSide #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
	font-size: 85%;
}
.twoColLgSide #container #sidebar1 p {
	text-align: justify;
}
.twoColLgSide #container #sidebar2 p {
	text-align: justify;
}
.twoColLgSide #mainContent {
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;
} 
.twoColLgSide #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 25px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.7em;
	font-weight: bold;
}
.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: 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;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-top: 1em;
	margin-bottom: 0.5em;
	text-align: justify;
	font-weight: normal;
	letter-spacing: 0.035em;
}
body {
	font-size: 100.01%;
	line-height: 1.5;
	background: #858585;
}
.twoColLgSide #container #sidebar1 a {
	color: #000;
	text-decoration: none;
	display: block;
	margin: 10px;
	padding: 8px;
	border-top: 1px solid #ced2b6;
	border-bottom: 1px solid #ced2b6;
}
.twoColLgSide #container #sidebar1 a:hover {
	background: #8F0717;
	color: #FFF;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
.twoColLgSide #container #footer {
	background: #FFF;
}
.copyrightColour {
	color: #858585;
}
.twoColLgSide #container #footer p {
	text-align: center;
	line-height: 1.8em;
	word-spacing: 0em;
}
.twoColLgSide #container #footer a {
	border-right: 1px none #000;
	border-left: 1px solid #000;
	border-top-style: none;
	border-bottom-style: none;
	text-decoration: none;
	padding: 0px 5px 0px 7px;
	color: #780B16;
}
.twoColLgSide #container #footer a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, dl, address {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3 {
	margin-top: 1.2em;
	margin-bottom: 0.8em;
	text-align: left;
}
blockquote {
	margin: 2em 10%;
}
.twoColLgSide #container #mainContent a {
	color: #780B16;
	text-decoration: none;
}
.twoColLgSide #container #mainContent a:hover {
	text-decoration: underline;
}
.colourred {
	color: #780B15;
}
.redBullet {
	padding-left: 7px;
	border-left: 3px solid #780B15;
}
.judgeSmall {
	font-size: 0.9em;
	font-style: italic;
}
.box {
}
.twoColLgSide #container #mainContent #artistsBox p {
	font-size: 0.9em;
	color: #FFF;
	text-align: left;
}
.twoColLgSide #container #mainContent #artistsBox {
	background: #000;
	padding: 6px;
}
.twoColLgSide #container #mainContent #redCarpet {
	padding: 20px;
	width: 300px;
	background: #DEDEDE;
}
.twoColLgSide #container #mainContent #redCarpet p {
	text-align: left;
	font-size: 0.9em;
	color: #000;
}
.twoColLgSide #container #mainContent #matineeWeddings {
	background: #DEDEDE;
	padding: 20px;
}
.twoColLgSide #container #mainContent #matineeWeddings p {
	font-size: 0.9em;
	text-align: left;
}
.twoColLgSide #container #mainContent #videoDetailsBox {
	background: #000;
}
.twoColLgSide #container #mainContent #promoBox {
	background: #000;
}
.twoColLgSide #container #mainContent #upComing {
	background: #000;
}
.twoColLgSide #container #mainContent #upComing p {
	font-size: 0.9em;
	color: #FFF;
	text-align: left;
	padding: 6px;
}
.twoColLgSide #container #mainContent #promoBox p {
	color: #FFF;
	text-align: center;
	font-size: 0.9em;
}
.twoColLgSide #container #mainContent #weddingBoxDetails {
	background: #000;
}
.twoColLgSide #container #mainContent #weddingBoxDetails p {
	text-align: center;
	font-size: 0.9em;
	color: #FFF;
}
.twoColLgSide #container #mainContent #videoDetailsBox p {
	text-align: center;
	font-size: 0.9em;
	color: #FFF;
.centreText {
	text-align: center;
}
#column1 {float:left; margin-right: 25px;}
#redCarpet {float:left;} /*added to any styles already there for #redCarpet*/

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 560px; 
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
        font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
        display: block;  /* block float the labels to left column, set a width */
        float: left; 
        width: 150px; 
        padding: 0; 
        margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
        text-align: right; 
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
        text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea {
        /* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
        width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
        margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
        margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
        display: block;
        margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
        padding: 1px 3px;
        font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
        clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}