/*
Theme Name: umbrella clean
Theme URI: http://umbrelladigital.com
Description: a clean text driven dot based layout.
Version: 3
Author: jayelling
Author URI: http://jayellingphoto.com
Tags: text, dot, white

	Umbrella clean. Took a few trys but I finally figured it all out.
*/

body{
	background-image: url(/greypoint1x.gif);
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1px;
}

#page {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background-color: white;
	padding-top: 15px;
}

#center {
	width: 900px;
	height: 264px;
	margin: auto auto;
	border-bottom: 10px solid black;
}

#text {
	margin-top: 41px;
	width: 420px;
	float: right;
	height: 216px;
}
#umbrella{
	width: 250px;
	height: 250px;
	margin-top: 10px;
	margin-bottom: auto;
	margin-left: 120px;
	background: url() no-repeat;
	float: left;
}
#name{
	width: 350px;
	float: left;
	margin-right: 60px;
	margin-top: 0;
	margin-bottom: 0;
	height: 30px;
}

#info {
	height: 145px;
	float: left;
	margin-top: 14px;
}

#sidebar ul {
}

#info h2{
	height: 10px;
	float: left;
	margin-right: 60px;
	padding-top: 2px;
}
h1{
	font-size: 50px;
	font-variant: small-caps;
	margin: 0;
}
h2{
	font-size: 30px;
	margin-top: -10px;
}

a{
	text-decoration: none;
	color: #000;
}
a:hover{
	text-decoration: none;
	color: #3c3c3c;
}

div#content.narrowcolumn {
	width: 903px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 30px;
	float: left;
}

div#content.storecolumn {
	float: left;
	background-color: white;
	width: 600px;
}

#post-219 {
	width: 600px;
}

#wpsc_categorisation-3 h2.widgettitle {
	margin: 20px 0 8px;
}



.post {
	width: 437px;
	float: left;
	padding-left: 2px;
	padding-right: 2px;
	background-color: white;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 12px;
}

div.entry {
	line-height: 18px;
	border-top-style: solid;
	margin-top: 6px;
}

#post-219 div.entry {
	border-style: none;

}

div.entry p {
	margin-top: 5px;
}

.post h2 {
	padding: 0;
	margin-bottom: 10px;
	line-height: 23px;
}

#footer {
	width: 900px;
	margin: auto auto;
	border-top: 10px solid black;
	clear: both;
	padding-bottom: 1px;
	background-color: white;
}

#page hr {
	display: none;
}

div#content.widecolumn {
	width: 900px;
}

div#content.widecolumn .post {
	width: 888px;
	
}

#sidebar {
	float: left;
	width: 282px;
	line-height: 17px;
	background-color: white;
	margin-right: 10px;
}

#sidebar ul li{
	margin: 0;
}



