/*

Theme Name: Avid Group
Theme URI: http://avidgroup.net/
Description: Custom theme developed for Avid Group
Version: 2.0
Author: Aarfie
Author URI: http://aarfie.com/

*/



/* =================================================================================== Structure */

* {
	margin: 0;
	padding: 0;
	}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, sans-serif;
	background: #abc2e1 url(engine/images/layout/backrx.jpg) repeat-x top center;
	color: #333;
	text-align: center;
	}

#main_container {
	width: 100%;
	text-align: center;
	}

#hold_container {
	margin: 50px auto;
	width: 920px;
	padding: 0;
	}
	
#contentainer {
	margin: 0 auto;
	text-align: left;
	width: 900px;
	padding: 0 10px;
	background: url(engine/images/layout/bodyr.png) repeat-y top center;
	}

#content {
	margin: 0;
	}
	

/* ------------------------------------------------------------- Tools */


.clear {
	clear: both;
	}

.spacer {
	clear: both;
	height: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
	}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

hr {
    clear: both;
	margin-bottom: 14px;
	height: 1px;
	color: #ddd;
	background: #ddd;
	border: none;
	}

span.linebreak {
	clear: both;
	display: block;
	line-height: 14px;
	font-size: 14px;
	height: 14px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 14px;
	}

div.padline {
    clear: both;
	padding-bottom: 14px;
	margin-bottom: 14px; 
	height: 1px;
	border-bottom: 1px solid #ddd;
	}
	
.up_space {
	padding-top: 20px;
	}

.down_space {
	padding-bottom: 20px;
	}

.left_space {
	padding-left: 20px;
	}

.right_space {
	padding-right: 20px;
	}

.goleft {
	float: left;
	}

.goright {
	float: right;
	}

.center {
	text-align: center;
	}


/* ------------------------------------------------------------- Header */


#header_cont {
	width: 920px;
	text-align: left;
	}

#header_block {
	width: 920px;
	height: 133px;
	background: url(engine/images/layout/header.png) no-repeat top center;	
	}

#header_main_logo {
	width: 220px;
	height: 84px;
	padding: 29px 0 0 40px;
	float: left;
	}

#header_main_logo a {
	display: block;
	width: 220px;
	height: 84px;
	}

p#header_logo_tag {
	padding-top: 3px;
	font-size: 10px;
	color: #888;
	text-shadow: #ccc 0px 1px 0px;
	}

#header_tagline_cont {
	width: 560px;
	height: 84px;
	float: left;
	word-spacing: 0;
	padding: 48px 0 0 60px;
	}

#header_tagline_top {
	text-align: right;
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
	text-shadow: #eee 0px 1px 0px;
	color: #666;
	}

#header_nav_cont {
	width: 900px;
	padding: 0 10px;
	background: url(engine/images/layout/bodyr.png) repeat-y top center;	
	}
	


/* ------------------------------------------------------------- Menu - Main Navigation */

#main_nav {
	width: 900px;
	top: 0;
	left: 0;
	position: relative;
	}

#menu_item_cont {
	width: 860px;
	top: 0;
	left: 0;
	position: relative;
	padding: 0 20px;
	background: #f8f9f9;
	border-top: 1px solid #888;
	border-bottom: 1px solid #ccc;
	}

ul#main_nav_list {
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 1px 0;
	width: 850px;
	height: 26px;
	top: 0;
	left: 0;
	position: relative;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
	color: #333;
	}

ul#main_nav_list li {
	list-style: none;
	list-style-type: none;
	float: left;
	top: 0;
	left: 0;
	position: relative;
	padding: 0;	
	margin: 0 12px;
	text-shadow: #fff 0px 1px 0px;
	}

ul#main_nav_list li ul {
	display: none;
	}

ul#main_nav_list a {
	color: #333;
	}

ul#main_nav_list a:hover,
ul#main_nav_list .current_page_item a,
ul#main_nav_list .current_page_parent a {
	color: #5e6f82;
	}
		
	

