/* CSS Document */
@font-face 			{
	font-family: 'Conv_Novarese Book Italic BT_0';
	src: url('fonts/Novarese Book Italic BT_0.eot');
	src: url('fonts/Novarese Book Italic BT_0.woff') format('woff'), url('fonts/Novarese Book Italic BT_0.ttf') format('truetype'), url('fonts/Novarese Book Italic BT_0.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	
}
@font-face 			{
	font-family: 'Conv_Novarese Bold BT_0';
	src: url('fonts/Novarese Bold BT_0.eot');
	src: url('fonts/Novarese Bold BT_0.woff') format('woff'), url('fonts/Novarese Bold BT_0.ttf') format('truetype'), url('fonts/Novarese Bold BT_0.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body				{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;	
	color:#626262;
}
img, a 				{
	border:0;
	text-decoration:none;	
	color:#2f3033;
}
h1					{
	font-size:30px;
	font-family: 'Conv_Novarese Bold BT_0';
}
h2					{
	font-size:26px;
	font-weight:normal;	
	font-family: 'Conv_Novarese Bold BT_0';
}
h3					{
	font-size:22px;
	font-weight:normal;	
}
h4					{
	font-size:140%;
	margin:0;
	font-weight:normal;	
}
h5					{
	font-size:120%;
	font-weight:normal;	
	margin:0;
}
h6					{
	font-size:100%;
	margin:0;
	font-weight:normal;	
}
p, li				{
	font-size:100%;
	font-weight:normal;		
}
.header_main		{
	background-color: rgba(255, 255, 255, 0.6);
    clear: both;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.header_inner		{
	width:1100px;
	margin:0 auto;
	overflow:hidden;	
	padding:25px 0;
	height: 88px;
}
.header_logo		{
	width:450px;
	float:left;	
}
.header_signin_signup{
	width:415px;
	float:right;	
}
.main_manus			{
	width:100%;
	/*padding:15px 0;*/
	overflow:hidden;
	position: relative;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.8);	
}
.menus_inner		{
	width:1100px;
	margin:0 auto;	
}
.menus_inner ul		{
	margin:0;
	padding:0;	
}
.menus_inner ul li	{
	list-style:none;
	float:left;	
}
.menus_inner ul li a{
	text-decoration:none;	
	color:#626262;
	font-size:18px;
	padding:16px 25px;
	display:inline-block;
	border-top:1px solid #f97e1a;
	border-bottom:1px solid #f97e1a;
}
.menus_inner ul li a:hover {
	color:#fb7100;
	background:#fb7100;
	padding-top:16px;
	border-top:1px solid #fff;
	padding-bottom:16px;
	border-bottom:1px solid #fff;
	-webkit-transition: all 0.7s ease;
  	-moz-transition: all 0.7s ease;
  	-ms-transition: all 0.7s ease;
  	-o-transition: all 0.7s ease;
  	transition: all 0.7s ease;	
}
.menus_inner li.current	a	{
	color:#fb7100;
	background:#fb7100;
	padding-bottom:16px;
	border-bottom:1px solid #fff;
	padding-top:16px;
	border-top:1px solid #fff;
}
.header_logo a		{
	font-size:300%;
	color:#2f3033;
	letter-spacing: 5px;
}
.main_content_area	{
	width:100%;
	margin:50px auto;
	overflow:hidden;
	clear: both;
}
.main_content_area_bottom	{
	width:100%;
	margin:50px auto;
	overflow:hidden;
	clear: both;
}
.main_content_area_bottom h1 {
	color: #626262;
    font-family: "Conv_Novarese Bold BT_0";
    font-size: 30px;
    text-align: center;	
}
.inner_content_area	{
	width:1100px;
	margin:0 auto;
	overflow:hidden;	
}
.textField			{
	width:250px;
	height:30px;
	padding:5px 7px;
	border:1px solid #959595;
	color:#959595;	
}
.buttonField			{
	padding:5px 7px;
	border:1px solid #fb7100;
	cursor:pointer;
	color:#fff;	
	background:#fb7100;
	border-radius:3px;
	box-shadow: 0 0 3px #000;
	font-size: 12px;
	margin-left: 3px;
	margin-bottom: 3px;
}
.selectField		{
	width:266px;
	height:40px;
	padding:5px 7px;
	border:1px solid #959595;
	color:#959595;	
}
.buttonField:hover	{
	-webkit-transition: all 1s ease;
  	-moz-transition: all 1s ease;
  	-ms-transition: all 1s ease;
  	-o-transition: all 1s ease;
  	transition: all 1s ease;	
	background:#fb7100;
}
label.error			{
	background: none repeat scroll 0 0 #f00;
    border-radius: 5px;
    box-shadow: 0 0 10px #f00;
    color: #fff;
    margin-left: 7px;
    opacity: 0.7;
    padding: 7px 10px;
	font-size:20px;
	font-family: "Conv_Novarese Book Italic BT_0";
}
label.success		{
	background:#0F0;
    border-radius: 5px;
    box-shadow: 0 0 10px #0F0;
    color: #fff;
    margin-left: 7px;
    opacity: 0.7;
	font-size:20px;
    padding: 7px 10px;
	font-family: "Conv_Novarese Book Italic BT_0";
}
h5 label.error			{
	background: none repeat scroll 0 0 #f00;
    border-radius: 5px;
    box-shadow: 0 0 10px #f00;
    color: #fff;
    opacity: 0.7;
    padding: 5px 10px;
	font-size:20px;
	cursor:pointer;
	font-family: "Conv_Novarese Book Italic BT_0";
	margin-top:10px;
	margin-bottom: 10px;
	display:inline-block;
}
h5 label.success		{
	background:#0F0;
    border-radius: 5px;
    box-shadow: 0 0 10px #0F0;
    color: #fff;
    opacity: 0.7;
    padding: 5px 10px;
	font-size:20px;
	margin-top:10px;
	display:inline-block;
	margin-bottom: 10px;
	cursor:pointer;
	font-family: "Conv_Novarese Book Italic BT_0";
}
.footer_main		{
	width:100%;
	padding:20px 0;
	background:#f97e1a;	
}
.footer_inner		{
	width:1100px;
	margin:0 auto;
	color:#fff;
	font-size:14px;
}
.header_signin_signup .textField		{
	width:140px;
	height:20px;
	padding:5px 7px;
	border:1px solid #959595;
	color:#959595;
	margin-right:7px;	
}
.header_signin_signup .buttonField		{
	border:none;
	background:#f97e1a;
	color:#fff;
	padding:7px 15px;	
	cursor:pointer;
}
.regfogsiglog_text, .regfogsiglog_text a{
	font-size:14px;	
}
.header_signin_signup form				{
	margin-bottom:10px;	
}
.home_banner							{
	width:100%;
	height:605px;
	margin-top: -197px;
	background:url('images/banner_img.png') no-repeat scroll 100% center / cover ;	
}
.banner_inner_area						{
	width:1100px;
	margin:0 auto;
	padding-top: 380px;
	overflow:hidden;
}
.banner_inner_area .banner_left			{
	float: left;
    margin-right: 75px;
    width: 500px;
}
.banner_inner_area .banner_right		{
	float: left;
    padding-top: 20px;
    width: 257px;
}
.banner_inner_area .banner_left	h3		{
	font-size:30px;
	color:#626262;
	font-weight:900;
	margin: 10px 0;
	font-family: 'Conv_Novarese Bold BT_0';
}
.banner_inner_area .banner_left	h2		{
	font-size:30px;
	color:#fb7100;
	font-weight:lighter;
	margin: 10px 0;
	font-family: 'Conv_Novarese Book Italic BT_0';
}
.home_content_inner						{
	text-align:center;	
}
.home_writing_services_main				{
	width:100%;
	padding:50px 0 30px;
	background:#f6f6f6;	
}
.home_writing_services_inner			{
	width:1100px;
	margin:0 auto;
	overflow:hidden;
}
.home_writing_services_inner .hwsi_row	{
	width:100%;
	margin:40px 0;
	overflow:hidden;
}
.home_writing_services_inner .hwsi_row .hwsi_cell {
	width:200px;
	padding-left:55px;
	margin-right:20px;
	float:left;	
}
.home_writing_services_inner .hwsi_row .hwsi_cell_full {
	height: 42px;
    margin: 0 auto;
    padding-left: 55px;
    width: 60%;	
}
.home_writing_services_inner .hwsi_row .hwsi_cell.hwsi_cell1 {
	background:url(images/Ebook-Writing-Service.png) no-repeat top left;	
}
.home_writing_services_inner .hwsi_row .hwsi_cell.hwsi_cell2 {
	background:url(images/Book-Description-Writing-Service.png) no-repeat top left;	
}
.home_writing_services_inner .hwsi_row .hwsi_cell.hwsi_cell3 {
	background:url(images/Article-Blog-post-Writing-Service.png) no-repeat top left;	
}
.home_writing_services_inner .hwsi_row .hwsi_cell.hwsi_cell4 {
	background:url(images/Full-Package-Publishing-Service.png) no-repeat top left;	
}
.home_writing_services_inner .hwsi_row .hwsi_cell.hwsi_cell5 {
	background:url(images/Ebook-Editing-Service.png) no-repeat top left;	
}
.home_writing_services_inner .hwsi_row .hwsi_cell.hwsi_cell6 {
	background:url(images/Keyword-Research-Service.png) no-repeat top left;	
}
.home_writing_services_inner .hwsi_row .hwsi_cell.hwsi_cell7 {
	background:url(images/Book-Formatting-Service.png) no-repeat top left;	
}
.home_writing_services_inner .hwsi_row .hwsi_cell_full.hwsi_cell8 {
	background:url(images/fw_wcda.png) no-repeat top left;	
}
.home_writing_services_inner .hwsi_row .hwsi_cell.hwsi_cell9 {
	background:url(images/Cover-Creation-Service.png) no-repeat top left;	
}
.home_writing_services_inner .hwsi_row .hwsi_cell.hwsi_cell8 {
	background:url(images/Children-Books-Illustration.png) no-repeat top left;	
}
.home_writing_services_inner .hwsi_row .hwsi_cell.hwsi_cell10 {
	background:url(images/Prewritten-Books.png) no-repeat top left;	
}
.home_writing_services_inner .hwsi_row .hwsi_cell.hwsi_cell11 {
	background:url(images/Any-Other-Service.png) no-repeat top left;	
}
.home_writing_services_inner .hwsi_row .hwsi_cell h3 		 {
	margin:0;	
}
.home_writing_services_inner h1			{
	text-align:center;	
	font-family: 'Conv_Novarese Bold BT_0';
	color:#626262;
	font-size:30px;
}
.home_writing_services_inner .hwsi_row .hwsi_cell h3 {
	color:#626262;
	font-size:18px;	
	min-height: 42px;
}
.home_writing_services_inner .hwsi_row .hwsi_cell_full h3 {
	color: #626262;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 7px;	
}
.customer_prices_main					{
	width:100%;
	padding:50px 0;
}
.customer_prices_inner 					{
	width:1100px;
	margin:0 auto;
	overflow:hidden;
}
.customer_prices_inner h1				{
	text-align:center;
	font-size:30px;
	color:#626262;	
	font-family: 'Conv_Novarese Bold BT_0';
}
.customer_prices_inner .cpi_left		{
	width:360px;
	float:left;
	margin-top:25px;
}
.customer_prices_inner .cpi_right		{
	width:525px;
	float:left;
	margin-top:25px;
	text-align:center;
}
.customer_prices_inner .cpi_right h2	{
	color:#323232;
	margin-top:0;
	font-size:30px;
	font-family: 'Conv_Novarese Book Italic BT_0';
}
.banner_left .bx-wrapper .bx-controls.bx-has-pager.bx-has-controls-direction {
	display:none;	
}
.banner_left .bx-wrapper ul li {
	font-size:30px;
	color:#f97e1a;
	margin: 0 !important;
	font-family: 'Conv_Novarese Book Italic BT_0';
}
.banner_left .bx-wrapper ul		{
	margin:0;
	padding:0;	
}
.textareaField					{
	padding: 15px;
    vertical-align: top;
    width: 370px;
	height: 200px;
	border:1px solid #959595;
	color: #959595;	
}
.sidebar_dashboard			{
	width:260px;
	float:left;
	margin-right:20px;
	overflow:hidden;
}
.dashbaord_content			{
	width:800px;
	float:right;
	overflow:hidden;	
}
.sidebar_dashboard h3		{
	font-family:"Conv_Novarese Bold BT_0";	
	background:#fb7100;
	color:#fff;
	padding:7px 12px;
}
.sidebar_dashboard ul		{
	margin:0;
	padding:0;	
}
.sidebar_dashboard ul li	{
	list-style:none;	
}
.sidebar_dashboard ul li a 	{
	background:#fb7100;
	color:#fff;
	display:block;
	padding:7px 12px;
	margin-bottom:12px;
	font-family:"Conv_Novarese Book Italic BT_0";
	font-size:22px;
}
.sidebar_dashboard ul li a:hover	{
	-webkit-transition: all 1s ease;
  	-moz-transition: all 1s ease;
  	-ms-transition: all 1s ease;
  	-o-transition: all 1s ease;
  	transition: all 1s ease;	
	background:#fb7100;	
}
.dashbaord_content h3				{
	font-family:"Conv_Novarese Bold BT_0";	
	background:#fb7100;
	color:#fff;
	padding:7px 12px;	
}
#addArticleForm table td			{
	vertical-align:top;
}	
.accordion 							{
    margin:1em 0
}
.accordion h3 						{
    background:url('images/accordion-default.png') no-repeat right top #2590ff;
    color:#fff;
    cursor:pointer;
    margin:0;
    padding:10px;
	font-size:15px;
	margin: 0 0 2px;
	border-radius:5px;
}
.accordion h3.current 				{
    background:url('images/accordion-active.png') no-repeat right top #002468;
    cursor:pointer;
}
.accordion div.pane 				{
    padding:10px
}
.clear								{
	clear:both;
	display:block;	
}
.alphabet			{
	display:none;	
}
.templateListing	{
	font-size:14px;
	border:none;
}
table.dataTable.display tbody tr.odd, table.dataTable.stripe tbody tr.odd	{
	background: #ffffff;
}
.oddTemplateBodyRow	{
	background:#df0023;
}
.oddTemplateBodyRow th, .oddTemplateBodyRow td	{
	font-weight:bold;
	color:#fff;
	border:none;
}
table.dataTable tbody tr	{
	background:none;	
}
.templateListing .odd td	{
	border:none;
	font-weight:normal;
}
.templateListing .even td	{
	border:none;
	font-weight:normal;
}
.templateListing .odd th	{
	border:none;
	font-weight:normal;	
}
.templateListing .even th	{
	border:none;	
	font-weight:normal;
}
.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate, .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter	{
	font-size:12px;	
}
.templateHeaderRow {
	background:#fb7100;
	color:#fff;
}
.templateHeaderRow td					{
	border:none;	
}
.templateHeaderRow th					{
	border:none;
}	
.specialInstructionsBlock				{
	height: 48px;
    overflow-y: scroll;	
}
.specialInstructionsBlock:hover 		{
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
}
.colorDefinition						{
	border-color: #fb7100 !important;	
}
.inner_content_area.home_content_inner p {
    color: #444;
    font-family: "Conv_Novarese Book Italic BT_0";
    font-size: 28px;
    line-height: 36px;
}
.gridTableLayout						{
	margin-top:25px;	
}
.gridTableLayout td, .gridTableLayout th	{
	vertical-align:top;	
	font-size: 16px;
    font-weight: normal;
    padding-bottom: 10px;
    vertical-align: top;
}
.leftSideComment						{
	width:49%;
	margin-bottom: 15px;
	float:left;	
}
.rightSideComment						{
	width:49%;
	margin-bottom: 15px;
	float:right;	
}
.leftSideComment .textareaField, .rightSideComment .textareaField		{
	width: 360px;	
}
.specialInstructionsBlock p 			{
	font-size: 14px;
}
.blog_posts {
    margin-bottom: 35px;
    overflow: hidden;
    padding-bottom: 35px;
    width: 100%;
	background: rgba(0, 0, 0, 0) url("images/blog-post-seperator.png") no-repeat scroll center bottom;
}
.blog_posts h3							{
	background: #fb7100 none repeat scroll 0 0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 15px;	
}
.blog_posts p small 					{
	font-size:12px;	
}
.coments_block							{
	border: 1px solid #fb7100;
	margin-bottom: 30px;
	padding: 15px 25px;
	background:#fcfcfc;	
}
.coments_block_reply					{
	border: 1px solid #fb7100;
	margin-top: 30px;
	background:#fff;
	padding: 15px 25px;	
	width:86%;
	margin-left:7%;
}
.add_article_left_block		{
	width:48%;
	float:left;
	border-right:1px solid #333;
}
.add_article_right_block	{
	width:48%;
	float:right;	
}
#addArticleForm .mainTab .textField	{
	width: 31%;	
}
.add_article_label			{
	margin-bottom:4px;
	display:block;
}
#addArticleForm				{
	font-size:16px;
}
.fantonwriters_testimonials				{
	width:100%;
	padding:50px 0;
	background:#f6f6f6;			
}
.fantonwriters_testimonials_inner		{
	width:900px;
	margin:0 auto;
	overflow:hidden;
}
.fantonwriters_testimonials_inner h1			{
	text-align:center;	
	font-size:30px;
	color:#626262;	
}
.fantonwriters_testimonials_inner .bxslider li	{
	font-size:18px;
	color:#767272;	
}
.fantonwriters_testimonials_inner .bxslider li span	{
	font-size:23px;
	color:#f97e1a;
	margin-top:10px;
}
.inner_content_area img		{
	max-width:100%;	
}
.accordionTabs							{
    margin:1em 0;
	width:800px;
}
.accordionTabs h3 						{
    background:url('https://writearticlesforme.com/images/accordion-default.png') no-repeat right top #2590ff;
    color:#fff;
    cursor:pointer;
    margin:0;
    padding:10px;
	font-size:15px;
	margin: 0 0 2px;
	border-radius:5px;
}
.accordionTabs h3.current 				{
    background:url('https://writearticlesforme.com/images/accordion-active.png') no-repeat right top #002468;
    cursor:pointer;
}
.accordionTabs div.pane 				{
    padding:10px
}
.button_comments			{
	font-size:12px;
	padding:6px 12px;
	background:#333;
	color:#fff;
	cursor:pointer;
	margin-right: 10px;
	border-radius: 3px;
}	
.button_comments:hover		{
	background:#222;
}