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

Site: Judy Freeman Art
Date: 20080610
Author: Evan Heisler

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*--------------------------
Start the Magic
---------------------------*/


body, html {
	background: #f2f2f2 url('../img/bg.gif') top center repeat-y;
	color: #505050;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 90%;
	height: 100%;
	}

div#container {
	margin: 0 auto -110px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding: 0;
	width: 950px;
	}
	
div#mainContent {
	float: left;
	margin: 0;
	padding-top: 5px;
	width: 650px;
	}
	body.collections div#mainContent {
	background: none;
	padding: 0;
	}
	
div#sideContent {
	background: url('../img/columnArt.jpg') 12px 0px no-repeat;
	margin: 0;
	padding: 0;
	width: 300px;
	float: left;
	position: relative;
	}

.collectionsfooter, .footer, .push {
	height: 110px;
	margin: 0;
	padding: 0;
	}

/*---------------------------
Navigation Styles
----------------------------*/
	
#nav {
	margin: 0px 0 0 12px;
	}
	
#nav ul a {
	color: #e3cd91;
	text-decoration: none;
	font-family: verdana, Arial, sans-serif;
	font-variant: small-caps;
	letter-spacing: 1px;
	}
	
#nav ul a:hover {
	color: #eee;
	}

/*---------Global------------*/

#nav ul.globalNav {
	display: block;
	float: left;
	width: 140px;
	}

#nav ul.globalNav li {
	margin: 12px 0 12px 10px;
	font-size: 14px;
	}

body.collections #nav ul.globalNav li.li2 {
	background: url('../img/arrow.gif') left center no-repeat;
	padding: 60px 0 60px 10px;
	margin: 0;
	}


body.about #nav ul.globalNav li.li3,
body.clients #nav ul.globalNav li.li4,
body.contact #nav ul.globalNav li.li5 {
	background: url('../img/arrow.gif') left center no-repeat;
	padding: 45px 0 45px 10px;
	margin: 0;
	}

body.home #nav ul.globalNav li.li1 a,
body.collections #nav ul.globalNav li.li2 a,
body.about #nav ul.globalNav li.li3 a,
body.clients #nav ul.globalNav li.li4 a,
body.contact #nav ul.globalNav li.li5 a {
	color: #f6f5f5;
	}

/*---------Local------------*/

#nav ul.localNav {
	float: left;
	margin-top: 58px;
	}

#nav ul.localNav li {
	font-size: 12px;
	line-height: 17px;
	padding: 0;
	width: 140px;
	}
	
	body.ketubahs #nav ul.localNav { margin-top: 58px; }
	body.weddings #nav ul.localNav { margin-top: 40px; }
	body.fourd #nav ul.localNav {margin-top: 23px;}
	body.outsidein #nav ul.localNav {margin-top: 7px;}
	body.kaleidoscope #nav ul.localNav {margin-top: -10px;}
	body.samples #nav ul.localNav {padding-top: 17px;}
	body.personal #nav ul.localNav {padding-top: 0px;}
	body.artist #nav ul.localNav {margin-top: 88px;}
	body.studio #nav ul.localNav {padding-top: 98px;}
	body.clients #nav ul.localNav {padding-top: 118px;}
	body.email #nav ul.localNav {margin-top: 118px;}
	body.location #nav ul.localNav {padding-top: 131px;}
	
	body.artist #nav ul.localNav li.sub1 a,
	body.studio #nav ul.localNav li.sub2 a,
	body.clients #nav ul.localNav li.sub1 a,
	body.email #nav ul.localNav li.sub1 a,
	body.location #nav ul.localNav li.sub2 a,
	body.ketubahs #nav ul.localNav li.sub1 a,
	body.weddings #nav ul.localNav li.sub2 a,
	body.4d #nav ul.localNav li.sub3 a, 
	body.outsidein #nav ul.localNav li.sub4 a, 
	body.samples #nav ul.localNav li.sub5 a,
	body.personal #nav ul.localNav li.sub6 a {
	color: #fff;
	}
	
/*-----------------------------
News Ticker
-----------------------------*/

#newsBox {
	width:265px;
	margin-left: 22px;
	text-align:left;
}

.viewableNews {
	position:relative;
	width:260px;
	height:120px;
	overflow:hidden;
}

#fadeOverlay {
	background: url('../img/newsTickerFade.png') top left repeat-x;
	position: absolute;
	right: 0;
	top: 0;
	width: 265px;
	height: 120px;
	z-index: 1000;
	}

#newsContent {
	position:absolute;
}
#newsContent div {
	width:265px;
	height:120px;
	float:left;
}

