
body {
	background-color: #adb8bf;
	//background-image: url(/bg.jpg);
	color: #2c2c2c;
	font-family: "Sans", "Trebuchet MS", "Arial";
	font-size: 14px;
	letter-spacing: .05pc;
}

td {
	font-size: 14px;
}

a {
	color: #656565;
	text-decoration: none;
	font-weight: bold;
}

.main {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.header {
	margin-top: 20px;
	border-bottom: 1px solid #2c2c2c;
	padding-bottom: 3px;
	background-position: right;
	background-repeat: no-repeat;
}


.footer {
	width: 100%;
	border-top: 1px solid #2c2c2c;
	margin-top: 20px;
	padding-top: 3px;
}

.footer-left {
	font-size: 12px;
}

.footer-right {
	font-size: 12px;
	vertical-align: top;
	text-align: right;
}

.title {
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 10;
}

.titlecomment {
	text-align: right;
	font-size: 12px;
}

.content {
	margin-left: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}

h1 {
	font-weight: normal;
	font-size: 1.1em;
	border-bottom: solid 1px #2c2c2c;
}

/*  _     _     _       
 * | |   (_)___| |_ ___ 
 * | |   | / __| __/ __|
 * | |___| \__ \ |_\__ \
 * |_____|_|___/\__|___/
 */

.list {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	margin-top: 20px;
	margin-bottom: 20px;
	border-collapse: collapse;
}

.list-header {
	border-bottom: solid 1px #2c2c2c;
}

.list-title {
	padding-left: 10px;
	font-weight: bold;
	text-align: right;
}

.list-descr {
	font-size: 14px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.row {
}

.row-name {
	font-weight: bold;
	text-align: right;
	width: 15%;
	padding-top: 0px;
	padding-bottom: 0px;
}

.row-descr {
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/*   ____          _        _     _            _    
 *  / ___|___   __| | ___  | |__ | | ___   ___| | __
 * | |   / _ \ / _` |/ _ \ | '_ \| |/ _ \ / __| |/ /
 * | |__| (_) | (_| |  __/ | |_) | | (_) | (__|   < 
 *  \____\___/ \__,_|\___| |_.__/|_|\___/ \___|_|\_\
 */

pre {
	font-size: 12px;
}

.code {
	white-space: pre;
	border: solid 1px #2c2c2c;
	font-family: monospace;
	background: black;
	color: #00ff00;
	font-size: 12px;
	padding-bottom: 1em;
	padding-left: 14px;
	padding-right: 14px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.float-img img {
	float: right;
	border: solid 1px #2c2c2c;
	background: #adb8bf;
	margin: 4px;
}

/*
 *   ____       _ _                 
 *  / ___| __ _| | | ___ _ __ _   _ 
 * | |  _ / _` | | |/ _ \ '__| | | |
 * | |_| | (_| | | |  __/ |  | |_| |
 *  \____|\__,_|_|_|\___|_|   \__, |
 *                            |___/ 
 */

.photos {
	white-space: nowrap;
}

.vimg {
	padding: 0px;
	height: 440;
	width: 625;
}

.vlist {
	padding: 0px;
	width: 140;
	height: 440;
	float: right;
}
 
.vimg_frame {
	width: 625;
	height: 440;
	padding-left: 10px;
	padding-top: 10;
}

.vlist_frame {
	text-align: right;
	padding-right: 5px;
}


/*    ____                                     _       
 *   / ___|___  _ __ ___  _ __ ___   ___ _ __ | |_ ___ 
 *  | |   / _ \| '_ ` _ \| '_ ` _ \ / _ \ '_ \| __/ __|
 *  | |__| (_) | | | | | | | | | | |  __/ | | | |_\__ \
 *   \____\___/|_| |_| |_|_| |_| |_|\___|_| |_|\__|___/
 */                                                    

.comments {
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	width: 70%;
	text-align: left;
}

.comments input, .comments textarea {
	background: #adb8bf;
	color: #2c2c2c;
	border: solid 1px #c1ccd3;
}

.comments-header {
	margin-top: 10px;
	font-style: italic;
}

.comments-body {
	white-space: pre;
	font-weight: normal;
	margin-bottom: 15px;
	border-bottom: solid 1px #656565;
	padding: 10px;
}


