/* CSS Document */

/*
-----------------------------------------------
MASTER STYLE SHEET (universal.css)

Site: EricWeiner.com
Company:  AuthorsOnTheWeb.com
Author:   Sunil Kumar (sunil@bookreporter.com)
Version:  October 29, 2007
File Path: ../css/universal.css
----------------------------------------------- */

/* = Global
------------------------------------------*/

body { 
	background-color: #50688C;
	font-family: verdana;
	font-size: 11px;
	line-height: 15px;
	color: #002B5F;
	}
	
.mainbody {
	width: 799px;   
	margin: 25px auto; 
	padding: 0px;
	border: 1px solid #002B5F; 
	background-image: url(../images/page/bg_page.jpg); 
	background-position: top center; 
	background-repeat: no-repeat; 
	background-color: #F0F0F2;
	}
	
.content {
	margin: 11px;
	}
	

/* =Text
------------------------------------------*/

.title {
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: #143864;
	}



/* =Links (global) 
------------------------------------------*/

a:link { color: #4590e4; text-decoration: underline; font-family: verdana, arial, sans-serif; }

a:visited { color: #4590e4; text-decoration: underline; font-family:  verdana, arial, sans-serif;}

a:hover { color: #4590e4; text-decoration: none; font-family:  verdana, arial, sans-serif; }



	
	
/* =Header
------------------------------------------*/




/* =Footer
------------------------------------------*/

.footer  {
	margin: 11px; 
	margin-bottom: 0px;
	border-top: 1px solid #4b6c91;
	}
	
a.foot:link { color: #002B5F; text-decoration: underline; font-family: verdana, arial, sans-serif; }

a.foot:visited { color: #002B5F; text-decoration: underline; font-family:  verdana, arial, sans-serif;}

a.foot:hover { color: #000000; text-decoration: none; font-family:  verdana, arial, sans-serif; }



	
	
/* =Nav
------------------------------------------*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu{
margin: 0;
margin-top: 87px;
margin-left: 8px;
padding: 0px;
/*float: left;*/
align: center;
font: bold 12px Verdana;
border: none;
background: none;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: #4b6c91;
padding: 20px 5px;
text-decoration: none;
}

.solidblockmenu li a:visited{
color: #4b6c91;
text-decoration: none;
}


.solidblockmenu li a:hover, .solidblockmenu li .current{
color: #4b6c91;
}


a.menuhome:hover {
background: transparent url(../images/nav/nav_home.gif) center center no-repeat;
}

a.menuauthor:hover {
background: transparent url(../images/nav/nav_author.gif) center center no-repeat;
}

a.menubook:hover {
background: transparent url(../images/nav/nav_book.gif) center center no-repeat;
}

a.menubehind:hover  {
background: transparent url(../images/nav/nav_behind.gif) center center no-repeat;
}

a.menuwriting:hover  {
background: transparent url(../images/nav/nav_writing.gif) center center no-repeat;
}

a.menuphotos:hover  {
background: transparent url(../images/nav/nav_photos.gif) center center no-repeat;
}

a.menuappearances:hover  {
background: transparent url(../images/nav/nav_appearances.gif) center center no-repeat;
}

a.menuplaces:hover  {
background: transparent url(../images/nav/nav_places.gif) center center no-repeat;
}

a.menucontact:hover  {
background: transparent url(../images/nav/nav_contact.gif) center center no-repeat;
}


/* =SubNav
------------------------------------------*/

#subnav {
	height: 37px; 
	border-bottom: 1px solid #4b6c91; 
	margin-bottom: 20px;
	}

#subnav a {
	margin-right: 10px;
	}
	
#subnav img {
	margin-right: 15px;
	}


#subnav a:link { text-decoration: none; font-weight: bold; font-family: verdana, arial, sans-serif; }

#subnav a:visited {text-decoration: none; font-weight: bold; font-family:  verdana, arial, sans-serif;}

#subnav a:hover { text-decoration: underline; font-weight: bold; font-family:  verdana, arial, sans-serif; }


/* class=socnet
------------------------------------------*/

.socnet {
	margin-bottom: 15px;
	}

.socnet img {
	border: 0px;
	}

/* id=HOME
------------------------------------------*/

#home .menuhome {
background: transparent url(../images/nav/nav_home.gif) center center no-repeat;
}

#home .mainbody {
	width: 799px; 
	min-height: 717px;   
	margin: 25px auto; 
	border: 1px solid #002B5F; 
	background-image: url(../images/page/bg_home.jpg); 
	background-position: top center; 
	background-repeat: no-repeat; 
	background-color: #F0F0F2;
	}

