/* @override http://www.epetrol.com.my/cms/wp-content/themes/epetrol/style.css */



/*  

Theme Name: ePetrol

Theme URI: http://www.epetrol.com.my

Description: ePetrol's website template

Version: 1.0

Author: Ngeow Wu Han

Author URI: http://quetzal-logic.com

*/

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, em, font, img, ins, kbd, q, s, samp,  small, strike, strong, 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;

	background: transparent;

}



/* remember to define focus styles! */

:focus {

	outline: 0;

}

body {

	line-height: 1;

	color: black;

	font-size: 62.5%;

}

ol, ul, li {

	list-style: none;

}



/* tables still need 'cellspacing="0"' in the markup */

table {

	border-collapse: collapse;

	border-spacing: 0;

}

caption, th, td {

	text-align: left;

	font-weight: normal;

}

blockquote:before, blockquote:after,  q:before, q:after {

	content: "";

}

blockquote, q {

	quotes: "" "";

}

a {

	outline: none;

	/* white-space:nowrap; */

}

strong {

	font-weight: bold;

}

em {

	font-style: italic;

}

hr {

	display: none;

}



/* FORM DESIGN */

.field {

	background: #FFF url(images/field-bg.gif) repeat-x scroll top;

	border: 1px solid #C3C3C3;

	border-top-color: #7C7C7C;

	border-bottom-color: #DDD;

	padding: 2px 1px;

}

button,

.button {

	background: #FFF url(images/button-bg.png) repeat-x bottom;

	border: 1px solid #A6C8D9;

	color: #0167B2;

	cursor: pointer;

	padding: 1px 2px;

}



/* TYPOGRAPHY */

body {

	font-family: Verdana, Arial, Helvetica, sans-serif;

}

h1,h2,h3,h4,h5,h6 {

	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Verdana, Arial, Helvetica, sans-serif

}

abbr.amp {

	font-family: "Trebuchet MS", "Courier New", Courier, monospace;

}



/* DESIGN */

body {

	background: #D9E1E7;

}

#container {

	margin: 0 auto;

	background: #FFF;

	width: 746px;

	position: relative;

}

#header {

	height: 88px;

	background: #0057A5;

	border-bottom: 15px solid #F88208;

}

#header .inline-edit {

	left: -50px;

	top: 7px;

}

#header .inline-edit.logout {

	left: auto;

	right: -38px;

}

#header h1 a {

	display: block;

	position: absolute;

	width: 129px;

	height: 29px;

	background: url(images/logo.png) no-repeat;

	top: 29px;

	left: 20px;

}

#header h1 span {

	margin-left: -9000px;

}

#header h2 {

	color: #FFF;

	font-size: 1.3em;

	position: absolute;

	top: 41px;

	left: 155px;

	cursor: default;

}

#searchform {

	position: absolute;

	top: 41px;

	right: 20px;

	font-size: 1.1em;

}



#menu {

	padding: 0 10px;

}

#menu a {

	display: block;

	float: left;

	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Verdana, Arial, Helvetica, sans-serif;

	font-size: 1.3em;

	margin: 11px 25px;

	text-decoration: none;

	color: #888;

	text-transform: lowercase;

}

#menu a:hover {

	color:#3780B5;

}

#menu .current_page_item a {

	font-weight: bold;

	color: #3780B5;

	cursor: default;

}

/* Suckerfish Menu */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.5em;
	z-index: 100;
}

#nav {
	margin-left: 10px;
}

#nav a {
	display: block;
	width: 120px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #888;
	text-decoration: none;
	margin: 11px 5px;
}

#nav ul li a {
	margin: 0;
	padding: 7px 5px;
	border-bottom: 1px solid #888;
}

#nav a:hover {
	color: #0C76C0;
}

#nav li { /* all list items */
	float: left;
	width: 120px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: white;
	border: 1px solid #888;
	border-bottom: none;
	width: 130px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 130px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* Suckerfish Menu Ends */

#content {

	clear: left;

	background: url(images/content-bg.png) no-repeat center top;

}

.section {

	color: #555;

	padding-bottom: 30px;

	margin-bottom: 32px;

}

.section h2 {

	font-size: 2.1em;

	color: #0C76C0;

	letter-spacing: -1px;

	margin: 0 20px 8px;

}

.section h2 em {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 1.1em;

	text-decoration: underline;

}

.section p {

	font-size: 1.3em;

	line-height: 1.5em;

	padding: 0 20px;

	margin-bottom: 18px;

}

.section p a.button {

	text-decoration: none;

	padding: 5px 13px;

	border-bottom: 1px solid #A6C8D9;

}

.section a,

.sub-section a {

	color: #0167B2;

	text-decoration: none;

	border-bottom: 1px solid #CCC;

}

.section a:hover,

.sub-section a:hover {

	border-bottom: 1px solid #0167B2;

}

.section ul,

.section ol {

	font-size: 1.3em;

	padding: 0.5em 20px 1em;

}

.section li {

	margin-bottom: 1em;

	margin-left: 2em;

	line-height: 1.5em;

}

.section ul li {

	padding-left: 0.3em;

	list-style: square;

}

.section ol {

	margin: 10px 20px;

	padding: 10px;

	border-top: 1px dashed #CCC;

	border-bottom: 1px dashed #CCC;

}

.section ol li{

	list-style: decimal;

}



#hero {

	padding-bottom: 1px;

	background: url(images/section-div.png) no-repeat center bottom;

}

#hero .wrap {

	width: 410px;

	margin: 0 auto;

	background: url(images/epetrolcover.jpg) no-repeat -15px 50%;

	padding: 40px 0 25px 300px;

}

