/*
Theme Name: Godz Child
Theme URI: http://www.godzchildproductions.net/
Description: This template is designed for godzchildproductions.net
Author: Farrukh Khan
Tags: custom header, fixed width, two columns
*/

body {
	background-image:url(images/bg.gif);
	background-position:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	margin:0px;
	padding:0px;
	}

body#blank {
	background:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	margin:0px;
	padding:0px;
	}

div.mymaintextbox {
	position:relative;
	top:100px;
	left:100px;
	display:block;
	background:#f00;
	z-index:999999;
	}

@font-face {
 	font-family:hsec;
 	src:url('fonts/hsec.TTF');
	}
	
@font-face {
 	font-family:mypro;
 	src:url('fonts/mypro.TTF');
	}
	
@font-face {
 	font-family:MYRIADC;
 	src:url('fonts/MYRIADC.TTF');
	}

@font-face {
 	font-family:MyriadWebPro;
 	src:url('fonts/MyriadWebPro.ttf');
	}

@font-face {
 	font-family:akgk;
 	src:url('fonts/akgk-exbc.otf');
	}
	
h1,h2,h3,h4,h5,h6,p {
	margin:0px;
	padding:0px;
	}

img {
	vertical-align:top; 
}
embed { 
	vertical-align:top;
}

a {
	outline:none;
	color:#333;
	text-decoration:none;
	}

a:hover {
	color:#ffcd00;
	text-decoration:underline;
	}

a img {
	border:0px;
	}

#float-contact {
	position:Fixed;
	z-index:9999;
	top:100px;
	left:-51px;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform: rotate(90deg);
	white-space:nowrap;
	font-size:22px;
	font-weight:bold;
	/*font-variant:small-caps;*/
	}

#float-contact a {
	border-radius:10px 10px 0px 0px;
	-moz-border-radius:10px 10px 0px 0px;
	-webkit-border-radius:10px 10px 0px 0px;
	box-shadow:0px 0px 8px #333;
	display:block;
	background:#ffcd00;
	padding:10px;
	color:#333;
	text-decoration:none;
	}

#float-contact a:hover {
	background:#333;
	color:#fff;
	}
	
/*** Header ***/
#header {
	background-image:url(images/bg2.gif);
	padding:5px 0px 15px 0px;
	}

#header-wrapper {
	width:950px;
	margin:0px auto;
	}

#logo {
	float:left;
	}

#tollfree {
	color:#ffcd00;
	font-size:24px;
	text-align:right;
	margin:10px 0px 0px 0px;
	float:right;
	}

#header-bottom {
	/*border-bottom:solid 5px #ffcd00;
	background-color:#000;*/
	background-image:url(images/bg2.gif);
	color:#fff;
	padding:15px 0px;
	font-size:12px;
	}

/*** Menu ***/
#menu {
	margin:10px 0px 0px 0px;
	float:right;
	}
	
#menu ul {
	list-style:none;
	margin:0px;
	padding:0px;
	text-align:right;
	}

#menu ul li {
 	/*font-family:mypro;*/
	font-family:Georgia;
	display:inline-block;
	margin:0px;
	padding:0px;
	line-height:35px;
	font-size:15px;
	}

#menu ul li a {
	color:#fff;
	text-decoration:none;
	margin:0px;
	padding:0px 6px;
	float:right;
	}

#menu ul li a:hover {
	background-color:#ffcd00;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#000;
	}

/*#menu ul li.current-menu-item a {
	background-color:#ffcd00;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#000;
	}*/

/*** Header Boxes ***/
#header-boxes {
	background-image:url(images/bg2.gif);
	color:#fff;
	padding:0px;
	}

#header-boxes-wrapper {
	width:950px;
	margin:0 auto;
	}

#header-boxes h1 {
	font-family:MyriadWebPro;
	font-size:28px;
	color:#ffcd00;
	margin-bottom:10px;
	font-variant:small-caps;
	}
	
#header-boxes p {
	line-height:18px;
	text-align:justify;
	}

