/* ----- Urbis StyleSheet 2008 ----- */
/* -- Updated 21-01-2009 by Gareth -- */
html {
	height:100%;
	}
body {
	height:100%;
	padding:0;
	margin:0;
	* text-align:center;/* for IE */
	font:0.75em  arial, verdana, helvetica, sans-serif;
	line-height:1.45em;
	background:#111 url(/images/background.png)  repeat-x center top;
	color:#888;
}
/* -- Layout -- */
#container{
	height: auto;
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 0;
}
#header {
	position: relative;
	height: auto; 
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 0;
}
#content{
	position: relative;
	float: left;
	height: auto !important;  /* ignored by IE */
	height: 100%; /* IE treats as min-height */
	min-height : 500px; /* IE ignores this */
	width: 890px;
	padding: 5px;
	margin: 0 auto 0 auto;
	background: #000;
	text-align: left; /* reset text for Search Box location in IE */
}
#footer {
	position: relative;
	width: 890px;
	height: 18px;
	margin: 0 auto 0 auto;
	padding: 5px;
	text-align: right;
	border-top: 1px solid #4E4E4E;
	background: #000;
}
/* -- Header -- */
#urbis_logo {
	float: right;
	margin-bottom: 5px;
	}
#banner{
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
	background: #000;
	}
/* -- Title -- */
#title {
	position: relative;
	width: 450px;
	height: 40px;
	top: 2px;
	left: 2px;
	}
/* ----- Areas ----- */
#column_left {
	position: relative;
	height: 100%;
	width: 185px;
	float: left;
	padding-right: 5px;
	}
#column_left_wide {
	height: 100%;
	width: 678px;
	float: left;
	padding: 0 5px 5px 0px;
	border-right: 1px solid #4E4E4E;
	}
#column_middle {
	position: relative;
	height: 100%;
	width: 482px;
	float: left;
	padding: 0 5px 0 5px;
	border-right: 1px solid #4E4E4E;
	border-left: 1px solid #4E4E4E;
	}
#column_full{
	position: relative;
	height: 100%;
	float: left;
	}
#mainfull {
	height: 100%;
	width: 800px;
	float: left;
	}
#small-rh {
	height: 100%;
	width: 250px;
	float: right;
	right: 0px;
	padding: 0 5px 5px 5px;
	border: 1px solid #4E4E4E;
	background-color: #FF9900;
	}
#column_right {
	position: relative;
	float: left;
	height: 100%;
	width: 200px;
	padding-left: 5px;
	}
#column_right_wide {
	position: relative; 
	float: left;
	height: 100%;
	width:693px;
	padding-left: 5px;
	border-left: 1px solid #4E4E4E;
	}
/* ----- Main Menu ----- */
#mainmenu {
	position:relative;
	width:100%;
	height:27px;
	float:left;
	padding:0;
	margin:0 auto 0 auto;
	border-top:1px solid #4E4E4E;
	border-bottom:1px solid #4E4E4E;
	background: #000;
	}
