/*  
Theme Name: BookShelf v.2.0
Theme URI: http://thunderbay.com/
Description: The BookShelf WP Theme
Version: 2
Author: Ryan Bruce
Author URI: http://rbdesigns.ca/
*/

body {
    font-family:'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
	background-color:#493f2d;
	margin: 0px;
    }
#container{
	width:798px;
	margin:0px auto;
	padding: 0px;
	}
#header{ 
	height:304px;
	background: url('images/header.jpg') no-repeat;
	margin: 0px;
	}
#navigation{
	width: 798px;
	height: 69px;
	background: url('images/navigation.jpg') no-repeat;
	}
#navigationcontent{
	float: left;
	text-align: center;
	font-size: 14px;
	padding: 15px 0 0 0;
}
#content{
	height:auto;
	background: url('images/body.jpg') repeat-y;
    }
#contentarea{
float: left;
	width: 500px;
	padding: 0 0 0 60px;
}
#sidebararea{
	width: 150px;
	padding:40px 0 0 600px;
}		
#footer{
	height:120px;
	background: url('images/footer.jpg') no-repeat;
	font-size: 12px;
	}
#footercontent{
	float: left;
	padding: 27px 0 0 30px;
}
#header,#navigation,#navigationcontent,#content,#footer{
	float: left;
	width:798px;
	}
p.contact{
	padding: 47px 0 0 260px;
	font-size: 12px;
	color: #d2c8b5;
	}
h1{
	font-size: 20px;
}

.datetime{
font-size:12px;
font-style:italic;
}

p,p.body{
	font-size: 14px;
}
p.postsleft{
float: left;
	display: inline;
	text-align: left;
        font-weight:700;
}
p.postsright{
float: right;
	text-align: right;
	display: inline;
        font-weight:700;}

/* The below changes the text for body links */
a:link,a:visited,a:active{
	color:#000;
    text-decoration: underline;
    }
a:hover {
	color:#000;
    text-decoration: none;
    }
a.light{
	color: #d2c8b5;
}
/*Navigation Content Links in HEADER*/
#navigationcontent ul li{
	display: inline;
	padding: 0 15px 0 15px;
}
#footercontent ul li{
	display: inline;
	padding: 10px;
}
ul.primary,ul.secondary{
	list-style-type: none;
	color: #d2c8b5;
}
#navigationcontent ul li a:active, #navigationcontent ul li a:link, #navigationcontent ul li a:visited{
	color: #d2c8b5;
	text-decoration: none;
	
}
#navigationcontent ul li a:hover{
	color: #d2c8b5;
	text-decoration: underline;
	}
	
#footercontent ul li a:active, #footercontent ul li a:link, #footercontent ul li a:visited{
	color: #d2c8b5;
	text-decoration: none;
	
}
#footercontent ul li a:hover{
	color: #d2c8b5;
	text-decoration: underline;
	}
.sidebarhr{
border: none 0;
border-top: 1px dashed #aaa;/*the border*/
width: 80px;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
.sidebarspace{
	height: 10px;
}
.centertext{
	text-align: center;
}


/* Below are the styles for the Twitter widget */
.twitter-item{
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 2px;
margin-left: 0px;
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 10pt;
padding-left: 0px;
color: #222222;
font-size: 12px;
}

.twitter{

margin-top: 5px;
margin-right: 0pt;
margin-bottom: 5px;
margin-left: 0px;
padding-top: 0px;
padding-right: 0pt;
padding-bottom: 0pt;
padding-left: 0px;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #cccccc;
list-style-type: none;
list-style-image: none;
list-style-position: outside;
}