/*----------------------------------------------
	CONTACT.CSS
	Author:		Engage Interactive
	Requires:	reset.css
				global.css
----------------------------------------------*/

/*-------------------------------
	LAYOUT
-------------------------------*/

#contact_form {
	width:613px;
	background:#1594cf url(/assets/giraffe/images/contact/form_background.gif) 0 -8px no-repeat;
}

#contact_form h2 {
	display:block;
	width:613px;
	height:70px;
	text-indent:-5000px;
	background:url(/assets/giraffe/images/contact/contact_title.gif) 0 0 no-repeat;
}

#contact_form h2.thankyou {
	background-image:url(/assets/giraffe/images/contact/thankyou_title.gif);
}

img.supergiraffe {
	display:block;
	padding:100px 0 0 20px;
}

#contact_form p.intro {
	margin:0 20px 18px;
	color:#FFF;
}

#contact_form div.hr {
	margin:0 20px 10px;
	background-image:url(/assets/giraffe/images/contact/dotted_line.gif);
	clear:both;
}

#contact_form .form_container div.hr {
	margin:0 20px 10px 0;
}

#contact_form span.contact_footer {
	display:block;
	height:8px;
	background:url(/assets/giraffe/images/contact/form_background.gif) left top no-repeat;
}


/*-------------------------------
	FORM STYLINGS
-------------------------------*/

.form_container {
	padding-left:17px;
}

.form_container div.field {
	position:relative;
	margin-bottom:18px;
	clear:both;
}

.form_container div.split {
	float:left;
	width:281px;
	padding-right:17px;
	clear:none;
}

.form_container label {
	display:block;
	padding:0 0 4px 3px;
	font-size:30px;
	color:#000;
	text-transform:uppercase;
}


/*---------------------
	GENERIC INPUT
---------------------*/

.form_text input,
.form_textarea textarea,
.form_select select {
	width:259px;
	height:33px;
	padding:8px 8px 0;
	border:3px solid #1594cf;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	background:#FFF;
	color:#0d6188;
	font-size:18px;
	font-style:italic;
}

.form_text input:focus,
.form_textarea textarea:focus,
.form_select select:focus {
	border-color:#44a9d9;
}


/*---------------------
	SELECT
---------------------*/

.form_select select {
	width:281px;
	height:47px;
	padding:8px;
}

#date_day,
#date_month {
	width:139px;
}


/*---------------------
	TEXTAREA
---------------------*/

.form_textarea textarea {
	width:557px;
	height:200px;
	margin:0;
	font-family:Helvetica, Arial, sans-serif;
	resize:none;
}


/*---------------------
	FOOD
*/

#food {
	width:259px;
	height:138px;
}


/*---------------------
	BUTTON
---------------------*/

.form_container div.form_button {
	padding-top:5px;
	margin:0 20px 10px 0;
}

.form_button button {
	display:block;
	width:220px;
	height:44px;
	border:0;
	background:url(/assets/giraffe/images/contact/send.gif) left bottom no-repeat;
	text-indent:-5000px;
}

.form_button button:hover {
	cursor:pointer;
	background-position:left top;
}


/*---------------------
	ERRORS
*/

#error_message {
	display:none;
	float:right;
	width:290px;
	height:40px;
	padding:3px 0 0 52px;
	margin:0;
	line-height:18px;
	font-size:13px;
	font-style:italic;
	color:#FFF;
	background:url(/assets/giraffe/images/contact/oops_message.gif);
}

.form_container div.field span {
	display:none;
}

.form_container div.error span {
	display:block;
	position:absolute;
	right:12px;
	top:24px;
	width:44px;
	height:43px;
	cursor:help;
	background:url(/assets/giraffe/images/contact/oops.gif);
	text-indent:-5000px;
}

.form_container #complaint span {
	right:-5px;
}

.error input,
.error textarea,
.error select {
	color:red;
	border-color:#d20000;
}

.error input:focus,
.error textarea:focus,
.error select:focus {
	color:red;
	border-color:#d20000;
}


/*---------------------
	EXTRA FIELDS
---------------------*/

#complaint {
	display:none;
	position:relative;
	height:0;
	clear:both;
	overflow:hidden;
}

#complaint span.mask {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:200;
	background:#1594cf url(/assets/giraffe/images/contact/form_background.gif) -17px -371px no-repeat;
}

#complaint_form {
	overflow:hidden;
	z-index:100;
}

#complaint h3 {
	padding-left:36px;
	background:url(/assets/giraffe/images/contact/sorry.gif) left center no-repeat;
	color:#FFF;
}

#complaint p.intro {
	margin-left:3px;
}


/*-------------------------------
	OTHER CONTACTS
-------------------------------*/

#other_contacts {
	background:#FF8400 url(/assets/giraffe/images/contact/more_background.gif) 0 -8px no-repeat;
	margin-bottom:5px;
	color:#FFF;
}

#other_contacts p em {
	font-style:italic;
}

#other_contacts p a {
	display:inline-block;
	padding:0 2px;
	background:#FFA70F;
	color:#381D00;
	font-weight:bold;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

#other_contacts p a:hover {
	background:#381D00;
	color:#FFA70F;
}

#other_contacts h4 {
	display:block;
	height:84px;
	text-indent:-5000px;
}

#other_contacts dl {
	padding-bottom:6px;
	margin:0 10px;
	overflow:hidden;
}

#other_contacts dl dt {
	float:left;
	display:block;
	width:23px;
	height:23px;
	margin-right:8px;
	text-indent:-5000px;
	clear:left;
	background:url(/assets/giraffe/images/contact/icon_address.gif);
}

#other_contacts dl dt.phone {
	background-image:url(/assets/giraffe/images/contact/icon_phone.gif);
}

#other_contacts dl dt.fax {
	background-image:url(/assets/giraffe/images/contact/icon_fax.gif);
}

#other_contacts dl dt.email {
	background-image:url(/assets/giraffe/images/contact/icon_email.gif);
}

#other_contacts dl dd {
	padding:1px 0 0 31px;
	font-size:13px;
}

#other_contacts dl dd p {
	line-height:20px;
}

span.contacts_footer {
	display:block;
	height:8px;
	clear:both;
	background:url(/assets/giraffe/images/contact/more_background.gif) 0 0;
}


/*-------------------------------
	SOCIAL MEDIA
-------------------------------*/

#social_media {
	clear:both;
	padding:16px 0 2px;
	margin:0 10px;
	background:url(/assets/giraffe/images/contact/orange_dotted_line.gif) top left repeat-x;
}

#social_media li {
	display: block;
	margin:0 auto 2px;
	background-image: url(/assets/giraffe/images/contact/socialmedia.gif);
}

#social_media li a {
	display: block;
	height:59px;
	text-indent:-9999px;
}

#social_media li a:hover,
#social_media li a.on {
	background-image: url(/assets/giraffe/images/contact/socialmedia.gif);
}

#social_media li.twitter {
	width:189px;
	background-position:0 0;
}

#social_media li.flickr {
	width:190px;
	background-position:-189px 0;
}

#social_media li.facebook {
	width:191px;
	background-position:-379px 0;
}

#social_media li.twitter a {
	width:189px;
	background-position:0 -59px;
}

#social_media li.flickr a {
	width:190px;
	background-position:-189px -59px;
}

#social_media li.facebook a {
	width:191px;
	background-position:-379px -59px;
}