/**
 * Style for sidebar
 *
 * @package realmataramfcdotcom
 * @subpackage RedArmy
 * @version 1.0
 * @author Mohammad Arif [http://iznyn.com]
 * @copyright Copyright (c) 2011  Mohammad Arif  (http://iznyn.com)
 */
/*
Copyright 2011  Mohammad Arif  (http://iznyn.com)

All the code in this file is specifically not available to the public and under license from
Mohammad Arif, where as the party responsible for the development of the Real Mataram FC 
Official Website (http://realmataramfc.com).

You are not allowed to copy all or part of the code in this file without exception.
But if you just want to learn code in these files, we are happy will allow it.
*/

@import url("single-news.css"); 

#club-detail {
	padding-bottom: 2em;
}
#club-detail h3 {
	font-size: 1.5em;
	border-bottom: 1px solid #260e0e;
	padding-bottom: 2px;
}
#club-detail ul {
	margin: 1em 0 0;
}
#club-detail>ul>li {
	clear: both;
	list-style: none;
	border-bottom: 1px dotted #260e0e;
	padding: 1em 0;
}
#club-detail li strong,
#club-detail li p {
	clear: both;
	float: left;
	width: 25%;
	border-bottom: none;
}
#club-detail li em,
#club-detail li ul {
	float: left;
	width: 74%;
	border-left: none;
	padding: 0;
	padding-left: 2px;
}
#club-detail li em {
	font-style: normal;
}
#club-detail li p strong {
	float: none;
	width: auto;
	margin-bottom: 0;
}
#club-detail li ul {
	margin: 0 0 1.4em 0;
}

/**
 * Contact form
 */
.main-form {
	margin-top: 1em;
}
.main-form  form {
	margin-top: 2em;
}
.main-form label {
	font-size: 0.9em;
	font-weight: bold;
}
.main-form label em {
	font-size: 0.9em;
	font-style: italic;
	font-weight: normal;
}
.main-form  input[type="text"],
.main-form textarea {
	background-color: #c7c7cd;
	border: 1px solid #c7c7cd;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	-khtml-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	padding: 6px 10px;
	width: 340px;
	font: 1.1em Arial, Helvetica, sans-serif;
}
.main-form .submit {
	margin-top: 20px;
	text-align: left;
	
}
#recaptcha_response_field {
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	-khtml-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	border-color: #a0a0a0;
	background-color: #fcfcfc;
}
#iz-send-message {
	border: none;
	background: url( ../images/msg-button.gif ) no-repeat;
	width: 128px;
	height: 30px;
	font-size: 11px;
	font-weight: bold;
	text-transform: lowercase;
}
#iz-send-message:hover {
	cursor: pointer;
	background-position: 0 -30px;
}
#iz-send-message:active {
	background-position: 0 -60px;
}


.fmessage {
	border: 1px dashed #990000;
	padding: 1em 1em 0.4em;
	background-color: #feeeeb;
}
.fmessage h2 {
	margin-top: 0;
}
.fmessage.success {	
	border-color: #339900;
	background-color: #eaffd1;
}