@charset "UTF-8";
/* CSS Document */
/* Nicole Olive Redesign */
/* colors used:
	tan #FFF1AF
	green #505217
	burgundy #420D2B
	deep purple #170F0E
*/

.hidden {
	display:none;	
}

body {
	margin: -20px 0;
	padding: 0;
	font-family: Candara, Verdana, Arial, Helvetica, sans-serif;
	background:#420D2B;
	text-align:center;
	
}

#wrapper {
	margin: 0 auto -20px;
	padding: 0;
	width:1100px;
	height:100%;
	text-align:left;
	background:#FFF1AF;
	
}

#header {
	margin: 0 auto;
	padding: 0;
	height: 190px;
	width: 100%;
	background:url(img/siteDesignOlive/oliveTop.png) no-repeat top center;
	text-align:center;
}

#redirectHeader {
	margin: 0 auto;
	padding: 0;
	height: 190px;
	background:url(img/siteDesignOlive/stampDot.png) no-repeat top left;
	text-align:center;
	position:relative;
}

#mainNav {
	width: 750px;
	position:relative;
	height: 44px;
	text-align:center;
	top:85px;
	right: 15px;
	
}

#mainNav ul{
	
}

#mainNav ul li{
	float:left;
	list-style-type:none;
}

#mainNav a{
	padding:10px;
	font-size: 1.3em;
	text-decoration:none;
	color:#420D2B;
}

#mainNav a:hover{
	color:#FFF1AF;	
}

#mainNav a.current {
	color: #FFF1AF;
}

#mainContent {
	width: 1024px;
	height: auto;
	padding: 0 38px;
}

#footer {
	background:#505217;
	width:1100px;
	height:120px;
	position: relative;
	top: 35px;
	border-top: inset thick #420D2B;
	clear:both;
}

#subNav {
	list-style-type:none;
	margin-bottom:-10px;
}

#subNav ul{
	position:relative;
	right: 20px;
}

#subNav ul li{
	display:inline;
	list-style-type:none;
}

#subNav a {
	text-decoration:none;
	color:#420D2B;
	padding-left:20px;
}

#subNav ul li:first-child a {
	padding:0;	
}

#subNav a:hover {
	color:#FFF1AF;	
}

a {
	color:#505217;
}

p {
	color:#170F0E;
	margin-bottom:10px;
}

p.quoteCred {
	margin: -25px 0 20px;
	position: relative;
	left: 405px;
	width:300px;
}

h1 {
	
}

h2 {
	color:#420D2B;
}

h3 {
	color:#420D2B;
	margin-bottom:-20px;
}

h4 {
	color:#170F0E;
	margin-bottom:-20px;
}

h5.copyright {
	color:#170F0E;
	clear:both;
}

#leftHalf {
	float:left;
	height:500px;
	width:588px;
	text-align:left;
}

#rightHalf {
	float:left;
	height:500px;
	width:400px;
	text-align:left;
}

#rightHalf p {
	margin-top: -5px;
	line-height: 1.5em;
}

#leftColumn {
	margin-left:10px;
	float:left;
	height:500px;
	width:310px;
	text-align:left;
}

#centerColumn {
	margin-left:10px;
	margin-right:10px;
	float:left;
	height:500px;
	width:340px;
	text-align:left;
}

#rightColumn {
	float:left;
	height:500px;
	width:330px;
	text-align:left;
}

#resumeTopLeft {
	float:left;
	padding-left:13px;
	height:200px;
	width:482px;
	text-align:left;
}

#resumeTopRight {
	float:left;
	margin-left:220px;
	height:200px;
	width:300px;
	text-align:left;
}

#homeFooter {
	width:1100px;
	margin:20px 0px 0px 0px;
	padding:0px;
	background:#505217;
	border-top: inset thick #420D2B;
	clear:both;
}


#homeFooter hr{
	margin:0;
	padding:0;
	clear:both;
	visibility:hidden;
}
#homeFooterContent {
	margin:0;
	padding:0;
	width:1100px;
	height:300px;
}

h3.footerTitle {
	margin: 20px 0;
	font-size: 1.3em;
	padding-left: 38px;	
}

#homeFooterBottom {
	clear:both;
	height:50px;
	margin:0 0 38px;
	padding:0px;
	text-align:center;
}

#footer {
	background:#505217;
	width:1100px;
	position: relative;
	top: 25px;
	border-top: inset thick #420D2B;
	clear:both;
	height:75px;
	margin:0;
	padding:0 0 38px;
	text-align:center;
}

#leftColumnHome {
	margin:0;
	padding:0;
	padding-left: 38px;
	float:left;
	text-align: left;
	height:300px;
	width:345px;
	
}

#centerColumnHome {
	margin:0;
	padding:0;
	float:left;
	height:300px;
	width:320px;
	text-align:center;
}

#rightColumnHome {
	margin:0;
	padding-left: 15px;
	float:left;
	padding:0;
	height:300px;
	width:380px;
	text-align:left;
}

#sideNav {
	margin: 0;
	padding: 0;
	float:left;
	width: 150px;
	height:500px;
	text-align: left;
	
}