#mainmenu ul{
	position: absolute;
	top: 2px;
	left: 2px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 22px;
	display: inline;
	overflow: hidden;
}
#mainmenu li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}
#mainmenu a {
	float: left;
	padding: 20px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:22px; /* for IE5/Win */
}
#mainmenu a:hover, #mainmenu a:active, #mainmenu a.active{
	background-position: 0 -22px;
}
#menu_default a  {
	width: 64px;
	background: url(/images/m_home.png) top left no-repeat;
}
#menu_this_issue a  {
	width: 147px;
	background: url(/images/m_current_issue.png) top left no-repeat;
}
#menu_urbanism a  {
	width: 106px;
	background: url(/images/m_urbanism.png) top left no-repeat;
}
#menu_designday a  {
	width: 115px;
	background: url(/images/m_designday.png) top left no-repeat;
}
#menu_whats_on a  {
	width: 112px;
	background: url(/images/m_whats_on.png) top left no-repeat;
}
#menu_competitions a  {
	width: 137px;
	background: url(/images/m_competitions.png) top left no-repeat;
}
#menu_advertise a  {
	width: 108px;
	background: url(/images/m_advertise.png) top left no-repeat;
}
#menu_subscribe a  {
	width: 102px;
	background: url(/images/m_subscribe.png) top left no-repeat;
}
#menu_contact_us a  {
	width: 114px;
	background: url(/images/m_contact_us.png) top left no-repeat;
}
#mainmenu .active a, #sections .active a:hover {
	cursor: default;
	background-position: 0 -22px;
}
/* -- Footer Menu -- */
#footermenu {
	position: relative;
	width: 600px;
	float: left;
	text-align: left;
	text-transform: uppercase;
}
#footermenu ul{
	position: absolute;
	margin: 0; 
	padding: 0;
	list-style: none;
	display: inline;
	overflow: hidden;
}
#footermenu li {
	padding: 5px;
	display: inline;
	list-style-type: none;
	border-right: solid 1px;
}
#footermenu a, #footermenu a:visited{
	color: #4E4E4E;
}
#footermenu a:hover, #footermenu a:active, #footermenu a.active{
	color: #9CCF4E;
}
#footermenu .active a, #sections .active a:hover {
	cursor: default;
	color: #9CCF4E;
}
#copyright {
	float: right;
}
/* ----- Search ----- */
.search{
	float: right;
	text-align: right; /* Search Box location in IE */
	color: #666666;
}
.search_text{
	background: #000;
	border: 1px solid #4E4E4E;
	color: #A3A3A3;
	padding-left: 3px;
}
.search_result{
	width: 100%;
	padding: 5px 0 5px 0;
	float: left;
	border-top: 1px solid #4E4E4E;
}
.search_result a, search_result a:visited{
	color: #FFF;
}
.search_result a:hover{
	color: #9CCF4E;
}
/* -- Images -- */
.imgleft {
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 2px;
}
.imgright {
	float: right;
	margin: 0px 0px 10px 10px;
	padding: 2px;
}
/* -- Sub Titles -- */
.sub-title{
	position: relative;
	top: 5px;
	padding-bottom: 10px;
	margin:0;
}
.sub-title-side{
	position: relative;
	padding: 5px 0 10px 5px;
	margin:0;
}
.sub-title-urbanism {
	border: none;
	height: 20px;
	background: #4E4E4E url(/images/sub-title-latest-urbanism.png) 5px 5px no-repeat;
}
.sub-title-articles {
	border: none;
	height: 20px;
	background: #4E4E4E url(/images/sub-title-articles.png) 5px 5px no-repeat;
}
.sub-title-current-issue{
	border: none;
	height: 20px;
	background: #4E4E4E url(/images/sub-title-current-issue.png) 5px 5px no-repeat;
}
.sub-title-dispatch {
	border: none;
	height: 20px;
	background: #4E4E4E url(/images/sub-title-dispatch.png) 5px 5px no-repeat;
}
.sub-title-subscribe{
	border-bottom: none;
	height: 20px;
	background: #4E4E4E url(/images/sub-title-subscribe.png) 5px 5px no-repeat;
}
.sub-title-previous-issues{
	border-bottom: none;
	height: 20px;
	background: #4E4E4E url(/images/sub-title-previous-issues.png) 5px 5px no-repeat;
}
.sub-title-search-results{
	border-bottom: none;
	height: 20px;
	background: #4E4E4E url(/images/sub-title-search-results.png) 5px 5px no-repeat;
}
.sub-title-contact{
	border-bottom: none;
	height: 20px;
	background: #4E4E4E url(/images/sub-title-contact.png) 5px 5px no-repeat;
}
.sub-title-upcoming-events{
	border-bottom: none;
	height: 20px;
	background: #4E4E4E url(/images/sub-title-upcoming-events.png) 5px 5px no-repeat;
}
.sub-title-downloads{
	border-bottom: none;
	height: 20px;
	background: #4E4E4E url(/images/sub-title-downloads.png) 5px 5px no-repeat;
}
.sub-title-advertise{
	border-bottom: none;
	height: 20px;
	background: #4E4E4E url(/images/sub-title-advertise.png) 5px 5px no-repeat;
}
.sub-title-special-edition{
	border-bottom: none;
	height: 20px;
	background: #4E4E4E url(/images/sub-title-special-edition.png) 5px 5px no-repeat;
}
.sub-title-designday{
	border-bottom: none;
	height: 20px;
	background: #4E4E4E url(/images/sub-title-designday.png) 5px 5px no-repeat;
}
.sub-title-enter-to-win{
	border-bottom: none;
	height: 20px;
	background: #4E4E4E url(/images/sub-title-enter-to-win.png) 5px 5px no-repeat;
}
.sub-title-terms-and-conditions{
	border-bottom: none;
	height: 20px;
	background: #4E4E4E url(/images/sub-title-t-and-c.png) 5px 5px no-repeat;
}
/* -- Article Excerpt -- */
.article {
	padding: 5px 0 5px 0;
}
.article-excerpt-entry {
	border-top: 1px solid #4E4E4E;
	padding: 5px 0 5px 0;
}
.article-excerpt-image-left {
	float: left;
	padding: 4px 10px 5px 0;
}
.article-excerpt-image-right {
	float: right;
	padding: 4px 0 5px 10px;
}
.article-excerpt-text{
	overflow: hidden;
}
.this-issue-cover {
	padding: 10px;
	text-align:center;
}
.clear {
	clear: both;
	position: relative;
	font-size: 0px;
	height: 0px;
	line-height: 0px
}
/* -- Subscribe -- */
.subcribe-entry {
	border-top: 1px solid #4E4E4E;
	padding: 5px 0 5px 0;
	text-align: center;
}
.subscribe-image {
	padding: 4px 10px 10px 0;
	text-align: center;
}
.subscribe-text{
	overflow: hidden;
}
/* -- Links Standard -- */
a {
	text-decoration: none;
	color: #7EAA3D;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
/* -- Links Customised -- */
h2 a {
	text-decoration: none;
	color: #FFF;
}
h2 a:hover {
	text-decoration: none;
	color: #7EAA3D;
}
/* -- Links Contact Page -- */
.sub-title-contact p a {
	color: #808080;
}
.sub-title-contact p a:hover{
	color: #7EAA3D;
}
/* ----- Logo ----- */
#logo {
	margin: 15px 0 0 0;
	}