#header-boxes .header-box {
	width:280px;
	float:left;
	margin:0px 55px 0px 0px;
	padding:15px 0px 25px 0px;
	}

#header-boxes .header-box.last {
	margin:0px;
	float:right;
	}

#header-boxes .read-link {
	padding:15px 0px 0px 0px;
	text-align:right;
	}

#header-boxes .read-link a {
	background-color:#ffcd00;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-decoration:none;
	padding:5px 8px;
	color:#000;
	}

#header-boxes .read-link a:hover {
	background-color:#fff;
	box-shadow:0px 0px 5px #333;
	color:#333;
	}

/*** Home Buttons ***/
#home-buttons {
	padding:15px 0px 25px 0px;
	text-align:center;
	}

#home-buttons a {
	background-color:#222;
	box-shadow:0px 0px 8px #000;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-decoration:none;
	margin:0px 15px 0px 0px;
	padding:10px 15px;
	height:32px;
	color:#fff;
	font-size:22px;
	font-weight:bold;
	font-variant:small-caps;
	}

#home-buttons a:hover {
	background-color:#ffcd00;
	box-shadow:0px 0px 8px #000;
	color:#333;
	}

#home-buttons a.last {
	margin:0px;
	}

#home-buttons a.product {
	background-image:url(images/product-icon.png);
	background-position:10px center;
	background-repeat:no-repeat;
	padding:10px 15px 10px 50px;
	}

#home-buttons a.product:hover {
	background-color:#ffcd00;
	background-image:url(images/product-icon-hover.png);
	background-position:10px center;
	}


#home-buttons a.testimonial {
	background-image:url(images/testimonials-icon.png);
	background-position:10px center;
	background-repeat:no-repeat;
	padding:10px 15px 10px 50px;
	}

#home-buttons a.testimonial:hover {
	background-color:#ffcd00;
	background-image:url(images/testimonials-icon-hover.png);
	background-position:10px center;
	}
	
	
#home-buttons a.prayer {
	background-image:url(images/prayer-icon.png);
	background-position:10px center;
	background-repeat:no-repeat;
	padding:10px 15px 10px 50px;
	}

#home-buttons a.prayer:hover {
	background-color:#ffcd00;
	background-image:url(images/prayer-icon-hover.png);
	background-position:10px center;
	}
	
#home-buttons a.faq {
	background-image:url(images/faq-icon.png);
	background-position:10px center;
	background-repeat:no-repeat;
	padding:10px 15px 10px 50px;
	}

#home-buttons a.faq:hover {
	background-color:#ffcd00;
	background-image:url(images/faq-icon-hover.png);
	background-position:10px center;
	}

/*** Inner Wrapper ***/
#inner-wrapper {
	width:950px;
	margin:0px auto;
	padding:20px 0px;
	}

/*** eBook Area ***/
#ebook-area {
	padding:20px 0px 0px 0px;
	}

#ebook-area h1 {
	font-family:MyriadWebPro;
	font-size:15px;
	margin-bottom:15px;
	height:30px;
	}

#ebook-area p {
	margin-bottom:10px;
	}
	
#ebook-area a {
	text-decoration:none;
	}

#ebook-area a {
	text-shadow:1px 1px 1px #333;
	}

#ebook-area .book-link {
	padding:12px 0px 0px 0px;
	}

#ebook-area .book-link a {
	background-color:#222;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-decoration:none;
	padding:5px 8px;
	color:#fff;
	}

#ebook-area .book-link a:hover {
	background-color:#ffcd00;
	box-shadow:0px 0px 5px #333;
	color:#333;
	}

#ebook-area .ebook-box {
	width:305px;
	float:left;
	margin:0px 15px 25px 0px;
	}

#ebook-area .ebook-box.last {
	float:right;
	margin:0px;
	}

#ebook-area .ebook-box .book-thumb {
	float:left;
	width:130px;
	margin-right:0px;
	}

#ebook-area .ebook-box .book-thumb img {
	width:130px;
	}

#ebook-area .ebook-box .book-details {
	float:left;
	width:175px;
	text-align:center;
	padding:15px 0px 0px 0px;
	}

