/* form.formtastic */

form.formtastic
{
  margin-bottom: 18px;
}

form.formtastic fieldset
{
  border: none;
  margin: 0;
  padding: 0;
}

form.formtastic legend
{
  color: #f96400;
  display: block;
  font-size: 14px;
  font-weight: normal;
  width: 100%;
}

form.formtastic fieldset fieldset legend
{
  color: #797979;
  font-size: 12px;
  font-weight: bolder;
}

form.formtastic fieldset.buttons li
{
  float: left;
  padding-right: 0.5em;
}

form.formtastic legend span
{
  display: block;
  width: 600px;
}

form.formtastic ol
{
  list-style-type: none;
  margin: 0 0 18px 0;
  padding: 0;
}

form.formtastic ol.bottom
{
  margin: 0;
}

form.formtastic ol ol
{
  margin: 0 0 5px 0;
}

form.formtastic li
{
  margin-bottom: 21px;
}

form.formtastic li.bottom
{
  margin: 0;
}

form.formtastic li li
{
  margin-bottom: 3px
}

form.formtastic label
{
  color: #797979;
  display: block;
  font-weight: bolder;
  line-height: 18px;
}

form.formtastic abbr
{
  border: none;
}

form.formtastic li.radio_buttons label,
form.formtastic li.check_boxes label
{
  color: #797979;
  font-weight: normal;
}

form.formtastic li.files iframe
{
  width: 600px;
  height: 240px;
}

form.formtastic li.string input,
form.formtastic li.password input
{
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px 4px;
  border-radius: 4px;
  margin: 4px 0;
  padding: 7px 4px;
}

form.formtastic li.radio label
{
  line-height: 24px;
}

form.formtastic li.boolean input,
form.formtastic li.radio input
{
  top: 0;
}

form.formtastic li.boolean input
{
  margin-bottom: 2px;
}

form.formtastic p.inline-hints
{
  margin: 0;
}

form.formtastic legend
{
  padding-bottom: 10px;
}

form.formtastic legend span
{
  border-bottom: 1px solid #d0cecf;
  padding-bottom: 3px;
}

form.formtastic fieldset fieldset legend
{
  padding: 0;
}

form.formtastic fieldset fieldset legend span
{
  border: none;
  margin: 0;
}

/* div#content-small form.formtastic -> form.formtastic */

div#content-small form.formtastic legend span
{
  width: 440px;
}

/* .mceEditor */

.mceEditor table
{
  margin-bottom: 3px;
}

/* .errorExplanation */

.errorExplanation
{
  background: #fcc;
  border: 1px solid red;
  color: #300;
  padding: 18px 18px 0 18px;
  margin-bottom: 18px;
}

div.errorExplanation h2,
#content div.errorExplanation h2,
div.box div.errorExplanation h2
{
  background: transparent;
  border: none;
  color: red;
  padding: 0;
}

/* body.tribute-pin-search */

body.tribute-pin-search form.formtastic fieldset.inputs,
body.tribute-pin-search form.formtastic fieldset.buttons
{
  width: 290px;
  margin-right: 20px;
}

body.tribute-pin-search form.formtastic fieldset.inputs ol,
body.tribute-pin-search form.formtastic fieldset.buttons ol
{
  width: 290px;
}

body.tribute-pin-search form.formtastic li.string input
{
  width: 270px;
}

body.tribute-pin-search form.formtastic fieldset.last
{
  margin-right: 0;
}

body.tribute-pin-search form.formtastic li.string,
body.tribute-pin-search form.formtastic li.select,
body.tribute-pin-search form.formtastic li.date
{
  height: 55px;
}

#lightwindow_overlay {
	/* REQUIRED */
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 500;
	/* REQUIRED */
}

#lightwindow {
	/* REQUIRED */
	/* Of Note - The height and width of this element are set to 0px */
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 999;
	line-height: 0px;
	/* REQUIRED */
}

	#lightwindow_container {
		/* REQUIRED */
		display: none;
		visibility: hidden;
		position: absolute;
		/* REQUIRED */
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}

	/* IE6 needs this or it messes with our positioning */
	* html #lightwindow_container {
		overflow: hidden;
	}

	#lightwindow_contents {
		overflow: hidden;
		z-index: 0;
		position: relative;
		border: 10px solid #ffffff;
		background-color: #ffffff;
	}		

#lightwindow_loading {
	/* REQUIRED */
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 9999;
	position: absolute;
	/* REQUIRED */
	background-color: #f0f0f0;
	padding: 10px;
}

	#lightwindow_loading_shim { 
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
	}

	#lightwindow_loading span {
    	font-size: 12px;
		line-height: 32px;
		color: #444444;
		float: left;
		padding: 0 10px 0 0;
	}

	#lightwindow_loading span a,
	#lightwindow_loading span a:link, 
	#lightwindow_loading span a:visited {
		color: #09F;
		text-decoration: none;
		cursor: pointer;
	}

	#lightwindow_loading span a:hover,
	#lightwindow_loading span a:active {
		text-decoration: underline;
	}


	#lightwindow_loading img {
   		float: left;
   		margin: 0 10px 0 0;
	}


