﻿/*
Theme Name: RUC Website
Theme URI: http://eac.dev-23.tiup.us
Author: RUC
Description: Global Website for RUC. Design by MONOkeros.
Version: 1.1
Tags: Department of enrollment career
*/
#page{
	width:100%;
	height:36px;
	line-height:36px;
	text-align:left;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	display:block;
	text-align:-moz-center;
	*text-align:center;
	text-align:right;
	margin-bottom: 10px;
}
#page a{
	text-decoration:none;
	color:#337ab7;
	background:#ffffff;
	display:inline-block;
	padding:9px 12px;
	margin:0 5px 0 0;
	line-height:16px;
	margin-right:3px;
	border: 1px solid #ddd;
	border-radius: 4px;
}
#page a:hover,#page a.current{
	color:#FFF;
	background:#337ab7
}

.news-content ul li .stick{
	width: 55px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    color: white;
    background-color: #f27778;
    padding: 2px 8px;
    border-radius: 2px;
}

/*Alignment*/
.alignleft {
   display:inline;
   float:left;
   margin-right:1.625em;
}
.alignright {
   display:inline;
   float:right;
   margin-left:1.625em;
}
.aligncenter {
   clear:both;
   display:block;
   margin-left:auto;
   margin-right:auto;
}

#single-content p{
   text-indent:2em;
}