/*
Theme Name: MMDV2 
Theme URI: http://www.markmccorkell.com
Description: Theme for Mark McCorkell's website
Version: 2.3 (2010)
Author: Mark McCorkell
Author URI: http://www.markmccorkell.com
Date: April 2010
*/


/* 
# CSS contents ###################
* 1 Reset defaults
* 2 Layout
* 3 Nav
* 4 Headings
* 5 Lists
* 6 Images
* 7 Links
* 8 Forms
* 9 Typography 
* 10 Other
* 11 Plugins
*/


/* 
# Colour reference ###################

#E31E7C magenta
#000000 black
#FFFFFF white
#EEEEEE very light grey
#CCCCCC light grey
#666666 dark grey

*/


 
/*
# Reset defaults ################### 
*/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { 
	margin: 0; 
	padding: 0; 
	} /* Reset margins and padding */

a:link, a:visited{
	text-decoration:none;
	outline:none;
	} /* Reset link styles */

html {
	overflow: -moz-scrollbars-vertical;
	} /* Mozilla scrollbar fix */

#skipto{
	position:absolute;
	left:-9999px;
	top:-9999px;
	} /* Hides the skip to link - useful for screen readers */

.floatleft,
.alignleft {
	float: left;
	margin: 3px 7px 0 0;
}

.footerleft {
	margin-left:46px;
}

.floatright,
.alignright {
	float: right;
	margin: 3px 0 0 7px;
}
.right {
	float:right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}
.fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.fix {
	display: inline-block;
} 
* html .fix{
	height: 1%;
}
.fix{
	display:
	block;
}



/*
# Layout ################### 
*/

body {
	background: #fff;
	color: #333;
	font-size: 11px;
	font-family: "Helvetica Neue", arial, verdana, sans-serif;
	text-align: center;
} 

#wrapper {
	/*border-top: 1px solid #E31E7C;*/
	margin: 0px auto;
	text-align: left;
	width: 970px;
	padding: 0 5px;
}
#masthead {
	padding: 7px 0;
	height:199px;
	background-image: url(images/header.png);
	background-repeat:no-repeat;
	position:relative;

}
#filler {}
#mainColumn {
	float: left;
	margin: 28px 0 0 0;
	width: 500px;
}

.post {
	margin: 0 0 21px 0;
}

.secondaryColumn {
	float: left;
	margin: 28px 0 0 30px;
	overflow: hidden;
	width: 200px;
}

#footer {
	margin: 35px 0;
	font-size:10px;
}
#footer p {
	padding: 14px 3px 0; 
}

#footer {
	clear: both;
}

.widgetContainer {
	margin: 0 0 20px 0;
}


/*
# Nav ################### 
*/

.navStripWrapper {
	position: relative;
	clear: both;
}
.nav {
	background-color: #FFFFFF;
	
}
.nav li {
	border-right: 1px solid #FFF;
	display: block;
	float: left;
}
.nav li a {
	display: block;
	padding: 7px 4px 0 10px;
	width: 114px;
	height: 42px;
	margin: 0 9px 0 0;
}
.nav li a:hover span {	
	color:#FFF;
	}
	
.nav li a:hover {
	color:#FFFFFF;
	background-color:E31E7C;
	
 -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
   border-radius: 8px;
	
}

.nav li a.focus {
	background: #E31E7C;
}

.nav li {
	line-height: 1.2em;
}
.nav li a {
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: "gesta-1", "gesta-2", "Helvetica Neue", arial, sans-serif;
	color:#E31E7C;	

}
.nav li a span {
	color: #000;
	font-size: 1em;
	font-weight: normal;
	text-transform: lowercase;
}

.nav li a.focus span {
	color: #FFF;
}

.nav li a:hover span {
	color: #FFF;
}

.nav li a:hover,
.nav li a.focus {
	color: #fff;
	background-color:#E31E7C;
}



/*
# Headings ################### 
*/

