/*
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/
*/

.custom #header #tagline { margin-top: 6px;}

body.custom {
    background: #b5b5b5;
}


.custom #page {
    background: #fff; border-top: 5px;
}

.custom #header { background: url('http://blog.utpjournals.com/wp-content/themes/thesis/thesis_151/custom/images/UTP_JourBlog_Header.jpg') no-repeat; height: 98px; }


.custom h2 {
color:#38495A;
font-size:15px;
font-family:"Arial";
text-transform:uppercase;
}


.custom .headline_meta { text-transform: none; font-size: 13px; font-style: italic; color: #004268; font-family: "Arial"; }
.custom .headline_meta a { text-transform: none; font-size: 13px; color: #004268; font-family: "Arial"; }
.custom .headline_meta a:hover { text-decoration: underline; font-size: 13px; color: #567797; font-family: "Arial"; }
.custom .headline_meta span, .headline_meta abbr { font-size: 13px; font-style: normal; text-transform: none; }



.custom ul#tabs { list-style: none; border: 0 0 0 6px solid #AFDFE5; background-color: #AFDFE5; padding-left:5px;}
.custom ul#tabs li { margin-bottom: 0em; background: #AFDFE5; border: 3px solid #AFDFE5; border-right: 20px; float: left; }
.custom ul#tabs li.current_page_item, ul#tabs li.current-cat { border: 3px solid #AFDFE5; }
.custom ul#tabs li a { color: #004268; display: block; text-transform: none; font-size: 12px; letter-spacing: .12em; }
.custom ul#tabs li a:hover { color: #567797; text-decoration: underline; }
.custom ul#tabs li.current_page_item a, ul#tabs li.current-cat a { color: #004268; cursor: default; }
.custom ul#tabs li.current_page_item a:hover, ul#tabs li.current-cat a:hover { color: #567797 text-decoration: underline; }


.custom .headline_meta { font-style: italic; color: #567797; }
.custom .headline_meta a { border-bottom: 0px; color: #2361a1; }

.custom #footer { color: #000; text-align: right; clear: both;  border-top: 5px solid #38495A; background: #fff; }
.custom #footer a { text-decoration: none; font-size: 13px; font-family: "Arial"; color: #4268; }
.custom #footer a:hover { color: #567797; text-decoration: underline; }

.custom blockquote { border-left: 2px solid #39485A; }

.custom .post_tags a:hover { text-decoration: underline; color: #567797 }


.custom .prev_next { font-size: 12px; text-transform: none; letter-spacing: 2px; border-top: 2px solid #ddd; color: #666; clear: both; }
.custom	.prev_next a:hover { text-decoration: underline; color: #567797; }
	
	
.custom .sidebar a:hover { text-decoration: underline; color: #567797; }
.custom .sidebar a {color: #2361a1;}

.custom #commentform { border-top: 2px solid #38495A; }

.custom #commentform p { margin-bottom: 1em; }
	
		#commentform p a { text-decoration: none; }
		
.custom #commentform p a:hover { text-decoration: underline; }

		#commentform textarea { width: 100%; }
		
		#commentform p .required { color: #d00; }

.custom #commentform p.allowed { width: 100%; font-size: 1em; padding: 0.6em 0.4em; background: #fff; border: 0.1em solid #38495A; }

		#commentform p.allowed span { color: #807e70; }

.custom .format_text a { text-decoration: none; }

.custom .format_text a:hover { text-decoration: underline; color: #567797; }

.custom abbr, acronym { line-height: 1em; text-transform: none; letter-spacing: 1px; border-bottom: none; cursor: help; }

.custom .headline_meta span, .headline_meta abbr { font-style: normal; text-transform: none; letter-spacing: 1px; }

.custom #archive_info p { text-transform: none; letter-spacing: 2px; }

.custom .comments_closed p { text-transform: none; letter-spacing: 1px; color: #888; }


	.comments_intro p { color: #666; }
		
.custom .comments_intro a { text-decoration: none; }
		
.custom .comments_intro a:hover { text-decoration: underline; color: #567797;}

.custom .comments_intro span { color: #111; }

.custom .comments_intro span.bracket { color: #ccc; }

.custom dl#comment_list { border-top: 2px solid #38495A; }
			
.custom dl#comment_list dt a:hover { text-decoration: underline; color: #567797; }

.custom dl#comment_list dt .comment_author { font-weight: none; }
				
			.avatar img { float: right; }

			.comment_time, .edit_comment { color: #888; }
			
				.comment_time a, .edit_comment a { color: #888; }
				
				.comment_time a:hover, .edit_comment a:hover { text-decoration: underline; color: #567797; }

		.comment_num { float: right; }

			dl#comment_list .comment_num a { font-weight: bold; color: #aaa; }

			dl#comment_list .comment_num a:hover { color: #fff; background: #aaa; text-decoration: underline; }

	dl#comment_list dd { border-bottom: 1px dotted #bbb; }

		a.comment_link { color: #111; text-decoration: none; font-variant: small-caps; border-bottom: 1px solid #bbb; }

		a.comment_link:hover { color: #111; border-bottom-color: #111; text-decoration: underline; }
			
	/*---:[ author comment and alternating comment colors ]:---*/
	
.custom .author_comment { background: #fff; }
	
	/*
	dl#comment_list dt, dl#comment_list dd { background: #fff; }

	dl#comment_list .alt { background: #fff !important; }
	*/
	
	/*---:[ end author comment and alternating comment colors ]:---*/
	
dl#trackback_list { padding-left: 1.1em; border-top: 1px dotted #bbb; }
	
		dl#trackback_list dt a { color: #111; }
	
		dl#trackback_list dt a:hover { color: #111; text-decoration: underline; }
	
	dl#trackback_list dd { color: #888; }

	.comments_closed p { text-transform: none; letter-spacing: 1px; color: #888; }

/*---:[ comment form styles ]:---*/

	#respond p { color: #555; }

.login_alert { background: #f5f5f5; border: 1px solid #ddd; }

	.login_alert p { font-weight: bold; }
	
		.login_alert p a:hover { text-decoration: underline; }

#commentform { border-top: 1px dotted #bbb; }

	#commentform p { margin-bottom: 1em; }
	
		#commentform p a { text-decoration: none; }
		
		#commentform p a:hover { text-decoration: underline; }

		#commentform textarea { width: 100%; }
		
		#commentform p .required { color: #d00; }

	#commentform p.allowed { width: 100%; font-size: 1em; padding: 0.6em 0.4em; background: #f9f7e4; border: 0.1em dotted #bbb; border-top: 0; }

		#commentform p.allowed span { color: #807e70; }
	

.custom li.rss {
display:none;
}

.custom .format_text p.note { background: #f5f5f5; border: 1px solid #38495A; }

.custom .format_text p.alert { background: #ffffa0; border: 1px solid #38495A; }


