/*
Theme Name: Robert Servant Website - Inside Template
Description: Official Website for Bob Servant
Version: 1
Author: Kayzoe Designs
Author URI: www.kayzoedesigns.com
*/

/*** body ***/
body {
	background-color:#FFFFFF;
	font-family:"Century Gothic", "Trebuchet MS", Arial, sans-serif;
}

h1 {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:18px;
	color: #845d49;
	padding-bottom:10px;
}
h4 {
	color: #845d49;
	font-size: 14px;
	font-weight:bold;
	
}


p {
	padding-bottom:10px;
}

/*** wrap ***/
#wrap {
	width:838px;
	margin:0 auto;
}

/*** main ***/
#main {
	width:838px;
	margin:0;
	background-color:#fff;
	color:#333;
	font-size:12px;
	height: 563px;
}
#bookspage #main {
	height: auto !important;
}




/*** header ***/
#header {
	width:838px;
	height:75px;
	margin:0 auto;
	position:relative;
	border-bottom: 1px solid #acacac;
}


#header h1 {
	position:absolute;
	top:20px;
	left:0px;
}

#social {
	position:absolute;
	right:10px;
	top:25px;
}

#social li {
	float:left;
	margin-right:5px;
	position:relative;
}

/*** main-nav ***/
#main-nav {
	width:838px;
	margin: 0 auto;
	border-bottom: 1px solid #acacac;
	height: 40px;
	text-align:right;
}

#main-nav ul {
	list-style:none;
	padding-left: 250px;
	margin: 5px 0 0 0;
	padding-bottom: 5px;
		
}

#main-nav li {
	margin-right:17px;
	float: left;
	height: 20px;
}

.last {
	margin-right:0;
}

#main-nav li img {
	border: 0px;
}

/*** quotes ***/
#quotes {
	position:absolute;
	left:520px;
	top:120px;
	width:318px;
	height:100px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
   }
 
/*** two-columns ***/

#two-columns {
	margin-top:20px;
}

#two-columns strong {
	color:#94131D;
}

#two-columns a {
	font-weight:bold;
	text-decoration:none;
	color:#333;
}

#two-columns a:hover {
	color:#6E4F3B;
	text-decoration: none;
}

#column-1 {
	width:270px;
	float:left;
}

#column-2 {
	width:550px;
	float:right;
	display:inline;
}

#column-1 div, .column-2 div {
	margin-bottom:15px;
}

#img-left {
	float:left;
	padding-right:10px;
}

.clear {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size:1px;
}


/*** footer ***/
#footer {
	color:#666;
	font-size:10px;
	width: 838px;
	text-align: right;
	line-height: 20px;
	margin: 0 auto;
}

#footer a {
	color: #666;
	text-decoration:none;
}

/*** misc ***/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size:1px;
}

.book {
	font-style: italic;
}

#bob {
	position:absolute; 
	top:410px; 
	left:-130px;
}

.brown {
	color: #845d49;
	font-size: 14px;
	font-weight:bold;
	padding-bottom:0;
	margin-bottom:0;
	
}

.brownLrg {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:18px;
	color: #845d49;
}
