/*
 * Theme for A Time to Reconcile
 * @coding by mauricio at eletroniclife dot com
 *
 * 2009-02-14 09:47 a.m.
 * based on default WordPress theme version 1.6 by Michael Heilemann
*/

a {
	text-decoration: none;
	font-weight: bold;
	color: #202A5A;
}
img {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);

}
img {
text-align:right;
}

/* General Layout : Begin */
html {
	margin: 0 auto;
}
body {
	width: 100%;
	background: white;
	margin: 0 auto;
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	padding: 0;
}
.pdf2009 {
	height: 260px;
	width: 440px;
	
}
.pdf2009 img {
	float: left;
	padding-right:20px;
	border:0px;
	
}
.pdf2008 {
	clear:both;
	text-align:center;
	width: 440px;
padding-bottom:20px;
}

#divOuterContent {
	width: 980px;
	margin: 0 auto;
	text-align: center;
	background-image: url('images/design/main_top.jpg');
	padding: 20px 10px 00px 10px;
	background-repeat: no-repeat;
	background-position: top center;
}
#divInnerContent {
	width: 980px;
	padding-bottom: 30px;
	margin: 0;
	/*
	background-image: url('images/design/main_bottom.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-color: red;
	*/
}

#divContent {
	width: 980px;
	padding: 260px 0px 0px 0px;
	position: relative;
	background-color: white;
}


.grayColor {
	color: #a7a7a7;
}
.grayBackground {
	background-color: #a7a7a7;
}
.darkBlueColor {
	color: #202a5a;
}
.darkBlueBackground {
	color: #202a5a;
}
.orangeColor {
	color: #FCD134;
}


.seo_link {
	position: absolute;
	left: -30000px;
}

.clear {
	clear: both;
}

/* General Layout : End */


/* Header containers : Begin */
#divOuterHeaderOuterContainer {
	top: -10px;
	left: 0px;
	width: 960px;
	height: 260px;
	position: absolute;
}
#divOuterHeaderContainer {
	position: relative;
	width: 980px;
	height: 260px;
	z-index: 1; /* Just on top of content*/
}
#divHeaderWhiteBar {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 980px;
	height: 10px;
	background: white;
}
#divHeaderBackground {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 980px;
	height: 241px;
	/*background-image: url('images/header/header_01.jpg');*/
	background-repeat: no-repeat;
	background-position: top center;  /*xpos ypos*/
	*/
	z-index: -10;
}

#divHeaderLogo {
	width: 220px;
	height: 110px;
	background: url('images/orm_logo-trans.png');
	position: absolute;
	top: 0px;
	left: 20px;
	z-index: 2;
}

/* Header containers : End */



/* TopMenu : Begin */
#divTopMenuContainer {
	padding-left: 246px;
	z-index: 10999;
	float: left;
}
#headerMenu {
	/*height: 13px;*/
	/*background: orange;*/
	float: left;
	width: 730px;
	z-index: 10;
}
#headerMenu ul {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}
#headerMenu a, #headerMenu h2 {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	/*border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;*/
	border: none;
	margin: 0;
	padding: 2px 3px;
}

#headerMenu h2 {
	color: #fff;
	background: #000;
	text-transform: uppercase;
}

#headerMenu a {
	color: #202a5a;
	background: #efefef;
	text-decoration: none;
}

#headerMenu a:hover {
color: #202a5a;
background: #fff;
}
#headerMenu li {position: relative;}

#headerMenu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}
#headerMenu ul ul {
position: absolute;
top: 13px;
left: 0;
z-index: 500;
}
div#headerMenu ul ul {
display: none;
}
div#headerMenu ul li:hover ul
{display: block;}
/* TopMenu : End */





#divMiddleWhiteBar {
	left: 0px;
	width: 980px;
	height: 20px;
	background: white;
}

#divTwoColumnContainer {
	padding: 0 10px;
	/*background-color: yellow;*/
}
#divTwoColumn-Box {
	padding: 0px 0px 0px 0px;
}


