@font-face {
	font-family: 'CenturyGothicWeb';
	src: url('../type/centurygothic-webfont.eot');
	src: local('☺'), url('../type/centurygothic-webfont.woff') format('woff'), url('../type/centurygothic-webfont.ttf') format('truetype'), url('../type/centurygothic-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'CenturyGothicWeb';
	src: url('../type/centurygothicbold-webfont.eot');
	src: local('☺'), url('../type/centurygothicbold-webfont.woff') format('woff'), url('../type/centurygothicbold-webfont.ttf') format('truetype'), url('../type/centurygothicbold-webfont.svg#webfont') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'CenturyGothicWeb';
	src: url('../type/centurygothicitalic-webfont.eot');
	src: local('☺'), url('../type/centurygothicitalic-webfont.woff') format('woff'), url('../type/centurygothicitalic-webfont.ttf') format('truetype'), url('../type/centurygothicitalic-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'CenturyGothicWeb';
	src: url('../type/centurygothicbolditalic-webfont.eot');
	src: local('☺'), url('../type/centurygothicbolditalic-webfont.woff') format('woff'), url('../type/centurygothicbolditalic-webfont.ttf') format('truetype'), url('../type/centurygothicbolditalic-webfont.svg#webfont') format('svg');
	font-weight: bold;
	font-style: italic;
}
html, body, #wrap {
	height:100%;
}
body {
	margin:0;
	padding:0;
	width:100%;
	background:#fff;
	color:#9e9e9e;
	letter-spacing:-1px;
}
body, textarea, button {
	font-family:CenturyGothicWeb, "Century Gothic", Futura, "Avant Garde", sans-serif;
	font-size:14pt;
}
a {
	color:#939393;
	text-decoration:none;
}
a:hover {
	color:#888;
}
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:0 0 .8em 0;
	padding:0;
}
img {
	border:none;
}
#main {
	margin-left:250px;
}
.blog #main {
	min-height:100%;
	margin-right:250px;
	padding:0 20px 20px 0;
	border-right:1px solid #dcdcdc;
}
#mainmargin {
	height:100px;
}
.blog #mainmargin {
	height:180px;
}
#sidebar{
	position:fixed;
	top:0;
	width:230px;
	height:100%;
	background:#fff;
}
#sidebar a {
	padding:0 20px;
}
#sidebar {
	left:0;
	border-right:1px solid #dcdcdc;
}
#archive {
	width:230px;
	float:right;
}
#archive h1 {
	font-weight:normal;
	font-size:16pt;
	margin:80px 0 10px 0;
}
.archive {
	font-size:10pt;
	margin-bottom:60px;
}
.archive a {
	display:block;
	outline:none;
	margin:0 0 2px -20px;
	border-bottom:1px solid #fff;
	line-height:16px;
}
.archive a:hover {
	color:#888;
	background-color:#fcfcfc;
	border-bottom:1px dashed #dcdcdc;
}
.archive a .date {
	float:left;
	padding:0 3px 1px 20px;
	line-height:15px;
}
.archive a:hover .date {
	font-weight:bold;
	background:#fcfcfc;
	border-bottom:1px dotted #dcdcdc;
}
#archivebox {
	height:100px;
	margin-left:-21px;
	border-left:1px solid #fff;
	border-bottom:1px dotted #dcdcdc;
	font-size:12pt;
	text-align:center;
	line-height:100px;
	white-space:nowrap;
	overflow:hidden;
}
#logo {
	display:block;
	height:150px;
	margin-bottom:30px;
	background:#fff url(../images/logo.gif) center 20px no-repeat;
}
#logo:hover {
	background-size:75% auto;
	-moz-background-size:75% auto;
	-webkit-background-size:75% auto;
	-o-background-size:75% auto;
	-khtml-background-size:75% auto;
	opacity:0.8;
}
#menu {
	line-height:100%;
}
#menu a {
	display:block;
	color:#9e9e9e;
	border-bottom:1px solid #fff;
	margin-bottom:2px;
}
#menu a:hover {
	border-bottom:1px dashed #dcdcdc;
	background-color:#fcfcfc;
	color:#888;
}
#photo-links {
	margin-bottom:60px;
}
.controls {
	margin-right:5px;
}
.post.portfolioalbum .controls {
	margin-top:-30px;
}
.post.portfolioalbum {
	white-space:nowrap;
}
.post.portfolioalbum table {
	margin:-30px;
}
.post.portfolioalbum td {
	min-height:400px;
}
.post.portfolioalbum img:hover {
	opacity:0.9;
}
#contact {
	width:300px;
	margin:0 auto;
	padding-right:230px;
}
.title {
	display:block;
	font-size:14pt;
	font-weight:bold;
	margin-bottom:1em;
}
a.title:hover {
	color:#555;
}
.post div.date {
	font-size:16pt;
}
.post div.date span {
	display:none;
	color:#aaa;
	font-size:8pt;
}
.post div.date:hover span {
	display:inline;
}
.post {
	font-size:12pt;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px dashed #eee;
}
.post.portfolioalbum {
	font-size:14pt;
	padding:0;
	margin:0;
	border:none;
}
.comment-count {
	float:right;
	position:relative;
	width:20px;
	height:20px;
	margin-top:-25px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	letter-spacing:-2px;
	text-indent:-3px;
	color:#fff;
	background:#ddd;
	-moz-border-radius:5px 5px 3px 5px;
	-webkit-border-radius:5px;
	-webkit-border-bottom-right-radius:3px;
	border-radius:5px 5px 3px 5px;
}
.comment-count:before {
	content:"\00a0";
	display:block;
	position:absolute;
	bottom:-6px;
	right:0;
	width:0;
	height:0;
	border-width:0 0 8px 8px;
	border-style:solid;
	border-color:transparent #ddd;
}
.comment-count:after {
	content:"\00a0";
	display:block;
	position:absolute;
	bottom:-6px;
	right:6px; 
	width:0;
	height:0;
	border-width:0 0 6px 2px;
	border-style:solid;
	border-color:transparent #fff;
}
.comments blockquote {
	font-size:12pt;
	position:relative;
	padding:15px;
	margin:0 0 5px 0;
	border:2px solid #dcdcdc;
	color:#333;
	background:#fafafa;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

.comments blockquote:before {
	content:"\00a0";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-20px; /* value = - border-top-width - border-bottom-width */
	right:20px; /* controls horizontal position */
	width:0;
	height:0;
	border:10px solid transparent;
	border-top-color:#dcdcdc;
}

/* creates the smaller  triangle */
.comments blockquote:after {
	content:"\00a0";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-14px; /* value = - border-top-width - border-bottom-width */
	right:23px; /* value = (:before left) + (:before border-left) - (:after border-left) */
	width:0;
	height:0;
	border:7px solid transparent;
	border-top-color:#fafafa;
}
.comments cite {
	display:block;
	color:#666;
	text-align:right;
	font-style:normal;
	padding-right:10px;
	font-size:11pt;
}
.comments cite a.permalink {
	display:inline-block;
	line-height:10pt;
	border-bottom:1px dotted #dcdcdc;
}
.comments cite strong a {
	color:#666;
}
.comments cite strong a:hover {
	text-decoration:underline;
}
.comments {
	margin-bottom:1.5em;
	border-bottom:1px dashed #eee;
	padding-bottom:1.5em;
}
#loginreg .sub {
	font-size:8pt;
}
#archive ul, #loginreg ul, #add_comment ul {
	margin:0;
	padding:0;
}
#archive ul {
	margin-top:40px;
	font-size:12pt;
}
#archive ul li, #loginreg ul li, #add_comment ul li {
	list-style:none;
}
.prev_page {
	margin-right:50px;
}
.pages {
	float:right;
}
a.logout {
	float:right;
}
#loginreg h2, span.who {
	display:block;
	font-size:12pt;
	font-weight:bold;
	margin:0;
	padding:4px 6px;
	background-color:#dcdcdc;
}
textarea {
	width:100%;
	background-color:#f8f8f8;
	border:1px solid #ccc;
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;
	padding:0;
}
#loginreg ul li, #add_comment ul li {
	margin-bottom:2px;
	background-color:#eee;
	padding:2px 0 2px 100px;
}
#loginreg label, #add_comment label {
	display:block;
	float:left;
	margin-left:-100px;
	font-size:12pt;
}
#loginreg input, #add_comment input {
	margin:0;
	width:99%;
	background-color:#f8f8f8;
	border:1px solid #dcdcdc;
}
#loginreg button, #add_comment button {
	width:100%;
	background-color:#eee;
	border: 1px solid #dcdcdc;
	margin-bottom:20px;
}
.lost_pass {
	font-size:11pt;
	text-align:center;
}

