/*  
Theme Name: Juxtaprose Theme
Theme URI: http://juxtaprose.com/
Description: Created by Juxtaprose, (c) copyright 2006-2009
Version: 1.0
Author: Juxtaprose
Author URI: http://juxtaprose.com/
*/

body {
	background: #686868; 
	color: #000;
	/*background-image: url("images/background.gif");
	background-repeat: repeat;
	background-attachment: fixed;*/
	margin: 0px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 80%;
	text-align: center;	
}

/* centering and framing */
#masthead, #navwrap, #wrap, #footer {
	clear: left;
	margin-left: auto;
	margin-right: auto;	
	width: 858px;
	border-left: 2px solid #c4a687;
	border-right: 2px solid #347cab;  
	text-align: left;
}

/* vertical stretching */
#wrap #leftcol, #wrap #rightcol, .fillet2 {
	padding-bottom: 6700px; 
	margin-bottom: -6700px;
}


/* structural: masthead and nav1 zone */
#masthead, #logoblock, #logo, #tagline, #search {
	height: 75px;	
	padding: 0px;	
}

#masthead {
	margin-bottom: 0px;
	border-bottom: 0px;
}

#logoblock {
	float: left;
	width: 280px;
	margin: 0px;
	border: 0px;
}

#logoblock a {
	display: block;
	float: left;
	text-align: right;
	width: 280px;
	height: 75px;
	text-decoration: none;
}

#logo {
	width: 175px;	
	margin-right: 0px;
	border: 0px;
}

#tagline {
	float: left;
	width: 392px;
	border: 0px;	
	margin: 0px;			
}	

#tagline div {
	width: 90%;
	color: #ddd;
	margin-top: 27px;
	margin-left: 15px;
	font-family: Georgia, serif;
	font-size: 0.94em;
	font-style: italic;
	letter-spacing: 0.2em;
}

#search {
	float: left;
	width: 186px;
	border: 0px;	
	margin: 0px;	
}

#navwrap {
	clear: left;
}

/* structural: columns */
#wrap {
	clear: left;
	background: #fff;
  	overflow: hidden;	
}

#leftcol {
	float: left;
	width: 204px;	
	border-left: 2px solid #fff;
}

#middlecol {
	position: relative;
	float: left;
	width: 464px;
	background: #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#rightcol {
	float: left;
	width: 184px;
	margin-top: 115px; /* 110px of the pix zone + 5px */
}

.fillet, .fillet2 {
	margin-top: 5px;
	height: 10px;
}

/* right bar structural info zones */
#infozonetop {
	height: 190px;
	border-bottom: 5px solid #fff;	
}

#infozonebottom {
	height: 200px;
}

/* structural: overlapping elements */

#pix, #portpix { 
	float: right;
	position: relative;
	width: 315px; 
	height: 105px; 
	margin-top: 5px;
	margin-right: -185px;	
}

#pix a {
	display: block;
	float: left;
	height: 105px;	
	border-left: 5px solid #fff;
	border-bottom: 5px solid #fff;
}

#portpix a, #portpix div {
	display: block;
	float: left;
	width: 58px;
	height: 50px;
	border-left: 5px solid #fff;
	border-bottom: 5px solid #fff;	
}

#pix1 {
	width: 122px;	
}

#pix2 {
	width: 73px;
}

#pix3 {
	width: 105px;
}

#pix a:hover, #portpix a:hover {
	border-left: 5px solid #fff;
	border-bottom: 5px solid #fff;	
}

#pix a:active, #pix a:focus, #portpix a:active, #portpix a:focus {
	outline: none;
}


#fullquote {
	display: none;
	position: absolute;
	left: 200px;
	top: 230px;
	width: 381px;
	height: 312px;
	background-image: url("images/quote_popup.gif");
	z-index: 200;
}

/* portfolio-only dynamic elements */

.info {
	display: none;
}

.lg, .lgloading {
	position: absolute;	
	top: 150px;
	left: 25px;
	width: 415px;
}

.lg {
	display: none;
	z-index: 100;	
}

#lg1 {
	display: block;
}