#newsContent p {
	color: #aaa;
}

#newsContent ul li {
	color: #aaa;
	}

#newsContent img {
	border: 1px solid #aeacac;
	width:56px;
	width:56px;
	float:left;
	margin:0 10px 10px 0;
}

.buttons{
	padding:5px;
	}

.buttons span{
	color:#be0f34;
	padding:0 5px;
	cursor:pointer;
	}

.buttons span.active, .buttons span:hover{background:#be0f34;color:#eee}

/*-----------------------------
Photo Gallery
------------------------------*/

.e2_photo_gallery {
 width:650px;
 margin:0px auto;
 min-width:650px;
 color:#f2f2f2;
}

.e2_photo_gallery p {
 margin:0.5em 0px 0px 0px;
 padding:0px;
 font:0.95em/1.5em arial,tahoma,"sans serif";
}

#main_image_wrapper{
	position:relative;
	width:600px;
	height:399px;
	background: #f2f2f2 url('../img/rsrc/loader.gif') no-repeat 50% 50%;
	}

#thumbbox{
	text-align:center;
	width:590px;
	position:relative;
	padding:5px;
	}
	
#thumb_container{
	position:relative;
	overflow:hidden;
	width:562px;
	height:45px;
	margin:0 0 0 16px;
	}
	
#thumbs img{
	margin-right:4px;
	vertical-align:top;
	}
	
#thumbs a img{}

#thumbs a:hover img{}

#thumbs a:hover{color:red;}

#photocount{
	color:#505050;
	font-size:10px;
	float: left;
	margin: 6px 0;
	width: 48%;
	text-align: left;
	left:0;
}

#back{
	position:absolute;
	top:0;
	left:0;
	visibility:hidden;
	z-index:1001;
	}
	
#more{
	position:absolute;
	top:0;
	left:584px;
	float:right;
	z-index:1001;
	}
	
.morelink:hover{font-size:11px;color:#FFF;text-decoration:underline;}

#thumbgall{
	position:absolute;
	left:0;
	top:0;
	white-space:nowrap;
	z-index:1000;
	}

#widthbox{
	position:relative;
	display:inline;
	left:0;
	top:0;
	padding:1px;
	}
	
#iptc_btn{
	width:100%;
	text-align:right;
	position:absolute;
	left:0;
	top:0;
	z-index:999;
	}
	
#iptc_info{
	position:absolute;
	bottom:0;
	left:0;
	height:auto;
	width:100%;
	background-color:#000;
	color:#CCC;
	font-size:10px;
	line-height:140%;
	text-align:left;
	filter:alpha(opacity=0);-moz-opacity:0;opacity:0;
	}
	
.iptc_left{
	float:left;
	text-align:right;
	width:18%;
	color:#FFF;
	padding:0 0 0 2%;
	}
	
.iptc_right{
	float:right;
	text-align:left;
	width:79%;
	}
	
#rightmore li a{
	background:url('../img/e2/right_more.gif') no-repeat;
	display:block;
	color:#fff;
	text-decoration:none;
	width:100%;
	padding:0;
	}
	
#rightmore li a:hover{
	background:url('../img/e2/right_more_over.gif') no-repeat;
	color:#fff;
	height:55px;
	}
	
#leftmore li a{
	background:url('../img/e2/left_more.gif') no-repeat;
	display:block;color:#fff;text-decoration:none;width:100%;padding:0;
	}
	
#leftmore li a:hover{
	background:url('../img/e2/left_more_over.gif') no-repeat;
	color:#fff;
	height:55px;
	}
	
.spacing{
	padding:1px;
	}
	
.morelink:link,.morelink:visited{font-size:11px;color:#FFF;text-decoration:none;}

#rightmore,#leftmore{color:#333;height:55px;width:16px;padding:0;}

#rightmore ul,#leftmore ul{list-style:none;border:none;height:55px;margin:0;padding:0;}

#rightmore li,#leftmore li{height:55px;margin:0;}

html>body #rightmore li a,html>body #leftmore li a{width:auto;}

#pn_overlay{position:absolute; top:0; left:0; width:100%; height:100%; z-index:998;}

#prev, #next{
	width: 30%;
	height: 100%;
	background: transparent url('../img/rsrc/blank.gif') no-repeat; /* Trick IE into showing hover */
	outline:none;
	}

#prev { left: 0; float: left; outline: none; -moz-outline: none; visibility:hidden;}

#next { right: 0; float: right; outline: none; -moz-outline: none;}

