
/* -----[ Default Styles ]--------------------------------------------------------------------- */

*
{
	margin: 0;
	padding: 0;
}
body
{
	background: #000;
	margin: 10px 10px 4em;
	color: #222;
	font: normal small "Verdana",sans-serif;
}

/* -----[ Header, Logo & 1978 ]--------------------------------------------------------------------- */


#header, #navButtons, #thumbnail, #category, #image
{
	background: #1A1A1A;
	border: 1px solid #333;
	margin: 0 10px 10px 0;
	padding: 5px;
}
#header
{
	width: 892px;
}

/* -----[ Sidebar ]--------------------------------------------------------------------- */

#sidebar
{
	top: 50px;
	left: 10px;
	position: absolute;
	clear: both;
	width: 230px;
}

/* -----[ Thumbnails ]--------------------------------------------------------------------- */

#thumbnail
{
	text-align: center;
}
#thumbnail img
{
	width: 50px;
	height: 40px;
	background: #000;
	border: 1px solid #444;
	margin: 2px;
	padding: 4px;
}
#thumbnail a:hover img
{
	border: 1px solid #A3C750;
}
#thumbnail img.here
{
	border: 1px solid #CCC;
}

/* -----[ Nav Buttons ]--------------------------------------------------------------------- */

#navButtons
{
	text-align: right;
}
#navButtons a
{
	padding: 0 5px;
	color: #693;
}
#navButtons a.light
{
	color: #444;
}

/* -----[ Categories ]--------------------------------------------------------------------- */

#category ul
{
	position: relative;
	padding: 5px;
}
#category li
{
	position: relative;
	padding-bottom: 0.1em;
	line-height: 1.1em;
	list-style: none;
}
#category li.here a
{
	color: #999;
}

/* -----[ Info ]--------------------------------------------------------------------- */

#info
{
	margin: 0 0 4em 10px;
	font: normal 90% "Tahoma",sans-serif;
}
#info a
{
	color: #333;
}

/* -----[ Content ]--------------------------------------------------------------------- */

#content
{
	float: left;
	padding-left: 230px;
}

/* -----[ Image ]--------------------------------------------------------------------- */

#image img
{
	border: 1px solid #444;
	margin: 30px;
}

/* -----[ Copyright ]--------------------------------------------------------------------- */

#copyright
{
	margin: 0 10px;
	font: normal 90% "Tahoma",sans-serif;
	text-align: right;
}
#copyright a
{
	color: #333;
}

/* -----[ Index ]--------------------------------------------------------------------- */

#indexFreeangle
{
	top: 50px;
	left: 450px;
	position: absolute;
}
#indexText
{
	top: 325px;
	left: 450px;
	position: absolute;
	width: 340px;
	text-align: right;
}
#indexText h1
{
	color: #D9B8CC;
	font: normal 138% "Trebuchet MS",sans-serif;

}
#indexText h2
{
	padding-bottom: 1.0em;
	color: #A6636E;
	font: bold small "Verdana",sans-serif;
}
#indexText ul
{
	text-align: right;
}
#indexText li
{
	padding-bottom: 2px;
	list-style: none;
}

/* -----[ H tags ]--------------------------------------------------------------------- */

#header, #photo h1
{
	padding-bottom: 2px;
	color: #333;
	font: normal 22px "Trebuchet MS",sans-serif;
}
#photo h1
{
	display: inline;
	color: #693;
	letter-spacing: 0.1em;
}
#header a
{
	padding-left: 48px;
}
#header a:hover
{
	text-decoration: none;
}
#header em
{
	font-family: "Arial",sans-serif;
	font-size: 20px;
	padding: 0 5px;
}
#photo h2
{
	height: 0.95em;
	overflow: hidden;
	padding-left: 10px;
	color: #444;
	font: normal 22px "Trebuchet MS",sans-serif;
}

/* -----[ Links ]--------------------------------------------------------------------- */

a
{
	color: #444;
	text-decoration: none;
}
a:hover
{
	color: #A3C750 !important;
	text-decoration: underline;
}

/* -----[ Miscellaneous ]--------------------------------------------------------------------- */

.clearAll
{
	clear: both;
	visibility: hidden;
	width: 0;
	height: 0;
	font-size: 0;
}
a.xlinks
{
	top: -100px;
	left: -100px;
	position: absolute;
	display: none;
}
#warning
{
	width: 640px;
	padding: 10px;
	color: #999;
}
	

