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

/* -------- Backgrounds -------- */

body									{ background: #000000 url(../images/bg.jpg) repeat-x; }
#searchform, #searchform input#s, .list	{ background: #383838; }
#project_wrap, .pagetitle				{ background: #000000; }
#footer_wrap							{ background: #1D1D1D;}
.info a.nextproject						{ background: url(../images/button_np.png) no-repeat top left; }
.info a.nextproject:hover				{ background: url(../images/button_nphover.png) no-repeat top left; }
.project_screen							{ background: #469497; }

/* -------- Borders -------- */

hr										{ border-top: 1px solid #383838; }
#project_wrap, .pagetitle				{ border-top: 1px solid #383838; border-bottom: 1px solid #383838; }
#footer_wrap 							{ border-top:1px solid #383838; }
.project_screen							{ border:5px solid #212121;}
.list h4								{ border-bottom: 1px solid #383838; }

/* -------- Fonts -------- */

.post h2.posttitle, h4.title, h1.logo, .module h4, h3.pagetitle { font-family: Helvetica, Arial, sans-serif; }
.module h4								{ font-weight: bold; }

/* -------- Colors -------- */

body									{ color: #aaaaaa; }
a {color:#fff;}

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