@charset "UTF-8";
/* CSS Document */

/*Featured Styles-------------------*/




/* Body --------------------------- */

body {
	
	background-image: url(../images/wood-bg.jpg);
	background-repeat: repeat;
}


/* Main Position Layout --------------------------- */

#outer-outerWrapper{
	width: 100%;
	overflow: hidden;
	position: relative !ie;
	background-image: url(../images/outer-outerWrapper.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-position: bottom;
}
#outerWrapper{
	width: 100%;
	overflow: hidden;
	position: relative !ie;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/outterWrapper-bg.jpg);
}
#innerWrapper{
	overflow: hidden;
	position: relative !ie;
	
}

#header{
	margin-bottom: 10px;
	margin-top: 10px;
}

#left-col{
	margin-top: 50px;
	margin-bottom: 10px;
	
}
#innerLC-A{
	margin: 0px;
	padding: 0px;
}

#innerLC-B{
	margin: 5px;
	padding: 0px;
}

#right-col{
	margin-top: 50px;
	margin-left: 0px;
	background-image: url(../images/right-coltrans-bg.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding: 0px;
	margin-bottom: 10px;
}

#footer{
	height: 200px;
	margin-top: 200px;
}

#footer-left{
	margin-top: 120px;
	color: #777777;
	padding: 20px;
}
#footer-right{
	margin-top: 120px;
}
/* Sub Position Layout --------------------------- */

#logo{
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#sub-header{
	margin-top: 10px;
	margin-bottom: 10px;
}

#nav{
	padding: 0;
	margin: 0;
}
#about, #contact, #ad, #feat{
	padding:10px;
}
.about-txt, .contact-txt, .ad-txt, .feat-txt{
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#logos, #identity-pacs, #print-design, #websites, #end{
	
	color: #333;
	padding: 10px;
}
.feat-image{
	margin: 0px;
	padding: 0px;
}


/*Top In HEADER Horizontal Nav

----------------------------------------------- */

#top-nav{
	margin: 0px;
	padding:0px;

}
.top-nav{
	margin-top: 15px;
	padding: 0px;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*UL List Box

----------------------------------------------- */

.top-nav ul{ 
	margin:0px;
	padding:0;
	list-style: none;
}


/*LI List

----------------------------------------------- */

.top-nav ul li {
	display:inline;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 5;
	margin-left: 0px;

}


/* UL Anchor

----------------------------------------------- */
.top-nav ul a {
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;	
}

.top-nav ul a span { position: absolute; left: -999em; }

.top-nav ul a.one {background:url(../images/nav/topnav/about-nav.png);}
.top-nav ul a.two {background:url(../images/nav/topnav/portfolio-nav.png);}
.top-nav ul a.two-a {background:url(../images/nav/topnav/logos-nav.png);}
.top-nav ul a.two-b{background:url(../images/nav/topnav/idpack-nav.png);}
.top-nav ul a.two-c{background:url(../images/nav/topnav/printdesign-nav.png);}
.top-nav ul a.two-d{background:url(../images/nav/topnav/webdesign-nav.png);}
.top-nav ul a.three{background:url(../images/nav/topnav/contact-nav.png);}
.top-nav ul a.four{background:url(../images/nav/topnav/blog-nav.png);}





.top-nav ul li.current{

}

/*FOOTER Nav

----------------------------------------------- */


.footer-nav{
	padding: 0px;
	float: left;
	margin: 0px;
}
.footer-nav ul{ 
	margin:0px;
	padding:0;
	list-style: none;
}
.footer-nav ul li {
	display:inline;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 5;
	margin-left: 0px;

}
.footer-nav ul a {
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.footer-nav a:hover, #navi a:active{
	background-position: center 11px;
	background-image: url(../images/nav/hover.png);
	background-repeat: no-repeat;
}
.footer-nav ul a span { position: absolute; left: -999em; }


/*Light Box

----------------------------------------------- */

.credits {
	font: 130%/110% Garamond, Georgia, serif;
	text-align: center;
	color: #999;
	width: 300px;
	margin: .5em auto 1.5em;
	padding-top: 8px;
	border-top: 1px solid #ededed;
	letter-spacing: 2px;
}
.credits em {
	color: #999;
}
.credits a {
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
}
.credits a:hover {
	text-decoration: underline;
}
img {
	border: none;
}

/* ---------- gallery styles start here ----------------------- */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	margin: 10px;
	padding: 0;
	float: left;
	position: relative;
	width: 265px;
	height: 180px;
}

.gallery a {
	text-decoration: none;
	color: #999;
}
.gallery a:hover {
	color: #000;
	text-decoration: underline;
}
.gallery img {
	border: none;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 08px;
	padding-left: 06px;
}
.gallery em {
	width: 265px;
	height: 43px;
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	text-align: center;
	padding-top: 150px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: italic;
	line-height: 100%;
	background-image: url(../images/watercolor-mask-big.png);
	background-repeat: no-repeat;

}