#masthead h1 {
	float: left;
	margin: 15px 0 0 7px;
	visibility:hidden;
}
#masthead h1 a {
	text-transform: uppercase;
	width: 400px;
}
#blogLead img {
	background: #fff;
	border: 1px solid #eee;
	float: right;
	height: 42px;
	margin: 0 7px;
	padding: 2px;
	width: 42px;
}
#authorIntro {
	float: right;
	margin: 8px 0 0 0;
	width: 340px;
	visibility:hidden;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 30px;	
	font-family: "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", arial, sans-serif;
	color: #000000;
	text-decoration:none;
	font-weight:200;
}


h2 a {
	color: #E41E7D;
	text-decoration:none;
	font-weight:200;	
}

h2 a:visited {
	color: #E41E7D;
	text-decoration:none;
	font-weight:200;
}

h2 a:hover {
	color: #000000;
	font-weight:200;
}

.post h2 {
	margin-bottom: 10px;
	padding: 0 3px;
}
.post h2 a {
	display:block;
}

.post h2 {
	line-height: 1.2em;
}

h3 {
	font-size:19px;	
	font-family: "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", arial, sans-serif;
	font-weight:300;
	text-transform:uppercase;
}

.secondaryColumn h3 {
	/*border-top: 1px solid #ccc;*/
	border-bottom: 1px solid #eee;
	margin: 0 0 10px 0;
	padding: 7px 4px;
	color:#000;
}

.secondaryColumn h3 a {
	color:#000;
}

.secondaryColumn h3 a:hover {
	color:#E31E7C;
}

#commentsContainer h3 a {
	color: #E31E7C;
	font-size:14px;
}

h4 {
	font-family: "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", arial, sans-serif;
	font-size:46px;
	font-weight:200;
	line-height:45px;

	letter-spacing:-1px;
}

h5 {
	font-family: "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", arial, sans-serif;
	font-size:28px;
	font-weight:300;
	line-height:33px;	
}

	
	

/*
# Lists ################### 
*/

.entry {
	padding: 0 3px;
	overflow: hidden;
}
.entry p {
	line-height: 1.6em;
	margin: 10px 0;
}
.entry ul,
.entry ol,
.entry blockquote {
	margin: 0;
}
.entry ol {
	list-style: decimal;
}
.entry ul li,
.entry ol li {
	margin: 0 0 7px 18px;
}
.entry ul li {
	list-style-image: url(images/listbird-hover.png);
}
.entry blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	line-height: 1.4em;
	margin-left: 0px;
	padding:10px 20px 10px 20px;
	background-color:#EEE;
	
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  -webkit-border-radius: 6px;
   border-radius: 6px;
}

.entry.meta {
	background: #eee;
	border-width: 1px 0;
	-moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
   border-radius: 4px;
}
.entry.meta p {
	margin: 5px 7px;
}
.entry.meta .highlight {
	text-transform: uppercase;
	font-size: 10px;
}
.entry.meta a {
	color: #000;
	border-color: #bbb;
	font-weight:bold;
}
.entry.meta a:hover {
	color: #E31E7C;
	border-color: #000;
	font-weight:bold;
}

.widgetContainer ul li {
	margin: 0 3px 7px 21px;
	list-style-image:url(images/listbird.png);
}

.widgetContainer ul li a{
	list-style-image:url(images/listbird.png);
	color: #E31E7C;
	display:block;
}

.widgetContainer ul li:hover {
	margin: 0 3px 7px 21px;
	list-style-image:url(images/listbird-hover.png);
	color: #000000;
}

.widgetContainer ul li ul {
	margin-top: 5px;
}

.widgetContainer .textwidget {
	margin: 0 3px;
	line-height: 1.5em;
}

#paginateIndex { 
	margin-bottom: 25px;
}
#paginateIndex a,
.commentlist li .reply a {
	color: #777;
	font-size: 0.9em;
	text-transform: uppercase;
	display: block;
	padding: 4px 7px 3px;
	margin:0px 14px 0px 0px;
	background: #fff;
	border: 1px solid #ddd;
	-moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
   border-radius: 4px;
}
.commentlist li .reply a {
	color: #aaa;
}
#paginateIndex a:hover,
.commentlist li .reply a:hover {
	color: #E31E7C;
	border-color: #E31E7C;
	background: #FFF;
}



