/*
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
*/
  
#BB_BuyButtonForm br {
	display: none;
	}
	
#BB_BuyButtonForm {
	margin-bottom: 15px;
	border: 1px solid #54aedc;
	padding: 10px 20px 5px;
	background-color: #cce9f7;
	}

/* post-notification styling */
.children {
	list-style-type:none;
	}

/* Begin Typography & Colors */
body {
  font-family: Georgia, Serif;
  font-size: 14px;
  line-height: 20px;
  background: white;
  text-align: center;
  padding: 0;
  margin: 0;
  z-index: 50;
  color: #333;
  }

p {
  margin: 0;
  padding: 0;
  }
  
h1, h2, h3, h4 {
  margin: 0 0 15px;
  font-family: Georgia, serif;
  color: #333;
  font-weight: normal;
  }
  
h1 {
  font-size: 20px;
  margin: 21px 0 19px 20px;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  }

h2 {
	font-size: 16px;
	font-weight: bold;
	}

h3 {
	font-style: italic;
	font-size: 14px;
	margin-top: 30px;
	}

a {
  color: #666;
  text-decoration: none;
  }

a:hover {
  color: black;
  }
  
table {
	margin: 5px 0 20px;
	}

.time {
  text-align: right;
  font-size: 11px;
  line-height: 14px;
  }
  
.logo {
	background: url('images/logo_100.png');
	width: 100px;
	height: 100px;
	position: absolute;
	left: 90px;
	top: 60px;
	margin: 0;
	padding: 0;
	}
	
.capitol {
	background: url('images/capitol-fade.png');
	width: 293px;
	height: 380px;
	position: absolute;
	left: 740px;
	bottom: -15px;
	z-index: -1;
	1float: right;
	}

.tagline {
	background: url('images/tagline.png');
	height: 42px;
	width: 650px;
	position: absolute;
	top: 125px;
	left: 230px;
	}

/* Begin Structure */

#page {
	border: 1px solid #999;
	text-align: left;
	position: relative;
	overflow: hidden;
	margin: 0 auto 20px;
	padding: 0;
	width: 960px;
	background: #cce9f7;
	z-index: 0;
	min-height: 800px;
	}

.textbox-top {
	margin: 0 20px;
	padding: 0px;
	width: 662px;
	height: 20px;
	background: url('images/textbox-top.png') no-repeat;
	display: block;
	}

.textbox-mid {
	margin: 0 20px;
	padding: 0px;
	width: 662px;
	background: url('images/textbox-mid.png') repeat-y;
	}
	
.textbox-btm {
	margin: 0 20px 20px;
	padding: 0px;
	width: 662px;
	height: 27px;
	background: url('images/textbox-btm.png') no-repeat;
	}
	
.edit-post a {
  position: absolute;
  top: 285px;
  right: 295px;
  font-size: 11px;
  color: #54AEDC;
  }

#content {
	text-align: left;
	margin: 0 0 0 20px;
	padding: 10px 0 1px 0;
	width: 610px;
	color: #333;
	}

#content a, #comment-box a {
  color: #54aedc;
  }

#content a:hover, #comment-box a:hover {
  text-decoration: underline;
  }

#content p {
  margin: 0 0 15px;
  }

#content p.postmetadata {
  margin: 0 0 40px;
  } 
  
.navigation-top {
  position: absolute;
  top: 266px;
  left: 0;
  width: 650px;
  margin: 0px 290px 0 20px;
  font-size: 11px;
  }

.navigation-btm {
  position: relative;
  bottom: 27px;
  width: 650px;
  margin: 0px 290px 0 20px;
  font-size: 11px;
  line-height: 11px;
  }

.entry li {
	1list-style-position: inside;
	}
   
hr {
	width: 60%;
	height: 1px;
	border: none;
	color: #999;
	background: #999;
	margin: 20px auto;
	}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
	
.wp-caption {
	background: #f3f3f3;
	border: 1px solid #ddd;
	margin: 0 10px 10px;
	padding: 4px 0 0;
	text-align: center;
	}
	
#content p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 4px 0 5px;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Begin Sidebar */
#sidebar
{
	padding: 0 0 10px;
	position: absolute;
	top: 313px;
	left: 723px;
	width: 210px;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 12px;
  line-height: 15px;
	}

#sidebar form {
	margin: 0;
	}
	
#sidebar a {
  text-decoration: none;
  color: #666;
  }
  
#sidebar a:hover {
  color: black;
  }
  
#sidebar h2 {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 12px;
  margin: 15px 0 0;
  }

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 5px 0;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 5px 0;
	padding: 0;
	}
/* End Sidebar */


/* Begin Form Elements */
#search-loc {
  position: absolute;
  left: 720px; 
  top: 288px;
  }

#searchform {
	padding: 4px 0 3px 37px;
	background: url('images/search-box.jpg') no-repeat;
	}

#searchform input {
  color: #666;  
  }

#searchform #s {
	width: 178px;
	padding: 0;
	border: 0px;
	}

#searchsubmit {
	padding: 1px;
	display: none;
	}

.hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
	}

a img {
	border: none;
	}

/* comments */
#comment-box {
  1border: 1px solid #999;
  width: 610px;
  margin: 0 0 0px 20px;
  padding: 0;
  }
  
#submit {
  float: right;
  }
  
.comment-author {
  margin: 0 0 7px 0;
  }

