@import url('http://fonts.googleapis.com/css?family=PT+Sans+Narrow:regular,bold');

body {
	font: 12px "Lucida Grande","Lucida Sans Unicode", Calibri, Arial, Verdana, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #898989;
}
a { color: #898989; text-decoration: none; }
a:focus {outline-style: none;}
img { border: 0px; }

.clr { clear: both; line-height: 0px; font-size: 0px; height: 0px; }
.error { margin-bottom: 25px; background:#E46360; padding: 4px 15px; color: #fff; font-weight: bold; }

h1 {
	padding: 0px; margin: 0px;
	font-weight: normal;
	letter-spacing: -1px;
	font-size:24px;
}

h2 {
	padding: 0px; margin: 0px;
	font-size: 22px; 
	font-weight: normal;
}

h4 {
	padding: 0px; margin: 0px;
	font-size: 18px; 
	font-weight: normal;
	letter-spacing: -0.5px;
}

.main_tbl_wrap { background: #fff; }

th { font-size: 10px; font-weight: normal; text-align: left; }

.show { display:; }
.hide { display: none; }

.success {
	background: #9AC160;
	padding: 5px 15px;
	color: #ffffff;
	margin-bottom: 10px;
	border: solid 4px #8DB354;
	font-size: 14px;
}
.success a { color: #fff; font-weight: bold; }

.stream_wrap {
	margin-bottom: 7px;
	border: solid 1px #f4f3f3;
	background: #fafafa;
	padding: 10px;
}

.stream_image {
	width: 70px;
	float: left;
}
.stream_image img { width: 50px; padding: 3px; border: solid 1px #ccc; }

.stream_data {
	width: 520px;
	float: left;
}
.stream_title {
	padding: 2px 4px;
	font-size: 16px;
}
.stream_title_author {
	font-weight: bold;
	cursor: text;
	padding: 2px 5px;
	font-size: 14px;
}
.stream_title_author:hover { background: #f3f3f5; }

.stream_date {
	font-size: 11px;
	margin-bottom: 5px;
	padding-top: 5px;
	text-align: right;
	font-weight: bold;
}
.sml_bull { font-size: 9px; padding: 0px 3px; }

.stream_text, .stream_text_author {
	font-size: 12px;
	border-bottom: solid 1px #eae9e9;
	padding: 5px;
}
.stream_text_author { cursor: text; }
.stream_text_author:hover { background: #f3f3f5; }

.update_stream_text {
	border: 0px;
	background: #fff;
	color: #898989;
	padding: 4px;
	width: 100%;
	height: 95px;
	font-size: 12px;
}

.update_stream_title {
	border: 0px;
	background: #fff;
	font-size: 16px;
	letter-spacing: -0.5px;
	padding: 4px;
	width: 100%;
}
.stream_comments {
	padding-top: 5px;
}
.comment_boxes {
	padding: 10px;
	background: #f3f3f5;
	border: solid 1px #E4E4E7;
}
.comment_box {
	width: 100%;
	border: 0px;
	background: #fff;
	border: solid 1px #E7E7E7;
	color: #898989;
	padding: 4px 0px;
	height: 55px;	
	font-size: 12px;
	margin-bottom: 4px;
}

.stream_comment_wrap, .comment_wrap {
	background: #f3f3f5;
	border: solid 1px #E4E4E7;
	margin-bottom: 2px;
	padding: 7px;
}
.stream_comment_image, .comment_image {
	width: 50px;
	float: left;
}
.stream_comment_image img, .comment_image img {
	width: 35px; height: 35px;
	padding: 2px; border: solid 1px #ccc;
}
.stream_comment {
	width: 435px;
	float: left;
}
.comment { float: left; width: 90%; }
.stream_posted, .comment_posted {
	font-style:italic;
	font-size: 11px;
	margin-top: 4px;
}

.page_heading, .page_heading_small  {
	border-bottom: solid 1px #E4E4E7;
	margin-bottom: 10px;
	padding: 2px;
	font-size: 18px;
	font-weight: bold;
}
.page_heading_small { font-size: 16px; }
.page_fliters {
	width: 400px;
	float: right;
	font-size: 11px;
	text-align: right;
	color: #898989 !important;
}
.page_fliters a { font-size: 12px; padding: 2px 5px; border-radius: 3px; text-decoration: none; }
.page_fliters a:hover { background: #898989; color: #fff; }
.filter_selected { margin: 0px 5px !important; }

.home_newest_photo { margin-left: 30px; margin-bottom: 20px; }
.home_newest_photo img { width: 33px; height: 33px; }
.home_photos { width: 100px !important; float: left; margin-right: 5px; }
.home_photos img { width: 99px; height: 99px; padding: 2px; border: solid 1px #ccc; }
.home_photos_little {
	border: solid 1px #ccc;
	border-left: 0;
	margin-left: 0px;
	width: 33px;
	float: left;
	padding: 2px; 
}
.home_activity { font-size: 11px; margin-bottom: 10px; border-bottom: solid 1px #eee; }

.feed_icon {
	width: 12px;
	height: 12px;
	float: right;
	text-indent: -9999px;
}


/* -- PHOTOS--*/

.photo_sets {
	margin-left: 35px;
	padding-top: 25px;
}
		
.photo_set {
	width: 215px;
	float: left;
	margin-bottom: 25px;
}

.photo_set_images {
	height: 125px;
	width: 215px;
	position: relative;
}
.photo_set_images a { position: absolute; }

.photo_set_images a.first  { z-index: 100; left: 40px; top: 0; }
.photo_set_images a.second  { 
	z-index: 99; 
	left: 20px; 
	top: 4px; 
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.photo_set_images a.third  { 
	z-index: 98; 
	left: 60px;
	top: 3px;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	transform: rotate(3deg);
}


.home_newest_photo .photo_set_images a.forth { 
	-webkit-transform: rotate(7deg);
	-moz-transform: rotate(7deg);
	transform: rotate(7deg);
	left: 80px;
	top: 7px;
}

.home_newest_photo .photo_set_images a.fifth { 
	z-index: 96; 
	left: 0px; 
	top: 7px; 
	-webkit-transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	transform: rotate(-7deg);
}


.photo_set_images .first img,
.photo_set_images .second img,
.photo_set_images .third img,
.photo_set_images .forth img,
.photo_set_images .fifth img,
.photo_set_images .sixth img {
	width: 100px;
	height: 100px;
	border: solid 5px #fff;
	-moz-box-shadow: 0 0 7px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.4);
	box-shadow: 0 0 7px rgba(0,0,0,0.4);
}





.photo_data_wrap {
	width: 185px;
	text-align: center;
}
.photo_set_title {
	font-size: 14px;
	font-weight: bold;
}
.photo_set_date { font-size: 11px; }
.photo_set_newpics { font-weight: bold; font-style: italic; margin-top: 7px; font-size: 9px; }

.photo_set_thumbs { }
.photo_set_thumbs img { width: 90px; float: left; }

.photo { border: solid 6px #fff; }

.photo_holder {
	margin: 15px auto; text-align: center;
}

.photo_comments_wrap {
	width: 575px;
	float: left;
	margin-right: 15px;
	padding-bottom: 25px;
}
.photo_info {
	width: 265px;
	float: left;
	border-left: solid 1px #ccc;
	padding-left: 15px;
	padding-bottom: 25px;
}
.photo_share_input {
	width: 245px;
	border: solid 1px #ccc;
	padding: 3px;
}

.photo_edit_title:hover,
#video_title:hover {
	background: #f3f3f5;
}

/* -- RECIPES--*/
.recipe_column {
	width: 415px;
	margin-right: 10px;
	float: left;
}
.recipe_preview_image { width: 140px; float: left; }
.recipe_preview_image img { width: 125px; padding: 2px; border: solid 1px #ccc;  }
.recipe_preview_data_wrap {
	width: 235px;
	float: left;
}
.recipe_preview_title { font-weight: bold; font-size: 16px; }
.recipe_preview_by { font-size: 11px; }
.recipe_preview_since_lastlogin { font-weight: bold; font-size: 11px; margin-top: 7px; }

.recipe_image {
		width: 370px;
		float: left;
		margin-bottom: 25px;
}
.recipe_image img { width: 345px; padding: 4px; border: solid 1px #ccc;  }
.recipe_data {
	width: 510px;
	padding-left: 15px;
	float: left;
}

#recipe_tabs {
	margin-top: 15px;
	padding: 15px;
	padding-bottom: 3px;
	padding-left: 0px;
	line-height: 17px;
}
#recipe_tabs a {
	padding: 5px 10px;
	font-size: 16px;
	background: #eee;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
}
#recipe_tabs a:hover {
	background: #ddd;
}
#recipe_tabs a.selected {
	background: #fafafa;
	border: solid 1px #f4f3f3;
	border-bottom: 0px;
}


/* -- VIDEOS--*/

.video_set {
	width: 225px;
	margin: 0 auto;
	padding: 7px 0;
	float: left;
}
.video_set_img {
	width: 200px;
	height: 112px;
	position: relative;
}

.video_set_img .play { position: absolute; top: 0; left: 0; z-index: 6; }
.video_set_img .tmb { position: absolute; top: 0; left: 0; z-index: 5; }

.video_data_wrap {
	width: 180px;
	padding: 10px;
}
.video_set_title {
	font-weight: bold;
	font-size: 14px;
}
.video_set_date { font-size: 11px; font-style: italic; }
.video_set_since_lastlogin { font-style: italic; font-size: 11px; font-weight: bold; margin-top: 2px; }

.video_group_thumbs { margin: 25px; }
.video_group_thumbs img { padding: 2px; border: solid 1px #ccc; }

#video_tabs a {
	background: #eee;
	margin-right: 2px;
	padding: 3px 25px 3px 6px;
	font-size: 11px;
}
#video_tabs a:hover {
	background: #898989; color: #fff;
}
#howto_target { margin-bottom: 15px; }

.video_comments_wrap {
	width: 600px;
	float: left;
	margin-right: 15px;
	padding-bottom: 25px;
}
.video_info {
	width: 265px;
	float: left;
	border-left: solid 1px #ccc;
	padding-left: 15px;
	padding-bottom: 25px;
}
.video_share_input {
	width: 245px;
	border: solid 1px #ccc;
	padding: 3px;
}


#quotes_who_said_it img {
	width: 35px; height: 35px;
	padding: 2px; border: solid 1px #ccc; 
}

#quotes_who_said_it img.selected { padding: 4px; }

.quote_who img {
	width: 50px;
	float: left;
	padding: 2px; border: solid 1px #ccc; 
	margin-right: 10px;
}
.quote_what {
	padding-top: 7px;
	line-height: 26px;
	font-size: 22px;
	width: 675px;
	float: left;
}

.quote_actions {
	padding: 7px 10px;
	border-top: solid 1px #eee;
	margin-top: 13px;
	font-size: 11px;
	text-align: right;
}

.wishlist_users img { 
	padding: 3px; border: solid 1px #ccc;
	width: 50px;
}
.wishlist_users img:hover {
	border-color: #ddd;
	background: #ddd;
}
.wishlist_items_wrap {
	padding: 10px 25px;
	margin: 0px;
}

.wishlist_image { width: 115px;  float: left; }
.wishlist_image img { background: #fff; width: 100px; padding: 3px; border: solid 1px #ccc; }
.wishlist_item { 
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 4px;
}

.wishlist_links { margin-top: 10px; }

.hotTable { 
	font-size: 12px;
}
.hotTable td { border-bottom: solid 1px #eee; }
.hotTable tr:hover {
	background: #E7F1FC !important;
}
.hotTable tr:first-child {
	background: #fff !important;
}

.user_img_fifity { width: 50px; padding: 3px; border: solid 1px #ccc; }

.tbl_row_odd  { background: #F3F3F3 !important; }
.tbl_row_red  { background: #E46360 !important; color: #fff !important; }
.tbl_row_red a { color: #fff !important; }

.tbl_row_green  { background: #9AC160 !important; color: #fff !important; }
.tbl_row_green a { color: #fff !important; }

.buttons_top { border-bottom: solid 1px #ccc; margin-bottom: 15px; padding-bottom: 4px;  text-align: right; }
.buttons_bottom { border-top: solid 1px #ccc; margin-top: 15px; padding-top: 4px; text-align: right; }

.edit_row { padding: 10px; }

.pagination {	text-align: center;	margin: 25px 0px; }
.pagination a {
	font-weight: bold;
	text-decoration: none !important;
	padding: 5px;
}
.co a {
	font-weight: bold;
	font-size: 22px;
	text-decoration: none !important;
}

.wd_input {
	width: 355px;
	font-weight: bold;
	padding: 3px;
	color: #666666;
	border: solid 1px #C1C1C1;
	margin-bottom: 7px;
}

.wd_small_input {
	font-weight: bold;
	font-size: 11px;
	padding: 2px;
	color: #666666;
	border: solid 1px #C1C1C1;
	margin-bottom: 7px;
}
.wd_small_input:hover, .wd_small_input:focus {
	border: solid 1px #666666;
	color: #666666;
}

.textarea_small, .textarea_sml { height: 100px; }
.textarea_medium, .textarea_med { height: 200px; }
.textarea_large, .textarea_lrg { height: 400px; }

.long { width: 625px; }
.medium { width: 475px; }
.short { width: 150px; }
.normal { height: 16px; }
.shorter { width: 250px; }
.tiny { width: 100px; }

.bottomMargin { margin-bottom: 13px; }

.wd_input:hover, .wd_input:focus {
	border: solid 1px #666666;
	color: #666666;
}

.wd_input_sml {
	width: 250px;
	font: bold 12px arial;
	color: #000;
	border: solid 1px #C1C1C1;
}

.wd_button {
	font-size: 12px;
	font-weight: bold;
	padding: 4px 10px;
	border: 0;
	cursor: pointer;
	margin-top: 5px;
}

.small { width: 75px !important; }


.btn { 
	margin-bottom: 25px;
	border-bottom: solid 1px #ccc;
	text-align: right;
}

.btn_no_border { 
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: left;
}

div.btn .wd_button {
targe	font-weight: bold;
	padding: 2px 10px;
	line-height: 35px;
	background: #B3B993;
	border: solid 2px #B3B993;
	color: #fff;
	cursor: pointer;
}
div.btn .wd_button:hover{
	color: #5E6345;
	border: solid 2px #92996B;
	text-decoration: none;
}

.loading { 
	width: 40px;
	float: right;
	padding-top: 0px;
	text-align: left;
}

.on-off-btn {
	padding: 3px 10px;
	color: #fff;
}
.on-off-btn:hover { color: #fff !important; }
.off { background: #E46360; }
.on { background: #9AC160; }

#header {
	width: 950px;
	position: relative;
	margin: 0 auto;
}
#header_short {
	width: 950px;
	height: 120px;
	position: relative;
	margin: 0px auto;
	text-align: left;
}

#header_name {
	position: absolute;
	top: 25px; left: 0;
	width: 650px;
	color: #fff;
	font-family: 'PT Sans Narrow', georgia, times, serif;
	font-size: 38px;
	font-style: normal;
	font-weight: 700;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
	text-decoration: none;
	text-transform: none;
	word-spacing: 0em;
}

#header_extras {
	position: absolute;
	top: 0px;
	right: 55px;
	padding: 0 3px 3px 3px;
	background: rgba(255,255,255,0.3);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.4);
	box-shadow: 0 0 4px rgba(0,0,0,0.4);
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#chatroom_users_div { padding-right: 5px;}

.header_extras_wrap {
	background: #fff;
	padding: 5px 13px; 
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

#families_switcher {
	position: absolute;
	top: 25px;
	right: 70px;
	width: 150px;
	padding: 0px 7px 10px 7px;
	z-index: 1000;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}

#families_switcher a.fmly_btn {
	display: block;
	line-height: 26px;
	padding: 3px 7px;
}
#families_switcher a:last-child { border-bottom: 0 !important; }


.add_btn { margin-top: 7px; text-align: center; }

#families_switcher a.add {
	border-radius: 4px;
	padding: 2px 10px;
}

#families_switcher form {
	padding-top: 10px;
	padding-bottom: 0;
	margin: 0;
}

#families_switcher form input[type=text] {
	border: solid 1px #ccc;
	padding: 4px;
	font-size: 11px;
	width: 140px;
	color: #666;
}

#families_switcher form input[type=submit] {
	margin-top: 4px;
	background: #ccc;
	border: #ccc;
	color: #fff;
	border-radius: 4px;
	padding: 2px 10px;
	cursor: hand;
	cursor: pointer;
}
#families_switcher form input[type=submit]:hover {
	background: #666;
}

.add_to {
 margin-bottom: 7px;
 line-height: 22px;
 border-bottom: dotted 1px #ccc;
 padding-bottom: 7px;
}
.add_to b { display: block; margin-bottom: 2px;}

.add_to .add_to_select_box select { margin: 7px 10px; }


#header_nav {
	height: 32px;
	width: 650px;
	position: absolute;
	overflow: hidden;
	bottom: -10px; left: 37px;
	z-index: 100;
	line-height: 30px;
	margin: 0px auto;
}
#header_nav a {
	padding: 5px 7px 20px 7px;
	position: relative;
}
.navOn:hover { text-decoration: none !important; }

#you_tab {
	width: 25px;
	height: 25px;
	padding: 5px;
	padding-bottom: 0px;
	padding-top: 4px;
	position: absolute;
	bottom: -10px;
	left: 0px;
}
#you_tab img { width: 25px; height: 25px; }

#ding_btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	text-align: center;
	color: #fff;
	line-height: 32px;
}
#ding_btn a {
	padding: 15px 7px 4px 7px;
}
#ding_btn a:hover {
	text-decoration: none;
}


#activity_stream {
	position: absolute;
	width: 950px;
	height: 28px;		
}

#calendarBox {
	position: fixed;
	height: 350px;
	padding: 0;
	left: 125px;
	right: 125px;
	top: 135px;
	background: #FAFAFA;
	border: solid 7px #ddd;
	z-index: 7001;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	overflow: auto;	
	overflow-x: hidden;
	text-align: left;
}

#calendarBox_close {
	text-align: right;
	padding-right: 8px;
	padding-top: 4px;
	font-size: 11px;
}
#calendarBox_pad {
	padding: 5px 15px;
}

