/* @group Reset
 */

/* Reset ------------------------------------------------------------------ */

/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/reset/
*/

:link,:visited {
    text-decoration: none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
table {
    border-spacing: 0;
}
fieldset,img,abbr,acronym {
    border: 0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: underline;
    outline: none;
   color: #e6e6e6;
}
hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}

/* @end */

/* @group Utilities */

/* Utilities ----------------------------------------------------------------- */

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

.inline { display: inline; }
.hidden { display: none; }

/* @end */

/* @group Layout */

/* Layout ----------------------------------------------------------------- */

#beta-inner {
   background-color: #617f3d;
}

#container-inner,
#content {
    background-color: #222;
   color: #b3b3b3;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 0;
    padding-bottom: 0;
    height: 1%;
}

/* @end */

/* @group Global */

/* Global */

body {
    font: normal 13px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
   background-color: #222;
    text-align: center;
}

#content { 
   position: relative;

}

#content-inner {
    margin: 0 auto;
    width: 940px;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
    position: static;
   background-color: #303030;
   height: auto;
}

/* @end */

/* @group Header */

.main-nav-logo {
   text-align: left;
   color: #666;
   font: 20px/30px "Lucida Grande", Lucida, Verdana, sans-serif;
   position: relative;
   margin-left: 20px;
   top: -20px;
   height: 100px;
}

.main-nav-logo img{
   width: 173px;
   height: 70px;
   position: relative;
   display: inline;
   clear: none;
   float: none;
   padding-left: 20px;
   top: 32px;
}



/* @end */

/* @group Navigation (Top Main) */

#top-nav {
   width: 940px;
   position: relative;
   display: inline-block;
   height: 30px;
}

#nav-main {
position: absolute;
   font-size: 11px;
   z-index: 10;
   width: 100%;
   text-align: right;
   height: 30px;
   line-height: 25px;
   background: url(http://timtyson.us/ssp_photo-galleries/css/gloss.png) repeat-x 0 0;
   display: inline;
   padding-top: 3px;
}

#nav-main ul {
list-style-type: none;
font-style: normal;
}

#nav-main li {
display: inline;
font-style: normal;
}

#nav-main li a:hover {
	background-color: #000;
	padding-left: 15px;
	padding-right: 15px;
	color: #ffffff;
	padding-top: 7px;
	padding-bottom: 8px;
	font-style: normal;
   border-top: 1px solid #000;
}

#nav-main a {
text-decoration: none;	
padding-left: 15px;
padding-right: 15px;
font-style: normal; 
}

#nav-main li.cur a {
text-decoration: none;
padding-left: 15px;
padding-right: 15px;
padding-top: 7px;
padding-bottom: 9px;
background-color: #303030;
color: #e6e6e6;
   font: normal 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#nav-main li.cur a:link, #nav-main li.cur a:visited {
    color: #e6e6e6;
	font-style: normal;
   font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
   text-decoration: none;
   border-left: 2px solid #000;
   border-top: 3px solid #000;
}



/* @end */

/* @group Navigation (Galleries) */

#top-nav-galleries {
   margin-top: 0;
   display: block;
   height: 40px;
}

#top-nav-galleries-inner {
position: absolute;
   z-index: 10;
   width: 100%;
   height: 30px;
   background: url(http://timtyson.us/ssp_photo-galleries/css/gloss.png) repeat-x 0 0;
   display: inline;
   left: 0;
   top: 0;
}

#top-nav-galleries-inner li.cur a {
text-decoration: none;
padding-left: 14px;
padding-right: 17px;
padding-top: 6px;
padding-bottom: 9px;
background-color: #303030;
   font: normal 10px "Lucida Grande", Lucida, Verdana, sans-serif;
   color: #ccc;
   border-left-style: none;
}

#top-nav-galleries-inner li.cur a:link, #top-nav-galleries-inner li.cur a:visited {
    color: #ccc;
   font: normal 10px "Lucida Grande", Lucida, Verdana, sans-serif;
   border-style: none;
   border-left: 2px solid #000;
   border-top: 2px solid #000;
}

#top-nav-galleries-inner a {
text-decoration: none;	
padding-left: 14px;
padding-right: 14px;
   color: #ccc;
   font: normal 10px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#nav-main-galleries {
   font-size: 11px;
   z-index: 10;
   line-height: 25px;
   display: inline-block;
   padding-top: 3px;
   margin-right: auto;
   margin-left: auto;
   position: relative;
}

#nav-main-galleries ul {
list-style-type: none;
font-style: normal;
}

#nav-main-galleries li {
display: inline;
font-style: normal;
}

#nav-main-galleries li a:hover {
	background-color: #000;
	padding-left: 15px;
	padding-right: 15px;
	color: #ffffff;
	padding-top: 7px;
	padding-bottom: 8px;
	font-style: normal;
   border-top: 1px solid #000;
}

