/*
Theme Name: The Design Foundry Theme - V2
Theme URI: http://www.thedesignfoundry.com
Description: Custom designed them for The Design Foundry's blog .
Version: 2
Author: Dave Fish | The Design Foundry
Author URI: http://www.thedesignfoundry.com/
Tags: custom header, the design foundry, experiental marketing design


	This theme was designed and built by Dave Fish,
	whose blog you will find at http://www.thedesignfoundry.com/blog

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* CSS Document */

* {
	padding: 0;
	margin: 0;
	border: 0;
	font: 12px Trebuchet MS;
	text-align: left;
	color: #000000;
	background-color: transparent;
}
#header img, #tagline img, .print_only {
	display: none;
}
/* STANDARD TAGS */
/* common elements */
h1, h2, h3 { 
	font-weight: 700; 
	}
h1 {
	color: #e9452a;
	font-size: 24px;
	padding-top: 1.1em;
}
h2 {color: #f26522; font-size: 14px; padding-top: 0.9em;}
h3 {color: #000000; font-size: 16px; padding-top: 0.8em; padding-left: 0.4em;}
h4, h5, h6 {display: none}
em {
	font-style: italic;
	font-weight: inherit;
}
b, strong a {font-weight: bold;}
strong {
	font-weight: bold;
	color: #000000;
}



/* page hierarchy and structure */
body {
	min-width: 780px;
	background-image: url(http://www.thedesignfoundry.com/images/background.gif);
	behavior: url("csshover3.htc");
}

#mainbodyarea {
	width: 942px;
	position: relative;
	top: 0;
	margin-left: -471px;
	left: 50%;
	background-image:url(http://www.thedesignfoundry.com/images/bodyback.png);
	background-repeat:no-repeat;
	min-height: 975px;
	
	}
	

#metaheader {
	background-color: #000000;
	height: 20px;
	width: 900px;
	position: absolute;
	top: 0;
	text-align: center;
	color: #5d5d5d;
	font-size: 10px;
	font-family: "Trebuchet MS";
	padding-top: 5px;
	margin-left: 21px;
	}

#logobar {
	width: 900px;
	height: 70px;
	top: 25px;
	position: absolute;
	background-image: url(http://www.thedesignfoundry.com/images/logobar.jpg);
	margin-left: 21px;	
	}
	
#imagearea {
	margin-left: 23px;
	width: 973px;
	height: 218px;
	top: 90px;
	position: absolute;
	background-image: url(http://www.thedesignfoundry.com/images/flash12.png);
	}
	
#subarea {
	padding-bottom: 30px;
	width: 942px;
	min-height: 500px;
	top: 308px;
	position: absolute;
	background-image: url(http://www.thedesignfoundry.com/images/sub-back.png);
	background-repeat: repeat-y;
	z-index:25;
	}
	
#menuarea {
	width: 250px;
	position: absolute;
	top: 15px;
	left: 23px;
	z-index: 25000;
}
#menuarea ul{
	list-style:none;
	margin:0px;
	padding:0px;
	}
#menuarea li a {
	display:none;
	height: 25px;
	text-decoration: none;
	font-weight:bold;
	font-size: 12px;
	}	
	
#menuarea li a:link, #menuarea li a:visited {
	color: #CCCCCC;
	display: block;
	background: url(http://www.thedesignfoundry.com/images/v3.jpg);
	background-repeat:repeat-x;
	padding: 6px 0 0 45px;
	font-family: Trebuchet MS;
	}
	
#menuarea li a:hover {
	color: #ff3c0e;
	background: url(http://www.thedesignfoundry.com/images/v3.jpg) 0 -30px;
	background-repeat:repeat-x;
	padding: 6px 0 0 45px;
	}
	
#menuarea li a:active {
	color: #ff0016;
	background: url(http://www.thedesignfoundry.com/images/v3.jpg) 0 -60px;
	background-repeat:no-repeat;
	padding: 6px 0 0 45px;
	}   
	
	  	
/* csshover stuff */

ul,li,a {
		display:block;
		margin:0;
		padding:0;
		border:0;
	}

ul {
		width:250px;
		
		list-style:none;
	}

li {
	position:relative;
	z-index:9;
	background-color: none;
	}
	
li.folder ul {
			position:absolute;
			left:120px; /* IE */
			top:5px;
		}		
li.folder>ul { left:140px; } /* others */

	a {
	text-decoration:none;
	color:#FF0000;
	font-weight:bold;
	width:100%; /* IE */
	}
	
li>a { 
	width:auto; 
	
	}
	
/* regular hovers */

a:hover {
	color:#e9452a;
	}
		
	
/* hovers with specificity */
	
li.folder:hover { 
	z-index:10; 
	}		
		
ul ul, li:hover ul ul {
		display:none;
	}

li:hover ul, li:hover li:hover ul {
		display:block;
	}
	
/* body text content */

#bodycontent-top {
	position: relative;
	top: -500px;
	left: 305px;
	min-height:541px;
	width: 625px;
	background-image: url(http://www.thedesignfoundry.com/images/mainbody.gif);
	background-repeat:repeat-y;
	z-index:5000;
	padding-left:25px;
	margin-right:-100px;
	}
	
#bodycontent-bottom {
	position: relative;
	left: 305px;
	height:19px;
	width: 605px;
	background-repeat:repeat-y;
	top: auto;
	z-index:5001;
	}
	
	
.bodytext {
	font-size: 12px;
	font-color: #000000;
	font-family: Trebuchet MS;
	margin-left: 30px;
	margin-right: 75px;
	}
