/*
Theme Name: Jupiter
Theme URI: http://themes.themegood2.com/jupiter
Description: Blog Magazine Newspaper Template
Version: 2.3.1
Tags: gray, black, white, fixed-width, custom-header, custom-background, threaded-comments, translation-ready, editor-style, custom-menu
Author: Peerapong Pulpipatnan
Author URI: http://themeforest.net/user/peerapong
License URI: http://themeforest.net/licenses/regular_extended
Text Domain: jupiter
*/

@import "screen.css";

/* Restrict Content Pro - text and password form fields */

#rcp_login_form input[type=text],
#rcp_login_form input[type=password],
#rcp_registration_form input[type=text],
#rcp_registration_form input[type=password] {

	color: #000;
	background-color: #fff;
	border: 1px solid #666;
	width: 100%;
	padding: 18px;
	border-radius: 3px;
}


/* Restrict Content Pro - text and password form fields (focused) */

#rcp_login_form input[type=text]:focus,
#rcp_login_form input[type=password]:focus,
#rcp_registration_form input[type=text]:focus,
#rcp_registration_form input[type=password] {

	border-color:#001489;
}

.rcp_login_link a {
	color: #001489;
	font-weight: bold;
}

body.page .rcp-button {
	color: #fff;
	background-color: #001489;
	font-weight: bold;
	border-radius: 3px;
	font-size: 18px;
	padding: 10px 18px;
}

body.page .rcp-button:hover {
	background-color: #010f62;
}

#content_wrapper a {
	color:#001489;
}
#content_wrapper a:hover {
	text-decoration: underline;
}