html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

::-moz-selection{ background: #fff; color: #2D83D5; }
::selection { background: #fff; color: #2D83D5; }
code::-moz-selection { background: #333; color: #fff; }
code::selection { background: #333; color: #fff; }

html, body {
	font-family: Verdana;
	font-size: 13px;
	background: black;
	color: red;
}

/*body {
	background: url(../beta.jpg) top right no-repeat;
}*/

b, strong {
	font-weight: bold;
}

a:link, a:visited {
	color: white;
	text-decoration: none;
}

a:hover {
	color: #666666;
}

a:focus {
	outline: none;
}

ul li {
	float: left;
}

html, body, #container {height: 100%;}

body > #container {height: auto; min-height: 100%;}


#container {
	text-align: center;
	width: 100%;
	height: 100%;
}

#wrapper {
	text-align: left;
	width: 860px;
	position: relative;
	margin: 0 auto;
	padding: 90px 70px 181px 70px;
}

#wrapper.alfresco {
	width: 600px;
	padding-top: 30px;
}

#footer {
	clear: both;
	margin-top: -181px;
	*margin-top: 0px;
	height: 181px;
	position: relative;
	z-index: 0;
	text-align: center;
}

#language {
	position: absolute;
	top: 28px;
	left: 67px;
	font-family: Arial;
	font-size: 14px;
	color: #575757;
}

	#language li {
		padding: 0 3px;
	}
	
	#language a {
		color: #575757;
	}
	
	#language a b {
		color: white;
	}

#logo {
	clear: left;
	float: left;
}

	#logo a { 
		display: block;
		height: 114px;
		width: 114px;
		background: url(images/logo.jpg) top left no-repeat;
		text-indent: -9999px;
	}


/* COMMENTS */

h1.ilovehkbcos {
	clear: both;
	color: red;
	font-size: 48px;
	font-family: Georgia;
	margin: 0 0 32px 0;
	margin-left: 70px;
	width: 642px;
	text-indent: -9999px;
}

	.english h1.ilovehkbcos, .both h1.ilovehkbcos {
		display: block;
		text-indent: -9999px;
		height: 115px;
		background: url(images/top_bar.jpg) top left no-repeat;
	}

.comment {
	color: white;
	float: left;
	width: 715px;
	
}

.comment h2 {
	font-size: 40px;
	font-family: Arial;
	font-weight: bold;
	line-height: 54px;
	margin-left: 70px;
}

	.comment h2 img {
	}

.comment .quote {
	display: inline;
}

.ldquo, .rdquo {
	color: #666666;
	text-indent: -9999px;
	display: block;
	height: 30px;
	width: 50px;
	float: left;
}

	.ldquo {
		background: url(images/open_quote.jpg) top left no-repeat;
		margin-left: 10px;
		margin-top: 12px;
	}
	
	.rdquo {
		background: url(images/close_quote.jpg) top left no-repeat;
	}

.comment .user_info {
	color: #666666;
	margin-left: 70px;
	margin-top: 15px;
	font-size: 15px;
}

.comment .user_info span {
	color: #bcbda7;
	font-size: 20px;
	font-style: italic;
	font-family: Arial;
	font-weight: bold;
	text-transform: capitalize;
}

.tools li {
	padding-right: 10px;
	text-transform: uppercase;
	color: white;
}

.tools li a {
	font-size: 11px;
}

/* FORM */

.my_reason {
	display: block;
	width: 630px;
	height: 581px;
	background: url(images/bg_popup.png) 5px 5px no-repeat;
	padding: 40px;
	position: absolute;
	color: #666666;
	left: 190px;
	top: 220px;
	font-size: 22px;
	letter-spacing: 1px;
	font-family: Verdana;
	line-height: 36px;
	z-index: 9999;
}

	a.closer {
		position: absolute;
		top: 0px;
		left: 0px;
		text-indent: -9999px;
		background: url(images/closer.png) top left no-repeat;
		display: block;
		height: 41px;
		width: 41px;
	}
	
	a.ilovesoho {
		position: absolute;
		top: 270px;
		right: 20px;
		background: url(images/ilovesoho.png) top left no-repeat;
		display: block;
		height: 214px;
		width: 220px;
		text-indent: -9999px;
	}

	.my_reason .left_column {
		float: left;
		width: 360px;
		padding-right: 0px;
	}
	
	.my_reason .right_column {
		float: right;
		width: 250px;
		position: relative;
		padding:0;
		font-size: 14px;
		font-family: Arial;
		line-height: 24px;
	}
	
	.my_reason .right_column a {
		color: #ff0000;
		text-decoration: underline;
		font-style: italic; 
	}

	.right_column p {
		line-height: 18px;
		color: #595959;
		margin: 0 0 10px 0;
	}

