/*  
Theme Name: Abby and Me
Theme URI: http://juxtaprose.com/
Description: Originally created by Juxtaprose, (c) copyright 2008
Version: 1.0
Author: Juxtaprose
Author URI: http://juxtaprose.com/
*/

body {
	background: #C0C0C0; 
	color: #000;
	margin: 0;
	padding: 0;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 80%;
	text-align: left;	
}

/* centering and framing */
#wrap {
	position: relative;
	height: inherit;
	margin-left: auto;
	margin-right: auto;
	padding: 0;	
	width: 950px;
	background: #fff; 	
}

/* masthead */
#masthead {
	position: relative;
	width: 950px;
	height: 150px;
	background: #59895E;
}

#masthead h1 span {
	display: none;
}

#masthead h1 {
	position: absolute;
	top: 3px;
	left: 11px;
	margin: 0;
	padding: 0;
}

#abby {
	position: absolute;
	top: 0px;
	left: 238px;
}

/* first time visitor link */
#mastimg {	
	float: right;
	list-style: none;
	width: 198px;
    margin-top: 33px;
	margin-right: 91px;    	
}

#mastimg li {
	position: relative;
	display: block;
	height: 59px;
	min-height: 59px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 1.0em;	
}

#mastimg li #visitors {	
	position: absolute;
	top: 0;
	left: 0;
	min-height: 59px;
	height: 59px;
	background-position: 0 0;
	z-index: 1;
}

#mastimg #visitors {
	background: transparent url("images/mast-visitors.gif") no-repeat;
	width: 198px;
	height: 59px;
}

#mastimg li a:hover {
	background-position: 0 -59px !important;
}

/* primary navigation (nav 1) */
#nav1 {
	position: relative;
	width: 950px;
	height: 35px;
	min-height: 35px;
	background: #E54E40;
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav1 li {
	float: left;
	display: inline;
}

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

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

#nav1 #home {
	position: absolute;
	top: 11px;
	left: 25px;
}

#nav1 #about {
	position: absolute;
	top: 11px;
	left: 100px;
}

#nav1 #tutorials {
	position: absolute;
	top: 11px;
	left: 213px;
}

#nav1 #qanda {
	position: absolute;
	top: 11px;
	left: 325px;
}

#nav1 #blog {
	position: absolute;
	top: 11px;
	left: 390px;
}

#nav1 #links {
	position: absolute;
	top: 11px;
	left: 510px;
}

#nav1 #board {
	position: absolute;
	top: 11px;
	left: 610px;
}

.home #home, .about #about, .tutorials #tutorials, .qanda #qanda, 
.blog #blog, .links #links, .board #board {
	color: #000 !important;
}

.home #nav1 {
	background-image: url("images/tab-home.gif");
	background-repeat: no-repeat;
	background-position: 7px 0px;
}

.about #nav1 {
	background-image: url("images/tab-about.gif");
	background-repeat: no-repeat;
	background-position: 90px 0px;
}

.tutorials #nav1 {
	background-image: url("images/tab-links.gif");
	background-repeat: no-repeat;
	background-position: 202px 0px;
}

.qanda #nav1 {
	background-image: url("images/tab-home.gif");
	background-repeat: no-repeat;
	background-position: 306px 0px;
}

.blog #nav1 {
	background-image: url("images/tab-blog.gif");
	background-repeat: no-repeat;
	background-position: 382px 0px;
}

.links #nav1 {
	background-image: url("images/tab-links.gif");
	background-repeat: no-repeat;
	background-position: 499px 0px;
}

.board #nav1 {
	background-image: url("images/tab-board.gif");
	background-repeat: no-repeat;
	background-position: 598px 0px;
}

/* home and inside pages main content area */
#container {
	position: relative;
	border-right: 200px solid #D3E0D5;
}

#main { 
	width: 462px;
	height: 542px; /* ie-6 only */
	min-height: 542px;
	margin: 0;
	padding-top: 38px;
	padding-bottom: 20px;
	padding-left: 28px;
}

html>body #main {
	height: auto; /* override ie-6 only rule above */
}

.board #container {
	border-right: 0px;
}

.board #main {
	width: 898px;
	padding-left: 20px;
}

.tutorials #main {
	width: 650px;
}

#main h2 {
	margin: 0;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	color: #E54E40;
}

#main #blogmsg { /*on the home page, only */
	width: 100px;
	margin-top: -1.35em;
	margin-left: 350px;
	padding: 5px;
	background: #fdf5da;
	border: 1px dotted #ccc;
	font-variant: small-caps;
}

#main #blogmsg p {
	font-size: 1.05em;
	margin: 0 !important;
	padding: 0 !important;
}

