/*
styles.css for WeGoForBooks.com
*/

body {
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #492B21;
	background-repeat: repeat-x;
	margin-top: 20;
	background-color: #5CBAD6;
}

/* redifine header tags */
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #492B21;
}

h2, h3, h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #492B21;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}

/* Used as an Orage Subtitle for Text */
.orangesubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color:#DC5207;
	text-align:left;
	font-weight:bold;
	}	

/* paragraph and list elements defined as same */
p, ul, ol {
	margin-top: 0;
	font-size: 1.2em;
	margin-bottom: 1em;
}

/** add style options to img tag **/
img {
	border: none;
}

/* place img to left side */
img.left {
	float: left;
	margin: 0 15px 0 0;
}

/* place img to right side */
img.right {
	float: right;
	margin: 0 0 0 15px;
}

.check ul{
	font-size: 15px;
	font-weight: bold;
}
.check li{
	font-size: 1.1em;
	list-style-image: url(images/checkmark.gif);
	font-weight: bold;
	list-style-position: inside;
	padding: 2px;
}

.check2 ul{
}
.check2 li{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	list-style-image: url(images/checkmark.gif);
/*	list-style-position: inside; */
	padding: 2px;
}
.check2 li a {
	color: #492B21;
/*	padding: 0 0 0 0; */
}

.check2 li a:link {
	padding: 0 0 0 0;
	text-decoration: underline;
	display:block;
/*	font-size: .9em; */
}

.check2 a:hover {
	color:#DC5207;
	border: none;
	text-decoration: underline;
}



/* blockquote redefined as an area on the left of the Content that is
used for a quote or call out - default is on right*/
blockquote {
	float: right;
	width: 160px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #492B21;
}

/* place blockquote to left side */
blockquote.left {
	float: left;
}

/* place blockquote to right side */
blockquote.right {
	float: right;
}

/********************* Header **************************/ 
/* The top portion of the Body which includes the Logo 
and the horizontal Menu and spans the entire width of
the page. */

#header {
	width: 800px;
	height: 164px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #DC5207;
}

#header a {
	border: none;
	text-decoration: none;
	color: #D2BC18;
}

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

/*** Logo - Used within the Header ***/
#logo {
	float: left;
	width: 800px;
	height: 140px;
	background-repeat: no-repeat;
	background-position: left;
	padding: 0;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #A49C89;
	background-color: #FFFFFF;
	background-image: url(images/wegoforbooksheader.jpg);
	margin: 0px;
}

#logo h1 {
	margin: 0;
	padding-top: 30px;
	font-size: 24px;
	text-align: left;
	padding-left: 150px;
}

#logo h2 {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding-left: 150px;
}

/*** Menu - The horizontal menu used withing the header ***/

#menu {
	width: 800px;
	float: none;
	background-repeat: no-repeat;
}

#menu ul {
	margin: 0;
	list-style: none;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#menu li {

	display: inline;
}

#menu a {
	background: url(images/img03.gif) no-repeat left center;
	font-size: 18px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 30px;
}

#menu .first a {
	background: none;
}

/*** Menu (Aleternat) - The horizontal menu used within the header ***/

#menuA {
	width: 800px;
	float: none;
	background-repeat: no-repeat;
/*	background-color:#FFFF99 */

/*	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #A49C89;
*/
}

#menuA ul {
	margin: 0;
	list-style: none;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#menuA li {

	display: inline;
}

#menuA a {
/*	background: url(images/img03.gif) no-repeat left center; */
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
/*	color:#D2BC18; */
	color:#FFFF99;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

#menuA a:hover{
	color: #DC5207;
	border: none;
	text-decoration: none;
	background-color: #FFFF99;
}

#menuA .first a {
	background: none;
}


/********************** Page ***************************/
/* Page is everything below the Header and contains
 and contains the Content, SideBar and the Footer */

#page {
	width: 800px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#center {
	width: 780px;
	background-color: #B0D9B1;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*** Content ***/
/* The primary area for Content - The entire area except 
the Header, Footer and Side bar. See General Classes below
for classes generally used within the Content  */

#content {
	float: left;
	width: 600px;
	padding-left: 20px;
	padding-right: 10px;
	background-color: #FFFFFF;
}


/*** Sidebar ***/
/* The area to the right of the Content */

#sidebar {
	float: right;
	width: 160px;
/*	background-color: #F0F0F0; */
	height: auto;
	padding-top: 10px;
}

/* sidebar unordered lists are generally for menus */
#sidebar ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

#sidebar li {
	margin: 0;
	font-size: .9em;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 0px;
/*	border: 1px dotted #CCCCCC; */
}

#sidebar li ul {
	margin: 0;
	list-style: none;
	padding-left: 5px;
}

#sidebar li li {
	font-size: 0.8em;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
	border: none;
}

#sidebar li h2 {
	margin-top: 0;
	font-size: 1.1em;
}


/* sidebar a link is for menus */
#sidebar li a {
	text-decoration: none;
	color: #AC021C;
	padding: 0 0 0 0;
}

