/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

/* ------------------ */
/* GENERAL            */
/* ------------------ */

body {
  font: 13px/1.5 'Helvetica Neue', 'Lucida Grande', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a, a:active, a:link, a:visited {
	color: #000;
	text-decoration: underline;
}
	
	a:hover {
		text-decoration: underline;
	}

	a#toplink {
		text-decoration: none;
	}

.floatright {
	float: right;
	padding-right: 10px !important;
}

.alignright {
	text-align: right !important;
	padding-right: 10px !important;
}

.aligncenter {
	text-align: center;
}

.marginbottom {
	margin-bottom: 40px;
}

iframe {
	margin-bottom: 15px;
}

img a {
	border: 0;
}

/* ------------------ */
/* HEADER             */
/* ------------------ */

#top {
	background-image: url('../images/bar.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	padding-top: 20px;
}

#mibooks-top {
	background-image: url('../mibooks/images/bar.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	padding-top: 20px;
}

#navig {
	height: 150px;
	color: #000;
}

#navig_left {
	text-align: left;
}

#navig_left h1 a img {
	margin-top: 15px;
}

#navig_right {
	padding-top: 10px;
	text-align: right;
}

#navlist li {
	width: 100%;
	text-align: center;
	margin-top: 50px;
	padding-top: 55px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 40px !important;
	line-height: 100px;
	background-color: #EEEEEE;
	background-image: url('../images/nav_corner.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	border-left: solid 1px #DDDDDD;
	color: #333333;
	text-transform: uppercase;
	font-size: 0.9em;
}

#navlist li a, #navlist li a:active, #navlist li a:link, #navlist li a:visited {
	color: #333333;
	text-decoration: none;
}

	#navlist li a:hover {
		text-decoration: underline;
	}

body#home ul#navlist li#nav_home, body#blog ul#navlist li#nav_blog, body#contact ul#navlist li#nav_contact, body#team ul#navlist li#nav_contact {
	background-color: #68aee1 !important;
	border-left: solid 1px #5899c8;
}

	body#home ul#navlist li#nav_home a, body#blog ul#navlist li#nav_blog a, body#contact ul#navlist li#nav_contact a, body#team ul#navlist li#nav_contact a {
		color: #FFFFFF;
	}

body#mibooks-home ul#navlist li#nav_mibooks-home, body#mibooks-blog ul#navlist li#nav_mibooks-blog, body#mibooks-contact ul#navlist li#nav_mibooks-contact, body#mibooks-faq ul#navlist li#nav_mibooks-faq {
	background-color: #4583b5 !important;
	border-left: solid 1px #316590;
}

	body#mibooks-home ul#navlist li#nav_mibooks-home a, body#mibooks-blog ul#navlist li#nav_mibooks-blog a, body#mibooks-contact ul#navlist li#nav_mibooks-contact a, body#mibooks-faq ul#navlist li#nav_mibooks-faq a {
		color: #FFFFFF;
	}

#navlist li, #footerlist li {
	display: inline;
	padding-right: 30px;
	list-style-type: none;
	margin-left: 0px;
}

/* ------------------ */
/* CONTENT            */
/* ------------------ */

.content, .content2 {
	margin-top: 0px;
	margin-bottom: 30px;
}

.content {
	min-height: 600px;
}

.books_tn iframe {
	margin-left: 5px;
}

#bookimgright {
	border: solid 1px #ccc;
	padding: 1px;
	margin-left: 20px;
}

/* ------------------ */
/* FOOTER             */
/* ------------------ */

#footer {
	width: 100%;
	text-align: right;
	height: 60px;
	color: #222;
	background-color: #eee;
}

	#footer a, #footer a:active, #footer a:link, #footer a:visited, #footer a:hover {
		color: #222;
	}

#bottom {
	width: 100%;
	background-image: url('../images/bg_footer.jpg');
	background-repeat: repeat;
	background-position: top left;
	background-color: black;
	padding-top: 40px;
	padding-bottom: 20px;
	color: #000;
	background-color: #eee;
	margin-top:50px;
	clear:both;
}

	#bottom h4 {
		border-bottom: solid 1px #000;
	}
	
	#bottom a, #bottom a:active, #bottom a:link, #bottom a:visited, #bottom a:hover {
		color: #000;
	}

#bottombar {
	background-image: url('../images/bar_bottom.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	line-height: 18px;
}
	#mibooks-bottombar {
		background-image: url('../mibooks/images/bar_bottom.jpg');
		background-repeat: repeat-x;
		background-position: top left;
		line-height: 18px;
	}

#sociallist li {
	list-style-type: none;
	margin-left: 0px;
	padding-bottom: 5px;
}


/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
  font-size: 25px;
}

h2 {
  font-size: 23px;
}

	h2 small, h3 small {
		float:right;
		padding-top:5px;
		font-size: 14px;
		color: #666;
	}

h3 {
  margin-top: -15px;
  font-size: 18px;
}

	h3 a {
		text-decoration: none !important;
	}
	
	h3 small {
		width:245px;
		padding-top: 0px !important;
	}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}