.clear {
    clear: both;
}
.right {
    float: right;
}
.left {
    float: left;
}


/* Old CSS stuff */
pre {
    font-size: 10px;
}
code {
    font-family: monospace;
}
pre code {
    display: block;
    background: #111;
    color: #fff;
    padding: .5em .75em .35em;
    margin-bottom: 1em;
}

em {
    font-style: italic;
}
strong {
    font-weight: bold;
}

ul {
    margin: 0 0 0 1.75em;
}
ul li {
    list-style-type: disc;
}
ol {
    padding-left: 2em;
    margin-bottom: 1em;
}
ol li {
    list-style: decimal;
}

hr {
    border: 0;
    border-top: 1px solid #ddd;
}

a.comment_delete_link,
a.comment_edit_link,
a.delete_link,
a.edit_link,
a.cancel,
a.logout {
    font-weight: bold;
}

a.comment_delete_link,
a.comment_edit_link {
    float: right;
    margin: 0 0 0 .5em;
}
a.delete_link {
    color: #d8583e !important;
}
a.edit_link {
    color: #93ba52 !important;
}

div#controls {
	font-family:Verdana,sans-serif;
	font-size:11pt;
    background-color: #131313;
    border-bottom: .1em solid #0f0f0f;
    padding: .2em 0 .3em;
    width: 100%;
}
div#controls ul {
    margin: 0 auto;
    margin-left:230px;
    padding: .4em;
    width: 660px;
}
div#controls ul li {
    background: none;
    display: inline;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
