
/* ---------- GLOBAL STYLING RULES & RESETS ---------- */
* {
	margin: 0px;
	padding: 0px;
}

body {
    background-color: #333333;
	font: normal 14px Helvetica;
	color: #9d9d9d;
	line-height: 1.5;
    font-family: Helvetica, sans-serif; 
}
hr { display: none; }
#page hr {
    display: block;
    border: none 0; 
    border-top: 1px solid #414141;
    width: 100%;
    height: 1px;
    margin: 0 0 20px 0;
}
input, option, textarea, 
button {
	font: normal 10px Helvetica;
}
ul, ol {
    list-style-type: none;
}
q:before, q:after { content: ""; }
big   { font-size: 12px; }
small { font-size: 9px; }
img   { border: none; }
a {
	color: #b4b4b4;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #b4b4b4;
}
#footer a {
	color: #333333;
	text-decoration: none;
	outline: none;
}
#footer a:hover {
	color: #222222;
}
p, h1, h2, h3, h4, h5, h6,
ol, ul {
    line-height: 1.5;
}
#container_right p {
    line-height: 150%;
}
#page #description h2, #page #blog .text h3 {
    font-size: 1.5em;
    font-family: Helvetica, Verdana, serif;
}
.homepage #page #description h2 {
    margin: 10px 0 0 0;
    font-size: 1.5em;
}
.homepage #page #description h3 {
    font-size: 1.2em;
    font-family: Helvetica, Verdana, serif;
    color:#888;
}
#header_wrapper, #page_wrapper, #footer_wrapper  {
    width:100%;
    position:relative;
}
/* ---------- HEADER ---------- */
div#header_wrapper {
    width:100%;
    background: #333333;
    z-index: 2;
}
div#header {
	width:960px;
	margin:0 auto;
	padding:50px 0 20px;
}
	#header h1 {
		font: normal 14px Helvetica;
		line-height: 100%;
	}
	
		#header h1 a,
		#header h1 a:hover {
			color: #9d9d9d;
		}
		
		#header h1 img {
		    display: block;
		    max-width: 500px;
		}
	
	#header h2 {
		font-weight: bold;
		font-size:10 px;
		font-family: Helvetica, serif;
		color:#9d9d9d;
		line-height: 110%;
		padding-top: 0px;
		padding-left: 7px;
	}
	
	#header #page_title {
	   float:left;
    }
	#header #site_nav {
	   float:right;
	   margin-top: 0px;
	}
	
#display_name {width: 500px;}
	
    #display_name h2 {color:black; text-transform: uppercase;}
	
/* ---------- NAVIGATION ---------- */
div#site_nav {
	display: block;
    max-width: 280px;
}
#site_nav ul li {
	display: inline;
	position: relative;
	font-size: 16px;
	font-family: Helvetica, Verdana, serif;
	font-weight: normal;
	letter-spacing: 1.5px;
}
#site_nav div.clear {
	display: none;
}
    #site_nav li.section:after { content: " "; }
	#site_nav li.section ul { display: none; } 
	#site_nav li.section:hover ul { display: block; }
	#site_nav li.section ul {
		position: absolute;
		top: 1px;
		left: 10px;
		width: 200px;
		z-index: 111;
		padding-top: 0px;
	}
		#site_nav li.section ul li {
			float: none;
			display: block;
			font: normal #414141;
			background: #333333;
			margin: 0;
			padding: 0px 7px 5px 0px;
			letter-spacing: 0;
			text-align: left;
			line-height: 1.2;
			border-bottom: 1px solid #grey;
		}
		    #site_nav li.section ul li:last-child {border-bottom: none;}
		  
			#site_nav li.section ul li a {
				text-transform: none;
				letter-spacing: 0;
				padding: 0px 7px 4px 3px;
				font: Verdana, Arial, serif;
				display: block;
			}
    #site_nav ul li a, 
    #site_nav ul li.section {
    	cursor: pointer;
    	padding: 0 12px;
    	font: Arial,serif;
    	color: grey;
    }
    #site_nav ul li a:hover,
    #site_nav ul li.section:hover {
    	color: grey;
    }
    #site_nav ul li.active, #site_nav ul li.active a {
    	color:grey;
    }
    #site_nav ul li.active ul li a {
        color:grey;
    }
    
    #site_nav ul li.active ul li a:hover {
        color: grey;
    }
    
    #site_nav ul li.active ul li.active a {
        color: grey;
        cursor: default;
    }
/* ---------- PAGE ---------- */
div#page_wrapper {
    background: #333333;
    z-index: 1;
    
}
div#page {
	width:960px;
	margin:0px auto;
	padding:15px 0 15px;
	border-top: 1px solid #414141;
	border-bottom: 1px solid #414141;
}


div#page a span {
display: none;
}

div#page a:hover span {
	position:absolute;
	display:block;
	top: 1px;
	left: 13%;
	color: #9d9d9d;
	font: 16px Verdana, sans-serif;
}


body.index div#page {padding-bottom: 0;}
#page div#description {
    position: relative;
	padding: 0;
	width:600px;
}
    #page #description p, #page #description h2, #page #description h3, #page #description h4, #page #description h5, #page #description h6 {
        padding: 0 0 15px 0;
    }
    
    #page #description ul li, #page #description ol li {padding: 0 0 5px 0;}
    #page #description h2 {line-height: 1.3;}
div#share {
    display: block;
    position: relative;
    clear: both;
    padding: 10px 0 0 0;
}
#page #title {
    display: none;
}

	#page h6 {
		text-transform: none;
		font-size: 16px;
		letter-spacing: 2px;
		font: Verdana, sans-serif;
		font-weight: 100px;
}

 

/* ---------- SIDEBAR ---------- */
div#widgets {
    font-size: 11px;
    overflow: hidden;
    line-height: 0;
    font-family: Verdana, Arial, serif;
}
div#widgets:after {
    display: block;
	visibility: hidden;
	clear: both;
	content: " ";
}
    #widgets .module {
        display: block;
        float: left;
        width: 600px;
    	padding: 0 0 0px 0;
    	margin: 0 30px 0 0;
    }
    #widgets .last_module {margin: 0;} 
    
        #widgets .module h4 {
            font: italic 12px Arial;
            color: black;
            letter-spacing: .2px;
            padding: 0 0 10px 0;
            margin-bottom:10px;
            border-bottom: 1px solid black;
        }
    	    #widgets h4 a { color: grey; }
    	    #widgets h4 a:hover { color: grey; }
    	    
	    #widgets .module p {
            font-size: 10px;
            line-height: 150%;
            padding: 0;
        }
        
    

		
		
/* ---------- FOOTER ---------- */
div#footer {
	width:960px;
	margin:0 auto;
	padding:0px 0;
	font-family: Arial,serif;
	color: grey;

}		


/* ---------- SBPAGE2 ---------- */
div#page2_wrapper {
    	background: #333333;
  	z-index: 1;
	padding:50px 0 5px;	
}

div#page2_wrapper h2{
padding-left: 50px;
}

div#page2 {
	width:400px;
	margin:0 auto;
	padding:0px 0 15px;
	overflow: hidden;
	border-top: 1px solid #414141;
	border-bottom: 1px solid #414141;
	
}
 #page2 #description h2 {line-height: 1.3;}

#page2 #title {
    display: none;
}

#page2 h1 {
		font: normal 10px Arial;
		line-height: 100%;
		color: #9d9d9d;
	}
	
		#page2 h1 a,
		#page2 h1 a:hover {
			color: #9d9d9d;
		}
		
		#page2 h1 img {
		    display: block;
		    max-width: 300px;
		}
	
	#page2 h2 {
		font-weight: bold;
		font-size:10 px;
		font-family: Arial, serif;
		color:#9d9d9d;
		line-height: 110%;
		padding-top: 0px;
		padding-left: 0px;
	}
/* ---------- CONTACTPAGE ---------- */

div#pageContact {
	position:relative;
	width:960px;
	height:320px;
	margin:0 auto;
	overflow: hidden;
	border-top: 1px solid #414141;
	border-bottom: 1px solid #414141;
}



	#pageContact h2  {
		position: absolute;
		top: 68px;
		left: 27px;
		width: 100%;
		color:#b4b4b4;
		text-transform: none;
		font-weight:lighter;
		font-size: 18px;
		letter-spacing: 0px;
		line-height: 120%;
		font: Arial, sans-serif;
}

#pageContact h3  {
		position: absolute;
		top: 90px;
		left: 27px;
		width: 100%;
		color:#b4b4b4;
		text-transform: none;
		font-weight:lighter;
		font-size: 16px;
		letter-spacing: 0px;
		line-height: 120%;
		font: Arial, sans-serif;
}

#pageContact p  {
		position: absolute;
		top: 90px;
		left: 27px;
		width: 100%;
		color:#b4b4b4;
}


