body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	text-align: center;	
	color: #555;
	background: #002251;
}

/* CLASSES */

ul.newsletters li {
	list-style-type: none;
	float: left;
	width: 100px;
}

.clear {
	clear: both;	
}

.marginBottom10 {
	margin-bottom: 10px;
}

/* TYPOGRAPHY */

a {
	color: #11539c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

p {
	padding: 10px 0;	
}

.large {
	font-size: 16px;
	font-weight: bold;
}

.post-table td {
    padding: 5px 10px 5px 0;
}

.post-table td.head {
    background-color: #ccc;
} 

ol.pretty, ul.pretty {
	list-style-type: square;
	margin: 10px;
}

	ol.pretty li, ul.pretty li {
		margin: 5px 0;
	}


/* WORDPRESS IMAGE WRAPPING */

img.alignright {float:right; margin:0 0 5px 10px}
img.alignleft {float:left; margin:0 10px 5px 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 5px 10px}
a img.alignleft {float:left; margin:0 10px 5px 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* LAYOUT */

#wrapper {
	position: relative;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	z-index: 1 !important
}

.home-wrapper {
	background: url(layout/images/body-bg.png) right top no-repeat fixed #fff;
}

#wrapper .pad {
	padding: 10px;
}

/* HEADER */

#header {
	height: 70px;
	position: relative;
}

#logo {
	display: block;
	width: 512px;
	height: 80px;
	background: url(layout/images/logo.png) no-repeat;
	text-indent: -9999px;
}

#contact {
	position: absolute;
	top: 40px;
	right: 10px;
	text-align: right;
}

#menu-wrapper {
	position: relative;
	width: 940px;
	margin: 0 auto;
	background: #0e498a;
	border-bottom: 5px solid #fdbf57;
	border-top: 1px solid #072d56;
	z-index: 3 !important
}

#menu {
	margin: auto;
	position: relative;
}

#menu ul.menu {
	float: left;
}

#menu .menu li a {
	font-size: 11px;
	display: block;
	padding: 10px;
	line-height: 100%;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

#menu .menu li a:hover {
	background: #0b3b71;
}

#searchform {
	float: right;
	margin: 6px 5px 0 0;
}

#searchform input {
	width: 125px;
	height: 15px;
	margin: -2px 0 -2px 5px;
	background: #e7edf4;
	border: 1px solid black;
	border-right: none;
	padding: 2px 0;
	float: left;
}

#menu .searchButton {
	background: url(layout/images/search.png) 50% 5px no-repeat #e7edf4;
	height: 21px;
	width: 15px;	
	float: left;
	margin: -2px 0 -2px 0;
	border: 1px solid black;
	display: block;
	cursor: pointer;
}

#menu .searchButton:hover {
	background: url(layout/images/search.png) 50% -17px no-repeat #0b3b71;
}

/* MAIN MENU DROPDOWN */

#menu .menu li ul {
	border-top: none;
	margin-top: 6px;
	*margin-top: 1px;	
	width: 175px;
}

#menu .menu li ul ul {
	margin-left: 55px;
	margin-top: 0;
}

#menu .menu li li {
	background: #F8C24F;
	border: none;
}

#menu .menu li li a {
	display: block;
	background-image: none;
	padding: 10px;
	font-size: 11px;
	border: none;
	color: #081D52;
}

#menu .menu li li a:hover {
	background: #0E4A89;
	color: #fff;
}

/* MAIN */

#main {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;
	z-index: 2 !important
}

#main h2, .brown {
	font-size: 18px;
	color: #503e25;
	text-transform: uppercase;
}

/* SLIDESHOW */

#slideshow {
	width: 890px;
	margin: 10px auto;
	overflow: hidden;
	height: 223px;
}

/* CONTENT - LEFT COLUMN */

#contentWrapper {
	width: 890px;
	margin: 10px auto;
}

#content-home-wrapper {
	float: left;
	width: 705px;
	margin: 0 8px 20px 0;
}

