/*       =reset           */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}

abbr,acronym { border:0;
}

/* ================ document ================ */

html {
	font-size:100%;
}

body {
	font-size:0.75em;
	font-family:helvetica nue, helvetica, arial, sans-serif;
	background:#609cb8;
}

p {
	font-size:1.15em;
}

h1 {
	color:#0063bd;	
	letter-spacing:.1px;
	font-size:2em;
	text-indent:-9999px;
}

h2 {
	letter-spacing:.8px;
	line-height:30px;
	margin:0 0 20px 0;
	font-size:2.2em;
}

h2 sup {
	font-size:13px;
}

h3 {
	letter-spacing:.8px;
	line-height:28px;
	margin:0 0 25px 0;
	font-size:2.2em;
}

h4 {
	font-size:1.5em;
	line-height:21px;
	letter-spacing:1.2px;
	margin:0 0 20px 0;
	color:#515151;
}


a, a img { 
	text-decoration:none;
	outline:none;
	border:none;
}

a:hover {
	text-decoration:underline;
}

/* ================ div#bd ================ */


div#bd {
	position:absolute;
	left:50%;
	margin-left:-551px;
	width:1102px;
	height:950px;
	background: transparent url(../images/artisan-bkgrnd-top.jpg) no-repeat;
	
}

div#successStory, div#readMore p {
	line-height:18px;
	color:#595959;
	margin:0 0 18px 0;
}

div#readMore {
	position:absolute;
	left:50%;
	margin-left:-551px;
	top:700px;
	width:1102px;
	height:2502px;
	background: transparent url(../images/artisan-bkgrnd-bottom.jpg) no-repeat;
}

div#readMoreContent {
position:absolute;
top:220px;
width:1102px;
height:2480px;
}

div#intro, div#call-for-entries, div#judges, div#timeline {
	background:none;
}


div#intro {
	position:absolute;
	width:370px;
	height:392px;
	left:133px;
	top: 372px;
}

div#intro h2 {
	color:#603f2f;
}

div#successStory h2 {
	color:#ec6d23;
}

div#successStory {
	position:absolute;
	width:629px;
	height:156px;
	left:215px;
	top: 209px;
}

div#successStory a {
	color:#2290c3;
	font-size:1em;
}

ul#successImages {
float:left;
width:629px;
margin:12px 0 0 0;
}

ul#successImages li {
padding-right:8px;
display:inline;
}

span#photoCredit {
float:left;
font-size:.9em;
font-style:italic;
color:#333333;
width:700px;
margin-bottom:30px;

}

div#call-for-entries {
	position:absolute;
	width:370px;
	left:133px;
	top: 928px;
}

div#call-for-entries h3 {
	padding-top:10px;
	color:#b4b200;
}

h2#call {
	text-indent:-9999px;
	width:0;
	height:0;
}

div#call-for-entries h3#nonprofit {
	color:#ec6d23;
}

p#applynow {
	width:380px;
	height:110px;
}

div#judges {
	position:absolute;
	width:267px;
	height:569px;
	left:694px;
	top: 374px;
}

div#judges h2 {
	color:#ec2323;
}

ul#panel {
	margin:25px 0 0 0;
}

ul#npo, ul#talent {
	line-height:1.7em;
	color:#8c8c8c;
	font-size:1.2em;
	margin:20px 0 30px 0;
}

ul#npo li.highlight, ul#talent li.highlight {
	color:#515151;
	font-style:italic;
	font-weight:bold;
}

span.callout {
font-size:1.1em;
font-weight:600;
line-height:18px;
color:#515151;
margin:0 0 0 0;

}


div#judges ul li {
font-size:1.1em;
line-height:1.4em;
color:#515151;
margin:0 0 15px 0;
}

span.info {
	text-transform:uppercase;
	font-size:0.8em;
	margin:0 0 3px 0;
	display:block;
}

span.emphasis {
font-weight:bold;
color:#00b5c4;
}

span.brown {
font-weight:900;
color:#603f2f;
}

div#ft {
background:transparent url(../images/footer-slice.gif) repeat-x;
width:1040px;
height:160px;
padding-top:40px;
padding-left:60px;
position:absolute;
top:2500px;
}


ul#sponsorlinks li {
display:inline;
margin:0 0 0 40px;

}




/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

