/* CSS Document */

/*
-----------------------------------------------
UNIVERSAL STYLE SHEET (universal.css)

Site: Joe Finder - www.EricVanLustbader.com
Company:  AuthorsOnTheWeb.com
Author:   Sunil Kumar (sunil@bookreporter.com)
Built:  May 8, 2007
File Path: ../css/universal.css
----------------------------------------------- */



/* PAGE SETUP */


.bg {
background-repeat: repeat-y;
}

.bgtop {
background-repeat: no-repeat;
}

.topimage {
width: 315px; 
float: left; 
clear: left;
}

.body {
position: relative;
margin: 190px 0px 25px 145px;
width: 575px;

font-family: arial, sans-serif; 
font-size: 12px; 
line-height: 1.5em; 
color: #000000;

}

/* END PAGE SETUP */


/* HOME PAGE */

.authorphoto {
float: left; 
margin: 0px 15px 15px 0px;
}

.favorites {
float: left; 
margin-left: 124px; 
margin-top: -160px
}

* html .favorites { /*IE only. */
float: left; 
margin-left: 10px; 
margin-top: 0px
}


/* END HOME PAGE */



/* LINKS */

a:link { color: #950004; text-decoration: underline; font-family: arial, sans-serif; font-size: 12px;  }

a:visited { color: #950004; text-decoration: underline; font-family:  arial, sans-serif; font-size: 12px; }

a:hover { color: #000000; text-decoration: none; font-family:  arial, sans-serif; font-size: 12px;  }


a.blurb:link { color: #723701; text-decoration: underline; font-family: arial, sans-serif; font-size: 12px;  }

a.blurb:visited { color: #723701; text-decoration: underline; font-family:  arial, sans-serif; font-size: 12px; }

a.blurb:hover { color: #000000; text-decoration: none; font-family:  arial, sans-serif; font-size: 12px;  }


a.small:link { color: #0169D4; text-decoration: underline; font-family: arial, sans-serif; font-size: 10px; }

a.small:visited { color: #0169D4; text-decoration: underline; font-family:  arial, sans-serif; font-size: 10px; }

a.small:hover { color: #000000; text-decoration: none; font-family:  arial, sans-serif; font-size: 10px; }


a.subnav:link { color: #0169D4; text-decoration: underline; font-family: arial, sans-serif; font-size: 11px; }

a.subnav:visited { color: #0169D4; text-decoration: underline; font-family:  arial, sans-serif; font-size: 11px; }

a.subnav:hover { color: #000000; text-decoration: none; font-family:  arial, sans-serif; font-size: 11px; }


a.aotw:link { color: #363B2F; text-decoration: none; font-family: arial, sans-serif; }

a.aotw:visited { color: #363B2F; text-decoration: none; font-family:  arial, sans-serif;}

a.aotw:hover { color: #ffffff; text-decoration: underline; font-family:  arial, sans-serif; }

/* END LINKS */



/* FONTS */

/* default font in BODY style */

.text {  font-family: arial, sans-serif; font-size: 12px; line-height: 1.5em; color: #000000; }

.title {  font-family: arial, sans-serif; font-size: 14px; font-weight: bold; color: #950004;}
.title2 {  font-family: arial, sans-serif; font-size: 18px; line-height: 1.3em; font-weight: bold; color: #950004;}
.title3 {  font-family: arial, sans-serif; font-size: 20px; line-height: 1.3em; font-weight: bold; color: #950004;}
.large-title { font-family: arial, sans-serif; font-size: 15px; font-weight: bold; color: #950004; }
.large-text {  font-family: arial, sans-serif; font-size: 13px; color: #000000;}
.small-text {  font-family: arial, sans-serif; font-size: 10px; color: #000000;}
.red {  font-family: arial, sans-serif; color: #950004;}

.copyright {  font-family: arial, sans-serif; color: #363B2F; font-size: 12px; }
.aotw  { font-family: arial, sans-serif; color: #363B2F; font-size: 12px; }


.bold { font-weight: bold; }

/* END FONTS */

