/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/


body { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;background: url(/wp-content/themes/thesis_16/thesis_16/custom/hopkins_blog/images/bodyBg.jpg) #224b9b repeat-x; }

/*individual tweeks to thesis */
#page { padding: 0em;background:transparent; }
input.bannerSearchButton {border:0;background:none;margin:0;padding:0;}
.search_wrap input[type=text] {height:20px;background:white;border:1px solid #abadb3;font-size:14px;color:black;}
.search_wrap input[type=radio] {border:0;background:none;border:0;}
.menu {display:none;}
#search {display:none;}
.leave_comment {margin-bottom:20px;}
.subbox {border:1px solid #c5c2c2;padding:10px;margin-top:20px;} /*subscribe format*/
	.subbox input[type=text] {width:200px;background:white;margin:10px 0;height:20px;}
	.subbox input[type=submit] {width:125px;}
	.subbox p {font-size:12px;}
.ratingblock {padding-bottom:10px;}

p#logo a {
	margin-left:90px;
	margin-top:0;
	font-size:24px;
	line-height:1em;
	font-weight:normal;
	}
	
	p#logo a:hover {text-decoration:none;color:#fff;}

#archive_info p {text-transform:capitalize !important;letter-spacing:0 !important;font-size:12px;}

/* meta bar, comment count*/

div.post_metawrap {margin-top:5px}
div.byline_info {
	background-color:#f5f4f4; 
	/*height:15px;*/
	color:#4a4a4a;
	padding:5px;
	font-size:12px;
	}
	
	div.byline_info span {padding:0 5px;}
	div.comment_number {
		padding:0;
		float:left;
		width:100px;
		margin:0px;
		font-size:12px;
		}
		
div.post,div.page.post_box {
	position:relative;
	background: url(/wp-content/themes/thesis_16/thesis_16/custom/hopkins_blog/images/post-bg.png) repeat-x;
	border:1px solid #cccccc;
	margin:15px;
	padding:15px;
	*padding-bottom:40px;
	}
	
	div.post p img {padding:5px;border:1px solid #cccccc;}
	table img {padding:5px;border:1px solid #cccccc;margin-right:20px;}
	td {margin-right:10px;padding-right:10px;}
	
p.post_tags {background:#f5f3f4;padding:5px;}
	.post_tags a {text-decoration:underline;}
.post_nav {margin-left:15px;padding:0;letter-spacing:0;font-size:12px;text-transform:capitalize;}
	.post_nav a {font-size:12px;}
	
/*Title and Share Toolbar*/

.entry-title{width:550px;}


.at300bs { background: url(/wp-content/themes/thesis_16/thesis_16/custom/hopkins_blog/images/widget22.gif) no-repeat!important; }
.at15t_email {background-position:0 -1456px!important;}
.at15t_twitter {background-position:0 -864px!important;}
.at15t_facebook {background-position:0 -976px!important;}
.at15t_expanded {background-position:0 -1008px!important;}	

.share {position:absolute;top:10px;right:0;height:16px;font-size:12px; margin-right:15px;}

/*search results*/
.listing h2.entry-title{
	font-size:14px;
}

.listing div.post_box{
	background:none;
	border:none;
	margin:0px;
	padding: 5px 15px;
}

.listing div.byline_info{
	background-color:#ffffff;
	font-size:11px;
	padding:0px;
}

.listing div.headline_area {
margin-bottom:0;
}	

/* sidebar specific*/

.sidebar h3 {
	font-size:18px;
	color:#231f20;
	text-transform:capitalize;
	font-variant: normal; 
	letter-spacing:0;
	margin:10px 0;
	}
	
#advanced_text-7 a {display:block;}
a.sub-link {
	display:block;
	text-transform:uppercase;
	text-decoration:none;
	color:#231f20;
	font-size:12px;
	padding-left:25px;
	margin-bottom:5px;
	}
	
a.sub-link:hover {text-decoration:none;}
a.sub-email {background: url(/wp-content/themes/thesis_16/thesis_16/custom/hopkins_blog/images/mail.png) no-repeat left;}
a.sub-rss {background: url(/wp-content/themes/thesis_16/thesis_16/custom/hopkins_blog/images/rss.png) no-repeat left;}

#sidebars input, select {width:175px;}
.simpleimage {margin-top:15px;padding:0;}
a.timesince {color:#615a5a;font-size:12px;}
h3 a, a:hover{color:#231f20;text-decoration:none !important;}
li#gdstarrmulti-3	{color:#615a5a;line-height:10px;}


/* footer*/

#footer { 
	position:relative;
	border:0;
	background:#213770;
	margin:0;
	height:140px;
	color:#fff; 
	font-size:12px;
	}
	
	#sm-logo {float:left;margin:20px;}
		#sm-logo a {border:0;}
	#footer-sub {float:right;margin:20px;}	
		#footer-sub a {
			display:block;
			border:0;
			text-transform:uppercase;
			text-decoration:none;
			color:#fff;
			margin-bottom:5px;
			padding-left:25px;
			}
			#footer a:hover {color:#ffffff;text-decoration:underline !important;}
			a.footer-mail {background: url(/wp-content/themes/thesis_16/thesis_16/custom/hopkins_blog/images/mail.png) no-repeat left;}
			a.footer-rss {background: url(/wp-content/themes/thesis_16/thesis_16/custom/hopkins_blog/images/rss.png) no-repeat left;}			
	#disclaimer {position:absolute;bottom:20px;left:30px;}	
		#disclaimer span {padding-left:200px}
			#disclaimer span a {color:#fff;}

/* comments*/

#comments {margin-left:15px;margin-right:15px;}


dl#comment_list, #respond {
	border:1px solid #cccccc !important;
	background: url(/wp-content/themes/thesis_16/thesis_16/custom/hopkins_blog/images/post-bg.png) repeat-x;
	margin-top:10px; 
	}	
.leave_comment { clear: both; padding-top: 10px;margin-bottom:20px; }
.leave_comment a, a.more-link  {
	border:1px solid #cccccc;
	padding:10px;
	color:#4a4a4a;
	text-decoration:none;
	background: url(/wp-content/themes/thesis_16/thesis_16/custom/hopkins_blog/images/post-bg.png) repeat-x;
	display: block;
	width: 130px;
	}
.comments_intro {display:none;}
#comments h2 {margin-left:10px;margin-top:20px;font-size:18px;}
#respond_intro h2 {margin-top:-20px;margin-left:0;padding:0;}
.form_submit {background:#fff;border:1px solid #cccccc !important;font-size:12px !important;color:#4a4a4a !important;background: url(/wp-content/themes/thesis_16/thesis_16/custom/hopkins_blog/images/post-bg.png) repeat-x !important;}

dl#trackback_list {background: url(/wp-content/themes/thesis_16/thesis_16/custom/hopkins_blog/images/post-bg.png) repeat-x; border: 1px solid #CCCCCC; }
dl#trackback_list dt a, dl#trackback_list dt a:hover { color: #4168B0; }


/*pageination */

.page-nav { font-size: 12px; margin-left:15px; padding: 0; overflow: hidden; }
.page-nav-intro { float: left; padding: .3em .5em; margin: 0 1em 1em 0; background: #efefef; border: .1em solid #ccc; font-weight:bold;}
.page-number { float: left; padding: .3em .5em; margin: 0 .2em; background: #fff; border: .1em solid #ccc;  }
.current-page-number { float: left; padding: .3em .5em; margin: 0 .2em; background: #efefef; border: .1em solid #ccc; }
.elipses { float: left; padding: .3em .2em; }
.prev_next p {float:left;font-weight:bold;font-size:12px;border:1px solid #cccccc;padding:3px;margin-top:10px;margin-bottom:10px;}
	.prev_next p a {font-weight:normal;}
p.previous {margin-right:20px;background:#efefef;}
.post_nav .previous {margin-bottom:0 !important;}


/*thesis border wipe */
.custom #header,.custom .teasers_box, .custom #footer, .custom #footer a, .custom #footer a:active, .custom #archive_info, .custom .prev_next, .custom #comment_list, .custom #comment_list dd, .custom #commentform, .custom #sidebar_1, .custom #sidebar_2, .custom #comment_list dt.comment, .custom #comment_list dd.comment, .custom #comment_list dl .bypostauthor .format_text, .custom #trackback_list {
        border-bottom: 0px;
        border-top: 0px;
        border-right: 0px;
        border-left: 0px;
}



#content.widecolumn { width: 956px; margin: 0 auto; background-color: #FFFFFF; float: none; margin-top: 50px; font-size: 14px; line-height: 24px; padding: 20px; }
form { margin-top: 0 !important; }
