/*
 *  $Id: style.css 124 2011-05-05 20:09:43Z stuart $
 *  
 *  stuconnolly.com   
 *
 *  Copyright (c) 2011 Stuart Connolly. All rights reserved.
 * 
 *  This program is free software: you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation, either version 3 of the License, or
 *  (at your option) any later version.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

* {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	font-size: 14px;
	text-align: left;
	line-height: 1.5em;
	background-color: #FFFFFF;
	font-family: Cambria, Georgia, 'Times New Roman', Serif;
}

#container {
	width: 600px;
	margin: 0 auto;
	margin-top: 15px;
	text-align: justify;
}

#header {
	text-align: center;
}

#title {
	margin: 25px 0 20px 0;
}

#title h1 {
	font-size: 30px;
}

#title h1 span {
	color: #999999;
}
	
#nav ul {
	padding-bottom: 10px;
	margin: 0 35px 10px 35px;
	border-bottom: 1px solid #CCCCCC;
}

#nav li {
	display: inline;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
}

#nav li a {
	border: none;
}

#nav li a {
	border: none;
	color: #999999;
}

#nav li a:hover {
	color: #666666;
}

#nav li #indicator {
	color: #000000;
}

a { 
	outline: none;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #4F4F4F;
}

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

a:hover, a:active { 
	color: #4F4F4F;
	border-bottom-style: solid;
}

#title a {
    color: #000000;
    border-bottom: none;
    text-decoration: none;
}

h1 {
	letter-spacing: -1px;
	text-transform: lowercase;
}

h2 {
	font-size: 20px;
	text-align: center;
	padding: 10px 0 10px 0;
}

h2 span {
    color: #999999;
}

h3 {
	font-size: 16px;
	padding-top: 12px;
}

h4 {
	font-size: 14px;
	padding-top: 5px;
}

#footer {
	text-align: center;
	font-style: italic;
	margin: 25px 35px 10px 35px;
	border-top: 1px solid #CCCCCC;
}

#search {
	width: 140px;
	margin: 0 auto;
	font-size: 12px;
	padding-top: 8px;
}

#contactform span {
	font-size: 10px;
	color: #828282;
	font-style: italic;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#spamguard {
	font-size: 12px;
}

#author, 
#email, 
#url, 
#spamguard #year,
#name,
#email,
#subject,
#message,
#year {
    padding: 1px;
}

#year {
    margin-left: 3px;
}

#message {
    width: 500px;
}

#remember,
#cc {
    margin: 10px 5px 0 0;
}

#submit,
#send {
    width: 150px;
}

.post {
    margin: 1em 0;
}

.postheader {
    margin-top: 20px;
    position: relative;
}

.posttitle {
    display: inline;
    color: #4F4F4F;
	font-weight: bold;
}	

.postdate {
    position: absolute;
    right: 0px;
    display: inline;
	color: #666666;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
}

#postmark {
	color: #666666;
	margin: 20px 0 15px 0;
	font-weight: normal;
	text-transform: none;
	font-style: italic;
	text-align: center;
}

#postmark a {
    font-weight: normal;
}

ul.archivelist  {
    padding: 0;
    list-style: none;
    margin-left: 25px;
    list-style: none;
}

ul.archivelist li span.postday {
    width: 30px;
    float: left;
    display: block;
    text-align: right;
    margin-right: 6px;
}

ul.archivelist li span.postlink {
    margin-left: 6px;
}

.archivelist {
    color: #999999;
    font-weight: bold;
    border-bottom: none;
}

.archivelist a:hover {
    color: #4F4F4F;
}

p, ul, ol { 
	margin: 1em 0;
}

ul {
	list-style: disc;
	margin-left: 45px;
}

ol {
    margin-left: 45px;
}

img {
	padding: 8px;
	display: block;
	margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
}

pre {
	overflow: auto;
	font-size: 13px;
	font-family: Courier, 'Courier New', monospace;
}

code {
    font-size: 13px;
	font-family: Courier, 'Courier New', monospace;
}

blockquote {
	color: #888888;
	font-style: italic;
	margin: 0 25px;
}

}

abbr {
	border-bottom: 1px dotted #CCCCCC;
}

abbr:hover {
	border-bottom: 1px solid #666666;
	cursor: help;
}
	
.imgblock {
    text-align: left;
}

.imgblock img {
    margin: 3px;
	display: inline;
	text-align: left;
}

.imgblock a {
    border-bottom: 0 solid #FFFFFF;
	background-color: #FFFFFF;
}

.imgnoborder img {
	border: none;
}

.notice {
	padding: 12px;
	font-style: italic;
	background-color: #EEEEEE;
	border-top: 2px solid #DDD;
	border-bottom: 2px solid #DDD;
}

#blogarchivelink {
	margin-top: 30px;
    padding-top: 10px;
    text-align: center;
    font-style: italic;
}

.releasedate,
.downloadstamp,
.versionnotice,
.build {
    color: #666666;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.searchterm {
	font-weight: bold;
	background-color: #E0E0E0;
}

.center {
    text-align: center;
}

.highlight {
	background-color: #FEFFD1;
}

.projdesc {
	color: #666666;
	font-style: italic;
}

#srclist {
	margin: 20px 30px 0 30px;
}

#footnotes {
	font-size: 13px;
	margin-top: 25px;
	border-top: 1px solid #CCCCCC;
}
	