/*
Theme Name: Info-Rate
Theme URI:
Description: Дизайн для инфо-рейта
Version: 1
Author: Vlad Girdo
Author URI: 
*/

*{margin:0;padding:0}

body, html {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
}
a {
	color: #525252;
	text-decoration:none;
}
a:hover {
	color: #f25727;
	text-decoration:none;
}

.current_page_item a, .current_page_parent a{
	background-color: rgba(242,87,39,.1);
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

 .current_page_parent ul a{
	text-decoration: none;
	color:#F30;
	display: block;
	
	background-color: rgba(242,87,39,0);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.current_page_item ul a{
	text-decoration: none;
	color:black;
	display: block;
	
	background-color: rgba(242,87,39,0);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}


/*   стили текста  - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.BigOrange{
	font-size:15px; 
	color: #f25727;
	text-decoration:none;
}
.LittleOrange{
	font-size:11px; 
	color: #f25727;
	text-decoration:none;
}

/*   не заполненное поле  - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.wpcf7-not-valid-tip-no-ajax{
	color: #f25727;
	position:absolute;
	padding-left:5px;
}

/*   не заполненное поле  - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.wpcf7-response-output, .wpcf7-validation-errors{
	color: #f25727;
}



input {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px; 
	height:15px;
	padding-top:1px;
	float:right;
}

input[type="submit"], .wpcf7-submit {
	height:25px;
	width: 70px;
}
textarea {
	width: 280px;
	height: 48px;
}




