/* Event Styling */


#sidebar {
        width: 180px;
	margin-left: 16 px;
//	float:left;
	border: 200
	padding: 0;
	margin-top: 10px;
	background: white;
	// clear:both;

}
#sidebar a {
	border: 0;
	margin: 0;
}

#events {
	margin-top: 10px;
}

#left_column {
	float: left;
	width: 190px;
	background: white;
	padding: 0px 0px 0px 0x;
	margin-top: 10px 
	background: white;
}

#right_column {
	float: right;
	width: 580px;
	background: white;
}

/* Event Blurbs */

.event_blurb {
    background-color: #272727;
    width: 550px;
    font-family: Futura-Bold;
    padding: 10px;
    margin-bottom: 10px;
	border: solid #707070 3px;
}

.event_blurb h1 {
    color: white;
	font-weight: bold;
    font-size: 1.5em;
}

.event_blurb .event_pic {
	float: left;
	width: 100px;
	height: 86px;
}

.event_blurb .description {
	color: #EFA500;
	float: left;
	font-family: myriad, tahoma, verdana, sans-serif;
    font-size: .7em;
    font-weight: 500;
	height: 60px;
	width: 440px;
}

.event_blurb .location {
	font-weight: normal;
	border-bottom: 1px dashed;
	padding: 2px;
	font-family: Arial;
	color: #ccc;
}

.event_blurb .view_details {
	color: yellow;
	text-decoration: none;
	font-size: .8em;
	padding: 2px;
	float: right;
}

.event_blurb a:hover {
	background-color: yellow;
	color: black;
}

.event_blurb .info {
	height: 85px;
	margin-left: 110px;
}


/* Main Event Display */

#content_box {
	padding: 10px;
}

.event {
	font-family: Arial;
}

/* IE Holly Hack for Peek-a-boo bug */
/* Hides from IE5-mac \*/
* html #event {height: 1%;}
/* End hide from IE5-mac */

.event .event_pic {
	border: 4px solid white;
	margin-top: 10px;
	margin-left: 20px;
	width: 112px;
	height: 152px;
	float: left;
}

#info {
	margin-left: 152px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.event .description {
	margin-top: 10px;
	margin-left: 10px;
	font-size: .9em;
    font-family: myriad, tahoma, verdana, sans-serif;
    color: #DD5900;
    font-weight: 500;
	width: 425px;
}

#criteria {
	margin-top: 15px;
	width: 580px;
}

#terms {

}

.info_list li {
	margin-top: 3px;
}

.info_list {
	width: 260px;
	float: left;
	color: #EFA500;
	font-size: .8em;
	margin-bottom: 15px;
	padding-left: 15px;
	margin-right: 15px;
	/* IE Fixees */
	margin-left: 0px;
	display: inline;
}

.event h1 {
	color: white;
}

.event h2 {
	color: #00E5FD;
	border-bottom: 1px solid #00E5FD;
}

.event .time {
	font-size: .5em;
	float: right;
	margin-right: 15px;
	color: #bbb;
}

.event hr {
	clear: both;
	width: 95%;
	margin-bottom: 10px;
}

#location {
	margin-left: 18px;
	width: 300px;
	float: left;
	margin-bottom: 20px;
}

#location img {
	display: none;
}

#address {
	color: white;
	list-style: none;
	padding-left: 0px;
	text-align: center;
	font-size: 1.3em;
	margin-top: 10px;
}

#add_me, .add_friends {
	margin-top: 10px;
}

#add_guests, #add_me, #add_guests_form { color: #EFA500; }

#flyer {
	width: 712px;
	margin-left: auto;
	margin-right: auto;
}

#flyer img {	
	/*border: 4px solid white;*/
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}




/* End */

/* Event Creation Form */

.event_form textarea {
	border: 1px solid white;
	background: #272727;
	color: #EFA500;
}

.event_form #terms {
	padding-left: 0px;
	margin-right: 50px;
}

.event h1 input {
	font-size: .9em;
	padding: 0.2em;
	font-weight: bold;
	background: #272727;
	color: white;
}

.event .choose_time {
	margin-top: 15px;
	margin-bottom: 15px;
	color: #00E5FD;
}

.event_form .description textarea {
	width: 350px;
	height: 10em;
    color: #DD5900;
	float: left;
	padding-left: 0px;
	margin-left: -7px;
}

.event .short_description textarea {
	width: 217px;
	height: 10em;
	margin-left: 10px;
}

#criteria textarea {
	margin-top: 15px;
	width: 260px;
	height: 100px;
}

#location select {
	margin-top: 10px;
}

#submit {
	float: right;
	margin-right: 20px;
}

/* New Location Styling */

#new_location {
	width: 450px;
	height: 335px;
}

#new_location hr {
	margin-bottom: 10px;
}

#new_location h2 {
	color: #00E5FD;
	font-family: Arial, Helvetica, sans-serif;
}

#new_location label {
	color: white;
	font-weight: normal;
	font-size: 1.2em;
	font-family: Futura-Bold;
	float: left;
	text-align: right;
	clear: left;
	display: block;
	width: 100px;
	padding-right: 10px;
	line-height: 1.5em;
}

#new_location input {
	font-size: .9em;
	padding: 0.2em;
	font-weight: bold;
	margin-bottom: .8em;
}

#new_location #close_lightbox {
	float: right;
	margin-top:-30px;
}

#new_location a:hover {
	color: black;
	background-color: white;
}

.errorExplanation {
	border: 2px solid red;
	margin-bottom: 10px;
}

.errorExplanation h2 {
	font-size: 1.1em;
}

.errorExplanation p {
	color: white;
}

.errorExplanation li {
	color: #DD5900;
}

/* Select Template */
#select_template {
	margin-bottom: 10px;
	color: #00E5FD;
}

#select_template label {
	margin-left: 10px;
	font-size: 1.1em;
	font-weight: bold;
}

#select_template form { display:inline; }

/* Guest Form */

.email {
	margin-left: 128px;
}

#add_guests {
	margin-left: 350px;
	width: 350px;
}

#add_guests form {
	margin-top: 10px;
}




#add_guests label {
	color: #EFA500;	
}
#add_guests input {
	margin-bottom: 10px;
	width: 150px;
	border: 1px solid black;
	font-weight: bold;
	margin-right: 10px;
}
#add_guests p {
	color: white;
	margin-top: 10px;
}
/* Guest List */
#guestlist {
	border: 2px solid black;
}
/* Book Tables */
#tables hr {
	margin-top: 10px;
}
#tables a {
	font-size: 1.25em;
}
#book_table_form {
	line-height: 25px;
}
#book_table_form input {
	float: right;
}
#book_table_form label {
	float: left;
}
#book_table_form textarea {
	margin-top: 0px;
}



/*#book_table_form input {
	float: right;
}

#book_table_form label {
	clear: both;
	line-height: 25px;
}

#book_table_form textarea {
	margin-top: 0px;
	margin-bottom: 5px;
}*/