/*
This file is only for SPECIFIC PLUGIN CSS control.
--------------------------
The name of each plugin, version and URL is clearly marked. These plugins should have been included in the main Turtle theme.
To customize anything, copy it and paste it into the 'customized.css'
*/


/*  
Plugin: Contact Form 7
Version: 2.0.7
Plugin URL: http://contactform7.com/
*/
#contact-form {
	
}

#contact-form .contact-form-left {
	float:left;
	width:300px;
	padding:0 10px 0 0;
	/* total=310px */
}

#contact-form .contact-form-right {
	float:right;
	width:230px;
	padding:0;
	/* total=230px */
}

#contact-form .wpcf7-form-control-wrap input {
	width:88%; /* What can I say, I'm a 'Back to the Future' fan.  */
	margin:3px 0px;	
	border:1px solid color:#ccc;
	background-color:#FFC;
	font-size:14px;
	height:20px;
	padding:5px;
}

#contact-form .wpcf7-form-control-wrap select {
	width:88%; /* What can I say, I'm a 'Back to the Future' fan.  */
	margin:3px 0px;	
	border:1px solid color:#ccc;
	background-color:#FFC;
	font-size:14px;
	height:30px;
	padding:5px;
}

#contact-form .wpcf7-form-control-wrap textarea {
	width:88%;
	margin:3px 0px;	
	border:1px solid color:#ccc;
	background-color:#FFC;
	font-size:14px;
	height:150px;
	padding:5px;
}


/* Twitter */

ul.twitter .twitter-item{
	color:#333;	
}