#nav-main-galleries a {
text-decoration: none;	
padding-left: 15px;
padding-right: 15px;
font-style: normal; 
}

#nav-main-galleries li.cur a {
text-decoration: none;
padding-left: 15px;
padding-right: 15px;
padding-top: 7px;
padding-bottom: 9px;
background-color: #303030;
color: #e6e6e6;
   font: normal 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#nav-main-galleries li.cur a:link, #nav-main-galleries li.cur a:visited {
    color: #e6e6e6;
	font-style: normal;
   font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
   text-decoration: none;
   border-left: 2px solid #000;
   border-top: 3px solid #000;
}



/* @end */

/* @group Navigation (DomTabs) */

#tab-content {
   text-align: left;
   padding-left: 20px;
   width: 860px;
   padding-right: 20px;
}

#tab-content ol li {
   text-align: left;
   padding-right: 40px;
   padding-left: 40px;
   list-style-type: decimal;
   list-style-position: inside;
   text-indent: -18px;
   line-height: 1.5em;
}

.sub {
   margin-left: 10px;
   line-height: 1.5em;
}

.head {
   color: #ccc;
   font-size: 14px;
   padding-bottom: 5px;
   padding-top: 10px;
}

/* @group From DomTab */

ul.domtabs a:link,
ul.domtabs a:visited,
ul.domtabs a:active,
ul.domtabs a:hover {
	display:block;
	background: #303030;
}
		
div.domtab {
   text-align: center;
   margin-right: 20px;
   margin-left: 20px;
   padding-bottom: 20px;
   background-color: #222;
}

ul.domtabs {
	float:left;
   width: 900px;
   background-color: #303030;
}

ul.domtabs li {
	float:left;
   padding-top: 0;
   padding-bottom: 0;
   padding-left: 0;
   font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
   color: white;
   list-style-type: none;
}

ul.domtabs a:link,
ul.domtabs a:visited,
ul.domtabs a:active,
ul.domtabs a:hover {
	width: 174px;
	display:block;
	background: transparent url(http://timtyson.us/ssp_photo-galleries/css/Light_Button.png);
	color: #b3b3b3;
	text-decoration:none;
   padding-top: 8px;
   margin-right: 6px;
}

html>body ul.domtabs a:link,
html>body ul.domtabs a:visited,
html>body ul.domtabs a:active,
html>body ul.domtabs a:hover{
	min-height:1em;
   height: 19px;
}

ul.domtabs a:hover{
	background: url(http://timtyson.us/ssp_photo-galleries/css/Black_Button.png) no-repeat;
}

div.domtab div{
	clear:both;
	width: 900px;
	color: #b3b3b3;
   margin-right: 20px;
   background-color: #222;
}

ul.domtabs li.active a:link,
ul.domtabs li.active a:visited,
ul.domtabs li.active a:active,
ul.domtabs li.active a:hover {
	color:#fff;
   background-image: url(http://timtyson.us/ssp_photo-galleries/css/Selected_Button.png);
}

#domtabprintview {
	float:right;
	padding-right:1em;
	text-align:right;
}

#domtabprintview a:link,
#domtabprintview a:visited,
#domtabprintview a:active,
#domtabprintview a:hover {
	color:#fff;
}

p {
   text-align: left;
   color: #b3b3b3;
   font: 12px/1.3em "Lucida Grande", Lucida, Verdana, sans-serif;
   padding: 20px;
}

#ssp-nav-embed {
   width: 810px;
   background-color: #000;
   height: 705px;
   margin-bottom: auto;
   margin-left: auto;
   margin-right: auto;
   padding-top: 5px;
}
h2 {
	font-size: 18px;
	color: #e6e6e6;
	font-family:"Trebuchet MS",Arial,Sans-Serif;
}

pre {
	font-size:1.2em;
	padding:1em;
}

XXXdiv.domtab div a:link,
XXXdiv.domtab div a:visited,
XXXdiv.domtab div a:active {
	color:#fff;
	display:block;
	padding:1em .5em;
	font-weight:bold;
	font-size:1.3em;
}

div.domtab div h2 a,
div.domtab div h2 a:hover,
div.domtab div h2 a:active {
	color:#cfc;
	display:inline;
	padding:0;
	font-weight:normal;
	font-size:1em;
}



/* @end */



/* @end */

@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}

/* @group Footer */

#footer {
   width: 900px;
   margin-top: 20px;
   height: 50px;
   margin-left: 20px;
   color: #666;
   position: relative;
   display: block;
   background: url(http://timtyson.us/ssp_photo-galleries/css/Footer_Background.png) no-repeat;
   padding-top: 10px;
   padding-bottom: 10px;
}

#copyright-notice {
   position: relative;
   display: inline;
   width: 400px;
   margin-left: 20px;
}

#SSP-attribution {
   width: 212px;
   height: 32px;
   float: right;
   margin-right: 20px;
}



/* @end */