/*
Theme Name: OpenLaszlo Weblog
Theme URI: http://www.openlaszlo.org/
Description: OpenLaszlo Site theme, based on default theme
Version: 1.0
Author: Chuq Von Rospach
Author URI: http://chuqui.typepad.com
Tags: OpenLaszlo

	This theme was built based on a design by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
      background: url('images/page_body.jpg');
      background-repeat: repeat;
      background-position: 0px 0px;
      padding: 0;
      margin: 0;
      font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
      font-size: 90%;
      font-weight: normal;
	}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #005797;
}

a:link {color: #005596; text-decoration: none;}     /* unvisited link */
a:visited {color: #005596; text-decoration: none;}  /* visited link */
a:hover {color: #277CB4; text-decoration: underline;}   /* mouse over link */     
a:active {color: #000000; text-decoration: none;}   /* selected link */

h2 {
	color: #005797;
}

#pagefountain {
	position: absolute;
	background: url('images/page_top.jpg');
	background-repeat: repeat-x;
	width: 100%;
	height: 247px;
	top: 0px;
	left: 0px;
}


#page {
	margin: 0px auto;
	position: relative;
	top: 0px;
	width: 907px;
}

#contenttop {
	position: relative;
	top: 0px;
	background: url('images/content_top.jpg');
	height: 20px;
	width: 907px;
	padding-bottom: 15px;
}

#contentbottom {
	position: relative;
	background: url(images/content_bottom.jpg);
	height: 20px;
	width: 907px;
}

#bannerdiv {
	position: relative;
	top: 3px;
	left: 24px;
	background: url(/images/openlaszlo_weblog_banner.gif);
	background-repeat: none;
	height: 100px;
	width: 857px;
}

#pagecontent {
	  background: url(images/content_body.jpg);
	  background-repeat: repeat-y;
	  background-position: 0px 0px;
	  position: relative;
	  width: 907px;
	min-height: 800px;
	margin-top: -18px;
}

#widecolumn {
	position: relative;
	width: 865px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
} 

#narrowcolumn {
	position: relative;
	width: 600px;
	padding-top: 20px;
	padding-left: 26px;
}

#sidebar {
	float: right;
	position: relative;
	text-decoration: none;
	padding-top: 50px;
	padding-right: 20px;
	width: 250px;
}

#sidebar ul {
	font-size: 12px;
	list-style-position: inside;
	list-style-type: none;
	text-decoration: none;
	text-indent: 0px;
	margin-left: 0;
	padding-left: 20px;
}


#footer {
	position: relative;
	top: 0;
	left: 0;
}

#header {

}

#menubar {
	padding: 0;
	height: 30px;
	width: 880px;
	position:relative;
	top: 5px;
	left: 4px;
	z-index: 5;
	
}
.menucontent .menucenter {
	position: relative;
	float: left;
	top: 0px;
	background-color: #339966;
}

.bluemenu .menuleft {
	background-image: url(http://staging.www.openlaszlo.org/images/menus/menu_blu_lft.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 8px;
	float:left; 
	top: 0px;
}

.bluemenu .menucenter {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
}
.bluemenu .menuright {
	background-image: url(http://staging.www.openlaszlo.org/images/menus/menu_blu_rt.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 9px;
	float:left;
}

.whitemenu .menuleft {
	background-image: url(http://staging.www.openlaszlo.org/images/menus/menu_wht_lft.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 8px;
	float:left; 
	top: 0px;
	left: 0px;
}
.whitemenu .menucenter {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
}

.whitemenu .menuright {
	background-image: url(http://staging.www.openlaszlo.org/images/menus/menu_wht_rt.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 9px;
	float:left;

}

#logo {
	position: relative;
	left: 20px;
	top: 0;
	padding-top: 25px;
	padding-bottom: 7px;
}

#sponsorlink {
    width: 200px;
	position: relative;
	top: 0px;
	left: 20px;
	font-size: 10px;
}


.navigation {
	position: relative;
	top:0;
	left: 0;
	height: 80px;
}

.alignleft {
	float: left;
	padding-right: 40px;
}

.alignright {
	height: 80px;
}


#contentfoot {
        height: 150px;
        position: relative;
        top: 0px;
        left: 0px;
}

#CopyrightNotice {
        position:relative;
        top: 0px;
        left: 0px;
        font-size: 9px;
        width: 900px;
        text-align:center;
        color: #005596;

.copylink {
        font-size: 9px;
        text-decoration: none;
}

