/*  
Theme Name: Ostoblog
Theme URI: http://blog.samuelrhodes.com
Description: A child theme for Dalton Rooney's Portfolio, which is in turn a child theme of Sandbox. An alternate version of my portfolio site theme, Ostensibly.
Author: Samuel S. Rhodes
Author URI: http://blog.samuelrhodes.com
Template: portfolio
Version: 0.5
.
Created for myself, but feel free to mod it, or whatever!
.
*/

@import url(../portfolio/style.css);


/* TYPE STYLES, ELEMENT COLORS */

body {
	font-family:Helvetica;
	color:#000;
	font-size:12px;
	line-height:1.3;
}

a {
	color:#000;
	font-weight:normal;
	text-decoration:none;
}

a:hover {
	color:#00EE76;
	background-color:transparent;
	text-decoration:none;
}

h1 {
	font-size:48px;
	color:#000;
	font-weight:normal;
	letter-spacing:-3px;
}

h1#blog-title, h1#blog-title a {
	font-size:36px;
	line-height:30px;
	color:#000;
	font-weight:bold;
	letter-spacing:-2px;
	text-transform:none;
	text-align:left;
}

h1#blog-title a:hover {
	background-color:transparent;
}


h2.entry-title, h2.page-title, h2.entry-title a, h2.page-title a {
	font-size:14px;
	text-transform:none;
	font-weight:bold;
	color:#000;
	padding:10px 0 0px 0;
}

.post h2.entry-title {
	margin:; /* GETS RID OF MARGIN AT TOP OF TOPMOST POST ON POSTS PAGE; STARTING HEIGHTS ARE EQUALIZED */
}

h3.widgettitle {
	display:none;
}

div.sidebar a {
	text-decoration:none;
	color:#000;
}

div.sidebar a:hover {
	text-decoration:none;
	color:#00EE76;
}

blockquote {
	background-color:transparent;
	padding-left: 10px;
	padding-right:10px;
	font-family:Georgia;
	font-style:italic;
	color:#00EE76;
	font-size:14px;
	line-height:1.5;
}


li {
	padding:5px 0;
}

div.sidebar ul {
	padding:0;
	margin:0;
}

div.sidebar ul ul {
	padding:0;
	margin:0;
}

div.sidebar ul ul {
	border-top:1px solid #00EE76;
}

div.sidebar ul ul li {
	border-bottom:1px solid #00EE76;
}

.hentry a {
	color:#00EE76;
}

.hentry a:hover {
	color:#000;
}

div.entry-date {
	color:#00EE76;
	padding:10px 0 0px 0;
}

div.textwidget a {
	color:#00EE76;
}

/* STRUCTURE ELEMENTS */

div#header {
	width:200px;
	margin:0;
}

div#comments {
	display:none;
}

div.sidebar {
	width:180px;
	margin:0px;
	background-color:transparent;
	padding:0;
}

div#content {
	border-top:1px solid #00EE76;
	padding-top:5px;
	margin-left:250px;
	position:relative;
	top:3px;
	margin-bottom:100px;
	width:480px;
}

div.entry-content {
	width:460px;
}

.hentry {
	border-bottom:1px solid #00EE76;
	padding:0px;
	margin-bottom:30px;
}

img#wpstats {
	visibility:hidden;
}

