/* GLOBAL STYLES */
h1, h2, h3, h4,h5, h6, fieldset, input, form, table, td, tr, thead, ul, ul li,blockquote,p {
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
	font-weight: normal;
}
.visuallyhidden {
	position: absolute !important;   
 	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);	
}
.button {
	-moz-border-radius:4px;-webkit-border-radius:4px;
	-khtml-border-radius:4px;border-radius:4px;
	-moz-box-shadow:inset 1px 1px 0 rgba(255,255,255,0.3);
	-webkit-box-shadow:inset 1px 1px 0 rgba(255,255,255,0.3);
	box-shadow:inset 1px 1px 0 rgba(255,255,255,0.3);
	cursor:pointer;
	display:inline-block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight: bold;
	padding:6px 16px;
	outline:none!important;
	text-align:center;
	text-decoration:none;
	position:relative;
	-moz-box-sizing:border-box!important;
	line-height:16px;
}

.button:hover{text-decoration:none;}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;}
.button span {
	display:inline-block;
	float:left;
	height:16px;
	margin-right:5px;
	position:relative;
	width:16px;
}

 .button-gray{
	 background:#f1f1f1;
	 background:-webkit-gradient(linear,left top,left bottom,from(#e9e9e9),to(#d1d1d1));
	 background:-moz-linear-gradient(top,#e9e9e9,#d1d1d1);
	 -pie-background:linear-gradient(top,#e9e9e9,#d1d1d1);
	 border:1px solid #bbb;
	 color:#555;
	 text-shadow:0 1px 0 #fff;
}
 .button-gray:hover,.button-gray:focus{
	 border:1px solid #aaa;
	 background:#ececec;
	 background:-webkit-gradient(linear,left top,left bottom,from(#e1e1e1),to(#c1c1c1));
	 background:-moz-linear-gradient(top,#e1e1e1,#c1c1c1);
	 -pie-background:linear-gradient(top,#e1e1e1,#c1c1c1);
	 border:1px solid #999;
	 color:#555;
}

body {
	background:#000 url(../img/background.jpg) fixed no-repeat top center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px ;
	line-height: 120% ;
	color: #d9dadb ;
	margin:0 0 50px 0;
}

h2{	
	font:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	width:95s0px;
	font-size:2.25em;
	/*margin-top:10px;*/
	line-height:1em;
	margin-bottom:25px;
	margin-left:15px;
}



h3 {
	font:Georgia, "Times New Roman", Times, serif;
	font-size:2.25em;
	/*margin-top:10px;*/
	line-height:1em;
	}
	
	
h3 a {
	color: #d9dadb;
	}
.h2subhead, .h2year {
	margin-top:5px;
	color:#666;
}

a {
	color: #039fd9;
	text-decoration:none;
	outline:none;
	
}

a:hover {
	color:#a4c8d5;

}

a img {
	border: 0;
}

/*p {
	margin-bottom:25px;
}*/

.pagination {
	margin-left:25px;
	color:#999999;
	}
.print {
	display: none;
}

.last {
	margin-bottom: 0 !important;
}

.search {
	height:32px;
	width:305px;
	background:url(../img/slices.png) no-repeat 0px -125px;
	margin-left:-6px;
	}

.text {
	font-family:Georgia, "Times New Roman", Times, serif;
	width:196px;
	margin-top:6px;
	margin-right:15px;
	float:right;
	padding: 2px;
	}	

/* LAYOUT */
#wrapper {
	margin: 0 auto;
	width: 1000px;
	position:relative;
}

.bgfade {
	background:url(../img/slices.png) no-repeat 0 -225px;
	height:191px;
	width:1000px;
	position:absolute;
	top: 117px;
	left: 0px;
	z-index:-1;
	}

.content {
	/*padding-top:10px;*/
	background:url(../img/background-crush.png) ;

}
/**************HEADER**********************/
#header {
	height: 117px;
	position:relative;
	
}

#logo {
	position:absolute;
	height:43px;
	width:246px;
	background:url(../img/slices.png) no-repeat 0px 0px;
	top: 39px;
	left:25px;
}

#nav {
	position:absolute;
	background:url(../img/slices.png) no-repeat 0px -44px;	
	height:18px;
	width:655px;
	top:59px;
	left:292px;
}
	
#nav li {
	position:absolute;
	top:0px;
}	

#nav .weblog {
	left:291px;
}

#nav .work {
	left:388px;
	}

#nav .navfriends {
	left:511px;
	} 
	
#nav a {
	display:block;
	height:25px;
}

#nav .weblog a {
	width: 81px;
}

#nav .work a {
	width: 57px;
	}
	
#nav .navfriends a {
	width: 144px;
	}

#nav .weblog a:hover {
	background:url(../img/slices.png) no-repeat -291px -65px;
	}

#nav .work a:hover {
	background:url(../img/slices.png) no-repeat -388px -65px;
	}	
	
#nav .navfriends a:hover {
	background:url(../img/slices.png) no-repeat -511px -65px;
}

#nav .weblog a:active {
	background:url(../img/slices.png) no-repeat -291px -65px;
	}

#nav .work a:active {
	background:url(../img/slices.png) no-repeat -388px -65px;
	}	
	
#nav .navfriends a:active {
	background:url(../img/slices.png) no-repeat -511px -65px;
}


#nav .activeweblog {
	background:url(../img/slices.png) no-repeat -291px -65px;
}	

#nav .activework {
	background:url(../img/slices.png) no-repeat -388px -65px;
}

#nav .activefriends {
	background:url(../img/slices.png) no-repeat -511px -65px;

}
/**************END HEADER**********************/

.topcap {
	height:25px;
	width:1000px;
	background:url(../img/slices.png) no-repeat 0px -165px;
	position:relative;
	}

/* GRIDS */

/* CLEARING DIV*/
.clearingdiv {
	width:1000px;
	height:1px;
	clear:both;
	}

/* FOOTER */
#footer {
	height:30px;
	width:1000px;
	background:url(../img/slices.png) no-repeat 0px -190px;
	color:#333333;
}

.footertext {
	margin-right:25px;
	float:right;
	}
	
/**************TOP CONTENT AREA**********************/

.oldernewerbg {
	height:42px;
	width:172px;
	background: url(../img/slices.png) no-repeat 0px -80px;
	position:absolute;
	top:0px;
	left:828px;
	z-index:5;
} 
.older {
	width:85px;
	height:42px;
	position:absolute;
	top:0px;
	left:0px;
}
.older a {
	background: url(../img/slices.png) no-repeat -660px -10px;
	display:block;
	width:85px;
	height:42px;
}
.older a:hover {
	background: url(../img/slices.png) no-repeat -660px -55px;
}
.olderdim {
	width:85px;
	height:42px;
	background: url(../img/slices.png) no-repeat -660px -100px;
	position:absolute;
	top:0px;
	left:0px;
}
.newer {
	width:87px;
	height:42px;
	position:absolute;
	top:0px;
	left:85px;
}
.newer a {
	display:block;
	width:87px;
	height:42px;
	background:url(../img/slices.png) no-repeat -745px -10px;
}
.newer a:hover {
	width:87px;
	height:42px;
	background:url(../img/slices.png) no-repeat -745px -55px;
}
.newerdim {
	width:87px;
	height:42px;
	position:absolute;
	top:0px;
	left:85px;
	background:url(../img/slices.png) no-repeat -745px -100px;
}
