﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
	font-size: .75em;
	font-family: Sans-Serif;
	margin: 0;
	padding: 0;
	color: #696969;
}
a img
{
	border:none;
}
#iframe_container
{
	width: 740px;
	padding: 0 10px 0 10px;
}

#add-new
{
	position:relative;
	float:right;
}
#main
{	
}
a
{
	color: #000;
}
/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	color: #000;
	font-weight: normal;
}
textarea
{
	width: 50%;
	height: 200px;
}


p, ul
{
	margin-bottom: 20px;
	line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	color: #000;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
.altrow
{
	background-color: #e0f5f9;
}

h1
{
	font-size: 2.75em;
	margin-top: 10px;
	margin-bottom: 0px;
}
h2
{
	font-size: 2.0em;
	font-weight: bold;
}
h3
{
	font-size: 1.5em;
	font-weight: bold;
}
h4
{
	font-size: 1.1em;
}
h5, h6
{
	font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
	margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
/*.page
{
	margin-left: auto;
	margin-right: auto;
	width:750px;
}*/

#header
{
	position: relative;
	margin-bottom: 0px;
	color: #000;
	padding: 0;
}

#header h1
{
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
	color: #fff;
	border: none;
	line-height: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px !important;
}



#footer
{
	color: #999;
	padding: 10px 0;
	text-align: center;
	line-height: normal;
	margin: 0;
	font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
	border-bottom: 1px #5C87B2 solid;
	padding: 0 0 2px;
	position: relative;
	margin: 0;
	text-align: right;
}

ul#menu li
{
	display: inline;
	list-style: none;
}

ul#menu li#greeting
{
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.8em;
	color: #fff;
}

ul#menu li a
{
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.8em;
	background-color: #e8eef4;
	color: #034af3;
}

ul#menu li a:hover
{
	background-color: #fff;
	text-decoration: none;
}

ul#menu li a:active
{
	background-color: #a6e2a6;
	text-decoration: none;
}

ul#menu li.selected a
{
	background-color: #fff;
	color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #CCC;
}

fieldset p
{
	margin: 2px 12px 10px 10px;
}

fieldset label
{
	display: block;
}

fieldset label.inline
{
	display: inline;
}

legend
{
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
}

input[type="text"]
{
	width: 200px;
	border: 1px solid #CCC;
}

input[type="password"]
{
	width: 200px;
	border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table th
{
	padding: 6px 5px;
	text-align: left;
	background-color: #e8eef4;
	border: solid 1px #e8eef4;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
	clear: both;
}

.error
{
	color: Red;
}

#menucontainer
{
	margin-top: 40px;
}

div#title
{
	display: block;
	float: left;
	text-align: left;
}

#logindisplay
{
	font-size: 1.1em;
	display: block;
	text-align: right;
	margin: 10px;
	color: White;
}

#logindisplay a:link
{
	color: white;
	text-decoration: underline;
}

#logindisplay a:visited
{
	color: white;
	text-decoration: underline;
}

#logindisplay a:hover
{
	color: white;
	text-decoration: none;
}

.field-validation-error
{
	color: #ff0000;
}

.input-validation-error
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors
{
	font-weight: bold;
	color: #ff0000;
}
#searchBox
{
	border-top: solid 1px #c4c6c6;
	border-bottom: solid 1px #c4c6c6;
	background-color:#eee;
	width: 613px;
	height: 24px;
	float:left;
	color: #000;
}
.padholder
{
	padding-bottom:10px;
}
#searchBox input[type=text]
{
	height:15px;
	margin-top:3px;
}
 #searchBox select
{
	height:19px;
	margin-top:3px;
}
#searchBox .inner-search
{
	padding:0 5px 0 5px;
}
#searchBox div
{
	float:left;
	line-height:24px;
	height:24px;
}
#searchBox div b
{
	padding-left:7px;
	font-size:11px;
}


#searchForm table
{
	height:26px;
}
#searchBox table tr
{
	margin:0;
	padding:0;
}
#searchBox img
{
	vertical-align: middle;
}
.bread_crumbs
{
	margin-top: 15px;
}
.bread_crumbs a
{
	color: #000;
	text-decoration: underline;
}

/*   Radius Search Page */
#eventsnearyou
{
	float: left;
	padding-left: 15px;
	width: 225px;
}
#map_canvas
{
	width: 500px;
	height: 420px;
	float: left;
}
#event_holder .event div
{
	float: left;
}
#event_holder .event
{
	width: 100%;
	vertical-align: middle;
}
#event_holder
{
	border: solid 1px #000;
}
#event_holder .event ul
{
	float: left;
	display: inline;
}
#event_holder .event ul li
{
	font-size: 30px;
}
#event_holder .event .details
{
	padding: 7px;
	margin-left: 13px;
	width: 172px;
	float: left;
}

#event_holder h1
{
	letter-spacing: 1px;
	background-color: #000;
	color: #fff;
	font-size: 12px;
	margin: 0; 
	padding: 9px 0  0px 10px;
}
#sort_controls
{
	padding-right:7px;
	background-color:#000;
	color:#fff;
	padding-bottom:8px;
	text-align:right;
}
#sort_controls a
{
	color:#fff;
}
#event_holder .dateOfEvent
{
	display:none;
}
#event_holder h1 a
{
	color:#fff;
}
#event_key_holder
{
	
	vertical-align:middle;
	position:relative;
	background-color:#f2f2f2;
	border:solid 2px #cccccc;
}
#event_key_holder table tr td
{
	height: 26px;
}
#event_key_holder .event_key
{
	vertical-align: middle;
	float:left;
	height:17px;
	padding-left:5px;
}
#event_key_holder .event_key .squarebox
{
	margin-top:2px;
}
.event-details
{
	padding: 4px 0 7px 10px;
	line-height: 22px;
	width: 500px;
	float: left;
}
.get-directions
{
	width:213px;
	float:right;
}
.get-directions input
{
	float:left;
}
.get-directions input[name=saddr]
{
	width:166px;
}
.event-map
{
	width: 200px;
	height: 116px;
	margin: 10px;
	background-color: #6d80f4;
}
.event_key .squarebox
{
	width: 10px;
	height: 10px;
	border: solid 1px #eee;
}

.event_key .name
{
	float: left;
	display: table-cell;
	vertical-align: middle;
	height: 25px;
}
.list-header
{
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 0 0 10px;
}
.list-interior
{
	background-color: #fff;
	position: relative;
	top: 5px;
	margin: 0 3px 0 3px;
	width: 734px;
	margin-bottom:5px;
}

.map-area
{
	float: right;
}
.squarebox
{
	float: left;
}
.cat_name
{
	padding-left: 7px;
}
#event_details
{
	border-collapse: collapse;
}
.circle-col
{
	width: 20px;
}
#event_details .row .circle, #event_details .altrow .circle
{
	vertical-align: middle;
	background-position: left;
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	margin-left: 5px;
}
#event_details .row .circle
{
	background-image: url(/content/images/disc_light_bg.png);
}
#event_details .altrow .circle
{
	background-image: url(/content/images/disc_dark_bg.png);
}
#event_details .number
{
	font-size: 30px;
	color: #bbb;
}
#keyword
{
	width:95px;
}
#searchBox div b
{
	padding-top:4px;
}

#loading_container
{
	z-index: 5;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #ccc;
	display: none;
}

#loading
{
	width: 300px;
	height: 150px;
	border: solid 1px black;
	background-color: #FFF;
	text-align: center;
	font-weight: bold;
	font-size: 140%;
	position: relative;
}

#loading span
{
	margin-top: 70px;
}
.list-item
{
	/* no styles here.  Must be on element in order for rounded corners to behave*/
}