/* ------------------------------------------------------------- Footer */

#end_cont {
	width: 920px;
	height: 46px;
	background: url(engine/images/layout/footer.png) no-repeat top center;
	}

#right_bot_strip {
	margin: 0 10px;
	padding: 10px 30px 0 30px;
	text-align: right;
	font-size: 10px;
	line-height: 12px;
	border-top: 1px solid #ccc;
	color: #888;
	}
	
#right_bot_strip a {	
	color: #888;
	}
	
#right_bot_strip a:hover {	
	color: #5e6f82;
	}
	
#right_bot_strip span {
	padding: 0 8px;
	}

#footer_cont {
	font-family: Helvetica, Arial, sans-serif;
	clear: both;
	width: 760px;
	font-size: 12px;
	line-height: 16px;
	color: #8092af;
	padding: 0;
	margin: 15px 80px;
	}

#footer_cont a {
	color: #8092af;
	}

#footer_cont a:hover {
	color: #333;
	}
	
#footer_cont p {
	padding: 4px 0;	
	}
	
#footer_cont p.small {
	font-size: 11px;	
	}
	
#footer_cont p span {
	padding: 0 8px;
	color: #96adcc;
	}
	

/* ------------------------------------------------------------- Splash */	

#content.page.splash {
	}

#gallery_strip {
	width: 900px;
	height: 194px;
	background: url(engine/images/content/gallback.jpg) repeat-x 0 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

p#come_soon_p {
	width: 900px;
	text-align: center;
	padding-top: 80px;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	color: #aaa;
	}
	
#gallery_cont {
	width: 768px;
	height: 162px;
	padding: 16px 66px;
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
	}

#gallery_slide_cont {
	width: 768px;
	height: 162px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;	
	}

#gallery_slide {
	height: 162px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;	
	}

#gallery_slide .slide {
	width: 162px;
	height: 162px;
	float: left;
	padding: 0 15px;
	margin: 0;
	}

#gallery_slide .slide a {
	display: block;
	width: 162px;
	height: 162px;
	padding: 0;
	margin: 0;	
	}

#gallery_slide .slide a img {
	margin: 0;
	border: 1px solid #ddd;	
	padding: 5px;
	background: url(engine/images/content/thumbback.jpg) no-repeat 0 0;
	}
	
#gallery_slide .slide a:hover img {
	margin: 0;
	border: 1px solid #ccc;
	}

#slide_left,
#slide_right {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 83px;
	cursor: pointer;
	z-index: 20;
	}

#slide_left {
	left: 30px;
	background: url(engine/images/content/slidecontrols.png) no-repeat 0 0;
	}

#slide_left:hover {
	background-position: 0 -50px;
	}

#slide_right {
	right: 30px;
	background: url(engine/images/content/slidecontrols.png) no-repeat 0 -100px;
	}

#slide_right:hover {
	background-position: 0 -150px;
	}
	
	
/* ------------------------------------------------------------- Default Page */

#content.page {
	min-height: 360px;
	padding: 20px 0;
	width: 900px;
	}

#page {
	clear: both;
	width: 840px;
	padding: 0 30px;	
	}

.post {
	margin-bottom: 15px;
	}
	
p.next_page {
	padding-top: 18px;
	font-size: 14px;
	word-spacing: 6px;
	font-weight: bold;
	color: #585858;
	}


/* ------------------------------------------------------------- Services Page */

.our-services #content.page h1,
.our-services #content.page h2,
.our-services #content.page h3,
.our-services #content.page h4,
.our-services #content.page h5,
.our-services #content.page h6,
.our-services #content.page p {
	clear: both;
	}

.our-services #content.page .entry ul {
	list-style: none;
	list-style-type: none;
	list-style-position: outside;
	display: block;
	width: 840px;
	padding: 0 0 16px 0;
	margin: 0;
	}
	
.our-services #content.page .entry ul:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }

