*
{
	font-size: 100.01%;
}

html
{
	font-size: 62.5%;
}

body
{
	margin: 0 auto;
	max-width: 96em;
	min-width: 870px;
	font-family: Verdana, Helvetica, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px/1.6em;
	color: #1e1e1e;
	background: url(/images/header_bg.jpg) repeat-x 0 0;
}

/*general layout*/

#wrapper
{
	min-width: 820px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

#main
{
	padding: 0 455px 20px 0;
	overflow: hidden;
	background: #FFFFFF url(/images/div_shadow.png) repeat-y scroll 100% 0;
	clear:both;
}

#leftcolumn
{
	float: left;
	width: 100%;
	
	overflow: hidden;
	margin-top: 115px;
}

#singlecolumn
{
	float: left;
	width: 100%;
	overflow: hidden;
}

.lefttext
{
	font-size: 12px;
	color: #333333;
	padding-bottom: 12px;
}

.leftheader
{
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

.leftframe
{
	padding: 0 21px 0 27px;
	background: #fff;
}

.singleframe
{
	padding: 0 21px 0 27px;
	background: #fff;
}

#rightcolumn
{
	float: right;
	width: 455px;
	display: inline;
	margin: 0 -455px 0 0;
	position: relative;
	left: 5%;
	margin-top: 20px;
}


/*header*/

#header
{
	background: #fff url(/images/header_bg.jpg) repeat-x 0 0;
	height: 45px;
	min-height: 45px;
}

#main a.logo, #main h1.logo
{
	width: 245px;
	height: 84px;
	overflow: hidden;
	display: block;
	margin: 0;
	position: absolute;
	top: 58px;
	left: 27px;
	z-index: 3;
}

#main h1.logo a
{
	display: block;
	width: 100%;
	text-indent: -9999px;
	height: 100%;
	background-color: #fff;
}

#main h1.logo a img
{
	text-indent: 0;
}

#main2 a.logo, #main2 h1.logo
{
	width: 245px;
	height: 84px;
	overflow: hidden;
	display: block;
	margin: 0;
	position: absolute;
	top: 58px;
	left: 27px;
	z-index: 3;
}

#main2 h1.logo a
{
	display: block;
	width: 100%;
	text-indent: -9999px;
	height: 100%;
	background-color: #fff;
}

#main2 h1.logo a img
{
	text-indent: 0;
}











/*left column & links */

#leftcolumn .topic a, #leftcolumn ul.content_left li a
{
	font-weight: bold;
	text-decoration: none;
}
#leftcolumn ul a, #leftcolumn ol a, #leftcolumn span a, #leftcolumn p a, #leftcolumn .event a
{
	text-decoration: none;
}

#leftcolumn a img
{
	border: 0;
}

#leftcolumn ul a:link:hover, #leftcolumn p a:link:hover, #leftcolumn span a:link:hover, #leftcolumn .event a:link:hover, #leftcolumn span.desc a:hover, ul.content_left a:link:hover
{
	color: #cc0000;
	text-decoration: none;
}
#leftcolumn ul.spec li
{
	padding: 0.4em 0;
}
#leftcolumn span.desc a:visited, #leftcolumn a:visited
{
	color: #5999DE;
	text-decoration: none;
}
 #
##leftcolumn span.desc a:visited:hover
{
	color: #cc0000;
	text-decoration: none;
}
#leftcolumn a:active, #leftcolumn a:focus, #leftcolumn span.desc a:active, #leftcolumn span.desc a:focus
{
	background-color: #FFF0F0;
	color: #cc0000;
	outline: none;
	text-decoration: none;
}



/*	left content	*/

ul.content_left
{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 100%;
}
ul.content_left li
{
	width: 100%;
	float: left;
	padding: 0 0 14px 0;
}
.top, ul.content_left .top
{
	width: 100%;
	padding: 6px 0 3px 0;
	overflow: hidden;
	font-size: 1em;
	color: #939393;
}

.top .event, ul.content_left .top .event
{
	padding: 0 0 0 25px;
	margin: 0;
	line-height: 16px;
	background: url(/images/event_ico.png) no-repeat left;
	float: left;
	display: inline;
	text-align: left;
	height: 20px;
	width: 73%;
}
.top .event span, ul.content_left .top .event span
{
	color: #000;
}
.top .event a, ul.content_left .top .event a
{
	font-weight: bold;
}
ul.content_left .top p.event
{
	float: left;
	text-align: left;
	height: 22px;
	width: auto;
}

ul.content_left .top ul
{
	margin: 0;
	padding: 2px 0 0 0;
	width: 76px;
	float: right;
	background-color: #fff;
}

#leftcolumn .top ul li
{
	overflow: hidden;
	text-indent: -9999px;
}

.top ul li, ul.content_left .top ul li
{
	float: left;
	width: auto;
	padding: 0;
	margin: 0 6px 0 0;
	background: none;
}
ul.content_left ul
{
	overflow: hidden;
	margin-top: 0.5em;
	margin-bottom: 0.8em;
}



/* right column box	*/

#right_content
{
	padding-right: 0;
	margin: 10px 0;
}
#rightcolumn .box_wrapper .box
{
	background-color: #fff;
	width: 325px;
	margin: 0 0 12px 0;
	padding: 4px 0;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-top: 4px solid #E8E8E8;
	border-bottom: 4px solid #E8E8E8;
	-moz-border-radius: 4px;
}

#rightcolumn h3, #rightcolumn .box_wrapper .box h3
{
	color: #e64117;
	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 0.4em;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}

#rightcolumn h3
{
	margin: 0;
}

#rightcolumn .box_wrapper .box ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	font-size: .92em;
	width: 325px;
	line-height: 1.8;
}

#rightcolumn .box_wrapper .box ul li
{
	padding: 2px 0 2px 10px;
	display: block;
	text-decoration: none;
	color: #444;
	background-color: #F7F7F7;
}

.next_events
{
	width: 328px;
	padding: 10px 0;
	border-top: solid 4px #eee;
	border-bottom: solid 4px #eee;
	border-left: solid 1px #eee;
	border-right: solid 1px #eee;
}
.next_events ul
{
	margin: 0;
	padding: 0;
}

.next_events li
{
	border-top: 1px solid #F0F0F0;
	list-style-type: circle;
	background-color: #f6f6f6;
	margin: 0 16px 0 30px;
	padding: 8px;
}



.next_events ul li.odd
{
	background-color: #f6f6f6;
}

.next_events ul li .venue_desc
{
	color: #999;
	padding-left: 30px;
}

.next_events ul li a
{
	padding: 2px 40px 2px 0;
	display: block;
	text-decoration: none;
	color: #444;
	background: url(/images/join.png) no-repeat right;
}

.more_events
{
	padding: 10px 5px 2px 22%;
}

.events_pay
{
	background-color: #fff;
	margin: 0 0 12px 0;
	width: 325px;
	padding: 2px 0 0px 0;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-top: 4px solid #E8E8E8;
	border-bottom: 4px solid #E8E8E8;
	-moz-border-radius: 4px;
}

.events_pay ul li
{
	width: 95%;
	float: left;
	margin: 0;
	padding: 3px 0;
	border-top: 1px solid #F0F0F0;
	line-height: 1.4em;
	background-color: #f6f6f6;
	list-style: circle;
}

.events_pay ul li.odd
{
	background-color: #f6f6f6;
}

.events_pay ul li .venue_desc
{
	color: #999;
	padding-left: 30px;
}

.events_pay ul li a
{
	padding: 2px 0 2px 10px;
	display: block;
	text-decoration: none;
	color: #444;
	background: url(/images/book.png) no-repeat right;
}
/*searchbox	*/


#right_title
{
	background-color: #e5e5e5;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	width: 322px;
}

.event_rightbar
{
	background-color: #fff;
	margin: 0 0 12px 0;
	width: 325px;
	padding: 2px 0 0px 0;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-top: 4px solid #E8E8E8;
	border-bottom: 4px solid #E8E8E8;
	-moz-border-radius: 4px;
}
.rightbar_text
{
	padding-left: 5px;
}

.galleryThumb
{
	 cursor: pointer;
}

/*footer*/
#footer
{
	border-top: 1px solid #eee;
	width:100%;
	height: 78px;
	background-color: #fff;
	clear:both;
}

#footerLeft
{
	color: #444444;
	font-family: Helvetica,Arial,Verdana,sans-serif;
	font-size: 14px;
	margin: 1em 20px;
	text-align: left;
	float:left;
}

#footerRight
{
	font-family: Helvetica,Arial,Verdana,sans-serif;
	font-size: 14px;
	margin: 1em 20px;
	text-align: right;
	float:right;
}

/*	Typography	*/

ul.content_left h2
{
	font-size: 44px;
	font-family: Helvetica,Arial,Verdana,sans-serif;
	margin: 10px 0 0 0;
	color: #eaa873;
	font-weight: normal;
}

h1.title
{
	font: 44px Verdana, Helvetica, Arial, Geneva, Helvetica, sans-serif;
	margin: 10px 0 0 0;
}
#leftcolumn h1.title a, #leftcolumn h1.title a:hover, #leftcolumn h1.title a:visited, #leftcolumn ul.content_left h2 a, #leftcolumn ul.content_left h2 a:hover
{
	color: #eaa873;
	background: none;
	text-decoration: none;
	font-weight: normal;
	border: 0;
	outline: none;
}

a
{
	color: #5999DE;
	text-decoration: none;
}
a:hover
{
	color: #cc0000;
	text-decoration: none;
}

a:visited
{
	color: #5999DE;
	text-decoration: none;
}

/*Events page tabs*/

#container-event
{
	padding-top: 5px;
}


.makebold
{
	font-weight: bold;
}

.rightpadding
{
	padding-top: 4px;
	padding-bottom: 4px;
}


ul li .venue_desc2
{
	color: #999999;
}



.texto
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-align: center;
}

.radiobtn_a
{
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	left: 60px;
	position: relative;
	top: 5px;
	width: 200px;
}

.radiobtn_b
{
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	left: 60px;
	position: relative;
	top: 5px;
	width: 200px;
}

.dropdown
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	left: 70px;
	position: relative;
	text-align: left;
	top: 10px;
	width: 205px;
}
.button_container
{
	position: relative;
	left: 40px;
	top: 0px;
	width: 250px;
}


.blue_button
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	height: 26px;
	width: 82px;
	background: url(http://www.easyroommate.com/images/UK/fnf/boton.png);
	border: none;
	cursor: pointer;
	color: #FFFFFF;
	font-weight: bold;
}


.register
{
	overflow: hidden;
	color: #1e1e1e;
	font-size: 12px/1.6em;
	line-height: 3em;
}


#register_heading
{
	font-size: 18px;
	font-weight: bold;
	color: #EAA873;
	width: 100%;
}

#main2
{
	background: #FFFFFF;
	overflow: hidden;
	padding: 0 455px 20px 0;
}

.gallery
{
	float:left;
	width:200px;
	margin-right:28px;
	text-align:center;
}

.gallerySpacer
{
	clear:both;
	margin-top:28px;
}

.clear
{
	clear:both;
}
