<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:     BearBlogs
Theme URI:      http://blogs.baylor.edu/
Description:    A Baylorized version of Twenty Ten with custom header images of campus, courtesy of Baylor Photography.
Author:         Boris Baylor
Author URI:     http://blogs.baylor.edu/
Template:       twentyten
Version:        0.1.0
*/

@import url("../twentyten/style.css");

body {
    background: url("https://www.baylor.edu/images/common/bkg_top.jpg") repeat-x scroll 0 0 #D9D9D9;
    color: black;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 14px;
    line-height: 1.75em;
    margin: 0;
    padding: 0;
	}

/* BAYLOR HEADER STYLES */
	
#baylor_header {
	width: 900px;
	height: 70px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	background: url("https://www.baylor.edu/content/images/header/background_gradient.png");
	display: block;
	border-bottom: 1px solid #fecb00;
	position: relative;
	}

#baylor_header #deptname {
	position: relative;
	border-left: 1px solid #fecb00;
	padding: 0px 0px 9px 0px;
	margin: 0px 0px 12px 263px;
	height: 35px;
	left: 0px;
	top: 15px;
	}

#baylor_header #deptname .headertext {
	color: #ffffff;
	font-family: arial, verdana, helvetica, sans-serif;
	text-align: left;
	/*1 line: 15 -&gt; 12 -&gt; 11 */
	top: 11px;
	/*2 lines*/
	/* top: 7px -&gt; 4px -&gt; 3; */
	position: absolute;
	left: 16px;
	font-size: 20px;
	line-height: 22px;
	}

#baylor_header #deptname .headertext a, #baylor_header #deptname .headertext a.hover, #baylor_header #deptname .headertext a.visited {
	text-decoration: none;
	color: #fff;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1.75em;
	letter-spacing: 0px;
	line-height: 20px;
	font-weight:normal;
	}

/*2 line dept name*/

#site-title,
#baylor_header,
#deptname,
.headertext2 {
	color: #fff;
	font-family: arial,verdana, helvetica;
	font-size: 12px;
	text-align: left;
	padding: 1px 0px 0px 1px;
	line-height: 14px;
	vertical-align:middle;
}

#baylor_header_blackbar {
	width: 900px;
	background-color: #000;
	height: 10px;
}

#img-banner {
	width:900px;
	height:170px;
	background-image:url('images/nse-banner.jpg');
	background-repeat:no-repeat;
	}

/* STRUCTURE */

#header {
	padding:0px;
	}

#main {
	padding-top:25px;
	}
	
#main,
#wrapper {
	background: url("https://www.baylor.edu/images/common/bkg_middle.png") repeat-y scroll 50% 0 transparent;
    margin: 0 auto;
    width: 900px;
	}

#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
	width:660px;
	}

#content {
	margin:0px;
	padding-left:20px;
	padding-right:30px;
	margin-bottom:20px;
	border-right:1px dotted #6db422;
	}
	
#main .widget-area ul {
	margin-left:0;
	padding-right:20px;
	width:220px;
	}
	
	
/* TOP NAV STYLES */

#access {
	width:900px;
	height:37px;
	}
	
#access ul li a {
	font-family: Verdana,Geneva,sans-serif;
	padding:0px 16px;
	color:#fff;
	}
	
#access ul li a:hover, #access ul li.current_page_item a {
    background: url("https://www.baylor.edu/graphics/i/nav_overlay_bkg.png") no-repeat scroll 50% 1px transparent;
}
	
/* START BAYLOR FOOTER */

#footer {
	margin: 0 auto;
	width: 940px;
	font-size: 12px;
	line-height: 1.3em;
	padding: 0 0 25px 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.baylor_footer {
	background: url(https://www.baylor.edu/images/common/bkg_bottom.png) no-repeat 50% 100%;
	padding: 7px 0 17px 0;
	height: 15px;
	line-height: 15px;
	border: none;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    font-size: 12px;
	}
	
.baylor_footer a {
	color: #fff;
	text-decoration: none;
	opacity: .8;
	}
		
.baylor_footer a:hover {
	opacity: 1;	
	text-decoration: underline;
	}
	
	
#footer a {
	color:#1A7A3A;
	}
	
