/* @override 
	http://localhost:8888/wordpress/wp-content/themes/scribble/css/base_styles.css
	http://deelarsen.com/wp-content/themes/scribble/css/base_styles.css
*/

@charset "ISO-8859-1";

body {
	margin:0;
	padding:0;
	color: #000;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
}

.splash {
	background: #fff url(../images/background.png) no-repeat;
	height: 750px;
}

.notebook {
	background-image: url(../images/notebook.png);
}

#logo {
	margin-left: 32px;
}
 
#video {
	margin-top: 45px;
}

#sideNav {
	text-transform: uppercase;
	padding-left: 6px;
}

#sideNav a {
	text-decoration: none;
	color: #000;
}

#sideNav a:hover {
	font-weight: bold;
}
 
.post a {
	background-color: yellow;
	text-decoration: none;
	padding: 5px;
	color: #333300;
}

a:visited {
	text-decoration: none;
	color: #333300;
}

a:hover {
	text-decoration: none;
	color: #333300;
}

a:active {
	text-decoration: none;
	color: #333300;
}

#portfolio {
	margin-top: 50px;
}

#blog {
	display: block;
	position: absolute;
	width: 350px;
	height: 120px;
	left: 720px;
	top: 400px;
}

#emailbox {
	display: block;
	position: absolute;
	width: 220px;
	height: 180px;
	left: 10px;
	top: 640px;
}

.post {
	font-size: 10pt;
}

.post h5 {
	margin: 0;
	margin-right: 15px;
	padding: 6px;
	background-color: yellow;
	display: inline;
	position: relative;
	top: -24px;
}

#post-title {
	text-decoration: none;
	background: 0;
	padding: 0px;
}

#post-content {
	width: 800px;
}

#comments a {
	background: #fff;
	font-weight: bold;
	text-align: right;
}

#sidebar {
	margin-top: 10px;
}

.sidebar-section {
	margin-bottom: 40px;
}

.sidebar-section a {
	color: #666;
	text-decoration: none;
}

.sidebar-section a:hover {
	font-weight: bold;
}

.sidebar-section li {
	list-style-type: none;
	margin-bottom: 5px;
}

#scroller {
	padding: 0px;
	margin-left: 950px;
	width: 20000px;
}

small {
	color: black;
}


#footer {
	height: 223px;
}

