/* FUBARDESIGNS 2006 COPYRIGHT // DO NOT REMOVE TAG */

/* COMMON ATTRIBUTES */
body {
	background: #333;
	font: 11px/18px "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Helvetica;
	color: #333;
	margin: 0 0 10px 0;
	padding: 0;
	border-top:5px solid #c0db5a;
}

.image-left {
	float: left;
	margin-right: 5px;
}

.image-right {
	float:right;
	margin-left: 5px;
}

#wrapper_out { 
	width: 700px; 
	margin: 0px auto 0px auto; 
	border: 3px solid #454545; 
}

#wrapper_in { 
	background-color: white; 
	border: 1px solid #000; 
	padding: 10px; 
}

#content { 
	width: 700px;
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 150px;
	background: url(images/header.gif) no-repeat;
	margin-top: 30px;
}

#header h1 {
	color: white;
	margin-left: 180px;
	padding-top: 40px;
}

#header h2 {
	color: white;
	margin-left: 180px;
	margin-top: -1em;
}

/* LINK ATTRIBUTES */
a {

color: #8E9915;

text-decoration: none;
/* background-color: #333; */

}



a:hover {
border-bottom: 1px dotted #C0DB5A;

}

/* CONTENT ATTRIBUTES */
h1, .blog-entry-title, .movie-page-title, .album-title { 

	font-family: Georgia, tahoma, verdana, arial;
	font-size: 2.2em;
	color: #404040; 
	/* background-color: white; */

}

/* MENU NAVIGATION */
#navmenu ul {
	float: right;
	margin: -20px 0 0 0;
	padding: 0;
}

#navmenu ul li {
	font-weight: bold;
	float: right;
}

#navmenu ul li a {
	color: #777777;
	text-decoration: none;
	margin-right: 10px;
	border-top: 3px solid #454545;
	border-bottom:0;
}

#navmenu ul li a:hover {
	border:0;
	padding:0;
	border-top:3px solid #c0db5a;
	background:none;
}

#navmenu ul ul {
	display: none;
}

.sidenav li {
	display: inline;
}

.sidenav a {
	display: none;
}

.sidenav ul ul {
	width: 140px;
	text-align: center;
	margin-left: -40px;
	border-top: 1px dotted #C0DB5A;
}

.sidenav ul ul a {
	display: block;
	margin-left: -40px;
	color: #CC4455;
	padding-top: 0.4em;
	height: 2em;
	text-decoration: none;
	font-size: 1.2em;
	border-bottom: 1px dotted #C0DB5A;
}

.sidenav ul ul a:hover {
	font-stretch: 5px;
	background: #ddd;
	border-top: 1px solid #C0DB5A;
	border-bottom: 1px solid #C0DB5A;
}

/* FOOTER */
#footer {
	text-align: center;
	font-size: 1.0em;
	color: #E0E0E0;
	margin: 4px;
	background-color: #333;
}

/* RW ELEMENTS */

#contentContainer {
	padding: 5px;
}

#sidebar {
	padding: 5px;
	width: 180px;
}

.movie-page-description, .album-description, .filesharing-description {
	padding: 10px;
}

.blog-image-smiley {
	margin-bottom: -6px;
}

.blog-entry-body, .blog-entry-summary {
	line-height: 1.6em;
	margin-bottom: 20px;
}

.blog-entry-date {
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 0.9em; 
}

.movie-thumbnail-frame, .thumbnail-wrap {
	text-align: center;
	float: left;
	padding: 5px;
	margin: 5px;
}

.movie-thumbnail-frame:hover, .thumbnail-frame:hover, .filesharing-item:hover {
	background-color: #d8E35F;
}

.photo-background {
	color: white;
	text-align: center;
}

.photo-background a {
	color: white;
}

.movie-background {
	text-align: center;
}

.movie-frame {
	padding: 10px;
}

.movie-title {
	font-size: 2em;
	color: white;
	margin-bottom: -1em;
}

.filesharing-item {
	padding: 5px;
	margin: 5px;
}

.filesharing-item-title {
	font-size: 1.3em;
}

.filesharing-item-description {
	margin-left: 20px;
}

.photo-title { 
	font-family: Georgia, tahoma, verdana, arial;
	font-size: 2.2em;
	color: white; 
}

.clearer {
	clear: both;
}
