﻿/*---------------------------------------------------
TonySheffield.com Complete CSS

Version: 0.1
Author: Jack Taranto
Email: jacktaranto@gmail.com
Website: http://www.jacktaranto.com
----------------------------------------------------*/



/* TYPOGRAPHY
----------------------------------------------------*/

p, dt, dd {font-size:110%; line-height:160%; margin-bottom:1em; color: #9b9b9b;}

a {text-decoration:none;}

li {
	font-size: 12px;
}

h1 {color:#fff;}

a {color:#bbb;}
a:hover {color:#fff;}

#footer p {
	color: #515151;
	line-height:150%;
	font-size:80%;
	margin-bottom:0;
}

#footer a:hover {color:#FFF;}
#footer a {color:#515151;}

.subscript {font-size:80%;}

#slideshowpro p {
	font-size:120%;
	padding:2em 0 0 140px;
}

#slideshowpro p.topp {padding:8em 0 0 140px;}

#slideshowpro li {
	font-size:120%;
	color:#9b9b9b;
	margin:0.5em 0 0 210px;
	list-style:square;
}

dl {margin-top:60px;}

dd {float:left; width:170px; text-align:right;}

dt {float:left; margin-left:20px; width:220px;}

.nomargin {margin-bottom:0;}

/* NAVIGATION
----------------------------------------------------*/


ul#gallerynav {
	position:absolute;
	left:0px;
	bottom:-25px;
	width:900px;
	padding:0;
	margin:0;
	background-color: #212121;
	top: 2;
}

ul#gallerynav li a {
	float:left;
	display:block;
	line-height:2.0em;
	height:2em;
	background:#212121 url(images/nc.jpg) no-repeat right bottom;
	color: #7e7e7e;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 1em;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #191919;
}

ul#gallerynav li {display:inline;}

ul#gallerynav li a.active, ul#gallerynav li a.active:hover {
	color:#fff;
	background:#2d2d2d url(images/nc_active.jpg) no-repeat right bottom;
}

ul#gallerynav li a:hover {
	color:#fff;
	background:#4f4e4e url(images/nc_over.jpg) no-repeat right bottom;
}

ul.nav {width:900px;}

ul#pagenav {
 	position:relative;
	height:23px;
	margin:0 auto;
	font-size:95%;
	z-index:100;
}

ul#pagenav li {display:inline;}

ul#pagenav li a {
	float:left;
	display:block;
	line-height:23px;
	margin:0 1.2em 0 0;
}

ul#pagenav li a.active {
	color:#fff;
	background:url(images/menu-a.png) no-repeat center bottom;
}

ul#pagenav li ul {
	display:none;
}

ul#pagenav li ul {
	position:absolute;
	display:none; 
	top:23px; 
	left:9em; 
	width:9em;
	margin:0 auto;
	list-style:none;
	background:#0E0E0E;
	border:1px solid #292929; 
	z-index:100;
}

ul#pagenav li ul li a {
	height:23px;
	line-height:23px;
	display:block; 
	float:none;
	font-size:90%;
	text-transform:none;
	padding:0 1.2em 0 1em;
	margin:0;
}

ul#pagenav li ul li a.active, ul#pagenav li ul li a.active:hover {
	color:#fff;
	background:#0E0E0E url(images/dmenu-a.png) no-repeat left;
}

ul#pagenav li ul li a:hover {background:#151515;}

ul#pagenav li:hover ul, ul#pagenav li.over ul { display: block; }


/* IMAGE REPLACEMENT
----------------------------------------------------*/

#header h1 {
	float:left;
	width:423px;
	height:57px;
}

#header h1 a {
	display:block;
	width:423px;
	height:57px;
	background:url(images/head1.jpg) no-repeat -423px top;
}

#header h1 a:hover {
	background:url(images/head1.jpg) no-repeat left top;
}

#header h2 {
	float:right;
	width:203px;
	height:57px;
	background:url(images/head2.jpg) no-repeat right top;
}




/* LAYOUT
----------------------------------------------------*/

* {margin:0; padding:0;}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	background:#191919;
}

div#topbar {
	position:relative;
	height:23px;
	width:100%;
	background:#0E0E0E url(images/bg_topbar.png) repeat-x;
	border-bottom:1px solid #292929;
	z-index:100;
}

div#box {
	position:relative;
	width:900px;
	height:600px;
	background:#2d2d2d;
	margin:4em auto 0 auto;
	z-index:1;
}

div#header {
	width:100%;
	height:57px;
	text-indent:-10000px;
}

div#footer {
	width:900px;
	height:0em;
	padding:0em 0;
	margin:0 auto;
}

div#slideshowpro {
	position:relative;
	height:500px;
	width:880px;
	margin:0 0 0 10px;
	z-index:2;
}


div#homeimage {
	margin:75px 30px 0 30px;
}

div.leftcontent {
	float:left;
	padding:25px 0 0 30px;
	width:440px;
}

div.rightcontent {
	float:right;
	padding:25px 30px 0 0;
}

.left {float:left;}
.right {float:right;}

