@charset "utf-8";

body, html {
	font: 100%/2 'Raleway', Verdana, Arial, Helvetica, sans-serif;
	font-weight: 300;
	margin: 0;
	padding: 0;
	height: 100%;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */

ul, li {

	font-size: 1em;
	line-height: 1.2em;
	
}

/*
.content ul, .content ol, .content dl{
	width:100%;
	margin-bottom:20px;
	overflow:hidden;
	border-top:1px solid #ccc;
	padding: 0 0 25px 0;
	margin: 0 10px;
}

.content li{
	line-height: 2em;
	border-bottom: 1px solid #ccc;
	float: left;
	display: inline;
}
*/
#double li	{ width:50%;		}
#triple li	{ width:33.333%;	}
#quad li	{ width:25%;		}
#six li		{ width:16.666%;	}

h1, h2, h3, h4, h5, h6 {
	line-height: 1em;
	font-weight: 300;
	margin-top: 0; /*fix*/
	padding-right: 15px;
	padding-left: 15px;
}

h1#paget
{
	font-size: 1.5em;
	margin-bottom: 8px;	
}

.t {
	font-size: 3em;
}

p {
	font-size: 0.9em;
	font-weight: 300;
	line-height: 1.1em;
	margin-top: 0;	 /*fix*/
	padding-right: 15px;
	padding-left: 15px;
}

strong {
	font-weight: 600;	
}

a img {
	border: none;
}

a:link {
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	
}
a:visited {
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}

/* ~~ LAYOUT ~~ */

.content {
	padding: 10px 0;
	margin:10px;
	display:block;
	color: #fff;
	min-width: 1000px;
}

.alpha60 {
	color: #fff;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.85);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D8000000, endColorstr=#D8000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#D8000000, endColorstr=#D8000000)";
}

.alpha60i {
	color: #000;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(255, 255, 255);
    /* RGBa with 0.6 opacity */
    background: rgba(255, 255, 255, 0.9);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D8ffffff, endColorstr=#D8ffffff);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#D8ffffff, endColorstr=#D8ffffff)";
	
}

.rc {

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	
}

.clt{ float: left; width: 69%; margin-right: 0.5%; border-right: #fff 1px solid; }
.crt{ float: right; width: 33%}
.ccen{ display: inline-block; width: 30% }

div#nav { float: left; width: 12%; text-align: left; height: auto; }
div#con { display: inline-block; width:83.5%; margin-left: 0.5% }

.cols { padding: 1%; height: 355px}
	
#floater	{float:left; height:45%; margin-bottom:-120px; width:100%;}
#content	{clear: left; position:relative;}

div#sticker {
	width: 1000px;
}

.np {
	padding: 0 0 0 20px;
	margin: 0;	
}

.np2 {
	margin: 0;
	padding-bottom: 2px;
	font-weight: 600;
}

.stick {
    position:fixed;
    top:0px;
}