/*
Theme Name: All Peace Petroleum
Theme URI: http://www.allpeace.ca
Description: Custom template for All Peace Petroleum
Version: 1.0
Author: Image Design
*/
body{
	font-size:62.5%; /*equals 10px*/
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(images/outerBackground.png);
	background-repeat: repeat-x;
	background-color: #231F20;
}

.clear {
	clear: both;
}
.alignleft{
	float:left;
	margin-right: 10px;
}
.alignright{
	float:right;
	margin-left: 10px;
}
p.alignleft{
	text-align:left;
	float:none;
	margin-right: 0;
}
p.alignright{
	text-align:right;
	float:none;
	margin-left:0;
}
.centre{
	text-align:center;
}
strong{
	font-weight:bold;
}
em{
	font-style:italic;
}
small{
	font-size: 10px;
}
h1, h2, h3, h4, h5, h6{
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 10px;
}
h1{
	font-size: 22px;
	color:#7F1416;
}
h2{
	font-size: 18px;
	color:#7F1416;
	text-transform: uppercase;
}
h3{
	font-size: 20px;
	color:#102559;
}
h4{
	font-size: 18px;
	color:#7F1416;
}
h5{
	font-size: 16px;
	color: #102559;
}
h6{
	font-size: 14px;
}
p{
	font-size: 12px;
	line-height: 1.4;
	padding-top: 5px;
	padding-bottom: 5px;
}
blockquote p{
	border: none;	
}
a{
	color: #011053;
	text-decoration:none;
	font-weight: bold;
}
a:hover, a:active, a:focus{
	color: #074DD3;
	text-decoration: underline;
}
ul, ol{
	font-size: 12px;	
	padding-left: 40px;
}
ul ul, ul ol, ol ol, ol ul{
	border:none;	
}
ul{
	list-style-type:none;
	list-style-image: url(images/bullet.png);
}
ol {
	list-style-type: decimal;
}

li{
	padding: 5px;	
}
blockquote{
	padding: 10px 15px;
	font-size: 10px;
}
table{
	width: 90%;
	font-size: 12px;
	margin: 5px;
}
table th{
	text-align:center;
	vertical-align:top;
	padding: 5px;
}
table td{
	vertical-align:top;
	padding: 5px;
	
}
#Container {
	width: 970px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	position: relative;
	background-color: #FFF;
	background-image: url(images/sidebarBackground.jpg);
	background-repeat: repeat-y;
}
#Header {
	background-image: url(images/headerBackground.png);
	background-repeat: no-repeat;
	height: 195px;
	position: relative;
	z-index: 10;
	padding-top: 10px;
}
#Logo {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 300;
}


#Logo a{
	background-image: url(images/all-peace-petro-logo.png);
	background-repeat: no-repeat;
	height: 155px;
	width: 380px;
	margin-left: 10px;
	text-indent: -9999px;
	position: relative;
	z-index: 20;
	display:block;
}
#Sidebar {
	width: 270px;
	float: left;
	margin-top: -45px;
	padding-top: 65px;
	padding-bottom: 50px;
}
#Sidebar ul {
	list-style-type: none;
	padding: 0px;
	width: 270px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style-image: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#Sidebar ul li {
	margin: 0px;
	padding: 0px;
}
#Sidebar ul li a {
	display: block;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
	background-image: url(images/mainmenuBackground.png);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 14px;
	padding-right: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	letter-spacing: 2px;
}
#Sidebar ul ul {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-style: none;
}
#Sidebar ul li a:hover, #Sidebar ul li a:focus, #Sidebar ul li a:active, #Sidebar ul li.current_page_item a, #Sidebar ul li.current_page_parent a {
	background-color: #102559;
	background-image: none;
	text-decoration: none;
}

#Sidebar li li {
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#Sidebar li li a {
	background-image: none;
	border-top-style: none;
	font-size: 10px;
	font-weight: normal;
	display: inline;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 3px;
}
#Sidebar li li a:hover, #Sidebar li li a:focus, #Sidebar li li a:active, #Sidebar li li.current_page_item a{
	background-image: url(images/submenuBackground.png);
	background-color: #7F1416;
}
#Sidebar p {
	color: #FFF;
	padding-left: 35px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 10px;
	letter-spacing: 2px;
}
#Sidebar p a {
	font-weight: bold;
	color: #FFF;
}
#Sidebar p a:hover, #Sidebar p a:focus, #Sidebar p a:active {
	color: #999;
}

.bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#Wrapper {
	float: left;
	width: 700px;
	margin-top: -195px;
	z-index: 5;
}
#PhotoBox {
	background-color: #002A5F;
	position: relative;
	height: 345px;
}
#PhotoBox img {
	z-index: 15;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#Title {
	background-image: url(images/pagetitleBackground.png);
	background-repeat: no-repeat;
	height: 140px;
	padding-left: 25px;
	text-transform: none;
	font-size: 22px;
	letter-spacing: 2px;
	line-height: 26px;
	font-weight: bold;
}
#Content {
	margin-top: -100px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
}
#Content.home {
	width: 430px;
	float: left;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #001F92;
}
#News {
	float: left;
	margin-top: -100px;
	width: 170px;
}

#Footer {
	clear: both;
	background-image: url(images/footerBackground.png);
	background-repeat: no-repeat;
	height: 70px;
}
#credit {
	position: absolute;
	bottom: -25px;
}
#credit a{
	font-size: 10px;
	color: #999;
	font-weight: normal;
}
#News h1 {
	font-size: 16px;
}
#News h2 {
	font-size: 17px;
}
#News h3 {
	font-size: 16px;
}
#News h4 {
	font-size: 15px;
}
#News h5 {
	font-size: 14px;
}
#News h6 {
	font-size: 13px;
}.more {
	font-size: 10px;
}
#News p{
	padding-top: 2px;
	padding-bottom: 2px;
}
.post{
	margin-bottom: 15px;
}

