﻿

/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    background-image: url('http://images.northrup.org/background.png');
    background-repeat: repeat-y;
    background-position: center;
}

a:link, a:visited
{
    color: white;
    text-decoration: none
}

a:hover
{
    color: orange;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
    width: 915px;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000000;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
    display: inline;
}

h1
{
    font-size: 1.2em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
    font-style: italic;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #ffffff;
    margin: 2px auto 0px auto;
    border: 1px solid #496077;
    position: relative;
}

.header
{
/*
    background: #4b6c9e;
*/
    position: absolute;
    margin: 0px;
    padding: 0px;
    width: 100%;
    background-color: #ffffff;
    background-image: url('http://www.northrup.org/banners/b7.jpg'); 
    background-repeat: no-repeat;
    height: 190px;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
    width: 936px;
    position: absolute;
    top: 189px;
    left: -8px;
    background-color: #ffffff;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: Black;
    padding: 0px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

.footer a
{
    color: Black;
    font-weight: bold;
}

.footer a:hover
{
    color: Blue;
    text-decoration: underline;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
    position: absolute;
    bottom: -10px;
    height: 30px;
}

div.menu
{
    padding: 4px 0px 4px 8px;
    z-index: 9999;
    position: absolute;
    top: -2px;
    left: -5px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    z-index: 9999;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 15px;
    text-decoration: none;
    white-space: nowrap;
    z-index: 9999;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
    z-index: 9999;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
    z-index: 9999;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
/*    display: block;
/*    float: left;
    width: auto;
*/
    text-align: left;
    color: White;
    font-size: large; 
}


.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.mapRoute
{
    float: right;
    font-size: x-large;
    width: auto;
    color: White;
    position: absolute;
    top: 0px;
    right: 20px;

    /* For FireFox */
    text-shadow: 2px 2px 4px #000;
    
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";

    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
    text-align: right;
/*    filter: dropshadow(color=#000000,offX=1,offY=1); */
}

.mapRoute a:link, .maproute a:visited
{ 
    color: White; 
    text-decoration: none;
}

.mapRoute a:hover
{ 
    color: Orange; 
    text-decoration: underline;
}

.mapItem
{
    display: inline-block;
    width: auto;
    color: White;
}

.mapItem a:link, .mapItem a:visited
{ 
    color: White; 
    text-decoration: none;
}

.mapItem a:hover
{ 
    color: Orange; 
    text-decoration: underline;
}

.childCategoryLink
{
    font: bold 20px/30px Helvetica, Sans-Serif;
    letter-spacing: -1px;
    position: relative;
    top: -34px;
    height: 30px;
/*    left: 150px; */
    width: 296px;
    text-align: center;
    /** background: rgb(50, 50, 50); /* fallback */
    
/*    background:transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#55555555,endColorstr=#99000050);
    zoom: 1;
    
    background: rgba(0, 0, 0, 0.5); */
    
    color: White;
    /* For FireFox */
    text-shadow: 2px 2px 4px #000;
    
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";

    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');

}

.childCategoryLink a:link, .childCategoryLink a:visited, .childCategoryLink a:hover
{
    font: bold 20px/30px Helvetica, Sans-Serif;
    letter-spacing: -1px;
    color: White;
    text-decoration: none;
    text-align: center;
    width: 296px;
}

.thumbnaillink
{
    text-align: center;
    width: 100%;
    
}

.outerSlideShow
{
    background-color: White;
    float: right;
    width: 600px;
    height: 450px;
    display:inline-block;
    position: relative;
    left: -10px
}

.fullSizeDownload a:link, .fullSizeDownload a:visited
{
    /* remove this next line if I decide to show the link again */
    display:none;
    float:left;
    /* this next line should be 190px 
    width:190px;*/
    color: Black;
    font-size: x-large;
    text-decoration: underline;
}

.fullSizeDownload
{
    text-align: center;
}

.xlPicture
{
    text-align: center;
    display:block;
    width: 100%;
/*    border-width: 2px;
    border-color: Black;
    border-style: solid; */
}

/*
.fbLike
{
    z-index: 999;
    position: absolute;
    left: 600px;
    top: -30px;
}
*/

.adsenseRightSlideshow
{
    display: block;
    float: left;
    position: relative;
    top: 50px;
}

.adsenseLeftInformation
{
    float: right;
    width: 350px;
}

.categoryInformation
{
    float: left;
    width: 100%;
    color: Black;
    font-size: medium;
    border-top: 10px solid white;
    padding: 5px;
    background-color: #EEEEEE;
    top: 10px;
}

.categoryInformation a:link, .categoryInformation a:visited
{
    color: Blue;
    text-decoration: none;
}

.pictureCategoryInformation
{
    float: left;
    width: 100%;
    color: Black;
    font-size: medium;
    border-top: 10px solid white;
    padding: 5px;
    background-color: #EEEEEE;
    top: 10px;
    width: 936px;
}

.pictureCategoryInformation a:link, .categoryInformation a:visited
{
    color: Blue;
    text-decoration: none;
}

.subTitle
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    font-size: medium; 
    color: White;
    padding-left: 20px;
}