.our-services #content.page .entry ul { display: inline-block; }
/* start commented backslash hack \*/
* html .our-services #content.page .entry ul { height: 1%; }
.our-services #content.page .entry ul { display: block; }
/* close commented backslash hack */

.our-services #content.page .entry ul li {
	list-style: none;
	list-style-type: none;
	list-style-position: outside;
	display: block;
	width: 262px;
	height: 20px;
	overflow: hidden;
	float: left;
	padding: 3px 8px;
	margin: 0;
	border: 1px solid #fff;
	background-color: #eee;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	}


/* ------------------------------------------------------------- Page Name = Category Page */


#content.page .catbox ul,
#content.page .catbox ol,
#content.page .catbox dl {
	margin-top: -16px;
	margin-left: 0;
	padding-left: 0;
	}

.catbox {
	padding-bottom: 20px;
	width: 840px;
	display: block;
	}

.catbox_left,
.catbox_right {
	display: block;
	float: left;	
	}

.catbox_left {
	padding-top: 3px;
	}


/* ------------------------------------------------------------- Contact Page */

.colcont {
	width: 840px;
	overflow: hidden;
	position: relative;
	}

.bordershiftone {
	float: left;
	width: 840px;
	position: relative;
	top: 0;
	left: 270px;
	border-left: 1px solid #ddd;
	}

.bordershifttwo {
	float: left;
	width: 840px;
	position: relative;
	top: 0;
	left: 300px;
	border-left: 1px solid #ddd;
	}

.bordershiftreturn {
	float: left;
	width: 840px;
	position: relative;
	top: 0;
	right: 570px;	
	}

.colone {
	display: block;
	float: left;
	width: 240px;
	padding: 10px 30px 0 0;
	margin: 0 30px 0 0;	
	}

.coltwo {
	display: block;
	float: left;
	width: 240px;
	padding: 10px 30px 0 0;
	margin: 0 30px 0 0;	
	}

.colthree {
	display: block;
	float: left;
	width: 240px;
	padding: 10px 0 0 0;
	margin: 0;	
	}



/* ------------------------------------------------------------- Blog Page */


#page_left {
	width: 620px;
	padding: 0 36px 10px 0;
	float: left;
	}

#content.page p.postintro {
	font-size: 11px;
	margin: 0;
	padding: 0;
	color: #777;
	}

#content.page p.postintro span.arr {
	font-size: 13px;
	}
	
#content.page span.more_text {
	clear: both;
	display: block;
	padding-top: 0;
	}

#content.page.blog .post {
	padding-bottom: 12px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	}

#content.page.blog .navigation span {
	font-size: 15px;
	}

#content.page.blog .navigation {
	font-weight: bold;
	}

h2.post_title a {
	color: #3f505f;	
	}

/* ------------------------------------------------------------- Single Post Page */


#content.page.single .post {
	margin-bottom: 10px;
	}
	
#content.page.single .navigation {
	padding-bottom: 20px;
	font-size: 13px;
	font-weight: normal;
	}


/* ---------------------------------------------------------------- Sidebar */

div#pgsidebar {
	float: left;
	width: 184px;
	font-size: 11px;
	line-height: 12px;
	padding-bottom: 20px;
	}

div#pgsidebar div.sidecolumn {
	float: none;
	width: 184px;
	padding: 0;
	margin: 0;
	}

#content.page div#pgsidebar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-type: none;
	font-size: 11px;
	line-height: 15px;
	}
	
#content.page #pgsidebar h2.widgettitle {
	padding: 0 0 10px 0;
	margin:  0;
	font-size: 14px;
	line-height: 1.0;
	}

#content.page #dblsidebar p {
	padding-bottom: 6px;
	}
	
#content.page div#pgsidebar ul li.widget {
	list-style: none;
	list-style-type: none;
	list-style-position: outside;
	margin: 0 0 20px 0;
	padding: 0;
	}

