/* ============================================== */
/*  BODY and MISC */
/* ============================================== */
body{
 	background: #ffffff url(melbournematch/bgr.jpg) repeat-x top;
}
a{
 	color: #b9070b;
}
.nav1 a { color: #d10000; }
.current_page_item a { color: #b9070b; }
li.page_item a{ color: white; }
h2{
 	font-size: 24px;
	color: #d10000;
}
h4 { font-size: 14px; }
span.continue{
 	padding: 1px 0 1px 0px;
 	font-weight: bold;
}
/* blog post and sidebar boxes */
.box2, .widget {
	background: #ffffff url(melbournematch/bgr-box-trans.png) repeat-x top left;
 	border:1px solid #646464;
}
.box { border:1px solid #646464; }
#sidebar .widget h3{
 	font-size: 12px;
	font-weight: normal;
	color: White;
	background: none;
	border: none;
	margin: 0px; padding: 0px;
	height: auto;
	padding-bottom: 15px;
}
#sidebar .widget h3 span {
	font-weight: bold;
	color: #d10000;
	text-transform: uppercase;
}
#sidebar .widget {
	padding: 7px 10px 0px 10px;
}
.widget p { padding: 10px 0px; }

/* ============================================== */
/*  HEADER */
/* ============================================== */
#header{
	position: relative;
}
span.subscribe{
	display: none;	/* don't show ross links for comments, posts */
}
/*- Logo -*/
.container_16 .grid_12 {
	width: 500px;
}
#header h1{
	height: 81px;
	background: url(melbournematch/logo-trans.png) no-repeat;
}
/* top menu */
#topmenu{ height: 28px; }
#nav li { line-height: 28px; }
#nav li a{ color: white; }
#nav li a:hover{ 
	color: white;
	text-decoration: underline;	
}
.container_16 .grid_15{
	width: 480px; /* shrink pages menu (the men, the women, etc) */
}
/* ============================================== */
/*  TWITTER */
/* ============================================== */
#twitr {
	text-align: right;
	position: absolute;
	top: 0px;
	right: 60px;
	height: 30px;
	padding-left: 120px;
	background-image:url(melbournematch/twitter_top_text.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#twitrbird {
	background-image:url(melbournematch/twitter_top_bird.png);
	width: 28px;
	height:25px;
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#twitr .msg{
	font-size: 9px;
	color: #666;
	padding: 2px;
	overflow: hidden;
	background-color: White;
	border: 1px Solid #666;
	line-height: 9px;
	width: 220px;
}
#twitr .msg span.twitter-timestamp{
	float: right;
	clear: left;
	font-size: 9px;
	color: #999;
	line-height: 9px;
}
#twitr a{
	color: Red;
}
/* ============================================== */
/*  OFFICIAL MATCHMAKER EMMA KATE*/
/* ============================================== */
#header .spacer.grid_4{
	position: absolute;
	right: 0px;
	padding-top: 10px;
	padding-bottom: 6px;
	padding-left: 47px;
	width: 350px;
	font-size: 12px;
	height: 93px;
}
#matchmaker {
	text-align: left;
	color: White;
	font-size: 11px;
}
#matchmaker img{
	float: left;
	margin-right: 15px;
}
#matchmaker h2{
	color: white;
	font-size: 11px;
	margin-bottom: 10px;
}
#matchmaker h2 a { color: White }
#matchmaker h2 div {
	font-weight: normal;
}

/* ============================================== */
/*  SIDEBAR */
/* ============================================== */

/* 'win your own date' box */
.box2 {
	padding-top: 0;
}
.box2 h2{
	font-size: 14px;
	color: white;
	font-weight: normal;
	line-height: 30px;
}
.box2 h2 span{
	font-weight: bold;
	color: #d6373a;
	text-transform: uppercase;
}
.box img{ border: none; }