textarea, input {
	background: transparent;
	border: none;
	color: #717171;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	padding: 2px;
}

	input {
		padding-top: 6px;
	}

	#content_counter {
		font-size: 9px;
		position: absolute;
		top: 145px;
		left: 250px;
		*left: 220px;
		display: block;
		width: 200px;
	}

.cornered {
	background: #edecec;
	padding: 10px 10px 20px 10px;
	margin: 0 0 20px 0;
}

.text-input {
	background: #edecec;
	padding: 0 0 2px 2px;
	*padding: 0px;
	white-space: nowrap;
	margin: 0 6px 0 2px;
	*margin: 0px;
	*height: 30px;
}

	.text-input input {
		
	}

	#stf_form label, #stf_form_alfresco label {
		float: left;
		clear: both;
	}
	
	#stf_form .text-input, #stf_form_alfresco .text-input {
		float:left;
		margin-bottom:10px;
		margin-left:20px;
		margin-left: 20px;
	}

	.text-input-general {
		width: 200px;
	}
	
#share_love_wording {
	display: block;
	width: 360px;
	height: 240px;
	background: url(images/labels.jpg) 0 5px no-repeat;
	*background: url(images/labels.jpg) 0 10px no-repeat;
	position: relative;
}

#share_love_wording label {
	text-indent: -99999px;
	display: block;
	height: 30px;
	float: left;
}
	
	#share_love_wording .text-input {
		position: absolute;
	}
	
	#share_love_wording .submission {
		position: absolute;
		bottom: 0px;
		_bottom: 10px;
		left: 0px;
	}

	#span_duration {
		top: 73px;
		left: 140px;
	}
	
		#duration {
			width: 45px;
		}
	
	#span_name {
		top: 0px;
		left: 108px;
	}
	
		#name {
			width: 192px;
			_width: 220px;
		}
	
		#label_name {
			width: 110px;
		}
	
	#span_location {
		top: 40px;
		left: 70px;
	}
	
		#location {
			width: 109px;
		}
		
		#label_location {
			width: 100px;
		}
	
	#span_email {
		top: 142px;
		left: 115px;	
	}
	
	#email {
		width: 220px;
		
	}
	
	
	
#share_love_wording #label_subscribed {
	font-size: 11px;
	text-indent: 0px;
	float: none;
	display: inline;
}

.submit {
	display: block;
	float: left;
	background-image: url(images/submit.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 82px;
	height: 31px;
	text-indent: -9999px;
	cursor: pointer;
	margin-right: 10px;
	font-size: 0px;
	line-height: 0px;
}

hr {
	border: none;
	border-bottom: 1px solid #cccccc;
}

	hr.dotted {
		border-bottom: 1px dotted #cccccc;
	}

#content_label {
	color: red;
	font-size: 24px;
	display: block;
}

#content {
	display: block;
	width: 340px;
	height: 100px;
}

.feedback {
	padding: 10px;
	background: green;
	color: white;
}

#share {
	position: relative;
	padding: 0 0 40px 0;
	margin-left: 70px;
	margin-top: 44px;
}

