/* johncrice.com stylesheet 02.17.09 

Colors
Green  rgb(131,155,58);
Yellow rgb(255,255,0);
Dark Stroke rgb(50,50,50);
Light Grey Text rgb(178,178,178);
*/


/* global css reset starts */
		
		:link,:visited {
		text-decoration:none
		}

		ul,ol {
		list-style:none
		}

		h1,h2,h3,h4,h5,h6,pre,code {
		font-size:1em;
		}

		ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { 
		margin:0;
		padding:0
		}

		a img,:link img,:visited img {
		border:none
		}

		address {
		font-style:normal
		}
		
		object {
		text-decoration:none;
		}
		
/* global css reset ends */

html {
	height:100%;
}

body {
	height:100%;
	font-family:trebuchet ms, trebuchet, arial, helvetica;
	font-size:0.9em;
	color:#fff;
	margin:16px;
	padding:0;
	text-align:center;
	background-color:#000000;
	background-image: url(../images/greyscale_pen3.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/corner.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width:1011px;
	height:auto;
	border:1px dotted rgb(112,112,112);
}

div#content {
	background-color:transparent;
	width:1011px;
	/* min-height:800px; */
	height:auto;
	padding:0 0 30px 0;
	background-repeat: no-repeat;
	background-position: top left;
	/* border:1px solid #FF0000; */
}

div#footer {
	/* background-color:rgb(25,25,25); */
	background-color: transparent;
	height:35px;
	width:1011px;
	background-image: url(../images/60_percent.png);
	background-repeat: repeat;
	background-position: top left;	
	/* border:1px solid #FF0000; */
}

div#header {
/*
	position:relative;
	top:5px;
	left:210px;
*/
	width:790px;
	height:70px;
	margin:5px 0 0 210px;
	background-color: transparent;
	/* border:1px solid #FF0000; */
}

div#flashbox {
/*
	position:relative;
	top:15px;
	left:504px;
*/
	width:392px;
	height:220px;
	padding:0px;
	background-color: white;
	border:1px solid rgb(125,125,125);
}

div#showcase {
	position:relative;
	top:0px;
	left:500px;
	text-align: left;
	/* color:white; */
	width:392px;
	min-height:250px;
	height:auto;
	padding:4px;
	/* background-color: white; */
	/* border:1px solid rgb(125,125,125); */
}

div#gallery {
/*
	position:relative;
	top:0;
	left:500px;
*/
	margin:0 0 0 500px;
	text-align: left;
	/* color:white; */
	width:400px;
	min-height:430px;
	height:auto;
	padding:5px;
	/* background-color: white; */
	/* border:1px solid rgb(125,125,125); */
}

div#gallery2 {
/*
	position:relative;
	top:5px;
	left:500px;
*/
	text-align: left;
	/* color:white; */
	width:400px;
	height:195px;
	padding:5px;
	margin:5px 0 0 500px;
	/* background-color: white; */
	/* border:1px solid rgb(125,125,125); */
}

div#gallery3 {
	position:relative;
	top:0px;
	left:500px;
	text-align: left;
	/* color:white; */
	width:400px;
	height:220px;
	padding:5px;
	/* background-color: white; */
	/* border:1px solid rgb(125,125,125); */
}

div#resume {
/*
	position:relative;
	top:15px;
	left:500px;
*/
	margin:15px 0 0 500px;
	text-align: left;
	width:400px;
	min-height:430px;
	height:auto;
	padding:5px;
	/* background-color: white; */
	/* border:1px solid #FF0000; */
}

div#resumeLink {
	float:right;
	text-align: center;
	width:90px;
	height:60px;
	padding:0px 5px 15px 5px;
	/* background-color: rgb(156,156,0); */
	/* border:1px solid rgb(156,156,0); */
}

div#etcetera {
/*
	position:relative;
	top:15px;
	left:500px;
*/
	margin:15px 0 0 500px;
	text-align: left;
	width:400px;
	min-height:630px;
	height:auto;
	padding:5px;
	/* background-color: white; */
	/* border:1px solid #FF0000; */
}