#content.page div#pgsidebar ul li.widget ul {
	list-style: none;
	list-style-type: none;
	list-style-position: outside;
	margin: 0 0 20px 0;
	padding: 0;
	border-top: 1px solid #ddd;
	}

#content.page div#pgsidebar ul li.widget ul li {
	list-style: none;
	list-style-type: none;
	list-style-position: outside;
	border-bottom: 1px solid #ddd;
	padding: 3px 0;
	margin: 0;
	}
	
#content.page div#pgsidebar ul li.widget ul li ul {
	background: none;
	padding: 0;
	margin: 0;
	border: none;
	}
	
#content.page div#pgsidebar ul li.widget ul li ul li {
	border-top: 1px solid #ddd;
	border-bottom: none;
	margin: 3px 0 0 0;	
	padding: 3px 0 0 10px;
	}
	
#content.page div#pgsidebar ul li.widget #searchform {
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 0;
	}
	
#content.page div#pgsidebar ul li.widget #searchform #s {
	display: block;
	width: 168px;
	padding: 3px 8px;
	border: 1px solid #ddd;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	background-color: #fdfdfd;
	}

#content.page div#pgsidebar ul li.widget #searchform #searchsubmit {
	display: inline;
	text-align: center;	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 4px;
	width: 80px;
	border: 1px solid #ddd;
	background-color: #fff;
	color: #999;
	cursor: pointer;
	margin: 0;
	}

#content.page div#pgsidebar ul li.widget #searchform #searchsubmit:hover {
	background-color: #fdfdfd;
	color: #666;
	}

/* ---------------------------------------------- Calendar */


#content.page #pgsidebar #wp-calendar caption {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 4px;
	border: none;
	text-align: center;
	font-size: 12px;
	}
	
/* #twosidebar .widget_tag_cloud a[style] {
	font-size: 1.0em !important; 
	} */

#content.page #pgsidebar table#wp-calendar {
	width: 182px;
	text-align: center;
	border-spacing: 0;
	border-collapse: collapse;
	border: none;
	margin: 0;
	}

#content.page #pgsidebar table#wp-calendar tfoot td {
	padding: 2px 14px;
	margin: 0;
	border: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	}

#content.page #pgsidebar table#wp-calendar tfoot td#prev {
	text-align: left;
	}

#content.page #pgsidebar table#wp-calendar tfoot td#next  {
	text-align: right;
	}

#content.page #pgsidebar table#wp-calendar th,
#content.page #pgsidebar table#wp-calendar td {
	border: none;
	text-align: center;
	font-size: 11px;
	padding: 0 5px;
	margin: 0;
	}

#content.page #pgsidebar table#wp-calendar td#today,
#content.page #pgsidebar table#wp-calendar td#today a {	
	color: #3f505f;
	font-weight: bold;
	}



/* ------------------------------------------------------------- Search & Archive Page */

#content.page.blog.archive .post,
#content.page.blog.archive .page {
	margin-bottom: 30px;
	}

	
#content.page.archive p.pagetitle {
	font-style: italic;
	color: #888;
	padding-bottom: 30px;
	text-transform: uppercase;
	}
		

/* ------------------------------------------------------------- Image Page */


#content.page.image,
#content.page.image .post {
	text-align: center;
	}

#content.page.image h2 {
	background: none;
	}

#content.page.image p.attachment {
	margin: 0 auto;
	}

#content.page.image p.attachment img {
	padding: 5px;
	border: 1px solid #ddd;
	}

#content.page.image .post .navigation img {
	padding: 5px;
	border: 1px solid #ddd;
	}

#content.page.image #comment_cont {
	margin: 20px auto 0 auto;
	text-align: left;
	}

#content.page.image .caption {
	line-height: 1.1;
	color: #888;
	font-weight: bold;
	font-size: 20px;
	}
		

/* =================================================================================== Content Typography */

h1, h2, h3, h4, h5, h6, h7, h8 {
	line-height: 1.1;
	color: #3f505f;
	}

