* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	color:#CCC
}
a{
	color:#FFF;
	
}
a:hover{
	color:#FFF;

}
.left{
	float:left
}
.right{
	float:right
}
.clearfix{
	clear:both
}
body {
	background:#000;
	height: 100%;
	width:100%;
	color:#F2F2F2;
}
#loading{
	 z-index:20;	
	text-align: center;
	position: absolute;
	width: 50px;
	margin: 10px 0 0 20px;
}
html, body {
    height: 100%;
}
* html #container {
	height:100%
}

#loadingScreen{
	z-index:30;		
	min-height:100%;
	width:100%;
	position: absolute;
	top:0;
	left:0;
	background-color:white
}

p{
	font-size:1em;
	line-height:1.4em;
	margin-bottom:0.6em;
	letter-spacing:0.08em
	
}

#header{
	margin: 0;
	padding: 10px 0px 8px 0px;
	z-index:15;
	width: 100%;
	color:#CCC;
	background:url(../images/bg.black.png);
	position:absolute;
}
#headerbg{
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; 
	opacity: 0.85;
        filter: alpha(opacity = 85);
        width: 100%; /* stupid IE */
	height: 45px;
	margin: 10px 0px 0px 0px;
	background:#0f0f0f;
	z-index:10;
}
#grid-content {
	top:60px;
	overflow: hidden;
	height: 0;
	margin: 0px 20px 55px 75px;
       
	
}
#grid-content .box{
	width: 208px;
	margin: 2px;
	padding: 15px 15px 20px 15px;
	background:#0f0f0f;
	border-color:#0f0f0f;
	border-style:solid;
	border-width:1px;
}
#grid-content .double {
	width: 450px;
	
}
#grid-content .triple {
	width: 692px;
	
}
#grid-content .box h1 {
	color:#FFF;
	margin-bottom:0.2em;
	font-size:1.3em;
	line-height:1.2em;
	text-transform: uppercase;
}
#grid-content .box a{
	text-decoration:none;
	color:#fff;
}
#grid-content .box a:hover{
	text-decoration:underline;
}
#grid-content .box h1 a:hover{
	text-decoration:underline;
}
#grid-content .box p {
	color:#eee;
	
	
}
#grid-content .box .date {
	color:#666;
	margin-bottom:0px;
}
#grid-content .box .category {
	color:#666;
	margin-bottom:0px;
}
#grid-content .box .category a{
	text-decoration:none;
	color:#666;
}
#grid-content .box .category a:hover{
	text-decoration:underline;
}
#grid-content .box ul{
	padding:0px;
	margin:0px;
}
#grid-content .box ul li{
	background-image:url(../images/symbol.png);
	list-style-type: none;
	padding: 0 0 0 10px;
	background-repeat: no-repeat;
	background-position: left top;
}
#grid-content .box img{
	padding: 10px 0;
	/* visibility:hidden; */
         background-image:url(../images/pug_white.png);
        background-repeat: no-repeat;
        background-position: center;
}

#grid-content .box a img{
	cursor:url(../images/zoom.png), -moz-zoom-in;
}
#grid-content .box .content a{
        text-decoration:underline;
}

#logo{
	float:left;
	padding:0px 0px 5px 80px;
}
#menulist{
	float:left;
	margin-left:20px;
	
}
#menulist ul{
	padding:0px;
	margin:0px;
}
#menulist li{
	display:inline;
	font-size:0.9em;
	
	
}
#menulist li a{
	font-size:1.1em;
	display:block;
	
	text-decoration:none;
	line-height:35px;
	width:auto;
	float:left;
	padding:0px 10px 0px 10px;
}
#menulist li a:hover{	
	text-decoration:underline;	
}
#contact a, #work a{	
	text-decoration:none;
}
#contact a:hover, #work a:hover{
	text-decoration:underline;
}
#contact, #work,#profile{
	display:block;
	clear:left;
	margin-left:148px;
	width:75%;
	
}
table{
padding:0;
margin:0;
}
#profileContent{
	margin:0;
	padding:0;
	width:600px;
}
#profileContent td{
	width:150px;
	margin:0;
	padding:0;
}

#work p, #contact p{
	font-size:1.2em;
	margin:0px;
	padding-bottom:10px;
	
}

#pagenation{

	
	
}
#pagenation .right{
	text-align:right
}
#pagenation a{
	
	display:block;
	width:206px;
	height:20px;
	

	line-height:20px;
	font-size:1em;
	text-decoration:none;
	text-transform: uppercase;
}
#pagenation a:hover{
	text-decoration:underline;
	
}