#share li {
	padding-bottom: 5px;
}

	#share li a {
		float: left;
	}

	.share a {
		background: url(images/share-your-love.jpg) center left no-repeat;
		text-indent: -9999px;
		display: block;
		width: 114px;
		height: 14px;
	}
	
	.send a {
		background: url(images/send_friend.jpg) center left no-repeat;
		text-indent: -9999px;
		display: block;
		width: 110px;
		height: 14px;
	}
	
	.permalink a {
		background: url(images/permalink.jpg) center left no-repeat;
		text-indent: -9999px;
		display: block;
		width: 60px;
		height: 13px;
		position: relative;
	}
	
	.permalink {
		
	}
	
	.permalink_url {
		font-size: 10px;
		width: 230px;
		background: #edecec;
		padding: 5px;
	}
	
		.permalink .notice-wrap {
			position: absolute;
			top: -9999px;
			left: 240px;
			width: 300px;
			display: none;
			text-transform: none;
			background: url(images/growl_bottom_wide.png) 20px bottom no-repeat;
		}
		
		.permalink .notice-item {
			width: 300px;
			display: block;
			background: url(images/growl_top_wide.png) 0px 12px no-repeat;
			padding-bottom: 30px;
		}
		
		.permalink .notice-item p {
			padding-top: 25px;
		}
		
		.permalink .notice-item a {
			text-indent: 0px;
			background: none;
			width: auto;
			color: #ED1C24;
		}
		
		.permalink .notice-wrap .notice-item-close {
			right: -15px;
			top: 0px;
			_top: 15px;
			_right: 0px;
			left: auto;
		}
	
	.next a {
		background: url(images/next.jpg) center left no-repeat;
		text-indent: -9999px;
		display: block;
		width: 44px;
		height: 13px;
	}
	
	.twitter {
		background: url(images/twitter.jpg) center left no-repeat;
		text-indent: -9999px;
		display: block;
		width: 87px;
		height: 26px;
		margin-top: 15px;
		clear: left;
		float: left;
	}
	
	.petition_callout {
		background: url(images/petition_callout_onsite.jpg) center left no-repeat;
		text-indent: -9999px;
		display: block;
		width: 313px;
		height: 111px;
		margin-top: 30px;
		clear: left;
		float: left;
	}

	.petition_callout {
		background: url(images/petition_callout_onsite.jpg) center left no-repeat;
		text-indent: -9999px;
		display: block;
		width: 313px;
		height: 111px;
		margin-top: 30px;
		clear: left;
		float: left;
	}
	
.red {
	color: #ed1c24;
	font-size: 18px;
}

#share ul {
	float: left;
	/* margin-top: 10px; */
}
	
#share span.sep {
	float: left;
	background: url(images/sep.jpg) center left no-repeat;
	text-indent: -9999px;
	display: block;
	width: 5px;
	height: 13px;
}

#stf_form, #stf_form_alfresco {
	display: none;
}

#stf_form label, #stf_form_alfresco label {
	display: block;
	height: 30px;
	text-indent: -9999px;
}

	#stf_form textarea, #stf_form_alfresco textarea {
		width: 340px;
		height: 80px;
	}
	
	#message_input {
		margin-bottom: 10px;
	}

	label#your_message {
		float: none;
		background: url(images/message.jpg) top left no-repeat;
		width: 125px;
	}

	#stf_form  .cornered, #stf_form_alfresco .cornered {
		float: left;
	}

	label#your_name {
		background: url(images/your_name.jpg) top left no-repeat;
		width: 125px;
	}
	
	label#your_email {
		background: url(images/your_email.jpg) top left no-repeat;
		width: 125px;
	}
	
	label#your_friends_name {
		background: url(images/friends_name.jpg) top left no-repeat;
		width: 125px;
	}
	
	label#your_friends_email {
		background: url(images/friend-email.gif) 3px 0 no-repeat;
		width: 125px;
	}
	
	label#label_vip {
		text-indent: 0px;
		font-size: 10px;
		float: none;
		display: inline;
		clear: none;
	}

	#vip-list {
		float:left;
		margin-right:10px;
		margin-top:10px;
	}

/* DEBUG */

#codeigniter_profiler {
	width: 1004px;
	margin: 10px auto;
	border-top: 2px dotted red;
}

/* GROWL */

.notice-wrap {
	position: fixed;
	top: 200px;
	right: 10px;
	z-index: 9999;
	padding: 0 0 45px 20px;
	/* background: url(images/growl_top.png) 32px 12px no-repeat; */
	
	background: url(images/growl_bottom.png) 32px bottom no-repeat;
}

* html .notice-wrap {
	position: absolute;
	
}

.notice-item-wrapper {
	background: url(images/growl_top.png) 12px 12px no-repeat;
}
 