h1 {	
	font-size: 23px;
	}

h2 {
	font-size: 21px;
	}

h3 {
	font-size: 19px;	
	}

h4 {
	font-size: 17px;	
	}

h5 {
	font-size: 15px;
	}

h6 {
	font-size: 13px;	
	}

#content.page h2.page_title {
	border-bottom: 1px solid #ddd;
	padding-bottom: 2px;
	margin-bottom: 16px;
	}

#content.page h1,
#content.page h2,
#content.page h3,
#content.page h4,
#content.page h5,
#content.page h6,
#content.page h7,
#content.page h8 {
	padding-bottom: 14px;
	}
	
#content.page p {
	padding-bottom: 16px;
	}

#content.page,
#content.page.default_blog {
	font-size: 13px;
	}

#content.page p,
#content.page.default_blog p  {
	line-height: 17px;
	}

#content.page blockquote p {
	margin-left: 20px;
	padding-left: 10px;
	margin-bottom: 14px;
	padding-bottom: 0;
	border-left: 3px solid #8092af;
	}



/* =================================================================================== Content Links */

a {
	text-decoration: none;
	-moz-outline-style: none;
	outline-style:none;
	outline: none;
	outline-width: 0;
	color: #77899f;
	}

a:hover {
	color: #3f505f;
	}

a::-moz-focus-inner { 
	border: 0;
	}

button { 
	text-decoration: none;
	outline-style:none;
    outline: none; 
	outline-width:0;
	-moz-outline-style: none;
	}

button::-moz-focus-inner { 
	border: 0;
	}



/* =================================================================================== Content Lists */


#content.page ul,
#content.page ol,
#content.page dl {
	margin-top: 0;
	padding-left: 40px;
	padding-bottom: 14px;
	line-height: 20px;
	list-style-position: inside;
	}

#content.page .entry ul,
#content.page .entry ol,
#content.page .entry dl {
	margin-top: -16px;
	}

#content.page .entry ul ul,
#content.page .entry ol ol,
#content.page .entry dl dl {
	margin-top: 0;
	}

#content.page ul ul,
#content.page ol ol,
#content.page dl dl {
	padding-bottom: 0;
	}

#content.page dl {
	padding-left: 40px;
	}

#content.page dl dt {
	font-weight: bold;
	}

#content.page dl dd {
	padding-left: 16px;
	}
	

/* =================================================================================== Content Tables */

#content.page table {
	width: 100%;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	text-align: left;
	vertical-align: top;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0 0 16px 0;
	line-height: 20px;
	}

#content.page table td,
#content.page table th {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: left;
	vertical-align: top;
	padding: 2px 6px;
	}

#content.page table thead,
#content.page table tfoot {
	background: #fdfdfd;
	}

#content.page table caption {
	font-size: 15px;
	font-weight: bold;
	padding: 6px;
	text-align: left;
	color: #585858;
	}


/* =================================================================================== Content Images */

a img {
	border: none;
	}

img { 
	-ms-interpolation-mode: bicubic; 
	}

p img {
	padding: 0;
	max-width: 98%;
	max-height: auto;
	}

img.centered,
img.aligncenter,
div.aligncenter {
	display: block;
	margin: 6px auto 10px auto;
	}

img.aligncenter,
img.alignright,
img.alignleft,
img.alignnone {
	background-color: #fff;
	padding: 5px;
	border: 1px solid #ddd;
	}

img.alignright {
	float: right;
	margin: 4px 0 10px 16px;
	}

img.alignleft {
	float: left;
	margin: 4px 16px 10px 0;
	}

div.alignright {
	float: right;
	margin: 4px 0 10px 16px;
	}

div.alignleft {
	float: left;
	margin: 4px 16px 10px 0;
	}

.wp-caption {
	text-align: center;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 5px 0;
	max-width: 100%;
	position: relative;
	}

.wp-caption.alignnone {	
	margin-bottom: 10px;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	max-width: 100%;
	}

