/*
div:	id or class?
----------------
an id is a unique item, there cannot be two of the same on the same page
a class is an instance of something, it can appear many times.
*/

/*
Settings that aren't set anywhere else.
*/
body {
	background:#fff;
 	font-family: serif;
	font-size: 14px;
	color: #009;
	text-align:justify;
}

/*
IDs 
*/
#wrapper {
	
}
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
	height:120px;
	background-image: url('images/topBarRandom/randImg.php');
	background-repeat: no-repeat; 
	border-bottom: 3px #009 solid;
}
#header-old{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 120px;
	background-image: url('images/topBarRandom/chooseRandom.php');
	background-repeat: no-repeat;
	border-bottom: 3px #009 solid;
}
#header img {
	padding-top: 10px;
}
#header a:hover {
	background-color: transparent;
}
#content {
	position: absolute;
	top: 140;
	left: 25%;
	width: 725px;
}
#main {
	position: absolute;
	top: 0px;
	left: 40px;
	width: 390px;
	z-index: 1;
}
#main h2 {
	font-size: 16px;
	font-style: italic;
	letter-spacing: 2px;
	margin-top: 0;
	border-top-width: 0;
	padding-top: 0;
	margin-bottom: 0;
	border-bottom-width: 0;
	padding-bottom: 0;
}
#main h3 {
	font-size: 14px;
	text-align:right;
	font-style: italic;
	letter-spacing: 2px;
	margin-top: 0;
	border-top-width: 0;
	padding-top: 0;
	margin-bottom: -1em;
	border-bottom-width: 0;
	padding-bottom: 0;
}
#main p	{
	margin-bottom:1.5em;
}
#search {
	position: absolute;
	top: 85px;
	right: 25px;
}

/*
sidebar tags
*/
#sideBar_R {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 225px;
}
#sideBar_R li {
	list-style-type: none;
	text-transform: lowercase;
}
#sideBar_R ul {
	padding: 0px 0px 20px 25px;
}
#sideBar_R h4 {
	font-size: small;
	color: #009;
	text-transform: uppercase;
	border-bottom: 3px solid #009;
	padding: 5px 0px 5px 10px;
}

/*
Left
*/
#sideBar_L {
	position: absolute;
	top: 0px;
	left: -200px;
	width: 180px;
	z-index: 0;
}
#sideBar_L li {
	list-style-type: none;
	text-transform: lowercase;
}
#sideBar_L ul {
	padding: 0px 0px 20px 25px;
}
#sideBar_L h4 {
	font-size: small;
	color: #009;
	text-transform: uppercase;
	border-bottom: 3px solid #009;
	padding: 5px 0px 5px 10px;
}

/*
The footer, should there be one
*/
#footer {
	
}

/*
Classes
*/
.sep {
	text-align:center;
}
.post_tag {
	text-align:right;
}
.post_title a {
	font-size: large;
}

/*
Standard HTML tags
*/
blockquote {
	background: #ddf;
	padding: 5px 25px 5px 25px;
	margin: 0px;
}
a {
	color: #009;
}
a:hover {
	background-color: #ccf;
}

/*
Amazon showcase widget
*/
.amzshcs-1 {
	text-align: center;
	padding: 10px;
	background: #f0f0ff;
}
.amzshcs-2 {
	width:180px;
	text-align: center;
	padding: 10px;
	background: #f0f0ff;
}