/*  
Theme Name: TC01
Theme URI: http://www.tonycliff.com/
Description: Knocking on wood...
Version: 1.0
Author: Tony Cliff (duh)
Author URI: http://www.tonycliff.com
*/


/* @group Global */

* {
	margin: 0;
	padding: 0;
	}
			
body {
	font-size: 12px;
	font-family: Georgia, "Georgia", "Times New Roman", Times, serif;
	color:#000000;
	}
	
a:link {
	color:#961a1a;
	text-decoration:none;
	}
	
a:visited {
	color: #8c2c2c;
	text-decoration: none;
	}
	
a:hover {
	color:#d03030;
	text-decoration:underline;
	}

a img{ 
	border:none; 
	}
	
/* @end */

/* @group HEADER */

#floral {
	width: 100%;
	height: 90px;
	background-image:url(images/header_BG.gif);
	}
	
#headername {
	position: relative;
	}
	
img#name{
	position: absolute;
	top: 6px;
	left: 0px;
	z-index: 1;
	}
	
#headerimage {
	width: 940px;
	text-align:right;
	margin: 0 auto;
	}

#navbar {
	width: 100%;
	height: 40px;
	background-color:#000000;
	border-bottom:#FFFFFF 1px dotted;
	}
	
#navmenu {
	width: 940px;
	height: 40px;
	margin: 0 auto;
	overflow:hidden;
	}
	
#navmenu ul {
	list-style-type:none;
	margin: 0;
	padding-left: 206px;	
	font-size: 12px;
	font-weight: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	}
	
#navmenu ul li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	}

#navmenu ul li a{
	display:block;
	padding: 12px 30px;
	border: 0;
	background-color:none;
	text-decoration:none;
	color:#FFFFFF;
	}
	
#navmenu ul li a:hover{
	color: #FFFFFF;
	background-color:#CC0000;
	}
	
#navmenu .current_page_item { /*theoretically, should make the current page tab "stay highlighted", assuming the code works out properly. once it's included*/
	background-color:#CC0000;
	}
	
#navbarshadow {
	width: 940px;
	height: 16px;
	background:url(images/header_shadow.gif) top center no-repeat;
	margin: 0 auto;
	}
	
/* @end */
	
/* @group BODY LAYOUT */

#main {
	width: 940px;
	height: 100%;
	background-color:#FFFFFF;
	margin: 0 auto;
	}

#leftbar {
	/*background-color: #CCCCCC; /*REMOVE*/
	width: 200px;
	height: 350px; 
	float: left;
	clear: none;
	}

#content {
	/*background-color:#FBFBFB; /*REMOVE*/
	width: 500px;
	/*height: 900px; /*REMOVE*/
	min-height: 500px;
	float: left;
	clear: none;
	margin-left: 5px;
	}
	
#rightbar {
	/*background-color:#CCFFCC;*/
	width: 185px;
	/*height: 420px; /*REMOVE*/
	float:left;
	clear: none;
	margin-left: 10px;
	padding-left: 15px;
	border-left: #CCCCCC 1px solid;
	}

#singlerightbar {
	width: 185px;
	float:left;
	clear: none;
	margin-top: 81px;
	margin-left: 15px;
	padding-left: 10px;
	border-left: #CCCCCC 1px solid;
	}

#footer {
	clear: both;
	width: 650px;
	margin: 0 auto;
	border-top:#CC0000 1px dotted;
	background-color:#FFFFFF;
	padding: 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	font-size: 10px;
	}
	
/* @end */

/* @group LEFT SIDEBAR with all the projects and stuff */
/* This sidebar technique is totally stolen from John Martz @ www.robotjohnny.com */

#leftbar ul { /* This hides the text! */
	list-style-type: none;
	text-indent: -9999px;
	}

li#ddtoc { /* This turns the li into a box, sets the image background */
	width: 200px;
	height: 70px;
	background-image:url(images/left-DDTOC.jpg);
	overflow: hidden;
}

li#ddtoc a { /*This matches the a box to the li box */
	width: 200px;
	height: 70px;
	display: block;
}

/* NOW REPEAT, WITH OTHER IDs: */

li#ddaq {
	width: 200px;
	height: 70px;
	background-image:url(images/left-DDAQ.jpg);
	overflow: hidden;
}

li#ddaq a {
	width: 200px;
	height: 70px;
	display: block;
}

li#oak {
	width: 200px;
	height: 70px;
	background-image:url(images/left-OAK.jpg);
	overflow: hidden;
}

li#oak a {
	width: 200px;
	height: 70px;
	display: block;
}

