/* @override http://smalltransport.com/css/glasses.css */

/* ‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡

RESET CSS

‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡ */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td, embed, object {
	margin: 0;
	padding: 0;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

fieldset, img, abbr { border: 0; }

address, caption, cite, code, dfn, em, h1, h2, h3, h4, h5, h6, strong, th, var {
	font-style: normal;
	font-weight: normal;
	}

ul { list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
q:before, q:after { content: ''; }
a, ins { text-decoration: none; }

div {
	overflow: hidden;
	position: relative;
	}






/* ‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡

THE BASICS

‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡ */


body {
	background: #f5f5f5 url(../imgs/bg.jpg) repeat-x;
	text-align: center;
	font-family: Helvetica, "Lucida Grande" , Arial, sans-serif;
	font-size: 11px;
	}

#wrapper {
	width: 1024px;
	margin: 30px auto 0 auto;
	text-align: left;
	background: #f5f5f5 url(../imgs/bg-content.gif) repeat-y;
	border: 1px solid #666;
	border-bottom: none;
	border-top: none;
	}

h2, h3, h4, h5, h6 { font-weight: bold; }

h2 {
	font-size: 2em;
	margin-bottom: .7em;
	}

h2, h2 a {
	text-shadow: #fff 0 1px 0;
	color: #c2c2c2;
	}

h2 a:hover { color: #03748c; }

h3, h4 {
	font-size: 1.3em;
	text-shadow: #fff 0 1px 0;
	margin-bottom: 5px;
	}

p, #article li {
	font-size: 1.1em;
	line-height: 1.6em;
	margin: 0 0 1em 0;
	}

a { color: #03748c; }
a:visited { color: #bbb; }
a:hover { color: #f70a0a; }

br {
	clear: both;
	height: 1px;
	line-height: 1px;
	}





/* ‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡

GENERAL STYLES

‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡ */

ul.list-inline { list-style: none; }
ul.list-inline li { display: inline; }

ul.list-inline li a {
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	}

input.text { padding: 3px; }

.comm-count {
	width: 87px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	background: url(../imgs/bg-comm-count.gif) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: 530px;
	}

.comm-count a {
	text-shadow: #fff 0 1px 0;
	font-weight: bold;
	color: #888;
	}

.comm-count a:hover { color: red; }
	
	
	
	
/* ‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡

HEAD

‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡ */	

#head {
	height: 60px;
	background: url(../imgs/bg-head.gif) no-repeat;
	}

#head #nav, #head ul {
	height: 29px;
	line-height: 29px;
	background: url(../imgs/bg-nav.gif) no-repeat 0 0;
	padding: 0 0 0 15px;
	}

#head #nav {
	position: absolute;
	top: 16px;
	right: 30px;
	width: 325px;
	}

#head ul {
	padding: 0 15px 0 0;
	background-position: 100% 0;
	}

#head ul a {
	text-decoration: none;
	color: #444;
	text-shadow: #fff 0 1px 0;
	font-weight: bold;
	padding: 0 10px;
	background: url(../imgs/bg-nav.gif) top center;
	}

#head ul a:hover {
	text-shadow: #fff 0 -1px 0;
	background-position: bottom center;
	}

h1, h1 a {
	display: block;
	width: 137px;
	height: 21px;
	}

h1 {
	text-indent: -3000px;
	background: url(../imgs/h1.gif) no-repeat;
	position: absolute;
	top: 20px;
	left: 30px;
	}
	
	
	
	
	
/* ‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡

SEARCH BAR

‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡ */

#welcome {
	font-size: 1.2em;
	font-weight: bold;
	color: #565656;
	text-shadow: #fff 0 1px 0;
	width: 500px;
	}

#search-bar {
	height: 41px;
	line-height: 41px;
	background: url(../imgs/bg-search-bar.gif) repeat-x;
	padding-left: 30px;
	}

#search-bar form {
	position: absolute;
	top: 7px;
	right: 30px;
	width: 185px;
	height: 25px;
	background: url(../imgs/bg-search.gif) no-repeat 0 0;
	}

#search-bar form input.text {
	float: left;
	width: 130px;
	border: none;
	background: #fff;
	margin: 3px 0 0 10px;
	}

#search-bar form input.btn {
	float: left;
	margin: 2px 0 0 15px;
	}
	

	
	


/* ‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡

DESIGN-RESOURCES and ARCHIVE

‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡ */	

#design-resources, #archive, #about, #article, #contact, #search {
	font-size: 1.1em;
	line-height: 1.5em;
	padding-top: 30px;
	}

#archive .half {
	width: 310px;
	float: left;
	}

#about, #article {
	font-size: 1em;
	padding-right: 100px;
	}

#design-resources, #archive li { margin: 5px 0; }

#design-resources .third {
	width: 33%;
	float: left;
	}

#design-resources h4 { text-transform: uppercase; }
#design-resources ul { padding: 3px 0 30px 0; }
	

/* ‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡

SEARCH RESULTS

‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡ */	

ol.results li {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	background: #efefef;
	padding: 20px;
	}

ol.results li p.small { margin-bottom: 0; }






/* ‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡

ARTICLE

‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡ */

