/* Common Styles */

* {
	margin: 0;
	padding: 0;
	border: none;
	font-family: calibri, helvetica, arial, sans-serif;
	color: #ffffff;
	font-size: 10pt;
	}

body {
	background-color: #3a3333;
	}

p {
	margin: 0 0 8px;}

.title {
	font-size: 1.7em;
	text-decoration: none;
	}

a.postlink {
	text-decoration: none;
	display: block;
	width: 580px;
	height: 100%;
	padding: 10px;
	}


h1 {
	font-size: 17px;
	font-weight: normal;
	}

div.clear {
	clear: left;
	}

div#copyright {
	color: #222222;
	font-size: .75em;
	width: 600px;
	margin: 30px auto;
	text-align: center;
	}

div#wrap {
	width: 960px; /* will need to be 808px */
	margin: 10px auto 0;
	position: relative;
	}

div#menu {
	width: 375px;
	height: 75px;
	margin: 65px auto 30px;
	}

div.menutile {
	float: left;
	}
	div.menutile:hover {
		background-color: #4a4444;
		}

img.rss {
	margin: 0 10px 0 0;
	}


/* Design Styles */

.row {
	width: 560px;
	margin: 0 auto;
	}

.box {
	height: 60px;
	width: 60px;
	float: left;
	padding: 5px;
	}

div#projects {
	width: 808px;
	margin: 0 auto;
}

div#projects a.fadehover {
	height: 158px;
	float: left;
}

div.projectDetails {
	width: 100%;
	height: 0px;
	float: left;
	clear: left;
	overflow: hidden;
}



/* Photo Styles */

.flickr_photo {
	float: left;
	margin: 10px;
	background-color: #ffffff;
	}
	a.photo {display: block;
		}
		.flickr_photo img {margin: 5px 5px 22px;
			}

#flickr-wrap {
	width: 630px;
	margin: 0 auto;}



/* Ink Styles */

div#splats {
	width: 600px;
	height: 405px;
	margin: 0 auto;
	background-image: url('img/Splats.png');
	}

	div.splat {
		position: relative;
		text-align: center;
		min-height: 42px;
	}

		div.splat a {
		color: #000000;
		text-decoration: none;
		}
			div.splat a:hover {
			color: #7a7777;
			}

div#splat1 {
	max-width: 100px;
	top: 105px;
	left: 85px;
	}

div#splat2 {
	max-width: 95px;
	top: 105px;
	left: 260px;
	}

div#splat3 {
	max-width: 85px;
	top: 145px;
	left: 400px;
	}


div#ink-rss {
	position: relative;
	top: 195px;
	left: 325px;
	width: 16px;
	height: 16px;
	}
	div#ink-rss a {
		display: block;
		width: 100%;
		height: 100%;
		background-image: url(img/rss-black.png);
		}
		div#ink-rss a:hover {
			background-image: url(img/rss-grey.png);
			}




/* Thoughts Styles */

li.designs {
	list-style: none;
	display: block;
	padding: 10px;
	width: 600px;
	padding: 0 180px;
	}
	li.designs:hover {
		background-color: #4a4444;
		}
	li.designs span.title {
		margin: 0;
		}
	li.designs p {
		text-indent: 7px;
		}
	.alignleft {
		float: left;
		margin: 10px 10px 10px 0;
		}
	.alignright {
		float: right;
		margin: 10px 0 10px 10px;
		}
	.wp-caption img {margin: 0;}
	a#designslink {
		display: block;
		width: 290px;
		padding: 5px;
		}
	a#designslink:hover {
		background-color: #4a4444;
		}

/* Contact Styles */

div#bio {
	width: 600px;
	float: left;
	margin: 0 180px;
	}
	div#bio img {
		float: left;
		margin: 0 10px 0 0;
		}

div#twitter-wrap {
	width: 600px;
	margin: 30px 0 0 0;
	float: left;
	}
	span.twitter {
		list-style: none;
		display: block;
		padding: 5px;
		}

div#tweet-container {
	height: 90px;
	}

div#tweet {
	max-width: 200px;
	min-height: 20px;
	max-height: 90px;
	padding: 5px 5px 5px 34px;
	float: left;
	background-image: url(img/tweetbg.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	}

	div#tweet:hover {
		background-image: url(img/tweetbg-hover.png);
		}

div#icons a {
	display: block;
}

