body {
	margin: 0px;
	padding: 0px;
	background: url(../img/dream_collective.jpg) #000 no-repeat fixed top left; 
	color: white; 
	font-family: arial, tahoma, verdana, 'ms sans-serif', helvetica, sans-serif; 
	font-size: 11px;
}

a:link {
	color: white;
	text-decoration: none;
}
a:visited {
	color: white;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.profileLink:link {
	color: white;
	text-decoration: underline;
	font-weight: bold;
}
a.profileLink:visited {
	color: white;
	text-decoration: underline;
}
a.profileLink:hover {
	text-decoration: none;
}

#container {
	margin: 0px;
	padding: 0px;
}

#nav {
	width: 240px;
	height: 347px;
	background: url(../img/nav.gif) #000 no-repeat;
	margin-top: 50px;
	margin-left: 52px;

}
#navContent {
	width: 220px;
	margin: 0px 0px 0px 20px;
	padding-top: 20px;
}
#navContent div a {
	text-transform: uppercase;
	font-size:11px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
#navContent div a:hover {
	text-decoration: underline;
}
#navContent div h3 {
	font-family: tahoma, arial, verdana, 'ms sans-serif', helvetica, sans-serif; 
	text-transform: uppercase;
	border-bottom: 1px solid white;
	visibility: hidden;
}
div.signIn {
	text-align: right;
	padding: 6px;
	padding-right: 10px;
}
div.indexError {
	text-align: center;
	margin: 12px;
}

#content {

	position: absolute;
	top: 50px;
	left: 390px;
	width: 450px;
	
}

#introText {
	background-image: url(../img/index_intro.jpg);
	width: 463px; height: 182px;
}
#introText p.intro {
	padding: 23px;
}



#dream {
	padding-bottom: 15px;
}

#postedBy {
	
}
#postedBy a {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}
#postedBy a:hover {
	text-decoration: none;
}
#keywords {
	text-align: right;
	padding-top: 10px;
}
#keywords a {
	font-size:11px;
	font-weight: bold;
	color: #eee;
	text-decoration: none;
}
#keywords a:hover {
	text-decoration: underline;
}

#commentsSection {
	padding-top: 20px;
	text-transform: uppercase;
	font-size:11px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	border-bottom: 1px solid white;
}
#comment {
	padding-top: 15px;
}
#commentBy {
	text-align: right;	
}
.dreamTitle, .commentTitle {
	text-transform: uppercase;
	font-weight: bold;
}


#profileName {
	text-transform: uppercase;
	font-weight: bold;
}
#profilePic {
	margin-top: 10px;
}
#profileLocation {
	padding-top: 15px;
}
#profileLastVisit {
	text-align: right;
}
#profileRealname {
	margin-top: 10px;
}

#profileAIM {
	margin-bottom: 10px;
}

#pageCaption {
	font-family: tahoma, arial, verdana, 'ms sans-serif', helvetica, sans-serif; 
	text-transform: uppercase;
	border-bottom: 1px solid white;
	font-weight: bold;
}

#searchResultCaption, #introCaption {
	padding-top:20px;
	font-family: tahoma, arial, verdana, 'ms sans-serif', helvetica, sans-serif; 
	text-transform: uppercase;
	border-bottom: 1px solid white;
	font-weight: bold;
}
#introCaption {
	margin-bottom: 15px;
}
#searchRecent {
	padding-bottom: 10px;
}
#searchAllUsers {
	padding-bottom: 10px;
}
#searchAllDreams {
	padding-bottom: 10px;
}
#searchNightmares {
	padding-bottom: 10px;
}
#searchRecurring {
	padding-bottom: 10px;
}
#searchKeyword {
	padding-bottom: 10px;
}
#searchError {
	padding-bottom: 10px;
}
#searchResultContainer {
	padding-top: 20px;
	border-bottom: 1px dotted white;
}
#searchResultUname {
	font-weight: bold;
}
#searchResultInfo {
	text-align: right;
}

#pagination {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 100px;
}
#pagination a {
	font-weight: bold;
	text-decoration: none;
	color: white;
}
#pagination a:hover {
	text-decoration: underline;
}

#indexDreamContainer {
	padding-bottom: 15px;
}
#indexDreamInfo {
	text-align: right;
	font-weight: bold;
}
#indexDreamText{
	
}
#indexDreamText a:link {
	text-decoration: underline;
}
#indexDreamText a:hover {
	text-decoration: none;
}






.instructions {
	padding-top: 15px;
}
.privacy {
	padding-bottom: 15px;
}




#tagCloud {
	margin: 5px;
	border: 1px solid #ddd;
	background-color: #666;
	filter:alpha(opacity=40);-moz-opacity:.40;opacity:.40;
}
#tagCloud div {
	padding: 5px;
}
#tagCloud div a {
	color: black;
	filter:alpha(opacity=99);-moz-opacity:.99;opacity:.99;
}
/* form validation errors displayed within form */
#errorMessages {
	margin-top: 5px;
	margin-bottom: 5px;
	color: red;
}
/* error page msg */
#errorMessage {
	margin-left: 150px;
	margin-top: 100px;
}
/* hidden Add Comment form */
#addComment {
	visibility: hidden;
}