/*   
Theme Name: Oil&Gas
Theme URI: 
Description: Do not use the Thematic Theme. It offeres most of the functionality for this theme
Author: Cristian Antohe	
Author URI: 
Template: thematic
Version: 1.0
Tags: Thematic
.
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-l-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


/* align everything left */
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
	background:#1b45a0;
}
a, a:link, a:visited{
	color:#fff;
	text-decoration:underline;
	font-weight:bold;
}
a:active, a:hover{
	color: #f4af24;
	text-decoration:underline;
}
#branding{
	margin:0;
	padding:0;
	height:107px;
	overflow:hidden;
}
#main{
	margin:0;
	padding:20px 0 0 0;
}
#main_holder{
	background:url(images/main_holder.jpg) top left no-repeat #046fda;
}
#container{
	background:url(images/main_bg.gif) top left repeat-y;
}
#siteinfo{
	margin:0;
}
.main-aside {
    width:270px;
    float:left;
    position:relative;
}

.menu {
    margin:0;
}

#header{
	background:url(images/header_bg.jpg) top right no-repeat #ff9d11;
}

.firefox #under-logo{
	margin-top:-6px;
}

#access{
	background:url(images/acces_bg.jpg) top left no-repeat;
	height:29px;
	padding-left:361px;
	border:none;
}
.ie7 #access{
	margin-top:0px;
	padding-top:0px;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
	

}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.3em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
/*** THEMATIC Menu Skin ***/
.sf-menu {
	float:left;
	border:none;
}

.sf-menu a {
	padding:6px 0px;
	text-align:center;
	width:100px;
	text-decoration:none;
	border:none;
	border-bottom:6px solid #1a47a3;
	height:1%;
}
.ie7 .sf-menu a {
	padding:6px 0px;
	height:1%;
}
.sf-menu .current_page_item a,
{
	border:none;
	/*border-bottom:6px solid #f7c517;*/
}
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a 
{
	border-bottom:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#f7c517;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	border-bottom:6px solid #1a47a3;
}
.sf-menu li {
	background:url(images/menu_line.gif) top right no-repeat;
	padding-right:2px;
}
.sf-menu li li {
	background:		#1a47a3;
}
.sf-menu li li a{
	text-align:left;
	border-top:1px solid #0f285c !important;
}
.sf-menu li li a:visited{
	border-top:1px solid #0f285c !important; 
	border-bottom:none;
}
.sf-menu .current_page_item li a{
	text-align:left;
	border-top:1px solid #0f285c !important;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:none;
	outline:		0;
    border-bottom-color:#fe8a3b;
	color:#fff;
}
.sf-menu li:hover, .sf-menu li.sfHover{
	background:url(images/menu_line.gif) top right no-repeat;
}
.sf-menu ul {
	border:none;
	display:none; /* Hides the dropdown menu */
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:29px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#0d64c9;
	border-bottom:none;
	padding-left:4px;
	border-top:1px solid #0f285c;
}
.sf-menu ul a:hover {
    color: #fff;
	background:#1a47a3;
}

/*
 * Content
 */
#content{
	padding:50px 0 0 0;
}
h1.entry-title{
	display:none;
}
.post h1.entry-title{
	display:block;
	font-size:16px;
	font-weight:bold;
}
.entry-content{
	line-height:16px;	
}
.entry-meta{
	display:none;
}
.entry-utility{
	display:none;
}

.navigation a{
	color: #fff;
	font-style: italic;
	text-decoration: none;
}

.navigation a:active, .navigation a:hover{
	color: #f7c517;
}


/*
 * Side Bar
 */

#primary {
    border:none;
    padding:0 0 170px 0;
    margin-bottom:0px;
	background:url(images/aside_bg.jpg) bottom left no-repeat #f38410;
}
.aside a:link, .aside a:visited{
	text-decoration:none;
}
.aside a:hover{
	text-decoration:underline;
	background:none;
	color:#fff;
}
.aside h3{
	font-size: 15px;
	font-style: normal;
	line-height: 22px;
	font-weight:bold;
}
.main-aside ul{
	padding:0 10px;
	list-style:none;
	font-size:11px;
	color:#fff;
}

.main-aside ul ul{
	margin:0;
	padding:0;
	list-style:none;
	list-style-position:inside;	
}
.main-aside ul ul li{
	background:url(images/arrow1.gif) left center no-repeat;
	padding:5px 0 5px 15px;
	height:1%;
}
/*********************************** Footer */
#footer{
	background:#1b45a0;
	border-top:1px dashed #f7c517;
	color:#f7c517;
	margin:0;
}
#siteinfo{
	color:#f7c517;
	padding:10px;
}