/*-----------------------------------------------------------------------------------------------
	I liked the Navigation so much from http://www.huddletogether.com/projects/lightbox2/
	I mean let's face it, it works really well and is very easy to figure out.
-----------------------------------------------------------------------------------------------*/

#lightwindow_navigation {
	/* REQUIRED */
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	/* REQUIRED */
}
	/* We need to shim the navigation for IE, though its more of a sub-floor */
	#lightwindow_navigation_shim { 
		/* REQUIRED */
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
		/* REQUIRED */
	}

	#lightwindow_navigation a,
	#lightwindow_navigation a:link,
	#lightwindow_navigation a:visited,
	#lightwindow_navigation a:hover,
	#lightwindow_navigation a:active { 
		/* REQUIRED */
		outline: none;
		/* REQUIRED */
	}

	#lightwindow_previous, 
	#lightwindow_next {
		width: 49%;
		height: 100%;
		background: transparent url(/images/lightwindow/blank.gif) no-repeat; /* Trick IE into showing hover */
		display: block;
	}
	
	#lightwindow_previous { 
		float: left;
		left: 0px;
	}

	#lightwindow_next { 
		float: right;
		right: 0px;
	}

	#lightwindow_previous:hover, 
	#lightwindow_previous:active { 
		background: url(/images/lightwindow/prevlabel.gif) left 15% no-repeat; 
	}

	#lightwindow_next:hover, 
	#lightwindow_next:active { 
		background: url(/images/lightwindow/nextlabel.gif) right 15% no-repeat; 
	}
	
	#lightwindow_previous_title,
	#lightwindow_next_title {
		display: none;
	}
	 	
#lightwindow_galleries {
	width: 100%;
	position: absolute;
	z-index: 50; 
	display: none;
	overflow: hidden;
	margin: 0 0 0 10px;
	bottom: 0px;
	left: 0px;
}

	#lightwindow_galleries_tab_container {
		width: 100%;
		height: 0px;
		overflow: hidden;
	}

	a#lightwindow_galleries_tab,		
	a:link#lightwindow_galleries_tab,
	a:visited#lightwindow_galleries_tab {
		display: block;
		height: 20px;
		width: 77px;
		float: right;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		font-size: 11px;
		color: #ffffbe;
		background: url(/images/lightwindow/black-70.png) repeat 0 0 transparent;
	}
	
	* html a#lightwindow_galleries_tab,		
	* html a:link#lightwindow_galleries_tab,
	* html a:visited#lightwindow_galleries_tab {	
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}

	a:hover#lightwindow_galleries_tab,
	a:active#lightwindow_galleries_tab {
		color: #ffffbe;

	}

	#lightwindow_galleries_tab_span {
		display: block;
		height: 20px;
		width: 63px;
		padding: 0 7px 0 7px;
	}
	
	#lightwindow_galleries_tab .up	{
		background: url(/images/lightwindow/arrow-up.gif) no-repeat 60px 5px transparent;
	}

	#lightwindow_galleries_tab .down {
		background: url(/images/lightwindow/arrow-down.gif) no-repeat 60px 6px transparent;
	}

	#lightwindow_galleries_list {
		background: url(/images/lightwindow/black-70.png) repeat 0 0 transparent;
		overflow: hidden;
		height: 0px;
	}

	* html #lightwindow_galleries_list {
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}	

	.lightwindow_galleries_list {
		width: 200px;
		float: left;
		margin: 0 0 10px 0;
		padding: 10px;
	}

	.lightwindow_galleries_list h1 {	
		color: #09F;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 10px 0 5px 0;
		font-size: 16px;
	}

	.lightwindow_galleries_list li {
		margin: 5px 0 5px 0;
		list-style-type: none;
	}

	.lightwindow_galleries_list a, 
	.lightwindow_galleries_list a:link, 
	.lightwindow_galleries_list a:visited {
		display: block;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 0 0 0 10px;
		font-size: 11px;
	}

	.lightwindow_galleries_list a:hover, 
	.lightwindow_galleries_list a:active {
		background: #000000;
		color: #ffffbe;
		border-left: 3px solid #ffffbe;
		padding: 0 0 0 7px;
	}
		
#lightwindow_data {
	/* REQUIRED */
	position: absolute;
	/* REQUIRED */
}

	#lightwindow_data_slide {
		/* REQUIRED */
		position: relative;
		/* REQUIRED */
	}

	#lightwindow_data_slide_inner {
		background-color: #ffffff;
		padding: 0 10px 10px 10px;
	}

	#lightwindow_data_caption {
		padding: 10px 0 0 0;
		color: #666666;
		line-height: 25px;
		background-color: #ffffff;
		clear: both;
	}

	#lightwindow_data_details {
		background-color: #f0f0f0;
		padding: 0 10px 0 10px;
		height: 20px;
	}
	
	#lightwindow_data_author_container {
		width: 40%;
		text-align: right;
		color: #666666;
	 	font-style: italic;
		font-size: 10px;
		line-height: 20px;
		float: right;
		overflow: hidden;
	}
	
	#lightwindow_data_gallery_container {
		font-size: 10px;
		width: 40%;
		text-align: left;
		color: #666666;
		line-height: 20px;
		float: left;
		overflow: hidden;
	}
	
