/* Gallery Root as seen by GreyDragon theme and path to custom.css: /YourGallery3InstallationDirectory/themes/greydragon/custom_css/custom.css */
 
/* This centers the album, sort of , and makes it 1200px wide */
 body { margin-right: auto; margin-left: auto; width: 1034px; } 

/* These next tags are all from “color.css file, which is the default for this theme. Imported from color.css, values changed */
 
/* This makes the background black */
 html { background-color: #FFFFFF; }

/* This takes the background image out of the album thumbs container and leaves the original color of the top album title grey BBBBBB */
 body { background: #FFFFFF; color: #BBBBBB; } 

/* This changes the breadcrumb color from light blue 6392CF to gray BBBBBB */ 
a { color: #BBBBBB !important; } 

/* This takes the background image out of the footer and makes the background black */
 #g-footer { background: #FFFFFF !important; } 

/* This makes the inner border of the thumbnails disappear but keep spacing by turning the border black 000000 */
 .g-thumbcrop { border: 0px solid #FFFFFF; } 

/* This takes the double border off the album thumbs and changes the borders from light gray BBBBBB to a darker gray 404040 1px solid border */
 .g-album .g-thumbslide, .g-album .g-thumbslide-ext { border-color: #FFFFFF; border-style: solid solid solid solid; border-width: 1px 1px 1px 1px; background: #FFFFFF; }
 
/* This takes the background image out of the album thumbs page and makes the border grey 404040 */
 .g-thumbslide, .g-thumbslide-ext { background: #FFFFFF; border: 1px solid #FFFFFF; }
 
/* This is the main image preview, before shadowbox, etc. It takes the padding off to make a 1px border with color inherited from the above. Original padding 5px. Changed to 0px */
 div.g-resize { float: left; font-size: 0.9em; left: 50%; padding: 0px; position: relative; }
 
/* This removes the Gallery Banner image */
 #g-logo { display: none; left: 16px; position: absolute; top: 8px; } 

/* This take off the main gallery container borders. Original 1px */ 
#g-main { border-left: 0px solid #FFFFFF; border-right: 0px solid #FFFFFF; } 

/* This takes off the header border. Original 1px */
 #g-header { border-left: 0 solid #FFFFFF; border-right: 0 solid #FFFFFF; } 