#content-home-top {
	height: 5px;
	background: url(layout/images/home-content.png) 0 0 no-repeat;
}

#content-home-bottom {
	height: 5px;
	background: #666 url(layout/images/home-content.png) -705px 0 no-repeat;
}

#content-home {
	background: url(layout/images/home-content.png) -1410px 0 repeat-y;
}

#content-home .snippet {
	width: 349px;
	float: left;
    overflow: hidden;
}

#content-home .pad {
	padding: 10px 15px;
}

#content .pad {
	padding: 15px;	
}

#content ul {
	list-style-type: disc;
	margin-left: 20px;
}

#content ul li {
	margin: 5px;}
	
#content h2 {
	margin-bottom: 20px;
}

/* SIDEBAR - RIGHT COLUMN */

#sidebar, #sidebarPage {
	float: left;
	width: 175px;		
    margin-bottom: 25px;
}

#sidebar {
	background: #f2f2f2;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;}

#sidebar .pad {
	padding: 5px;
}

#sidebar .rule {
	display: block;
	height: 2px;
	background: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#sidebar h2 {
	padding: 5px;
	text-align: center;
	margin: 5px 0 -5px;
}

/* POST */

.post {
	padding: 10px 0;
	position: relative;
}

.post h3 {
	font-size: 13px;
	font-weight: normal;
	line-height: 150%;
}

.post .date {
	padding: 5px 0 0 0;
	font-size: 12px;
	color: #666;
}

.post-archive {
	margin-bottom: 30px;
	font-size: 11px;
}

.post-archive h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 150%;
	padding: 0 0 5px 0;
}

.post-archive .date {
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	padding: 3px 0;
	font-size: 10px;
	color: #8d8d8d;
}

/* FOOTER */

#footer {
	padding: 10px;
	color: #a0a7af;
	text-align: left;
	width: 960px;
	margin: 0 auto;
}

#footer a {
	color: #a0a7af;}

/* PRICE METERS */

.price-meters {
	padding: 10px 0 0 0;	
}

.price {
	padding: 3px 5px 3px 70px;
	background-image: url(layout/images/gas-prices.png);
	background-repeat: no-repeat;
	line-height: 12px;
	overflow: hidden;
}

.oil-up {
	background-position: 7px 0;	
}

.oil-down {
	background-position: 7px -91px;	
}

.gas-up {
	background-position: 7px -182px;	
}

.gas-down {
	background-position: 7px -273px;	
}

.pipeline-up {
	background-position: 7px -364px;	
}

.pipeline-down {
	background-position: 7px -456px;
}

.price span {
	display: block;
	padding: 2px 0;
}

.price .price-title {
	font-size: 12px;
}

.price .price-price {
	font-size: 13px;
	font-weight: normal;
}

.price .price-difference {
	font-size: 11px;
	line-height: 12px;
	padding: 1px 0;
	font-weight: normal;
	color: #a7a0a0;
}

/* SUB PAGE */

#pageWrapper {
	border-left: 1px solid #d8d4cb;
	width: 500px; 
	float: left;
}

#content #pageWrapper .pad {
	padding: 0 15px 15px 15px;
}

/* SUBMENU WIDGETS */

#content #sidebarPage .menu {
	margin: 0 0 50px 0;
	padding: 0 10px;
}
	
#content #sidebarPage .menu li {
	text-align: left;
	list-style: none;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
	
#content #sidebarPage .menu li a {
	display: block;
	font-weight: bold;
	padding: 5px 15px 5px 0;
	text-decoration: none;
	line-height: 120%;
}

#content #sidebarPage .menu li a:hover {
	color: #081D52;
}

#content #sidebarPage .menu li li a {
	font-weight: normal;
}
	
#content #sidebarPage .menu li:first-child {
	margin-top: 0;
}