#ebook-area .ebook-box .book-details .available {
	font-size:12px;
	}

/*** Video Box ***/
#video-box {}

#video-box h1 {
	padding:15px 0px;
	font-size:32px;
	font-weight:bold;
	text-align:center;
	font-variant:small-caps;
	font-family:MyriadWebPro;
	}


#video-box a {
	text-shadow:1px 1px 1px #333;
	text-decoration:none;
	}

#video-box a:hover {
	text-shadow:1px 1px 1px #333;
	text-decoration:none;
	}

#video-box .video {
	width:220px;
	float:left;
	margin:0px 23px 0px 0px;
	}

#video-box .video.last {
	float:right;
	margin:0px;
	}

#video-box .video .video-title {
	text-align:center;
	color:#333;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px 0px 0px 0px;
	}

#video-box .video .video-author {
	text-align:center;
	}

/*** Author Box ***/
#author-area {
	padding:20px 0px 0px 0px;
	}

#author-area h1 {
	font-family:MyriadWebPro;
	font-size:15px;
	margin-bottom:0px;
	line-height:15px;
	height:30px;
	}

#author-area p {
	margin-bottom:10px;
	}
	
#author-area a {
	text-shadow:1px 1px 1px #333;
	text-decoration:none;
	}

#author-area .author-link {
	padding:12px 0px 0px 0px;
	}

#author-area .author-link a {
	background-color:#222;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-decoration:none;
	padding:5px 8px;
	color:#fff;
	}

#author-area .author-link a:hover {
	background-color:#ffcd00;
	box-shadow:0px 0px 5px #333;
	color:#333;
	}

#author-area .author-box {
	background:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:0px 0px 5px #333;
	-moz-box-shadow:0px 0px 5px #33;
	-webkit-box-shadow:0px 0px 5px #333;
	width:290px;
	float:left;
	margin:0px 16px 25px 0px;
	padding:8px;
	}

#author-area .author-box.last {
	float:right;
	margin:0px;
	}

#author-area .author-box .author-thumb {
	border:solid 1px #333;
	float:left;
	width:100px;
	margin-right:10px;
	}

#author-area .author-box .author-details {
	float:left;
	width:175px;
	text-align:center;
	padding:3px 0px 0px 0px;
	}

#author-area .author-box .author-details .button {
	text-align:center;
	margin-top:5px;
	margin-bottom:7px;
	min-height:21px;
	}
	
/*** Content Area ***/
#content {
	width:630px;
	float:left;
	}

#content-wide {
	width:100%;
	margin:0px auto;
	}

#archive-head {
	font-family:mypro;
	font-size:32px;
	margin-bottom:15px;
	}
	
/*** Post Box ***/
.postbox {
	background-color:#fff;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:0px 0px 3px #666;
	-moz-box-shadow:0px 0px 3px #666;
	-webkit-box-shadow:0px 0px 3px #666;
	margin:0px 0px 25px 0px;
	padding:10px;
	}

.postbox.blank {
	background:none;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	box-shadow:0px;
	-moz-box-shadow:0px;
	-webkit-box-shadow:0px;
	margin:0px;
	padding:0px;
	}

.postbox h1{
	font-family:mypro;
	font-size:30px;
	line-height:30px;
	margin:0px 0px 10px 0px;
	padding:0px;
	}
	
.postbox h1 a {
	color:#333;
	}
	
.postbox h1 a:hover {
	color:#ffcd00;
	}