.lgloading {
	height: 70px;
	color: #ddd;
	font-size: 2.2em;
	text-align: center;
	background-image: url("images/ajax-loader.gif");
	background-repeat: no-repeat;
	background-position: 50% 100%;
	z-index: 90;
}


/* primary navigation (nav1) */
#nav1 {	
	width: 464px;
	height: 25px;
	margin: 0px;
	margin-left: 206px;
	padding: 0px;
	list-style: none;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;	
}

#nav1 li {
	display: block;
	float: left;		
	width: 80px;
	text-align: center;
	margin-top: 4px;
}

#nav1 a {
	color: #fff;
	font-size: 1em;
	text-decoration: none;
	font-weight: bold;		
}

#nav1 a:hover {
	color: #a0bed1;
	text-decoration: underline;
}	

#nav1 .narrow {
	width: 55px;
}


/* secondary navigation (nav2) and left bar */
#nav2 {
	height: 170px;
	border-top: 5px solid #fff;	
	border-bottom: 5px solid #fff;
}

#quotezone {
	height: 325px;
}

#quotezone blockquote {
	width: 170px;
	font-size: 1.8em;
	letter-spacing: 0.05em;
	color: #6a5037;
	margin-left: 15px;
	margin-right: 0px;
	margin-top: 0px;	
	margin-bottom: 15px;	
	padding-left: 0px;	
	padding-top: 40px;
}

#quotezone #readmore {
	display: block;
	width: 144px;
	height: 15px;;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
	color: #6a5037;
	margin-left: 21px;	
	margin-top: 0px;
}


#quotezone #readmore:hover {
	text-decoration: underline;
}


#fullquote blockquote, #fullquote p {
	text-align: center;
	font-size: 1.2em;
	line-height: 1.35em;
	color: #000;
	margin-left: 30px;
	width: 310px;
}

#fullquote p {
	text-align: center;
	font-size: 1em;
	line-height: 1em;
	color: #000;
	margin-left: 30px;
	width: 310px;
}

#fullquote a {
	display: block;
	width: 100%;
	height: 15px;	
	text-align: center;
	text-decoration: none;
	font-variant: small-caps;
	color: #fff;
	margin-top: 15px;
}

#fullquote a:hover {
	text-decoration: underline;
}	

#fullquote a:active, #fullquote a:focus {
	outline: none;
}	

#fullquote blockquote {
	margin-top: 33px;
}
/*
#fullquote blockquote:first-letter {
	font-size: 4.0em;
	color: #fff;
	margin-top: 0.0em;
	margin-bottom: 0.5em;
	float: left;
}
*/

/* left bar inline style rules */
#nav2 h2 {
	margin-left: 21px;
	font-size: 1.2em;
	font-variant: small-caps;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 8px;
}

#nav2 ul {
	padding-left:1em;
	margin-left: 27px;
	margin-top: 8px;
}

#nav2 li {
	line-height: 1.4em;
	margin-bottom: 3px;
	margin-top: 0px;
	color: #fff;	
}

#nav2 a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#nav2 a:hover {
	text-decoration: underline;
	color: #a0bed1;
}

#nav2 h2 a {
	color: #fff;
}

/* middle col (main) content zone inline style rules */
#middlecol h1, #middlecol h2, #middlecol h3, 
#middlecol p, #middlecol ul, #middlecol ol, #middlecol form,
#middlecol embed {
	margin-left: 25px;
	margin-right: 40px;
}

#middlecol ul {
	padding-left: 15px;
}


#middlecol p embed {
	margin-left: 0;
	margin-right: 0;
}

#middlecol h1 {
	font-size: 1.4em;
	color: #104264;	
	font-weight: bold;
	margin-top: 30px;
}

#middlecol h2, #middlecol h3 {
	font-size: 1.2em;
	color: #347cab;	
}

#middlecol h2 .norm {
	font-size: 0.75em;
	font-weight: normal;
}

#middlecol p {
	line-height: 1.3em;
	margin-bottom: 20px;
}

#middlecol a {
	color: #104264;
	text-decoration: underline;
}

#middlecol a:hover {
	background: #bdbdbd;
	color: #104264;
	text-decoration: underline;
}

