
/*  
Theme Name: das
Theme URI: http://danschechter.com
Description: 
Version: 1
Author:Dan Schechter
Author URI: 
*/

/* HTML ELEMENTS */

html, body {
	height:100%;
}

body {
	background-color:#ffffff;
	color:#000000;
	font-family: Arial Rounded MT Bold, arial;
	font-size:12px;
	line-height: 16px;
	margin:0;
	padding:0;
}

hr {
	border: 0;
	color: #000000;
	background-color: #000000;
	height: 1px;
	margin:0;
	padding:0;
}

img {
	border: 0;
}

p {
	margin: 0 0 1em 0;
}

a:link {
	color : #838383;
	text-decoration : none;
}
a:visited {
	color : #838383;
	text-decoration : none;
}
a:hover {
	color : #000000;
	text-decoration : none;
}

/* MENU */

#menu {
	position:fixed;
	bottom:10%;
	right:10%;
	z-index:101;
	width: 165px;
	height: 125px;
	background: transparent url(images/menu_bkgd.png);
	text-align: center;
	opacity: .8;
	color:#ffffff;
	padding-top: 40px;
	font-size: 1.5em;
	line-height: 1.5em;
	letter-spacing: .1em;
	text-transform: uppercase;
}

#menu .links {
	padding-top: .25em;
}

#menu a:link {
	color:#ffffff;
	text-decoration: none;
}

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

#menu a:hover {
	color:#000000;
	text-decoration: none;
}

#menu  .selected {
	color: #000000;
}
#menu .selected a:link {
	color:#000000;
	text-decoration: none;
}

#menu .selected a:visited {
	color:#000000;
	text-decoration: none;
}

#menu .selected a:hover {
	color:#ffffff;
	text-decoration: none;
}

#menu .title {
	border-bottom: solid #ffffff 2px;
}

#menu .title a:link {
	color:#ffffff;
	text-decoration: none;
	border-bottom: solid #ffffff 2px;
}

#menu .title a:visited {
	color:#ffffff;
	text-decoration: none;
	border-bottom: solid #ffffff 2px;
}

#menu .title a:hover {
	color:#000000;
	text-decoration: none;
	border-bottom: solid #000000 2px;
}

/* HEADER */

#header {
	position:fixed;
	top:0px;
	left:0px;
	z-index:100;
	width: 100%;
	background-color:#ffffff;
}

#header #nav {
	position: relative;
	margin: 27px 26px 8px 26px;
	background-color:#ffffff;
	/*border-bottom: solid #000000 1px;*/
}

#header #nav #nav-inner {
	position: relative;
	padding: 0 10px 4px 10px;
	text-transform: uppercase;
	letter-spacing: .05em;
}

#context {
	position:relative;
	display: none;
	margin: 10px 10px 10px 26px;
	padding: 0 0 8px 10px;
	background-color:#ffffff;
}

#context .list .text-col{
	width: 100px;
}


/* FOOTER */

#footer {
	position:relative;
	left:60px;
	font-size: 11px;
	line-height: 14px;
	padding: 20px 0 20px 0;
}


/* ITEM */

.item {

}

.item .title {
	
}

.item .date {
	color:#838383;
}

.item .description {
	
}

.item .menu {
	
}

.item .menu a:link {
	color : #ff4500;
	text-decoration : none;
}
.item .menu a:visited {
	color : #ff4500;
	text-decoration : none;
}
.item .menu a:hover {
	color : #ff4500;
	text-decoration : none;
	border-bottom: solid #ff4500 1px;
}

.item .tags a:link {
	color : #000000;
	text-decoration : none;
}
.item .tags a:visited {
	color : #000000;
	text-decoration : none;
}
.item .tags a:hover {
	color : #000000;
	text-decoration : none;
	border-bottom: solid #000000 1px;
}

/* PROJECT LIST */

.project-list {
}

.project-list .item {
	height: 100%;
	padding-bottom: 12px;
	border-bottom: solid #999999 1px;
}

.project-list .info {
	display:block;
	float:left;
}

.project-list .item .image {
	position:relative;
	float:left;
	width: 200px;
	margin-right: 15px;
	background-color:#eeeeee;
}

.project-list .item p {
	color: #000000;
	font-family: courier new, courier, mono;
	font-weight: normal;
	font-size: 11px;
}

