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

@charset "ISO-8859-1";

body {
	margin:0;
	padding:0;
	color: #666;
}

.splash {
	background: #f1eff0 url(../images/portfolio.jpg) no-repeat 0;
	height: 1130px;
}

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

.container {
	/*==background:url(src/grid.png);==*/
	width: 1220px;

}

#logo {
	margin-left: 10px;
}
 
.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-family: "ITC Avant Garde Gothic Std", "Helvetica Neue", Helvetica, Arial;
	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 li {
	list-style-type: none;
	margin-bottom: 5px;
}

small {
	color: black;
}


#footer {
	height: 223px;
	background: url(../images/footer.png);
}
