/* photos.css - stylesheet for photos.airrocket.net and photos.sp1r1t.org */
/* based on cicstyle.css - Cambridge in Colour - Sean T. McHugh, www.cambridgeincolour.com */

/* basics */
body, p, td { font: 12px verdana,arial; color: #606060; text-decoration: none; }
body { background-color: #000; }

.centeredImage {
        text-align:center;
        margin-top:0px;
        margin-bottom:0px;
        padding:0px;
}

/* Common Styles */
hr { width: 80%; height: 1px; color: #727272; background-color: #727272; }
img, hr { border: 0; }
p.note, td.note { text-align: center; color: #808080; font-size: 10px; margin: 0; }
p.albumtitle { margin-top:50px; margin-bottom:20px; margin-right:0px; margin-left:0px; }

/* Links */
a { color: #C0C0C0; text-decoration: none; }
a:hover { color: #FFFFFF; }

/* Layout */
#content { border: solid #505050 2px; background-color: #202020; }
#content { margin: 10% auto 10% auto;	#margin-top: 0px; width: 80%; padding: 0 10px; }
#content ul { list-style: square; margin-left: 0; padding-left: 15px; }
#content ul li { padding-left: 5px; }
/* #content img { width: 90px; height: 90px; } */
#footer { text-align: center; font-size: 9px; }
#footer a { color: #A0A0A0; text-decoration: none; font-size: 9px; }
#footer ul { margin: 0; padding: 0 0 8px 0; list-style: none; }
#footer li { display: inline; padding: 0 10px; font-size: 9px; }

/* More Layout stuff */
div.box { border: solid; border-width: thin; width: 100%; }
div.note { color: #808080; font-style: italic; }
div.colorboxgrey { background: #333333; padding: 0.5em; border: none; }

/* Headers */
H1 { text-align: center; font-size: 18px; margin: 25px 0 20px 0; }
H2 { text-align: left; font-size: 16px; margin: 20px 0 20px 15px; clear: both; }

/* Tables */
table { border-style: none;	border-collapse: collapse; }
th { font-size: 12px; }
.calc td { text-align: left; }
.left, .left td { text-align: left !important; }
.table1 td, .table1 th, .calc th, td.but, .center td, .center th { text-align: center; }
.table1 td, .table1 th, .calc td, .calc th { border: 1px solid #3E3E3E; background: #1F1F1F; }
.calc th { height: 35px; font-size: 14px; }
.calc .result { background: #002; }
.trans td, .trans th, td.trans { background: #3E3E3E; }

/* Thumbnail Gallery style for tables*/
.gallery { border-collapse: separate; border-spacing: 0px; width: 100%; text-align: center; }
.gallery td { padding: 0; height: 110px; background: #181818;}
.gallery img { border: 1px solid #606060; }

