@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/top-yellow-fade.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px; }
	
	
	
a:link {
	text-decoration: none;
	color: #FFD83F;
}
a:visited {
	text-decoration: none;
	color: #FFD83F;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #FFD83F;
}
	

.menu {/*width:600px;*/ height:36px; /*float:right;*/ text-align:left; background-color:black;margin-bottom:30px;}
.nav-button {
	float:left;
	height:25px;
	padding:5px;
	width:31%; 
	font-family:Helvetica;
	font-size:20px;
	margin-left:10px;
	
}
.black {background-color:black; color:white;}
.yellow {background-color:#FFD83F; color:black;}

	
.under-logo-type {
	height:35px;
	padding-left:23px;
	width:390px;
	/*margin-top:-10px;*/
}

.ent {
	color:#CCCCCC;
	float:left;
	font-family:Verdana;
	font-size:18px;
}

.out {
	color:#CCCCCC;
	float:right;
	font-family:Verdana;
	font-size:18px;
}

.nav-box {
	width:612px;
	height:70px;
	margin-top:25px;
}

.freelance-full {height:99px; float:left;}
.freelance {
	width:198px;
height:66px;
padding-top:4px;
	text-align:left;
	background-color:black;
}


.blog-full {height:99px; float:left;}
.blog {
	width:216px;
height:66px;
padding-top:4px;
	text-align:left;
	background-color:#FFD93F;
}

.about-full {height:99px; float:left;}
.about {
	width:198px;
height:66px;
padding-top:4px;
	text-align:left;
	background-color:black;
}


/* box font colors */
.ctt-yellow {color:#FFD83F;}
.ctt-black {color:black;}
.ctt-white {color:GhostWhite;}



/* box type position */
.nav-top-text {
	font-family:Helvetica;
	font-size:20px;
	margin-left:10px;
	margin-top:15px;
	width:100%;

}
	
.nav-btm-text {
	font-family:Helvetica;
	margin-left:10px;
	margin-top:5px;
	width:100%;
	
}

.btm-nav-type {
	color:#FFD83F;
	font-family:Trebuchet MS;
	font-weight:bold;
	/*padding-left:5px;*/
	margin-top:5px;
	text-align:left;
	width:100%;
}


/*   PORTFOLIO SECTION  */

.portfolio-slice {
	width:988px;
	/*height:255px;*/
}

.portfolio-slice-left {
	width:470px;
	height:255px;
	float:left;
}

.portfolio-slice-right {
	width:470px;
	height:255px;
	float:right;
}

.portfolio-slice-box-color {
	background-color:black;
}

.portfolio-slice-image {
	width:450px;
	height:231px;
	margin-left:0px;
	margin-top:12px;
}

.portfolio-slice-image-bg-color {
	background-color:white;
}

.featured-block {
	height:255px;
	position:relative;
	width:470px;
}

img.featured {
	height:231px;
	width:450px;
}

.featured-black-block {
	background-image:url(../images/bg-pup.png);
	border-bottom:1px solid WhiteSmoke;
	border-top:1px solid WhiteSmoke;
	bottom:12px;
	height:35px;
	position:relative;
	top:-36px;
	width:450px;
}

.featured-desc {
	height:30px;
	left:5px;
	padding-bottom:5px;
	position:absolute;
	width:440px;
}

.featured-desc-text-left {
	float:left;
	padding-left:5px;
	padding-top:1px;
	text-align:left;
	
}

.featured-text-header {
	color:#FFD83F;
	font-family:Arial;
	font-size:16px;
	/*font-weight:bold;*/
	text-align:left;
	
}

.featured-text-info {
	font-family:Verdana;
	font-size:10px;
	color:WhiteSmoke;
	text-align:left;
}


.featured-desc-text-right {
	float:right;
	
}


.featured-visit {
	padding-right:5px;
	padding-top:9px;
	float:right;
}

.featured-visit-text {
	color:#FFD83F;
	font-family:Verdana;
	font-size:12px;
	/*font-weight:bold;*/
	padding-left:5px;
	float:right;
}

.link-out-img {
	background-image:url(../images/link-out.png);
	background-repeat:no-repeat;
	padding-right:1px;
	padding-top:-6px;
	width:10px;
	height:10px;
	border-style:none;
	float:right;
	margin-top:4px;
}