#footer .verdana10 {
    display: block;
    font-size: 11px;
    margin: 0 auto;
    text-align: center;
    width: 900px;
	}
	
/* TYPOGRAPHY */

#site-description {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:16px;
	color:#000;
	width:490px;
	text-align:right;
	position:absolute;
	margin-left:390px;
	top:230px;
	background-color:#000;
	}

#content h1.entry-title {
	font-family:arial, verdana, helvetica;
	font-size:24px;
	line-height:32px;
	font-weight:normal;
	color:#333;
	}
	
#content .entry-title a {
	font-family:arial, verdana, helvetica;
	font-size:24px;
	line-height:32px;
	font-weight:normal;
	color:#333;
	}
	
#content .entry-title a:hover {
	color:#006600;
	text-decoration:underline;
	}
	
p {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:14px;
    margin: 10px 0 15px;
	padding-right:15px;
	}
	
#primary {
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    font-size: 12px;
    line-height: 1.4em;
	}
	
#primary a:link, a:visited {
    color: #1A7A3A;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    font-size: 12px;
    line-height: 1.4em;
	}
	
.entry-content a, a:visited {
	color:#006600;
	}
	
.entry-content a:hover {
	color:#666;
	text-decoration:none;
	}
	
h3.widget-title {
    font-family: arial,verdana,helvetica,sans-serif;
    font-size: 15px;
	}
	
.textwidget {
	width:200px;
	border-bottom:1px dotted #6db422;
	}
	
.textwidget p {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-style:italic;
	font-size:12px;
	line-height:15px;
	color:#666;
	}
	
.widget_text h3 {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size:20px;
	line-height:15px;
	color:#003300;
	padding-bottom:10px;
	}
	
div .nav-next a {
	margin-right:20px;
	}
	
div .nav-next a:hover {
	color: #6db422;
	}

div.nav-previous a{
	font-family: arial, verdana, helvetica, sans-serif;
	}	

div .nav-previous a:hover {
	color: #6db422;
	}
	
.entry-meta a, .entry-utility a {
    color: #666;
	}
	
cite.fn a {
	color:#006600;
	font-family: Georgia,"Times New Roman",Times,serif;
	}

.entry-meta {
	font-family: arial, verdana, helvetica, sans-serif;
	}
	
.entry-meta a:hover, .entry-utility a:hover {
    color: #006600;
	}
	
p.logged-in-as a, a:visited {
	color:#006600;
	}
	
p.logged-in-as a:hover {
	color:#666;
	text-decoration:none;
	}
	
/* New styles */

#main .widget-area ul {
	margin-left:0;
	padding-right:20px;
	width:200px;
}

#baylor_footer {
	display:block!important;
}

#access ul ul a {
	background-image:none;
	background:#333;
	line-height:1em;
	width:210px;
	height:auto;
	border-bottom:1px solid #999;
	padding:10px;
}

#access ul ul :hover &gt; a {
	background:#333;
	color:#666;
}

#access ul ul.sub-menu a {
	background-image:none;
	background:#333;
	line-height:1em;
	width:210px;
	height:auto;
	border-bottom:1px solid #999;
	padding:10px;
}

#content h2.entry-title {
	color:#333333;
	font-family:arial,verdana,helvetica;
	font-size:24px;
	font-weight:normal;
	line-height:32px;
}

#content h1.entry-title {
	color:#333333;
	font-family:arial,verdana,helvetica;
	font-size:24px;
	font-weight:normal;
	line-height:32px;
}

#content ol li {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:14px;
	padding-right:15px;
	margin:10px 0 15px;
}

#content ul li {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:14px;
	padding-right:15px;
	margin:10px 0 15px;
}

	
</pre></body></html>