/* 
	Theme Name: United Oil & Gas WordPress Theme
	Theme URL: http://www.gluehq.com/themes/unitedoil
	Description: United Oil & Gas custom theme created for WordPress.
	Author: Glue
	Author URI: http://www.gluehq.com
	Version: 1.0
	Tags: two columns
*/

/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
	
	
	
/*------------------------General------------------------*/


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	background-image:url(images/background.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#ededed;
	}

.sitecontainer {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	}
	
.clear {clear:both;}

p {
	font-size:.8em;
	line-height:1.8em;
	color:#666666;
	padding:5px 0 20px 0;
	}
	
h1 {
	font-size:2.3em;
	color:#FFFFFF;
	font-weight:bolder;
	line-height:1em;
	padding:0 0 10px 0;
	}

h2 {
	font-size:1.1em;
	font-weight:bold;
	color:#FFFFFF;
	line-height:1.4em;
	text-shadow:#333333;
	}
	
h3 {
	font-size:1.1em;
	color:#464646;
	padding:0 0 5px 0;
	font-weight:bold;
	}
	
h4 {
	font-size:1.3em;
	color:#003365;
	font-weight:bolder;
	padding:10px 0 0 0;
	}
	
.shadow  { position:relative; display:block; color:#fff; }
.shadow span { position:absolute; display:block; top:0px;  }
.shadow:before { display:block; padding:1.5px; content: attr(title); color:#666666;  } 


/*------------------------Div1------------------------*/

.div1 {
	clear:both;
	}


/*------------------------Div2------------------------*/

.div2 {
	clear:both;
	position:relative;
	padding: 0;
	width:800px;
	}
	
.logo {
	position:absolute;
	z-index:-1;
	top:30px;
	left:0;
	}
	
.topcontact {
	position:absolute;
	width:300px;
	text-align:right;
	top:3px; left:480px;
	z-index:-1;
	}
	
	.topcontact p {
		font-size:.8em;
		line-height:1.2em;
		color:#777777;
		padding:5px 0 20px 0;
		}
	
	.topcontact a {color:#777777; text-decoration:none;}
	.topcontact a:visited {color:#777777; text-decoration:none;}
	.topcontact a:hover {color:#636466; text-decoration:underline;}
	
.navcontainer {
	float:right;
	margin-top:50px;
	}

/*------------------------Menu Advanced----------------------*/

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
	margin-left:    40px;
}
.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;
	font-size:		.8em;
	color:			#666666;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			1.5em; /* 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;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
}
.sf-menu a {
	padding: 		.5em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#333333;
}
.sf-menu li {
	background:;
}
.sf-menu li li {
	background:		#5b8dbf;
	color:#FFFFFF;
}
.sf-menu li li li {
	background:		#76a7d8;
	color:#FFFFFF;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:#CCCCCC;
	outline:		0;
	color:#FFFFFF;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	1.75em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


/*------------------------Div3------------------------*/

.div3 {
	clear:both;
	}
	
.headerimg {
	float:left;
	position:relative;
	padding-top:40px;
	z-index:-1;
	}

.headertitle {
	position:absolute;
	top:40px;
	left:30px;
	width:750px;
	}
	
.headersub {
	position:absolute;
	top:90px;
	left:30px;
	width:650px;
	}


/*------------------------Div4------------------------*/

.div4 {
	clear:both;
	margin-top:10px;
	}
	
.content {
	float:left;
	width:575px;
	}
	
	.content a {color:#003365; text-decoration:underline;}
	.content a:hover {color:#000000; text-decoration:underline;}
	.content a:visited {color:#003365; text-decoration:underline;}
	
	.content img {
		float:left;
		padding:7px 7px 7px 0;
		}
		
	.content ul {
		font-size:.8em;
		color:#777777;
		padding-bottom:15px;
		}
		
	.content li {
		padding:10px 0 0 20px;
		}
	
.sideimage {
	float:right;
	margin:10px 0 0 0;
	}
	
.focusitem {
	float:left;
	margin:0 13px 0 0;
	position:relative;
	}
	
.focusitemright {
	float:right;
	position:relative;
	}
	
	.focustextright {
		position:absolute;
		top:130px;
		left:10px;
		width:170px;
		}
		
	.focustextright p {
		font-size:.7em;
		line-height:1.2em;
		color:#777777;
		padding:0;
		}
	
.focustext {
	position:absolute;
	top:130px;
	left:12px;
	width:170px;
	}
	
	.focustext p {
		font-size:.7em;
		line-height:1.2em;
		color:#777777;
		padding:0;
		}
	
	.focustext a {color:#003365; text-decoration:underline;}
	.focustext a:visited {color:#003365; text-decoration:underline;}
	.focustext a:hover {color:#000000; text-decoration:none;}




/*------------------------Div5------------------------*/

.div5 {
	clear:both;
	margin-top:10px;
	}
	
	.div5 p {
		font-size:.7em;
		color:#7f7f7f;
		}
		
	.div5 a {text-decoration:none; color:#7f7f7f;}
	.div5 a:visited {text-decoration:none; color:#7f7f7f;}
	.div5 a:hover {text-decoration:underline; color:#333333;}
	
	.div5 ul {
		margin: 0px 0px 5px;
		padding: 0px;
	}
	
	.div5 li {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		font-size:.7em;
		color:#7f7f7f;
		display: inline;
		border-left: 1px solid #7f7f7f;
		padding-left: 3px;
	}
	
	.div5 li:first-child {
		border-left: none;
		padding-left: 0px;
	}
	
	
.footerleft {
	float:left;
	}
	
.footerright {
	float:right;
	text-align:right;
	}
