/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Form Styling
 */


/* FIELDSETS
---------------------------------------- */
fieldset {
	border: 0;
}

/* ACTION BUTTONS
---------------------------------------- */
input.action {
	padding: 2px;
	font-size: 1em;
	font-family: Verdana, Tahoma, Sans-serif;
}
input.action:hover,
input.action:focus {
	cursor: pointer;
}

/* FIELD FORMATING
---------------------------------------- */
form ul {
	list-style: none;
}

.typography .FormHeading {
	font-size: 24px;
}
.middleColumn {
 	display: block;
 	margin: 15px 10px 10px 0;
	padding: 4px;
	width: 306px;
	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.text, textarea, select {
	padding: 2px;
	border: 1px solid #A7A7A7;
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	width: 300px;
}

textarea {
	font-family: Verdana, "Tahoma", sans-serif;
	font-size: 0.9em;
}
input:focus span, textarea:focus span {
	border: 3px solid #000;
}

/* SELECT DROPDOWN
---------------------------------------- */

select {
	width: auto;
}

/* LABELS
---------------------------------------- */
.typography label {
	clear:both;
	color:#777777;
	display:block;
	float:left;
	font-size:1.2em;
	margin:0 0 0;
	width:400px;
}
.typography .text {
	margin:0;
	display:block;
}

label.right {
	display:inline;
}
.required {
	color:#CC0000;
}
/* SEARCH BOX 
---------------------------------------- */
#Search {
	display:inline;
	float:none;
	margin:0;	
	}
	#Search .middleColumn {
		float:none;
		display: inline;
		margin:0px -3px 0px 0px;
		padding:0;		
	}
	#SearchForm_SearchForm_Search {
		height: 16px;
		border: 1px solid #CCC;
		width: 125px;
		margin:0;
		padding:0;
		border:1px solid #CCCCCC;
		font-size:14px;
		font-weight:300;
	}

#SearchForm_SearchForm_action_results {
	background-image: url(../images/button_search.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 17px;
	margin: 0px;
	text-indent:-9000%;
	display:inline;
	float:none;
	padding:0;
	line-height:0px;
}

/* POLLS */
#ShowPoll_MyPoll {
	width:130px;
	overflow:hidden;
}
.poll_answer_result {
	border: dashed 1px #FF9900;
	}
	.poll_answer_result span {
		background: #FDF2B3;
		border-right:#FF9900 dashed 1px;
		display:block;
	}
.discussionLink a {
	color: #FF9933;
	text-decoration:none;
}
.discussionLink a:hover {
	text-decoration:underline;
}
#PollAnswer .middleColumn {
	width:100%;
}
#PollAnswer label {
	color:#BE6C00;
	font-size:18px;
	font-family:"Georgia", Times New Roman, Times, serif;
	white-space:normal;	
	width:130px;
}
#PollAnswer  .middleColumn label {
	color:#BE6C00;
	font-size:12px;
	font-family:"Arial", Helvetica, sans-serif;
}
/* COMMENTS */
#PageComments_holder {
	margin:10px 0;
	float:left;
	clear:;
}
	#PageComments_holder li {
		height:auto;
		width:100%;
		list-style:none;
		margin:10px 0;
	}
	#PageComments_holder h4 {
		font-size: 24px;
		font-family:"Georgia", Times New Roman, Times, serif;
		line-height:24px;
	}
#CommentsRSSFeed {
	display:block;
	float:left;
	clear:both;
}
#CommentHolder {
	margin:5px 0;
	float:left;
	clear:both;
	width:100%;
}

/* NEWS LETTER */
#Newsletters label {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:300;
	color: #be6c00;
}
#Newsletters li {
	margin:8px 0;
}
#Newsletters li label {
	font-size: 12px;
	display:inline;
	float:none;
}
#Newsletters li input.checkbox {
	display:inline;
}