/* Newman University Blogger Template Styles */

/* Main Body Styles */
body {
	padding: 0px;
	margin: 0px;
	background: #b1c5ea url(https://www.newmanu.edu/Portals/_default/images/NUDesign.JUNE08.75/body_bkg.jpg) repeat-x left top;
	color: #112151;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	min-width: 800px;
	vertical-align: top;
}
/* img, div, a { behavior: url(https://www.newmanu.edu/iepngfix.htc) } DO NOT USE EVER! */
#homelink {
	display: block;
	padding: 5px 5px 5px 25px;
	float: left;
	background: transparent url(/images/BlogTemplate/homelink.png) no-repeat left 50%;
	font-weight: bold;
}
#navbar-iframe {
   display: none !important;
}
div#content {
	/*position: relative;
	top: 30px;*/
	padding: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color: #fff;
	border: 1px solid black;
}

/* Header Styles */
div#header {
	height: 200px;
	margin: 5px;
	border: 1px dotted #112151;
	background-image: url(/images/BlogTemplate/headBKG.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.logoIMG {
	border: 0px;
	float: right;
}
div#blogtitle {
	height: 155px;
	width: 520px;
	float: left;
	padding: 40px 10px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #9E2828;
}
div#blogtitle a:link, div#blogtitle a:visited, div#blogtitle a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #9E2828;
	text-decoration: none;
}
div#blogtitle a:hover {
	color: #112151;
}
/* Left Side Styles */
div#leftside {
	width: 250px;
	float: left;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.SideBarTitle {
	font-weight: bold;
	padding: 0px 10px;
	color: #112151;
}
.profilename {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
}
.roundcont {
	width: 240px;
	background-color: #e4e8f6;
	color: #9E2828;
	text-align: left;
}
.roundcont ul {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
}
.roundcont li {
	margin: 0px;
	list-style: none;
	padding: 2px 10px 2px 0px;
}
.roundcont p {
	margin: 5px 10px;
}
.roundcont a:link, .roundcont a:visited, .roundcont a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9e2828;
}
.roundcont a:hover {
	color: #112151;
}

.roundtop { 
	background: url(/images/BlogTemplate/tr.gif) no-repeat top right;
	vertical-align: top;
	height: 10px;
}

.roundbottom {
	background: url(/images/BlogTemplate/br.gif) no-repeat bottom right; 
	vertical-align: bottom;
	height: 10px;
}

img.corner {
   border: none;
   display: block !important;
}
/* Right Side Styles */
div#rightside {
	width: 515px;
	float: right;
	padding: 10px;
	margin: 0;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div#rightside p {
	margin: .5em 0;
	text-indent: 1em;
}
div#rightside .postbody a {
	color: #9E2828;
}
div#rightside .postbody a:hover {
	color: #112151;
	font-weight: bold;
}
.blogcomments a:link, .blogcomments a:visited, .blogcomments a:active {
	color: #9E2828;
}
.blogcomments a:hover {
	color: #112151;
}
.dateheader {
	text-transform: uppercase;
	letter-spacing: 4px;
	padding: 5px 0px;
	margin-top: 10px;
	border-bottom: 1px dashed #112151;
	width: 400px;
}
.posttitle {
	margin: 0px 10px;
	padding-top: 10px;
}
.posttitle a:link, .posttitle a:visited, .posttitle a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #9E2828;
}
.posttitle a:hover {
	text-decoration: underline;
	color: #112151;
}
.postbody {
	padding: 10px;
}
div.postlink {
	padding-bottom: 10px;
}
.postlink a:link, .postlink a:visited, .postlink a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	color: #9E2828;
}
.postlink a:hover {
	text-decoration: underline;
	color: #112151;
}
.postfooter {
	font-size: 10px;
	color: #AAA;
	text-transform: uppercase;
	margin: 0px 10px;
	padding-bottom: 5px;
	border-top: 1px dotted #AAA;
}
.postfooter a:link, .postfooter a:visited, .postfooter a:active {
	font-size: 10px;
	color: #AAA;
	text-transform: uppercase;
}
.postfooter a:hover {
	color: #112151;
}
.byline {
	text-transform: uppercase;
	font-size: 10px;
	color: #AAA;
}
.byline a:link, .byline a:visited, .byline a:active {
	text-transform: uppercase;
	font-size: 10px;
	color: #AAA;
}
.byline a:hover {
	color: #112151;
}
/* Footer Styles */
div#footer {
	clear: both;
}