

.caption {
	color: #ffffff;
	
	padding: 0.6em;
	font-weight: bold;
	font-size: 11px;
	font-family: arial;
	display: none;
	cursor: default;
	
	/* remove these 4 lines below if you want 
	the caption to span the whole width of the 
	image*/
	width: 36%;
	text-align: center;
	border-top: 1px solid #303030;
	border-right: 1px solid #303030;
	
	/* background / transparency */
	background: #000000;
	opacity: 0.8;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
}

.caption a {
	border: 0 none;
	text-decoration: none;
	padding: 0.3em;
	color: #cccccc;
}

.caption a:hover {
	color: #ffffff;
}

.caption-wrapper {
	float: left;
}

br.c { clear: both; }

/* ------------------------------------*/
/* END COPY >>>                        */
/* ------------------------------------*/

/* ignore the nonsense below, you don't need it for your projects */



#wrapper {
	width: 520px;
}

code {
	padding: 1em;
	background: #fdf6f2;
	border-top: 1px solid #e3cbbb;
	border-bottom: 1px solid #e3cbbb;
	display: block;
	color: #3b3430;
	overflow: hidden;
}
code strong {
	color: #ca3000;
	border: 1px solid #e3cbbb;
	padding: 0.5em;
	background: #ffffff;
}
code .comment {
	color: #9c8c83;
}


.note {
	font-family: times, serif;
	color: #988d81;
}