div#teaching {
/*
	position:relative;
	top:15px;
	left:575px;
*/
	margin:15px 0 0 575px;
	text-align: left;
	width:350px;
	min-height:430px;
	height:auto;
	padding:5px;
	/* border:1px solid #FF0000; */
}

div#teaching_left {
	float:left;
	text-align: left;
	width:350px;
	min-height:430px;
	height:auto;
	padding:5px;
	margin:20px 0 0 0;
	/* border:1px solid #FF0000; */
}

div#teaching_right {
	float:left;
	text-align: left;
	width:350px;
	margin:20px 80px 0 100px; 
	min-height:430px;
	height:auto;
	padding:5px;
	/* border:1px solid #FF0000; */
}

hr.rule1 {
	/* padding:5px 0 5px 0; */
	margin:10px 0 10px 0;
	border-bottom:1px solid #eee;
	width:400px;
}

hr.rule2 {
	/* padding:5px 0 5px 0; */
	margin:10px 0 10px 0;
	border:1px dotted rgb(112,112,112);
	width:400px;
}

div#introtext {
/*
	position:relative;
	top:10px;
	left:500px;
*/
	text-align: left;
	color:white;
	width:400px;
	height:100px;
	padding:5px 5px 5px 0;
	margin:0 0 0 500px;
	background-image: url(../images/60_percent.png);
	background-repeat: repeat;
	background-position: top left;
	/* border:1px solid #FF0000; */
}

div#columns {
/*
	position:relative;
	top:15px;
	left:130px;
*/
	width:900px;
	margin:15px 0 0 130px;
	min-height:270px;
	height:auto;
	background-color: transparent;
	/* border:1px solid #FF0000; */
}



/*  Navigation style starts */

ul#navlist {
	text-align: center;
	font-size: 0.9em;
	text-transform: lowercase;
	font-family: "Tahoma", "Helvetica", "helvetica", "arial", sans-serif;
	letter-spacing: 1px;
}

ul#navlist li {
	margin:10px 20px 0 0;
	float:left;
	text-transform: lowercase;
	height:40px;
	width:90px;
	color:#fff;
	padding:4px 0 0 0;
	/* border:1px solid #ff0000; */
}

ul#navlist li a#active {
	padding:4px 0 0 0;
	color:#000;
	text-transform: lowercase;
	height:40px;
	width:90px;
	display:block;
	text-decoration: none;
	background-image: url(../images/highlight.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

ul#navlist li a {
	display:block;
	padding:4px 0 0 0;
	color:#fff;
	text-transform: lowercase;
	height:40px;
	width:90px;
	text-decoration: none;
}

ul#navlist li a:hover {
	padding:4px 0 0 0;
	color:#000;
	text-transform: lowercase;
	height:40px;
	width:90px;
	display:block;
	text-decoration: none;
	background-image: url(../images/highlight.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
/* Navigation style ends */





h1 {
	color:#fff;
	font-size:1.2em;
	font-family: "Tahoma", "Helvetica", "helvetica", "arial", sans-serif;
	padding:0 0 10px 0;
	letter-spacing: 1px;
	font-weight:500;
}

h1  a {
	color:yellow;
	text-decoration: none;
}

h1 a:visited {
	color:yellow;
	text-decoration: none;
}

h1 a:hover {
	color:white;
	text-decoration: none;
}

h1#biggerHeadline {
	color:yellow;
	font-size:1.3em;
	font-family: "Tahoma", "Helvetica", "helvetica", "arial", sans-serif;
	padding:10px 0 0 0;
	letter-spacing: 1px;
	font-weight:500;
	text-align: center;
}

h1.headline {
	color:yellow;
	font-size:1.0em;
	font-family: "Tahoma", "Helvetica", "helvetica", "arial", sans-serif;
	padding:15px 0 10px 0;
	letter-spacing: 1px;
	font-weight:500;
}

h1.headline span {
	color:#aaa;
	font-size:0.7em;
	font-family: "Tahoma", "Helvetica", "helvetica", "arial", sans-serif;
	font-weight:500;
	text-transform: uppercase;
	letter-spacing: 1px;
}






