@charset "utf-8";
/* CSS Document */
* { margin: 0; padding: 0; }

/** * Tags * */
body 					{ background: #454545 url(bg-body.png) repeat-x; color: #fff; text-align: center; font: medium "Trebuchet MS", Arial, sans-serif; }
a, a:visited	{ color: #A3D01A; text-decoration: none; }
a:hover 			{ color: #A3D01A; text-decoration: underline; }
p, h2, h3, pre, code, dl, ul { margin-bottom: 10px; }
h3 { border-bottom: 1px solid #fff; }
dt { font-weight: bold; }
dd { margin-left: 15px; }
ul li ul { margin-left: 15px; }
pre,code { background-color: #333; padding: 10px; font: 12px "Courier New", Courier, monospace; width: 460px; overflow-y: hidden; overflow-x: auto; }

/** * Layout structure lightbox-logo * */
#container { margin: 0 auto; padding: 20px 0; text-align: left; width: 850px; position: relative; overflow: hidden; }
#content { margin: -50px 0 0 245px; }
#footer { border-top: 1px solid #fff; padding: 10px 0; font-size: .75em; }

/* jQuery lightBox plugin - Gallery style */
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img { border: 5px solid #3e3e3e; border-width: 5px 5px 20px; }
#gallery ul a:hover img { border: 5px solid #fff; border-width: 5px 5px 20px; color: #fff; }
#gallery ul a:hover { color: #fff; }

