/* Thomas Brickman design portfolio CSS */
/* Compiled by Tom Brickman 2006 */

/* general styles */



* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	padding: 0px 20px 20px 20px;
	background: url(img/header_bg.gif) top repeat-x #FFF;
	font-family: 'Lucida Sans', Tahoma, Arial;
	color: #1c1c1c;
	font-size: 12px;
	line-height: 1.6em;
}

a:link {
	color: #2a094c;
	text-decoration: underline;
}
a:visited {
	color: #2a094c;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #f26522;
}

/*-------------------------------------------------*/

#container {
	margin: 0 auto;
	width: 750px;
	position: relative;
}
#header {
	width: 750px;
	height: 210px;
	/*background: url(img/header_pic.jpg) top right no-repeat;*/
	
}
#logo {
	width: 750px;
	height: 122px;
	margin: 0px 0px 2px 0px;
	background: url(img/header_logo.gif) 7px 56px no-repeat;
}
#logo span {
	text-indent: -9999px;
	display: block;
}
#nav {
	width: 750px;
	height: 27px;
	margin: 0 0 0 0px;
}
	#nav span {
		height: 27px;
		float: left;
		margin: 0px 10px 0px 0px;
		display: inline;
		font-size: 13px;
		font-weight: bold;
		font-family: Arial, 'Lucida Sans', Tahoma, sans-serif;
	}
	#nav a {
		padding: 7px;
		float: left;
		display: inline;
	}
	#nav a, #nav a:visited {
		color: #333;
		text-decoration: none;
	}
	#nav a:hover {
		color: #2a094c;
	}
	#nav #currentpage a, #nav #currentpage a:visited {
		border-bottom: 1px solid #eaeaea;
		color: #777;
	}
	#home {
		background-image: url(img/home_on.gif);    /* rollover state */
		width: 65px;                    /* image width */
		height: 27px;                   /* image height */
	}
		#currentpage #home {
			background-image: url(img/home_current.gif);    /* rollover state */
			margin: 0 0 0 9px;
		}
	#web {
		background-image: url(img/web_on.gif);    /* rollover state */
		width: 97px;                    /* image width */
		height: 27px;                   /* image height */
	}
		#currentpage #web {
			background-image: url(img/web_current.gif);    /* rollover state */
		}
	#stencils {
		background-image: url(img/stencils_on.gif);    /* rollover state */
		width: 74px;                    /* image width */
		height: 27px;                   /* image height */
	}
		#currentpage #stencils {
			background-image: url(img/stencils_current.gif);    /* rollover state */
		}
	#graphics {
		background-image: url(img/graphics_on.gif);    /* rollover state */
		width: 80px;                    /* image width */
		height: 27px;                   /* image height */
	}
		#currentpage #graphics {
			background-image: url(img/graphics_current.gif);    /* rollover state */
		}
	#contact {
		background-image: url(img/contact_on.gif);    /* rollover state */
		width: 75px;                    /* image width */
		height: 27px;                   /* image height */
	}
		#currentpage #contact {
			background-image: url(img/contact_current.gif);    /* rollover state */
		}
	
			/* common */
	.rollover { display: block; } /* Allow setting widths and heights */
	.rollover img { width: 100%; height: 100%; border: 0; } /* only set width and height once */
	#currentpage img { display: none; }
	.rollover:hover { visibility: visible; /* for IE */ } /* sets any property for the :hover state */
	.rollover:hover img { visibility: hidden; } /* 'rolls over' the image */
		/* END navigation*/

h1 {
	margin: 0px 0px 40px 0px;
	padding: 0;
	display: none;
}
h2 {
	margin: 0px 0px 10px 0px;
	clear: both;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	font-family: Arial, 'Lucida Sans', Tahoma, Arial, sans-serif;
	text-transform: lowercase;
}

#content {
	margin: 0px 0px 40px 0px;
	width: 100%;
	float: left;
	display: inline;
}
#sidebar {
	margin: 0px 0px 40px 0px;
	width: 250px;
	float: right;
}

/* image pages */


#content .record {
	width: 320px;
	float: left;
	display: inline;
	padding: 0 0 0 10px;
	margin: 0 0 40px 0;
	border-left: 1px solid #e8e8e8;
}
#content .record.last {
	float: right;
}
	#content .record .description {
		width: 315px;
		clear: both;
		float: left;
		display: inline;
	}


#image1 {
	margin: 0px 0px 40px 0px;
	width: 385px;
	float: left
}
#image2 {
	margin: 0px 0px 40px 0px;
	width: 331px;
	float: right
}
.i2 {
	clear: both;
	height: 1px;
	overflow: hidden;
	height: 18px;
}
.i3 {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 5px;
}
				


/* Global classes */

.img-shadow {
  float:left;
  background: url(img/shadowAlpha.png) no-repeat bottom right !important;
  background: url(img/shadow.gif) no-repeat bottom right;
  margin: 5px 0 0 6px !important;
  margin: 5px 0 0 3px;
}

.img-shadow img {
  display: block;
  position: relative;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 0px;
  width: 310px;
  height: 150px;
}

#copyright {
	width: 750px;
	height: 25px;
	clear: both;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	font-family: 'Lucida Sans', Tahoma, Arial;
	margin: 0px 10px 0px 10px;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}




/* Defunct */


.i1 {
	padding: 0px 4px 0px 10px;
	border-left: 1px solid #e8e8e8;
	margin: 0px 0px 45px 0px;
}
.i1 form {
		margin: 0px;
}
.i1 span {
	visibility: hidden;
}


				
				