/* TextColumn : Begin */
#divTextColumnContainer {
	width: 650px;
	background-color: #a7a7a7;
	float: left;
	padding:0;
	margin: 0;
}
.postsContainerTop {
	width: 650px;
	background-image: url('images/content/content_top.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 10px;
}
.postsContainerBottom {
	width: 650px;
	background-image: url('images/content/content_bottom.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
.postTop {
	width: 630px;
	background-image: url('images/content/content_inner_top.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	padding: 20px 10px 0px 10px;
}
.postBottom {
	width: 630px;
	background-image: url('images/content/content_inner_bottom.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

.postsContainer {
	width: 630px;
	background-color: white;
}
.postContent {
	background: white;
	padding: 10px 20px;
}
/* TextColumn : End */



/* SideContent : Begin */
#divSideBarOuterContainer {
	float: left;
	padding: 0px 0px 40px 10px;
	margin: 0;
}
#divSideBarContainer {
	width: 290px;
	padding: 0;
	margin: 0;
}
.sidebarWhiteSpace {
	width: 300px;
	height: 10px;
	background: white;
}
/* SideContent : End */


/* SideMenu : Begin */
.sidemenuTop {
	width: 300px;
	background-image: url('images/sidebar/submenu_top.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 20px;
}
.sidemenuBottom {
	width: 300px;
	background-image: url('images/sidebar/submenu_bottom.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}
.sidemenuOuterContent {
	width: 280px;
	background-color: #202a5a;
	padding: 10px;
	z-index: 10000;
}
.sidemenuContent {
	width: 280px;
	margin: -10px 0;
	color: white;
	padding: 0 10px;
	z-index: 2;
}
.sidemenuLinks {
	list-style: circle;
	padding: 0px;
	margin: 0px;
}
ul.sidemenuLinks li {
	list-style: none;
	padding: 2px 0;
}
.sidemenuContent a, .sidemenuContent a:visited {
	color: white;
	text-decoration: none;
	font-size: 14px;
}
.sidemenuContent a:hover {
	color: #FCD134;
	
}

ul.sidemenu {
	padding: 0;
	margin: 0;
}

/* SideMenu : End */



/* SideBar : Begin */
.sidebarTop {
	width: 300px;
	background-image: url('images/sidebar/sidebar_top.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 20px;
}
.sidebarBottom {
	width: 300px;
	background-image: url('images/sidebar/sidebar_bottom.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}
.sidebarOuterContent {
	width: 280px;
	background-color: #a7a7a7;
	padding: 10px;
	z-index: 10000;
}
.sidebarContent {
	width: 280px;
	margin: -10px 0;
	color: white;
	padding: 0 10px;
}
/* SideBar : End */


/* Footer : Begin */
#divFooterWhiteBar {
	position: absolute;
	bottom: -20px;
	left: 0px;
	width: 980px;
	height: 20px;
	background-image: url('images/design/main_bottom.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
}
#divFooterOuterContainer {
	width: 980px;
	height: 30px;
	z-index: 10;
	position: relative;
}

#divFooterMenuContainer {
	margin: 0;
	padding: 0;
	width: 650px;
	height: 13px;
	position: relative;
	float: left;
}

#divContactContainer {
	width: 300px;
	height: auto;
	position: absolute;
	right: 0px;
	bottom: 0px;
	vertical-align: bottom;
	font-size: 12px;
}

.footerMenu {
	position: absolute;
	top: 10px;
	left: 10px;
	list-style: none;
	width: 650px;
	height: 30px;
	padding: 0;
	margin: 0;
}
.footerMenu li {
	float: left;
}
.footer_menu a span {
	position: absolute;
	left: -3000px;
}
/* Footer : End */

#extraFooter {
	width: 980px;
	height: 13px;
	padding: 0px;
	margin: 0 auto;
}


/* Sizes : Begin */
.size_47x13 {
	width: 47px;
	height: 13px;
}
.size_52x13 {
	width: 52px;
	height: 13px;
}
.size_76x13 {
	width: 76px;
	height: 13px;
}
.size_82x13 {
	width: 82px;
	height: 13px;
}
.size_95x13 {
	width: 95px;
	height: 13px;
}
.size_107x13 {
	width: 107px;
	height: 13px;
}
.size_123x13 {
	width: 123px;
	height: 13px;
}
.size_60x30 {
	width: 60px;
	height: 30px;
}
.size_71x30 {
	width: 71px;
	height: 30px;
}
.size_93x30 {
	width: 93px;
	height: 30px;
}
.size_96x30 {
	width: 96px;
	height: 30px;
}
.size_102x30 {
	width: 102px;
	height: 30px;
}
.size_105x30 {
	width: 105px;
	height: 30px;
}
.size_123x30 {
	width: 123px;
	height: 30px;
}
/* Sizes : End */


/* Styles */
.postContentFont {
	text-align: left;
	font-size: 12px;
}
.postContentFont a, .postContentFont a:visited {
	text-decoration: none;
	color: #202A5A;
}
.postContentFont a:hover {
	color: #FCD134;
}

.postContentFont h2 {
	font-size: 12px;
	padding-bottom: 4xp;
	margin: 0;
}


.sidemenuContent {
	text-align: left;
	font-size: 12px;
}


.sidebarWidgetList {
	list-style: circle;
	margin: 0;
	padding: 0;
}
.sidebarWidgetList li {
	list-style: circle;
	margin: 0;
	padding: 0;
}

.sidebarWidgetList li h2 {
	font-size: 12px;
	padding: 6px 0px 3px 0px;
	margin: 0;
}
.sidebarWidgetList li a, .sidebarWidgetList li a:visited {
	text-decoration: none;
	color: #202A5A;
}
.sidebarWidgetList li a:hover {
	color: #FCD134;
}


.sidebarContent {
	text-align: left;
	font-size: 12px;
}


/* Not mine.... */
.post-categories {
	list-style: none;
	padding: 2px 0px 3px 0px;
	margin: 0;
	color: yellow;
}

.post-categories li {
	list-style: none;
}
.post-categories li a, ul.post-categories li a:visited {
	color: 202a5a;
	text-decoration: none;
}
.post-categories li a:hover {
	color: #FCD134;
}

/* Posts title */
.post h2 {
	font-size: 15px;
	padding: 1px 0 6px 0;
}

/* Posts text */
.post .entry {
	padding: 8px 0 10px 0;
}
.post p {
	padding: 1px 0px 0 0;
}
blockquote {
	padding: 6px 16px 8px 16px;
}
