/*
Theme Name: OpenLaszlo New Weblog
Theme URI: http://www.openlaszlo.org/
Description: OpenLaszlo New Site theme, based on default theme
Version: 1.0
Author: Max Carlson
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") repeat scroll 0 0 #E1E1E1;
      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/background-gradient.png');
	background-repeat: repeat-x;
	width: 100%;
	height: 468px;
	top: 0px;
	left: 0px;
}


#page {
	margin: 22px auto 0;
	position: relative;
	top: 0px;
	width: 907px;
}

#contenthead  {
    background-image:url("images/content_top.png");
    background-repeat:no-repeat;
    height:117px;
    position:relative;
    width:972px;
}

#header {
background:url("images/contentbot.png") repeat-y scroll 0 0 transparent;
height:108px;
position:relative;
top:14px;
width:972px;
}

#contenttop {
	position: relative;
	top: 0px;
	background: url('images/content_top.jpg');
	height: 20px;
	width: 907px;
	padding-bottom: 15px;
}

#contentbottom {
	position: relative;
	height: 22px;
	width: 972px;
        margin:0 auto;
        background-image:url("images/content_bottom.png");
        background-repeat:no-repeat;
        left: 33px;
        top: 5px;
}

#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/contentbot.png");
	  background-repeat: repeat-y;
	  background-position: 0px 0px;
	  position: relative;
	  width: 972px;
          left: 33px;
          top: 5px;
	min-height: 800px;
	margin-top: -18px;
        margin:0 auto;
}

#widecolumn {
	position: relative;
	width: 865px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
} 

#narrowcolumn {
	position: relative;
	width: 640px;
	padding-top: 12px;
	padding-left: 48px;
}

#sidebar {
	float: right;
	position: relative;
	text-decoration: none;
	padding-top: 50px;
	padding-right: 26px;
	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 {
	height: 72px;
	width: 947px;
	position:relative;
    top: 5px;
    left: 12px;
    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: 12px;
	height: 31px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 220px;
}

#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: 33px;
        font-size: 9px;
        width: 972px;
        text-align:center;
        color: #005596;
        margin: 0 auto;

.copylink {
        font-size: 9px;
        text-decoration: none;
}