/*
# Images ################### 
*/

img {
	border:none;	
}

.entry img,
.entry a img {
	background: #fff;
	border:0;
	padding: 0px; 
	border: 1px solid #DDD;
  	-webkit-box-shadow: 3px 3px 4px  #DDD;
	-moz-box-shadow:3px 3px 4px #DDD;
	box-shadow:3px 3px 4px #DDD;
}

.entry a:hover img {
	border: 1px solid #CCC;	
	-webkit-box-shadow: 3px 3px 4px  #CCC;
	-moz-box-shadow:3px 3px 4px #CCC;
	box-shadow:3px 3px 4px #CCC;
}

.boxshadow{
	border: 0px;  
	-webkit-box-shadow: 3px 3px 4px  #DDD;
	-moz-box-shadow:3px 3px 4px #DDD;
	box-shadow:3px 3px 4px #DDD;
}

.boxshadow a img {
	border: 1px solid #DDD;  
	-webkit-box-shadow: 3px 3px 4px  #DDD;
	-moz-box-shadow:3px 3px 4px #DDD;
	box-shadow:3px 3px 4px #DDD;
}

.boxshadow a:hover img {
		border: 1px solid #CCC;	
		-webkit-box-shadow: 3px 3px 4px  #CCC;
		-moz-box-shadow:3px 3px 4px #CCC;
		box-shadow:3px 3px 4px #CCC;
}

#gallery-1 img,
#gallery-1 a img {
	background: #fff;
	border: 1px solid #eee;
	padding: 2px;
	-moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
   border-radius: 4px;
}
#gallery-1 a:hover img {
	border-color: #E31E7C;
}

.secondaryColumn img a{
	border-style:none;
}
	

/*
# Links ################### 
*/

.entry a:hover,
.secondaryColumn a:hover,
#commentsContainer h3 a:hover,
.commentlist .comment-author a:hover,
.commentlist .comment-meta a:hover {
	color: #000000;
	cursor:pointer;
}	

#commentsContainer a {
	font-weight: 600;
	color:#E31E7C;
}

#commentsContainer a:hover{
	color: #000000;
}

.secondaryColumn a {
	font-weight: 600;
	font-family: "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", arial, sans-serif;
	text-decoration:none;
	color: #E31E7C;
}
.entry a,
.commentlist .comment-author a {
	color: #E31E7C;
	font-weight: 600;
}

#footer p a {
	font-weight: bold;
	color:#E31E7C;
}

#footer a:hover{
	color: #000000;
}




/*
# Forms ################### 
*/

#searchbox{
	position:absolute;
	top:25px;
	right:25px;
	width:auto;
	height:auto;
}

#searchbox input {
	border: 1px solid #FFF;
	outline: none;
	padding: 8px 8px 8px 32px;
	width: 140px;
	font-family: "gesta-1", "gesta-2", "Helvetica Neue", arial, sans-serif;
	font-size:12px;
	background-image:url(images/search_web.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	color:#999;
	
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  -webkit-border-radius: 6px;
   border-radius: 6px;
}


#searchbox input:focus {
	border: 1px solid #CCC;
	outline: none;
	padding: 8px 8px 8px 32px;
	width: 140px;
	background-image:url(images/search_web.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  -webkit-border-radius: 6px;
   border-radius: 6px;
   -webkit-box-shadow: 0px 0px 10px  #CCC;
   -moz-box-shadow: 0px 0px 10px #CCC;
    box-shadow: 0px 0px 10px #CCC; 
		
}


#searchbox input:hover {
	border: 1px solid #CCC;
	outline: none;
	padding: 8px 8px 8px 32px;
	width: 140px;
	background-image:url(images/search_web.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  -webkit-border-radius: 6px;
   border-radius: 6px;
   -webkit-box-shadow: 0px 0px 10px  #CCC;
   -moz-box-shadow: 0px 0px 10px #CCC;
    box-shadow: 0px 0px 10px #CCC; 
}

#commentsContainer {
	margin-bottom: 30px;
}

