/* 
Main CSS
Copyright (c) 2006-2007, Victoria Bailey
*/


/*STRUCTURE
---------------------*/
body {
  background-color: #0F0F0F;
  background-image: url(../images/page-template/greyDiagBg.gif);
  background-attachment: fixed;
  background-repeat: repeat;
}

#wrapperContainer{
  width: 950px;
  text-align:center;
  margin: 0 auto;
}

#secondaryNavContainer{
  width: 850px;
  height: 40px;
  margin: 0 48px;
  background-color: #232323;
  background-image: url(../images/page-template/topNavColorBar.gif);
  background-repeat: no-repeat;
  border-right: 2px solid #000;
  border-left: 2px solid #000;
}

#styleSheetSwitcher {
  width: 100px;
  height: 40px;
  float: left;
  display: inline;
}

#headerContainer{
  width: 950px;
  height: 255px;
  background-color: #000;
}

#headerContainer a {
  width: 950px;
  height: 255px;
  display: block;
  background-color: #000;
  background-image: url(../images/page-template/header_lnoc.png);
  background-repeat: no-repeat;
}

#primaryNavContainer{
  width: 850px;
  height: 40px;
  margin: 0 48px;
  background-color: #232323;
  border-right: 2px solid #000;
  border-left: 2px solid #000;
}

#pageContainer {
  width: 830px;
  margin: 0 48px;
  padding: 0 10px 10px 10px;
  background-color: #232323;
  border-right: 2px solid #000;
  border-left: 2px solid #000;
}

#contentContainer {
  width: 550px;
  margin-right: 10px;
  float: left;
  background-color: #232323;
}

#introText {
  width: 550px;
  float: left;
}

#newsContainerL {
  width: 268px;
  margin-right: 10px;
  float: left;
}

#newsContainerR {
  width: 268px;
  float: left;
}

#linksContainerL {
  width: 268px;
  margin-right: 10px;
  float: left;
}

#linksContainerR {
  width: 268px;
  float: left;
}

#booksContainer {
  width: 550px;
  float: left;
}

#portfolioContainer {
  width: 270px;
  float: left;
  background-color: #232323;
}

/*#portfolioContainer h1{
  background-image: url(../images/pageTemplate/portfolioBg.gif);
  background-repeat: no-repeat;
  background-position: center right;
}*/

#footerContainer{
  width: 830px;
  margin: 0 48px;
  padding: 4px 10px 10px 10px;
  background-color: #232323;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
}

#victoriaAvatar {
  width: 83px;
  height: 113px;
  float: left;
  display: block;
  margin: 0 10px 10px 0;
  background-color: #232323;
  background-image: url(../images/index/victoriaAvatarGrey.png);
}

.clear {clear: both;}


/*STYLE
-----------*/
body {
  color: #FFF;
	font-size: 100.01%
}

#wrapperContainer{font-size: 62.5%;}

#secondaryNavContainer{font-size: 84%;}

#primaryNavContainer{font-size: 84%;}

#newsContainerL {font-size: 84%;}

#newsContainerR {font-size: 84%;}

h1 {
  font-size: 1.8em;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	padding-left: 5px;
}

h2 {
  font-size: 1.6em;
	font-weight: bold;
	color: #FFF;
	text-align: left;
}

h3 {
  font-size: 1.4em;
	font-weight: bold;
	color: #FFF;
	text-align: left;
}

p {
  font-size: 1.2em;
	color: #FFF;
	text-align: justify;
}

ul {
  	margin: 0 0 0 1.5em;
		padding: 0 0 0 1.5em;
}

li {
  font-size: 1.2em;
	color: #FFF;
	text-align: justify;
	list-style-type: square;
}

dl {
  font-size: 1.2em;
	color: #FFF;
	text-align: justify;
	margin: 0 0 0 1.5em;
}

dd {
  margin-bottom: 1em;
}

#contentContainer  a {background-color: #232323; color: #21A3DF;}
#contentContainer  a:link {text-decoration: none;}
#contentContainer  a:visited {text-decoration: none;}
#contentContainer  a:hover {text-decoration: underline;}
#contentContainer  a:active {text-decoration: none;}

/* MOZILLA HACKS */
:focus {
  -moz-outline-style: none;
}

