/* CSS Document */

/*
-----------------------------------------------
UNIVERSAL STYLE SHEET (universal.css)

Site: Nick Santora - www.NickSantora.com
Company:  AuthorsOnTheWeb.com
Author:   Sunil Kumar (sunil@bookreporter.com)
Built:  May 4, 2007
File Path: ../css/universal.css
----------------------------------------------- */





/* PAGE SET UP*/

body{
margin:0;
padding: 0;
background-color: #000000;

font-family: arial, sans-serif; 
font-size: 12px; 
line-height: 1.5em; 
color: #000000;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 850px; /*Width of main container*/
margin: 35px auto; /*Center container on page*/
background-color: #f6f5f1;
}

#topsection{
background: #EAEAEA;
height: 85px; /*Height of top section*/
}

.header {
width: 850px; 
margin: 0px;
}

* html .header { /* IE */
margin-bottom: -3px;
}



#title{
clear: left;
width: 850px;
height: 85px;
color: #FFF;
text-align: center;
padding: 0;
margin: 0;
}

#contentwrapper{
float: left;
width: 100%;
}

#rightcolumn{
 /*Set left margin to LeftColumnWidth on page */
}

#leftcolumn{
float: left;
 /*Width of left column on page */
margin-left: -850px; /*Set left margin to -(MainContainerWidth)*/
}

#footer{
clear: left;
width: 100%;
color: #FFF;
text-align: center;
padding: 0;
margin: 0;
}

* html #footer { /* IE */
margin-bottom: -3px;
}


.copyrightcontainer {
width: 810px; 
padding: 20px;
margin-top: 0px;
background-color: #000000;
}

.copyrightalign {
float: left;
}

.aotwalign {
text-align: right;
}



.innertube-left{
margin: 0px 10px 40px 40px; /*Margins for inner DIV inside each column (to provide padding)*/
}

.innertube-right{
margin: 0px 40px 40px 10px; /*Margins for inner DIV inside each column (to provide padding)*/
}


.innertube-left-home{
margin: 40px 0px 40px 40px; /*Margins for inner DIV inside each column (to provide padding)*/
border-right: 1px solid black;
padding-right: 30px;
}

.innertube-right-home{
margin: 40px 40px 40px 30px; /*Margins for inner DIV inside each column (to provide padding)*/
}

/* END PAGE SET UP */


/* TEXT BOX ON TV PAGE */

#letter {
	width: 273px;
	height: 800px;
	overflow: auto; 
	padding: 10px 10px 10px 10px ;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	border: 1px solid #bab7ad;
}
/* END TEXT BOX */


/* POP UP STYLE ON TV PAGE */

.handcursor{
}

.switchgroup1 {
width: 400px;
padding: 10px;
background-color: #ffffff;
border: 1px solid #bab7ad;

font-size: 10px;
color: #6f6f6f;
line-height: 1.3em;
text-indent: -10px;
display: none;
}

.arrow-image {
position: relative; 
top: -13px; 
left: 10px;
}

* html .arrow-image { /* IE */
top: -13px;
}



/* END POP UP STYLE */

/* LINKS */

a:link { color: #0169D4; text-decoration: underline; font-family: arial, sans-serif; font-size: 12px;  }

a:visited { color: #0169D4; 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.aotw:link { color: #605b5b; text-decoration: none; font-family: arial, sans-serif; }

a.aotw:visited { color: #605b5b; 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: #723701;}
.large-title { font-family: arial, sans-serif; font-size: 15px; font-weight: bold; color: #723701; }
.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: #CE4E7A;}

.letter {  font-family: arial, sans-serif; font-size: 12px; line-height: 1.5em; color: #6f6f6f; }

.copyright {  font-family: arial, sans-serif; color: #605b5b; font-size: 12px; }
.aotw  { font-family: arial, sans-serif; color: #605b5b; font-size: 12px; }


.bold { font-weight: bold; }

/* END FONTS */
