﻿/*

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/

*/



/* OVERALL */



/* body.custom {

	background: #00316b url(images/head04_fullback2.jpg) top repeat-x;

} */



/* HEADER */



.custom #header {



	padding-bottom: 0em;



	padding-top: 0em;



	height: 210px;



	z-index: 1



}



.custom #header_area .page {



	padding-top: 0px;



	padding: 0 0 0 0px;



	background: url(images/head05a.jpg) top left no-repeat;



	clear: both;



} 



/* .custom #header_area {

	height: 192px;

	clear: both;

} */



/* POSTS */



.custom .to_comments {

	background: #f9df49;

	padding: 0px;

	border-bottom: 5px solid;

	border-bottom-color: #3c88bc;

	border-bottom-width: 3px;

}

.custom .to_comments a.tt_comments {

	background: url(images/comments_icon.gif) left no-repeat;

	padding-left: 20px;

	padding-top: 2px;

	margin-left: 15px;

}

.custom .to_comments a.tt_continue {

	background: url(images/continue_reading.gif) left no-repeat;

	padding-left: 20px;

	padding-top: 2px;

}

.custom .to_comments a, .custom .to_comments a:visited, .custom .to_comments a:hover, .custom .to_comments a span  {

	color: #00316b;

}

.custom .tt_teaser_after a, custom .tt_teaser_after a:visited {

	color: #00316b;

	text-decoration: none;

}

.custom .tt_teaser_after a:hover{

	text-decoration: underline;

}

.custom .to_comments a span {

	color: #00316b;

}

.custom .bracket {

	display: none;

}

.custom .to_comments span.tt_categories {

	background: url(images/tags.gif) left no-repeat;

	padding-left: 20px;

	padding-top: 2px;

	margin-left: 15px;

	font-size: 1em;

}

.custom .format_text p.note {

	background: #336699;

	border: 1px solid #ddd;

	font-style: italic;

	margin-right: 10px;

	margin-left: 10px;

}

.custom .format_text p.alert {

	background: #336699;

	border: 1px solid #FF0000;

	font-style: italic;

	color: #FFFFFF;

	margin-right: 10px;

	margin-left: 10px;

}

.prev_next {

	color: #f9df49;

}

#respond_intro p {

color:#f9df49;

}

/* TEASERS */



.custom .post_box, .custom .teasers_box {

	border-top: 0px;;

}

.custom .tt_teaser_after {

	margin-top: 10px;

	background: #f9df49;

	padding: 2px;

	border-bottom: 5px solid;

	border-bottom-color: #3c88bc;

	color: #00316b

}

.custom .tt_teaser_link {

	background: url(images/continue_reading.gif) left no-repeat;

	padding-left: 20px;

	padding-top: 2px;

}

.custom .tt_teaser_comments {

	background: url(images/comments_icon.gif) left no-repeat;

	padding-left: 20px;

	padding-top: 2px;

	margin-left: 10px;

}

/* SIDEBARS */



.custom #column_wrap #sidebar_1 .sidebar_list .widget {

	border-top: 0px;

	padding-top: 0px;

}

.custom #column_wrap {

	background: none;

}

.custom #sidebars {

	background: #00316b url(images/sb0102bk_new1col.jpg) repeat-y;

	border-left: 0px solid #f9df49;

	border-bottom: 0px solid #ffffff;

	margin-left: -2px;

	border-right: 0px solid #f9df49;

	border-right-color: #f9df49;

	border-bottom-color: #ffffff;

	border-left-color: #f9df49;

}

.custom .widget_categories li, .custom .widget_archive li, .custom .widget_pages li, .custom .widget_links li {

	list-style-image: url(images/paperlist.gif);

	margin-left: 20px;

	font-size: 18px;

	font-weight: bold;

}

.custom .widget {

	border-top: 1px solid #f9df49;

	padding-top: 20px;

	border-top-color: #f9df49;

	color: #FFFFFF;

}

.custom .widget h3 {

	color: red

}

.custom .widget li a {

	color: #33CCFF

}

.custom .widget_box h3 {

	font: normal normal 1.0 "em serif";

	color: black;

}

.custom .widget_box p {

	color: black

}

/* COMMENT FORMS */



.custom #commentform input, .custom #commentform textarea {

	border: 1px solid #e0e0e0;

	background-color: #f6f6f6;

	color: #000000;

}

.custom #commentform input:hover, .custom #commentform textarea:hover, .custom #commentform textarea:focus, .custom #commentform input:focus  {

	border: 1px solid #b6c4ce;

}

.custom #commentform #submit {

	padding: 5px 15px;

	color: #2f333a;

}

.custom .spmc {

	width: 700px;

	text-align: center;

         left: auto;

         right: auto;

}

.custom .AutoNumber1 {

	color: #000000;

	background-color: #ffffff;

	border: 2px solid #ffcc66;

	padding: 7px;

	text-align: center;

         width: 700px;

}

/*.custom ul.menu { background:#2d658a; }*/

.custom #table1 {
	color: #000000;
	line-height: 1.0em;
}
.custom #frmSS4114 {
	margin-left: 15px;
	margin-bottom: 0px;
	line-height: 1.0em;
}
#toprow1 {
	height: 180px;
	width: 99%;
	font-size: 12px;
	line-height: 14px;
	border-spacing: 0px;
}
.menusearch {
vertical-align: middle;
	margin-left: 95px;

}
.custom #comments {
color: black
}
.custom #comments a {
color: #2361a1
}

.custom a, .custom h2 a:hover, .custom #logo a:hover {
color:#F9DF49;
}
.custom .sf-grey a, .custom .sf-grey a:visited {
color:#FFFFFF;
display:block;
float:left;
font-size:12px;
font-weight:bold;
height:28px;
line-height:28px;
overflow:hidden;
padding:0 25px;
text-decoration:none;
}
.custom .sf-grey li ul li a:hover {
background-color:#FFFFFF;
color:#000000;
}