div#controls ul li a:link,
div#controls ul li a:visited {
    color: #bbb;
    border: none;
    padding: .1em .6em;
}
div#controls ul li a:hover {
    color: #fff;
}
div#controls ul li.close a:link,
div#controls ul li.close a:visited {
    color: #e35533;
}
div#controls ul li.close a:hover {
    color: #ff6039;
}
div.notice, div.message, div.warning {
    color: #111;
    font-weight: bold;
    margin: 0 0 1em 0;
    padding: .5em .8em;
    padding-left:250px;
}
div.notice {
    background: url('../images/dots-green.gif') repeat top left;
}
div.message {
    background: url('../images/dots-blue.gif') repeat top left;
}
div.warning {
    background: url('../images/dots-red.gif') repeat top left;
}
div.notice .sub, div.message .sub, div.warning .sub {
    font-size: .9em;
    color: #888;
    margin-left: .5em;
}
h2.comments {
    margin: 0 0 1.0em 0;
}
ol.comments {
    list-style: none;
    margin-bottom: 1em;
    padding: 0;
    word-wrap: break-word;
}
ol.comments li {
    list-style: none;
    margin-bottom: 1.5em;
    width: auto;
}


/* Debugger */
#debug {
	font-family:Verdana,sans-serif;
	font-size:11pt;
    background: #ffffdd;
    color: #666;
    padding: .4em .75em .5em .75em;
    border-top: .1em solid #ddd;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 33%;
    overflow-y: scroll;
    overflow-x: hidden;
}
#debug h5 {
    margin: 0;
    font-size: 1.1em;
    color: #a3a39a;
}
#debug h5 .sub {
    color: #b3b3aa;
}
#debug ol.queries li {
    margin: 0 0 1em;
}
#debug pre {
    background: #fff;
    border: 1px solid #ddd;
    padding: 0 .5em;
    xoverflow-x: scroll;
    word-wrap: break-word;
}
#debug .toggle {
    font-weight: bold;
    color: #666;
    float: right;
}

