/*
Theme Name:Inspire by Working Three
Theme URI:http://workingthree.com
Description:Inspire by Working Three
Version:1.0
Author:Julian Thompson
Author URI:http://workingthree.com
Tags:Inspire by Working Three

*/

* {
	margin:0;
	padding:0
	}


/* 

TYPOGRAPHY 

*/


body {
	color:#666666;
	background:white;
	font-family:Helvetica, Arial, sans-serif;
	font-size:0.75em;	
	line-height:1.5em;
	}
	
	
a {
	text-decoration:none;
	color:#999999;
}

a:visited {
	color:#c1c1c1;
}

a:hover {
	color:#c1c1c1;	
}

blockquote {
	margin:1em 2em 1em 1em;	
	font-size:0.9em;
}

p {
	padding:0 0 14px 0;
	}	
	
#footer {
	color:#999999;
	font-size:11px;
	}

h1 {
	font-size:0;
  	text-indent:-1000px;
	}

h2 {
	font-size:20px;
	font-weight:normal;
	padding:0 0 20px 0;
	}
	
#sidebar h2 {
	padding:0 0 5px 0;
	font-size:18px;
	}	
	
li,ul,ol {
	list-style:none;
	text-indent:0px;
	margin-left:0px;
	padding-left:0pt;
	}
	
.small {
	font-size:10px;
	}
	

/* 

these rules are 
added for compatibility 
with WordPress Theme 
Directory 

*/

.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

.wp-caption {
	border:none;
	text-align:left;
	padding:0;
	margin:0;
}

.wp-caption img {
	margin:0;
	padding:0;
	border:none;
}

.wp-caption-dd {
	font-size:11px;
	line-height:17px;
	padding:0 4px 5px;
	margin:0;
}

/*

LAYOUT

*/
	
#page {
	margin:auto;
	width:890px;	
	}
	
#header {
	height:110px;
	background:url(images/Inspireheader.jpg) no-repeat;
	}
	
img {
	border:none;
	padding:0 0 8px 0;
	}
	
#content {
	margin: 20px 0 0 0;
	}	


.leftcol {
	float:left;
	width:400px;
	}
	
.rightcol {
	width:400px;
	margin:0 0 0 450px;
	}
	
.post {
	float:left;
	width:550px;
	}
	
.sidebar {
	width:200px;
	padding:0 0 0 650px;
	}
	
.widget {
	padding-bottom:20px;
	}
		
#footer {
	margin:20px 0 0 0;
	padding:10px 0 0 0;
	clear:both;
	height:75px;
	border-top:1px solid gray;
	}
	
/* 

NAVIGATION

*/
	
#navigation {
	}
	
#nav {
	background:#ffffff;
	height:20px;
	}

#nav li {
	width:120px;	
	}

#nav li, #subnav li {
color:#c1c1c1;
	float:left;
	list-style:none
	}

#nav a, #nav a:visited {
	
	text-decoration:none;
	padding:5px 15px 5px 5px;
	}

#nav a:hover, #nav a:active {
	background:#c1c1c1 url(images/tab.gif) no-repeat right;
	color:#ffffff;
	}
	
li.current_page_parent a,
li.current_page_parent a:visited {
	background:#c1c1c1 url(images/tab.gif) no-repeat right;
	color:#ffffff;
	}
	
#nav li.current_page_ancestor a,
#nav li.current_page_ancestor a:visited {
	background:#c1c1c1 url(images/tab.gif) no-repeat right;
	color:#ffffff;
	}
	
#nav li.current_page_item a,
#nav li.current_page_item a:visited {
	background:#c1c1c1 url(images/tab.gif) no-repeat right;
	color:#FFFFFF;
	}
	
	
	
	
#subnav {
	background:#c1c1c1;
	height:20px;
	}

#subnav li {
	margin:1px -5px 0 5px;
	width:120px;
	}	

#subnav a, #subnav a:visited {
	color:#FFFFFF;
	text-decoration:none;
		
	}

#subnav a:hover, #subnav a:active,
#subnav li.current_page_item a,
#subnav li.current_page_item a:visited {
	text-decoration:underline;
	}
	
/* 

BLOG NAVIGATION

*/


#blognav {
	background:#ffffff;
	height:20px;
	}

#blognav li {
	width:120px;	
	}

#blognav li {
	color:#c1c1c1;
	float:left;
	list-style:none;
	}

#blognav a, #blognav a:visited {
	
	text-decoration:none;
	padding:5px 15px 5px 5px;
	}

#blog a:hover, #blog a:active {
	background:#c1c1c1 url(images/tab.gif) no-repeat right;
	color:#ffffff;
	}
	
.blog a  {
	background:#c1c1c1 url(images/tab.gif) no-repeat right;
	color:#ffffff;
	}
	


