/* CSS Document */

/*  
Theme Name: JAC


*/


html{ 
	min-height: 100%; 
	margin-bottom: 1px;
	background-color: #FFFFFF;
}


body{
	color: #000000;
}

#wrapper{
	margin: 30px auto 50px auto;
	width: 850px;
	text-align: left;
	background-color:#FFFFFF;
}

/* POST
--------------------------------------- */


#projectcontainer{
	width: 850px;
	float: left;
	margin: 0;
	text-align:center
        font-family: Helvetica, sans-serif;
	font-size: 12px;

}


.post{
	background-color: #FFFFFF;
        font-family: "Courier New", Courier, monospace;
	font-size: 13px;
}

.excerpt{

        font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	line-height: 19px;
	letter-spacing: .5px;
        text-align: left;

}


.page {
	margin-bottom: none;
	padding: 0px;
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	line-height: 19px;
	letter-spacing: .5px;
	word-spacing: auto;
	text-align: left;
	vertical-align: top;
	color:#000000;
	width: 510px;
	float: left;
	list-style-type:none;
}

.page a{
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #000000;

}

.page a:hover{
	color: #0000FF;
	text-decoration: none;
	border-bottom: 2px solid #0000FF;
}

.pagesmall {
	margin-bottom: none;
	padding: 0px;
	font-family: "Courier New", Courier, monospace;
	font-size: 4px;
	word-spacing: auto;
}



/* NEWS
--------------------------------------- */


.news {
	margin-bottom: none;
	padding: 13px 0 0 0;
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	line-height: 19px;
	letter-spacing: .5px;
	word-spacing: auto;
	text-align: left;
	color:#000000;
	width: 510px;
	border-bottom: 1px solid #000000;

}

.news a{
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #000000;

}

.news a:hover{
	color: #0000FF;
	text-decoration: none;
	border-bottom: 2px solid #0000FF;
}

/* Header
--------------------------------------- */

.header{
	width: 850px;
	height: 50px;
	background-color:#FFFFFF;
}

.header1{
	padding: 0px;
	background-color:#FFFFFF;
	float: left;
}



/* ALL WORK
--------------------------------------- */

.archivethumb {
	margin-bottom: none;
	padding: 15px 15px 0 0;
	float: left;
	background-color:#FFFFFF;
	width: 150px;
	text-align: center;
}


.archivethumb img{
	margin-bottom: 0px;
}


.archivethumb a:hover img{
	filter:alpha(opacity=25);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	
}



/* Headings
--------------------------------------- */
.title {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .3px;	
	padding: 0px;
	margin-bottom: 0px;
	line-height: 18px;
	text-align: left;
}

.title a{
	color: #000000;
	text-decoration: none;
}

.title a:hover{
	text-decoration: none;
	border-bottom: 1px solid #000000;
}

.titlegray {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .3px;	
	padding: 0px;
	margin-bottom: 0px;
	line-height: 18px;
	color: #999999;
}

.titlelight {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .3px;	
	padding: 0px;
	margin-bottom: 0px;
	line-height: 18px;
	color: #CCCCCC;
}

.titlegray a{
	color: #999999;
	text-decoration: none;
}

.titlegray a:hover{
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #000000;
}

a img {
	border: 0px;
	padding: 0px;
}

/* Footer
--------------------------------------- */


#footer{
	background-color: #FFFFFF;
	clear:both;
	width:850px;
	margin-left: 15px;
	float: left;
}

#footer_wrap{
	width: 850px;
	float: left;
	margin: 0 35px 35px 10px;
}