/*

Theme Name: Storage Nine V2
Theme URI:http://storagenine.com
Description: Original Storage Nine Design...Dark themed
Version:1.0
Author:Darice de Cuba
Author URI:http://storagenine.com
Tags:minimal, simple, clean, dark	"Dark" by http://storagenine.com/

	This theme was designed and built by Darice de Cuba

	Design is copyrighted.  

*/


/* Reset (Browser reset for compatibility)
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4,
h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, font, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, img{ margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
:focus { outline: 0; }
ol, ul { list-style: none; }
table { border-collapse:collapse;border-spacing:0; }
caption, th, td { text-align: left; font-weight: normal; }
/* -------------------------------------------------------------- */


body {
	background: #1a1a1a url("images/storagenine-v2.png") no-repeat top;
	background-attachment: fixed;
	color: #FFF;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;	
    font-size: 14px;	
    overflow: hidden;
    }
body#sub { overflow: visible; }

h1 { font-size: 26px; font-weight: bold; }
h2 { font-size: 22px; font-weight: bold; margin: 8px 0 8px 0; }
h3 { font-size: 16px; font-weight: bold; margin: 8px 0 8px 0; }
h4 { font-size: 14px; }

p { margin: 7px 0 7px 0; line-height: 20px; }
b {	font-weight: bold;}
strong { font-weight: bold;}
i { font-style: italic;}
em { font-style: italic;}
small { font-size: 80%; }

a { color: #dc370a; }
a:hover { color: #FFF; }

#content ul { margin: 0 0 0 5px; padding: 0 0 0 15px; list-style: disc; }
#content ul li {  }
div#home a { display: none;  }

#container {
	margin: 0px auto;
	width: 480px;
	padding: 235px 0 0 0;
	display: block; 

}


#nav { position: fixed; top: 200px; height: 40px; }
#nav ul { }
#nav ul li { 
	display: inline;
	list-style: none;	
	height: 40px; 
	margin: 0 10px 0 0;
}

#nav ul li a {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#nav .lang img { margin: 0; padding: 0; }
#nav .lang a:hover { border-bottom: 0; }
#nav .lang { margin: -18px 0 0 400px; }


#content { width: 480px; text-align:justify; }


.panelpos{ display: block; position: absolute; width: 480px; right: 51; }

.slidecontent { margin: 0 0 350px 0; width: 100%; }
.panelgroup { position: relative; width: 100%; margin: 0px; padding: 0px; border: none; }
.SlidingPanelsAnimating *{overflow:hidden !important}
.SlidingPanelsCurrentPanel{}
.SlidingPanelsFocused{}


img.alignright { float: right; }
img.alignleft { float: left; }


/* Hosting data table
-------------------------------------------------------------- */
table a, table a:link, table a:visited {
border:medium none;
}
table img {
border:0 none;
margin-top:0.5em;
}
table {
border-collapse:collapse;
border-right:1px solid #666666;
border-top:1px solid #666666;
margin:1em auto;
width:90%;
font-size: 90%;
}
caption {
caption-side:top;
color:#9BA9B4;
font-size:0.94em;
letter-spacing:0.1em;
margin:1em 0 0;
padding:0;
text-align:center;
}
tr.odd td {
background:none repeat scroll 0 0 #E5E5E5; color:#4C4C4C;
}
tr.odd .column1 {
background:none repeat scroll 0 0 #EEEEEE;
}
.column1 {
background:none repeat scroll 0 0 #F9FCFE;
}
td {
border-bottom:1px solid #666666;
border-left:1px solid #666666;
color: #FFF;
padding:0.3em 1em;
text-align:center;
}
th {
border-bottom:1px solid #666666;
border-left:1px solid #666666;
color:#4C4C4C;
font-weight:normal;
padding:0.3em 1em;
text-align:left;
}
thead th {
background:none repeat scroll 0 0 #EEEEEE;
color:#444444;
font-size:1em;
font-weight:bold;
text-align:center;
}
tfoot th {
background:none repeat scroll 0 0 #EEEEEE;
text-align:center;
}
tfoot th strong {
color:#444444;
font-size:1em;
font-weight:bold;
margin:0.5em 0.5em 0.5em 0;
}
tfoot th em {
color:#dc370a;
font-size:1em;
font-style:normal;
font-weight:bold;
}
tfoot th a {
font-size:small;
text-decoration:none;
}
/*-------------------------------------------------------------- */

/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 
   Also: hot pink. */
::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; } 