#logo h1 a {
	color: #303030;
	}
#logo h1 a:hover {
	text-decoration: none;
	}
/* ----- Desc ----- */
#desc {
	height: 200px;
	color: #FFF;
	padding: 0;
	background: #505050 url(/images/front.jpg) top left no-repeat;
	clear: both;
	margin: 5px 0 0 0;
}
#desc p {
	width: 290px;
	font-size: 1em;
	line-height: 1.3em;
	padding: 0 0 0 15px;
}
#desc h2 {
	padding: 15px 15px 0 15px;
	color: #FFF;
}
#desc a {
	color: #FFF;
	text-decoration: underline;
}
.block {
	background: #f0f0f0;
	padding: 15px;
}
/* ----- Sidebar ----- */
.sidebar_heading {
	padding: 2px 0 2px 5px;
	border-top: 1px solid #4E4E4E;
	font-size: 1.2em;
	color: #7EAA3D;
	font-weight: bolder;
}
.sidebar p {
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 0 0 12px 0;
}
.sidebar h3 {
	margin-top: 0px;
}
.greybg {
	background-color: #444;
	width: 200px;
	text-align: center;
}
#urbanism-banner {
	margin-bottom: 20px;
}
#urbanism-form {
	position: relative;
	padding: 10px;
	text-align: left;
	color: #FFF;
}
#btn {
	width: 70px;
}
.banner-left {
	padding: 5px 0 0px 0px;
}
#footer a {
	color: #808080;
}
/* ----- Headers ----- */
h1 {
	margin: 5px 0 10px 0;
	font-size: 2.1em;
	font-weight: normal;
	color: #7EAA3D;
	}
h2 {
	margin: 2px 0 10px 0;
	font-size: 1.6em;
	font-weight: normal;
	color: #FFF;
	}
h3 {
	margin: 0 0 5px 0;
	font-size: 1.2em;
	font-weight: bolder;
	color: #7EAA3D;
	}
h4 {
	clear: both;
	margin: 5px 0 5px 0;
	font-size: 1.4em;
	color: #FFF;
	font-weight: normal;
	}
h5 {
	margin: 5px 0 5px 0;
	font-size: 1.4em;
	color: #7EAA3D;
	font-weight: normal;
	}
h6 {
	margin: 5px 0 10px 0;
	font-size: 2.1em;
	color: #FFF;
	font-weight: normal;
	}
hr {
	border: 0;
	height: 1px;
	color: #666666;
	background-color: #666666;
	}
p {
	margin: 10px 0 10px 0;
	text-align: left;
	}
strong {
	color: #B3B3B3;
	font-weight: normal;
	}