#sidebar li a:link {
	padding: 0 0 0 0;
	display:block;
	font-size: .9em;
}

#sidebar a:hover {
	color: #595959;
	border: none;
	text-decoration: underline;
}

/* sidebar Box - Generally used for text placed in the sidebar.
   A Box has a border and paragraph text is set to a smaller size.
*/
#sidebar .box {
	width: 150px;
	float: right;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 2px;
	margin-right: 2px;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #492B21;
	padding: 5px;
}

#sidebar .box p {
	font-size: .9em;
	line-height: 1.2em;
}

#sidebar .box h1 {
	font-size: 1.1em;
	line-height: 1em;
	font-weight: bold;
}

#sidebar .box ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
}

#sidebar .box li {
	margin: 0;
	font-size: .8em;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 0px;
/*	list-style-type: disc; */

/*	border: 1px dotted #CCCCCC; */
}


/* sidebar linkBox - used for text 
with images along with a link (NOTE: THIS DOESN"T WORK CORRECTLY)*/
#sidebar .linkBox {
	width: 150px;
	padding: 5px;
}    
#sidebar .linkBox img {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
#sidebar .linkBox p {
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
}


/* sidebar img to align banners */
#sidebar img {
	border: none;
	display:block;
	margin-left:auto;
	margin-right:auto; 
	margin-top:10px;
	margin-bottom:10px; 
}


/*** Footer ***/
/* The bottom part of the page below the Content
and SideBar */

#footer {
	height: 80px;
	text-align: center;
	font-size: 0.7em;
	width: 800px;
	clear: both;
	background-color: #DC5207;
	padding-top: 5px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-top-color: #A49C89;
	border-right-color: #A49C89;
	border-bottom-color: #A49C89;
	border-left-color: #A49C89;
}

#footer a {
	width: 760px;
	border: none;
	color: #492B21;;
}

/********* General Classes *****************************/
/* used generally within the Content */

/* Post - a general area within the content for intro, 
and separate areas for formatting, etc. */
.post {
	padding: 20px 0 10px 0;
}

/* stye for dating an article, etc. */
.post .smallnote {
	margin: 0;
	font-size: .8em;
}

/* main title for page used with h1, h2, h3 tags */
.post .title {
	margin-top: 0;
}

/* an entry area within a post */
.post .entry {
	font-size: .9em;
	line-height: 1.8em;
}

.narrow {
	margin-right: 50px;
	margin-left: 50px;
}


/* a box for catagories and comments */
.post .meta {
	height: 30px;
	font-size: 1em;
}

/* makes meta box an a link */
.post .meta a {
	display: block;
	float: left;
	height: 24px;
	border: none;
}

/* Note Sure what this is for? */
.post .meta bbb {
	display: none;
	padding: 1px 40px;
	background-image: url(images/BBBLogo2.jpg);
	background-repeat: no-repeat;
}

/* the left box within meta area that includes
the file folder image */
.post .category {
	padding: 1px 40px;
	background: url(images/img08.gif) no-repeat;
}

/* the right box witin the meta area that includes
the bouble bulb image */
.post .comments {
	padding: 1px 40px;
	background: url(images/img07.gif) no-repeat;
}


/* vline - used with post (or other divs) for separation
using a dotted line at the top */
.vline {
	border-top: 2px dotted #CCCCCC;
}


/* Summary Box - Used for summarizing or emphasizing text
positioned to the right by defaul */
.summary {
	float: right;
	width: 200px;
	padding: 0.5em;	
	margin-top: 1em;
	margin-left: 1em;
	margin-bottom: 1em;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #492B21;
}

.summary p {
	line-height: 1.2em;
}

/* place to left side */
.left {
	float: left;
	margin-right: 1em;
	margin-left: 0;
}

/* place to right side */
.right {
	float: right;
	margin-right: 0;
	margin-left: 1em;
}


/******* Other Stuff in the works ******/

#sidemenu {
list-style: none;
width: 150px;
padding-top: 5px;
padding-bottom: 5px;
height: auto;
padding-left: 5px;
}
#sidemenu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#sidemenu a:link{
color: #AC021C;
font-family: Trebuchet MS;
font-size: .9em;
height: auto;
display:block;
text-decoration: none;
padding: 0 0 0 5px;
font-weight:normal;
}

#sidemenu a:visited{
text-decoration: line-through;
}

#sidemenu a:hover{
color: #595959;
border: none;
text-decoration: underline;
}

#sidemenu a:active{
color: #dbdbdb;
}


/* imageLinkBox - used */
.imageLinkBox {
	height: 113px; 
	margin: 3px; 
	padding: 5px; 
	border-bottom: 
	dotted 1px #404040;
}    
.imageLinkBox img {
	float: left; 
	padding: 0; 
	margin: 0 4px 0 2px; 
	border: solid 1px #000000;
}
.imageLinkBox h5 {
	color: #404040; 
	margin: 0; 
	padding: 0; 
	height: 90px; 
	font-size: 14px; 
	line-height: 16px;
}
.imageLinkBox p {
	vertical-align: bottom; 
	height: 12px;
}