#content.page .wp-caption p.wp-caption-text {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	padding: 14px 8px 9px 8px;
	color: #888;
	}


/* =================================================================================== Content Forms */

input:focus, textarea:focus {
	outline: none; 
	}

input, textarea { 
	outline: none; 
	}

#content.page form {
	margin: 0 0 16px 0;
	}

#content.page form fieldset {
	padding: 10px;
	border: 1px solid #ddd;
	}

#content.page form fieldset legend {
	font-size: 18px;
	padding: 0 3px;
	font-weight: bold;
	color: #585858;
	}

#content.page form textarea,
#content.page form select,
#content.page form input {
	margin-bottom: 8px;
	background-color: #fdfdfd;
	border: 1px solid #ddd;
	padding: 3px 5px;
	}

#content.page form label {
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 4px;
	}


/* ------------------------------------------------------------- Custom Forms */	


#content.page .aarf_form_cont .aarf_form_element {
	padding-bottom: 4px;
	}

#content.page .aarf_form_cont .aarf_form_element p {
	padding: 0;
	margin: 0;
	}

#content.page .aarf_form_cont label {
	color: #666;
	display: block;
	font-size: 12px;
	line-height: 15px;
	padding-left: 4px;
	}

#content.page.contact-us .coltwo form p {
	color: #666;
	display: block;
	font-size: 12px;
	line-height: 26px;
	padding: 0;
	margin: 0;
	}

#content.page .aarf_form_cont label span {
	display: block;
	font-size: 10px;
	line-height: 12px;
	color: #666;
	}

#content.page.contact-us .coltwo input,
#content.page .aarf_form_cont input.aarf_form_text,
#content.page .aarf_form_cont textarea.aarf_form_textarea,
#content.page .aarf_form_cont input.aarf_form_file {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	padding: 3px 4px;
	width: 222px;
	border: 1px solid #ddd;
	background-color: #fdfdfd;
	color: #666;	
	}

#content.page .aarf_form_cont span.wpcf7-quiz-label {
	display: none !important;
	}
	
#content.page .aarf_form_cont .wpcf7-form-control-wrap.quiz-261 {
	font-size: 1px;
	line-height: 1px;
	}

#content.page .aarf_form_cont input.aarf_form_file {
	width: 222px;	
	}

#content.page .aarf_form_cont select.aarf_form_select {
	width: 222px;
	}

#content.page.contact-us .coltwo input[type=submit],
#content.page .aarf_form_cont input.aarf_form_submit {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 4px;
	width: 80px;
	border: 1px solid #ddd;
	background-color: #fff;
	color: #999;
	cursor: pointer;
	margin-top: 2px;
	}

#content.page.contact-us .coltwo input[type=submit] {
	width: 110px;	
	margin-top: 0;
	}

#content.page.contact-us .coltwo input[type=submit]:hover,
#content.page .aarf_form_cont input.aarf_form_submit:hover {
	background-color: #fdfdfd;
	color: #666;
	}

.wpcf7-response-output {
	font-size: 13px !important;
	padding: 8px 12px 8px 12px !important;
	margin: 20px 0 20px 0 !important;
	}

.wpcf7-response-output.wpcf7-mail-sent-ok {
	font-size: 1.1em !important;
	font-weight: bold !important;
	}

.wpcf7-not-valid-tip {
	width: 220px !important;
	background-color: #FAE000 !important;
	border-color: #FAE000 !important;
	font-weight: bold !important;
	padding: 2px 4px !important;
	margin: -6px 0 0 -45px !important;
	line-height: 15px !important;
	}

.wpcf7-form-control-wrap.quiz-261 .wpcf7-not-valid-tip {
	margin-top: -14px !important;
	}
	
.textarea_wrap .wpcf7-not-valid-tip {
	margin-top: -100px !important;
	}


/* img.ajax-loader {
	margin: 0 auto;
	} */




/* ------------------------------------------------------------- Search */	