li#animation {
	width: 200px;
	height: 70px;
	background-image:url(images/left-ANIMATION.jpg);
	overflow: hidden;
}

li#animation a {
	width: 200px;
	height: 70px;
	display: block;
}


li#ddtoc:hover, li#ddaq:hover, li#oak:hover, li#animation:hover{ 
/* This offsets the background when you rollover it. See the PSD template - the image needs to be setup properly (400x70px, divided by 2) */
/* all the LIs from above need to be added to this HOVER list */
	background-position: 200px;
}

/* @end */

/* @group CONTENT STYLING */

	/* @group POST HEADINGS */
	.datetime {
		float: left;
		height: 45px;
		width: 50px;
		background: url(images/redblock.gif) no-repeat top left;
		font-size: 10px;
		font-weight: 100;
		text-align: center;
		color: #FFFFFF;
		line-height: 10px;
		padding-top: 14px;
		margin-right: 8px;
		}
	
	.datetime span { /* This is the NUMBER in the datetime box */
		display: block;
		line-height: 18px;
		font-size: 15px;
		position:relative;
		top: -4px;
		}
	
	.story h3 {
		padding-top: 10px;
		font-weight: normal;
		font-size: 22px;
		color:#000000;
		}
		
	.story h3 a:link, .story h3 a:visited {
		color: #000000;
		}
		
	.story h3 a:hover {
		color:#CC0000;
		text-decoration: none;
		}
			
	.postdeets {
		font-size: 10px;
		color:#999999;
		}
	
	.postdeets .p_category {
		/* border-left: 1px solid #ccc; Is border between Cats and Tags, but we don't have tags right now. Uncomment for a little border line! */
		padding-right: 5px;
		}
	
	.postdeets .p_tags {
		margin-left: 5px;
		}
		
	.postdeets a:hover {
		color: #999999;
		text-decoration:none;
		}
		
	/* @end */

/* This is where all the CSS for the STORIES go, probably */

.story p {
	font-size: 13px;
	margin-bottom: 10px;
	line-height: 1.4;
	}
	
.story img {
	max-width: 500px;
	border-bottom: #FFFFFF 1px solid;
	}
	
.story a img:link {
	border-bottom: #FFFFFF 1px solid;
	}
	
.story a img:hover {
	border-bottom: #CC0000 1px solid;
	}

.story .imageleft {
	margin-right: 10px;
	}
	
.story .imageright {
	margin-left: 10px;
	}

.storydetails {
	height: 5px;
	background-color:#F8F8F8;
	border-bottom:#999999 1px solid;
	margin-top: 15px;
	margin-bottom: 40px;
	}
	
.story ul {
	margin-left: 20px;
	margin-bottom: 10px;
	}
	
.story ol {
	margin-left: 20px;
	margin-bottom: 10px;
	}
	
.story blockquote {
	margin-left: 20px;
	margin-right: 20px;
	font-style: italic;
	}

/* END STORIES */
/* @end */

/* @group ARCHIVE HEADER STYLING */

.pagetitle {
	text-align:center;
	font-style:italic;
	font-weight:normal;
	font-size: 14px;
	color:#999999;
	margin: 15px 0 20px 0;
	}


/* @end */

/* @group That little NEXT/PREVIOUS thing */

.navigation {
	text-align:center;
	text-transform:lowercase;
	font-variant:small-caps;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 45px;
	}
	
.navigation a:hover {
	color:#FF0000;
	text-decoration:none;
	}

.navigation .navprev {
	padding-right: 10px;
	}
	
.navigation .navnext {
	padding-left: 10px;
	border-left: #CCCCCC 1px solid;
	}
	

/* @end

/* @group RIGHT SIDEBAR STYLING */

#rightbar h6 { /* "Filter posts by:" */
	font-size:12px;
	font-weight: normal;
	margin-top: 5px;
	}
	
#rightbar h5 { /*Category, Date, etc... */
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	border-bottom: #961a1a 1px dotted;
	margin-bottom: 4px;
	padding-bottom: 2px;
	padding-top: 4px;
	}
	
#rightbar ul {
	line-height: 1.2;
	color:#ae7373;
	}
	
#rightbar ul ul {
	line-height: 1.2;
	margin-left: 10px;
	}
	
#rightbar li {
	list-style-type:none;
	margin-bottom: 7px;
	}
	
#rightbar .children {
	margin-top: 5px;
	}
	

/* @end */

/* @group FOOTER! */

#footlocker {
	text-align: center;
	margin: 0 auto;
	padding-right: 50px;
	}

#footlocker p {
	color: #CCCCCC;
	}
	