#hero h1 {

	font-size: 3em;

	padding: 0 0 0 20px;

	letter-spacing: -1px;

	font-weight: bold;

	color: #0C76C0;

	margin-bottom: 7px;

}

#hero h2 {

	color: #888;

	margin-bottom: 15px;

	line-height: 1.2em;

}

#hero p {

	padding: 0 20px;

}

#hero strong {

	color: #0C76C0;

}

#enduser, #product, #business {

	display: inline-table;

	text-align: left;

}

#enduser {

	background: none;

	float: left;

	width: 33%;

}

#enduser ul {

	padding-left: 0.5em;

}

#enduser ul li {

	list-style: none;

	background: url(images/li-bg.png) no-repeat 0 5px;

	padding: 3px 0 3px 23px;

	margin-bottom: 9px;

}

#product {

	float: left;

	width: 33%;

}

#product .wrap {

	text-align: left;

}

#signup {

	clear: left;

	position: relative;

}

#signup h2 {

	width: 400px;

}

#signup form {

	background: #E0E7EC url(images/form-arrow.png) no-repeat 10px 50%;

	border: 1px solid #CCC;

	display: block;

	position: absolute;

	padding: 10px 10px 10px 25px;

	top: -13px;

	right: 30px;

}

#signup form p {

	padding: 0;

	margin: 0;

}

#signup form input.field {

	width: 180px;

}

#signup form button {

	padding: 1px 5px 2px;

}

#product .inline-edit,

#signup .inline-edit {

	left: auto;

	right: -14px;

}

#business {

	float: left;

	width: 33%;

	background: none;

}

#business .wrap {

	text-align: left;

}

/* GENERAL TEMPLATES */

.section.left {

	background: none;

	float: left;

	width: 442px;

}

#article {

	padding: 42px 16px 56px 32px;

	position: relative;

}

.inline-edit {

	position: absolute;

	left: -14px;

}

.inline-edit a {

	font-size: 11px;

	display: block;

	padding: 5px;

	border:  none;

	background: #F88208;

	color: #FFF;

	text-decoration: none;

}

.inline-edit a:hover {

	border:  none;

}

#article h1 {

	font-size: 2.1em;

	color: #0C76C0;

	margin-bottom: 17px;

}

#article h1 abbr.amp {

	font-size: 1.1em;

}

#article .entry blockquote {

	margin-left: 3em;

	margin-bottom: 3em;

	border-left: 2px solid #CCC;

}

#article .entry blockquote p {

	color: #888;

}

#article .entry p {

	margin-bottom: 1em;

}

#article .entry h3 {

	margin: 2em 0 0.5em;

	padding: 0 20px 0.5em;

	font-size:  1.4em;

	border-bottom: 1px solid #CCC;

	font-weight: bold;

	color: steelblue;

}

#article table.layout td {

	vertical-align: middle;

	font-size: 1.5em;

	padding: 14px 7px;

	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;

	font-weight: bold;

	line-height: 1.3em;

	color: dodgerblue;

	border-bottom: 1px solid #CCC;

}

#article .slideshare {

	margin-bottom: 14px;

}



/* for faq */

#article .entry h4 {

	margin: 2em 20px 0.3em;

	font-weight: bold;

	font-size: 1.3em;

	line-height: 1.3em;

}



/* for NEWS and PRESS RELEASES */

ul.lcp_catlist,

ul.lcp_catlist li {

	list-style: none;

	margin:  0;

	padding: 0;

}

ul.lcp_catlist {

	margin-left: 20px;

}

ul.lcp_catlist li {

	clear: left;

	margin-bottom: 1em;

}

ul.lcp_catlist li span.lcp_title,

ul.lcp_catlist li span.lcp_excerpt {

	display: block;

	margin-left: 37%;

}

ul.lcp_catlist li span.lcp_title {

	margin-bottom: 7px;

}

ul.lcp_catlist li span.lcp_title a {

	font-weight: bold;

}

ul.lcp_catlist li span.lcp_date {

	display: block;

	float: left;

	width: 37%;

	font-size: 0.9em;

}

ul.lcp_catlist li span.lcp_date span {

	text-transform: uppercase;

	font-size: 0.9em;

	letter-spacing: 1px;

	font-weight: bold;

}

#sidebar {

	margin-left: 490px;

	padding: 48px 32px 0 0;

}



#sidebar ul li.widget h2 {

	font-size: 1.7em;

	color: #0C76C0;

	margin-bottom: 13px;

}

#sidebar ul li.widget ul {

	margin-left: 5px;

}

#sidebar ul li.widget ul li {

	font-size: 1.2em;

	margin-bottom: 0.5em;

	line-height: 1.5em;

	background: url(images/sidebar-li-bg.png) no-repeat 13px 10px;

	padding: 5px 0 4px 28px;

}

#sidebar ul li.widget ul li.current_page_item {

	background: #0C76C0 url(images/sidebar-li-active-bg.png) no-repeat 13px 10px;

}

#sidebar ul li.widget ul li.current_page_item a {

	color: #FFF;

	border: none;

}

#footer {

	clear: both;

	background: #D9E1E7;

	font-size: 1.2em;

	color: #777;

	padding: 38px 10px 14px;

	width: 726px;

}

#footer img {

	vertical-align: text-top;

}

.footer-menu {

	float: right;

}

.footer-menu ul li {

	display: inline;

	padding: 0 12px 2px 7px;

	border-right: 1px solid #888;

}

.footer-menu ul li.last {

	border-right: none;

	padding-right: 0;

	position: relative;

}

.footer-menu ul li.last img {

	position: absolute;

	top: -27px;

	right: -5px;

}

.footer-menu a {

	color: #0167B2;

	text-decoration: none;

	font-weight: bold;

}

.footer-menu a:hover {

	text-decoration: underline;

}

.copyright {

}
