/*File:			custom.cssDescription:	Custom styles for ThesisBASIC 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 themWHY THIS WORKS:By using the "custom" class, you are creating more specific CSS declarations for HTMLelements. CSS styling is applied through rules of specificity, and because declarationsprepended 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 foundin the User's Guide:	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/*/

.custom #page {  border-top: 3px #222 solid; }/* Header and Titles */






.custom h1 { font-size: 20px; }.custom h1 { padding-top: 2px; }

.custom h1 a { color: #060; }

.custom h2 { border-bottom: 2px dotted #ccc; border-top: 2px dotted #ccc; }

.custom h2 { font-size: 20px; }.custom h2 { padding-top: 2px; }

.custom h2 a { color: #060; }

.custom h3 { border-bottom: 2px dotted #ccc; border-top: 2px dotted #ccc; }

.custom h3 { font-size: 16px; }.custom h3 { padding-top: 2px; }

.custom h3 a { color: #ff0033; }.custom h3 { color: #060; }




.custom li.widget { list-style-type:none; background-image:none; } 

.custom landing { font-size: 40px; font-family: Georgia, "Times New Roman", Times, serif; color: #000; line-height: 110%; }

.custom landing1 { font-size: 18px; font-family: Georgia, "Times New Roman", Times, serif; color: #000; line-height: 110%; }

.custom landing2 { font-size: 15px; font-family: Georgia, "Times New Roman", Times, serif; color: #000; line-height: 110%; }

.custom landing3 { font-size: 16px; font-family: Georgia, "Times New Roman", Times, serif; color: #000; line-height: 110%; }

.custom h5 { font-size: 33px; font-family: Georgia, "Times New Roman", Times, serif; color: #000; line-height: 110%; }

.custom h6 { font-size: 24px; font-family: Georgia, "Times New Roman", Times, serif; color: #000; line-height: 110%; }

.custom h4 { font-size:19px; font-weight:bold; line-height:110%; font-family: Georgia, "Times New Roman" Times, serif; color:#000; text-align:center; padding-bottom:15px; }

.custom #logo a { display:block; height:170px; width:1020px; background:url(http://oilandgas-investments.com/header.png) left no-repeat; text-indent:-9999px; }
.custom #header #tagline {
line-height:0;
}


.custom .menu {
background:#FFFFFF;
}
