/**
 * Contains all the CSS elements pertaining to the Page
 * content type. This is the most basic type for the SCEC
 * web site.
 *
 * @author 	David Gill
 * @date		01/16/2015
 * @revised	07/30/2015
 * @tags		scec, css, styling, theme
 * @url 		/sites/all/themes/scec/css/page.css
 * @depends 	None
 */


 h2 {
 	margin-top: 0.5em;
 }

 #page_edit input[type=text] {
 	border: 1px solid black;
 	padding: 2px;
 	font-size: 12pt;
 	width: 99.5%;
 }

 #page_edit .wysiwyg-toggle-wrapper {
 	display: none;
 }

 #page_edit .field-name-body label {
	 display: none;
 }

 #page_edit .field-name-field-page-show-title,
 #page_edit .field-name-field-page-show-breadcrumbs {
	 display: inline-block;
	 margin-left: 20px;
 }

 #page_edit .field-name-field-page-show-title .form-item,
 #page_edit .field-name-field-page-show-breadcrumbs .form-item {
	 margin: 0px;
 }

 .form-submit {
 	border: 1px solid #990000;
 	background-color: #990000;
 	color: white;
 	font-size: 12pt;
 	padding: 0.5em;
 	cursor: pointer;
 	margin-right: 1em;
 }

 .page .actionlink {
	 color: white;
	 background-color: #990000;
	 padding: 4px 20px 4px 20px;
	 margin-right: 1em;
	 text-decoration: none;
	 text-transform: uppercase;
	 text-align: center;
	 width: 75px;
	 display: inline-block;
 }
