/*
Theme Name: Open Forum Foundation #1
Theme URI: http://openforumfoundation.org/
Description: The first customized theme for http://openforumfoundation.org/
Version: 1.0
Author: Wayne Moses Burke
Author URI: http://waynemosesburke.com/
Tags: blue, fixed width, two columns, widgets
*/

/* Home divs */
#notes-box {
	position: absolute;
	top: 170px;
	left: 665px;
	width: 168px;
	height: 241px;
	background: white;
	border: 1px solid #999;
	border-bottom: 1px solid #98adb9;
	z-index: 8;
	opacity: 0.75;
	-moz-opacity: 0.75; /* older Gecko-based browsers */
	filter:alpha(opacity=75); /* For IE6&7 */
}

#notes {
	position: absolute;
	top: 170px;
	left: 665px;
	width: 128px;
	height: 201px;
	margin: 20px;
	padding: 0;
	z-index: 9;
	font-size: 12px;
	font-family: Georgia,serif;
}

#notes a {
	color: #666;
	text-decoration: none;
}
#notes a:hover {
	color: #333;
}
#notes h2 {
	font-size: 13px;
	margin-bottom: 12px;
}
#notes p {
	margin: 0 0 8px;
}
.shadow {
	position: absolute;
	z-index: 100;
	top: 170px;
	left: 60px;
	width: 470px;
	height: 181px;
	background: url('images/shadow.png') no-repeat;	
	padding: 20px 40px 72px 20px;
	margin: 0
  }

#home_text_1, #home_text_2, #home_text_3 {
	position: absolute;
	z-index: 90;
	top: 170px;
	left: 60px;
	width: 468px;
	height: 169px;
	background: #c6e5f7;
	border: 1px solid #999;
	padding: 20px;
	margin: 0;
	}

/* nav bar */
#nav_white_lt, #nav_white_1, #nav_white_2, #nav_white_3, #nav_white_rt {
	position: absolute;
	z-index: 110;
	top: 380px;
	height: 23px;
	background: white;
	border: 1px solid #98adb9;
	border-top: 1px solid #999;
	padding-top: 8px;
  }

#nav_blue_1, #nav_blue_2, #nav_blue_3 {
	position: absolute;
	z-index: 90;
	top: 380px;
	height: 24px;
	background: #c6e5f7; /* url('images/navbar-blue.jpg'); */
	padding-top: 8px;
	}

a#pick_me_1, a#pick_me_2, a#pick_me_3 {
	position: absolute;
	z-index: 150;
	top: 381px;
	height: 24px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333;
	padding-top: 8px;
	font-weight: bold;
	cursor: hand;
	}

a:hover#pick_me_1, a:hover#pick_me_2, a:hover#pick_me_3 {
  1color: #666;
  cursor: pointer;
  }
  
#home_text_1 {
	z-index: 110;
	}

#nav_blue_1 {
 	z-index: 120;
 	}

#nav_white_lt {
	left: 60px;
	width: 22px;
	border-left: 1px solid #999;
	}

#nav_white_1 {
	left: 83px;
	width: 153px;
  }

#nav_blue_1, a#pick_me_1 {
	left: 84px;
	width: 153px;
  }
  
#nav_white_2 {
	left: 237px;
	width: 154px;
  }

#nav_blue_2, a#pick_me_2 {
	left: 238px;
	width: 154px;
	}

#nav_white_3 {
	left: 392px;
	width: 153px;
  }

#nav_blue_3, a#pick_me_3 {
	left: 393px;
	width: 153px;
	}
	
#nav_white_rt {
	left: 546px;
	width: 22px;
	border-right: 1px solid #999;
  }

#nav_shadow {
	position: absolute;
	z-index: 140;
	top: 400px;
	left: 60px;
	height: 12px;
	width: 510px;
	margin: 0;
	padding: 0;
	background: url('images/navbar-shadow.png');
	font-size: 1px;	
	}

/* end nav bar */

/* Main */
body {
	font-family: Georgia, serif;
	font-size: 16px;
	color: #333;
	background: white;
	text-align: center;
	padding: 0;
	margin: 0;
	}

p {
  margin: 0;
  padding: 0;
  }
  
h2, h3, h4 {
  margin: 0 0 15px;
  }
  
h3 {
	font-family: Georgia, serif;
  font-size: 16px;
  font-weight: bold;
  }

img {
	border: none;
	}
	  
.edit-post a {
  position: absolute;
  top: 440px;
  left: 5px;
  color: #666;
  text-decoration: none;
  font-size: 11px;
  z-index: 150;
  }

.entry p {
  line-height: 19px;
  margin: 0 0 10px;
  }

.entry p a {
	color: black;
	font-weight: bold;
	text-decoration: none;
	font-family: Georgia, serif;
	line-height: normal;
  }

.linkOut {
	color: #333;
	font-size: 11px;
	padding: 0 2px;
	position: absolute;
	top: 179px;
	right: 20px;
	font-weight: normal !important;
	}
	
.entry p a:hover {
  color: #666;
  }

#page {
	background: #c2e3f6 url('images/background.jpg') repeat-x;
	border: 1px solid #999;
	text-align: left;
	position: relative;
	height: 456px;
	margin: 20px auto;
	padding: 0;
	width: 900px;
	}

.textbox {
	position: absolute;
	top: 160px;
	left: 60px;
	width: 530px;
	height: 273px;
	background: url('images/textbox.png');
	}

.logo {
	background: url('images/logo_100.png');
	width: 100px;
	height: 100px;
	position: absolute;
	left: 60px;
	top: 40px;
	margin: 0;
	padding: 0;
	}
	
.capitol {
	background: url('images/capitol.png');
	width: 382px;
	height: 456px;
	position: absolute;
	left: 480px;
	top: 0px;
	}

.star {
	background: url('images/star-new.png');
	width: 128px;
	height: 128px;
	position: absolute;
	left: 790px;
	top: -15px;
	z-index: 150;
	}

.tagline {
	background: url('images/tagline.png');
	height: 42px;
	width: 650px;
	position: absolute;
	top: 105px;
	left: 200px;
	z-index: 10;
	}

/* Footer */
#footer {
	width: 900px;
	}

#footer ul {
	margin: 17px 0 0;
	}	

