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

/* =Headings reset
--------------------*/
h1, h2, h3, h4, h5, h6 {
    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;
}
.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%;
}

/* =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;
}
.button a {
    color: #fff;
}

/* =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;
}


/* =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;
}

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