.comment-author img {
  float: left;
  margin-right: 20px;
  }

.comment, .pingback {
  margin: 20px 0;
  }
  
#comment {
  width: 100%;
  height: 80px;
  }
  
.comment p, .pingback p {
  margin: 0 0 5px 68px;
  }
  
.comment-meta {
  font-size: 11px;
  float: right;
  }
  
.fn {
  font-style: normal;
  }
  
.edit-comment-admin-links {
  margin: 5px 170px;
  }
  
.depth-2 {
  margin-left: 20px;
  }
  
.depth-3 {
  margin-left: 40px;
  }
  
.depth-4 {
  margin-left: 60px;
  }
  
.depth-5 {
  margin-left: 80px;
  }
  
.depth-2 div#respond h2, .depth-3 div#respond h2, .depth-4 div#respond h2, .depth-5 div#respond h2 {
  display:none;
  }
  
.reply {
  margin: 7px 0 10px 68px;
  font-size: 11px;
  }

#respond {
  border: 1px solid #999;
  padding: 12px 20px 7px 17px;
  margin: 0;
  }
  
#respond p {
  margin: 0;
  }
  
.cancel-comment-reply {
  text-align: right;
  }
  
#respond p.subscribe-to-comments {
  margin: 2px 0 10px;
  }


/* nav bar */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
  width: 959px;
  height: 32px;
  font-size: 12px;
  position: absolute;
  top: 190px;
  left: 11px;
  z-index: 100;
  text-align: center;
  font-family: Helvetica,Arial,sans-serif;
  font-weight: bold;
  }

/* hack to correct IE5.5 faulty box model */
* html .menu {
  width:960px;
  w\idth:959px;
  }

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  }
  
.menu ul ul {
  width: 134px;
  }
  
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
  float: left;
  width: 134px;
  position: relative;
  }
  
/* style the links for the top level */
.menu a, .menu a:visited {
  display: block;
  font-size: 11px;
  text-decoration: none;
  color: #333;
  width: 134px;
  height: 31px;
  border: 1px solid #98adb9;
  border-width: 1px;
  background: white url('images/navbar-white.jpg') repeat-x;
  padding-left: 0px;
  line-height: 30px;
  border-top: 1px solid #999;
  text-transform: uppercase;
  }
  
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
  width: 134px;
  w\idth: 134px;
  border-left: none;
  }

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
  background: red url(images/drop.gif) bottom right no-repeat;
  }
  
/* style the second level hover */
.menu ul ul a:hover, .menu ul ul a.drop:hover{
  background: #f8f8f8;
  color:#444;
  }
  
.menu ul ul :hover > a.drop {
  background: #f8f8f8;
  color:#444;
  }

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
  background: white;
  }
/* style the third level hover */
.menu ul ul ul a:hover {
  background: #f8f8f8;
  color: #444;
  }

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
  visibility: hidden;
  position: absolute;
  height: 0;
  top: 32px;
  left: 0;
  width: 134px;
  border-top: 1px solid #98adb9;
  }
  
/* another hack for IE5.5 */
* html .menu ul ul {
  top: 31px;
  t\op: 32px;
  }

/* position the third level flyout menu */
.menu ul ul ul{
  left: 134px;
  top: -1px;
  width:134px;
  }

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
  left: -134px;
  }

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
  position: absolute;
  top: 0;
  left: 0;
  border-collapse: collapse;
  }

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
  background: white;
  color: #666;
  height: auto;
  line-height: 1em;
  padding: 5px;
  width: 123px;
  border-width: 0 1px 1px 1px;
  border-bottom: 1px solid #999;
  font-weight: normal;
  font-size: 10px;
  }
  
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
  width: 123px;
  w\idth: 123px;
  }

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
  color: #333;
  1background: #c6e5f7 url('images/navbar-blue.jpg');
  }
  
.menu :hover > a, .menu ul ul :hover > a {
  color: #333;
  1background: #c6e5f7 url('images/navbar-blue.jpg');
  }
  
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul{
  visibility: visible;
  }
  
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
  visibility: hidden;
  }
  
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
  visibility: visible;
  }

/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */

.menu ul ul .current_page_item a {
  color: #333;
  background: white;
  border-left: 1px solid black;
  }

.menu .current_page_item a {
  color: #333;
  1font-weight: bold;
  background: #c6e5f7 url('images/navbar-blue.jpg');
  }

.menu ul .current_page_item ul a {
  color: #666;
  font-weight: normal;
  background: white;
  }

.menu ul .current_page_item ul a:hover {
  background: #f8f8f8;
  color: #444;
  }

.menu .current_page_item a:hover {
  background: #c6e5f7 url('images/navbar-blue.jpg');
  }

#nav_white_lt, #nav_white_rt {
	position: absolute;
	z-index: 110;
	top: 190px;
	height: 23px;
	background: white url('images/navbar-white.jpg');
	border: 1px solid #98adb9;
	border-top: 1px solid #999;
	padding-top: 8px;
  }

#nav_white_lt {
	left: 0px;
	width: 11px;
	border-left: 0px solid #999;
	}

#nav_white_rt {
	left: 948px;
	width: 11px;
	border-right: 0px solid #999;
  }

/* end nav bar */

#header {
	background: #cce9f7 url('images/bg-header1.jpg') repeat-x;
	1border: 1px solid red;
	height: 223px;
	overflow: hidden;
	margin: 0;
	padding: 0;
  }