#footlocker p a:link, #footlocker p a:visited {
	color:#999999;
	text-decoration:none;
	}
	
#footlocker p a:hover, #footlocker p a:active {
	color:#D97777;
	text-decoration:none;
	}
	
#footlocker p.littledecoration {
	margin-top: 20px;
	margin-bottom: 20px;
	}

/* @end */

/* @group SINGLE POST STYLES */

#singleleftbar {
	margin-top: 0px; /* Just shifts the Left Bar down on the single pages */
	}

.singlenav {
	width: 500px;
	height: 20px;
	background:url(images/singlenav-arrows.gif) no-repeat;
	border-bottom: #CCCCCC 1px solid;
	margin-bottom: 2px;
	margin-top: 10px;
	padding-top: 1px;
	text-transform:lowercase;
	font-variant:small-caps;
	font-size: 12px;
	}

.singlepreviousleft {
	text-align: left; 
	float: left;
	width: 200px;
	padding-right: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	height: 14px;
	margin-left: 25px;
	}

.singlenextright {
	text-align: right; 
	clear: right;
	width: 200px;
	float: right;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	height: 14px;
	margin-right: 25px;
	}
	
h3.singleheadline {
	margin-bottom: 10px;
	}
	
#singlerightbar h6{
	font-size: 12px;
	font-weight:normal;
	text-transform:lowercase;
	font-variant:small-caps;
	margin-bottom: 10px;
	}
	
#singlerightbar h5 {
	margin-top: 5px;
	}
	
#singlerightbar p {
	font-size: 10px;
	color:#666666;
	}
	
.singleedit {
	margin-top:20px;
	}
	
.singleendspacer {
	width: 500px;
	height: 65px;
	}	

/* @end */

/* @group PAGES */

#pagecontent {
	background-color:#FFFFFF;
	width: 695px;
	min-height: 600px;
	float: left;
	clear: none;
	margin-left: 5px;
	margin-bottom: 50px;
	}
	
#pagecontent h1 {
	color:#FFFFFF;
	font-size: 30px;
	font-weight: normal;
	background-color:#990000;
	padding: 8px 20px;
	}
	
.menupageitem h2 {
	color:#000000;
	font-size: 30px;
	font-weight: normal;
	border-bottom: #990000 1px dotted;
	line-height: 1.3;
	margin-bottom: 8px;
	}
		
.menupageitem h2 a:link, .menupageitem h2 a:visited {
	color:#000000;
	text-decoration:none;
	}

.menupageitem h2 a:hover, .menupageitem h2 a:active {
	color:#CC0000;
	text-decoration:none;
	}
	
#pagecontent ul {
	margin-left: 15px;
	}
	
	
.menupagebreaker {
	clear: both;
	padding-bottom: 15px;
	}
	
.menupage img {
	float:left;
	}
	
.menupage .description {
	margin-left: 170px;
	}
	
.contactlink {
	font-size: 22px;
	line-height: 1.7;
	margin-left: 20px;
	}
	
.address {
	text-transform:lowercase;
	font-variant:small-caps;
	}
	
.address a {
	text-decoration: none;
	}

.contactspacer {
	width: 20px;
	height: 60px;
	}

/* @end */

/* @group ABOUT PAGE */

.aboutpage {
	margin-left: 20px;
	}

.aboutpageitem {
	margin: 20px 300px 20px 0;
	line-height: 1.5;
	}
	
.aboutpageitem p {
	margin: 5px 0 15px 0;
	}
		
.aboutpageitem h4 {
	font-size: 21px;
	font-weight: normal;
	font-style:italic;
	border-bottom:#990000 1px dotted;
	}

/* @end */

/* @group PAGE ITEMS / IMAGE PAGES */
/* (For pages like portfolio pages, project galleries, etc. etc.) */

.imagepage {
	line-height: 1.4;
	}

.imagepage h3 {
	font-size: 15px;
	text-indent: 18px;
	border-bottom: #990000 1px dotted;
	margin: 12px 0px 6px 0px;
	padding: 5px 0;
	}
	
		
.pageitem {
	margin-bottom: 18px;
	}
	
.pageitem p {
	padding-left: 18px;
	margin: 10px 0;
	width: 550px;
	}
	
.pageitem ul {
	padding-left: 18px;
	}

.imagebox img {
	margin: 0 8px 8px 0;
	}

.imagebox {
	margin: 10px 0;
	padding-left: 18px;
	clear: both;
	}
	
.warning {
	color:#CCCCCC;
	padding: 5px;
	text-align: center;
	}
	
p.biglink {
	text-transform: lowercase;
	text-decoration: none;
	font-variant:small-caps;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
	}

/* @end */