/* This is the main stylesheet for the screen. */

/* attributes */

body {
	background: #eee;
        color: #333;
	padding:0px;
	text-align:center;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
}

body img { 
	border: 0px;
	margin: 0px;
	text-align: left;
}

a:visited {
    color: #f96;
    text-decoration: none;
    background: none;
} 

a { color: #c60; text-decoration: none; background: none; }

h1, h2, h3, h4 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
        color: #333; 
        text-align: left; 
        background: none;
}

h1 { margin: 0px 0px 0px 0px}
h1 img {border: 0px }
h2 {font-size: 1.3em; padding-top: 5px;}
h3 {font-size: 1.1em}
h4 {font-size: 1.0em; }

h2, h3, h4 {padding-top:1em;}

acronym {
                border-bottom: 1px dotted #777;
                cursor: help;
}

blockquote {
	color: #303;
    padding: 3 10 3 10;
	background-color: #ffffc2;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ddd;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #999;
	margin: 10px 0px 10px 0px;
}

blockquote h3 { margin: 0;}

blockquote p { 
       padding-top: 3px; 
       padding-bottom: 3px
}

/* this is to remove unpredictable gaps caused by form tags */
form { margin: 0px;}

/* id tags */

#banner{    
        font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
        padding:10px;
	background-color: #fc0;
        /* background-color: #c00;*/
	color:#555;
	font-size:0.9em;
	font-weight:normal;
	text-align: left;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #ECBD00;
        /* border-bottom: 1px solid #900;*/
	height: 150px;}
	
#banner a, 
#banner a:link,
#banner a:visited,
#banner a:active,
#banner a:hover {    
        font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
        font-size: 0.8em;
	text-decoration: none;
	background-color: #fc0;
        color: #333;
		}

#content {
     width: 790px;
     background: #fff;
     color: #333;
     margin: 0px;
}

#links {    
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
    color: #333;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    float: right;
    width: 230px;
}

#links ul, #links li { 
        list-style: none; 
        margin-left:0; 
        padding-left:0;  
/* display: inline;  list-style-position: inside;   font-stretch: inherit;  */  
        list-style-type: none;  
}

/* all other tags */

.holdall {
    width: 790px;
    margin: 5px auto;
    text-align:left;
    padding-left:auto;  /* yes, auto isn't a recognised padding attribute, but it works */
    padding-right:auto; 
    background: #fff;
    color: #333;
}


.side {    
        font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
        font-size: 0.9em;	
        line-height: 1.4em;
	color: #333;
	background: #fff;
        padding-bottom: 5px;
}

.side a { 
        color: #c60; 
        text-decoration: none;  
        background: #fff; 
}

.side select { 
    color: #000;    
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
    line-height: 1em;
    background: #fff;
    background: #fff;
}
		
.sidetitle {    
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
    font-size: 1em;
    font-weight: bold;
    color: #222;
    border-bottom: 1px solid #eee;
    text-transform: capitalize;
    padding-top: 10px;
    padding-bottom:4px;
    background: #fff;
}

.sidetitle input {    
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
    font-size: 0.9em;
    color: #333;
    background: #fff;
}

.blog {
        color: #333;
        background: #fff;
        width: 480px;
        text-align:left;
        margin: 20px 0px 25px 20px;
}	
	
.blogbody {
	background: #fff;
	color:#333;
	text-align:left;
	margin-bottom: 4px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.8em;
	line-height: 1.4em;}
    
.blogbody ul, .blogbody ul li{
        list-style : square;
}

.blogbody a:hover, .side a:hover{
        color: #600; 
        background: #cf0;
}

.description {
	color:#333;
	background: #ff9;
	padding: 8px;
	border: 1px solid #c6c600;
	margin: 0px 0px 10px 29px;
	font-family: verdana, arial, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
	}

.description-man, .comments-man {
        border : 0px none;
        margin : 0px 0px 0px 0px;
        text-align : left;
        display : inline;
        float : left;
        color: #c00;
        background: #fff;
}


.posted	{
        color: #555;
        background: #fff;
        text-align:left;
        padding-top: 0px;
        padding-bottom: 20px;    
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
        font-size: 0.7em;
        font-weight: bold;
        background: #fff;
        text-transform: none;
}
	
.posted a:link, .posted a:hover, .posted  a:visited {    
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
        font-size: 1.2em;
        font-weight: bold;    
        color: #555;
        background: #fff;
	}

		
.feature {
    background: #eee;
    padding: 4px;
    border: 1px solid #f90;
    margin: 0px;
    color: #333;
}

.nav { 
	font-size: 0.6em;
	font-weight: bold;    
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
        padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #ffc;
	border-top: 1px solid #fc6;
	border-bottom: 1px solid #fc6;
        color: #333;
}

.nav a, .nav a:visited, .nav a:hover { 
        color: #000; 
        background: none
}

.trackback {
        background: #fff;
        color: #333;    
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
        font-size: 0.9em;
        padding: 1.5em;
        border: 1px solid #ddd;
}

.button {    
        color: #333; 
        background: #fff }

#toolbar {
        text-align:right; 
        padding-right: 50px}

.comments {
	color:#111;
	background: #fffff2;
	padding-left: 1.5em;
	padding-right: 1.5em;
	padding-top: 1.5em;
	padding-bottom: 0.5em;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ddd;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #999;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.8em;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-right: 10em;
	}
	
.comments p { margin-top: 0px; }

.comments-name{	
        color:#333; 
        font-size: 0.9em; 
        margin-bottom: 1.4em; 
        background: #fff
 }

.comments-name a {font-weight: bold}

/* this highlights keywords from Google search results */
.hilite { background-color: #ffc;     color: #000;}


.accesskey {
	background-image: url(../assets/accesskey.png);
	width: 40px;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
        text-align: center;
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 0.9em;
}

#reading {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	margin: 0px;
	width: 203px;
	text-align: center;
	content: inherit;
	padding: 5px;
}

#reading .sidetitle {
	color: #fc9;
	font-size: 0.6em;
	background-color: #8c0000;
	padding: 3px;
	margin: 0px;
	border-bottom: 1px solid #630;
}

#reading .side {
	color: #fc9;
	font-size: 0.6em;
	background-color: #600;
	margin-bottom: 5px;
	height: 15px;
	padding: 1px;
}

.comments-open label { display: block; }

dt {
        margin-bottom: 10px; 
        border-bottom: 1px dotted #ccc;}