#searchform #s {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	padding: 4px 6px;
	border: 1px solid #ddd;
	background: none;
	background-color: #fdfdfd;
	width: 400px;
	color: #666;
	}

#searchform div label {
	display: none;	
	}

#searchform #searchsubmit {
	display: none;	
	}
	
	
	
/*  ---------------------------------------------------------------------- COMMENTS  */

#content.page #comment_cont {
	width: 620px;
	}

#content.page #comment_cont h3#comments {
	margin: 0;
	padding: 0;
	text-align: left;
	}

#content.page #comment_cont h3.comment_titles {
	margin: 0 0 8px 0;
	padding: 0;
	text-align: left;
	}
	
#content.page #comment_cont #comments_subscribe {
	padding: 0;
	font-size: 12px;
	text-align: left;
	}
	
#content.page #comment_cont ol.commentlist a {
	text-decoration: none;
	}

#content.page #comment_cont ol.commentlist {
	padding: 0 0 8px 0;
	margin: 0;
	list-style: none;
	}

#content.page #comment_cont ol.commentlist li {
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
	}

#content.page #comment_cont ol.commentlist li ul {
	padding: 0;
	margin: 0 0 0 40px;
	}

#content.page #comment_cont ol.commentlist li .comment-body {
	margin: 18px 0 18px 92px;
	padding: 16px 28px;
	position: relative;
	border: 1px solid #ddd;
	}
	
#content.page #comment_cont ol.commentlist li .comment-body,
#content.page #comment_cont ol.commentlist li.bypostauthor ul li .comment-body,
#content.page #comment_cont ol.commentlist li ul li.bypostauthor ul li .comment-body,
#content.page #comment_cont ol.commentlist li ul li ul li.bypostauthor ul li .comment-body,
#content.page #comment_cont ol.commentlist li ul li ul li.bypostauthor ul li .comment-body,
#content.page #comment_cont ol.commentlist li ul li ul li ul li.bypostauthor ul li .comment-body {
	background: #fff;
	}

#content.page #comment_cont ol.commentlist li.bypostauthor .comment-body,
#content.page #comment_cont ol.commentlist li ul li.bypostauthor .comment-body,
#content.page #comment_cont ol.commentlist li ul li ul li.bypostauthor .comment-body,
#content.page #comment_cont ol.commentlist li ul li ul li.bypostauthor .comment-body,
#content.page #comment_cont ol.commentlist li ul li ul li ul li.bypostauthor .comment-body {
	background: #fafafa;
	}	
	
#content.page #comment_cont ol.commentlist li .comment-body .vcard img {
	float: left;
	position: absolute;
	top: 16px;
	left: -94px;
	z-index: 10;
	padding-right: 36px;
	}
	
#content.page #comment_cont ol.commentlist li .comment-body .vcard img,
#content.page #comment_cont ol.commentlist li.bypostauthor ul li .comment-body .vcard img,
#content.page #comment_cont ol.commentlist li ul li.bypostauthor ul li .comment-body .vcard img,
#content.page #comment_cont ol.commentlist li ul li ul li.bypostauthor ul li .comment-body .vcard img,
#content.page #comment_cont ol.commentlist li ul li ul li.bypostauthor ul li .comment-body .vcard img,
#content.page #comment_cont ol.commentlist li ul li ul li ul li.bypostauthor ul li .comment-body .vcard img {	
	background: url(engine/images/layout/speech.png) no-repeat top right;
	}

#content.page #comment_cont ol.commentlist li.bypostauthor .comment-body .vcard img,
#content.page #comment_cont ol.commentlist li ul li.bypostauthor .comment-body .vcard img,
#content.page #comment_cont ol.commentlist li ul li ul li.bypostauthor .comment-body .vcard img,
#content.page #comment_cont ol.commentlist li ul li ul li.bypostauthor .comment-body .vcard img,
#content.page #comment_cont ol.commentlist li ul li ul li ul li.bypostauthor .comment-body .vcard img {
	background: url(engine/images/layout/speechauth.png) no-repeat top right;	
	}
	
