/* 
*
* CSS Document
* contact.css
* 
* Author    :   Greg Merriman
* Copyright	:		Copyright 2009 (c) Greg Merriman Web Development
* Created   :   Tue 17 Nov 2009
* Modified  :   Wed 18 Nov 2009
* 
*/


/* contact page styles for gregmerriman */


/*---------- [contactform styles] ----------*/

#main_content p em
{
  color: #6a7379; /*blueish-grey*/
}


#contactform form div
{
  margin-top: 48px;
}

#contactform form label
{
  color: #666;
  display: block;
  font-family: Georgia, serif;
  font-size: 1.1em;
	font-style: italic;
	font-weight: normal;
  margin-bottom: 4px;
}

#contactform form input.textinput
{
  color: #666;
  background: url("../images/contact/textbox-bg.jpg") 0 0 no-repeat;
  background-color: #fff;
  border: none;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 1.2em;
  margin-right: 8px;
  padding: 8px 2px 8px 2px;
  height: 14px; /*actual - padding*/
  width: 296px; /*actual - padding*/
}

#contactform form input.textinput:focus
{
  background-position: 0 -30px;
}

#contactform form input.error
{
  background-position: 0 -60px;
}

#contactform form input#code
{
  font-family: Georgia, serif;
	font-style: italic;
	font-weight: normal;
}

#contactform form textarea
{
  color: #404040;
  background: url("../images/contact/textarea-bg.jpg") 0 0 no-repeat;
  background-color: #fff;
  border: none;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 1.2em;
  margin-right: 8px;
  padding: 4px 2px 4px 2px;
  height: 152px; /*actual - padding*/
  width: 296px; /*actual - padding*/
}

#contactform form textarea:focus
{
  background-position: 0 -160px;
}

#contactform form textarea.error
{
  background-position: 0 -320px;
}

#contactform form span.fieldinfo
{
  color: #808080;
  font-family: Georgia, serif;
  font-size: 1.1em;
	font-style: italic;
	font-weight: normal;
  vertical-align: top;
}
#contactform form span.ok
{
  color: #339900; /*green*/
}
#contactform form span.error
{
  color: #b31111; /*red*/
}

#contactform form p.human_verification span.label
{
  color: #666;
  display: block;
  font-family: Georgia, serif;
  font-size: 1.1em;
	font-style: italic;
	font-weight: normal;
  margin-bottom: 4px;
}

#contactform form input.submit
{
  display: block;
  float: left;
  background: url("../images/buttons/sendmessage.jpg") top left no-repeat;
  border: none;
  height: 34px;
  width: 160px;
  text-indent: -9999px;
}
#contactform form input.submit:hover
{
	background-position: center left;
}
#contactform form input.submit:active
{
  background-position: bottom left;
}

#contactform p.sending em
{
  color: #999;
  font-size: 1.2em;
  font-weight: bold;
}
#contactform p.couldnotsend em
{
  clear: both;
  display: block;
  color: #808080;
  font-size: 1.2em;
  font-weight: normal;
  padding-top: 16px;
}

#contactform div.success
{
  border: solid 1px #3c3;
  background-color: #dcf5dc;
  margin: 32px 16px 16px 0;
  padding: 8px;
}
#primary #contactform div.success h4
{
  margin: 0 0 8px 0;
}

#contactform div.error_message,
#contactform div.fail
{
  border: solid 1px #c33;
  background-color: #f5dcdc;
  margin: 32px 16px 16px 0;
  padding: 8px;
}
#primary #contactform div.error_message h4,
#primary #contactform div.fail h4
{
  margin: 0 0 8px 0;
}

#contactform div.error_message ul.contact_errorlist
{
  color: #b31111;
  margin: 16px;
  list-style-type: disc;
}


/*----------[contact footer styles]----------*/

div.connected
{
  padding-bottom: 32px;
}

div.connected p
{
  float: left;
  width: 460px;
}

div.connected ul
{
  float: right;
  width: 460px;
}

div.connected ul li
{
  float: left;
  display: inline;
  margin: 0 0 0 48px;
  text-indent: -9999px;
}

div.connected ul li:first-child
{
  margin-left: 116px;
}

div.connected ul li a
{
  display: block;
  background: url("../images/icons/social.png") 0 0 no-repeat;
  height: 48px; width: 48px;
}

div.connected ul li a.facebook
{
  background-position: 0 -48px;
}
div.connected ul li a.facebook:hover, div.connected ul li a.facebook:active
{
  background-position: 0 0;
}

div.connected ul li a.lastfm
{
  background-position: -48px -48px;
}
div.connected ul li a.lastfm:hover, div.connected ul li a.lastfm:active
{
  background-position: -48px 0;
}

div.connected ul li a.linkedin
{
  background-position: -96px -48px;
}
div.connected ul li a.linkedin:hover, div.connected ul li a.linkedin:active
{
  background-position: -96px 0;
}

div.connected ul li a.twitter
{
  background-position: -144px -48px;
}
div.connected ul li a.twitter:hover, div.connected ul li a.twitter:active
{
  background-position: -144px 0;
}

/* rhs styling */

#main_content #secondary img
{
	margin-left: 36px;
}

#main_content #secondary ul li img
{
	margin-left: 0px;
}