/*
File:			custom.css
Description:	Custom styles for the Thesis Theme that you define

Use:

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 overwrite *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!
*/
.morelink a{ color: #2361a1; font-weight:bold; text-decoration: none; }
.sidebar h3 { color:#BE0C0C; font-weight:bold; }
/* Start of addition on Oct 22 2008 */
.sidebar h3 { color:#2C64B4; }
/*#content h1, #content h2 { color:#2C64B4; }*/
.sidebar a, .sidebar a:visited { color:#111111; }
.sidebar a:hover { color:#2C64B4; text-decoration:none; }
/*h2 a, h2 a:visited { color:#2C64B4; }
h2 a:hover { color:#111111; text-decoration:none; }*/
h2 a, h2 a:visited { color:#111111; }
h2 a:hover { color:#2C64B4; text-decoration:none; }
#header #logo a, #header #logo a:visited, #header #logo a:visited { color:#111111; }
#header #logo { font-weight: 40%; }
/*li.widget ul li { border-bottom:1px dotted #B7B7B7; padding: 0px 0 0px 0px;}*/
li.widget p a, li.widget p a:visited { text-decoration:none; }
/*End of addition on Oct 22 2008*/
/* Start Adjust Column Widths */
/*.custom #container { width: 1100px; }*/
.custom #content { width: 600px; background:transparent url(images/content_bg.gif) repeat-y scroll right center;}
/*.custom #sidebar_1 { width: 161px;}*/
.custom #sidebar_1 { width: 300px;}
.custom #sidebars_2 { width:200px;}
.custom #column_wrap {float:left;}
.custom #nosidebars { width:100%;}
/* End Adjust Column Widths */
/* Start Of Google Custom Search Box In Header */
.search-results #content { float:left;}
.custom #logo, .custom #tagline {width:50%;}
.custom #header form#cse-search-box {float:right;}
.custom #header form#cse-search-box input {font-size: 1.5em;}
/* End Of Google Custom Search Box In Header */
/* Start Of Remove border lines 
#header {border:none;}

#footer {border:none;}
ul#tabs {border:none;}*/
#content_box {background: none;}
#sidebar_1 {border-style:none;}
.custom #column_wrap {background: none;}
/* End of Remove border lines */

/*Tabbed Widget Version 2.0*/
.tabbedwidget { margin-top: 3em;background: #DF7718;padding: 5px;padding-top: 10px;border: 1px solid #DF7718;}
.tabnav {margin-bottom: 10px;}
.tabnav li {display: inline;list-style: none;padding-right: 0px;}
.tabnav li a {background: #e5f6fc;border: 1px solid #0262A5;padding: 4px 6px;font-size:1.1em;}
.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {background: #e5f6fc;border: 1px solid #0262A5;}
.tabdiv {margin-top: 2px;background: #e5f6fc;border: 1px solid #0262A5;padding: 7px;}
.tabdiv li {list-style: none;margin-bottom: 0.667em;}
.ui-tabs-hide {display: none;}

/* start of customize alert and note boxes */
.custom .format_text p.alert { background: #ffffa0 url('images/star-48.png') center no-repeat;
border: 2px solid #e5e597; background-position: 7px 50%; /* x-pos y-pos */text-align: left;padding: 5px 5px 5px 45px;}
.custom .format_text p.note { background: #f5f5f5 url('images/newspaper-32.png') center no-repeat;
border: 2px solid #ddd;background-position: 7px 50%; /* x-pos y-pos */text-align: left;padding: 5px 5px 5px 45px;}
/* end of customize alert and note boxes */

/* magazine style teasers thumbnail images*/
.custom .teaser { text-align: justify; }
/* end of magazine style teasers thumbnail images */