@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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. */
	color: #000000;
}

/* character styles */

p {
	line-height:150%;
}

p.large {
	font-size: x-large;
}

p.small {
	font-size:small;
}

h1, h2, h3, h4 {
	color:#840000;
	font-family: Arial, Helvetica, sans-serif;
}

h2.panelheading {
	margin-top:0;
}

.textblock p {
	text-align:left;
}

ol.tandc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
	color: #333;
	margin-top:0;
	list-style:lower-alpha;
	text-align:left;
}

ol.tandc li {
	text-align:left;
}


/* block styling */
#container {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	overflow:hidden;
}

#header { 
	padding-top:20px;
} 

#pagebanner {
	width:auto;
	height:auto;
}

#mainContent {
}

.contentpanel {
	padding-top:20px;
}

#headlinepanel {
}

#votingpanel {
}

/* voting tabs */

.imagegroup {
	margin:0;
	padding:0;
	width:100%;
}

.imagegroup p {
	margin:5px 0px 5px 0px;
}

.imagegroupweek {
	position:relative;
	float:left;
	padding:0px 0px 0px 9px;
	width:390px;
}

.imageboxweek {
	position:relative;
	float:left;
	width:130px;
	padding-bottom:9px;
}

.imagegroupmonth {
	position:relative;
	float:right;
	padding:0px 0px 0px 9px;
	width:520px;
}

.imageboxmonth {
	position:relative;
	float:left;
	width:130px;
	padding-bottom:9px;
}

.imagebox {
	text-align:center;
	float:left;
}

.thumbnail {
	height:121px;
	width:121px;
}

.imagelabel {
	font-size:smaller;
}

#promotionpanel {
	text-align:left;
	padding: 10px 10px 0px 10px;
}

#promotionpanel p {
	padding:0;
	margin:0;
	line-height:120$;
}

#howtoenterpanel {
	text-align:left;
	font-size:small;
	padding: 10px 10px 0px 10px;
}

#photoshootpanel {
}

/* entry form panel styles */

#entryformpanel {
}

#entryform {
/*	border: thin solid;*/
}

#entryformwrapper {
	padding:10px 10px 10px 10px;
}

.entryformpanel {
	width:460px;
}

#entryformpanelleft {
	float:left;
}

#entryformpanelright {
	float:right;
}

#entryform h4 {
	padding:5px 0;
	margin:0;
}

.entryformrow {
	width:100%;
	float:left;
	text-align:left;
	padding: 5px 0;
}
.entryformrowcenter {
	text-align: center;
}

.entryformrow p {
	margin:0;
	padding:0;
	font-size:small;
}

.entryformrow label {
}

.entryformfieldfirst {
	width:50%;
	float:left;
	padding: 5px 0;
}

.entryformfieldsecond {
	width:50%;
	float:right;
	padding: 5px 0;
}

.entryformcheckbox {
}

.entryformcheckboxfield {
	width:7%;
	float:left;
}

.entryformcheckboxlabel {
	width:93%;
	float:right;
}

.entryformbutton {
	margin:10px 0 0 0;
	font-size: x-large;
}

/* information styles */

.lovebyte {
	color:#840000;
}

#freephotoshootpanel {
}

#freephotoshoot {
	padding: 10px 10px 10px 10px;
	border: thin solid;
	background: url(http://lookoflove.com.au/images/lovebyte2.jpg) top center no-repeat;
}

#parisphotoshootpanel {
}

#parisphotoshoot {
	padding: 10px 10px 10px 10px;
	border: thin solid;
}

#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 

#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: 1em 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:smaller;
}

.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;
}

.errorMessage{
	font-size:smaller;
	color:#f00;
}

input[type=text]:focus{
	border: 2px #000000 solid;
}

.textHidden{
	visibility:hidden;
}

/* Photo popup css */
#popBox2 {
  position: absolute;
  z-index: 115;
}

.photoArea {
  border: 1px solid #000000;
  padding: 10px;
  margin-left: 10px;
  margin-bottom: 30px;
  font-size: 12px;
  background-color: #FFFFFF;
  text-align:center;
}

.error
{
	background-color : #FFE2E1;
	color : Black;
	border : 1px dashed Red;
	padding : 5px;
	min-height : 15px;
}



#channelbar {
	margin:10px auto 0 auto;
	padding-top:5px;
	padding-bottom:5px;
	width:920px;
}

.channelselector {
	width:178px;
	float:left;
	margin:0;
	margin:0 0 0 5px;
}

.channelbutton {
	height: 100px;
	width:100%;
	margin-bottom:3px;
	text-align:left;
}

.channelbutton a {
	text-decoration:none;
}

.channelbutton a img {
	border:none;
}
.channelbutton a img:hover {
}


.channelselector p {
	line-height:100%;
	margin-bottom:0;
	margin-top:0;
}

a.channeltitle {
	line-height:100%;
	margin-bottom:0;
	margin-top:0;
	font-size:16px;
	color:#000;
}

a.channeltitle, a.channeltitle:active, a.channeltitle:visited {
	text-decoration:none;
}

a.channeltitle:hover {
	text-decoration:underline;
}

.clearfix {
	clear:both;
}