#lightwindow_title_bar {
	height: 25px;
	overflow: hidden;		
}

	#lightwindow_title_bar_title {
		color: #ffffbe;
		font-size: 14px;
		line-height: 25px;
		text-align: left;
		float: left;
	}

	a#lightwindow_title_bar_close_link,	
	a:link#lightwindow_title_bar_close_link,
	a:visited#lightwindow_title_bar_close_link {
		float: right;
		text-align: right;		
		cursor: pointer;
		color: #ffffbe;
		line-height: 25px;
		padding: 0;
		margin: 0;
	}
	
	a:hover#lightwindow_title_bar_close_link,
	a:active#lightwindow_title_bar_close_link {
		color: #ffffff;
	}

/*-----------------------------------------------------------------------------------------------
	Theme styling stuff
-----------------------------------------------------------------------------------------------*/	

#lightwindow p {
	color: #000000;
	padding-right: 10px;
}





/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}
.sf-menu li {
	background:		#BDD2FF;
}
.sf-menu li li {
	background:		#AABDE6;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#CFDEFF;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	/* MISSING arrows-ffffff.png */
	/*background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px;*/ /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	/* MISSING image/shadow.png */
	/*background:	url('../images/shadow.png') no-repeat bottom right;*/
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}



/*** adding the class sf-navbar in addition to sf-menu creates an all-horizontal nav-bar menu ***/
.sf-navbar {
	background:		#BDD2FF;
	height:			2.5em;
	padding-bottom:	2.5em;
	position:		relative;
}
.sf-navbar li {
	background:		#AABDE6;
	position:		static;
}
.sf-navbar a {
	border-top:		none;
}
.sf-navbar li ul {
	width: 44em; /*IE6 soils itself without this*/
}
.sf-navbar li li {
	background:		#BDD2FF;
	position:		relative;
}
.sf-navbar li li ul {
	width:			13em;
}
.sf-navbar li li li {
	width:			100%;
}
.sf-navbar ul li {
	width:			auto;
	float:			left;
}
.sf-navbar a, .sf-navbar a:visited {
	border:			none;
}
.sf-navbar li.current {
	background:		#BDD2FF;
}
.sf-navbar li:hover,
.sf-navbar li.sfHover,
.sf-navbar li li.current,
.sf-navbar a:focus, .sf-navbar a:hover, .sf-navbar a:active {
	background:		#BDD2FF;
}
.sf-navbar ul li:hover,
.sf-navbar ul li.sfHover,
ul.sf-navbar ul li:hover li,
ul.sf-navbar ul li.sfHover li,
.sf-navbar ul a:focus, .sf-navbar ul a:hover, .sf-navbar ul a:active {
	background:		#D1DFFF;
}
ul.sf-navbar li li li:hover,
ul.sf-navbar li li li.sfHover,
.sf-navbar li li.current li.current,
.sf-navbar ul li li a:focus, .sf-navbar ul li li a:hover, .sf-navbar ul li li a:active {
	background:		#E6EEFF;
}
ul.sf-navbar .current ul,
ul.sf-navbar ul li:hover ul,
ul.sf-navbar ul li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
}
ul.sf-navbar .current ul ul {
	top: 			-999em;
}

.sf-navbar li li.current > a {
	font-weight:	bold;
}

/*** point all arrows down ***/
/* point right for anchors in subs */
.sf-navbar ul .sf-sub-indicator { background-position: -10px -100px; }
.sf-navbar ul a > .sf-sub-indicator { background-position: 0 -100px; }
/* apply hovers to modern browsers */
.sf-navbar ul a:focus > .sf-sub-indicator,
.sf-navbar ul a:hover > .sf-sub-indicator,
.sf-navbar ul a:active > .sf-sub-indicator,
.sf-navbar ul li:hover > a > .sf-sub-indicator,
.sf-navbar ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/*** remove shadow on first submenu ***/
.sf-navbar > li > ul {
	background: transparent;
	padding: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
}

.jquery-selectbox-wrapper
{
  /* layout */
  display: inline-block;
  *display: inline;
  height: 37px;
  zoom: 1;
}

.jquery-selectbox
{
	/* layout */
	display: inline;
	float: left;
	height: 27px;
	margin: 4px 4px 4px 0;
	padding: 0;
	position: relative;
	width: 440px;
	z-index: 0;
	/* styling */
	cursor: default;
	line-height: 27px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #bbb;
  font-size: 12px;
}

.jquery-selectbox.selecthover
{
	/* layout */
	z-index: 700;
}	

.jquery-selectbox .jquery-selectbox-currentItem
{
	/* layout */
	display: block;
	height: 27px;
	overflow: hidden;
	padding: 0 0 0 5px;
	white-space: nowrap;
}

.jquery-selectbox .jquery-selectbox-list
{
	/* layout */
	display: none;
	left: -1px;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	top: 23px;
	width: 440px;
	z-index: 1000;
  height: 440px; /* fallback size if js fails? */
	/* styling */
	background: #eee;
	border: 1px solid #bbb;
}