.categoryHeading
{
    display: block;
    font-size: xx-large;
    color: Black;
    text-align: center;
}

.adsensePictureLeaderboard
{
    float:right;
}

.adsensePictureLeaderboardBottom
{
    float:left;
}

.pictureHeading
{
    float:left;
    width:220px;
    color: Black;
    min-height: 283px;
}

.pictureTitle
{
    text-align: center;
    font-size: large;
    color: Black;
    vertical-align: middle;
}

.pictureTitle a
{
    white-space: nowrap;
}

.pictureDescription
{
    font-size: medium;
}

.searchBox
{
	z-index: 990;
	position: absolute;
	top: 173px;
	right: 2px;
/*	float:left; display:inline;
	width:314px; height:35px;
	margin-top:-10px;
	margin-left:60px;
	/*margin-right:40px;*/
/*	*overflow:hidden;
/*			*margin-top:0px;*/
}

    /*

.searchBox input
{
    float:right;
    position:relative;
    right:10px;
	width:215px; height:13px;
	padding:6px 4px;
	margin-top:4px; margin-left:5px;
	float:left;
	color:#828282;
	border:1px solid #d1d1d1;
	background-color:#f2f2f2;
}

*/

.adsenseBannerLinks
{
    display: inline;
    position: absolute;
    top: 120px;
    right: 25px;
}

.adsenseHeaderLinks
{
/*    display: inline;
    position: absolute;
    top: -17px;
    top: 31px;
    float: right;
    position: relative;
    top: 0px;
    left: 0px;
    left: 208px; */
}

.fbLikeBox
{
    float: left;
}

.fbComments
{
    float: left;
    padding-top: 5px;
}

.headerForegroundImage
{
    z-index: 1;
}

/* Header
----------------------------------------------------------*/

.fbHeaderLike
{
    position: absolute;
    right: -10px;
    bottom: 21px;
}

.googleHeaderLike
{
    position: relative;
    bottom: -3px;
}

/* Navigation menu
----------------------------------------------------------*/

.javaNavMenu
{
    z-index: 999;
    position: relative;
    top: 1px;
    left: 0px;
}

.javaNavMenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
 
#nav a {
	font-weight: bold;
	color: White;
}
 
#nav a {
	text-decoration: none;
}
 
#nav li li a {
	display: block;
	font-weight: normal;
	color: White;
	padding: 0.2em 2px;
}
 
#nav li li a:hover {

    color: Orange;
/*	padding: 0.2em 5px;
	border: 5px solid #3a4f63;
	border-width: 0 5px; */
}
 
.javaNavMenu li {
	float: left;
	position: relative;
	width: 7em;
	text-align: center;
	cursor: default;
	border: 1px solid #3a4f63;
	border-width: 1px 0;
}
 
li#Animals {
	border-left-width: 1em;
}
 
li#Travel {
	border-right-width: 1em;
}
 
.javaNavMenu li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
 
	font-weight: normal;
	background-color: #3a4f63;
	padding: 0.5em 0 1em 0;
	border-right: solid 1px #3a4f63;
	z-index: 999;
	color: White;
}
 
.javaNavMenu li>ul {
	top: auto;
	left: auto;
}
 
.javaNavMenu li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}
 
.javaNavMenu li:hover ul, li.over ul {
	display: block;
}

/* Management Pages
----------------------------------------------------------*/

.manageTitle
{
    align: relative;
    left: 0px;
    text-align: right;
    color: White;
    font-size: large; 
    color: White;
    /* For FireFox */
    text-shadow: 2px 2px 4px #000;
    
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";

    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.manageMenu
{
    width:100%;
    position: absolute;
    bottom: -4px;
}

.facebookLikeBox
{
    float: left;
    height: 395px;
    position: relative;
    left: -10px;
}

.facebookActivityBox
{
    float: right;
    height: 395px;
    position: relative;
    right: -10px;
}

.subItemsList
{
    text-align:center;
    color: Black;
}

.subItemsList a:link, .subItemsList a:visited
{
    white-space:nowrap;
    color: Blue;
}

.fullPicturesList
{
    text-align: center;
}

.fullPicturesList a:link, .fullPicturesList a:visited
{
    color: Blue;
}

.hyperlinkList
{
    font-size: small;
}

.picturePager
{
    text-align:center;
    color: Black;
    font-size: 1.5em;
}

.picturePager a:link, .picturePager a:visited
{
    white-space:nowrap;
    color: Blue;
    border: 1px outset black;
    background-color: #e0e0e0;
    text-align: center;
    padding: 0px 24px 2px 24px;
    
/*    font-weight: bold;
    color: blue;
    font-style: italic; */
    
}

.picturePager a:hover
{
    color: orange;
    text-decoration: none;
}

.currentPage
{
    white-space:nowrap;
    color: Black;

    border: 1px outset black;
    background-color: #ffffff;
    text-align: center;
    padding: 0px 24px 2px 24px;
}