@charset "UTF-8";
/* CSS Document */

/* normalize margin, padding */
html, body, div, dl, dt, dd, ul, ol, li, 
h1, h2, h3, h4, h5, h6, pre, input,
 th, td, img {
	margin: 0;
	padding: 0;
}

blockquote, p {
        margin: 1;
}

html, body {
	height: 100%;
}

/* normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

/* remove list-style from lists */
ol, ul {
	list-style: none;
}

/* normalize font-style and font-weight to normal */
address, caption, cite, code, dfn,
th, var {
	font-style: normal;
	font-weight: normal;
}

/* remove table border spacing */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* remove border from fieldset and img */
fieldset, img {
	border: 0;
}

/* left-align text in caption adn th */
caption, th {
	text-align: left;
}

a:active, a:focus {
  outline: none ! important;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html .clearfix {height: 1%;}

/*-  common elements
----------------------------------------------------------------------*/	
body {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #444444;
	line-height: 1.6em;
	background-color: #FFF;
}

a:link,
a:visited {
	text-decoration: none;
	color: #999999;
}

a:hover {
	color: #CC0000;
}

h1 {
	color: #1e1918;
	font-size: 46px;
	letter-spacing: -2px;
	line-height: 1em;
	margin-bottom: 0.4em;	
	margin-left: -2px;
}

h2 {
	color: #999999;
	font-size: 24px;
	line-height: 1em;
	margin-bottom: 0.8em;
	padding-bottom: 6px;
        
	
}

h3 {
	color: #1a1a1a;
	font-size: 12px;
	margin-bottom: 3px;
	font-weight: bold;
        font-family: Times New Roman, Times, serif;
        padding-bottom:3px;
        border-bottom: solid 1px #e9e9e9;
}
h4 {
}

h5 {
	font-family: lucida grande, helvetica, arial, sans-serif;
	color: #1a1a1a;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 0.6em;
}

textarea {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
}

#wrapper {
  border-bottom:1px solid #CCCCCC;
  padding-bottom:15px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
 
}


#header {
background-color:#FFFFFF;
}

#top {
background-color:#161616;
color:#6A6A6A;
font-family:tahoma,helvetica,arial,sans-serif;
font-size:9px;
height:31px;
line-height:1em;
}


#top .inner, #header .gutter, #wrapper .inner, #footer .inner {
margin:0 auto;
padding:0 15px;
width:970px;
}


#header .inner {
border-bottom:2px solid #E9E9E9;
height:75px;
padding-bottom:5px;
padding-top:29px;
position:relative;
}

#header .inner {
width:970px;
}


img#logo {
margin-left:0px;
}

fieldset, img {
border:0 none;
}

ul#nav {
bottom:7px;
font-size:15px;
right:0px;
position:absolute;
}

ul#nav li {
	height: 19px;
	float: left;
}

ul#nav li a {
	width: 100%;
	height: 100%;
	text-decoration: none;
	position: relative;
	top: -1px;
}

ul#nav li span {
	visibility: hidden; 
}

/* projects */

ul#nav li#projects_nl {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFFF url(../../../images/projects_nlink.gif) no-repeat scroll left top;
	width:65px;
		
	
}

ul#nav li#projects_nl:hover {
	background: #fff url(../../../images/projects_nlink_on.gif) top left no-repeat;
	
}

ul#nav li#projects_nl.active {
	width: 65px;
	background: #fff url(../../../images/projects_nlink_on.gif/) top left no-repeat;
}

/* stories */
ul#nav li#stories_nl {
	width: 54px;
	background: #fff url(../../../images/stories_nlink.gif) top left no-repeat;
	padding-left: 0px;
}

ul#nav li#stories_nl:hover {
	background: #fff url(../../../images/stories_nlink_on.gif) top left no-repeat;
}

ul#nav li#stories_nl.active {
	width: 54px;
	background: #fff url(../../../images/stories_nlink_on.gif) top left no-repeat;
	padding-left: 0px;	
}

/* blog */
ul#nav li#blog_nl {
	width: 36px;
	background: #fff url(../../../images/blog_nlink.gif) top left no-repeat;
	padding-left: 0px;
}