h3 {
	margin: 0;
	padding: 10px 0px 0px 0px; 
	font-size: 1.3em;
	font-weight: bold;
	color: #000;
}

.home #main h3 {
	width: 340px;
	margin-top: -40px;
}

#main h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;	
	color: #E54E40;	
}

#main p {
	margin: 0;
	padding: 10px 0px 10px 0px; /*top, right, bottom, left*/
	font-size: 1.2em;
	line-height: 1.4em;
	color: #000;
}

.byline {
	font-size: 0.9em;
	line-height: 1.5em;
	text-transform: uppercase;	
}

.caps {
	text-transform: uppercase;
}

.clr {
	clear: both;
}

.negtop10 {
	margin-top: -10px !important;
}

#main a {
	color: #0B359C;
	text-decoration: underline;
}

#main a:hover {
	color: #fff;
	background: #0B359C;
}

#main ul {
	list-style-type: square;
	margin: 0;
	padding-left: 30px;
}

#main li {
	padding-bottom: 5px;
	font-size: 1.1em;
	line-height: 1.6em;
	color: #000;
}

#main p.back {
	font-size: 0.9em;
	padding: 0;
	margin-top: 0;
	margin-bottom: 30px;
}

#main p.back a {
	color: #E54E40;
}

#main p.back a:hover {
	color: #fff;
	background: #E54E40;
}

#main .bigimage {
	float: left;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
}

/* blog only */
#main h3.single {
	margin-top: 0;
	margin-bottom: 15px;
	font-weight: normal;
	font-style: italic;
}

#main h3.entry a {
	color: #000;
	background: #fff;
	text-decoration: none;
}

#main h3.entry a:hover {
	color: #E54E40;
	border-bottom: 1px dotted #E54E40;
}

#main .pagecontent {
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #59895e;
}

#main #blogup {
	clear: both;
	margin-top: 28px;
	padding: 10px;
	background: #fdf5da;
}


/* call-out main content sidebar */
#main #callout {
	position: absolute;
	top: 38px;
	left: 540px;
	width: 180px;
	margin-top: 0px;
}

.home #main #callout {
	padding-bottom: 90px;
	padding-bottom: 0;
}

#main #callout h4 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #E54E40;
}

#main #callout p {
	font-size: 0.9em;
	margin-top: 5px;
	padding-top: 0;
}

#main #callout a.feedicon {
	padding-top: 3px;
	padding-right: 3px;
}

#main #callout a.feedicon:hover {
	background: #fff;
}

#main #callout a.feedicon img {
	margin-bottom: -3px;
}

#main #callout .search {
	font-size: 0.85em;
}

#main #callout img.pageimg {
	border: 0;
}

#main #callout ul {
	list-style: none;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 0;
	padding: 0;
}

#main #callout ul li {
	margin: 0;
	padding-bottom: 1px;	
}

#main #callout li a {
	display: block;
	margin: 0;
	padding: 5px 5px 5px 15px;
	text-decoration: none;
	color: #000;
	background: #fbe9b1;
}

#main #callout li a:hover, .about_land #about_abby, .excerpt #excerpt, 
.overview #overview, .purchase #purchase, a.highlight {
	color: #fff !important;
	background: #e54e40 !important;
}

/* home page read an excerpt link */
#main #callout #excerpt_link {
	display: block;
	width: 183px;
	height: 42px;
	margin-top: 15px;
	padding: 0;    	
	color: #000;
	font-size: 1.0em;	
	background: transparent url("images/read-excerpt.gif") no-repeat;	
	background-position: 0 0;
	z-index: 10;
}

#main #callout #excerpt_link:hover {
	background-position: 0 -42px !important;
}

#main #callout #excerpt_link span {
	display: none;
}

#main #callout #bookmark {
	margin-top: 15px;
	padding: 5px;
	background: #fdf5da;
	border: 1px dotted #ccc;
	font-variant: small-caps;
}

/* all q & a */
#main div.faq {
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #59895e;
}

#main p.a {
	clear: both;
	display: none;
}

/* home page q and a */
#main .qazone p.a {
	display: block;
}

.qazone {
	clear: both;
	margin-top: 55px;
	padding: 10px;
	width: 672px;
	background: #FBE9B1;
}

.qazone img.qaimg {
	float: left;
	height: 70px;
	padding-right: 22px;
}

.qazone p {
	padding-left: 10px !important;
	font-size: 1.25em !important;
}

.qazone p.q {
	min-height: 50px;
	height: 50px; /* for ie6 only */
}

html>body .qazone p.q {
	height: auto; /* override ie6-only rule above */
}	

