/*

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/

*/

/*   This code is for newspa and contains many good flavors for future coding of thesis; make sure you pay attention to this coding and apply it to a notepad file so I've GOT the code data
*/


   body.custom {background: #555000;}
.custom a:hover {background: #9d9b5a; }

.custom #container {margin-top: 2em; margin-bottom: 2em;}
.custom #page {background: url('http://www.newspareno.com/images/transparent80.jpg') center top no-repeat fixed;}

.custom div#right_side_header {float: right; top: 1em; font-weight: bold; font-size: 1.8em; color: #555000; padding-bottom: 1em; }

.custom #header #logo a { display: block; height: 158px; width: 744px;  background: url('http://www.newspareno.com/images/logo6.png') center center no-repeat; outline: none; }

.custom .menu { padding: 0.1em; font-weight: bold;  margin-left: -1em; }
.custom .menu a { padding-top: .636em; padding-bottom: .636em; padding-right: .333em; padding-left: .333em; }

/* global nav menu */
.menu, .menu a, .menu li ul {background: #555a00;}
.custom .menu .tab-home {border-right: 1px solid #000;}
.custom .menu .tab-1 {border-right: 1px solid #000;}
.custom .menu .tab-2 {border-right: 1px solid #000;} 
.custom .menu .tab-3 {border-right: 1px solid #000;}
.custom .menu .tab-4 {border-right: 1px solid #000;}
.custom .menu .tab-5 {border-right: 1px solid #000;}
.custom .menu .tab-6 {border-right: 1px solid #000;}

.custom .menu .tab-7 {border-right: 1px solid #000;}

/*--SIDEBARS--*/

/* Widgets Headers */
.custom .sidebar_list .widget h3 {background:#9d9b5a repeat-x scroll center top; text-shadow:1px 1px #1B1B1B;}




.custom #feature_box {background:transparent !important;}

.custom #footer { padding-bottom 0; }

.custom #feedback { background: transparent; width: 3.2em; position: fixed; top: 40%; left: 0.25%; }
.custom #feedback a { display: block; text-indent: -9999px; height: 32px;}
.custom #feedback #twitter { background: url('http://thesistutor.com/wp-content/uploads/2009/07/twittericon.png') no-repeat 0 -32px; }
.custom #feedback #twitter:hover { background-position: 0 0; }
.custom #feedback #facebook { background: url('http://thesistutor.com/wp-content/uploads/2009/07/facebookicon.png') no-repeat 0 -32px; }
.custom #feedback #facebook:hover { background-position: 0 0; }
.custom #feedback #rss { background: url('http://thesistutor.com/wp-content/uploads/2009/07/rssicon.png') no-repeat 0 -32px; }
.custom #feedback #rss:hover { background-position: 0 0; }
.custom #feedback #email { background: url('http://thesistutor.com/wp-content/uploads/2009/07/emailicon.png') no-repeat 0 -32px; }
.custom #feedback #email:hover { background-position: 0 0; }

.custom .format_text .drop_cap {
  color: #555a00;
}
