

a {
    text-decoration: none;
	color: #a30000;
}

a:hover {
    text-decoration: underline;
}

body {
    margin: 0;
    
    font-family: "Helvetica", "Lucida Grande", "Arial", sans-serif;
    font-size: 65%;

    background-color: #d6d5d5;
}

#headerWrapper, #topContentWrapper, #mainContentWrapper, #footerWrapper {
    width: 100%;
    clear: both;
}

#headerContent, #topContent, #mainContent, #footerContent {
    width: 800px;
    
    margin-left: auto;
    margin-right: auto;

}

#headerWrapper {
    height: 5em;    
    background-color: #3a3a3a;
}

#headerContent {
    line-height: 5em;
}

#navigation a {    
    margin: 0 1em 0 1em;
    
    color: #d6d5d5;
    text-decoration: none;
}

.navigationLink {
    float: left;
    font-size: 1.4em;
}

#navigation a:hover {    
    color: #d6d5d5;
}

#navigation a:active {    
    color: #d6d5d5;
}

#navigation a.activeLink {    
    color: #d6d5d5;
}

#navigationMarker {
    width:1px;
    height:0;
    
    position: relative;
    
    margin-top: -0.7em;
    margin-left: auto;
    margin-right: auto;
    
    border-bottom: #d6d5d5 solid 0.8em;
    border-top: none;
    border-left: transparent solid 0.8em;
    border-right: transparent solid 0.8em;
}

#Anchor {
    height: 5em;
    
    margin: 0;
    padding: 0;
    
    float: right;
    clear: none;
}

#Anchor a {
    display: block;
    float: left;

    line-height: 3.57em;
    font-size: 1.4em;

    text-decoration: none;
    
    color: white;
}



#Anchor a img {
    border: none;
}

#AnchorLogo {    
    width: 32px;
    height: 32px;
    
    padding-top: 0.75em;    
    padding-right: 0.4em;
}

#topContentWrapper {
    background-color: #d6d5d5;
    min-height: 1em;
}

#topContent {
    padding: 2em 0 2em 0;
}

#topLeftContent {
    width: 470px;
    float: left;
    
    //background-color: #d6d5d5;
    margin-right: 5px;
}

#topLeftDownloadContent {
    width: 340px;
    float: left;
    margin-right: 5px;
}

#topLeftContent h2 {
    font-size: 2em;
    line-height: 1.5em;
    font-weight: normal;
    color: #d6d5d5;
}

#topRightDownloadContent h1 {
    font-size: 2.5em;
    line-height: 1.4em;
    margin-top: 0.2em;    
    font-weight: bold;
    color: #d6d5d5;
}

#topRightDownloadContent h2 {

    font-size: 2em;
    color: rgb(64, 53, 36);
}

#topRightDownloadContent h3 {

    padding: 0;
    margin: 0;
    color: #d6d5d5;
}

#topRightContent {
    width: 320px;
    float: left;

    margin-left: 5px;
    //background-color: #d6d5d5;

    font-size: 1.3em;
    line-height: 1.72em;
}

#topRightDownloadContent {
    width: 420px;
    float: left;

    margin-left: 35px;

    font-size: 1.3em;
    line-height: 1.72em;
}

#topRightContent h2 {
    font-size: 2em;
    margin: 0;
    padding: 0;
    
    color: #3a3a3a;
}

#topRightContent p {
    color: #3a3a3a;
}

#logoImage {
    width: 300px;
    height: 300px;
    
    margin-left: 90px;
}

a img {
    border: none;
    text-decoration: none;
}

#Tagline {
    display: block;
    clear: left;
    text-align: center;
}

#mainContentWrapper {
    background-color: #e9e9e9;
}

#mainContent {
    font-size: 1.2em;
    line-height: 1.6em;
    
    color: #3a3a3a;
    
    padding-top: 1em;
    padding-bottom: 1em;
}   

#mainContent h2 {
    font-size: 1.8em;
    line-height: 1.4em;
}

#mainContent h1 {
    line-height: 1.4em;
}


#quoteSection {    
    padding: 2em 2em 1em 2em;
    
    text-align: center;
    color: #3a3a3a;
    
    font-size: 1.4em;
}

#quoteCredit {
    text-align: center;
    color: #3a3a3a;
}

#quoteSection:before, #quoteSection:after {
    content: "\"";
}

#pressSection {
    width: 440px;
    float: left;
    
    margin: 2em 40px 2em 0;
}

.pressPost {
    margin-bottom: 2em;
    clear: left;
}

.pressPost p {
    margin-left: 76px;
}

.pressPost h4 {
    margin: 0;
    padding: 0;
    margin-left: 76px;
}

.pressImage {
    float: left;
    width: 64px;
    height: 64px;
    
    margin-right: 12px;
}

#blogPosts {
    width: 290px;
    float: left;

    margin: 2em 0 1em 0;
    font-size: 1.1em;
}

#blogPosts h3 {
    display: none;
}

#blogPosts p:before {
    content:"*";
}

#blogPosts p small {
    display: none;
}

#blogPosts h2 a {
    color: #3a3a3a;
}

#blogPosts li, #blogPosts ul, #twitters li, #twitters ul {
    margin-bottom: 1em;
    margin-left: 0.5em;
    padding-left: 0.5em;
}


#subNavigation {
    width: 180px;
    float: left;

    margin: 1em 20px 1em 0;
}

#googlead {
    font-size: 1.05em;
    padding-bottom: 1em;
	float: left;
}

#subNavigation ul, #subNavigation li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#subNavigation li {
    padding-bottom: 1em;
}


#mainContentDetail ul {
    margin-top: 2em;
}

#mainContentDetail li {
    font-size: 1.05em;
    padding-bottom: 1em;
}

#mainContentDetail {
    width: 600px;
    float: left;
}

#mainContentDetail h2 {
    margin-top: 1em;
    font-size: 1.6em;
}

#mainContentDetail p {
    font-size: 1.05em;
    line-height: 1.5em;
}

#mainContent p {
    line-height: 1.6em;
}

#footerContent {
    padding-top: 1em;
    color: #3a3a3a;
    font-size: 1.2em;
}

#footerContent a {
    font-weight: bold;
    text-decoration: none;
    color: #3a3a3a;
}

#footerContent a:hover {
    text-decoration: underline;
}

.footerNavSection {
    float: left;
    width: 150px;
    margin-right: 20px;
}

.footerNavSection ul, .footerNavSection li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footerNavSection li {
    padding-bottom: 1em;
}

#footerContent a {
    font-weight: normal;
}

.footerNavSection p {
    padding: 0;
    margin: 0;
        
    line-height: 2em;
    width: 220px;
}

#copyrightInfo {
    clear: both;
    padding: 2em 0 2em 0;
	text-align: center;

    font-size: 0.7em;
}

.enscript {
    background-color: #d6d5d5;
    border: 1px dotted rgb(65, 60, 66);
    font-size: 11px;
    padding: 15px;
    word-wrap: normal; 
    white-space: pre-wrap;
}

code {
    display: block;

    font-family: monaco, monospaced;
    font-size: 1.1em;
    white-space: pre;
    white-space: pre-wrap;

    border: 1px dotted rgb(64, 60, 55);

    padding-bottom: 1em;
    padding-left: 2em;
    background-color: rgb(255, 248, 240);
}

code.action {
    border: 1px solid #990022;
}

.footnotes {
    font-size: 80%;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }