/*
      Layout originally created by Keith Donegan of Code-Sucks.com
      Adapted/changed/extended by Marcus Bauer
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/
/*------------------- general layout ------------------ */

  * { margin: 0pt;
    padding: 0pt;
    }

  body { font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    background-color: #ffffee;
    }

  #wrapper { margin: 0pt auto;
    width: 922px;
    background-color: white;
    }

  #header { border-color: rgb(204, 204, 204);
    position:relative;
    top:0px;
    border-width: 1px;
    margin: 0px;
    padding: 10px 0px;
    background: #708090 none repeat scroll 0% 50%;
    width: 922px;
    float: left;
    height: 100px;
    color: rgb(255, 255, 255);
    }

  #navigation { border-color: rgb(204, 204, 204);
    border-width: 1px;
    margin: 0px 0px 0px;
    padding: 0px 0px 0px;
    background: rgb(255, 255, 255) none repeat scroll 0% 50%;
    float: left;
    width: 922px;
    color: rgb(51, 51, 51);
    }

  #leftcolumn { border-color: rgb(204, 204, 204);
    border-width: 1px;
    margin: 0px 0px 0px 0px;
    padding: 35px 10px 5px 10px;
    background: rgb(255, 255, 255) none repeat scroll 0% 50%;
    width: 170px;
    float: left;
    }

  #rightcolumn { border-color: rgb(204, 204, 204);
    border-width: 1px;
    border-left: 1px dashed rgb(204, 204, 204);
    margin: 0px 0px 0px;
    padding: 35px 35px 5px 35px;
    background: rgb(242, 242, 230) none repeat scroll 0% 50%;;
    float: right;
    min-height: 350px;
    width: 648px;
    display: inline;
    }

  #footer { border-color: rgb(204, 204, 204);
    border-width: 1px;
    margin: 0px 0px 10px;
    padding: 10px;
    background: rgb(255, 255, 255) none repeat scroll 0% 50%;
    width: 900px;
    clear: both;
    color: rgb(51, 51, 51);
    }
    
/*-------------------- special layout definitons ------------------ */
a:link,
a:visited,
a:active {
	color: #26263E;
	text-decoration: none;
}

a:hover {
	color: #541100;
	text-decoration: underline;
}

a  img {
	border:none;
}

#rightcolumn img{
	padding: 10px 0px 10px 0px;
}

p {
	margin: 15px 0px 15px 0px;
}

blockquote {
	padding: 10px 0px 10px 20px;
}

#rightcolumn ul, 
#rightcolumn ol{
	padding: 10px 0px 5px 30px;
}

#header h1 { 
	color: #eee;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 45px;
	/*font-weight: lighter;*/
	font-style: italic;
	position:absolute;
	top:20px;
	left:40px;
}
#header h2 { 
	color: white;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 20px;
	position:absolute;
	top:85px;
	left:40px;
}

#lhdimg{
	position:absolute;
	left:750px;
	top:10px;
}

#rhdimg{
	position:absolute;
	left:270px;
	top:30px;
}


.code {
	border: 1px dashed grey;
	padding:5px;
	background-color:#eee;
	margin-left:0px;
	font-family:monospace;
	font-size:90%;
}

/* Serendipity */
.serendipity_date {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: x-small;
	color: #708090;
	letter-spacing: 1px;
	padding-bottom: 10px;
	margin-top: 3px;
	text-align: left;
	position: relative;

}
.serendipity_title {
	font-family: sans-serif;
	font-size: 25px;
	font-weight: bold;
	margin-top: 5px;
	//color: #333333;
	color: #16425E;
	padding-left: 0px;
	padding-bottom: 3px;
	padding-top: 5px;
	padding-right: 0px;
	border-bottom: 1px solid #708090;
	position: relative;

}
.serendipity_entry_date {
	margin: auto;
}
.serendipity_entry a{
	color:#448;
}

.serendipity_categories_list {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}


.container_serendipity_categories_plugin a{
	font-size: 12px;
}

.serendipity_xml_icon img{
        vertical-align: bottom;
        padding-left: 3px;
        display: inline;
        border: 0px
}
div.serendipitySideBarItem {
	padding-bottom: 12px;
	margin-bottom: 12px;
	font-size: x-small;
	font-weight: normal;
	border-bottom: solid 2px #16425E;
}
/* ------------------- menu ------------------------------*/

/*Credits: CSSpplay */
/*URL: http://www.cssplay.co.uk/menus/pro_one */
.menu1 {padding:0 0 0 32px; margin:0; list-style:none; height:35px; background:#fff url(img/button1.gif); position:relative; border:1px solid #000; border-width:0 1px; border-bottom:1px solid #444;}
.menu1 li {float:left;}
.menu1 li a {display:block; float:left; height:35px; line-height:35px; color:#aaa; text-decoration:none; font-size:14px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer;}
.menu1 li a b {float:left; display:block; padding:0 16px 0 8px;}
.menu1 li.current a {color:#fff; background:url(img/button3.gif);}
.menu1 li.current a b {background:url(img/button3.gif) no-repeat right top;}
.menu1 li a:hover {color:#fff; background:#000 url(img/button2.gif);}
.menu1 li a:hover b {background:url(img/button2.gif) no-repeat right top;}
.menu1 li.current a:hover {color:#fff; background:#000 url(img/button3.gif); cursor:default;}
.menu1 li.current a:hover b {background:url(img/button3.gif) no-repeat right top;}



/* shell code css */
.shell {
border: 1px dashed #999999;
padding: 4px;
font-family: "Courier New",Courier,monospace;
margin-top: 0px;
margin-left: 20px;
background-color: #eeeeee;
font-weight: normal;
margin-right: 20px;

</style>