.postbox h1.stephead{
	background-image:url(http://www.godzchildproductions.net/wp-content/uploads/2012/06/icon.png);
	background-repeat:no-repeat;
	background-position:0px center;
	font-family:mypro;
	font-size:34px;
	line-height:50px;
	margin:0px 0px 10px 0px;
	padding:0px 0px 2px 25px;
	border-bottom:solid 2px #333;
	font-variant:small-caps;
	font-family:"geogia";
	}

.postbox h2{
	font-family:mypro;
	font-size:26px;
	line-height:28px;
	padding:0px 0px 15px 0px;
	}


.postbox h2.stepsubhead{
	font-family:"geogia";
	}


.postbox h3{
	font-family:mypro;
	font-size:22px;
	line-height:24px;
	padding:0px 0px 15px 0px;
	}

.postbox h4 {
	font-family:mypro;
	font-size:20px;
	padding:0px 0px 15px 0px;
	}

.postbox h5 {
	font-family:mypro;
	font-size:18px;
	padding:0px 0px 15px 0px;
	}

.postbox h6 {
	font-family:mypro;
	font-size:16px;
	padding:0px 0px 15px 0px;
	text-align:center;
	}

.postbox p {
	text-align:justify;
	line-height:18px;
	margin:0px;
	padding:0px 0px 18px 0px;
	}

.postbox ul{
	margin:0px 0px 0px 35px;
	padding:0px 0px 15px 0px;
	}

.postbox li{
	line-height:18px;
	padding:0px 0px 3px 0px;
	}
	
.postbox blockquote {
	background-color:#e8e8e8;
	border-left:solid 3px #ffcd00;
	box-shadow:0px 0px 3px #666;
	-moz-box-shadow:0px 0px 3px #666;
	-webkit-box-shadow:0px 0px 3px #666;
	margin:10px 40px 25px 40px;
	padding:10px 15px 5px 15px;
	line-height:18px;
	text-align:justify;
	}

.postbox blockquote .ref_name {
	text-align:right;
	font-weight:bold;
	}

.postbox a {
	color:#ffcd00;
	text-decoration:none;
	text-shadow:1px 1px 1px #333;
	}

.postbox a:hover {
	color:#333;
	}
	
.postbox a.readmore {
	color:#ffcd00;
	}
	
.postbox a.readmore:hover {
	color:#333;
	}


.postbox a.button {
	background-color:#222;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-decoration:none;
	padding:5px 8px;
	color:#fff;
	text-align:center;
	}

.postbox a.button:hover {
	background-color:#ffcd00;
	box-shadow:0px 0px 5px #333;
	color:#333;
	}

.postbox table tr td {
	vertical-align:top;
	}

.post-info, .bottom-info {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#333;
	color:#fff;
	margin:0px 0px 15px 0px;
	padding:5px 8px;
	font-size:12px;
	}

.bottom-info {
	margin:0px;
	}

.bottom-info .category {
	margin:5px 0px 0px 0px;
	}

.post-video {
	padding:10px 10px 15px 10px;
	text-align:center;
	}

.post-video object, .post-video embed {
	box-shadow:0px 0px 15px #000;
	}

#book-items {
	margin:0px 0px 20px 10px;
	float:right;
	text-align:center;
	}
	
#book-items #book-img img{
	width:250px;
	}

#book-items p{
	text-align:center;
	font-size:16px;
	}

#book-items div {
	margin-bottom:5px;
	}

#author-image {
	padding:0px;
	margin:0px 15px 5px 0px;
	float:left;
	text-align:center;
	}

/*#author-image img {
	border:solid 1px #333;
	padding:2px;
	margin:0px 0px 15px 0px;
	}*/

/*** Sidebar Area ***/
#sidebar {
	width:300px;
	float:right;
	}

#sidebar .widget {
	background-color:#fff;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:0px 0px 3px #666;
	-moz-box-shadow:0px 0px 3px #666;
	-webkit-box-shadow:0px 0px 3px #666;
	margin:0px 0px 25px 0px;
	padding:0px;
	}

#sidebar h1{
	border-radius:10px 10px 0px 0px;
	-moz-border-radius:10px 10px 0px 0px;
	-webkit-border-radius:10px;
	background-color:#333;
	font-family:mypro;
	color:#ffcd00;
	font-size:26px;
	margin:0px 0px 10px 0px;
	padding:5px 10px;
	text-transform:capitalize;
	}

#sidebar h2{
	font-family:mypro;
	font-size:26px;
	line-height:16px;
	padding:0px 10px 12px 10px;
	}

#sidebar h3{
	font-family:mypro;
	font-size:22px;
	line-height:12px;
	padding:0px 10px 12px 10px;
	}