/* sidebar */
#sidebar {
	position: absolute;
	top: -35px;
	left: 750px;
	width: 200px;
	height: 630px;
	background: #000;
	text-align: center;
}

#sidebar #sidenote {
	height: 60px;
}

#sidebar h3 {
	margin-top: 1px;
	padding-bottom: 2px;
	font-size: 1.125em;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
}

#sidebar p {
	margin: 0;
	padding: 5px 0px 2px 0px; /*top, right, bottom, left*/
	font-size: 0.85em;
	letter-spacing: 0.07em;
	line-height: 1.0em;
	color: #fff;
	text-transform: uppercase;
}

/* sidebar image links */
#sidebar_links {	
	width: 200px;
	height: 560px;
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 0px;
	padding: 0;  	
}

#sidebar_links li {
	position: relative;	
	height: 140px;
	list-style: none;
	color: #fff;
	font-size: 1.0em;	
}

#sidebar_links li a {	
	position: absolute;
	top: 0;
	left: 0;
	min-height: 140px;
	height: 140px;
	background-position: 0 0;
	z-index: 1;
}

#sidebar_links #internet {
	background: transparent url("images/sidebar-internet.gif") no-repeat;
	width: 200px;
	height: 140px;
}

#sidebar_links #email {
	background: transparent url("images/sidebar-email.gif") no-repeat;
	width: 200px;
	height: 140px;
}

#sidebar_links #messaging {
	background: transparent url("images/sidebar-messaging.gif") no-repeat;
	width: 200px;
	height: 140px;
}

#sidebar_links #photo{
	background: transparent url("images/sidebar-photo.gif") no-repeat;
	width: 200px;
	height: 140px;
}

#sidebar_links li a:hover {
	background-position: 0 -140px !important;
}

.internet #internet, .email #email, .messaging #messaging, .photo #photo {
	background-position: 0 -140px !important;
}

/* tutorial-only styles */
#loadready {
	display: none;
}

.tip {
	display: none;	
	z-index: 2;
}

.screen {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}

.screen img {
	margin: 0;
	padding: 0;
}

#main .screen .tipa {
	position: absolute;
	display: block;
	margin: 2px;
	text-decoration: none;
	z-index: 1000;
}

#main .screen .tipa:hover {
	background: transparent;
	margin: 0;
	border: 2px solid #e54e40;
}

#tipnotes {
	display: none;	
	position: absolute;
	top: 50px;
	left: 150px;
	width: 400px;		
	background: #fff;
	border: 2px solid #59895e;
	z-index: 1000;
}

#tipinject {
	padding: 10px;
}

#tipinject p {
	line-height: 1.2em;
}

#tipnotes a {
	color: #0B359C;
}

#tipnotes a:hover {
	color: #fff;
	background: #0B359C;
}

#tipnotes p.close {
	margin: 0;
	padding: 5px;
	color: #fff;	
	background: #59895e;
	font-size: 1.1em;	
	text-align: right;
}

#tipnotes p.close a {
	font-variant: small-caps;	
	font-size: 1.05em;
	color: #fff;
	background: inherit;
}

/* 2 column layout */
.twocol {
        width: 640px;
	clear: all;
}

.messaging .twocol {
       height: 850px;
}

.lftcol {
	width: 60px;
	float: left;
}

.rtcol {
	float: left;
	width: 200px;
        margin-right: 40px !important;
}

/* contact form */

#contactform label {
	display: block;
	float: left;
	width: 60px;
	margin-right: 10px;
}

#contactform span {
	font-size: 0.9em;
}

#contactform input {
	width: 250px;
}

#contactform input#send {
	width: 50px;
}

#contactform textarea {
	width: 325px;
	height: 150px;
}

/* footer */
#footer {
	width: 950px;
	height: 35px;
	background: #59895E;
	color: #fff;
	font-size: 0.85em;
}

.copy { 
	float: left;
	padding-left: 25px;
	padding-top: 11px;
}

.copy p {
	margin: 0;
	padding: 0;
}

.footernav {
	float: right;
	padding-right: 25px;
	padding-top: 11px;
}

.footernav p {
	margin: 0;
	padding: 0;
	font-size: 1.0em;
}

#footer a {
	text-decoration: none;
	color: #fff;
}

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

/* Footer: Juxtaprose link */
#juxta {
	margin-left: auto;
	margin-right: auto;	
	margin-top: 10px;
	padding-bottom: 10px;
	width: 898px;
	text-align: right;
	font-size: 0.85em;
}

#juxta a {
	color: #807E7E;
	text-decoration: none;
}

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

#juxta span {
	font-style: italic;
}