/*
Theme Name: Incentive Blog
Theme URI: http://www.perks.com/
Author URI: http://perks.com/
Author: Perks
*/

*,form,h1,h2,h3 {
    margin:0;
}
body {
    margin:0 auto;
    color:#595959;
    font-family:Arial, Verdana, Sans-Serif;
	background:#FFF url(/wp-content/themes/incentiveblog/images/bkgrd.jpg) repeat-x;
}
html, body {
    height: 100%;
}
img {
	border:none;
}
a {
    text-decoration:underline;
    color:#00AEEF;
}
ul {
	list-style-type:none;
	padding:0;
}
#wrapper {
	width:960px;
	margin:0 auto;
}
#visitperks {
	position:relative;
	text-align:right;
}
#leftcol {
	width:250px;
	float:left;
}
#rightcol { 
	width:690px;
	padding:0 0 50px 0;
	float:left;
}
#rightcol h2 {
	font-size:1.5em;
	letter-spacing:-1px;
	color:#00AEEF;
}
#rightcol h2 a{
	text-decoration:none;
}
#rightcol small {
	color:#adadad;
}
#rightcol .entry {
	margin:10px 0 10px 0;
}
#rightcol .excerpt p {
	background-color:#4dbaf7;
	color:#FFF;
	display:block;
	outline-style:none;
	outline-width:medium;
	padding:15px;
	margin: 0 0 25px 0;
	font-size:1.3em;
	line-height:1.1em;
	width:100%;
	-moz-border-radius:5px;
	-webkit-border-radius:5px; 	
}
#rightcol .entry p {
	font-size:.85em;
	padding:7px 0;
	line-height:1.5em;
}
#rightcol p.postmetadata {
	font-size:.65em;
	margin:0 0 25px;
}
#rightcol .navigation {
	margin: 25px 0;
	font-size:0.8em;
}
#rightcol #commentform textarea {
	width:500px;
	margin:10px 0;
}
#rightcol .post {
	margin:0 0 45px;
	border-bottom:1px #f1f1f1 solid;
}
/*
#page {
    width:960px;
    margin:0 auto;
}
*/
#header {
    width:100%;
	height:64px;
	margin:25px 0 0;
}
#header h1 {
    width:280px;
    height:64px;
    background-image:url(/wp-content/themes/incentiveblog/images/logo.png);
	background-repeat:no-repeat;
    float:left;
}
#header .title {
	width:100%;
	overflow:auto;
}
#header .title h2 {
	color:#FFF;
	position:absolute;
	left:-9999px;
}
#header h1 a {
    width:158px;
    height:64px;
    display:block;
}
#header h1 span {
    position:absolute;
    left:-9999px;
}
#header ul {
    list-style-type:none;
    margin:50px 0 0 0;
    padding:0;
}
#header ul li {
    float:left;
    margin: 3px 15px 0 0;
}
#content {
	margin:25px 0 0;
}
#sidebar h2 {
	font-size:15px;
	background-color:#4dbaf7;
	color:#FFF;
	display:block;
	outline-style:none;
	outline-width:medium;
	padding:5px;
	width:80%;
	-moz-border-radius:5px;
	-webkit-border-radius:5px; 
	text-transform:lowercase;
	letter-spacing:-1px;
	*letter-spacing:0;
	margin:0 0 10px;
	*margin:0 0 15px 0;
}
#sidebar a {	
	font-size:15px;
	text-decoration:none;
	text-transform:lowercase;
	color:#4dbaf7;
	letter-spacing:-1px;
	*letter-spacing:0;
}
#sidebar ul {
	margin:0 0 50px;
}
#sidebar li {
	padding:0;
	*padding:0 0 15px 0;
}
#footer {
	clear:both;
	padding:15px 0 0;
	width:960px;
}
.bookmarkify {
	margin:15px 0;
}
.bookmarkify small {
	display:none;
}