#sidebar h4 {
	font-family:mypro;
	font-size:16px;
	padding:0px 10px 12px 10px;
	}

#sidebar p{
	line-height:18px;
	margin:0px;
	padding:0px 10px 12px 10px;
	}

#sidebar ul{
	margin:0px;
	padding:0px 10px 15px 10px;
	}

#sidebar ul li{
	border-bottom:dotted 1px #333;
	display:block;
	list-style:none;
	margin:0px;
	padding:5px 0px 5px 0px;
	}
	
#sidebar ul li:first-child {
	border-top:dotted 1px #333;
	display:block;
	list-style:none;
	margin:0px;
	padding:5px 0px 5px 0px;
	}

#sidebar ul li:hover{
	background-color:#e8e8e8;
	}

#sidebar ul li a {
	display:block;
	}

#sidebar ul li a:hover{
	color:#333;
	text-decoration:none;
	}



#zigzag {
	background-image:url(images/bg-footer.gif);
	height:9px;
	}
/*** Footer ***/
#footer {
	background-image:url(images/bg2.gif);
	padding:25px 0px 25px 0px;
	color:#fff;
	font-size:13px;
	clear: both;
	}

#footer h1 {
	font-family:MyriadWebPro;
	font-size:20px;
	margin-bottom:10px;
	}

#footer a {
	color:#fff;
	text-decoration:none;
	}

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

#footer ul {
	list-style:none;
	margin:0px;
	padding:0px;
	}

#footer ul li {
	margin:0px;
	padding:0px;
	line-height:18px;
	}

#footer p {
	margin:0px;
	padding:0px;
	line-height:18px;
	}

#footer-wrapper {
	width:950px;
	margin:0px auto;
	}

.footer-box {
	width:200px;
	float:left;
	margin:0px 30px 0px 0px;
	}
	
.footer-box.last {
	width:250px;
	float:right;
	margin:0px;
	}


#footer-strip {
	border-top:solid 1px #ffcd00;
	background-color:#000;
	color:#fff;
	padding:5px 0px;
	font-size:12px;
	}


#footer-strip a {
	color:#ffcd00;
	}

#footer-strip a:hover {
	color:#fff;
	}

#footer-strip-wrapper {
	width:950px;
	margin:0px auto;	
	}

#copyright {
	text-align:left;
	float:left;
	}

#designer {
	text-align:right;
	float:right;
	}

/*** Search Box ***/
#searchbox {
	margin:12px 0px 0px 0px;
	padding:0px;
	}

#searchbox form {
	margin:0px;
	padding:0px;
	}

#searchbox input {
	width:180px;
	height:16px;
	float:left;
	background:#999;
	border:0px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:0px 5px 0px 0px;
	padding:6px;
	}

#searchbox input#subtn {
	background:none;
	border:solid 1px #999;
	background-image:url(images/search.png);
	background-position:-1px -1px;
	background-repeat:no-repeat;
	background-color:#000;
	width:28px;
	height:28px;
	margin:0px;
	padding:0px;
	}

#searchbox input#subtn:hover {
	background-color:#333;
	}
	
/***  Misc. Styles ***/
.clear {
	clear:both;
	}

#editpage a {
	background-color:#333;
	float:left;
	margin:5px 0px 0px 0px;
	padding:5px 15px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#fff;
	display:block;
	text-decoration:none;
}
#editpage a:hover {
	background-color:#ffcd00;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-decoration:none;
	color:#333;
}

.navigation {
	width:100%;
	margin:auto;
	margin-bottom:10px;
	}

.align-left {
    width:49%;
	float:left;
	}

.align-right {
    width:49%;
	float:right;
    text-align:right;
	}

textarea {
	width:500px;
	}

#wp-calendar {
	margin:auto;
	}

.alignleft {
	float:left;
	margin-right:15px;
	}

.alignright {
	float:right;
	margin-left:15px;
	}

.hr-box {
	clear:both;
	border-bottom:dashed 3px #333;
	padding-top:8px;
	margin-bottom:15px;
	}

.sborder {
	border:solid 1px #000;
	padding:2px;
	}