#sideNav ul {
	width: 100%;
	padding: 0 0 0 10px;
	margin: 0 0 0 -38px;
}

#sideNav ul li {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 80px;
	list-style: none;

}


#sideNav ul li a:link {
	display: block;
	text-decoration: none;
	height: 80px;
	width:100%;
	outline:none;
	color: #420D2B;
	background:url(img/siteDesignOlive/sideNavStatic.png) top right no-repeat;
}

#sideNav ul li a:visited {
	display: block;
	text-decoration: none;
	height: 80px;
	width:100%;
	outline:none;
	color: #420D2B;
	background:url(img/siteDesignOlive/sideNavStatic.png) top right no-repeat;
}

#sideNav ul li a:hover {
		display: block;
	text-decoration: none;
	height: 80px;
	width:100%;
	outline:none;
	color: #505217;
	background:url(img/siteDesignOlive/sideNavHover.png) top right no-repeat;
}

#sideNav ul li a:link.active {
	display: block;
	text-decoration: none;
	height: 80px;
	width:100%;
	outline:none;
	background:url(img/siteDesignOlive/sideNavActive.png) top right no-repeat;
}

#sideNav ul li a:visited.active {
	display: block;
	text-decoration: none;
	height: 80px;
	width:100%;
	outline:none;
	background:url(img/siteDesignOlive/sideNavActive.png) top right no-repeat;
}

#sideNav ul li a:hover.active {
	display: block;
	text-decoration: none;
	height: 80px;
	width:100%;
	outline:none;
	background:url(img/siteDesignOlive/sideNavActive.png) top right no-repeat;
}



#contentDisplay {
	float:left;
	width: 700px;
	height: 700px;
	margin: 0 12px;
	text-align: center;	
}

#bigPicture {
	width:100%;
	min-height: 500px;
	margin-bottom: 12px;
}

#pictureInfo {
	width:100%;
	height: 200px;
	text-align: left;
}
	

#content {
	float:left;
	width: 150px;
	height: 600px;
	position: relative;
	
}

#content a:link.upArrow, #content a:visited.upArrow {
	text-align: center;
	display: block;
	width: 100%;
	height: 60px;
	outline:none;
	background:url(img/siteDesignOlive/upArrow.png) bottom center no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	position:relative;
}

#content a:hover.upArrow {
	text-align: center;
	display: block;
	width: 100%;
	height: 60px;
	outline:none;
	position:relative;
	text-indent: -9999px;
	overflow: hidden;
	background:url(img/siteDesignOlive/upArrowHover.png) bottom center no-repeat;	
}

#content a:link.downArrow, #content a:visited.downArrow {
	text-align: center;
	display: block;
	width: 100%;
	height: 60px;
	outline:none;
	position:relative;
	text-indent: -9999px;
	overflow: hidden;
	background:url(img/siteDesignOlive/downArrow.png) top center no-repeat;
}

#content a:hover.downArrow {
	text-align: center;
	display: block;
	width: 100%;
	height: 60px;
	outline:none;
	position:relative;
	text-indent: -9999px;
	overflow: hidden;
	background:url(img/siteDesignOlive/downArrowHover.png) top center no-repeat;	
}

.disabledArrow {

	outline:none;
	width: 100%;
	height: 60px;
	position: relative;
	top: -9999px;
	left: -9999px;
	text-align: -9999px;
	overflow: hidden;
	display:block;
	cursor: default;
}



#contentContainer {
	width: 100%;
	height: 480px;
	overflow: hidden;
	background: #505217;
	position: relative;

}
#thumbnails {
	width: 100%;
	position: relative;
	top: 0;
	overflow:hidden;
}

#thumbnails ul#catagories li {
		list-style: none;
		height:100px;
		width: 100px;
		margin: 15px 0 15px -15px;
		
}


#thumbnails ul#catagories li.lastBaby {
	margin-bottom: 20px;	
}

#thumbnails ul#catagories li a:link, #thumbnails ul#catagories li a:link img {
	border:none;
	outline:none;
}

#thumbnails ul#catagories li a:link img, #thumbnails ul#catagories li a:visited img, #thumbnails ul#catagories li a:hover img {
	opacity: .6;
	filter: alpha(opacity = 60);
	-moz-opacity: 0.6;
	list-style: none;
	height:100px;
	width: 100px;
}

#thumbnails ul#catagories li a:link img.active, #thumbnails ul#catagories li a:visited img.active, #thumbnails ul#catagories li a:hover img.active {
	border:4px solid #170F0E;
	opacity: 1;
	filter: alpha(opacity = 100);
	-moz-opacity: 1;
	height: 92px;
	width: 92px;
}

#thumbnails ul#catagories li a:hover img{
	opacity: 1;
	filter: alpha(opacity = 100);
	
	
}

a.resumeLink {
	text-decoration:none;
	font-weight: bold;
	position:relative;
	left:400px;
	top:-70px;
}

a.resumeLink img {
padding-left: 40px;
border: none;
outline: none;
}

br.clear {
	clear:both;
}

.redirectText{
	position:relative;
	top:70px;
	text-align:center;
}