.blueBorder {border-left: 2px solid #21A3DF;}

.greenBorder {border-left: 2px solid #81CC38;}

.pinkBorder {border-left: 2px solid #EF2F7C;}

.orangeBorder {border-left: 2px solid #F0A530;}

.turquoiseBorder {border-left: 2px solid #78A69C;}

.blueText, .greenText, .pinkText,  .orangeText , .turquoiseText {font-weight: bold;}

.blueText {color: #21A3DF;}

.greenText {color: #81CC38;}

.pinkText {color: #EF2F7C;}

.orangeText {color: #F0A530;}

.turquoiseText {color: #78A69C;}

/*STYLE -  SECONDARY NAVIGATION
------------------------------*/
ul.secondaryNav {
	margin: 9px 0 6px 0;
	padding: 0;
	float: right;
}

ul.secondaryNav li {
	display: inline;
	margin: 0;
}

ul.secondaryNav li#switchHigh {display: inline;}
ul.secondaryNav li#switchDefault {display: none;}

ul.secondaryNav, ul.secondaryNav li a {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

ul.secondaryNav li a {
  margin: 0;
	font-size: 1.2em;
	color: #21A3DF;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
	}

ul.secondaryNav li a:hover {
	background-color: #21A3DF;
	background-image: url(../images/page-template/navBg.gif);
	background-attachment: fixed;
	background-repeat: repeat;
	color: #FFF !important;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
}

body#home li.home a, body#home li.home a:hover,
body#accessibilityguide li.accessibilityguide a, body#accessibilityguide li.accessibilityguide a:hover,
body#highContrastLayout li.highContrastLayout a, body#highContrastLayout li.highContrastLayout a:hover,
body#sitemap li.sitemap a, body#sitemap li.sitemap a:hover,
body#contact li.contact a, body#contact li.contact a:hover {
	background-color: #21A3DF;
	background-image: url(../images/page-template/navBg.gif);
	background-attachment: fixed;
	background-repeat: repeat;
	color: #FFF !important;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
}


/*STYLE - STYLE SHEET SWITCHER
--------------------------------------------------*/
#styleSheetSwitcher ul {
	margin: 13px 0 6px 10px;
	padding: 0;
	float: left;
}

#styleSheetSwitcher ul li {
  margin: 0 6px 0 0;
	display: inline;
}

/*STYLE -  PRIMARY NAVIGATION
----------------------------------------------*/
ul.primaryNav {
	margin: 9px 0 6px 0;
	padding: 0;
	float: left;
}

ul.primaryNav li {
	display: inline;
	margin: 0;
}

ul.primaryNav, ul.primaryNav li a {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

ul.primaryNav li a {
  margin: 0;
	font-size: 1.7em;
	color: #21A3DF;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	}

ul.primaryNav li a:hover {
	background-color: #21A3DF;
	background-image: url(../images/page-template/navBg.gif);
	background-attachment: fixed;
	background-repeat: repeat;
	color: #FFF !important;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}


body#biography li.biography a, body#biography li.biography a:hover,
body#skillsAndExperience li.skillsAndExperience a, body#skillsAndExperience li.skillsAndExperience a:hover,
body#resources li.resources a, body#resources li.resources a:hover,
body#articles li.articles a, body#articles li.articles a:hover,
body#links li.links a, body#links li.links a:hover {
	background-color: #21A3DF;
	background-image: url(../images/page-template/navBg.gif);
	background-attachment: fixed;
	background-repeat: repeat;
	color: #FFF !important;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

/*STYLE - NEWS ARTICLES
--------------------------------------*/
.newsContainer ul {
  margin: 0;
	padding: 0;
}

.newsContainer ul li {
	margin: 0;
	display: inline;
	float: left;
}

#newsContainerL ul li a, #newsContainerR ul li a {
  width: 258px;
	margin: 0 0 10px 0;
	padding: 5px;
	background-color: #232323;
	color: #FFF;
	text-align: left;
	text-decoration: none;
	list-style-type: none;
	display: block;
}

#newsContainerL ul li a:hover, #newsContainerR ul li a:hover {
  background-color: #3F3F3F;
	text-decoration: none;
	}

.newsContainer li.catHeaderContainer {
  width: 258px;
	margin: 0 0 10px 0;
	padding: 5px;
	background-color: #232323;
	text-align: left;
	text-decoration: none;
	list-style-type: none;
	display: block;
}

.greenSpeechBubble, .orangeSpeechBubble, .pinkSpeechBubble, .turquoiseSpeechBubble {
	background-position:right center;
	background-repeat: no-repeat;
}

.greenSpeechBubble {background-image: url(../images/index/speech-bubbles/greenSpeechBubbleG.png);}

.orangeSpeechBubble {background-image: url(../images/index/speech-bubbles/orangeSpeechBubbleG.png);}

.pinkSpeechBubble {background-image: url(../images/index/speech-bubbles/pinkSpeechBubbleG.png);}

.turquoiseSpeechBubble {background-image: url(../images/index/speech-bubbles/turquoiseSpeechBubbleG.png);}

.newsContainer .catHeader {
  font-size: 1.6em;
	font-weight: bold;
	margin: 0;
	padding-left: 0px;
	text-align: left;
}

.newsContainer .newsHeader {
  font-size: 1.4em;
	font-weight: bold;
	color: #FFF;
	text-align: left;
}

.newsContainer .newsText {
  font-size: 1.2em;
}

/*STYLE - BOOKS
-------------------------------*/
#booksContainer img {
  width: 64px;
	height: 83px;
}

#booksContainer a, #booksContainer a.noRightMargin{
  width: 64px;
	height: 83px;
	background-color: #000;
	display: inline;
	float: left;
	border: 2px solid #3F3F3F;
	text-align: center;
	margin-right: 10px;
	padding: 1px;
}

#booksContainer .catHeader {
	font-weight: bold;
	color: #FFF;
	padding-left: 5px;
	text-align: left;
}

#booksContainer a.noRightMargin{margin-right: 0;}

#booksContainer a:hover, #booksContainer a.noRightMargin:hover{border: 2px solid #FFFFFF;}

/*STYLE - PORTFOLIO
-------------------------------*/

#portfolioContainer ul#portfolioIcons {margin: -5px 0 5px 0; text-align: center;}

#portfolioContainer ul#portfolioIcons li {
  padding: 5px 10px 5px 5px;
  list-style-type: none;
  font-size: 1.1em;
  font-weight: bold;
  display: inline;
  margin: 0;
}

.iconPadding {padding-left: 8px;}

.emailIcon, .webIcon, .printIcon, .miscIcon {
  background-repeat: no-repeat;
  background-position: 0 .7em;
  padding-left: 0;
}

.emailIcon{background-image: url(../images/portfolio/emailIcon.gif);}

.webIcon{background-image: url(../images/portfolio/webIcon.gif);}

.printIcon{background-image: url(../images/portfolio/printIcon.gif);}

.miscIcon{background-image: url(../images/portfolio/miscIcon.gif);}

#portfolioContainer img {
  width: 54px;
  height: 54px;
}

#portfolioContainer a, #portfolioContainer a.noRightMargin{
  width: 54px;
	height: 54px;
	background-color: #000;
	display: inline;
	float: left;
	border: 2px solid #3F3F3F;
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
	padding: 1px;
}

#portfolioContainer a.noRightMargin{	margin-right: 0;}

#portfolioContainer a:hover, #portfolioContainer a.noRightMargin:hover{	border: 2px solid #FFFFFF;}

/*STYLE - FOOTER NAVIGATION
--------------------------------------------*/
#footerContainer ul.footerNav {margin: 0 0 3px 0; }

#footerContainer ul.footerNav li {
  list-style-type: none;
	font-size: 1.2em;
	font-weight: bold;
  display: inline;
	margin: 0;
}

#footerContainer ul.footerNav li a {
  padding: 0 2px 0 2px;
	text-decoration: none;
}
	
#footerContainer ul.footerNav li a:link, #footerContainer ul.footerNav li a:visited {color: #21A3DF;}

#footerContainer ul.footerNav li a:hover, #footerContainer ul.footerNav li a:active {color: #FFF;}

/*STYLE - COPYRIGHT / VALIDATION
---------------------------------------------------*/
#footerContainer ul.copyright {margin: 6px 0 2px 0; }

#footerContainer ul.copyright li {
  padding: 5px 2px 5px 2px;
  list-style-type: none;
	font-size: 1em;
	font-weight: bold;
  display: inline;
	margin: 0;
}

