<style type="text/css">

body {
font-family: verdana, helvetica, arial, sans-serif;
font-size: small;
line-height: 1.7;

}

dt {
padding-left: 1em;
font-weight: bold;

}

.blogcomment { 

padding-left: 6em;
padding-bottom: 1ex;
padding-right: 4em;


}

.blogcommentinfo {
font-size: 60%;

}

.blogcomment label {
font-size: 80%;
width: 15em;
font-weight: normal;

}

.blogcomment textarea {
width: 25em;
height: 25ex;

}

.writeupText blockquote {
background-color: #EEEEEE;
padding-left: 1em;
padding-right: 1em;
border: thin black dashed;


}

#registrationform label {
font-weight: normal;
width: 10em;

}

#registrationform label, #registrationform input {
margin: 5px;
}



div.headerbase {
background-image: url(http://gnuru.org:8000/images/header-background.png);
background-repeat: repeat-x;

}

a img {

border: none;
}

.nodeletoutline {
border: none;
padding-bottom: 3ex;
}

.nodelettitle {
color: black;
padding-left: 0px;
background-color: white;
border-bottom: 2px gray solid;
}

.nodeletbody {
background-color: white;
padding-left: 0.2em;

}

.nodeletbody ul {
list-style: none;
padding-left: 0.3em;
margin-left: 0.3em;
}
.nodeletbody li {

line-height: 105%;
}

.nav {
font-size: small;
text-align: center;
}

.frontpageentry{
font-size: small;
padding-bottom: 10px;
}

.frontpageentryheader {
background-color: #d3e6e0;
width: 100%;
padding-top: 5px;
padding-bottom: 5px;
font-size: large;

}

.frontpageentrytext {
padding-left: 10px;

}

.writeupauthordetail {
background-color: white;
font-size: x-small;

}

.writeupcreatetime {
font-size: xx-small;
float: right;
position:relative;
top: -2ex;
}

.taglist {
padding-left: 20pt;
font-size: 0.7em;
}

.sharelinks {
font-size: 0.7em;
text-decoration: none
}

.sharelinks a {
text-decoration: none
}

/*** The Essential Code ***/

body {
	min-width: 630px;         /* 2 x (LC fullwidth + CC padding) + RC fullwidth */
}

#container {
	padding-left: 200px;      /* LC fullwidth */
	padding-right: 190px;     /* RC fullwidth + CC padding */
}
		
#container .column {
	position: relative;
	float: left;
}
		
#center {
	padding: 10px 20px;       /* CC padding */
	width: 100%;
}
		
#left {
	width: 180px;             /* LC width */
	padding: 0 10px;          /* LC padding */
	right: 240px;             /* LC fullwidth + CC padding */
	margin-left: -100%;
}

#right {
	width: 130px;             /* RC width */
	padding: 0 10px;          /* RC padding */
	margin-right: -100%;
}
		
#footer {
clear: both;
}
		
/*** IE Fix ***/
* html #left {
	left: 150px;              /* RC fullwidth */
}

/*** Equal-height Columns ***/

#container {
	overflow: hidden;
}

#container .column {
	padding-bottom: 1001em;     /* X + padding-bottom */
	margin-bottom: -1000em;     /* X */
}

/*** For blogstyle three column layout ***/
/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;				/* width of whole page */
	overflow:hidden;			/* This chops off any overhanging divs */
        padding-top: 2ex;
        background: white;
	}

/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;				/* width of page */
	position:relative;
        background: #ffff;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;		/* no left and right padding on columns, we just make them narrower instead only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
        background: #ffff;
}
/* 3 Column blog style settings */
.blogstyle {
	background:#ffff; /* right column background colour */
}
.blogstyle .colmid {
	right:25%;	/* width of the right column */
	background:#ffff;	/* center column background colour */
}
.blogstyle .colleft {
	right:25%;				/* width of the middle column */
	background:#fff;			/* left column background colour */
}

.blogstyle .col1 {
	width:50%; /* width of center column content (column width minus padding on either side) */
	left:52%;  /* 100% plus left padding of center column */
}

.blogstyle .col2 {
	width:19%;	/* Width of left column content (column width minus padding on either side) */
	left:56%;	/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.blogstyle .col3 {
	width:19%;		/* Width of right column content (column width minus padding on either side) */
	left:60%;		/* Please make note of the brackets here: (100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}


/*** Footer Fix ***/

* html body {
	overflow: hidden;
}
		
* html #footer-wrapper {
	float: left;
	position: relative;
	width: 100%;
	padding-bottom: 10010px;
	margin-bottom: -10000px;
	background: #FFF;         /*** Same as body background ***/
}

		/*** Just for Looks ***/

body {
	margin: 0em;
	padding: 0em;
	background: #FFF;
}

#header, #footer {
	padding: 0.3em 0em;
}

#container {
margin-top: 8em;
}

#container .column {
	padding-top: 1em;
	text-align: left;
}

</style>