#article #browse {
	height: 30px;
	line-height: 30px;
	}

#article #browse a {
	display: block;
	float: left;
	height: 30px;
	margin-right: 50px;
	font-size: 1.1em;
	}

#article ul {
	padding: 0 0 0 20px;
	margin: 3em 0;
	}

#article li {
	margin-bottom: .5em;
	list-style-type: disc;
	list-style-position: outside;
	}

#comment { margin-top: 50px; }
#article ol.comments { list-style: none; }
#article ol.comments li { position: relative; }

#article ol.comments li,
#article #cpreview {
	background: #e5e5e5;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	padding: 20px;
	padding-left: 80px;
	margin: 0;
	}

#article ol.comments li br { display: none; }

#article ol.comments li p.small,
#article #cpreview p.small {
	margin-bottom: 0;
	height: 15px;
	line-height: 15px;
	padding: 0 0 0 20px;
	background: url(../imgs/bg-small.gif) no-repeat;
	}

#article ol.comments li .grav {
	width: 60px;
	height: 60px;
	float: left;
	position: absolute;
	top: 20px;
	left: 10px;
	}

#article .comments-wrapper, p#txpCommentInputForm {
	background: #333;
	padding: 20px 20px 80px 20px;
	border-top: 3px solid #000;
	}

p#txpCommentInputForm { color: #fff; }

#article .comments-wrapper .desc {
	display: block;
	padding: 0 0 5px 65px;
	}

#article .comments-wrapper .desc,
#article .comments-wrapper .desc a { color: #fff; }
#article .comments-wrapper .desc a { text-decoration: underline; }

#article .comments-wrapper label {
	display: block;
	width: 65px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	}

#article .comments-wrapper td { padding: 3px 0; }
#article .comments-wrapper .comments_error { color: #fff; }

#article .comments-wrapper #name,
#article .comments-wrapper #email,
#article .comments-wrapper #web,
#article .comments-wrapper #message {
	width: 300px;
	background: #fff;
	border: none;
	padding: 5px;
	}





/* ‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡

CONTACT

‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡ */	

#contact div {
	width: 547px;
	height: 539px;
	padding: 113px 0 0 100px;
	background: url(../imgs/bg-contact.jpg) no-repeat;
	}

#contact br { display: none; }

#contact label {
	display: block;
	margin: 0;
	padding: 0;
	width: 90px;
	clear: left;
	}

#contact label, #contact input.zemRequired, #contact textarea {
	margin-top: 18px;
	line-height: 20px;
	height: 20px;
	float: left;
	}

#contact input.zemRequired, #contact textarea {
	width: 270px;
	border: none;
	background: #fff;
	}

#contact input#zemSubmit {
	margin-left: 90px;
	margin-top: 10px;
	}

#contact textarea { height: 170px; }




	
/* ‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡

FOOT

‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡ */	

#foot {
	clear: both;
	height: 40px;
	margin: 150px 0 0 0;
	padding: 25px 30px;
	background: url(../imgs/bg-foot.gif) no-repeat 0 0;
	}

#copyright, #rss { float: left; }

#copyright, #rss a {
	display: block;
	padding-right: 30px;
	height: 44px;
	line-height: 44px;
	}

#rss a {
	padding-left: 50px;
	background: url(../imgs/btn-input.gif) no-repeat 0 0;
	}
	
	
	
	
	
/* ‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡

MAIN CONTENT

‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡ */	

#intro-img {
	width: 613px;
	height: 171px;
	margin: 30px 0;
	background: url(../imgs/bg-intro-img.gif) no-repeat;
	}

#intro-img .img {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 603px;
	height: 154px;
	overflow: hidden;
	}

#main-content {
	width: 684px;
	float: left;
	}

#main-content .pad { padding: 0 30px 0 30px; }
#latest-entry { padding-right: 100px; }
#front-recent { padding: 50px 0 0 0; }
#front-recent h3 { }

#front-recent .left, #front-recent .right {
	float: left;
	width: 50%;
	}

#front-recent li {
	border-bottom: 1px solid #fff;
	margin: 0 40px 0 0;
	}

#front-recent li a {
	display: block;
	padding: 7px 0;
	border-bottom: 1px solid #c9c9c9;
	}
	
	
	
	
	
/* ‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡

SIDEBAR

‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡ */		

#sidebar-right {
	width: 340px;
	float: right;
	font-size: .9em;
	}

#sidebar-right .pad { }

#sidebar-right h3 {
	padding: 0 0 5px 20px;
	margin: 30px 0 5px 0;
	}

ul#bits { margin: 0 0 0 1px; }

ul#bits li {
	padding: 0 50px 10px 20px;
	margin: 0 0 10px 0;
	background: url(../imgs/bg-sidebar-itm.gif) no-repeat left bottom;
	}

ul#bits li p { margin: 0; }
#flickr { padding: 0 0 0 20px; }

#flickr img {
	border: 2px solid #ccc;
	float: left;
	margin: 0 7px 7px 0;
	}

#lastFM { margin: 0 0 0 0; }
table.lfmWidgetchart_7bb468634f3c16dc2ff974d05c538e80 { margin: 0 0 0 20px; }