#commentsContainer span.hook {
	position: relative;
	display: block;
}

#commentsContainer h3 {
	display: block;
	margin: 10px 0;
	padding: 7px 4px 0;
	padding-left:0px;
	color:#E31E7C;
}

.cancel-comment-reply {
	position: absolute;
	top: -1px;
	right: 4px;
}
.commentlist {
	list-style: none;
	margin: 0 0 20px;
}

.commentlist .comment-author {
	padding-top: 15px;
	padding-right: 12px;
	padding-left:15px;
	margin-top: 10px;
	overflow: hidden;
}

.commentlist .comment-author img.avatar {
	display: block;
	float: right;
	height: 32px;
	width: 32px;
	margin: 0 4px 0 0;
}

.commentlist .comment-meta {
	margin: 0 0 0 0px;
	padding-left:15px;
}

.commentlist li .reply {
	text-align: right;
	padding-bottom: 14px;
}

.commentlist li .reply a {
	display:inline;
}
.commentlist li p {
	margin: 1em 0;
	padding: 0px 15px;
}
.commentlist li ul,
.commentlist li ol,
.commentlist li blockquote {
	margin: 0 20px;
}
.commentlist .children {
	margin: 0 0 0 40px;
}
.commentlist .children li {
	list-style: none;
	

}
#commentform .contain {
	margin: 0 0 10px 0 !important;
}
#commentform #author,
#commentform #email,
#commentform #url {
	font-family: "Helvetica Neue", "Helvetica", arial, verdana, sans-serif;	
	font-size:21px;
	width:390px;
	padding: 7px;
	border: 1px solid #FFF;
	background-color: #EEEEEE;
	color:#999;
	margin-right: 4px;
	
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  -webkit-border-radius: 6px;
   border-radius: 6px;
}

#commentform textarea {
	font-family: "Helvetica Neue", "Helvetica", arial, verdana, sans-serif;	
	font-size:14px;
    padding: 7px;
	border: 1px solid #FFF;
	background-color: #EEEEEE;
	color:#999;
	margin-right: 4px;
	
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  -webkit-border-radius: 6px;
   border-radius: 6px;
}


#commentform #author:focus,
#commentform #email:focus,
#commentform #url:focus,
#commentform textarea:focus {
	border: 1px solid #E31E7C;
	background-color: #FFFFFF;
	color:#000;
	-webkit-box-shadow: 0px 0px 5px  #E31E7C;
	-moz-box-shadow: 0px 0px 5px #E31E7C;
	box-shadow: 0px 0px 5px #E31E7C; 
}

#commentform #author:hover,
#commentform #email:hover,
#commentform #url:hover,
#commentform textarea:hover {
	border: 1px solid #E31E7C;
	background-color: #FFFFFF;
	color:#000;
	-webkit-box-shadow: 0px 0px 5px  #E31E7C;
	-moz-box-shadow: 0px 0px 5px #E31E7C;
	box-shadow: 0px 0px 5px #E31E7C; 
}

#commentform #submit {
  padding: 2px 5px;
  width:175px;
  height:45px;
  font-family:"proxima-nova-1", "proxima-nova-2", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight:400;
  font-size:21px;
  cursor: pointer;
  color: #FFFFFF;
  background-color: #E41E7D;
  border-width: 1px;
  border-style: solid;
  border-color: #E41E7D;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  -webkit-border-radius: 6px;
   border-radius: 6px;
}

#commentform #submit:hover {
  padding: 2px 5px;
  width:175px;
  height:45px;
  font-family:"proxima-nova-1", "proxima-nova-2", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight:400;
  font-size:21px;
  cursor: pointer;
  color: #FFFFFF;
  background-color: #000000;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  -webkit-border-radius: 6px;
   border-radius: 6px;
}

#commentform p label {
	margin: 4px 0 0 0;
}
#commentform textarea {
	float: none;
	width: 450px;
	overflow: auto;
}

.alt {
	background-color:#EEEEEE;	
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
   border-radius: 4px; 
}

.updatesform{
	border:0px; 
	padding:3px;
	text-align:left;	
}