#content.page #comment_cont ol.commentlist li .comment-body .reply {
	clear: both;
	margin: 0 10px 0 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-align: right;
	min-height: 16px;
	text-transform: uppercase;
	}

#content.page #comment_cont ol.commentlist .comment-body .reply a:link,
#content.page #comment_cont ol.commentlist .comment-body .reply a:visited {
	color: #fff;
	background-color: #77899f;
	padding: 1px 3px;
	}

#content.page #comment_cont ol.commentlist .comment-body .reply a:hover,
#content.page #comment_cont ol.commentlist .comment-body .reply a:active {
	background-color: #3f505f;
	text-decoration: none;
	}

#content.page #comment_cont ol.commentlist li .comment-body cite {
	font-weight: bold;
	font-style: normal;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	}

#content.page #comment_cont ol.commentlist li .comment-body cite a.url {
	margin-bottom: 6px;
	}
	
#content.page #comment_cont ol.commentlist li .comment-body span.says {
	display: none;
	}

#content.page #comment_cont ol.commentlist li .comment-body .comment-edit-link {
	display: none;
	}

#content.page #comment_cont ol.commentlist li .comment-body .commentmetadata {
	position: absolute;
	z-index: 10;
	float: left;
	bottom: 15px;
	left: 30px;
	font-size: 10px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	}

#content.page #comment_cont ol.commentlist li .comment-body .commentmetadata a {
	}

#content.page #comment_cont ol.commentlist li .comment-body p {
	font-size: 12px;
	padding: 0;
	margin: 0 10px 10px 0;
	}

#content.page #comment_cont #respond {
	padding: 10px 0;
	text-align: left;
	}

#content.page #comment_cont #respond_sub {
	margin: 0;
	text-align: left;
	width: 400px;
	}

#content.page #comment_cont #respond p,
#comment_cont.page.default_blog {
	padding-bottom: 6px;
	}

#content.page #comment_cont #commentform {
	font-size: 12px;
	}

#content.page #comment_cont #commentform p {
	padding-bottom: 4px;
	}


#content.page #comment_cont #commentform input,
#content.page #comment_cont #commentform textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding: 6px;
	width: 386px;
	border: 1px solid #ddd;
	background-color: #fdfdfd;
	color: #666;
	margin: 0;
	}

#content.page #comment_cont #commentform textarea {
	margin-top: 18px;
	width: 386px;
	}

#content.page #comment_cont #commentform input#submit {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 6px;
	margin-top: 18px;
	width: 160px;
	border: 1px solid #ddd;
	background-color: #fff;
	color: #999;
	cursor: pointer;
	}

#content.page #comment_cont #commentform input#submit:hover {
	background-color: #fdfdfd;
	color: #666;
	}

#content.page #comment_cont #respond .cancel-comment-reply {
	text-align: center;
	margin: 0;
	padding: 0;
	}

#content.page #comment_cont #respond .cancel-comment-reply a {
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	}

#content.page #comment_cont div#respond form#commentform p label {
	color: #999;
	display: block;
	margin: 0;
	padding: 0 6px;
	}

#content.page #comment_cont #respond div.cancel-comment-reply {
	padding: 2px 0 3px 0;
	}

p.gravatarlink {
	padding: 0;
	margin: 0;
	font-size: 12px;
	}

#content.page #comment_cont .navigation {
	font-size: 12px;
	}

#content.page #comment_cont .navigation.comment_nav_top {
	padding: 10px 0 0 0;
	}

#content.page #comment_cont .navigation.comment_nav_bot {
	padding: 0 0 30px 0;
	}

#content.page #comment_cont .navigation.comment_nav_top span,
#content.page #comment_cont .navigation.comment_nav_bot span {
	font-size: 16px;
	}

p.nocomments {
	display: none;
	}