/* ============================================== */
/*  SIDEBAR */
/* ============================================== */
#links_box{
	float: right;
	text-align: center;
	width: 143px;
	padding: 5px;
}
#fbtwitter_box, #events_box{
	background-color: White;
	width: 143px;
	padding: 10px;
	border: 1px solid #868686;
	float: left;
}
#fbtwitter_box {
	margin-right: 10px;
}
#fbtwitter_box ul{
	margin: 0;
	padding: 0;
}
#fbtwitter_box ul li{
	list-style: none;
	font-size: 10px;
	margin: 0;
	padding: 0;
}
#fbtwitter_box .twitter-item a{ display: block; }
#fbtwitter_box .twitter-item span{ 
	float: left;
	color: #aaa;
}
.comp-step-1 {
	padding: 0px 3px 0px 3px;
}
.comp-step-1 h2 {
	padding-left: 14px;
}

/* ============================================== */
/*  COMPETITION ENTRY */
/* ============================================== */
.comp-step-2 form{
	border: 1px solid #646464;
	background: white;
	padding: 20px;
}
.comp-entry p.note{ font-size: 90%; color: #999; }
.comp-entry p a{
	font-weight: bold;
	display: block;
	margin: 10px 0 0 0;
	background: #d10000;
	color: white;
	width: auto;
	float: right;
	padding: 3px 10px;
}
.comp-entry legend.title{
	font-size: 32px;
	font-weight: bold;
	color: #c20211;
}
.comp-entry > form > fieldset > label{ /* selects only top-level labels (not those for individual radio inputs) */
	margin-top: 15px;
	margin-bottom: 3px;
	width: 500px;
	
}
.comp-entry label{
	clear: left;
	float: left;
	margin:	10px 0 0 0;
}
.comp-entry input.field,
.comp-entry textarea.field,
.comp-entry select.field{
	border:1px solid #999;
	float: left;
	clear: left;
	font-size: 12px;
	padding: 3px;
	margin:	2px;
	width: 320px;
	background-color: white;
}
.comp-entry input.field:focus,
.comp-entry textarea.field:focus{
	border:1px solid #c20211;
	background-color: white;
}
.comp-entry input.submit{
	margin: 10px 0 0 0;
	width: 60px;
	clear: left;
	float: left;
	background: #646464;
	color: white;
	border: none;
}
.comp-entry input.submit:hover{
	background: #c20211;
	color: white;
	cursor: pointer;
}
.comp-entry .optgroup{
	clear: left;
	width: 375px;
	margin: 10px 0 0 0;
}
.comp-entry .optgroup.which_guy{
	width: 600px;
}
.comp-entry .optgroup input{ float: none; margin-top: 5px; }
.comp-entry .optgroup label{ float: none; margin-right: 10px; }
.comp-entry .optgroup legend{ margin: 0 0 5px 0; }
.comp-entry select{
	font-size: 13px !important;
	margin-bottom: 20px;
}
.comp-entry div.which_guy{ 
	height: 220px; 
	margin: 1px; 
	position: relative;
	padding: 5px 0px;
}
.comp-entry div.which_guy span{
	font-size: 10px;
	display: block;
	margin: 3px;
}
.comp-entry div.which_guy input {
	margin-bottom: 5px;
}
.comp-entry select.date-year{ width: 90px; clear: none; }
.comp-entry select.date-month{ width: 170px; clear: none; }
.comp-entry select.date-day{ width: 60px; clear: left; }

/* DATE PAGE LISTINGS */
.date-venue img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.date-venue {
	clear: both;
	margin-bottom: 20px;
}

/* Events box */
#events_box h3 {
	padding: 0px;
	border: none;
	background-color: White;
	color: #d10000;
}

.men-name {
	font-size: 10px;
	width: 95px;
}
#mmen {
	padding: 8px;
	overflow: hidden;
}
#mmen h4 {
	font-size: 24px;
}
#comphead { padding: 20px 0px; }
#comphead li {
	list-style-type: disc;
	margin-left: 20px;
}
