@charset "UTF-8";
body  {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: white;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
div {
	margin: 0;
	padding: 0;
}
.container { 
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* overrides the text-align: center on the body element. */
} 
/* -- -- -- --  --  --  --  -- HEADER -- -- --  --  --  -- -- */
.header {
	position: relative;
	margin: 0;
	padding: 33px 0 0;
}
#headLogo {
	width: 400px;
	float: left;
	margin: 0;
	padding: 0 0 12px;
	border-right: 1px solid #CCCCCC;
}
#headSplitNav {
	float:left;
	width: 200px;
	margin: 0;
	padding: 0;
	border-right: 1px solid #CCCCCC;
}
#headHomeAbout {
	float:left;
	width: 398px;
	margin: 0;
	padding: 0;
}
/* -- -- -- --  --  --  --  -- PORTFOLIO NAVIGATION -- -- --  --  --  -- -- */
#portNav {
	float:left;
	width: 194px;
	margin: 0;
	padding: 0;
}
.AboutBody #portNav {
	float:left;
	width: 198px;
	margin: 0;
	padding: 0;
}
.AboutBody #nonPortNav #navHome{
	position: absolute;
	bottom: -84px;
	left: 540px;
	width: 60px;
}
/* -- -- -- --  --  --  --  -- MAINCONTENT -- -- --  --  --  -- -- */
.mainContent {
	width: 800px;
	margin: 0;
	padding: 0;
	border-top: #CCCCCC double 3px;
}
#homeBody .homeNavCat {
	margin: 6px 0 0 33px;
	padding: 6px 0 0 0;
	border-top: #CCCCCC solid 1px;
}
#homeBody .homeNavCat#catOne {
	border: none;
}
#homeBody .homeSection {
	border-bottom: 1px solid #CCCCCC;
}
#homeBody #featuredSection {
	height: 168px;
}
#homeBody .homeSectionImg {
	float: left;
	width: 400px;
}
#homeBody .homeSectionImg img {
	margin: 10px 0 10px 0;
	border: 1px solid #CCCCCC;
}
#homeBody .homeSectionCopy {
	float: left;
	width: 360px;
	padding-left: 20px;
}
#homeBody .footer { padding-top: 10px; }
.mainContent #pagetitle { border-bottom: #CCCCCC 1px solid; }
.mainContent .contentCopy { margin: 0 10px; padding: 12px 0 18px 0; }
.mainContent #topContent { /* first paragraph of copy */
	margin: 6px 6px 0 6px;
	border: none;
	padding-bottom: 6px;
}
#aboutInfo .contentSub 	{ float: left; width: 390px; margin-right: 10px; }
#featured .contentSub		{ float: left; width: 580px; }
.mainContent h4.subHead		{ font-size: 11px; text-transform: uppercase; border-bottom: 1px solid #CCCCCC; }
.mainContent .contentSub p 	{ padding-right: 20px; }
.mainContent .support		{ float: right; width: 370px; }
.mainContent .support dt	{ font-size: 12px; color: #000000; padding-left: 10px; }
.mainContent .support dd	{ font-size: 12px; color: #A2A2A2; padding-bottom: 10px; }
.mainContent #topImage {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.mainContent .pullout {
	position: absolute;
	right: 200px;
}
.mainContent .inlineImage {
	margin: 10px 0 10px 0; 
}
.mainContent #bottomContent {
	padding-bottom: 18px;
	border: none;
}
#featured .support { /* was #contentSub (note #, not .) */
	margin-top: 10px;
	float: left;
	width: 190px;
	background: #FAFAFA;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
/*#featuredContent .contentSub { margin-left: 200px; }*/
#portfolio .portProject {
	margin: 0 0 33px;
	padding: 33px 0 0;
	border-top:#CCCCCC solid 1px;
}
#portfolio #projectOne {
	border: none;
}
.portProject .portImg {
	float: right;
	padding-left: 33px;
}

/* -- -- --  --  --  --  -- FOOTER -- -- --  --  --  -- -- */

.WorkBody .footer, #portfolio .footer, .AboutBody .footer {
	margin: 0;
	padding: 0 0 18px 0;
	border-top: #CCCCCC solid 1px;
}

/* -- -- -- --   --  --  -- TYPE -- -- --  --  --  -- -- */

