
/*Text Selection and Placeholder Styles*/

/*Placeholder Styles*/
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #555;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #555;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #555;	
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #555;
}

header{display:none;}

h2{
	font-family: Linux Libertine Capitals O;
	font-size: 4em;
	color:#990000;
	font-weight: 200;
}

h3{
	font-family: Ubuntu Light, Linux Libertine Capitals O;
	font-size: 4em;
	color:#000033;
	font-weight: 200;	
}

h4{
	font-family: Ubuntu;
	font-size: 2.5em;
	color:rgba(0, 0, 51, .57);
	font-weight: 200;
}

a[href]:after {
    content: " (" attr(href) ")";
}
 
a[href^="#"]:after,
a[href^="javascript"]:after {
    content: "";
}

p{
	font-family: Ubuntu Light, sans-serif;
	line-height: 1.5;
	color:rgba(0, 0, 0, 0.8);
}

blockquote{
	margin-left: 30px;
	border-left: 4px solid rgba(0, 0, 51, .57);
	padding-left: 10px;
	margin: 15px;
}

/* END global styles*/


/*Selector Styles*/
/*Input Styles*/
.input1{
	border: 3px solid rgba(0, 0, 51, .57);
	border-radius: 2px;
	font-family: Ubuntu;
	font-size: 1.5em;
	margin-top: 25px;
	color: #990000;
	padding: 6px;
}


/*END input styles*/

/*Button Styles*/


#signup_signin{
	display:none;
}
/*END button styles*/


/*Object specific selectors, ordered hierarchically*/

#everything{
	/*This is the container that makes it fixed width at 900px for the desktop site*/
	width: 950px;
	margin: 0 auto;
}

#user_info_bar{
	display:none;
}


#notification_area{
	display:none;
}

/*Sort Bar Specific Styles*/
#sort_container{
	display: none;
}
/*END Sort Bar Specific Styles*/

.aside1{
	float:right;
	background-color: rgba(0, 0, 51, .57);
	padding: 24px;
	font-family: Ubuntu Light;
	line-height: 1.5;
	color:white;
	max-width: 45%;
}

/* Gradient Line Snippet*/

.paging_container{
	font-family: Linux Libertine Capitals O, Ubuntu;
	/*background-color: rgba(0, 0, 51, .57);*/
	border-radius:50px;
	width:70%;
	padding:1px;
}

.paginate_page_number{
	padding:5px 10px 5px 10px;
	background-color:#ccc;
	text-decoration: none;
	color:black;
	border-radius: 10px;
}

.paginate_page_number:hover{	
	background-color:#000033;
	color:white;
}

.paginate_here_page_number{
	padding:5px 7px 5px 10px;
	background-color:#000033;
	text-decoration: none;
	color:white;
	margin-right: 5px;
	border-radius: 10px;
}

a.paginate_next,a.paginate_previous{
	text-decoration: none;
	color:#000033;
}

a.paginate_next:hover,a.paginate_previous:hover{
	text-shadow:2px 2px 3px gray;
}

/*END Object Specific Styles, Ordered Hierarchically*/


/* Styles for the Formula Box*/

.formula_card{
	width: 99.3%;
	border: 4px solid rgba(0, 0, 51, .27);
	border-style: double;
	padding:0;
	padding-top:3%;
	padding-bottom:1.5%;
	margin: 0;
	margin-bottom: 10px;
	page-break-inside: avoid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body:not(:-moz-handler-blocked) .formula_card{
	width: 99.3%;
	border: 4px solid rgba(0, 0, 51, .27);
	border-style: double;
	border-radius:6px;
	box-shadow: 0 0 150px rgba(0, 0, 51, .02) inset;
	padding:0;
	padding-top:3%;
	padding-bottom:1.5%;
	margin: 0;
	margin-bottom: 10px;
	page-break-inside: avoid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.formula_info{display:none;}

.formula{
	float:left;
	width:867px;
	padding-left: 20px;
	min-height: 240px;
	margin-right:20px;
}

.formula_title{ 
	font-family: Linux Libertine Capitals O;
	font-weight: 400;
	font-size: 3em;
	color:#000033;
	margin-bottom: 20px;
	opacity: .8;
	z-index: -1;
   	page-break-after: avoid;
   }

.title_anchor{display:none;}

.math{
	margin: 0 auto;
	font-size: 1.7em;
	line-height: 2em;
	overflow-x: hidden;
}

.formula_description{
	font-family: Ubuntu Light;
	line-height: 1.5;
	color:rgba(0, 0, 0, 0.8);
}

.formula_description:after{
	font-family:Linux Libertine Capitals O;
	color: #ccc;
	opacity:.5;
	content: "automathic ~ the free math repository ~ www.automathic.org";
	position:relative;
	left:25%;
	font-size:.7vm;
	top:10px;
	margin-bottom:0;
	padding:0;    
}

/*Formula Actions Icons*/

.action_area{display:none;}


/*Ribbon Styles*/

.ribbon{
display:none;
}

#popup{display:none;}

/* Sticky Footer Code (Ryan Fait Version)*/
* {
	margin: 0;
}

html, body {
	height: 100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}

.footer{display:none;}


.push{display: none;}