p.story {
	color:rgb(132,132,132);
	font-size:0.9em;
	line-height:1.4em;
	font-family: "Tahoma", "Helvetica", "helvetica", "arial", sans-serif;
	padding:0 0 15px 10px;
	font-weight:normal;	
}

p.story span {
	color:yellow;	
}

p.story a {
	color:yellow;
	text-decoration: none;
}

p.story a:visited {
	color:yellow;
	text-decoration: none;
}

p.story a:hover {
	color:white;
	text-decoration: none;
}





p#rightlink {
	color:yellow;
	font-size:0.9em;
	line-height:1.4em;
	font-family: "Tahoma", "Helvetica", "helvetica", "arial", sans-serif;
	padding:0 0 15px 10px;
	font-weight:normal;
	text-align: right;
	margin: 0 115px 0 0;
}

p#rightlink a {
	color:yellow;
	text-decoration: none;
}

p#rightlink a:visited {
	color:yellow;
	text-decoration: none;
}

p#rightlink a:hover {
	color:white;
	text-decoration: none;
}





p.company {
	color:#fff;
	font-size:0.9em;
	font-family: "Tahoma", "Helvetica", "helvetica", "arial", sans-serif;
	padding:5px 0 5px 0;
	letter-spacing: 1px;
	font-weight:500;
}

p.company span {
	color:#aaa;
	font-size:0.9em;
}

p.company a {
	color:yellow;
	text-decoration: none;
}

p.company a:visited {
	color:yellow;
	text-decoration: none;
}

p.company a:hover {
	color:white;
	text-decoration: none;
}

p.dates {
	color:rgb(156,156,0);
	font-size:0.8em;
	text-transform: uppercase;
	font-family: "Helvetica", sans-serif;
	text-align: left;
	padding:0 0 5px 0;
}


/* NEWSTICKER STYLE   */
ul#news {
	font-family: Helvetica, arial, sans-serif;
	font-size: 1em;
	color:white;
	line-height:1.5em;
	color:rgb(140,140,140);
}

ul#news li a {
	font-family: Helvetica, arial, sans-serif;
	font-size: 1.1em;
	color:white;
	line-height:1.5em;
	color:rgb(140,140,140);	
}

p#introtext {
	font-family: Helvetica, arial, sans-serif;
	font-size: 1.1em;
	color:white;
	line-height:1.5em;
	color:rgb(140,140,140);
}

div#columns p {
	color:rgb(140,140,140);
	font-size:0.95em;
	font-family: "Helvetica", sans-serif;
	text-align: left;
	line-height:1.5em;
	padding:3px 0 8px 0;
}

div#columns p a: {
	color:rgb(255,255,0);
	font-size:0.95em;
	font-family: "Helvetica", sans-serif;
	text-align: left;
	line-height:1.5em;
	padding:8px 0 8px 0;
}

div#columns a:hover {
	color:white;
}

div#columns a:visited {
	color:rgb(255,255,0);
}

div#columns a:active {
	color:rgb(255,255,0);
}


a.classurl {
	/* margin:0 0 0 50px; */
	color:rgb(255,255,0);
	font-size:0.8em;
	font-family: "Helvetica", sans-serif;
	line-height:1.3em;
	padding:3px 0 3px 0;
}

a.classurl:hover {
	color:white;
}

a.classurl:visited {
	color:rgb(255,255,0);
}

a.classurl:active {
	color:rgb(255,255,0);
}

a.listurl {
	color:rgb(156,156,0);
	font-size:0.9em;
	font-family: "Helvetica", sans-serif;
	line-height:1.3em;
	padding:3px 0 3px 0;
	text-align: left;
	text-decoration: underline;
	font-weight: normal;
}

a.listurl:hover {
	color:white;
	font-weight: normal;
}

a.listurl:visited {
	color:rgb(255,255,0);
	font-weight: normal;
}

a.listurl:active {
	color:rgb(255,255,0);
	font-weight: normal;
}