.project-list .item .tags p {
	margin:0;
}

.project-list .item h4 {
	color: #000000;
	font-family: courier new, courier, mono;
	font-weight: normal;
	font-size: 11px;
	margin: 0 0 1em 0;
	padding: 0;
}

.project-list .item p {
	max-width: 600px;
}

.project-list .item h2 {
	text-transform: uppercase;
	font-size: 1em;
	margin: 0 0 0 0;
	padding: 0;
}

.project-list .item .tags h2 {
	padding: 4px 0 0 0;
}

.project-list .item h2 a:link{
	color: #000000;
}

.project-list .item h2 a:visited{
	color: #000000;
}

.project-list .item h2 a:hover{
	color: #666666;
}

.project-list .item .nav {
	position:relative;
	float:right;
	padding-bottom: 20px;
}

.project-list .item .nav .previous{
	padding-right: 20px;
}

.project-list .item .nav .next{
	padding-left: 20px;
}

#nav .project-list {
	padding: 0px;
	margin-bottom: 12px;
	display:none;
}

/* PROJECT GRID */

#content {
	position:relative;
	top:0px;
	left:0px;
	padding:0;
	margin:0;
}

#project {
	position:relative;
	left:26px;
	width: 80%;
}

#project-footer {
	left:60px;
	text-align: right;
	padding: 0 5px 25px 0;
	font-size: .8em;
}

.project-grid .item {
	position: relative;
	float:left;
}

.project-grid .item .image {
	display: inline;
}

.project-grid .item .info {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	/*background-color:#9ac7dc;*/
	background-color: #000000;
	opacity: .8;
	z-index: 10;
	display: none;
}

.project-grid .item .text {
	position:absolute;
	text-align: center;
	width: 90%;
	top:25%;
	padding: 0 5% 0 5%;
	/*padding: 10px;*/
	color:#fff;
}

.project-grid .item .text .title {
	text-transform: uppercase;
}

.project-grid .item .text .date {
	font-family: courier new, courier, mono;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
}

.project-grid .item .menu {
	padding-top: 10px;
}

.project-grid .item a:link {
	color: #fff;
}
.project-grid .item a:visited {
	color: #fff;
}
.project-grid .item a:hover {
	color: #fff;
}

.item-spacer {
	position: absolute;
	width: 255px;
	background-color: #f9f9f9;
}

.project-grid .project-menu {
	color:#cccccc;
}

#nav-inner .project-menu {
	position:relative;
	float:right;
	color:#cccccc;
}

.project-menu .selected {
	color:#999999;
}

.project-menu a:link {
	color: #000000;
}
.project-menu a:visited {
	color: #000000;
}
.project-menu a:hover {
	color: #999999;
}

/* INFO */

#info #content {
	position:relative;
	left: 0px;
	top: 0px;
	padding: 30px 26px 26px 26px;
	width: 80%;
	max-width: 700px;
}

#info #content .post {
	font-family: courier new, courier, mono;
	font-weight: normal;
	font-size: 11px;
}

/* OVERLAY */

#overlay {
	position:absolute;
	top:105px;
	left:50px;
	padding: 5px 60px 5px 10px;
	max-width: 1065px;
}

#info #copy {
	top: 155px;
}


/* GENERAL */

.small {
	/*font-size: 11px;
	line-height: 14px;*/
	font-size: .9em;
}

.black {
	color:#000000;
}

.blue {
	color:#279bc8;
}

.grey {
	color:#838383;
}

.red {
	color:#ff4500;
}

.float-left {
	position:relative;
	float: left;
}

.float-right {
	position:relative;
	float: right;
}

.text-col{
	position: relative;
	float:left;
	max-width:325px;
	padding-right: 50px;
}

.text-col .title {
	text-transform: uppercase;
	letter-spacing: .05em;
}

.text-col .list {
	font-family: courier new, courier, mono;
	font-weight: normal;
	font-size: 11px;
	padding-top: 4px;
}

.text-col .list a:link {
	color: #000000;
}

.text-col .list a:visited {
	color: #000000;
}

.text-col .list a:hover {
	text-decoration: underline;
}

.text-col .small {
	color:#838383;
}

.copy {
	padding-left: 5px;
}
