/*
Theme Name: AvidCC
Theme URI: http://avidcc.com.au
Description: 
Version: 1.0
Author: 
Author URI: 
Tags: 
*/

@media screen and (-webkit-min-device-pixel-ratio:0) {
     .cform textarea { width: 173px !important; }
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
  margin-right: 1.5em;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
  margin-left: 1.5em;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 1.5em;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
}
.wp-smiley { 
	max-height: 1em;
	margin:0 !important;
}
.gallery dl {
	margin: 0;
}
.gallery-caption {
	margin:-1.5em 0 0 0;
}
blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

.gallery {
	width: 190px !important;
	float: right;
}
.gallery img {
	border: 1px solid #8C023C !important;
}
.cform p {
	padding-bottom: 5px !important; width: 179px;
}
.cform input, .cform textarea {
	font: normal 11px Arial, Helvetica, Verdana, Sans-serif;
	color: #808285;
	width: 173px;
}
.cform #send {
  background: url("images/send.png") no-repeat scroll 0 0 transparent;
  border: medium none;
  cursor: pointer;
  height: 27px;
  text-indent: -9999px;
  width: 72px;
}
.cform textarea {
	width: 177px;
}
.cform input:focus, .cform textarea:focus {
	background: #efefef;
}
.wpcf7-response-output {
	margin: 0 !important;
}
div.wpcf7-validation-errors {
	background: #880038;
	font-size: 11px;
	color: #fff;
	border: 2px solid #880038 !important;
}
/* Gallery Hack */
body.page-outdoor-living #content {
	/*width: 195px !important;*/
	/*padding-top: 10px !important;*/
}
body.page-outdoor-living .center_left {
	/*padding-left: 40px !important;*/
}
#gallery-1 .gallery-item  {
	text-align: left !important;
	width: 64px !important;
	margin-bottom: 10px !important;
	margin-top: 0px !important;
	height: 50px;
	/*height: 59px !important;*/
}
.gallery {
	width: 195px !important
}