.right {
	text-align: right;
	}
a img {
	border: 0;
	}
.photo {
	padding: 5px;
	display: block;
	margin: 0 auto 15px auto;
	background-color: #f0f0f0;
	}
.hide {
	display: none;
	}
.current {
	font-weight:bold;
	color: #FFF;
	}
ul.issue-menu  {
	list-style: none;
	margin:0px;
	padding:0px;
	}
.issue-menu li {
	list-style: none;
	display: block;
	padding: 5px 0 5px 5px;
	border-bottom: 1px solid #4E4E4E;
	}
#article-entry {
	border-top: 1px solid #4E4E4E;
	padding: 5px 0 5px 0;
	}
#urbanism-index {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #4E4E4E;
	}
#urbanism-index p {
	font-size:8pt;
	line-height:1.2;
	margin:0;
	padding:0;
	}
#error{
	margin:0;
	padding-top:100px;
	text-align: center;
	}
/* -- Designday Format -- */
.sponsors{
	border: none;
	margin: 0;
	padding: 20px 10px 20px 10px;
	text-align: center;
	vertical-align: middle;
}
.byline {
	font-size:10px;
	line-height:12px;
}
.showroom{
	width:320px;
	height:100px;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}
.partner{
	font-size: 50px;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}
#showroom .divider{
	height: 1px;
	margin: 0;
	padding: 0;
	background-color: #4E4E4E;
}
a.ddLink , a.ddLink:visited {
	color: #FFF;
	}
a.ddLink:hover , a.ddLink:active {
	color: #a0cdca;
	}
a.ddLink_VIP , a.ddLink_VIP:visited {
	color: #a0cdca;
	}
a.ddLink_VIP:hover , a.ddLink_VIP:active {
	color: #FFF;
	}
h2.ddHeader {
	color: #a0cdca;
	}
.ddText {
	color: #a0cdca;
	}
/* ----- Registration Form ----- */
div.form-container {
	margin: 0;
	padding: 5px;
}
fieldset input {
	border: 1px solid #4E4E4E;
}
p.legend {
	margin-bottom: 1em;
}
p.legend em {
	font-size: 25px;
	font-style: normal;
}
div.form-container form p {                              
	margin: 0;
}
div.form-container form p.note {
	padding-top:2px;
	margin-left: 195px;
	font-size: 90%;
	font-style:italic;
}
div.form-container form fieldset {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #4E4E4E;
}
div.form-container form legend {
	font-weight: bold;
	color: #FFF;
}
div.form-container form fieldset div {
	padding: 0.25em 0;
}
div.form-container label, 
div.form-container span.label {
	margin-right: 10px;
	padding-right: 10px;
	width: 177px;
	display: block;
	float: left;
	text-align: right;
	position: relative;
}
div.form-container label em, div.form-container span.label em {
	position: absolute;
	right: 0;
	top:5px;
	font-size: 25px;
	font-style: normal;
}
div.form-container div.controlset label, div.form-container div.controlset input {
	display: inline;
	float: none;
}
div.form-container div.controlset div {
	margin-left: 170px;
}
div.form-container div.buttonrow {
	margin-left: 180px;
}
/* -- Registration Form Validation -- */
.LV_validation_message{
	margin:0 0 0 5px;
	padding:0;
}
.LV_valid {;
}
.LV_invalid {
	font-size: 0.75em;
	color: #CC0000;
}
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
	border: 1px solid #4E4E4E;
	background-color: #FFF;
}
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
	border: 1px solid #CC0000;
	background-color: #ffdfdf;
}
/* ----- Pagination----- */
ul#pages {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#pages li {
	display: inline;
	background: #ebebeb;
	float: left;
	margin: 0 2px;
}
ul#pages li a, ul#pages li a:visited {
	display: block;
	color: #666;
	padding: 3px 6px 3px 6px;
	border: 1px solid #9CCF4E;
}
ul#pages li a:hover {
	background: #9CCF4E;
	color: #fff;
	text-decoration: none !important;
}
ul#pages li.pgEmpty {
	color: #ccc;
	display: block;
	padding: 3px 6px 3px 6px;
	border: 1px solid #ccc;
}
ul#pages li.pgCurrent {
	color: #9CCF4E;
	font-weight: bold;
	display: block;
	padding: 3px 6px 3px 6px;
	border: 1px solid #9CCF4E;
}