#footer {
	width: 942px;
	height: 89px;
	position: absolute;
	margin-left: -471px;
	margin-top: 30px;
	left: 50%;
	background-image:url(http://www.thedesignfoundry.com/images/footer.png);
	background-repeat:no-repeat;
	
	}
	
#sidebar {
	width: 225px;
	position: relative;
	top: 300px;
	left: 25px;
	z-index: 26000;
}

#sidebar2 {
	width: 190px;
	position: relative;
	top: 270px;
	left: 25px;
	z-index: 26100;
	margin-left:20px;
	background-color:#000000;

}

#sidebar2 li{
	background-color:#000000;
	color:#ffffff;
	width: 190px;
	}
	
#sidebar2 ul{
	list-style-type:none:
	}
 

.sidebar {
	font-size: 9px;
	margin-left: 30px;
	font-family: Trebuchet MS;
	color: #CCCCCC;
	}
	
.sidebar2 {
	font-size: 8px;
	margin-left: 50px;
	font-family: Trebuchet MS;
	margin-right:-80px;
	}
	
li.sidebar2{
	width:190px;
	}
	
#copyright {
	position: relative;
	width: 250px;
	height: 50px;
	left: 50px;
	top: 15px;
	
	}
	
.copyright {
	font-family: Trebuchet MS;
	font-weight: bold;
	color: #CCCCCC;
	font-size: 9px;
	line-height: 10px;	
	}
	

	
#textlinks {
	position: relative;
	width: 550px;
	left: 350px;
	top: -30px;
	height: 35px;
	}
	
.textlinks {
	font-family: Trebuchet MS;
	font-weight: bold;
	color: gray;
	font-size: 9px;
	display:inline;
	}
	
.textlinks a:hover {
	color: #ffffff;
	display:inline;
	}
	
.textlinks a {
	color: gray;
	display:inline;
	}
	
.textlinks a:active {
	color: gray;
	display:inline;
	}
	
.textlinks ul, .textlinks ui, .textlinks a:link {
	color: gray;
	display:inline;
	}
	
.copyright {
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 9px;
	display:inline;
	}
	
.copyright a:hover {
	color: #ffffff;
	background-color: black;
	display:inline;
	text-decoration: underline;	
	font-size: 9px;
	}
	
.copyright a {
	color: #gray;
	display:inline;
	font-size: 9px;
	}
	
.copyright a:active {
	color: #gray;
	display:inline;
	text-decoration: underline;	
	font-size: 9px;
	}
	
.copyright ul, .copyright ui, .copyright a:link {
	color: #gray;
	display:inline;
	font-size: 9px;
	}

.footer {
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 9px;
	display:inline;
	}
	
.footer a:hover {
	color: #ffffff;
	background-color: black;
	display:inline;
	text-decoration: underline;	
	}
	
.footer a {
	color: #gray;
	display:inline;
	}
	
.footer a:active {
	color: #gray;
	display:inline;
	text-decoration: underline;	
	}
	
.footer ul, .footer ui, .footer a:link {
	color: #gray;
	display:inline;
	
	}	
	
/**WordPress specific CSS **/

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
	


.post {
	margin: 20px 120px 40px 0;
	color:#000000;
	line-height: 20px;
	}
	
.post *{
	color:#000000;
	line-height: 20px;
	font-size: 14px;
	}
	
.post h2 {
	color:#e9452a;
	font-size:14px;
	line-height: 20px;
	}
	
.post hr {
	display: block;
	}
	
	
.post h2 a:hover {
	color: #ffffff;
	text-decoration: none;
	font-size: 24px;
	display:block;
	line-height: 20px;
	margin-bottom: 10px;
	}
	
.post h2 a {
	color: #e9452a;
	font-size: 24px;
	display:block;
	line-height: 20px;
	margin-bottom: 10px;
	}
	
.post h2 a:active {
	color: #e9452a;
	text-decoration: none;	
	font-size: 24px;
	display:block;
	line-height: 20px;
	margin-bottom: 10px;
	}
	
.post h2 ul, .post h2 ui, .post h2  a:link {
	color: #e9452a;
	font-size: 24px;
	display:block;
	line-height: 24px;
	margin-bottom: 10px;
	}	
	
	.post h3 a:hover {
	color: #ffffff;
	text-decoration: none;
	font-size: 24px;
	display:block;
	line-height: 20px;
	margin-bottom: 10px;
	}
	
.post h3 a {
	color: #e9452a;
	font-size: 24px;
	display:block;
	line-height: 20px;
	margin-bottom: 10px;
	}
	
.post h3 a:active {
	color: #e9452a;
	text-decoration: none;	
	font-size: 24px;
	display:block;
	line-height: 20px;
	margin-bottom: 10px;
	}
	
.post h3 ul, .post h3 ui, .post h3  a:link {
	color: #e9452a;
	font-size: 24px;
	display:block;
	line-height: 20px;
	margin-bottom: 10px;
	}	
	
	
	
.post a:hover {
	color: #ffffff;
	text-decoration: none;	
	font-size: 12px;
	display:inline;
	}
	
.post a {
	color:#ff0000;
	font-size: 12px;
	display:inline;
	}
	
.post a:active {
	color: #e9452a;
	text-decoration: none;	
	font-size: 12px;
	display:inline;
	}
	
.post ul, .post ui, .post  a:link {
	color: #FF0000;
	font-size: 12px;
	display:inline;
	}		
	
	
	
	
	
	
	
	
	
	
	
	
	
	
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	}
	
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}
	
option {background-color: #000000; font-weight: bold; font-size: 12px; color: white;}

archive-dropdown {
	background-color:#ffffff;
	color:#000000;
	}
	
br {
 line-height: 24px;
 }
 
 p { margin-top: 0.5em; }
 p + p { margin-top: 0.5em; }