.notice-item {
	display: block;
	position: relative;
	margin: 0 0 -5px 0;
	padding: 0 0 5px 0;
	width: 212px;
	color: #595959;	
}

.notice-item ul {
	clear: both;
	display: block;
	
}

.notice-item ul li {
	padding-left: 32px;
	padding-right: 15px;
	padding-bottom: 5px;
	float: none;
}

	.notice-item p {
		padding: 40px 10px 0px 30px;
	}

.error {	
	font-style: italic;
	color: #ED1C24;
	font-size: 11px;
}

.notice-item-close {
	position: absolute;
	text-indent: -9999px;
	left: 0px;
	top: 0px;
	cursor: pointer;
	background: transparent url(images/closer.png) no-repeat scroll left top;
	display: block;
	width: 41px;
	height: 41px;
}

.my_reason .blockMsg {
	top: 180px !important;
}

#keep_alfresco {
	line-height: 22px;
	width: 650px;
	margin-top: 26px;
	float: left;
	display: block;
}

#keep_alfresco img {
	float: right;
}

h1.keep_alfresco {
	display: block;
	width: 448px;
	height: 92px;
	background: transparent url(images/keep_alfresco.jpg) no-repeat scroll left top;
	text-indent: -9999px;
	margin-bottom: 20px;
	float: left;
	margin-left: 15px;
}

#news_message {
	margin-left: 17px;
	padding-top: 10px;
	color: #FFFFFF;
	height: 150px;
	clear: both;
}

#news_message p {
	color:white;
	font-size:13px;
	letter-spacing:1px;
	line-height:23px;
	padding:10px 0;
	font-style:italic;
	font-weight:normal;
}


#total_amount {
	width: 650px;
	height: 73px;
	margin: 0;
	padding: 13px 0 0;
	float: left;
	display: block;
	position: relative;
	background: url(images/alfresco_petition/petition_header.gif) no-repeat;
	text-align: center;
}

#total_amount p {
	color: white;
	font-size: 14px;
	line-height: 23px;
	letter-spacing: 1px;
	font-weight: bold;
	padding: 0 0 10px;
}

#total_amount p.petition_counter {
	color: #ed1c24;
	font-size: 18px;
	font-weight: bold;
	padding: 0;
}

#ils_callout_button_wrapper {
	width: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	z-index: 99999;
}

#ils_callout_button {
	width: 123px;
	height: 123px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 530px;
	top: 390px;
	display: block;
	z-index: 99999;
}

#ils_callout_button a{
	width: 123px;
	height: 123px;
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	background: url(images/alfresco_petition/callout.png) no-repeat;
	text-indent: -99999px;
	position: relative;
}

#powered_by_fluid {
	float: left;
	display: block;
	position: relative;
	width: 634px;
}

#powered_by_fluid a, #li_powered_by_fluid a{
	float: right;
	display: block;
	position: relative;
	text-indent: -9999px;
	background: url(images/alfresco_petition/powered_by_fluid.gif) no-repeat;
	width: 115px;
	height: 24px;
	margin: 0;
	padding: 0;
}

a.powered_by_fluid_main {
	float: right;
	display: block;
	position: relative;
	text-indent: -9999px;
	background: url(images/alfresco_petition/powered_by_fluid.gif) no-repeat;
	width: 115px;
	height: 24px;
	margin: 0 30px 0 0;
	padding: 0;

}

#keep_alfresco_form {
	float: left;
	display: block;
}

#keep_alfresco form {
	background: transparent url(images/alfresco_petition/petition_contentfield.gif) no-repeat 0;
	padding: 0 0 0 35px;
	color: #666666;
	font-family: Verdana;
	position: relative;
	display: block;
	height: 325px;
	letter-spacing:1px;
	width: 615px;
	margin: 0;
}

#alfresco_intro {
	float: left;
	display: block;
	width: 590px;
	margin: 17px 0 0;
	padding: 0 30px;
}

#alfresco_intro p {
	font-style: italic;
	font-weight: normal;
}

#alfresco_intro a {
	font-weight: bold;
	text-decoration: none;
	color: #ed1c24;
}

#alfresco_intro p.petition_ils_callout{
	color: white;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}