#home .rightcolumn {
	float: left; 
	width: 170px; 
	margin-left: 15px;
	}

#home .centercolumn {
	float: left; 
	width: 360px; 
	margin-left: 0px; 
	padding: 0px 10px 0px 10px;
	}
	
#home .leftcolumn {
	float: left; 
	width: 210px; 
	margin: 0px; 
	text-align: center;
	}



/* id=AUTHOR
------------------------------------------*/

#author .menuauthor {
background: transparent url(../images/nav/nav_author.gif) center center no-repeat;
}

#author .centercolumn {
	width: 100%; 
	margin-left: 0px; 
	padding: 0px;
	}
	
#author #subnav a:link { color: #539292; }

#author #subnav a:visited { color: #539292;}

#author #subnav a:hover { color: #539292; }




/* id=BOOK
------------------------------------------*/

#book .menubook {
background: transparent url(../images/nav/nav_book.gif) center center no-repeat;
}

#book #subnav a:link { color: #DE8076; }

#book #subnav a:visited { color: #DE8076;}

#book #subnav a:hover { color: #DE8076; }


#book .centercolumn {
	margin-left: 274px; 
	padding: 0px;
	}

#book .leftcolumn {
	width: 259px; 
	float: left; 
	clear: left;
	}


/* id=BEHIND
------------------------------------------*/

#behind .menubehind {
background: transparent url(../images/nav/nav_behind.gif) center center no-repeat;
}

#behind #subnav a:link { color: #A77682; }

#behind #subnav a:visited { color: #A77682;}

#behind #subnav a:hover { color: #A77682; }


#behind .centercolumn {
	/*margin-left: 274px;*/
	padding: 0px;
	}

/* #behind .leftcolumn {
	width: 259px; 
	float: left; 
	clear: left;
	} */


/* id=WRITING
------------------------------------------*/

#writing .menuwriting {
background: transparent url(../images/nav/nav_writing.gif) center center no-repeat;
}

#writing .centercolumn {
	margin-left: 274px; 
	padding: 0px;
	}

#writing .leftcolumn {
	width: 259px; 
	float: left; 
	clear: left;
	}
	
#writing ul.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	}
	
#writing ul.menu li {
	margin-bottom: 10px;
	}

#writing ul.menu li a:link { color: #6F96A8; text-decoration: none; }

#writing ul.menu li a:visited { color: #6F96A8; text-decoration: none; }

#writing ul.menu li a:hover { color: #6F96A8; text-decoration: underline; }




/* id=PHOTOS
------------------------------------------*/

#photos .menuphotos {
background: transparent url(../images/nav/nav_photos.gif) center center no-repeat;
}



/* id=APPEARANCES
------------------------------------------*/

#appearances .menuappearances {
background: transparent url(../images/nav/nav_appearances.gif) center center no-repeat;
}



/* id=PLACES
------------------------------------------*/

#places .menuplaces {
background: transparent url(../images/nav/nav_places.gif) center center no-repeat;
}


#places .centercolumn {
	margin-left: 362px; 
	padding: 0px;
	}

#places .leftcolumn {
	width: 342px; 
	float: left; 
	clear: left;
	}


/* id=CONTACT
------------------------------------------*/

#contact .menucontact {
background: transparent url(../images/nav/nav_contact.gif) center center no-repeat;
}

#contact .centercolumn {
	margin-left: 362px; 
	padding: 0px;
	}

#contact .leftcolumn {
	width: 342px; 
	float: left; 
	clear: left;
	}



