/*  
Theme Name: Relentless Creativity
Theme URI: http://relentless-creativity.com/
Description: WordPress theme for Relentless Creativity. Designed by Jason Dauphinee and built by JF Godin.
Version: 1.0
Author: Jason Dauphinee and JF Godin
Author URI: http://yummygreenbeans.com/

	Relentless Creativity v1.0
	 http://relentless-creativity.com

	This theme was designed by Jason Dauphinee and built by JF Godin.

*/


/* =GLOBAL STYLES
--------------------------------*/
html {height:100%}

body {
	background:url(images/bg_relentless.png) no-repeat top left #e6e6e6;
	margin:0;
	padding:0;
	font-family:Helvetica, Arial, sans-serif;
	font-size:62.5%;
	color:#acacac;
	height:100%;
}

a {
	color:#ff0000;
	text-decoration:none;
}

a img {border:none}

p1 {
	font-size:180%;
        font-weight:bold;
	color:#999999;
}

p {
	font-size:125%;
	color:#666;
        line-height:17px;
}

pb {
	font-size:145%;
        font-weight:normal;
	color:#666;
        line-height:17px;
}

ol, ul { font-size:115% }

/* =CONTAINERS STYLES
--------------------------------*/
#wrapper {
	background:url(images/bg_bottom_right.png) no-repeat bottom right;
	height:100%;
}

#leftColumn {
	float:left;
	margin:0 0 0 200px;
	width:160px;
}

#logoBox {
		text-align:center;
		padding-bottom:20px;
		background:url(images/bg_dots.png) repeat-x bottom left;
}

#content {
	margin:40px 0 0 380px;
	width:465px;
}

.entry { border-bottom:1px solid #999 }

#footer {
	clear:left;
	width:645px;
	margin-left:200px;
	background:url(images/bg_dots.png) repeat-x top left;
	padding:10px 0;
	text-align:right;
}

/* =CONTENT STYLES
--------------------------------*/
#leftColumn h3 a {
	font-size:130%;
	font-weight:normal;
	color:#959595;
	margin-bottom:0;
	padding-bottom:0;
	text-decoration:none;
}

#leftColumn p {
	margin:0;
	line-height:1.4;
}

#leftColumn p a {
	font-weight:bold;
	color:#ff0000;
	text-decoration:none;
}

#leftColumn ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#leftColumn ul li {
	font-size:115%;
	padding:5px 0;
}

#leftColumn #searchform { margin-bottom:100px }

#content h1 {
	font-size:230%;
	color:#636363;
}

#content h1 a {
	color:#636363;
}

#content h1.index {
margin-bottom:0;
}

#content p.heading {
	color:#636363;
	font-size:230%;
	font-weight:bold;
}

#content span.headingHighlight {
	color:#333;
}

#content p.index {
	font-size:230%;
	font-weight:bold;
	color:#bcbcbc;
	margin:0;
}

#content p.indexLink a {
	font-size:115%;
	font-weight:bold;
	color:#ff0000;
	margin:0;
}

#content h3 {
	font-size:130%;
	color:#666;
}

#content .commentlist {
	margin:0;
	padding:0;
}

#content .commentlist li {
	font-size:115%;
	color:#666;
}

#content .commentlist li p {
	margin-top:0;
}

#content cite {
	font-weight:bold;
	color:#666;
}

#content p.postmetadata { 
	background:#F4F4F4;
	padding:5px;
}

#content p.author {
  font-style:italic;
  font-size:125%;
  margin-top:5px;
}

#footer #nav {
	margin:0;
	padding:0;
	list-style-type:none;
}

#footer #nav li {
	float:left;
}

#footer #nav li a {
	float:left;
	color:#bcbcbc;
	font-size:175%;
	font-weight:bold;
	text-decoration:none;
	padding:0 7px;
}

#footer #nav li.home a {
	padding-right:0;
	color:#636363
}

#footer #nav li.bio a {
	padding:0 13px 0 10px;
	background:url(images/bg_navpipe.png) no-repeat center right;
	color:#636363;
}

#footer #nav li.contact a {
	padding:0 9px 0 13px;
	background:url(images/bg_navpipe.png) no-repeat center left;
	color:#636363;
}

#footer #nav li a:hover {color:#ff0000;}

#footer .logos {
	padding-top:30px;
}

#footer p.fineprint {
	font-size:100%;
	color:#c1c1c1;
}