/**
 * Form styles
 *
 * Form styles, these are used to style the forms on the site. These are
 * modified from the SilverStripe Black Candy Theme.
 *
 * @copyright Copyright 2010 Better Brief LLP
 * @author Dan Hensby <dan@betterbrief.co.uk>
 * 
 */


/* FIELDSETS
---------------------------------------- */
fieldset,
.Actions {
	width: 343px;
}

/* ACTION BUTTONS
---------------------------------------- */
input.action {
	width: auto;
	float: right;
	clear: both;
	margin:0;
	margin-top:20px;
	height: 26px;
	font-size: 12px;
	line-height: 26px;
	padding: 0 5px;
	background: #a10202;
	color: #ffe56c;
	text-transform: uppercase;
	border: none;
}

input.action:hover,
input.action:focus {
	cursor: pointer;
	background: #ca591d;
}

/* FIELD FORMATING
---------------------------------------- */
form ul {
	margin: 0 !important;
}

form ul,
form ul li{
	list-style: none;
	float: left;
	clear: left;
}

	form ul li input {
		float: left;
		width: auto;
		cursor: pointer;
	}
	
	form ul li label {
		float:left;
		padding-left: 15px !important;
		margin-top: -9px !important;
		cursor: pointer;
	}

.middleColumn {
 	display: block;
	clear: left;
}
	#Sidebar .middleColumn {
		margin: 0 0 0 8px;
		display: inline;
	}
	
	div.tab .field .middleColumn {
		clear: none !important;
 		margin: 0 !important;
		width: auto;
	}
	
	.middleColumn .middleColumn {
		margin-left: 0;
		margin-right: 0;
		padding: 0;
	}
	
	.middleColumn .message {
		margin: 0;
	}
/* INPUT BOXS
---------------------------------------- */

input, input.text, textarea, select {
	color: #a10202;
	margin:0;
	margin-bottom: 13px;
	border: 1px solid #b1a89d;
	border-top-color: #cac4bf;
	border-left-color: #cac4bf;
	width: 326px;
	font-size: 15px;
	padding: 6px 8px;
	background: #f4e6c6;
}

textarea {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	height: 204px;
}

input:focus, textarea:focus, input:active, textarea:active {
	background: #fff;
}

input.action:focus,
input.acton:active {
	background: #c63;
}

/* SELECT DROPDOWN
---------------------------------------- */

select {
	width: auto;
}

/* LABELS
---------------------------------------- */
.typography label {
 	display: block;
	margin: 0;
	padding: 8px 0;
	color: #4e61ac;
	font-size: 14px;
}

.checkbox label,
label.right {
	display:inline;
}

p#Remember input,
.checkbox input {
	width: auto;
}
p#Remember label,
.checkbox label {
	cursor:pointer;
	margin-top: -24px;
	padding-left: 20px;
	text-align: left;
}

/* SEARCH BOX 
---------------------------------------- */
#Search {
}
	input#Search_Form_SearchForm_Search {
	}
#Sidebar input.action {
}

/* MESSAGEBOXS
--------------------------------------------- */
.message {
	margin: 15px;
	padding: 5px;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
	display:block;
	clear: both;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0 !important;
}

label.required,
label.message {
	padding: 5px;
	width: 325px;
}

.entry {
	border-bottom: 1px solid #eee;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
}

.checkboxset,
.checkbox{
	clear: both;
}

/* MOLLOM
--------------------------------------------- */
.mollom input {
	width: 105px;
	float: left;
	margin: 5px 10px 0 0;
}

.mollom .mollom-captcha {
	float: left;
	width: auto;
}