a.smallurl {
	color:rgb(255,255,0);
	font-size:0.8em;
	font-family: "Helvetica", sans-serif;
	line-height:1.3em;
	text-transform: lowercase;
	padding:3px 0 3px 0;
	border-bottom: 1px dotted rgb(255,255,0);
}

a.smallurl:hover {
	color:white;
}

a.smallurl:visited {
	color:rgb(255,255,0);
}

a.smallurl:active {
	color:rgb(255,255,0);
}

ul.clients {
	list-style-type: none;
	color:rgb(178,178,178);
	font-size:0.95em;
	font-family: "Helvetica", sans-serif;
	text-align: left;
	line-height:1.5em;
	padding:3px 0 8px 0;
}

ul.clients li {
	border-bottom: 1px dotted rgb(75,75,75);
	padding:4px 0 5px 0;
	margin:4px 0 5px 0;
}

ul.clients li a {
	color:rgb(255,255,0);
	text-decoration:underline;
}

ul.clients a:hover {
	color:white;
	text-decoration:underline;
}

ul.clients a:visited {
	color:rgb(255,255,0);
	text-decoration:underline;
}

ul.clients a:active {
	color:rgb(255,255,0);
	text-decoration:underline;
}





ul.list2 {
	list-style-type: none;
	color:rgb(178,178,178);
	font-size:0.95em;
	font-family: "Helvetica", sans-serif;
	text-align: left;
	line-height:1.8em;
	padding:0 0 8px 0;
}

div#column1 {
	text-align: left;
	float:left;
	top:320px;
	left:210px;
	width:215px;
	min-height:270px;
	height:auto;
	padding:15px;
	background-image: url(../images/60_percent.png);
	background-repeat: repeat;
	background-position: top left;
	/* border:1px solid #FF0000; */
}

div#column2 {
	text-align: left;
	float:left;
	top:320px;
	left:450px;
	width:215px;
	min-height:270px;
	height:auto;
	padding:15px;
	background-image: url(../images/60_percent.png);
	background-repeat: repeat;
	background-position: top left;
	/* border:1px solid #FF0000; */
}

div#column3 {
	text-align: left;
	float:left;
	width:355px;
	height:auto;
	padding:15px;
	background-image: url(../images/60_percent.png);
	background-repeat: repeat;
	background-position: top left;
	/* border:1px solid #FF0000; */
}

p#copyright {
	color:#fff;
	font-size:0.7em;
	font-family: "Helvetica", sans-serif;
	text-align: left;
	vertical-align: middle;
	margin:10px 0 0 148px;
/*
	position:relative;
	left:148px;
	top:10px;
*/
}

img#smallLogo {
	position:relative;
	margin:-5px 0 0 0;
	padding:0 15px 0 0;
	vertical-align: middle;
}






/* jquery stuff  */

	span {
	color:rgb(yellow);
	font-size:1.3em;
	cursor:pointer;
	}
	
	div.box {
	background:#aaa;
	margin:3px;
	width:125px;
	display:none;
	height:125px;
	float:left;
	}
	
	div.box img {
	border:none;
	}

	.pane {
	background: #edf5e1;
	padding: 10px 20px 10px;
	position: relative;
	border-top: solid 2px #c4df9b;
	}
	.pane .delete {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	} 
	
	div#mainviewer {
	width:700px;
	height:500px;
	padding:150px 0 0 0;
	margin:0 auto;
	text-align: center;
	background-color: transparent;
	border:1px solid #ff0000;
	}
	
	div#viewer {
	/* position:relative; */
	/* top:20px; */
	/* left:500px; */
	text-align: left;
	width:460px;
	height:270px;
	padding:25px 0 0 500px;
	/* border:1px solid #ff0000; */
	}
	
/*
	div#viewer {
	position:relative;
	top:20px;
	left:500px;
	text-align: left;
	width:460px;
	height:270px;
	padding:5px;
	/* border:1px solid #ff0000; */
	}
*/
	
	img.videoThumbs {
	/* padding:5px; */
	margin:5px 10px 15px 10px;
	float:left;
	width:110px;
	height:110px;
	/* border:4px solid yellow; */
	}