ul#nav li#blog_nl:hover {
	background: #fff url(../../../images/blog_nlink_on.gif) top left no-repeat;
}

ul#nav li#blog_nl.active {
	width: 36px;
	background: #fff url(../../../images/blog_nlink_on.gif) top left no-repeat;
	padding-left: 0px;	
}

/* share */
ul#nav li#share_nl {
	width: 36px;
	background: #fff url(../../../images/share_nlink.gif) top left no-repeat;
	padding-left: 9px;
}

ul#nav li#share_nl:hover {
	background: #fff url(../../../images/share_nlink_on.gif) top left no-repeat;
}

ul#nav li#share_nl.active {
	width: 36px;
	background: #fff url(../../../images/share_nlink_on.gif) top left no-repeat;
	*padding-left: 9px;		
}


/* resources */
ul#nav li#resources_nl {
	width: 61px;
	background: #fff url(../../../images/resources_nlink.gif) top left no-repeat;
	padding-left: 9px;
}

ul#nav li#resources_nl:hover {
	background: #fff url(../../../images/resources_nlink_on.gif) top left no-repeat;
}

ul#nav li#resources_nl.active {
	width: 61px;
	background: #fff url(../../../images/resources_nlink_on.gif) top left no-repeat;
	*padding-left: 9px;		
}

/* about */
ul#nav li#about_nl {
	width: 41px;
	background: #fff url(../../../images/about_nlink.gif) top left no-repeat;
	padding-left: 4px;		
}

ul#nav li#about_nl:hover {
	background: #fff url(../../../images/about_nlink_on.gif) top left no-repeat;	
}

ul#nav li#about_nl.active {
	width: 41px;
	background: #fff url(../../../images/about_nlink_on.gif) top left no-repeat;
	padding-left: 4px;		
}



#footer {
  background-color: #f2f2f2;
  padding-top: -40px;
  
 }

#footer .inner {
	width: 970px;
	margin: 0 auto;
	padding: 0 15px;
}

#footer .inner {
        font-family: tahoma, helvetica, arial, sans-serif;
	color: #bbbbb4;
	font-size: 9px;
	padding: 20px 0 40px;
}

#footer a:link,
#footer a:visited {
	color: #bbbbb4;
}

#footer a:hover {
	color: #616161;
}

#footer p#contact {
	float: left;
}

#footer p#copyright {
	float: right;
        padding-right: 30px;
}

#footer p#copyright img {
	position: relative;
	top: -1px;
}

/* original CSS from Sandbox template */

/* Two-column with sidebar on left from the /examples/ folder  */
@import url('examples/2c-l.css');

/* Just some example content */

#content {
        float: left;
	padding: 0 15px;
	padding-top: 60px;
	background-color:#FFF;
        width:670px;
}

div.skip-link {
position:absolute;
right:1em;
top:1em;
}

div#menu {
background:#EEE;
height:1.5em;
margin:1em 0;
width:100%;
}

div#menu ul,div#menu ul ul {
line-height:1;
list-style:none;
margin:0;
padding:0;
}

div#menu ul a {
display:block;
margin-right:1em;
padding:0.2em 0.5em;
text-decoration:none;
}

div#menu ul ul ul a {
font-style:italic;
}

div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
}

.entry-title {
  padding-top:2px;
}

.entry-date {
  padding-top:20px;
}


.entry-title,.entry-meta {
clear:both;
}

.entry-content {
  font-size:14px;
  padding-bottom:6px;
}

.entry-meta {
  padding-left: 6px;
  padding-bottom: 6px;
  border-bottom: solid 2px #e9e9e9;

}

#sidebars {
	float:right;
        padding-top:60px;
        padding-left:30px;
        width:230px;
        border-left: solid 1px #e9e9e9;
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3 {
font-size:1.2em;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 1em;
}

div.sidebar ul ul li {
list-style:disc;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

#top {
background-color:#161616;
color:#6A6A6A;
font-family:tahoma,helvetica,arial,sans-serif;
font-size:9px;
height:31px;
line-height:1em;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}



input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}