#prev:hover, #prev:visited:hover { background: url('../img/rsrc/prev.gif') left 50% no-repeat; }

#next:hover, #next:visited:hover { background: url('../img/rsrc/next.gif') right 50% no-repeat; }

#imgtitle{width:600px; font-size:.8em; text-align:center; color:#FFF; display:block}

#imgtitle h2{font-size:1.3em; margin:0; padding:0}

#thumbtoggler {
	text-align: right;
	float: right;
	width: 48%;
	right:0;
	z-index:1100;
}

#thumbdisplay {
	width: 600px;
}

.clear{clear:both;}

#e2link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding:5px 0;
	color: #FFFFFF;
	text-align:left;}

#e2link a {
	color: #FFFFFF;
	text-decoration:none
}

.tooltip {
	color: #fff;
	width: 150px;
	z-index: 15000;
	text-align:left;
}

.tooltip h4 {
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 8px 8px 2px;
	background:#000;
}

.tooltip p {
	font-size: 11px;
	padding: 1px 8px 8px;
	margin:0px;
	background: #000;
}#thumbhide {
	position: relative;
	overflow:hidden;
}


	
/*-----------------------------
Text
------------------------------*/

h1 {
	color: #f6f5f5;
	font-size: 2em;
	letter-spacing: 1px;
	line-height: 35px;
	margin: 0px 0 0 20px;
	text-indent: -9999px;
	}
	
#mainContent h2 {
	color: #582727;
	font-family: verdana, Arial, sans-serif;
	font-variant: small-caps;
	font-size: 20px;
	margin: 0px;
	padding: 50px 0px 0px;
	}
#mainContent p {
	margin: 0px;
	padding: 10px 120px 10px 0px;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
}

	
#mainContent h3 {
	margin-top: 12px;
	}
	
#sideContent h3 {
	font-family: verdana, Arial sans-serif;
	font-variant: small-caps;
	font-size: 14px;
	letter-spacing: 1px;
	padding-left: 22px;
	margin: 10px 0;
	}
	
h4 {
	margin: 5px 0;
	}
	
p {
	color: #2a2a2a;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	padding: 15px 10px 0;
	}
	
p.login {
	margin: 4px 0 0 0;
	}
	p.login a {
	background: url('../img/login_bg.gif') left bottom repeat-x;
	color: #f6f5f5;
	font-size: 10px;
	padding: 5px 8px 10px 8px;
	text-decoration: none;
	}
	
ul {
	font-size: 10px;
	font-weight: normal;
	}
	ul li {
	padding-top: 5px;
	}
	body.clients #mainContent ul li {
	float: left;
	width: 200px;
	}
	
.collectionsfooter {
	margin: 0 auto;
	width: 950px;
	}
	
.footer {
	margin: 0 auto;
	width: 950px;
	}

.collectionsfooter p, .footer p {
	color: #2a2a2a;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	padding-top: 50px;
	width: 650px;
	}
	.collectionsfooter a img, .footer a img {
	background: #f2f2f2;
	margin: 0;
	vertical-align: top;
	}

/*----------------------------
Content Img
------------------------------*/

img.floatl {
	border: 1px solid #aeacac;
	float: left;
	width: 200px;
	margin: 10px 10px 10px 0;
	}
	
img.title {
	margin: 415px 0 0 12px;
	padding: 0;
	}

/*----------------------------
Links
-----------------------------*/

a {
	text-decoration: none;
	padding: 2px;
	}

a:link {color: #d00303;}
a:visited {color: #ac0404;}
p a:hover {background: #d00303; color: #eee;}
a:active {color: #d00303;}

/*----------------------------
Forms
-----------------------------*/

div#contactForm {
	background: #d00303 url('../img/signature.gif') center 10px no-repeat;
	border: 1px solid #818080;
	margin: 0 auto;
	width: 300px;
	}
	
#contactForm h2 {
	
	padding: 65px 0 5px;
	text-align: center;
	}
	
#locationForm {
	width: 650px;
	}

#locationForm p {
	color: #eee;
	float: left;
	}
	#locationForm p input.submit {
	margin-top: 12px;
	}
form p label, p.error, p.success {
	color: #eee;
	}

form input, form textarea {
	margin: 0 0 15px 0px;
	}
	
/*----------------------------
Hacks
----------------------------*/

hr.clear {
	clear: both;
	width: 100%;
	visibility: hidden;
	}
	
.transparent_class {
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

a#toggle {
	position: relative;
	top: 15px;
	left: 175px;
	}

* {
	margin: 0;
	padding: 0;
	behavior: url(../scripts/iepngfix.htc);
	}