/* ---------- AD - gallery styles start here ----------------------- */
.ad-gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ad-gallery li {
	padding: 0;
	float: left;
	position: relative;
	background-image: url(../images/ad-bg.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.ad-gallery a {
	text-decoration: none;
	color: #999;
}
.ad-gallery a:hover {
	color: #000;
	text-decoration: underline;
}
.ad-gallery img {
	border: none;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 08px;
	padding-left: 06px;
}





.feat-section{
	margin-top: 15px;
	padding: 0px;
	
	
}
.feat-section ul {
	list-style: none;	
}

.feat-section ul li {
	display: inline;
	list-style: none;	
}

.feat-section ul a {
	display: block;
	margin: 5px;
	padding:9px;
	background-image: url(../images/testwhitePic.png);
	background-repeat: no-repeat;
	float: left;
}
/* Contact Form

----------------------------------------------- */
input{
	background-color:transparent;
}

textarea {
 background-color: transparent;
}



/* Favs Slide

----------------------------------------------- */

#slide-panel {
	width: 100%; /*WIDTH OF HIDDEN SLIDE PANEL*/
	display: none; /*THE ELEMENT WILL NOT BE DISPLAYED*/
	border-right-width: 2px; /*ADDS RIGHT BORDER OF 2PX*/
	border-left-width: 2px; /*ADDS LEFT BORDER OF 2PK*/
	border-right-style: solid; /*MAKES RIGHT BORDER SOLID*/
	border-left-style: solid; /*MAKES LEFT BORDER SOLID*/
	border-right-color: #626262; /*RIGHT BORDER COLOR*/
	border-left-color: #626262; /*LEFT BORDER COLOR*/
	background-color: #949494; /*SLIDE PANEL BACKGROUND COLOR*/
	border-bottom-width: 2px; /*ADDS BOTTOM BORDER OF 2PX*/
	border-bottom-style: solid; /*MAKES BOTTOM BORDER SOLID*/
	border-bottom-color: #626262; /*BOTTOM BORDER COLOR*/
	opacity: .8; /*SETS SLIDE PANEL BACKGROUND'S OPACITY TO 80%*/
	margin: auto; /*CENTERS OUR SLIDE PANEL*/
	background-image: url(../images/outterWrapper-bg.jpg);
	background-repeat: repeat-x;
}
 
.slide {
	margin: 0; /*NO MARGIN*/
	padding: 0; /*NO PADDING*/
	background-image: url(../images/slide_button.png); /*ADDS OUR BUTTON IMAGE*/
	background-repeat: no-repeat; /*STOPS BUTTON FROM REPEATING*/
	background-position: center top; /*SETS BUTTON POSITION*/
}
 
.btn-slide {
text-align: center; /*ALIGNS TEXT CENTER*/
width: 191px; /*BUTTON WIDTH*/
height: 26px; /*BUTTON HEIGHT*/
display: block; /*DISPLAY AS A BLOCK*/
color: #fff; /*TEXT COLOR*/
text-decoration: none; /*REMOVES UNDERSCORE FROM LINK*/
font-family: Arial, Helvetica, sans-serif; /*FONT FAMILY*/
font-weight: bold; /*TURNS TEXT BOLD*/
font-size: 1em; /*FONT SIZE*/
margin-right: auto; /*MARGIN AUTO*/
margin-left: auto; /*MARGIN AUTO*/
line-height: 22px; /*LINE HEIGHT OF BUTTON TEXT*/
} 


/* Featured Section

----------------------------------------------- */

.featpg-title{

}

.feat-monthtext{
	margin-top: 10px;
	margin-bottom: 10px;
}



.feat-project {
	background-image:url(../images/project-bglarge.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 5px;
	height: 525px;
	}
	
.feat-title {
	font-size: 24px;
	line-height: 1em;
	color: #464646;
	margin: 5px;
	padding: 5px;
	font-weight: bold;
	}
	
.feat-icon {
	background-image: url(../images/feat/icon.png);
	background-repeat: no-repeat;
	height: 55px;
	width: 253px;
	margin: 10px;
}
.feat-item{
	font-size: 16px;
	color: #464646;
	padding: 5px;
	line-height: 1.25px;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}

.feat-details {
	font-size: 14px;
	line-height: 1.1875em;
	color: #444444;
	margin: 5px;
	background-color: #F1F1F1;
	padding: 5px;
	}

.feat-details a {
	text-decoration: none;
	color: #00AEEF;
	}

.feat-details a:hover {
	color:#464646;
	text-decoration:none;
}




/* Featured Gallery

----------------------------------------------- */





.feat-gallery {
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10;
}
.feat-gallery li {
	padding: 0;
	float: right;
	margin: 0px;
}

.feat-gallery a {
	text-decoration: none;
	color: #464646;
}
.feat-gallery a:hover {
	color:#00CCFF;
	text-decoration:none;
}
.feat-gallery img {
	border: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
