/* -----------------------------------------------------
	Base
----------------------------------------------------- */
* { margin: 0; padding: 0; }
html, body { height: 100%; margin: 0 0 1px 0; padding: 0; }
body { font: 13px Arial, Helvetica, sans-serif; color: #252525; }

/* -----------------------------------------------------
	Structure
----------------------------------------------------- */
.container { width: 100%; }
.container > .inner { margin: 0 auto; width: 980px; }
/* -- [#main] -- */
#main { background: #6699cc; padding: 15px 0 20px 0; position: relative; }
#main > .inner { background: #fff; }
#main #top_ad { background: #fff url(/images/app/bg_top_ad.gif) repeat-x 0 bottom; border-bottom: 1px solid #d9e3ed; }
#main #top_ad > .inner { background: url(/images/app/bg_computer_screen.png) no-repeat 35px 50%; padding: 20px 20px 20px 180px; position: relative; }
#main #top_ad a.hide_this { position: absolute; top: 18px; right: 20px; padding: 2px; }
#main #top_ad a.hide_this:hover { background: #006BBA; color: #fff; }
#main #top_ad h2 { color: #3562a3; margin-bottom: 15px; }
#main #top_ad p { font-size: 14px; line-height: 1.5; }
#main #top_ad .actions { margin-top: 15px; }
#main #top_ad .actions ul { list-style: none; }
#main #top_ad .actions li { display: inline; margin-right: 12px; }
#main #top_ad img { display: inline; }

/* -----------------------------------------------------
	#main #content
----------------------------------------------------- */
#main #content { background: #fff; }
#main #content > .wrap#minimal_layout { padding: 40px; }
#main #content > .wrap#full_layout {  }
#main #content > .wrap#minimal_layout .columns { border: 1px solid #cacaca; }

/* -----------------------------------------------------
	#minimal_layout .columns
----------------------------------------------------- */
.wrap#minimal_layout > .inner h1 { background: #d7654b; color: #fff; font-size: 20px; font-weight: normal; line-height: 45px; padding: 0 30px; }
#minimal_layout {  }
#minimal_layout .columns {  }
/* -- [.columns] -- */
#minimal_layout .columns { padding: 12px; }
#minimal_layout .columns > .inner { background: #f9f9f9; padding: 30px; }
/* -- [.columns Misc] -- */
#minimal_layout .columns fieldset { border: none; margin-bottom: 0; padding-bottom: 0; }
#minimal_layout .columns form .save_actions { border-top: none; font-size: 14px; margin-top: 20px; }
#minimal_layout .columns form .save_actions.last { margin-bottom: 0; }
/* -- [.column] -- */
#minimal_layout .column {  }
#minimal_layout .column > .inner { padding: 20px; }
/* -- [.column.full] -- */
#minimal_layout .column.full {  }
#minimal_layout .column.full > .inner {  }
#minimal_layout .column.full.copy h1 { font-size: 24px; margin: 0 0 15px 0; }
#minimal_layout .column.full.copy h2 { border-bottom: 1px solid #cacaca; font-size: 14px; margin: 25px 0 15px 0; padding-bottom: 5px; text-transform: uppercase; }
#minimal_layout .column.full.copy h2:first-child { margin-top: 0; }
#minimal_layout .column.full.copy h3 { font-size: 14px; margin: 15px 0 5px 0; }
#minimal_layout .column.full.copy p { line-height: 1.4; margin-bottom: 18px; }
#minimal_layout .column.full.copy p:last-child { margin-bottom: 0; }
#minimal_layout .column.full.copy a {  }
#minimal_layout .column.full.copy a:hover { text-decoration: underline; }
/* -- [.column.one] -- */
#minimal_layout .column.one { display: inline; float: left; width: 350px; }
#minimal_layout .column.one > .inner {  }
/* -- [.column.two] -- */
#minimal_layout .column.two { display: inline; float: right; width: 350px; }
#minimal_layout .column.two > .inner {  }
#minimal_layout .column.two h2 { background: url(/images/app/bg_heading_border_bottom.gif) no-repeat 0 bottom; font-size: 16px; font-weight: bold; margin-bottom: 20px; padding-bottom: 10px; }
#minimal_layout .column.two p { font-size: 13px; line-height: 1.5; margin-bottom: 5px; }
#minimal_layout .column.two ul,
#minimal_layout .column.two ol { margin-top: 20px; padding-left: 15px; }
#minimal_layout .column.two ul li,
#minimal_layout .column.two ol li { font-size: 14px; line-height: 1.5; margin-bottom: 5px; }
#minimal_layout .column.two a { font-weight: bold; }
#minimal_layout .column.two a:hover { text-decoration: underline; }
/* -- [.column.three] -- */
#minimal_layout .column.three { width: 300px; }
#minimal_layout .column.three > .inner {  }

/* -----------------------------------------------------
	#full_layout
----------------------------------------------------- */
.wrap#full_layout > .inner h1 { background: #EBF2F9; border-bottom: 1px solid #D9E3ED; color: #3563A6; font-size: 22px; font-weight: normal; line-height: 75px; margin: 0 0 15px 0; text-align: center; }
#full_layout {  }
#full_layout .columns {  }
/* -- [.columns] -- */
#full_layout .columns {  }
#full_layout .columns > .inner { padding-bottom: 20px; }
/* -- [.column] -- */
#full_layout .column { display: inline; float: left; }
#full_layout .column > .inner { padding: 20px; }
/* -- [.column.full] -- */
#full_layout .column.full { width: 100%; }
#full_layout .column.full > .inner { padding: 30px 105px; }
#full_layout .column.full.column p.intro { margin-bottom: 20px; }
#full_layout .column.full fieldset { border: none; border-bottom: 2px solid #cacaca; margin-bottom: 20px; padding-bottom: 20px; }
#full_layout .column.full fieldset.last { border-bottom: none; margin-bottom: 20px; padding-bottom: 0; }
#full_layout .column.full input#button_submit_this_new_event { display: block; height: 56px; width: 311px; margin: 0 auto; }
#full_layout .column.full .tour_item { position: relative; margin-bottom: 40px; }
#full_layout .column.full .tour_item h2 { color: #D14E30; font-size: 20px; margin-bottom: 5px; }
#full_layout .column.full .tour_item p { color: #7b7b7b; font-weight: bold; margin-bottom: 10px; }
#full_layout .column.full .tour_item a { position: absolute; top: 28px; right: 0; color: #339900; font-size: 14px; font-weight: bold; }
#full_layout .column.full .tour_item a:hover { text-decoration: underline; }
#full_layout .column.full .tour_item img { border: 1px solid #9dbedf; display: block; margin: 0 auto; }
#full_layout .column.full a.button_tour_signup { background: url(/images/app/button_tour_signup_for_an_account.png) no-repeat; display: block; width: 311px; height: 56px; margin: 0 auto; text-indent: -9999px; }
/* -- [.column.one] -- */
#full_layout .column.one { margin-left: 70px; width: 520px; }
#full_layout .column.one > .inner {  }
#full_layout .column.one h1 { background: none; color: #D14E30; font-size: 16px; line-height: 1.4; margin-bottom: 8px; }
/* -- [.column.two] -- */
#full_layout .column.two { float: right; margin-right: 70px; width: 300px; }
#full_layout .column.two > .inner {  }
#full_layout .column.two h2 { color: #D14E30; font-size: 16px; margin-bottom: 8px; }
#full_layout .column.two p { margin-bottom: 20px; }
#full_layout .column.two textarea { height: 100px; margin-bottom: 20px; width: 100%; }
#full_layout .column.two select { margin-left: 5px; }
/* -- [.column.three] -- */
#full_layout .column.three { width: 300px; }
#full_layout .column.three > .inner {  }

/* -----------------------------------------------------
	#full_layout
----------------------------------------------------- */
.wrap#blog_layout > .inner { position: relative; }
.wrap#blog_layout > .inner h1 { background: #EBF2F9; border-bottom: 1px solid #D9E3ED; color: #3563A6; font-size: 32px; font-weight: blog; line-height: 75px; margin: 0 0 15px 0; text-align: center; }
.wrap#blog_layout > .inner a.back_link { position: absolute; top: 29px; left: 20px; font-size: 14px; }
#blog_layout {  }
#blog_layout .columns {  }
/* -- [.columns] -- */
#blog_layout .columns {  }
#blog_layout .columns > .inner { padding-bottom: 20px; }
/* -- [.column] -- */
#blog_layout .column { display: inline; float: left; }
#blog_layout .column > .inner { padding: 20px; }
/* -- [.column.full] -- */
#blog_layout .column.full { width: 100%; }
#blog_layout .column.full > .inner { padding: 30px 105px; }
#blog_layout .column.full.column p.intro { margin-bottom: 20px; }
/* -- [.column.one] -- */
#blog_layout .column.one { margin-left: 50px; width: 585px; }
#blog_layout .column.one > .inner {  }
#blog_layout .column.one h1 { background: none; color: #D14E30; font-size: 26px; font-weight: bold; line-height: 1.4; margin-bottom: 20px; }
#blog_layout .column.one h1 a { color: #D14E30; }
#blog_layout .column.one p { font-size: 13px; line-height: 1.4; margin-bottom: 12px; }

#blog_layout .column.one .posts .post { margin-bottom: 50px; }
#blog_layout .column.one .posts .post.last { border-bottom: none; margin-bottom: 0; }
/* -- [Post Info] -- */
#blog_layout .column.one .posts .post .post_info { margin-top: 20px; }
#blog_layout .column.one .posts .post .post_info abbr { border-bottom: none; }
#blog_layout .column.one .posts .post .post_info ul { margin: 0; }
#blog_layout .column.one .posts .post .post_info ul li { display: inline; margin: 0 15px 0 0; }
#blog_layout .column.one .posts .post .post_body ol { margin: 20px 0; padding-left: 20px; }
#blog_layout .column.one .posts .post .post_body ul li,
#blog_layout .column.one .posts .post .post_body ol li { margin-bottom: 3px; }
#blog_layout .column.one .posts .post .post_body ul li p,
#blog_layout .column.one .posts .post .post_body ol li p { margin-bottom: 0; }
#blog_layout .column.one .posts .post .post_body a {  }
#blog_layout .column.one .posts .post .post_body a:hover { text-decoration: underline; }
/* -- [.column.two] -- */
#blog_layout .column.two { float: right; margin-right: 50px; width: 230px; }
#blog_layout .column.two > .inner {  }
#blog_layout .column.two h2 { color: #D14E30; font-size: 16px; margin-bottom: 8px; }
#blog_layout .column.two p { margin-bottom: 20px; }
#blog_layout .column.two textarea { height: 100px; margin-bottom: 20px; width: 100%; }
#blog_layout .column.two select { margin-left: 5px; }
/* -- [.column.three] -- */
#blog_layout .column.three { width: 300px; }
#blog_layout .column.three > .inner {  }

/* -- [Can Advertise] -- */
.can_advertise { background: #FFFFEA url(/images/app/mouse_arrow_32x32.png) no-repeat 10px 13px; border: 1px solid #ECECD8; margin: 0 0 20px 0; padding: 10px 10px 10px 55px; }
.can_advertise h4 { font-size: 14px; margin-bottom: 5px; }
.can_advertise p { margin-bottom: 0; }

.content_header { background: url(/images/app/bg_filter_by.png) repeat-y; margin-bottom: 10px; padding: 6px 0; position: relative; }

.content_header #filter_by,
.content_header #filter_by li,
.content_header #filter_by li a { display: inline; float: left; padding: 3px 5px; }
.content_header #filter_by li a:hover { background: #eaeaea; border-bottom: none; border-radius: 1px; -moz-border-radius: 1px; -webkit-border-radius: 3px; color: #333; }
.content_header #filter_by { margin-left: 25px; }
.content_header #filter_by li { margin-right: 10px; }

body.this_week #filter_by a.this_week,
body.this_month #filter_by a.this_month,
body.this_year #filter_by a.this_year,
body.just_added #filter_by a.just_added,
body.all #filter_by a.all_events,
body.promoted #filter_by a.promoted,
body.all #filter_by a.all { background: #dadada; border-bottom: none; border-radius: 1px; -moz-border-radius: 1px; -webkit-border-radius: 3px; color: #555; font-weight: bold; }
body.this_week #filter_by a.this_week:hover,
body.this_month #filter_by a.this_month:hover,
body.this_year #filter_by a.this_year:hover,
body.just_added #filter_by a.just_added:hover,
body.all_events #filter_by a.all_events:hover,
body.promoted #filter_by a.promoted,
body.all #filter_by a.all { background: #cacaca; color: #333; }

.content_header .view_toggle { position: absolute; top: 14px; right: 383px; }
.content_header .view_toggle a { background-color: #d4d4d4; background-image: url(/images/app/view_toggle_links.png); display: block; display: inline; float: right; height: 17px; margin-left: 3px; text-indent: -9999px; width: 17px; }
.content_header .view_toggle a:hover,
.content_header .view_toggle a.selected { background-color: #c4c4c4; }
.content_header .view_toggle a:last-child { margin-left: 0; }
.content_header .view_toggle a.full { background-position: 0 0; }
.content_header .view_toggle a.compact { background-position: 0 -20px; }

.content_header a.rss { position: absolute; top: 13px; right: 20px; background: url(/images/app/bg_rss_subscribe.png) no-repeat; color: #FF6D06; font-weight: bold; line-height: 16px; padding-left: 22px; }

.content_header a.icalendar { position: absolute; top: 10px; right: 150px; background: url(/images/app/bg_icalendar.jpg) no-repeat; color: #FF6D06; font-weight: bold; line-height: 26px; padding-left: 32px; }

.content_main { display: inline; float: left; margin-left: 20px; width: 578px; }
.content_main .event_block { position: relative; }
.content_main .event_block .flag { position: absolute; top: 0; left: -10px; background: url(/images/app/bg_flag.gif) no-repeat; height: 58px; width: 10px; }
.content_main .event_block h2 { background: #cd2027; color: #fff; font-size: 16px; font-weight: normal; line-height: 30px; padding: 0 20px; }
.content_sidebar { display: inline; float: right; margin-right: 20px; width: 340px; }
.content_sidebar .ad_space_336x280 { display: inline; float: left; height: 280px; margin-bottom: 20px; width: 336px; }

.content_sidebar .block { margin: 0 0 20px 0; position: relative; }

.account_links {  }
.account_links ul { font-size: 16px; list-style: none; }
.account_links ul li a.edit { background: url(/images/app/icon_edit_16.png) no-repeat; padding-left: 24px; }

.followings h4 { background: #EBF2F9; color: #003D79; font-size: 14px; margin-bottom: 6px; padding: 10px 12px; }
.followings a.view_all { display: none; position: absolute; top: 12px; right: 12px; color: #D14E30; font-size: 12px; }
.followings .followings_list { padding: 0 10px; font-size: 0px; }
.followings .followings_list a,
.followings .followings_list img,
.followings .followings_list span { display: inline; float: left; }
.followings .followings_list a { border: 2px solid #aaa; margin-right: 4px; margin-bottom: 4px; }

.learn_more { background: url(/images/app/icon_info_32.png) no-repeat 15px 15px; border-top: 1px solid #d9d9d9; border-bottom: 1px solid #d9d9d9; padding: 10px 0; }
.learn_more h4,
.learn_more p { margin-left: 65px; }
.learn_more h4 { color: #3563A6; font-size: 18px; line-height: 1.2; margin-bottom: 8px; }
.learn_more p { font-size: 13px; line-height: 1.2; margin-bottom: 0; }
.learn_more a { color: #D14E30 !important; font-weight: bold; }
.learn_more a:hover { text-decoration: underline; }

/* -----------------------------------------------------
	Mast Head
----------------------------------------------------- */
#mast_head { background: #fff url(/images/app/bg_masthead_repeat.png) repeat-x 0 bottom; border-bottom: 2px solid #fff; }
#mast_head > .inner { height: 95px; position: relative; }
#mast_head #branding { position: absolute; top: 50%; left: 0; height: 72px; margin-top: -36px; width: 275px; }
/* -- [Logo] -- */
#mast_head #branding a.branding { background: url(/images/app/logo_calfeed.png) no-repeat; height: 100%; position: absolute; width: 100%; }
#mast_head #branding a.branding span { display: none; }
/* -- [Tagline] -- */
#mast_head #branding span.tagline { position: absolute; left: 81px; bottom: 6px; color: #1e4676; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; text-align: left; }
/* -- [Aux] -- */
#mast_head #aux { position: absolute; top: 10px; right: 0; height: 70px; width: 685px; }
/* -- [Search Main] -- */
#search_main { position: absolute; top: 50%; right: 0; background: #e2eaf1; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; margin-top: -28px; padding: 15px 15px; width: 305px; }
#search_main form input[type="text"] { color: #555; font-size: 12px; font-weight: normal; margin-right: 5px; padding: 3px; width: 220px; }
#search_main .row { margin-bottom: 0; }
/* -- [Nav Aux] -- */
#nav_aux { position: absolute; top: 50%; right: 350px; margin-top: -8px; width: 330px; }
#nav_aux ul,
#nav_aux ul li { display: inline; float: right; }
#nav_aux ul { height: 20px; margin: 0; padding: 0; width: 100%; }
#nav_aux ul li { border-right: 1px solid #cacaca; font-size: 12px; font-weight: bold; line-height: 16px; list-style: none; margin: 0 7px 0 0; padding: 0 7px 0 0; }
#nav_aux ul li:first-child { border-right: none; margin-right: 0; padding-right: 0; }
#nav_aux ul li:last-child {  }
#nav_aux ul li a { color: #005699; }
#nav_aux ul li a:hover { border-bottom: 1px solid #005699; }

/* -----------------------------------------------------
	#nav_page_tabs
----------------------------------------------------- */
#nav_page_tabs { background: #fff url(/images/app/1px_bbb.gif) repeat-x 0 bottom; margin-bottom: 10px; padding: 15px 0 0 20px; position: relative; }
#nav_page_tabs a.submit_new_event { background: url(/images/app/button_submit_new_event.png) no-repeat; display: block; height: 44px; position: absolute; bottom: 10px; right: 17px; text-indent: -99999px; width: 211px; }
#nav_page_tabs ul,
#nav_page_tabs ul li,
#nav_page_tabs ul li a { display: inline; float: left; }
#nav_page_tabs ul li { margin-right: 10px; }
#nav_page_tabs ul li a { background-repeat: no-repeat; background-position: 15px 50%; color: #ce4d32; font-size: 20px; font-weight: normal; padding: 15px 18px 15px 58px; }
#nav_page_tabs ul li a:hover span { border-bottom: 1px solid #ccc; }
body#events #nav_page_tabs ul li a#nav_online_events { background-color: #fff; border: 1px solid #bbb; border-bottom: none; }
body#users #nav_page_tabs ul li a#nav_my_calendar { background-color: #fff; border: 1px solid #bbb; border-bottom: none; }
#nav_page_tabs ul li a#nav_online_events { background-image: url(/images/app/bg_bull_horn_32px.gif); }
#nav_page_tabs ul li a#nav_my_calendar { background-image: url(/images/app/bg_calendar_32px.gif); }

/* -----------------------------------------------------
	#user_header
----------------------------------------------------- */
#user_header { background: #f8fafb url(/images/app/bg_user_header.gif) repeat-x 0 bottom; border-bottom: 1px solid #dadada; width: 100%; }
#user_header > .inner { padding: 15px 20px; }
/* -- [.user_details] -- */
#user_header .user_details { display: inline; float: left; width: 500px; }
#user_header .user_details img { border: 2px solid #aaa; display: inline; float: left; }
#user_header .user_details h1,
#user_header .user_details p,
#user_header .user_details .user_follow { margin-left: 115px; }
#user_header .user_details .user_follow { margin-top: 15px; }
#user_header .user_follow a { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; color: #333; font-weight: bold; padding: 6px 22px; text-align: center; }
#user_header .user_follow a:hover { color: #000; }
#user_header .user_follow a.follow_me { background: #444; border: 2px solid #313131; color: #fff; }
#user_header .user_follow a.unfollow_me { background: #ddd; border: 1px solid #ccc; }
#user_header .user_details h1 { line-height: 1; margin-bottom: 5px; }
#user_header .user_details h1 span.fn { color: #003D79; font-size: 20px; font-weight: normal; }
#user_header .user_details h1 span.location { color: #171717; font-size: 14px; font-weight: normal; }
#user_header .user_details p { color: #666; font-size: 12px; line-height: 1.5; }
/* -- [.user_links] -- */
#user_header .user_links { display: inline; float: right; margin-top: 30px; width: 350px; }
#user_header .user_links ul { list-style: none; }
#user_header .user_links ul li { margin-bottom: 5px; }
#user_header .user_links a { background: url(/images/app/icon_globe.png) no-repeat 0 50%; display: block; line-height: 18px; padding-left: 24px; }
#user_header .user_links a:hover { text-decoration: underline; }
#user_header .user_links a.twitter { background: url(/images/app/icon_twitter.png) no-repeat 0 50%; }

/* -----------------------------------------------------
	Nav Main
----------------------------------------------------- */
#nav_main { background: #4174b3 url(/images/app/bg_nav_main.png) repeat-x 0 bottom; padding: 15px 0 15px 25px; }
#nav_main ul { margin: 0; padding: 0; width: 100%; padding-top: 10px;}
#nav_main ul,
#nav_main ul li { display: inline; float: left; font-size: 12px; font-weight: bold;}
#nav_main ul li { margin: 0 15px 0 0; position: relative; }
#nav_main ul li.no_link { color: #ffffcc; font-weight: normal; }
#nav_main ul li a { background: #2b5a9f; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; color: #fff; padding: 12px 20px;}
#nav_main ul li a:hover { background: #234a84;}

/* -----------------------------------------------------
	Breadcrumbs
----------------------------------------------------- */
.breadcrumbs { color: #4690CD; font-size: 12px; padding: 12px 20px; }
.breadcrumbs a { color: #4690CD !important; margin: 0 5px; }
.breadcrumbs a:hover { color: #005699 !important; }
.breadcrumbs a.first { margin-left: 0; }
.breadcrumbs a.last { margin-right: 0; }

/* -----------------------------------------------------
	Event
----------------------------------------------------- */
.event_block { border-bottom: 2px solid #eee; margin-bottom: 20px; }
.vevent { border: 1px solid #cacaca; margin-bottom: -1px; padding-bottom: 10px; position: relative; }
.main_column .sponsored .vevent { margin-bottom: 0; }
/* -- [None] -- */
.no_events { border-top: 1px solid #e7e7e7; border-bottom: 1px solid #e7e7e7; min-height: 600px; height: auto !important; height: 600px; padding-top: 50px; text-align: center; }
.no_events h1 { color: #D14E30; font-size: 20px; margin-bottom: 15px; }
.no_events img.button_no_events_submit_new_event { display: block; margin: 0 auto; }
/* -- [Header] -- */
.vevent .header { background: #f1f1f1; border-bottom: 1px solid #eaeaea; color: #222; margin-bottom: 8px; padding: 6px 10px; position: relative; }
.vevent .header abbr { border-bottom: none; }
.vevent .header .dtstart { font-size: 11px; font-weight: bold; width: 350px; }
.vevent .header .starts_in { color: #999; font-size: 11px; position: absolute; top: 7px; right: 15px; }
/* -- [Voting] -- */
.vevent .voting { display: inline; float: left; margin: 0 10px 0 10px; width: 60px; text-align: center; }
.vevent .voting .vote_count { background: #fff; border: 1px solid #d9d9d9; border-bottom: 2px solid #c9c9c9; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; margin-bottom: 5px; padding: 8px 0; }
.vevent .voting .vote_count span { color: #4b77a5; display: block; font-size: 12px; line-height: 1.1; }
.vevent .voting .vote_count span.vote_number { font-size: 16px; font-weight: bold; letter-spacing: -1px; margin-bottom: 2px; }
.vevent .voting .voteup,
.vevent .voting .voted { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; font-size: 12px; }
.vevent .voting .voteup { background: #cd2027; font-weight: bold; padding: 2px 0; }
.vevent .voting .voteup a { color: #fff; display: block; font-size: 11px; height: 100%; width: 100%; text-decoration: none; text-transform: uppercase; }
.vevent .voting .voted { background: #fafafa; border: 1px solid #ddd; color: #999; padding: 1px 0; }
.vevent .voting .addto_mycalfeed { background: #fff; border: 1px solid #B8E6CA; font-size: 11px; line-height: 1.1; height: 20px; margin-top: 5px; }
/* -- [Body] -- */
.vevent .body { margin: 0 10px 0 85px; position: relative; }
.vevent .body a.tweet_this { position: absolute; top: 3px; right: 0; background: url(/images/app/icon_twitter.png) no-repeat 0 0; display: block; line-height: 18px; padding-left: 18px; }
.vevent .body h1.summary { font-size: 20px;}
.vevent .body h3.summary { font-size: 16px;}
.vevent .body h1.summary,
.vevent .body h3.summary { color: #d14e30; line-height: 1.3; margin: 0 100px 10px 0; }
.vevent .body h1.summary a,
.vevent .body h3.summary a { color: #d14e30; text-decoration: none; }
.vevent .body h1.summary a:hover,
.vevent .body h3.summary a:hover { border-bottom: 1px solid #dadada; }
.vevent .body p { margin-bottom: 0; }
.vevent .body em { color: #999; font-size: 12px; }
/* -- [Link Out Actions] -- */
.vevent .body .actions { margin: 5px 0 10px 0; }
.vevent .body .actions ul,
.vevent .body .actions ul li,
.vevent .body .actions ul li a { display: inline; float: left; margin: 0; padding: 0; }
.vevent .body .actions ul li a { background: #555; display: block; height: 36px; text-indent: -9999px; }
.vevent .body .actions ul { margin: 5px 0 0 5px; }
.vevent .body .actions ul li { margin-right: 10px; }
.vevent .body .actions ul li.visit_event a { background: url(/images/app/button_visit_this_event.png) no-repeat; width: 167px; }
.vevent .body .actions ul li.remove_calfeed a { background: url(/images/app/button_remove_from_my_calendar.png) no-repeat; width: 239px; }
.vevent .body .actions ul li.add_calfeed a { background: url(/images/app/button_add_to_my_calendar.png) no-repeat; width: 190px; }
/* -- [Event Desciption] -- */
.vevent .body .description h1,
.vevent .body .description h2,
.vevent .body .description h3 { font-weight: normal; margin-bottom: 12px; }
.vevent .body .description h1 { font-size: 16px; }
.vevent .body .description h2 { font-size: 14px; }
.vevent .body .description h3 { font-size: 12px; }
.vevent .body .description p { line-height: 1.4; margin-bottom: 10px; }
.vevent .body .description p.cat_domain { border-bottom: 1px solid #dadada; color: #333; font-size: 12px; font-weight: bold; margin-bottom: 5px; padding-bottom: 5px; }
.vevent .body .description ul { margin: 12px 0; padding: 0 0 0 15px; }
.vevent .body .description ul li { list-style: disc; margin: 0 0 5px 0; padding: 0; }
/* -- [Actions] -- */
.vevent .body .tools { height: 20px; margin-top: 15px; }
.vevent .body .tools ul,
.vevent .body .tools ul li,
.vevent .body .tools ul li a { color: #4690CD !important; display: inline; float: left; }
.vevent .body .tools ul,
.vevent .body .tools ul li { margin: 0; padding: 0; }
.vevent .body .tools ul li { font-size: 12px; line-height: 20px; margin-right: 15px; padding-left: 21px; }
.vevent .body .tools ul li.comments_count { background: url(/images/app/chat_bubble.png) no-repeat; }
.vevent .body .tools ul li.add_calfeed { background: url(/images/app/add.png) no-repeat; }
.vevent .body .tools ul li.remove_calfeed { background: url(/images/app/remove.png) no-repeat; }
.vevent .body .tools ul li.avatar { background: url(/images/app/avatar.png) no-repeat; }
.vevent .body .tools ul li.edit { background: url(/images/app/edit.png) no-repeat; }
.vevent .body .tools ul li.delete { background: url(/images/app/delete.png) no-repeat; }
.vevent .body .tools ul li a:hover { text-decoration: underline; }
/* -- [Tags] -- */
.vevent .body .tags { margin-top: 15px; }
.vevent .body .tags h4 { background: url(/images/app/tag.png) no-repeat; font-size: 12px; margin-bottom: 5px; padding-left: 20px; }
.vevent .body .tags ul,
.vevent .body .tags ul li,
.vevent .body .tags ul li a { color: #4690CD !important; display: inline; float: left; }
.vevent .body .tags ul { list-style: none; margin: 0; padding: 0; }
.vevent .body .tags ul li { margin: 0 5px 0 0; padding: 0; }
.vevent .body .tags ul li:after { content: ","; }
.vevent .body .tags ul li.last:after { content: ""; }
.vevent .body .tags ul li a:hover { text-decoration: underline; }

/* -----------------------------------------------------
	Events Sidebar
----------------------------------------------------- */
.events.sidebar { /* Empty Ruleset */ }
.events.sidebar h2 { background: #78a5d1 url(/images/app/bg_sidebar_h2.gif) repeat-x 0 bottom; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; color: #fff; font-weight: normal; line-height: 34px; padding: 0 15px; }
/* -- [.events.sidebar .vevent] -- */
.events.sidebar .vevent { border: none; border-bottom: 1px solid #cacaca; margin-bottom: -1px; padding: 10px 0; }
/* -- [Header] -- */
.events.sidebar .vevent .header { display: none; }
/* -- [Body] -- */
.events.sidebar .vevent .body { margin: 0px 10px 0px 60px; }
.events.sidebar .vevent .body a#tweet_this { display: none; }
.events.sidebar .vevent .body h3 { font-size: 14px; margin-bottom: 3px; position: relative; top: 6px; left: 0; }
.events.sidebar .vevent .body em { display: none; }
.events.sidebar .vevent .body .description { display: none; }
/* -- [Voting] -- */
.events.sidebar .vevent .voting { display: inline; float: left; margin: 0 10px 0 10px; width: 35px; text-align: center; }
.events.sidebar .vevent .voting .vote_count { background: #fff; border: 1px solid #d9d9d9; border-bottom: 2px solid #c9c9c9; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; margin-bottom: 5px; padding: 6px 0; }
.events.sidebar .vevent .voting .vote_count span { color: #4b77a5; display: block; font-size: 12px; line-height: 1.1; }
.events.sidebar .vevent .voting .vote_count span.vote_number { font-size: 16px; font-weight: bold; letter-spacing: -1px; margin-bottom: 0; }
.events.sidebar .vevent .voting .vote_count span.vote_number_label { display: none; }
.events.sidebar .vevent .voting .voteup,
.events.sidebar .vevent .voting .voted { display: none; }
/* -- [Actions] -- */
.events.sidebar .vevent .body .tools { display: none; }

/* -----------------------------------------------------
	Event - Sponsored
----------------------------------------------------- */
.sponsored { background: #f1f1f1; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; margin-bottom: 20px; padding: 5px 20px 20px 20px; }
.sponsored h2.sponsored_events_heading { color: #777; font-size: 11px; font-weight: normal; letter-spacing: 1px; line-height: normal; margin: 0 0 5px 0; text-align: center; text-transform: uppercase; }

/* -----------------------------------------------------
	Event - Sponsored / Sidebar
----------------------------------------------------- */
.side_column .sponsored { background: none; }
.side_column .column_header { border-bottom: 2px solid #d7d7d7; font-size: 14px; margin-bottom: 10px; padding-bottom: 5px; position: relative; }
.side_column .sponsored h2.sponsored_events_heading { color: #777; font-size: 11px; font-weight: normal; letter-spacing: 1px; line-height: normal; margin: 0 0 5px 0; text-align: center; text-transform: uppercase; }
.side_column .sponsored .vevent { border-bottom: 1px solid #ddd; margin-bottom: 7px; padding-bottom: 5px; }
/* -- [Header] -- */
.side_column .sponsored .vevent .header { background: none; margin: 0 0 5px 0; padding: 0; }
.side_column .sponsored .vevent .header .dtstart { color: #252525; font-size: 10px; font-weight: normal; line-height: normal; }
.side_column .sponsored .vevent .header .starts_in { display: none; }
/* -- [Voting] -- */
.side_column .sponsored .vevent .voting { margin-right: 10px; width: 40px; }
.side_column .sponsored .vevent .voting .vote_count { padding: 4px 0; }
.side_column .sponsored .vevent .voting .vote_action,
.side_column .sponsored .vevent .voting .vote_count span { display: none; }
.side_column .sponsored .vevent .voting .vote_count span.vote_number { display: block; font-size: 14px; font-weight: bold; margin-bottom: 0; }
/* -- [Body] -- */
.side_column .sponsored .vevent .body { margin-left: 50px; }
.side_column .sponsored .vevent .body h3 { font-size: 12px; line-height: 1.2; }
.side_column .sponsored .vevent .body p,
.side_column .sponsored .vevent .body .tools { display: none; }

/* -----------------------------------------------------
	Event Comments
----------------------------------------------------- */
#event_comments { margin-top: 10px; }
.comment { border-top: 3px solid #ddd; margin-bottom: -1px; padding: 10px; position: relative; }
.comment p.commenter { color: #006BBA; font-size: 12px; margin: 0 0 10px 0; padding: 3px 5px 3px 30px; }
.comment p.commenter a.profile_url { font-weight: bold; }
.comment p.commenter a:hover { text-decoration: underline; }
/* -- [Comment Actions] -- */
.comment ul.comment_actions { position: absolute; top: 13px; right: 18px; font-size: 11px; list-style: none; margin: 0; padding: 0; }
.comment ul.comment_actions li { display: inline; margin-left: 10px; }
.comment ul.comment_actions li a { color: #005699; }
.comment ul.comment_actions li a:hover { text-decoration: underline; }
/* -- [Body] -- */
.comment .body h1,
.comment .body h2,
.comment .body h3 { border-bottom: 1px solid #d7d7d7; line-height: normal; margin: 20px 0 4px 0; padding-bottom: 4px; text-transform: uppercase; }
.comment .body h1 { font-size: 18px; text-transform: none; }
.comment .body h2 { font-size: 16px; text-transform: none; }
.comment .body h3 { font-size: 12px; }
.comment .body p { line-height: 1.5; margin: 0 0 10px 0; }
.comment .body ul,
.comment .body ol { margin: 10px 0; }
.comment .body ul li,
.comment .body ol li { line-height: 1.6; margin-bottom: 0; }
.comment .body ul li { list-style: disc; }
/* -- [Form] -- */
#comment_form { border-top: 3px solid #ddd; margin-top: 10px; padding-top: 10px; }
#comment_form textarea { font-size: 12px; height: 100px; line-height: 1.4; padding: 10px; width: 556px; }

/* -----------------------------------------------------
	Pagination
----------------------------------------------------- */
.pagination { border-top: 2px solid #ddd; font-size: 11px; padding: 20px 0 0 0; margin: 20px 0 10px 0; }
.pagination a { padding: 4px 9px; margin: 0 3px; border: 1px solid #ccc; color: #555; }
.pagination a:hover,
.pagination a:active { color: #000; padding: 3px 8px; border: 2px solid #aaa; background: none; }
.pagination span.current,
.pagination span.disabled { padding: 4px 9px; margin: 0 3px; }
.pagination span.current { border: 1px solid #005699; color: #fff; background: #005699; }
.pagination span.disabled { border: 1px solid #ccc; color: #999; }

/* -----------------------------------------------------
	Footer
----------------------------------------------------- */
#footer { background: #99bbdd url(/images/app/bg_footer_repeat.png) repeat-x; clear: both; padding: 20px; position: relative; }
#footer p { clear: both; color: #fff; font-size: 12px; line-height: 1.2; margin-bottom: 5px; }
#footer a { color: #fff; }
#footer a:hover { text-decoration: underline; }
#footer a.twitter_follow_calfeed { position: absolute; top: 18px; right: 20px; }
#footer .link_list { border-bottom: 1px solid #b8d0e7; margin-bottom: 15px; padding: 5px 0 7px 0; }
#footer .link_list ul,
#footer .link_list ul li,
#footer .link_list ul li a { color: #fff; display: inline; float: left; font-weight: bold; margin: 0; padding: 0 0; }
#footer .link_list ul { padding: 0 0 0 2px; }
#footer .link_list ul li { border-right: 1px solid #fff; font-size: 12px; line-height: 1; margin-right: 7px; padding-right: 7px; }
#footer .link_list ul li:last-child { border-right: none; }

/* -----------------------------------------------------
	Forms
----------------------------------------------------- */
form fieldset { border-bottom: 5px solid #bbb; margin-bottom: 40px; padding-bottom: 20px; }
form fieldset.first { border-bottom: none; margin: 0; }
form fieldset.last { margin-bottom: 0; }
form legend { display: none; }
form label { color: #3563A6; display: block; font-size: 14px; line-height: normal; margin-bottom: 3px; }
form .hint { color: #555; display: block; font-size: 11px; margin-top: 4px; }
form .row { margin-bottom: 18px; }
form .row.last { margin-bottom: 0; }
form .row.first { margin-top: 15px; }
form .row.save_actions.last { margin-bottom: 10px; }
form h2 { border-bottom: 2px solid #e7e7e7; color: #005699; display: block; font-size: 20px; font-weight: bold; line-height: normal; margin-bottom: 15px; padding: 4px 8px 2px 0; }
form p.hint { color: #777; font-size: 12px; margin-bottom: 3px; }
form input[type="text"],
form input[type="password"] { font-family: Arial, sans-serif; font-size: 16px; font-weight: normal; padding: 5px 10px; width: 300px; }
form select { width: 300px; }
form textarea { font-family: Arial, sans-serif; font-size: 16px; padding: 10px; width: 750px; }
form .save_actions { border-top: 1px dashed #ccc; font-size: 14px; margin-top: 10px; padding-top: 10px; }
form .save_actions a:hover { border-bottom: 1px solid #006bba; }
/* -- [Create Event] -- */
#form_submit_event legend { display: none; }
#form_submit_event form input[type="text"],
#form_submit_event form input[type="password"] { padding: 10px; width: 754px; }
#form_submit_event form textarea { height: 100px; padding: 10px; width: 754px; }
/* -- [Category Selector] -- */
form .category * { display: inline; float: left; }
form .category { border-bottom: 1px solid #ccc; padding: 4px 0 4px 10px; }
form .category:hover { background: #f1f1f1; }
form .category a { border: 1px solid transparent; padding: 1px 4px; }
form .category a:hover { background: #fff; border: 1px solid #005699; color: #005699; }
form .category a.selected { background: #429A21; border: 1px solid #429A21; color: #fff; }
form .category.last { border-bottom: none; }
form .category h3 { color: #005699; margin: 0; padding: 2px 0; width: 180px; }
form .category h3,
form .category ul.sub-categories { font-size: 13px; }
form .category ul.sub-categories,
form .category ul.sub-categories li { margin: 0; padding: 0; }
form .category ul.sub-categories li { margin-right: 15px; }
/* -- [Form Example] -- */
form .example { padding: 10px 0; }
form .example * { margin: 0; padding: 0; }
form .example ul,
form .example ul li,
form .example ul li a { display: inline; float: left; }
form .example ul li { background: #f1f1f1; clear: left; color: #353535; margin-bottom: 2px; padding: 2px 8px; }
form .example p { font-size: 13px; line-height: 1.4; margin-bottom: 10px; }

/* ------------------------------------------------------------
	Links
------------------------------------------------------------ */
a, a:link, a:visited { color: #006BBA; text-decoration: none; }
a:hover {  }
a:focus, a:active { outline: none; }

/* -----------------------------------------------------
	Images
----------------------------------------------------- */
img { /* Empty Ruleset */ }
a img { border: none; }
p img { padding: 0; max-width: 100%; }
img#calfeed_twitter_link { margin-bottom: 20px; }
.alignright { float: right; }
.alignleft { float: left; }
img.centered { display: block; margin: 0 auto 10px auto; padding: 0; }
img.alignright { display: inline; margin: 5px 0 25px 40px; }
img.alignleft { display: inline; margin: 5px 40px 25px 0; }

/* -----------------------------------------------------
	Common
----------------------------------------------------- */
.hidden, hr { display: none; }
.clear { clear: both; }

/* -----------------------------------------------------
	P.I.E. FLOAT CLEARING
	www.positioniseverything.net/easyclearing.html
----------------------------------------------------- */
.clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }

/* Fixes IE/Mac */
.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* -----------------------------------------------------
	Datepicker
----------------------------------------------------- */
.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div { /*resets*/ margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; font-family: Arial, Helvetica, sans-serif; background: #ffffff url(images/ffffff_40x100_textures_01_flat_0.png) 0 0 repeat-x; font-size: 12px; border: 4px solid #dddddd; width: 15.5em; padding: 2.5em .5em .5em .5em; position: relative; }
.ui-datepicker-div, #ui-datepicker-div { z-index: 9999; /*must have*/ display: none; }
.ui-datepicker-inline { float: left; display: block; }
.ui-datepicker-control { display: none; }
.ui-datepicker-current { display: none; }
.ui-datepicker-next, .ui-datepicker-prev { position: absolute; left: .5em; top: .5em; background: #e6e6e6; }
.ui-datepicker-prev { background: #e6e6e6 url(/images/app/888888_7x7_arrow_left.gif) 50% 50% no-repeat; }
.ui-datepicker-next { left: 14.6em; }
.ui-datepicker-next:hover, .ui-datepicker-prev:hover { background: #cccccc; }
.ui-datepicker-next a, .ui-datepicker-prev a { text-indent: -999999px; width: 1.3em; height: 1.4em; display: block; font-size: 1em; background: url(images/888888_7x7_arrow_left.gif) 50% 50% no-repeat; border: 1px solid #d3d3d3; cursor: pointer; }
.ui-datepicker-next a { background: url(/images/app/888888_7x7_arrow_right.gif) 50% 50% no-repeat; }
.ui-datepicker-prev a:hover { background: url(/images/app/454545_7x7_arrow_left.gif) 50% 50% no-repeat; }
.ui-datepicker-next a:hover { background: url(/images/app/454545_7x7_arrow_right.gif) 50% 50% no-repeat; }
.ui-datepicker-prev a:active { background: url(/images/app/222222_7x7_arrow_left.gif) 50% 50% no-repeat; }
.ui-datepicker-next a:active { background: url(/images/app/222222_7x7_arrow_right.gif) 50% 50% no-repeat; }
.ui-datepicker-header select { border: 1px solid #d3d3d3; color: #555555; background: #e6e6e6; font-size: 1em; line-height: 1.4em; position: absolute; top: .5em; margin: 0 !important; }
.ui-datepicker-header option:focus, .ui-datepicker-header option:hover { background: #cccccc; }
.ui-datepicker-header select.ui-datepicker-new-month { width: 7em; left: 2.2em; }
.ui-datepicker-header select.ui-datepicker-new-year { width: 5em; left: 9.4em; }
table.ui-datepicker { width: 15.5em; text-align: right; }
table.ui-datepicker td a { padding: .1em .3em .1em 0; display: block; color: #555555; background: #e6e6e6; cursor: pointer; border: 1px solid #ffffff; text-decoration: none; }
table.ui-datepicker td a:hover { border: 1px solid #999999; color: #212121; background: #cccccc; }
table.ui-datepicker td.ui-datepicker-today a { border: 1px solid #003966; }
table.ui-datepicker td a:active, table.ui-datepicker td.ui-datepicker-current-day a { border: 1px solid #dddddd; color: #fff; background: #005699; }
table.ui-datepicker .ui-datepicker-title-row td { padding: .3em 0; text-align: center; font-size: .9em; color: #222222; text-transform: uppercase; }
table.ui-datepicker .ui-datepicker-title-row td a { color: #222222; background: none; }
.ui-datepicker-cover { display: none; display/**/: block; position: absolute; z-index: -1; filter: mask(); top: -4px; left: -4px; width: 193px; height: 200px; }



/* -----------------------------------------------------
	-------- DELETEABLE ---------
----------------------------------------------------- */
/* -----------------------------------------------------
	Page
----------------------------------------------------- */
/* -- [Page Header] -- */
.column_header { border-bottom: 2px solid #d7d7d7; margin-bottom: 20px; padding-bottom: 10px; }
.column_header h1,
.column_header h2,
.column_header h3 { background: url(/images/app/bg_h1.png) repeat-x 0 50%; color: #007A29; font-weight: normal; line-height: normal; margin-bottom: 0; }
.column_header h1 { font-size: 20px; }
.column_header h2 { font-size: 18px; }
.column_header h3 { font-size: 16px; }
.column_header h1 span { background: #fff; padding-right: 5px; }
.column_header a.rss { background: #fff url(/images/app/feed_20x20.png) no-repeat 10px 0; color: #007A29; font-size: 16px; height: 24px; line-height: 24px; padding: 0 0 0 35px; display: inline; float: right; }
.column_header p { margin: 8px 0 0 0; }


/* -----------------------------------------------------
	Flashes
----------------------------------------------------- */
#warning,
#notice { position: absolute; top: -28px; left: 50%; filter: alpha(opacity=90); -moz-opacity: 0.9; opacity: 0.9; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; font-size: 14px; font-weight: bold; margin: 0 0 0 -315px; width: 680px; z-index: 100; }
#warning { background: #FF6D6E; border: 2px solid #C80000; color: #222;
 }
#notice { background: #303030; border: 2px solid #000000; color: #FFFD9C; }
/* -- [Wrap] -- */
#warning_wrap,
#notice_wrap { padding: 10px 0; }
/* -- [Paragraphs] -- */
#warning_wrap p,
#notice_wrap p { margin: 0; padding: 0; text-align: center; }
#warning_wrap p span,
#notice_wrap p span { margin: 0; }
#warning_wrap p span {  }
#notice_wrap p span {  }
/* -- [Links] -- */
#warning_wrap a,
#notice_wrap a { padding: 0 5px; text-decoration: underline; }
#warning_wrap a { color: #fff; }
#notice_wrap a { color: #CC0000; }

/* -----------------------------------------------------
	Form Notices
----------------------------------------------------- */
div#errorExplanation { background: #c00; border: 3px solid #b00000; color: #fff; margin: 0px 10px 15px 0; padding: 10px 15px; }
div#errorExplanation h2 { border-bottom: 1px solid #b00000; color: #fff; font-size: 16px; margin-bottom: 7px; }
div#errorExplanation p { font-size: 12px; }
div#errorExplanation ul { margin: 10px 0; padding: 0 0 0 14px; }
div#errorExplanation ul li { font-size: 12px; margin-bottom: 5px; line-height: 1.5; }


/* -----------------------------------------------------
	New Stuff
----------------------------------------------------- */
.submit_div {width: 180px; float: left;}
.button_div {width: 700px; float: left; margin-top: 5px;}
.title_div h1 { background: #EBF2F9; border-bottom: 1px solid #D9E3ED; color: #3563A6; font-size: 32px; font-weight: blog; line-height: 75px; margin: 0 0 15px 0; text-align: center; }
.grouptitle { font-weight: bold; background: #EBF2F9; border-bottom: 1px solid #D9E3ED; color: #3563A6; font-size: 32px; font-weight: blog; line-height: 75px; margin: 0 0 15px 0; text-align: center; }



.info, .success, .warning, .error, .validation {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.info {
color: #00529B;
background-color: #BDE5F8;
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
}
.error {
color: #D8000C;
background-color: #FFBABA;
}
.validation {
color: #D63301;
background-color: #FFCCBA;
}


#data_table{
	background-color:#6baed2;
	border: 2px solid #a3d1e7;
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}
	
#data_table th{
	background-color: #a3d1e7;
	font-size:14px;
	font-weight:bold;
	padding: 2px;
}

#data_table td{
	padding: 3px;
}

.tablerow1{
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
}

.tablerow2{
	background-color:#f3f3f3;
	border-top: 1px solid #367fa7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
}


