/*---------------------------
	INFO , this is for http://pfprofile.bikerplanet.com/
--------------------------
*/

/* color change */

header > a {
	background-color: #e03737;
	color: #fff;
}
.title h2 {
	color: #fff;
}
.body_form {
	border-top: 3px solid #e03737;
	border-bottom: 3px solid #e03737;
}
.left > img {
	border: 3px solid #e03737;
}
.right h2 {
	color: #e03737;
	border-top: 2px solid #F8BD26;
	border-bottom: 2px solid #F8BD26;
}
.input_holder label {
	color: #e03737;
}
.submit_button input {
	background-color: #e03737;
}
footer {
	border-top: 3px solid #e03737;
}
footer p {
	color: #fff;
	text-shadow: 1px 1px 3px #333;
}
.pages .active {
	background-color: #e03737;
}

/* black transparent */

header {
	background-image: url(http://thirdbasedating.com/viktor/black.png);
	background-repeat: repeat;
	background-position: center center;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
header h1 img {
	margin-left: 20px;
}
header > a {
	margin-top: 15px;
	margin-right: 15px;
}
.title h2 {
	text-shadow: 1px 1px 3px #333;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 20px;
	margin-top: 15px;
	background-image: url(http://thirdbasedating.com/viktor/black.png);
	background-repeat: repeat;
}
.random_images img {
	opacity: 1;
}
.footer a {
	text-shadow: 1px 1px 2px #333;
	color: #fff;
}

@media (max-width: 500px) {
	header {margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0;}
	header > a {margin-right: 0; margin-top: -1px;}
	header h1 img {margin-left: 0;}
}