#keep_alfresco label {
	display: block;
	padding: 5px 0;
}

#keep_alfresco p {
	color: white;
	font-size: 13px;
	padding: 10px 0;
	line-height: 23px;
	letter-spacing: 1px;
}

#keep_alfresco  .redtext {
	color: red;
	clear: both;
}

#keep_alfresco .submission {
	bottom:20px;
	*bottom:5px;
	left:10px;
}

#keep_alfresco .submission #subscribed {
	margin-top: 5px;
}

#keep_alfresco .submission #label_subscribed {
	margin-top: 5px;	
}

#keep_alfresco #label_subscribed {
	display:inline;
	float:none;
	font-size:11px;
	text-indent:0;
}

#keep_alfresco label.floated {

}

#keep_alfresco #content_counter {
	top: 270px;
	left: 468px;
}

div#keep_alfresco > form#keep_alfresco_form > span#content_counter {
	top: 250px;
	left: 474px;
}

#keep_alfresco .text-input {
	display: block;
	float: left;
	width: 400px;	
}

#keep_alfresco textarea {
	width: 550px;
	height: 75px;
	*height: 65px;
}

#keep_alfresco .cornered {
	width: 560px;
	height: 80px;
}

#keep_alfresco #email.alfresco, #keep_alfresco #name.alfresco {
	width: 380px;
}

#keep_alfresco ul {
	color: #666666;
	float: left;
	margin-top: 35px;
}

#petition_footer_links {
	height: auto;
	width: 594px;
	margin: 0;
	padding: 0;
	float: left;
	display: block;
}

#petition_footer_links li {
	height: 32px;
	width: auto;
	margin: 0;
	padding: 0;
	float: left;
	display: block;
}

#petition_footer_links li a{
	height: 32px;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -99999px;
}

#petition_footer_links li a.pet_foot_link_send_friend {
	width: 164px;
	background: transparent url(images/alfresco_petition/send_to_a_friend.gif) no-repeat;
}

#petition_footer_links li a.pet_foot_link_visit_our_site {
	width: 157px;
	background: transparent url(images/alfresco_petition/visit_our_website.gif) no-repeat;
}

#li_powered_by_fluid {
	float: left;
	display: block;
	position: relative;
	width: 634px;
}

#petition_footer_links li a.pet_foot_link_twitter {
	width: 152px;
	background: transparent url(images/alfresco_petition/twitter.gif) no-repeat;
}

#petition_footer_links li a.pet_foot_link__more {
	width: 121px;
	background: transparent url(images/alfresco_petition/more_comments.gif) no-repeat;
}


#keep_alfresco .visit_our_site, #keep_alfresco .send_friend {
	background-image: url(images/buttons.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 18px;
	text-indent: -9999px;
}

#keep_alfresco .visit_our_site {
	width: 155px;
	background-position: -150px 0;
}

#keep_alfresco .send_friend {
	width: 150px;
	background-position: 0 0;
}

.alfresco #stf_form_alfresco {
	left: 0px;
	top: 205px;
}

/* Comment list for petition */

#comment_list {
	float: left;
	display: block;
	width: 690px;
	height: auto;
	margin: 0;
	padding: 0;
}

#comment_list li {
	float: none;
	display: block;
	height: auto;
	margin: 0;
	padding: 0;
}

#comment_list li.quote_upper {
	float: left;
	display: block;
	height: 32px;
	margin: 0;
	padding: 0;
	width: 41px;
	background: transparent url(images/alfresco_petition/comment_petition_01.gif) no-repeat 0 top;
	clear: left;
}

#comment_list li.quote_content {
	float: left;
	display: block;
	height: auto;
	margin: 0 0 5px;
	padding: 0 43px 20px 10px;
	width: 590px;
	font-style: italic;
	background: transparent url(images/alfresco_petition/comment_petition_02.gif) no-repeat right bottom;
}

#comment_list li.quote_content span.petition_comment_name {
	color: white;
	font-weight: normal;
	font-style: normal;
}

#comment_list li.quote_lower {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	width:auto;
	height: 32px;
	/*background: transparent url(images/alfresco_petition/comment_petition_02.gif) no-repeat 0 bottom;
	width: 41px;*/
}