.mainBody p, .mainBody h1, .mainBody h2, .mainBody h3, .mainBody h4, .mainBody h5 { /*working to remove mainBody ; replaced with workBody or aboutBody*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.WorkBody p, .WorkBody h1, .WorkBody h2, .WorkBody h3, .WorkBody h4, .WorkBody h5, .WorkBody li, .AboutBody p, .AboutBody h1, .AboutBody h2, .AboutBody h3, .AboutBody h4, .AboutBody h5, .AboutBody li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.header #headSplitList {
	margin: 0;
	padding: 0 0 0 44px;
	list-style-type: none;
}
.header #headSplitList li {
	margin: 0;
	padding: 0;
	font-size: 39px;
}
.header #headSplitList #headSplitWork {
	margin-top: -4px;
}
.header #headSplitList #headSplitAbout {
	margin-top: -10px;
}
#headHomeAbout p {
	font-size: 13px;
	color: #999999;
	padding: 25px 0 53px 33px;
}
.WorkBody #portNav ul, #portfolio #portNav ul, #AboutContainer #portNav ul {
	margin: -4px;
	padding: 0 0 33px 33px;
}
.WorkBody #portNav li, #portfolio #portNav li, #AboutContainer #portNav li, #nonPortNav li {
	margin: 0;
	padding: 2px 0;
	list-style-type: none;
	font-size: 13px;
	color: #CCCCCC;
}
#portNav .firstLi, #portNav .midLi {
	border-bottom: 1px solid #CCCCCC;
}
.mainContent p {
	font-size: 24px;
	padding: 6px;
}
.mainContent h2 {
	font-size: 115px;
	margin: -5px 0 0 0;
	padding-left: 20px;
	border-bottom: #CCCCCC double 3px;
}
#homeBody .mainContent h2 {
	border: none; /* no line under WORK heading on homepage */
}
#IllustrationContainer .mainContent h2 {
	margin-top: 6px;
	padding-bottom: 40px;
	font-size: 56px;
}
.mainContent h3 {  /* page titles */
	font-size: 11px;
	padding: 26px 0 5px;
}
.mainContent h4 {
	font-size: 34px;
	margin: 0px;
	padding: 10px 0 5px 4px;
	color: #000000;
}
.mainContent h5 {
	font-size: 22px;
	margin: 40px 0 20px 0;
	color: #000000;
	text-decoration:overline;
}
.support h4 { font-size: 11px; text-transform: uppercase; border-bottom: 1px solid #CCCCCC; }
.homeNavCat h4 {
	font-size: 44px;
	float: left;
	width: 403px;
	padding: 4px 0 6px 0;
}
.homeNavCat p {
	float: left;
	width: 360px;
	font-size: 14px;
	padding: 21px 0 0;
}
#homeBody #more {
	font-size: 34px;
	padding-top: 0;
	margin-top: -25px;
}
.homeSection h3 {
	text-transform: uppercase;
	margin-right: auto;
	border-bottom: 1px solid #CCCCCC;
}
.homeSection p {
	font-size: 13px;
	padding: 6px 0 0 10px;
	line-height: 19px;
}
.homeSection .homeSectionHead {
	font-size: 20px;
	padding: 10px 0 2px 10px;
}
.portProject #projectTitle {
	font-size: 16px;
	text-transform: uppercase;
	padding: 0;
	color: #000000;
}
.portProject #projectDesc {
	font-size: 14px;
	line-height: 20px;
	padding: 12px 0 12px 0px;
}
.portProject .followUp {
	font-size: 11px;
/*	font-style: italic; */
	color: #999999;
	padding: 20px 0 0 0px;
}
.portProject #role {
	font-size: 11px;
	font-style: italic;
	padding: 4px 100px 0 0px;
}
.mainContent #designEquals {
	color: #F8D131;
}
.mainContent .contentCopy p {
	font-size: 18px;
	line-height: 30px;
	color: #222222;
}
.mainContent .contentCopy li {
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 16px;
}
.mainContent #topContent p {
	font-size: 34px;
	line-height: 44px;
	letter-spacing: 1px;
	padding-bottom: 20px; 
	color: #000000;
}
.mainContent p.copySectionTitle {
	padding-top: 16px;
	font-weight: bold;
/*	font-size: 18px;*/
}
.mainContent #paragraph1 {
	font-size: 19px;
	line-height: 28px;
}
.mainContent p.inlineImageTitle {
	font-size: 12px;
	padding: 6px 0 6px 6px;
	text-transform: uppercase;
	color: #666666;
}
.mainContent #contentSub ul {
	margin: 0;
	padding: 0;
} 
.mainContent #contentSub li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.mainContent #contentSub .subListMain {
	font-size: 11px;
	text-transform: uppercase;
	padding: 8px 0 4px 10px;
}
.mainContent #contentSub .subListDetail {
	font-size: 13px;
	text-transform: none;
	padding: 4px 0 12px 10px;
	border-bottom: 1px solid #FFFFFF;
}
.mainContent #wordFocus {
	font-style: italic;
}
.mainContent #endCall 	{ background-color: #FAFAFA; border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; margin-top: 20px; }
.mainContent #endCall p.endSub	{ font-size: 12px; }
/* -- -- FOOTER -- -- */

