/* Theme Name: The Lifestyle
Theme URI: http://thelifestyle.info
Description: The Lifestyle
Version: Infinity	
Author: Stephen Olson
Author URI: http://thelifestyle.info */

/* MAIN STUFF */

img#wpstats{display:none}
* {
	margin: 0 auto;
	padding: 0;
	list-style: none
}
a {
    color: black;
	text-decoration: underline;
}
a:hover {
    color: #53d1ff;
    text-decoration: underline;
}
a:focus {
	outline: 0;
}
strong, strong a, h2 {
	font-family: "museo-sans-1","museo-sans-2",sans-serif;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
    line-height: 24px;
}
img {
    padding-top: 5px;
}
body {
	text-align: left;
    font-family: helvetica;
    font-size: 11px;
    font-weight: lighter;
	letter-spacing: 1px;
    line-height: 16px;
}
#wrapper {
	width: 1000px;
	float: left;
    background-color: black;
}

/* SIDEBAR */

#sidebar{
    position: absolute;
	padding-top: 50px;
	float: left;
	width: 225px;
	background-color: black;
}
#sidebar a{
    text-decoration: none;
}
#sidebartext{
    padding-left: 25px;
}
#sidebarnav-name, #sidebarnav-name a {
    text-transform: uppercase;
	color: #53d1ff;
}
#sidebarnav-contact, #sidebarnav-contact a {	
	color: #a9a9a9;
	margin-bottom: 25px;
}
#sidebarnav, #sidebarnav a {
	color: #a9a9a9;
    line-height: 24px;
}
#sidebarnav-contact a:hover, #sidebarnav-contact .active, #sidebarnav a:hover, #sidebarnav .active {
	color: white;
}

/* CONTENT */

#content {
	float: right;
	background-color: white;
	padding-top: 50px;
	width: 775px;
}
.entrybody {
	float: right;
	width: 600px;
}
.entrybody p {
	padding-bottom: 75px;
}

/* BLOGROLL */

.linkcat h2 {
	text-transform: uppercase;
}
#linkcat-51 a {
	text-decoration: none;
}
#linkcat-51 a:hover {
	text-decoration: underline;
}
#linkcat-51 ul li {
	display: inline;
}

/* COLUMNS */

.columnp {
	padding-top: 10px;
	display: inline-block;
}
.columnplink a {
    color: #53d1ff;
	padding-top: 10px;
	display: inline-block;
}
.post_column_1 p {
	padding-bottom: 25px;
}

/* IE6 ONLY */

* html body, #sidebar, #wrap, #wrapper, #content {
    height: 100%;
}