#content #sidebarPage .menu li ul {
	margin: 3px 0 3px 1px;
	border-left: 1px solid #ccc;
	padding: 0 0 0 5px;
}

#content #sidebarPage .menu li li {
	padding: 0;
	margin: 0;
	font-size: 11px;
}

#content #sidebarPage .menu .current_page_item > a {
	background: url(layout/images/current_page.png) right 50% no-repeat;
}
	
#content #sidebarPage .menu li.current_page_item > a {
	color: #66553c;
}

/* PRICE METERS - SUB PAGES */

#sidebarPage {
	border: none;	
	background: none;
}

#content #subNav {
	margin: 0;
	margin-bottom: 100px;
	padding-right: 15px;
}
	
#content #subNav li {
	text-align: center;
	margin: 0;
	margin-top: 10px;
	list-style: none;
	padding-right: 15px;
}
	
#content #subNav li a {
	width: 130px;
}
	
#content #subNav li:first-child {
	margin-top: 0;}

#content #subNav .current_page_item {
	background: url(layout/images/current_page.png) right 50% no-repeat;
}
	
#content #subNav li.current_page_item a {
	font-weight: bold;
	color: #66553c;
	text-transform: uppercase;
}

#content #subChildren {
	margin: 5px 0 0 15px;
}

#content #subNav li ul {
	margin-left: 10px;
}
	
#sidebarPage .priceWrapper {
	margin: 0 auto;
	width: 160px;
}

#sidebarPage .price {
	padding: 0 0 0 30px;
	background-image: url(layout/images/gas-pricesSub.png);
	background-repeat: no-repeat;
	line-height: 12px;
	margin: 0 0 8px 0;
}

#sidebarPage .pad {
	padding: 5px;
}

#sidebarPage .oil-up {
	background-position: 0 7px;	
}

#sidebarPage .oil-down {
	background-position: 0 -75px;	
}

#sidebarPage .gas-up {
	background-position: 0 -153px;	
}

#sidebarPage .gas-down {
	background-position: 0 -227px;	
}

#sidebarPage .pipeline-up {
	background-position: 0 -310px;	
}

#sidebarPage .pipeline-down {
	background-position: 0 -375px;
}

#sidebarPage .price span {
	display: block;
	padding: 0;
}

#sidebarPage .price .price-title {
	font-size: 12px;
	margin-bottom: 3px;
}

#sidebarPage .price .price-price {
	font-size: 14px;
	margin-bottom: 3px;
}

#sidebarPage .price .price-difference {
	font-size: 11px;
	margin-bottom: 3px;
}

/* DID YOU KNOW */

#dyk_wrapper, #pts_wrapper, .side_wrapper {
	width: 241px;
	float: left;
	/* margin: 0 0 30px 15px; */
	background: #d8d4cb;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.dyk_body {
	font-size: 11px;
	margin: 0 5px 10px 5px;
}

.dyk_body p {
	margin: 0;
}

#dyk_wrapper img, .side_wrapper img {
	border-top: 2px solid white;
	margin-top: 10px;
}

#dyk_wrapper .pad, .side_wrapper .pad {
	padding: 5px;
}

.dyk_header {
	background: #66553c;
	color: white;
	font-weight: bold;
	font-size: larger;
	border-bottom: 2px solid white;
}

#dyk_wrapper ul {
	list-style-type: disc;
	margin: 0 0 0 20px;
}

#dyk_wrapper ul li {
	margin-bottom: 5px;
}

.side_wrapper, .blue_back {
	background: url(layout/images/dyk_background.png) left bottom repeat-x #ffffff;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.side_wrapper p {
	color: #000;
}

.side_wrapper .dyk_header, .blue_header {
	background: #0E498A;
	border-bottom: 2px solid #FDBF57;
	border-top: 2px solid #FDBF57;
	color: white;
}

/* Newsletters */

.newsletters td {
	text-align: center;
}

/* Twitter Widget */
#twitter-4 li {
	margin:15px 0;
}