.emailaddress {
	padding: 4px 3px; 
	background: #EEEEEE none repeat scroll 0% 0%; 
	width: 320px; font-family: "Helvetica Neue", arial,verdana,sans-serif; 
	color:#999; font-size: 21px; 
	margin-right: 4px;
	border: 1px solid #BBB; 
	-moz-border-radius: 4px;  
	-khtml-border-radius: 4px;  
	-webkit-border-radius: 4px;  
	border-radius: 4px;	
}

.emailaddress:focus {
	padding: 4px 3px; 	
	background: #ffffff none repeat scroll 0% 0%; 
	width: 320px; 
	font-family: "Helvetica Neue", arial,verdana,sans-serif; 
	color:#000; 
	font-size: 21px; 
	margin-right: 4px; 
	border: 1px solid #E41E7D; 
	-moz-border-radius: 4px;  
	-khtml-border-radius: 4px;  
	-webkit-border-radius: 4px;  
	border-radius: 4px;	
}

.emailaddress:hover {
	padding: 4px 3px; 
	background: #ffffff none repeat scroll 0% 0%; 
	width: 320px; font-family: "Helvetica Neue", arial,verdana,sans-serif; 
	color:#000; font-size: 21px; 
	margin-right: 4px; 
	border: 1px solid #E41E7D; 
	-moz-border-radius: 4px;  
	-khtml-border-radius: 4px;  
	-webkit-border-radius: 4px;  
	border-radius: 4px;	
}

.formbutton{
	padding: 4px 7px; 
	font-family: "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", arial, san-serif; 
	font-size:20px; 
	cursor: pointer; 
	color: #FFFFFF; 
	background: #E41E7D;
	border-width: 1px;  
	border-style: solid; 
	border-color: #E41E7D; 
	-moz-border-radius: 6px;  
	-khtml-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px;	
}

.formbutton:hover{
	padding: 4px 7px; 
	font-family: "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", arial, san-serif; 
	font-size:20px; 
	cursor: pointer; 
	color: #FFFFFF; 
	background: #000000; 
	border-width: 1px;  
	border-style: solid; 
	border-color: #000000; 
	-moz-border-radius: 6px;  
	-khtml-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px;	
}

.button{
	background-color: #EEE;
	color:#FFF;
	padding: 6px 10px 6px 10px;
	
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  -webkit-border-radius: 6px;
   border-radius: 6px;	
}

.button:hover{
	background-color: #CCC;
	color:#FFF;
}




/*
# Typography ################### 
*/

#wrapper {
	/* 
		sets the minimum(s) for the entire site
		off of which everything else is based on
	*/
	font-size: 1.2em;
	line-height: 1.4em;
}

.pink {
color: #E41E7D;
}

.black {
color:#000;
}

.grey {
color:#666;	
}

/* Text Selection Safari */
    ::selection {
    background: #000;
    color: #E41E7D;
    }
/* Text Selection Firefox */
    ::-moz-selection {
    background: #000;
    color: #E41E7D;
    }


/*
# Other ################### 
*/

#cancel-comment-reply-link {
	color: #E31E7C;
	font-size: 0.8em;
}
.commentlist .comment-meta a {
	color: #777;
}
.commentlist .comment-author cite {
	font-style: normal;
	font-weight: bold;
}
.commentlist .comment-meta {
	font-size: 0.8em;
}
#commentform p span input,
#commentform span textarea {
	color: #333;
	font-family: "Helvetica Neue", "Helvetica", arial, verdana, sans-serif;
	font-size: 1em;
}
#paginateIndex {
	font-size: 0.9em;
	text-transform: uppercase;
}

.entry ul,
.entry ol,
.entry blockquote {
	color: #555;
}
.entry blockquote {
	font-style: italic;
}

.postMeta {
	border-top: 1px solid #EEEEEE;
	text-align: right;
	margin-bottom: 14px;
	position: relative;
}
.postMeta .container {
	position: absolute;
	top: -9px;
	right: 0;
}
.postMeta span.date {
	background: #fff;
	padding: 0 4px;
}
.postMeta span.comments {
	background: #fff url(images/chat_grey.gif) no-repeat 2px -1px;
	padding-left: 18px;
}

