/*
	** Name: Editor Styles
	** File: styles.css
	** Author: Hugo M.
	** Date: 9/10/2015
*/

/* =Headings reset
--------------------*/
h2, h3, h4, h5, h6 {   
	color: #4e4e4e;
}
h1 {   
	color: #cc0033;
}

/* =Blockquote
--------------------*/
blockquote {
	color: #777777;
 }

/* =Highlight Article
--------------------*/
.highlight_article {
	background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #bbb;
    border-top: 1px solid #bbb;
    color: #555;
    display: block;
    font-weight: bold;
    line-height: 20px;
    margin: 8px;
    padding: 8px;
    text-align: justify;
    vertical-align: middle;
}

/* =Red Text
--------------------*/
.red-text {
	color: #cc0033 !important;
}
.red-phrase {
    color: #cc0033;
    font-family: Georgia,"Times New Roman",serif;
    font-style: italic;
    font-weight: normal;
    font-size: 18px;
}
/* =Small Text
--------------------*/
.small_text{
	line-height: 105%;
	font-size: 93%;
}
/* =Large Text
--------------------*/
.large-text {
	/* Define Large Text */
    font-size: 130%;
    line-height: 1.3em; 
}

/* =button link
--------------------*/
.button {
    background-color: #cc0033;
    background-image: none;
    background-repeat: repeat-x;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    line-height: 1.7em;
    padding: 3px 10px;
    text-shadow: none;
    text-align: center;
	background-color: #cc0033;
	display: block;
}
.button a {
    color: #fff;
}
.sidebar-button {
}
.sidebar-button a {
	padding: 42px;
	color: #FFFFFF;
	display: block;
	font-size: 24px;
	line-height: 110%;
}
.sidebar-button:hover, .sidebar-button a:hover  {
	color: #FFFFFF !important;
	background-color: #000000;
}

.button-yellow {
	background-color: #ffc910; 
	color: #222; 
	padding: 18px 19px 13px 19px ; 
	margin: 10px 3px; 
	line-height: 4;
	font-size: 95%;
}
.button-wide {
	padding: 18px 19px 13px 19px ; 
	margin: 10px 3px; 
	font-size: 95%;
	text-transform: uppercase;
}


/* =button-lg
--------------------*/
/* For use with need for large buttons, uses the bootstrap button styling */
.button-lg.button {
}

/* =All Caps
--------------------*/
.all_caps {
	text-transform: uppercase;
	font-size: 95%;
	background-color: #F1F1F1;
}

/* format definition list to look like table - this entry adds class to editor
--------------------*/
.tbl-def-list {}


/* =Pull Quotes
--------------------*/
.pquote_left {
	float: left;
	width: 300px;
	margin: 30px 50px 30px 0px;
	padding: 26px ;
	background: url(../images/rutgers/openquote.gif) #FBF7EE top left no-repeat;
	color: #777;
	font-family: Georgia, Times, Palatino, serif;
	font-size: 26px;
	line-height: 1.1;
	font-style: italic;
	text-align: right;
}
.pquote_right {
	float: right;
	width: 300px;
	margin: 30px 0px 30px 50px;
	padding: 26px ;
	background: url(../images/rutgers/openquote.gif) #FBF7EE top left no-repeat;
	color: #777;
	font-family: Georgia, Times, Palatino, serif;
	font-size: 26px;
	line-height: 1.1;
	font-style: italic;
	text-align: right;
}
@media (max-width: 768px) {
	.pquote_left {
		float: none;
		margin: 20px auto;
		text-align: none;
		font-size: 16px;
		width: 235px;
	}
	.pquote_right {
		float: none;
		margin: 20px auto;
		text-align: none;
		font-size: 16px;
		width: 235px;
	}
}

/* Striped List
** See sas-red.css for code
--------------------*/
.striped-list {
	list-style-position: inside;
}

/* Bootstrap span
--------------------*/
.span3 {
	list-style-position: inside;
}
.span5 {
	list-style-position: inside;
}

/* gray-bg
--------------------*/
.gray-bg {
	/* Define Gray box background with interior white outline */
    outline: solid #757575 5px;
    background: #757575;
    color: #fff;
    height: 80%;
    padding: 30px;
    font-size: 16px;
    border: 3px #fff solid;
}

/*Custom CSS to make tables responsive 
---------------------------*/ 
.sas-responsive-tbl { 
	width: 100%; 
} 

/* Add table-striped as an option to set in the advancd class
---------------------------*/ 
.table-striped { 
	width: 100%; 
}

/* Styling for captions
---------------------------*/ 
.figcaption { 
	font-size: 95%;
	font-weight: bold; 
}

/* Styling for condensed paragraphs
---------------------------*/
.tight-line-height {
	line-height: 1.4;
}

/* JOOMLA CUSTOM FIELDS - general field styling
--------------------------- */
.field-label, 
.field-entry .field-label {
	font-weight: bold;
}

/* JOOMLA CUSTOM FIELDS - custom styles (additional css for these fields is in sas_red.css)
--------------------------- */
.regular-bold {
	font-weight: bold;
	line-height: 1.3;
	margin: 3px 0px 10px 0px;
}
.med-normal {
	font-size:  150%;
	font-weight: normal;
	line-height: 1.3;
	margin: 3px 0px 5px 0px;
}
.med-bold {
	font-size:  140%;
	font-weight: bold;
	line-height: 1.3;
	margin: 3px 0px 5px 0px;
}
.large-bold {
	font-size:  170%;
	line-height: 1.3;
	font-weight: bold;
}
.large-normal {
	font-size: 23px;
	margin: 2px 0 5px 0;
}
.caps-gray-sm {
	color: #656565;
	font-size: 14px;
	margin: 0px 0 5px 0;
	text-transform: uppercase;

}
.caps-gray-med {
	color: #656565;
	font-size:  115%;
	line-height: 1.3;
	margin: 8px 0 0  0;
	text-transform: uppercase;
}
.paragraph-spaced {
	margin-left: 9px;
	margin-top: 5px;
	margin-bottom: 9px;
}

/* Custom Fields - top images (additional css for these fields is in sas_red.css)
--------------------------- */
.intro-image-top-150 {
    float: left;
    margin: 0 8px 0 0;
    width: 150px;
}
.intro-image-top-150 img {
    width: 150px;
    height: auto;
}
.intro-image-top-200 {
	float: left;
	margin: 0 10px 10px 0;
}
.intro-image-top-200 img {
	width: 200px;
	height: auto;
}