.WorkBody .footer p,
#portfolio .footer p,
#AboutContainer .footer p {
	font-size: 14px;
	padding: 10px 0 0 200px;
	margin: 0;
	color: #999999;
	border-top: #CCCCCC double 3px;
}
#homeBody .footer p 	{ font-size: 12px; padding-bottom: 20px; color: #999999; }
#homeBody #footerPhone,
#homeBody #footerEmail	{ padding-left: 14px; }

.WorkBody .footer ul, #portfolio .footer ul, #AboutContainer .footer ul {
	margin: 0 0 0 200px;
	padding: 16px 0 22px 0;
}
.WorkBody .footer ul li, #portfolio .footer ul li, #AboutContainer .footer ul li {
	margin: 0;
	padding: 0 0 0 4px;
	list-style-type: none;
	display: inline;
	font-size: 16px;
	color: #999999;
}
.WorkBody .footer #currentpage, #portfolio .footer #currentpage, #AboutContainer .footer #currentpage {
	color: #000000;
}

/* -- -- -- --  --  --  --  -- LINKS <a> -- -- --  --  --  -- -- */
a {
	color: black;
	font-weight: normal;
	text-decoration: none;
	border: none; /* guards against image borders */
}
a img {
	border: none;
}
#headHomeAbout a {
	color: #666666;
	padding: 0 10px 0 0;
	background:transparent url('http://omnivorestudio.com/images/site/yellowLink16.gif') center right no-repeat;
}
#headHomeAbout a:hover {
	color: #000000;
	background:transparent url('http://omnivorestudio.com/images/site/blackLink16.gif') center right no-repeat;
}
#headSplitList a {
	color: #A2A2A2;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
/* -- -- fix this with WORK in PHP header instead of portfolio, which will be the ID -- -- */
.WorkBody #headSplitList #headSplitWork a, #portfolio #headSplitList #headSplitWork a, .AboutBody #headSplitAbout a { /* defines current page */
	color: #000000;
}
.WorkBody #portNav #currentpage a, #portfolio #portNav #currentpage a {
	color: #000000;
}
#portNav a {
	padding: 2px 10px 2px 2px; /*  used in <a> tag for graphic */ 
	margin: 0 0 0 4px;
	color: #A2A2A2;
	background:transparent url('http://omnivorestudio.com/images/site/yellowLink16.gif') center right no-repeat;
}
#portNav a:hover {
	background:transparent url('http://omnivorestudio.com/images/site/blackLink16.gif') center right no-repeat;
}
#homeBody .homeNavCat a {
	padding-right: 26px;
	background:transparent url('http://omnivorestudio.com/images/site/yellowLink39.gif') center right no-repeat;
}
#homeBody .homeNavCat a:hover {
	background:transparent url('http://omnivorestudio.com/images/site/blackLink39.gif') center right no-repeat;
}
#portfolio #projectDesc a {
	padding: 2px 16px 2px 2px; /*  used in <a> tag for graphic */ 
	background:transparent url('http://omnivorestudio.com/images/site/yellowLink24.gif') center right no-repeat;
}
#portfolio #projectDesc a:hover {
	background:transparent url('http://omnivorestudio.com/images/site/blackLink24.gif') center right no-repeat;
}
.followUp a {
	padding-right:10px; /*  used in <a> tag for graphic */ 
	background:transparent url('http://omnivorestudio.com/images/site/yellowLink16.gif') center right no-repeat;
}
.followUp a:hover {
	background:transparent url('http://omnivorestudio.com/images/site/blackLink16.gif') center right no-repeat;
}
.mainContent .contentCopy p a {
	padding-right: 10px;
	background:transparent url('http://omnivorestudio.com/images/site/yellowLink16.gif') center right no-repeat;
}
.mainContent .contentCopy p a:hover  {
	background:transparent url('http://omnivorestudio.com/images/site/blackLink16.gif') center right no-repeat;
}

/* -- -- FOOTER <A> -- -- */
.WorkBody .footer li a, #portfolio .footer li a, .AboutBody .footer li a {
	padding-right: 10px;
	background:transparent url('http://omnivorestudio.com/images/site/yellowLink16.gif') center right no-repeat;
}
.WorkBody .footer li a:hover, #portfolio .footer li a:hover, .AboutBody .footer li a:hover {
	background:transparent url('http://omnivorestudio.com/images/site/blackLink16.gif') center right no-repeat;
}
.WorkBody .footer #footerName a, #portfolio .footer #footerName a, .AboutBody .footer #footerName a {
	padding-right: 10px;
	background:transparent url('http://omnivorestudio.com/images/site/yellowLink16.gif') center right no-repeat;
}
.WorkBody .footer a:hover, #portfolio .footer #footerName a:hover, .AboutBody .footer #footerName a:hover {
	background:transparent url('http://omnivorestudio.com/images/site/blackLink16.gif') center right no-repeat;
}
/* --  --  CLEAR FLOAT --  --  */
.clearfloat { /* for <div> or <br>: the final element before the close of a container that contains a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}