/* COMMENT FORM */
#commentform input {
	width: 150px;
	padding: 2px;
	margin: 0px 0px 0px 0px;
	}

#commentform {
	margin: 0px 0px 0 0;
	}

#commentform textarea {
	width: 450px;
	padding: 2px;
	}

#respond:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

#commentform #submit {
	margin: 0 0 5px auto;
	float: left;
	}

/* COMMENTS STYLING */
/* .commentlist li, {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li ul li {
	font-size: 1em;
	} */

.commentlist li .avatar {
	float:right;
	padding: 2px;
	background: #333;
	margin-right:0px;
	}

ol.commentlist {
	list-style:none;
	margin:0px;
	padding:10px 0px 0px 0px;
	}

ol.commentlist li{
	padding-bottom:5px;
	margin:0px;
	}

ol.commentlist a{
	color:#ffcd00;
	text-decoration:none;
	font-style:normal;
	}

ol.commentlist a:hover{
	color:#333;
	text-decoration:underline;
	}

.reply {
	padding-bottom:5px;
	}

.reply .comment-reply-link {
	background-color:#333;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	padding:5px;
	color:#ffcd00;
	}

.reply .comment-reply-link:hover {
	background-color:#ffcd00;
	color:#333;
	text-decoration:none;
	}

ul.children {
	list-style:none;
	margin:0px;
	padding:0px;
	}

.commentmetadata {
	}

/*.comment-author-admin {
	border:solid 1px #000099;
	background-color:#efefef;
	padding:10px;
	}*/

.comment-body {	
	border:solid 1px #333;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	background-color:#efefef;
	padding:10px;
	margin-bottom:5px;	
	}
	
/*** Page Navi ***/
#wp-pagenavi {
	text-align:center;
	font-size:14px;
	padding:0px 0px 10px 0px;
	display:block;
	}

#wp-pagenavi #pages {
	background-color:#222;
	padding:5px 8px;
	margin:0px 4px 0px 0px;
	color:#fff;
	}

#wp-pagenavi a.page-numbers {
	background-color:#222;
	padding:5px 10px;
	color:#fff;
	text-decoration:none;
	}

#wp-pagenavi a.page-numbers:hover {
	background-color:#ffcd00;
	padding:5px 10px;
	color:#333;
	text-decoration:none;
	}

#wp-pagenavi span.page-numbers {
	background-color:#ffcd00;
	padding:5px 8px;
	color:#333;
	}


/** Contact Form Styles ***/
#wpcf7-f1035-p19-o1 input[type="text"], #wpcf7-f1035-p19-o1 select, #wpcf7-f1035-p19-o1 textarea {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	width:915px;
	margin:0px;
	padding:5px;
	resize:none;
	}

#wpcf7-f1035-p19-o1 textarea {
	height:100px;
	}

#wpcf7-f1035-p19-o1 p {
	text-align:left;
	}

#wpcf7-f1035-p19-o1 span.small {
	font-size:11px;
	}

#wpcf7-f1035-p19-o1 .wpcf7-list-item { display:block; }


#wpcf7-f1035-p19-o1 .wpcf7-submit {
	border:0px;
	background-color:#333;
	float:left;
	margin:0px;
	padding:5px 15px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#fff;
	display:block;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	}

#wpcf7-f1035-p19-o1 .wpcf7-submit:hover {
	background-color:#ffcd00;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-decoration:none;
	color:#333;
	}

#wpcf7-f1035-p19-o1 div.wpcf7-response-output {
	font-family: "Arial","Helvetica",sans-serif;
	background:#900;
	border:0px;
	color:#fff;
	text-align:center;
	font-size:12px;
	padding:5px;
	margin:0px;
 }

#wpcf7-f1035-p19-o1 div.wpcf7-mail-sent-ok {
	font-family: "Arial","Helvetica",sans-serif;
	background:#398f14;
	border:0px;
	color:#fff;
	text-align:center;
	font-size:12px;
	padding:5px;
	margin:0px;
}

.nivo-caption {
	top: 350px !important;
}