/*
Theme Name: Jeff Maki
Description: Theme for jeffmaki.com
Version: 2.0
Author: Jeff Maki
*/

body {
	font-family: Times, "Times New Roman", serif;
	font-size: 14px;
	line-height: 125%;

        background-color: #F0F0F0;

	margin: 30px;
	margin-left: 25px;
	width: 925px;
}

h1, h2, p, ul, li {
	padding: 0px;
	margin: 0px;
}

a {
	color: #707070;
	border: none;
	text-decoration: none;
}

p {
	margin-bottom: 17px;
}

#header {
	float: left;
	width: 300px;
}

#header h1 {
	position: absolute;
	left: -9999px;
}

#header ul li {
	list-style-type: none;
	font-size: 38px;
	line-height: 85%;
}

#header ul li a {
	color: #000000;
	padding-right: 5px;
	padding-left: 5px;
}

#header ul li.active a,
#header ul li a:hover {
	background-image: url('images/38px-redaction.png');
	background-repeat: repeat-x;
}

#flash {
	font-size: 100px;
	line-height: 90%;
	font-weight: bold;
	color: #ED2F00;

	position: absolute;
	left: 200px;
	top: 200px;

	width: 700px;
}

#content {
	float: left;
	width: 600px;
}

#content h2 {
	font-size: 24px;
	line-height: 100%;
	font-weight: normal;

	border-top: 1px solid black;
	border-bottom: 3px solid black;

	padding-top: 6px;
	padding-bottom: 2px;
	margin-bottom: 5px;
}

#content p {
	clear: both;
}

#content p img {
	padding-bottom: 5px;
}

#content p.first {
	height: 45px;
}

#content a.next {
	float: right;
}

#content a.prev {
	float: left;
}

#content .column {
	float: left;
	width: 50%;
}

.work {
	padding-bottom: 5px;
	margin-bottom: 25px;
	border-bottom: 1px solid #707070;
}

.work a {
	color: #000000;
}

.work p {
	margin: 0px;
	padding: 0px;
}

/* dispatches page */
.dispatches .row {
	position: relative;
}

/* big thing on right, two small ones on left */
.dispatches .row.type3 {
	height: 316px;
	width: 600px;
}

.dispatches .row.type3 .slot1 {
	position: absolute;
	left: 0px;
	top: 0px;
}

.dispatches .row.type3 .slot2 {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.dispatches .row.type3 .slot3 {
	position: absolute;
	right: 0px;
	top: 0px;

	width: 395px;
	height: 316px;
}

/* three small things */
.dispatches .row.type2 {
	height: 158px;
	width: 600px;
}

.dispatches .row.type2 .slot1 {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.dispatches .row.type2 .slot2 {
	position: absolute;
	left: 205px;
	bottom: 0px;
}

.dispatches .row.type2 .slot3 {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

/* big thing on left, two small things on right */
.dispatches .row.type1 {
	height: 316px;
	width: 600px;
}

.dispatches .row.type1 .slot1 {
	position: absolute;
	left: 0px;
	top: 0px;

	width: 395px;
	height: 316px;
}

.dispatches .row.type1 .slot2 {
	position: absolute;
	right: 0px;
	top: 0px;
}

.dispatches .row.type1 .slot3 {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.dispatches .row .twitter,
.dispatches .row .empty,
.dispatches .row .flickr {
	width: 190px;
	height: 158px;

	position: relative;
}

.dispatches .row .empty {
	height: 143px;
	background-image: url('images/shade.png');
	border-bottom: 15px solid #F0F0F0;
}

.dispatches .row .twitter {
	height: 142px;

	border-bottom: 1px solid #707070;
	margin-bottom: 15px;
}

.dispatches .row.type1 .twitter.slot1,
.dispatches .row.type3 .twitter.slot3 {
	font-size: 250%;
	line-height: 100%;

	height: 300px;

	border-bottom: 1px solid #707070;
	margin-bottom: 15px;
}

.dispatches .row.type1 .empty.slot1,
.dispatches .row.type3 .empty.slot3 {
	height: 301px;
}

.dispatches .row .twitter p {
	position: absolute;
	bottom: 10px;
	left: 0px;
	right: 0px;

	font-style: italic;
	color: #707070;

	padding: 0px;
	margin: 0px;
}

.dispatches .row .flickr img {
	width: 100%;
	border: none;

	position: absolute;
	bottom: 15px;
	left: 0px;
}

.dispatches .row .flickr p {
	font-family: Helvetica, Arial, serif;
	font-size: 10px;
	line-height: 100%;

	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;

	padding: 4px;

	background-color: #000000;
	color: #FFFFFF;
}

/* contact page */
#map {
	width: 600px;
	height: 450px;
	clear: both;
}

#map_wrapper {
	clear: both;
	width: 600px;
	height: 400px;
	overflow: hidden;
}

#footer {
	clear: both;
	height: 100px;
}