.jquery-selectbox .jquery-selectbox-moreButton
{
	/* layout */
	float: right;
	height: 27px;
	width: 27px;
	/* styling */
	background: url("/images/base/selectbox-button-bg.png") center left;
	cursor: default;
}

.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover
{
}

.jquery-selectbox .jquery-selectbox-item.listelementhover
{
	/* styling */
	background: #797979;
	color: #eee;
}

.jquery-selectbox .jquery-selectbox-item
{
	/* layout */
	display: block;
	padding: 0 3px;
	/* styling */
	cursor: default;
}

/* ELEMENTS *************************************************************************** ELEMENTS */

/* a */

a:link,
a:visited,
a:hover,
a:active
{
  color: #1084b7;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

/* body */

body
{
  color: #797979;
  background: #fff url('/images/base/bg.png') top center repeat-x;
/*  font-size: 11px;*/
  line-height: 18px;
}

/* body.home -> body */

body.home
{
  background-image: url('/images/base/bg-home.png');
}

/* body.welcome-video -> body */

body.welcome-video
{
  background: #fff;
}

/* h1 */

h1
{
  color: #f96400;
}

/* body.home h1 -> h1 */

body.home h1
{
  color: #4b4b4b;
}

/* #content h1 -> h1 */

#content h1
{
  background-repeat: no-repeat;
  font-size: 16px;
  height: 42px;
  margin: 0;
  text-transform: uppercase;
}

h1 span.link
{
  float: right;
  font-size: 11px;
  padding-right: 10px;
}


/* #content h1.icon -> #content h1 */

#content h1.icon
{
  padding: 15px 5px 0px 55px;
}

/* #content h1.icon-members -> #content h1.icon */

#content h1.icon-members
{
  padding-top: 10px;
  background-image: url('/images/base/icon-members.jpg');
}

/* #content h1.icon-blogs -> #content h1.icon */

#content h1.icon-blogs
{
  background-image: url('/images/base/icon-blogs.jpg');
}

/* #content h1.icon-forums -> #content h1.icon */

#content h1.icon-forums
{
  background-image: url('/images/base/icon-forums.jpg');
}

/* #content h1.icon-getting-started -> #content h1.icon */

#content h1.icon-getting-started
{
  background-image: url('/images/base/icon-getting-started.jpg');
}

/* #content h1.icon-groups -> #content h1.icon */

#content h1.icon-groups
{
  background-image: url('/images/base/icon-groups.jpg');
}

/* #content h1.icon-memory-space -> #content h1.icon */

#content h1.icon-memory-space
{
  background-image: url('/images/base/icon-memory-space.jpg');
}

/* #content h1.icon-tribute-pin -> #content h1.icon */

#content h1.icon-tribute-pin
{
  background-image: url('/images/base/icon-tribute-pin.jpg');
}

/* #content-small h1 -> h1 */

#content-small h1
{
  background: #f0f0f0 url('/images/base/heading-bg.png') bottom center repeat-x;
/*  border-left: 1px solid #d2d2d2;*/
/*  border-right: 1px solid #d2d2d2;*/
  border: 1px solid #d2d2d2;
  color: #f96400;
  display: block;
  font-size: 14px;
/*  height: 30px;*/
  line-height: 30px;
  margin: 0;
  padding-left: 9px;
}

/* h2 */
h2
{
  background: #ececec url('/images/base/heading-bg.png') repeat-x;
  border-bottom: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2;
  color: #f96400;
  font-size: 14px;
/*  height: 30px;*/
  line-height: 30px;
  margin: 0 0 18px 0;
  padding-left: 10px;
}

h2 span.link
{
  float: right;
  font-size: 11px;
  padding-right: 10px;
}

/* div.box h2 */

div.box h2
{
  background: none;
  border: none;
  color: #f96400;
  padding-left: 0;
/*  margin-bottom: 18px;*/
}

/* h2.table-heading -> h2 */

h2.table-heading
{
  margin-bottom: 0;
}

/* body.short-films h2 -> h2 */

body.short-films h2
{
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  margin-bottom: 0;
}

/* h3 */

h3
{
  display: block;
  color: #f96400;
  font-size: 14px;
  padding-top: 7px;
  padding-bottom: 3px;
/*  margin: 0 10px 10px 10px;*/
  border-bottom: 1px solid #d0cecf;
}

/* h3.table-heading -> h3 */

h3.table-heading
{
  margin-bottom: 0;
}

/* h4 */

h4
{
/*  display: block;*/
/*  color: #000;*/
/*  font-weight: bolder;*/
/*  font-size: 12px;*/
/*  padding-top: 7px;*/
/*  padding-bottom: 3px;*/
/*  margin: 0 10px 10px 10px;*/
}

/* p */

p
{
/*  line-height: 182%;*/
  margin-bottom: 20px;
}

/* LAYOUT ******************************************************************************* LAYOUT */

/* header */

#header
{
  height: 90px;
  margin: 0 auto;
  padding-top: 10px;
  width: 780px;
}

/* #logo */

#logo
{
  width: 517px;
}

#logo img
{
  display: block;
  margin-left: 10px;
}

/* #logout-form */

#logout-form
{
  font-size: 11px;
  text-align: right;
  width: 243px;
}

/* #login-form */

#login-form
{
  background: transparent url("/images/base/login-bg.png") top left no-repeat;
  height: 90px;
  position: relative;
  width: 243px;
}

#login-form input
{
  background: transparent;
  border: none;
  color: #fff;
  font-size: 11px;
  margin: 0;
  outline: none;
  outline-width: 0;
  position: absolute;
}

#login-form input.email,
#login-form input.password
{
  padding: 4px;
  width: 78px;
}

#login-form input.email
{
  left: 6px;
  top: 9px;
}

#login-form input.password
{
  left: 109px;
  top: 9px;
}

#login-form input.button
{
  right: 0;
  top: 0;
}

#login-form p
{
  font-size: 11px;
  position: absolute;
  text-align: right;
  top: 30px;
  width: 243px;
}

/* navigation */

#navigation
{
  height: 100px;
  margin: 0 auto;
  width: 780px;
}

#navigation div.column
{
  margin-right: 0;
  width: 527px;
}

#navigation div.last
{
  background: transparent url('/images/base/search-bg.png') top left no-repeat;
  height: 50px;
  position: relative;
  width: 253px;
}

#navigation div.last input
{
  background: transparent;
  font-size: 11px;
  margin: 0;
  position: absolute;
}

#navigation div.last input.input
{
  border: none;
  color: #fff;
  left: 20px;
  padding: 4px;
  outline: none;
  top: 14px;
  width: 193px;
}

#navigation div.last input.button
{
  top: 0;
  right: 0;
}

/* #home-intro */

#home-intro
{
  height: 270px;
  margin: 30px 40px 0 0;
  width: 400px;
}

#home-intro p
{
  margin-bottom: 18px;
}

#home-intro .highlight
{
  background: transparent;
  color: #89a81a;
}

/* toolbox */

#toolbox
{
  background: #68b4d5 url('/images/base/toolbox-bkgnd.png') bottom center repeat-x;
  font-size: 10px;
}

#toolbox a
{
  color: #000;
}

#toolbox div.content
{
  height: 90px;
  line-height: 14px;
  margin: 0 auto;
  padding-top: 10px;
  text-align: left;
  width: 897px;
}

#toolbox div.content div
{
  border-right: 1px solid #1a8dc0;
  display: block;
  float: left;
  height: 80px;
  margin-right: 20px;
  padding-right: 20px;
}

#toolbox div.content div.last
{
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

#toolbox ul
{
  list-style: none;
  margin: 0;
  padding: 0;
}

/* toolbox-button */

#toolbox-button
{
  display: none;
  margin-top: -20px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

#toolbox-button a
{
  outline: none;
}

#toolbox-button a
{
  background: #fff url("/images/base/toolbox-btn.png") bottom center no-repeat;
  display: block;
  height: 30px;
  text-indent: -9999px;
  width: 140px;
}

#toolbox-button.out a
{
  background-position: top center;
}

/* footer */

#footer
{
  background: #283246 url("/images/base/footer-bg.png");
  color: #fff;
  margin-top: 30px;
  padding: 20px 0;
}

#footer .container div
{
  border-color: #323d51;
  height: 180px;
  width: 180px;
}

#footer ul
{
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none;
}

#footer strong
{
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

/* #sponsors */

#sponsors
{
  margin-bottom: 18px;
  margin-top: 18px;
}

#sponsors div
{
  height: 40px;
  line-height: 40px;
  padding: 18px 0;
  text-align: center;
}

/* WIDGETS ***************************************************************************** WIDGETS */

/* admin-button */

a.admin-button,
a.admin-button:link,
a.admin-button:hover,
a.admin-button:active,
a.admin-button:visited
{
  background-color: #fff;
  border: 1px solid #0e87be;
  color: #0e87be;
/*  display: block;*/
  font-size: 10px;
  line-height: 18px;
/*  padding: 2px 0;*/
  padding: 4px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
/*  width: 140px;*/
}

a.admin-button:hover
{
  background-color: #0e87be;
  color: #fff;
}

/* admin-buttons */

ul.admin-buttons
{
  list-style-type: none;
  margin: 0 0 18px 0;
  padding: 0;
}

ul.admin-buttons li
{
  float: left;
/*  margin-bottom: 20px;*/
  margin: 0 5px 5px 0;
}

/* aside-hang */

.aside-hang
{
  margin-right: -20px;
  position: relative;
  width: 140px;
  z-index: 1;
}

/* box */

/*.box
{
  margin: 0;
  padding: 0;
  border: 1px solid #d0cecf;
  background: #fafafa;
  margin-top: 10px;
}

.box p
{
  margin-left: 10px;
}*/

/* div.box */

div.box
{
  background-color: #fafafa;
  border: 1px solid #d2d2d2;
  padding: 9px 9px 0 9px;
}

div.box h2
{
  padding-bottom: 3px;
  border-bottom: 1px solid #d0cecf;
}

/* #content-small div.box -> div.box */

#content-small div.box
{
  border-top: none;
  min-height: 450px;
  padding-top: 20px;
}

/* body.short-films div.box -> div.box */

body.short-films div.box
{
  border-top: none;
}

/* div.box-incident-map -> div.box, #content-small div.box */

div.box-incident-map,
#content-small div.box-incident-map
{
  border: 1px solid #d2d2d2;
  min-height: 0;
  padding: 1px;
}

/* box-comment */

.box-comment
{
  margin: 10px;
  border: none;
}

.box-comment img
{
  display: block;
  float: left;
  padding: 1px;
  border: 1px solid #cfcfcf;
}

.box-comment div.text
{
  border: 1px solid #cfcfcf;
  display: block;
  float: left;  
  margin: 0 0 18px 10px;
  padding: 0;
  padding: 10px;
  width: 340px;
}

.box-comment div.text p
{
  margin: 0 0 5px 0;
}

.box-comment div.text p.comment-arrow
{
  background: url('/images/base/comment-arrow.png') no-repeat;
  margin-left: -16px;
  padding-left: 16px;
}

/* box-buttons */

.box-buttons
{
  margin: 0;
  padding: 0;
  border: 1px solid #d0cecf;
  background: #fafafa;
  margin-top: 10px;
  padding: 10px;
}

/* box-table */

div.box-table
{
  border: none;
  background: none;
}

div.box-table h2
{
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #c8c8c8;  
}

/* div.container */

div.container
{
  margin-top: 20px;
}

/* body.home div.container -> div.container */

body.home div.container
{
  margin-top: 0;
}

/* emoticon */

img.emoticon
{
  vertical-align: middle;
}

/* feeling-today-options */

ul.feeling-today-options
{
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
}

ul.feeling-today-options li
{
  float: left;
  margin: 0 10px 10px 0;
  width: 120px;
}

/* .getting-started-box -> .column */

div.getting-started-box
{
  background: #fafafa url("/images/base/getting-started-box-bg.png") top center repeat-x;
  border: 1px solid #e6e6e6;
  border-top: none;
  float: left;
  height: 180px;
  margin-bottom: 20px;
  position: relative;
  width: 298px;
  
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

div.getting-started-box h3
{
  background-position: center left;
  background-repeat: no-repeat;
  border: none;
  height: 44px;
  line-height: 44px;
  margin: -7px 0 3px 0;
  padding: 0 0 0 50px;
}

div.getting-started-box h3.profile
{
  background-image: url("/images/base/getting-started-box-profile.png");
}

div.getting-started-box h3.blog
{
  background-image: url("/images/base/getting-started-box-blog.png");
}

div.getting-started-box h3.create-memory
{
  background-image: url("/images/base/getting-started-box-create-memory.png");
}

div.getting-started-box h3.view-memory
{
  background-image: url("/images/base/getting-started-box-view-memory.png");
}

div.getting-started-box h3.connect
{
  background-image: url("/images/base/getting-started-box-connect.png");
}

div.getting-started-box h3.tribute-pin
{
  background-image: url("/images/base/getting-started-box-tribute-pin.png");
}

div.getting-started-box h3.video
{
  background-image: url("/images/base/getting-started-box-video.png");
}

div.getting-started-box h3.groups
{
  background-image: url("/images/base/getting-started-box-groups.png");
}

div.getting-started-box p
{
  font-size: 10px;
  padding: 0 10px;
}

div.getting-started-box a.admin-button
{
  bottom: 10px;
  position: absolute;
  right: 10px;
}

/* .highlight */

body.getting-started .highlight
{
  background: transparent;
  border: 1px solid #ff6400;
}

/* table.listing -> table */

table.listing th,
table.listing td
{
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 9px;
  padding-top: 9px;
}

table.listing tr.even th,
table.listing tr.even td
{
  background-color: #fafafa;
}

table.listing tr.info th,
table.listing tr.info td
{
  padding-bottom: 27px;
  padding-top: 27px;
}

table.listing td.icon
{
  vertical-align: top;
}

table.listing h3
{
  text-align: center;
  border: none;
}

/* table.groups-listing -> table.listing */

table.groups-listing td.image img
{
  display: block;
}

table.groups-listing td.private
{
  width: 20px;
}

table.groups-listing td.title
{
  width: 210px;
}

table.groups-listing td.text
{
  width: 320px;
}

table.groups-listing td.members
{
  width: 70px;
}

table.groups-listing td.members
{
  color: #c9c9c9;
}

table.groups-listing td.members strong
{
  color: #797979;
  font-weight: normal;
}

/* home-list */

.home-list
{
  background: transparent url("/images/base/home-list-bg.png") bottom center no-repeat;
  font-size: 11px;
  height: 200px;
  margin-top: 20px;
  width: 180px;
}

.home-list .box
{
  background: transparent;
  border: none;
}

.home-list .box h2
{
  background: no-repeat bottom left;
  border: none;
  font-size: 16px;
  margin-top: -29px;
  margin-bottom: 9px;
  padding: 44px 0 0 65px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.home-list ul
{
  margin: 0;
  padding-left: 15px;
}

/* .home-list-create -> .home-list */

.home-list-create .box h2
{
  background-image: url("/images/base/home-list-create-icon.png");
}

.home-list-create .box h2 a
{
  color: #fb4400;
}

.home-list-create ul
{
  list-style-image: url("/images/base/home-list-create-bullet.png");
}

/* .home-list-connect -> .home-list */

.home-list-connect .box h2
{
  background-image: url("/images/base/home-list-connect-icon.png");
}

.home-list-connect .box h2 a
{
  color: #ff8c00;
}

.home-list-connect ul
{
  list-style-image: url("/images/base/home-list-connect-bullet.png");
}

/* .home-list-act -> .home-list */

.home-list-act .box h2
{
  background-image: url("/images/base/home-list-act-icon.png");
}

.home-list-act .box h2
{
  color: #ffd200;
}

.home-list-act ul
{
  list-style-image: url("/images/base/home-list-act-bullet.png");
}

/* .home-list-search -> .home-list */

.home-list-search
{
  color: #87aa23;
}

.home-list-search .box h2
{
  margin: -39px 0 0 -9px;
  padding: 0;
}

/* .link */

.link
{
  background-color: transparent;
  background-position: center left;
  background-repeat: no-repeat;
  display: block;
  height: 22px;
  padding-left: 25px;
}

/* .link-facebook */

.link-facebook
{
  background-image: url("/images/base/link-facebook.png");
}

/* .link-twitter */

.link-twitter
{
  background-image: url("/images/base/link-twitter.png");
}

/* .tribute-pin-info */

.tribute-pin-info th
{
  color: #f96400;
}

/* body.short-films p img.left -> p img.left */

body.short-films p img.left
{
  margin: 4px 10px 0 0;
}

/* polaroid */

span.polaroid-tributepin
{
  float:right;
  height: 176px;
  width: 176px;
  padding-right: 10px;
  background: url('../images/base/polaroid-tribute-bkgnd.png') no-repeat;
  margin-right: -20px;
  margin-top: -7px;
}


span.polaroid-notributepin
{
  float:right;
  height: 176px;
  width: 176px;
  padding-right: 10px;
  background: url('../images/base/polaroid-notribute-bkgnd.png') no-repeat;
  margin-right: -20px;
  margin-top: -7px;
}

span.polaroid-notributepin img, span.polaroid-tributepin img
{
  margin: 22px 0 0 23px;  
}

/* profile-buttons */

ul.profile-buttons
{
  list-style-type: none;
  margin: 0 0 20px 0;
  padding-left: 0;
}

ul.profile-buttons li
{
  margin-bottom: 5px;
}

/* profile-image */

div.profile-image
{
  border: 1px solid #d2d2d2;
  margin-bottom: 5px;
  padding: 1px;
}

div.profile-image img
{
  display: block;
}

/* profile_tabnav */

.profile_tabnav ul
{
  border-top: 1px solid #e6e6e6;
  font-size: 11px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.profile_tabnav ul li
{
  border-bottom: 1px solid #e6e6e6;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  text-transform: uppercase;
}

.profile_tabnav ul li a,
.profile_tabnav ul li span
{
  background: transparent url('/images/base/profile-tabnav-number-bg.png') center center no-repeat;
  color: #1084b7;
  display: block;
  float: left;
  margin: 0;
  text-align: center;
  width: 30px;
}

.profile_tabnav ul li a.title,
.profile_tabnav ul li span.title,
.profile_tabnav ul li.numberless a
{
  background-image: none;
  text-align: left;
  width: 100px;
}

.profile_tabnav ul li a.title,
.profile_tabnav ul li span.title
{
  line-height: 28px;
}

.profile_tabnav ul li.current
{
  background: #fafafa url("/images/base/profile-tabnav-current-bg.png") center left no-repeat;
  border-bottom: none;
  color: #283246;
  line-height: 30px;
  margin-right: -21px;
  margin-top: -1px;
  padding-left: 20px;
  position: relative;
  width: 141px;
  z-index: 1;
}

.profile_tabnav ul li.current span
{
  display: none;
}

.profile_tabnav ul li.current span.title
{
  display: block;
}

/* profiles-list */

ul.profiles-list
{
  margin: 0;
  padding: 0;  
  list-style: none;
  display: block;
}

ul.profiles-list  li
{
  display: block;
  float: left;
  width: 65px;
  margin-left: 7px;
  margin-bottom: 10px;
  text-align: center;
  overflow-x: hidden;
}

ul.profiles-list li img
{
  margin: 0;
  padding: 1px;
  border: 1px solid #d2d2d2;
}

/* .quote-source */

.quote-source
{
  text-align: right;
}

/* sf-menu */

.sf-menu
{
  margin-bottom: 0;
}

.sf-menu a
{
  border: none;
  padding: 0;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul
{
  top: 50px;
}

.sf-menu a,
.sf-menu a:visited /* visited pseudo selector so IE6 applies text colour*/
{
  color: #fff;
}

.sf-menu li
{
  background: transparent;
}

.sf-menu li li
{
  background: transparent;
}

.sf-menu li li li
{
  background: transparent;
}

.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active
{
  background: transparent;
}

.sf-menu a.sf-with-ul
{
  padding-right: 0;
}

/* sf-navbar */

.sf-navbar
{
  background: transparent;
  height: 50px;
  padding-bottom: 50px;
}

.sf-navbar li
{
  background: none;
  position: static;
}

.sf-navbar a
{
  border-top:  none;
}

.sf-navbar li.current
{
  background: none;
}

.sf-navbar ul li
{
  padding: 20px 10px;
  text-transform: uppercase;
}

.sf-navbar li ul
{
  width: 780px;
}

.sf-navbar li:hover,
.sf-navbar li.sfHover,
.sf-navbar li li.current,
.sf-navbar a:focus,
.sf-navbar a:hover,
.sf-navbar a:active
{
  background: none;
}

.sf-navbar ul li:hover,
.sf-navbar ul li.sfHover,
ul.sf-navbar ul li:hover li,
ul.sf-navbar ul li.sfHover li,
.sf-navbar ul a:focus,
.sf-navbar ul a:hover,
.sf-navbar ul a:active
{
  background: none;
}

.sf-navbar span.sf-sub-indicator
{
  display:none;
}

ul.sf-navbar .current ul,
ul.sf-navbar ul li:hover ul,
ul.sf-navbar ul li.sfHover ul
{
  top: 50px;
}

/* sticker */

/* -- Button Reset -- */

.sticker
{
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

button.sticker
{
  overflow: visible; /* removes extra side padding in IE */
  position: relative;
}

/* overrides extra padding in Firefox */
button.sticker::-moz-focus-inner
{
  border: 0;
  padding: 0;
}

button.sticker span
{ 
  position: relative;
  display: block;
  white-space: nowrap;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
  /* Safari and Google Chrome only - fix margins */
  button.sticker span
  {
    margin-top: -1px;
  }
}

/* -- Custom Styling -- */

.sticker
{
  background: transparent none no-repeat right -80px;
/*  margin-bottom: 6px;*/
  padding-right: 10px;
  text-align: center;
  text-decoration: none;
}

.sticker span
{
  background: transparent none no-repeat left top;
  display: inline-block;
  font-size: 11px;
/*  font-weight: bold;*/
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  width: 140px;
}

a.sticker
{
  display: inline-block;
  font-size: 0;
  height: 30px;
  line-height: 30px;
}

.sticker:hover,
.sticker-hover
{
  background-position: right -120px;
}

.sticker:hover span,
.sticker-hover span
{
  background-position: 0 -40px;
}

.sticker,
.sticker span
{
  color: #0f87be;
  background-image: url("/images/base/sticker-bg.png");
  text-transform: uppercase;
}

.sticker:hover span,
.sticker-hover span
{
  color: #fff;
}

/* .sticker-arrow -> .sticker */

.sticker-arrow
{
  padding-right: 35px;
  text-align: right;
}

.sticker-arrow span
{
  width: auto;
}

.sticker-arrow,
.sticker-arrow span
{
  background-image: url("/images/base/sticker-arrow-bg.png");
}

/* .profile-buttons .sticker -> .sticker */

.profile-buttons .sticker span
{
  width: 120px;
}

/* thumb-gallery */

ul.thumb-gallery
{
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
}

ul.thumb-gallery li
{
  border: 1px solid #d2d2d2;
  float: left;
  padding: 1px;
  margin-right: 10px;
  width: 61px;
}

ul.thumb-gallery li img
{
  display: block;
}

/*a.button, a.red
{
  padding: 1px 3px;
  color: #1084b7;
  text-transform: uppercase;
  font-size: 10px;
  border: 1px solid #1084b7;
}  

a.button:hover, a.red:hover
{
  background: #1084b7;
  color: #FFF;
  text-decoration: none;
}*/

/* tags */

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

ul.tags li
{
  margin: 0 5px 0 0;
  display: inline;
  line-height: 150%;
  text-align: left;
}

ul.tags li.l1
{
  font-size: 1.0em;
}

ul.tags li.l2
{
  font-size: 1.2em;
}

ul.tags li.l3
{
  font-size: 1.4em;
}

ul.tags li.l4
{
  font-size: 1.6em;
}

ul.tags li.l5
{
  font-size: 1.8em;
}

/* a.tooltip */

a.tooltip span
{
	display: none;
}

a.tooltip:hover span
{
	display: block;
  padding:.8em;
  margin-bottom:1em;
  border:2px solid #ddd;
  background:#FFF6BF;
  color:#514721;
  border-color:#FFD324;
  z-index: 100;
  float:right;
}

/* ol.tribute-pin-progress */

ol.tribute-pin-progress
{
  background: transparent url("/images/base/tribute-pin-progress-bg.png") left center repeat-x;
  height: 40px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ol.tribute-pin-progress li
{
  background: transparent url("/images/base/tribute-pin-progress-step-bg.png") top center no-repeat;
  float: left;
  height: 40px;
  line-height: 30px;
  margin-right: 20px;
  text-align: center;
  width: 104px;
}

ol.tribute-pin-progress li.act
{
  background-image: url("/images/base/tribute-pin-progress-act-bg.png");
  color: #ff7218;
}

ol.tribute-pin-progress li.last
{
  margin-right: 0;
}

/* .video -> .column */

.video
{
  width: 112px;
  margin-right: 10px;
}

.video p
{
  position: relative;
}

.video img
{
  display: block;
}

.video img.play
{
  position: absolute;
  left: 0;
  top: 0;
}

/* .video-large -> .video */

.video-large
{
  width: 290px;
  margin-right: 20px;
}