/*----------------------*/
/*---White Stylesheet---*/
/*----------------------*/

/*strong {font-weight: bold;} 
em {font-style: italic;}*/
/* -------- Lance -------- */

.single_cat{
	width: auto;
	text-transform: uppercase;
}

#files_used{
	background-color:#CCCCCC;
	border:1px solid #999999;
	padding:10px;
	
}

#file_img{
	float:left;
	background-color:#DDDDDD;
	border:1px solid #999999;
	padding:5px;
	margin-right:5px;
	margin-bottom:15px;
	z-index:-1;
}

.clear{ 
	clear:both; 
}

#file_type{
	position:relative;
	z-index:101;
	width:10px;
	height:13px;
	margin-left:-8px;
	margin-top:-13px;
}

#design_info{
	float:right;
	width:220px;
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	padding:10px;
	margin-bottom:10px;
}

#file_txt{
	float:left;
	width:300px;
}
/* -------- Backgrounds -------- */

body, #container {
	background: #fff;
}
#header_wrap {
	background: #fff url(../images/topborder_grey.gif) repeat-x top;
}
#footer_wrap {
	background: #e2e2e2;
}
#footer a.feed {
	background-image: url(../images/rss_grey.gif);
}
#searchform, #searchform input#s, .list {
	background: #e2e2e2;
}
#project_wrap, .pagetitle {
	background: #e0e0e0;
}
.info a.nextproject {
	background: url(../images/nextproject_grey.gif) no-repeat top left;
}
.navigation a {
	background: #4a9daa;
}
input.text, textarea {
	background: #e2e2e2;
}
input.submit {
	background: #4a9daa;
}
.project_screen {
	background: #dadada;
}
/* -------- Borders -------- */

#footer_wrap {
	border-top: 1px solid #d4d4d4;
}
hr {
	border-top: 1px solid #e0e0e0;
}
ul.main_nav li {
	border-left: 1px solid #ccc;
}
ul.main_nav li.current_page_item a, #home li.left a, ul.main_nav a:hover {
	border-bottom: 1px dotted #333;
}
ul.main_nav li.left {
	border: none;
}

#project_wrap, .pagetitle {
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}
.project_screen {
	border: 1px solid #dadada;
}
.flickr img {
	border: 1px solid #fff;
}
.list h4 {
	border-bottom: 1px solid #d7d7d7;
}
.commentlist {
	border-top: 1px solid #e9e9e9;
}
.comment {
	border-bottom: 1px solid #e9e9e9;
}
.name {
	border-right: 1px solid #e9e9e9;
}
.text {
	border-left: 1px solid #e9e9e9;
}
/* -------- Fonts -------- */

.post h2.posttitle, h4.title, h1.logo, .module h4, h3.pagetitle {
	font-family: Helvetica, Arial, sans-serif;
}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size:16px;
}
.module h4 {
	font-weight: bold;
}
textarea {
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
/* -------- Colors -------- */

body {
	color: #6e6e6e;
}
#header_wrap {
	color: #555;
}
#footer_wrap {
	color: #8a8a8a;
}
h1.logo, h1.logo a, h2.posttitle, h2.posttitle a, .info h2 a, .info h2, h4.title {
	color: #333;
}
a, p.description {
	color: #4a9daa;
}
p.comments, p.comments a {
	color: #99a5a7;
}
.info a.nextproject {
	color: #fff;
}
.module h4, .list a {
	color: #5f5f5f;
}
.navigation a {
	color: #fff;
}
input.text, textarea {
	color: #6e6e6e;
}
input.submit {
	color: #fff;
}

/* -------- Miscellaneous -------- */