#middlecol form {
	padding: 10px;
	margin-bottom: 30px;
	background: #ddd;
	/* background: #C27F77;  bbackdark abacklightest #F4E0CB; */
}

#clientlogin label {
	display: block;
	float: left;
	width: 75px;
	margin-left: 10px;
}

#clientlogin #pword, #middlecol #user {
	display: block;
	float: left;
	width: 175px;	
	margin-bottom: 5px;
	margin-right: 20px;	
}

#middlecol textarea {
	width: 90%;
}

#middlecol .entry {
	margin-bottom: 2px;
	margin-top: 2.0em;	
}

#middlecol .notop {
	margin-top: 0px;
}

#middlecol .bigbottom {
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

#respond, #comments {
	font-weight: bold;	
}

#middlecol ol li p {
	margin-left: 0px;
	padding-left: 0px;
}

#middlecol ol.spaced li {
	margin-bottom: 5px;
}

#respond_hold, #comments_hold {
	padding-top: 5px;
	border-top: 1px dotted #ccc;
	font-variant: small-caps;
}

/* search form */
#search form {
	color: #fff;
	font-size: 1em;
	margin-left: 15px;
	margin-top: 15px;
}

#search input {
	width: 145px;
}


/* right bar inline style rules */
#rightcol h3 { 
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 2px;
	text-align: right;
	margin-right: 10px;
	font-size: 0.94em;
	color: #082e47;	
}

#rightcol p {
	margin-left: 10px;
	margin-right: 10px;	
	margin-bottom: 12px;
	margin-top: 0px;
}

#rightcol ul {
	list-style-type: circle;
	list-style-position: inside;
	margin-left: 10px;
	padding-left: 0px;
}

#rightcol li {
	margin-bottom: 7px;
}

#rightcol a {
	color: #104264;
	text-decoration: underline;
}

#rightcol a:hover {
	background: #104264;
	color: #fff;
	text-decoration: underline;
}

#feedicon {
	border: 0px;
	width: 14px;
	height: 14px;
	margin-left: 1px;
	margin-right: 1px;
	vertical-align: bottom;
}

#infozonebottom p {
	color: #fff;
}

#infozonebottom a {
	color: #fff;
	text-decoration: underline;
}

#infozonebottom li {
	color: #fff;
}

/* footer and footer inline style rules */
#footer {
	width: 858px;
	font-size: 0.85em;	
	margin-bottom: 10px;
}

#copy {
	width: 198px;
	height: 1.6em;	
	padding-top: 0.3em;
	margin-left: 8px;
}

#footnav {
	width: 464px;
	height: 1.6em;	
	margin-left: 206px;
	margin-top: -1.6em;
	text-align: center;
}

#footnav a {
	color: #1c1c1c;
	text-decoration: none;
}

#footnav a:hover {
	color: #fff;
}

/* general color class selectors
color "a" names = browns, left side, [formerly orange - green]
color "b" names = blues, right side [formerly red - purple]
*/
.abackdarkest {
	background: #c4a687;
}

.abackdark {
	background: #6a5037;
}

.abacklight {
	background: #7f6245;
}

.abacklightest {
	background: #dbcec0;
}	


.bbackdarkest {
	background: #104264;
}

.bbackdark {
	background: #347cab;
}

.bbacklight {
	background: #6e97b2;
}

.bbacklightest {
	background: #a0bed1;
}

/* nav1 and nav2 "on" highlights */
.about #about, .services #services, .clients #clients, 
.portfolio #portfolio, .blog #blog, .contact #contact,
.jay #jay, .anastasia #anastasia, .jason #jason, .eve #eve, 
.website_design #website_design, .strategy_ia #strategy_ia, .collaboration #collaboration, .content #content,
.client_list #client_list, .client_login #client_login,
.authors_artists #authors_artists, 
.small_business #small_business,
.education_non_profit #education_non_profit,
.blog_wiki #blog_wiki, /*strategy_ia already appears above */
.creative_content #creative_content,
.ideas #ideas, .images #images, .people #people, 
.sounds #sounds, .tech #tech, .words #words
{
	font-weight: bold;
	color: #a0bed1;	
	text-decoration: underline;
}