#footerContainer ul.copyright li a {text-decoration: none;}
	
#footerContainer ul.copyright li a:link, #footerContainer ul.copyright li a:visited {color: #21A3DF;}

#footerContainer ul.copyright li a:hover, #footerContainer ul.copyright li a:active {color: #FFF;}

.xhtmlBadge, .cssBadge {
	background-repeat: no-repeat;
	background-position: 0 .4em;
  padding-left: 0;
}

.badgePadding{padding-left: 16px;}

.xhtmlBadge{background-image: url(../images/page-template/xhtmlBadge.gif);}

.cssBadge{background-image: url(../images/page-template/cssBadge.gif);}

/*STYLE - FORM
----------------------*/
#contact-area { 
  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 30px 65px 0 50px;
  padding: 0;
  width: 435px; 
}

#contact-area input, #contact-area textarea {
	padding: 4px;
	width: 338px;
	font-size: 1.5em;
	margin: 0px 0px 15px 0px;
	border: 2px solid #CCC;
	float: right;
}

#contact-area textarea {
	height: 90px;
}

#contact-area .onBlur {border: 2px solid #CCC;}
#contact-area .onFocus {border: 2px solid #21A3DF;}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

#contact-area label {
	float: left;
	text-align: right;
	margin: 5px 15px 0 0;
	width: 70px;
	padding: 0px;
	font-size: 1.3em;
	color: #FFF;
}

