@import url(slimbox.css);

/*
==================================================
GLOBAL STYLES
==================================================
*/

body {
	padding: 0;
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 16px;
	background: #222 url(background.png) top center repeat-y;
	color: #ddd;
	text-align: center;
}

#wrap {
	width: 1000px;
	margin: 0 auto;
	background: #000;
	color: #ddd;
	text-align: left;
}

hr {
	display: none;
}

/*
==================================================
HEADER
==================================================
*/

#head {
	position: relative;
	background: url(headbg.png) top right no-repeat;
	display: block;
	height: 75px;
}

#head h1 {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 15px;
	left: 30px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 200%;
	font-weight: bold;
	letter-spacing: -3px;
}

#head h1 a {
	text-decoration: none;
	color: #c33;
}

#head h1 a:hover {
	border-bottom: 1px dotted #c33;
}

#head h1 a:hover span {
	color: #ddd;
}

#head h1 a span {
	font-weight: normal;
	margin-left: 10px;
}

#head h2 {
	position: absolute;
	top: 51px;
	right: 100px;
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 150%;
	letter-spacing: 5px;
	color: #ddd;
}

/*
==================================================
NAVIGATION
==================================================
*/

#nav {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 100%;
	background: #222;
	border-top: 1px dotted #555;
	border-bottom: 1px dotted #555;
}

#nav li {
	float: left;
	border-right: 1px dotted #555;
}

#nav li a {
	display: block;
	padding: 5px 10px;
	font-family: Tahoma;
	font-size: 68.75%;
	text-decoration: none;
	color: #0cf;
	background: #222;
}

#nav li a:hover {
	background: #444;
}

/*
==================================================
CONTENT
==================================================
*/

#content {
	clear: both;
	text-align: center;
}

#content img.main {
	border: 5px solid #ddd;
	height: 480px;
	margin: 10px auto;
	padding: 1px;
	width: 717px;
}

#content p {
	padding: 20px;
	margin: 0;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 68.75%;
	word-spacing: 2px;
	letter-spacing: 1px;
	line-height: 20px;
	border-top: 1px dotted #222;
	clear: both;
	text-align: justify;
	background: #000;
	color: #666;
}

#content p:first-child {
	border: 0;
}

#content p a, ol a {
	text-decoration: none;
	color: #666;
	border-bottom: 1px dotted #666;
	display: inline-block;
	line-height: 12px;
}

#content p a:hover, ol a:hover {
	border-bottom: 1px solid #c33;
	color: #ddd;
	display: inline-block;
	line-height: 12px;
}

/*
==================================================
GALLERY
==================================================
*/

#gallery {
	float: left;
	padding: 50px 60px;
	list-style: none;
	margin: 0;
	width: 880px;
	border-top: 1px dotted #222;
}

#gallery li {
	display: inline;
	width: 104px;
	height: 71px;
	float: left;
	margin: 3px;
}

#gallery li a {
	position: relative;
	display: block;
	width: 100px;
	height: 67px;
	color: #ddd;
	font-size: 68.75%;
	font-family: Tahoma, sans-serif;
	text-decoration: none;
}

#gallery li a img {
	width: 100px;
	height: 67px;
	border: 1px solid #555;
	padding: 1px;
	background: #000;
}

#galley li a:hover {
	white-space: normal; /* this keeps the images from shifting on hover*/
	position: absolute;
	z-index: 2;
}

#gallery li a:hover img {
	width: 200px;
	height: 134px;
	border: 5px solid #ddd;
	position: absolute;
	top: -36px;
	left: -53px;
	/*left: -53px;*/
	z-index: 2;
}

#gallery li a img.portrait {
	width: auto;
}

#gallery li a:hover img.portrait {
	height: 136px;
	left: 0px;
}

/*
==================================================
FORM
==================================================
*/

#siteComments {
	text-align: left;
	width: 377px;
	margin: 0 311px;
}

#siteComments div {
	display: table-row;
}

#siteComments label {
	display: table-cell;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 68.75%;
	width: 100px;
	vertical-align: top;
}

#siteComments input, #siteComments textarea {
	background: #111;
	color: #777;
	border: 1px solid #333;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 68.75%;
	margin-bottom: 3px;
	padding: 0px;
}

#siteComments p {
	padding: 5px 0 2px 0;
	margin: 0;
	text-align: center;
	border: none;
}

#siteComments p input {
	font-size: 90%;
	margin-right: 5px;
}

#siteComments p input:hover {
	background: #333;
	color: #0cf;
}

/*
==================================================
FOOTER
==================================================
*/

#foot {
	clear: both;
	text-align: center;
	border-top: 1px dotted #222;
	margin-bottom: 25px;
}

#foot p {
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 68.75%;
	word-spacing: 2px;
	letter-spacing: 1px;
	line-height: 20px;
}

#foot p a {
}

#foot p a img {
	border: 0;
	width: 80px;
	height: 15px;
	margin: 0 0 -4px 0;
}

/*
==================================================
ERROR PAGES
==================================================
*/

ol {
	text-align: left;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 68.75%;
	list-style-type: lower-roman;
	padding: 20px 190px 20px 190px;
	margin: 0;
	border-top: 1px dotted #222;
	background: #111;
	color: #555;
}

/*
==================================================
DATA
==================================================
*/

#data {
	background: #111;
	border: 1px solid #333;
	font-size: 62.5%;
	list-style: none;
	margin: 0 10px;
	padding: 10px;
	text-align: left;
}

#data li {
	font-family: "lucida console", monospace;
}

#data li strong {
	color: #666;
	display: inline-block;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	margin-right: 5px;
	text-align: right;
	text-transform: uppercase;
	width: 100px;
}

#data li a {
	color: #0cf;
}

/*
==================================================
TWEETS
==================================================
*/

#tweet {
	border-left: 1px dotted #222;
	color: #666;
	float: left;
	font-size: 68.75%;
	height: 480px;
	list-style: none;
	overflow: auto;
	padding: 0 10px;
	text-align: left;
	width: 230px;
}

#tweet li span.status {
	background: #111;
	color: #999;
	display: block;
	margin-top: 10px;
	padding: 3px;
	text-align: left;
}

#tweet li h3 {
	color: #ddd;
	font-family: "Trebuchet MS", sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

#tweet li em {
	color: #444;
	display: block;
	font-style: normal;
}

#tweet li em a {
	border-bottom: 1px dotted #666;
	color: #666;
	text-decoration: none;
}

#tweet li em a:hover {
	border-bottom: 1px solid #c33;
	color: #ddd;
}

iframe {
	display: none;
}