.postMeta {
	font-size: 0.9em;
	text-transform: uppercase;
}
.postMeta span.date {
	color: #777;
}
.postMeta span.comments a,
.postMeta span.date a {
	color: #E31E7C;
}

.left{
float:left;	
}

.margintop15 {
	margin-top:15px;
}

.marginbottom5{
	margin-bottom:5px;	
}

.addcomment{
	background-color:#EEE;
	width:auto;
	height:auto;
	padding:5px 20px 5px 20px;
	  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  -webkit-border-radius: 6px;
   border-radius: 6px;
}



/*
# Plugins ################### 
*/

#twitter-tools{
	background-color:#FFFFFF;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
   border-radius: 4px;
}

#lastfmrecords a img {
	border:0px;
	border: 1px solid #DDD;  
	-webkit-box-shadow: 3px 3px 4px  #DDD;
	-moz-box-shadow:3px 3px 4px #DDD;
	box-shadow:3px 3px 4px #DDD;
}

#lastfmrecords a img:hover {
	border:0px;
	border: 1px solid #CCC;  
	-webkit-box-shadow: 3px 3px 4px  #CCC;
	-moz-box-shadow:3px 3px 4px #CCC;
	box-shadow:3px 3px 4px #CCC;
}

.flickrImage img {
	margin-top: 6px;
	margin-left: 4px;
	width: 50px;
	height: 50px;
	border: 1px solid #DCDCDC;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 12px;
	padding-left: 3px;	
	-webkit-box-shadow: 3px 3px 4px  #DCDCDC;
	-moz-box-shadow:3px 3px 4px #DCDCDC;
	box-shadow:3px 3px 4px #DCDCDC;

}

.flickrImage img a {
	border: 1px solid #DCDCDC;
	-webkit-box-shadow: 3px 3px 4px  #DCDCDC;
	-moz-box-shadow:3px 3px 4px #DCDCDC;
	box-shadow:3px 3px 4px #DCDCDC;

}

.flickrImage a:hover img  {
	border-color: #999;
	-webkit-box-shadow: 3px 3px 4px  #999;
	-moz-box-shadow:3px 3px 4px #999;
	box-shadow:3px 3px 4px #999;

}

span.wpcf7-form-control-wrap input {
  padding: 7px;
  margin:1px;
  font: 400 16px "Helvetica Neue", verdana, sans-serif;
  width:320px;
  color: #999;
  background: #EEE;
  border: 1px solid #FFF;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}


span.wpcf7-form-control-wrap textarea {
  padding: 7px;
  margin:1px;
  font: 400 14px "Helvetica Neue", verdana, sans-serif;
  width:460px;
  color: #999;
  background: #EEE;
  border: 1px solid #FFF;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;

}


span.wpcf7-form-control-wrap input:focus,
span.wpcf7-form-control-wrap input:hover,
span.wpcf7-form-control-wrap textarea:focus,
span.wpcf7-form-control-wrap textarea:hover,
span.wpcf7-form-control-wrap select:focus,
span.wpcf7-form-control-wrap select:hover {
  color: #000;
  background: #FFFFFF;
  border: 1px solid #E31E7C;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 5px  #E31E7C;
  -moz-box-shadow: 0px 0px 5px #E31E7C;
  box-shadow: 0px 0px 5px #E31E7C; 

}

.wpcf7 input[type=submit]{
  padding: 2px 5px;
  font: 400 22px "Helvetica Neue", Arial;
  letter-spacing:-1px;
  cursor: pointer;
  width:220px;
  height:55px;
  color: #FFF;
  background-color: #E31E7C;
  border-width: 1px;
  border-style: solid;
  border-color: #E31E7C;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;	
}

.wpcf7 input[type=submit]:hover{
  padding: 2px 5px;
  font: 400 22px "Helvetica Neue", Arial;
  letter-spacing:-1px;
  cursor: pointer;
  width:220px;
  height:55px;
  color: #FFF;
  background-color: #000000;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}