#alertBox {
	position: fixed;
	height: 48px;
	line-height: 48px;
	padding: 0;
	left: 25px;
	right: 25px;
	top: -55px;
	background: #e5452b;
	border: solid 2px #d6381e;
	color: #fff;
	z-index: 7001;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	overflow: hidden;
}
#alertBox a { font-size: 16px; color: #fff; }

.alrtClose {
	position: absolute;
	top: 0; right: 15px;
}

#header_settings {
	color: #225997;
	text-align: right;
	float: right;
	padding-right: 15px;
	position: relative;
}
#header_settings a {
	color: #225997;
	padding: 0px 7px;
	font-size: 11px;
}
#header_settings a:hover {
	color: #0e3766;
}

.ad_box { text-align: center; margin: 0 auto; }
.ad_box img { padding: 5px; border: solid 1px #f4f3f3; }
.box { border: solid 1px #f4f3f3; padding: 15px; margin: 10px 0px; }
.white { background: #fff; }
.grey { background: #E4E4E4; }
.light { background: #fafafa; }

.box_column { width: 45%; float: left; padding-right: 5%; }

.biggerpadding { padding: 30px; }
.nomargin { margin: 0px }
.smallmargin { margin: 5px 0px;}
.noborder { border: 0px; }
.margintop { margin-top: 45px; }
.notopmargin { margin-top: 0px; }

.smallpadding { padding: 7px 10px; }
.dashedtop {  border-top: dashed 1px #BBBBBB; }
.sml_font { font-size: 11px; }

.borderbottom { border-bottom: solid 1px #ccc; }
.paddingbottom { padding-bottom: 7px; }
.marginbottom { margin-bottom: 7px; }
.biggermargintop { margin-top: 25px; }

#content_wrap { 
	width: 950px; 
	background: rgba(255,255,255,0.3);
	margin: 0 auto;
	padding: 10px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#content {
	margin: 0px auto;
	width: 900px;
	text-align: left;
	background: #fff;
	padding: 25px;
}

.green, .green:hover  { color: #70be31; }
.red, .red:hover { color: #be313b; }

.btn_bar, .add_bar { 
	margin-bottom: 5px;
	border: solid 1px #ccc;
	text-align: right;
	background: #fafafa;
	padding: 2px 10px;
}
.btn_bar a {
	font-weight: bold
	font-size: 11px;
	padding: 2px 10px;
	line-height: 30px;
	cursor: pointer;
}

.add_button {
	margin-bottom: 15px;
}
#add_new_message {	
	padding: 5px 12px;
	background: #f2f2f2;
	border-radius: 4px;
	border: solid 1px #dddddd;
	box-shadow: 0px 1px 1px #dbdbdb;
	color: #7e7e7e;
	text-decoration: none;
	background-image: -webkit-gradient(
								    linear,
								    left bottom,
								    left top,
								    color-stop(0, rgb(224,224,224)),
								    color-stop(0.68, rgb(255,255,255)),
								    color-stop(0.84, rgb(255,255,255))
								);
								background-image: -moz-linear-gradient(
								    center bottom,
								    rgb(224,224,224) 0%,
								    rgb(255,255,255) 68%,
								    rgb(255,255,255) 84%
								);

}
a#add_new_message:hover {
	box-shadow: 0px 1px 1px #666;
	border: solid 1px #ccc;

}
a#add_new_message:active { background: #666;

background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(236,236,236)),
    color-stop(0.68, rgb(236,236,236)),
    color-stop(1, rgb(201,201,201))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(236,236,236) 0%,
    rgb(236,236,236) 68%,
    rgb(201,201,201) 100%
);
	
	color: #8e8e8e;
	box-shadow: 0px 0px 0px #dbdbdb;

}


.add_bar { 
	margin-bottom: 10px;
	border: solid 1px #f4f3f3;
	text-align: left;
	background: #fafafa;
	padding: 10px;
}
.add_submit {
	font: normal 12px arial;
	padding: 2px 10px;
	background: #fff;
	border: solid 2px #ccc;
	color: #666;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
.add_submit:hover { background: #ccc; border: solid 2px #ccc; color: #fff; }

.col_large { width: 620px; float: left; margin: 0px; padding: 0px; }
.col_small { 
	width: 260px; 
	float: left; 
	margin: 0px; 
	padding: 0px; 
	margin-left: 20px;
	margin-top: 20px;
}

.share_textarea {
	width: 98%;
	height: 100px;
	padding: 4px;
	border: solid 2px #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
	color: #666;
	font-size: 12px;
}
.share_input {
	width: 45%;
	padding: 4px;
	border: solid 2px #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 4px;
	color: #666;
	font-size: 14px;
}

.large_cal {
	width: 595px;
	float: left;            
}

#calendar_list {
	width: 255px;
	height: 475px;
	float: left;
	text-align: left;
	margin-left: 15px;

}
.calendar_list_scroll {
	width: 255px;
	height: 435px;
	overflow: hidden;
	overflow-y: auto;
}

.event_list {
	padding: 7px 5px;
	border-bottom: solid 1px	 #E4E4E7;
}

.event_list_title {
	font-weight: bold;
}

.event_list_details {
	display: none;
}


.event_list_date {
	font-weight: bold;
}                
.event_list_date .ampm {
	font-size: 11px;
}    

.calendar_wrap {
	
}

.calendar_header {
	line-height: 18px; 
	background: #eee; 
	font-weight: bold;  
	padding: 4px 7px !important;
	margin-bottom: 7px;
}

.cal_head_text { 
	padding: 0px 15px; 
	font-size: 16px;
	font-weight: bold;
}

.calendar_days_of_week .cal_head_block {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 7px;
	height: 15px;
	border: 0px;
	text-align: center;
	border: solid 1px #FAFAFA;
	float: left;
	width: 83px;
}

.cal_block {
     width: 73px;
     height: 67px;
     border: solid 1px #F3F3F3;
     float: left;
     padding:5px;
     text-align: left;
     position: relative;
     cursor: pointer; 
     cursor: hand;
}
.no_hand {
	cursor: default !important;
}

.hasEvent { background: #ddd; cursor: pointer; cursor: hand; }
.hasEvent:hover { background: #bbb !important; }

.event_popup_wrap {
	position: absolute;
	width: 260px;
	height: 210px;
	z-index: 9999;
	top: -195px;
	left: -113px;
	background: transparent url(/images/add-new-event.png) no-repeat top left;
	color: #666 !important;
}
.events_window {
	overflow: hidden;
	overflow-y: auto;
	width: 207px;
	height: 155px;
	margin-top: 28px;
	margin-left: 25px;
}

.events_window_date {
	border-bottom: solid 1px #E4E4E7;
	margin-bottom: 2px;
	padding: 2px;
	font-size: 11px;
}

.event_wrap {
	margin-bottom: 10px; padding-bottom: 10px;
	border-bottom: solid 1px #E4E4E7;
	font-size: 12px;
	padding: 3px;
}
.event_title {
		font-weight: bold;
		font-size: 11px;
}
.event_details { margin-top: 2px; font: normal 11px arial; }
.event_actions {
	font-size: 10px;
	text-align: right;
}
.event_actions_link a{
	font-size: 10px;
}
.ampm { padding-left: 2px; font: font-weight: bold; }

.calendar_wrap_mini .calendar_header { text-align: center; }
.calendar_wrap_mini .cal_head_text { 
	padding: 0px 15px; 
	font-weight: bold;
	font-size: 11px;
}

.calendar_wrap_mini .cal_block {
     width: 15px;
     height: 20px;
     font: italic 12px georgia;
}

.calendar_wrap_mini .cal_head_block {
	font-size: 11px;
	width: 15px;
	height: 10px;
	padding: 0px 5px;
}

.settings_themes a {
	width: 50px;
	height: 50px;
	display: block;
	float: left;
	text-indent: -9999px;
	margin-right: 4px;
	border: solid 4px #fff;
}

.settings_themes a:hover { border: solid 4px #ccc; }

	
#footer {
	padding: 15px 0px;
	height: 45px;
	text-align: center;
	width: 960px;
	margin: 0 auto;
	margin-bottom: 40px;
}
#footer_nav a {
	padding: 4px 10px;
}
#footer h3 {
	font-family: 'MuseoSlab500', georgia, times, serif;
	font-size: 22px;
	line-height: 20px;
	font-style: normal;
	font-weight: 700;
	text-decoration: none;
	text-transform: none;
	letter-spacing: -0.05em;
	word-spacing: 0em;
	margin: 0; padding: 0;
}
#footer .links { 
	float: left;
	margin-left: 15px;
	margin-top: 3px;
	padding: 5px 10px;
	border-radius: 5px;
}


.reorder_help {
	text-align: left; 
	padding: 10px 0 20px 0; 
	font-size: 18px; 
	font-weight: bold;
	width: 400px;
	margin: 0 auto;
	line-height: 26px;
	display: none;
}

ul.members_list { list-style: none; padding: 0; margin: 0; }

ul.members_list li {
	margin: 7px;
	background: #efefef;
	border: solid 1px #ccc;
	text-align: center;
	padding: 15px 5px 5px 5px;
	float: left;
	width: 152px;
	min-height: 180px;
	position: relative;
}
ul.members_list li .overlay { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; cursor: move; z-index: 100; }
ul.members_list li .img { margin-bottom: 5px; }
ul.members_list li .img img { width: 75px; border: solid 4px #fff; }

ul.members_list li .name { font-size: 12px; font-weight: bold;  margin-bottom: 7px; }
ul.members_list li .sequence { font-size: 36px; font-weight: bold; display: none;  }
ul.members_list li .stats { font-size: 11px; margin-bottom: 12px; }


.welcome_box {
	margin-bottom: 10px; 
	padding:15px 25px; 
	line-height: 26px;
}

a.welcome_btn {
	font-size: 22px;
	float: left;
	margin-right: 5px;
	line-height: 18px;
	padding: 10px;
	padding: 7px 20px;
	background: #f2f2f2;
	border-radius: 4px;
	border: solid 1px #dddddd;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	text-decoration: none;
	background-image: -webkit-gradient(
								    linear,
								    left boRom,
								    left top,
								    color-stop(0, rgb(224,224,224)),
								    color-stop(0.68, rgb(255,255,255)),
								    color-stop(0.84, rgb(255,255,255))
								);
								background-image: -moz-linear-gradient(
								    center bottom,
								    rgb(224,224,224) 0%,
								    rgb(255,255,255) 68%,
								    rgb(255,255,255) 84%
								);
}
a.welcome_btn span { display: block; font-size: 11px; padding-left: 2px; }

a.welcome_btn:hover {
	-moz-box-shadow: 0 0 10px rgba(129,205,175,0.5);
	-webkit-box-shadow: 0 0 10px rgba(129,205,175,0.9);
	box-shadow: 0 0 10px rgba(129,205,175,0.9);
	border: solid 1px #ccc;
	text-decoration:none;
	color: #666;
}




