#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
}
#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 2px 0;
}
#wpcf textarea {
	width: 350px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 10px 0;
}
#wpcf #contactsubmit {
	margin-left: 250px;
	width: 100px;
}


/*-----For the MvR Page-----*/
#container.no-sidebars-rotating {
	background: #000000; }



/*-----attach body.custom to any style you add here-----*/



/*-----color of all the tabs-----*/
body.custom ul.menu li a {
	background-color: #101c4b;
	color: #ffdd54;
}

/*-----color when hovered-----*/
body.custom ul.menu li a:hover {
	background-color: #ffdd54;
	color: #101c4b;
}

/*-----current page-----*/
body.custom ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	background-color: #ffdd54;
	color: #101c4b;
}

/*-----link color-----*/
body.custom a {
	color: #101c4b; }


/*-----navigation tab padding-----*/
/*-----first number is top bottom, second is left right-----*/
body.custom ul.menu li a {
	padding: 8px 8px; }


/*-----shift the navigation tabs-----*/
body.custom .menu {
	position: static;
	float: left;
	padding-left: 20px; }


/*----- set background color ---*/
body.custom {
	background: #101c4b;}
body.custom  .homelink a {
	color: #101c4b;}
body.custom .homelink a:hover {
	color: #101c4b;}
body.custom .description {
	color: #cccccc;}
body.custom ul.menu {
	right: 10px;}
body.custom #rotating {
	border-top: none;}


/* to change the color of a post link on home page */
body.custom .entry-title a {
	color: #101c4b;}

