/* 
Title:		Pemaquid 2.0	
Author: 	Pemaquid Communications
Date: 		08/31/2006
Print CSS
*/
/* general styles
---------------------------------------------------------- */
body {
	font: small verdana, tahoma, arial, helvetica, sans-serif; 
	margin: 0 auto;
	padding: 0;
	background:#fff url(/images/background.gif) repeat-x top left;
	color: #333;  
	line-height: 1.4em;
	}

h1{
	font-size: 150%;
	}

h2{
	font-size: 140%; 
	padding:0;
	margin:0;
	}
h3{
	font-size:120%;
	margin:0;
	padding:0;
	}

li {list-style: disc;}

a, a:visited{
	color:#000;
	text-decoration:underline;
	}

a:hover{color:#FF8700;}

img {border:none;}	

blockquote p { /* remove default padding around p tag within quotes */
	padding:0; 
	margin:0; 
	}
	
.clear {clear:both;}

.right{
	float:right;
	padding:0 0 0 10px;
	}

.left{
	float:left;
	padding:0 10px 0 0;
	}

.text_right{
	text-align:right;
	}

/* font-size helpers */
.medium{font-size:80%;}
.small{font-size:71%;}
		
/*page structure
---------------------------------------------------------- */	
#container {
	margin:0 auto;
	padding:0;
	width:720px;
	}
	
.four_column{
	font: small 'Lucida Grande', 'Lucida Sans Unicode'; 
	float:left;
	width:160px;
	margin-left:20px;
	font-size:95%;
	}

.left_column{
	margin-left:0px;
	}

#leftside {
	float: left;
	margin:5px 0 0 0;
	padding:0;
	width:450px;
	display:inline;
	}

#rightside {
	float: right;
	width: 220px;
	margin:5px 0 0 0;
	padding: 0;
	display:inline;
	font-size:85%;
	}

/* skipnav
---------------------------------------------------------- */	
#skipnav {
	position:absolute;
	left:-9999px;
	height:10px; /* Needs to be at least 1px high for Safari */
	}

#skipnav li {
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
	}

#skipnav a, #skipnav a:visited {
	color:#9AADD9;
	font-size:85%;
	text-decoration:none;
	}
	
#skipnav a:active, #skipnav a:focus {
	background-color:#ffc;
	color:#333;
	display:inline;
	font-size:71%;
	}
/* home promo - "Yeah, we can do that..."
---------------------------------------------------------- */	
.home_promo{
	 margin:0 auto;
	 padding:10px;
	 text-align:center;
	 }

.home_promo h3{
	font-size:160%;
	color:#F59A09;
	font-family:'Trebuchet MS'; 
	font-weight:bold;
	} 	

.home_promo li{
	 margin:0 auto;
	 list-style:none;
	 width:220px;
	 }
 
.home_promo a{
	 background:transparent url(/images/checkmark.gif) no-repeat left center;
	 padding-left:30px;
	 height:25px;
	 }
.home_promo .heading {
	font-size:300%;
	font-style:italic;
	margin:20px 0;
	}

.home_promo img {
	float:right;
	margin:10px;
	}

/*
	For moofx sliders on homepage and Portfolio page
*/

a img {border: 0;}
	
#moo {
	padding: 0 10px 25px 0;
	margin: 0 auto;
	text-align:left;
	width:400px;
	}
	
#moo div {
	margin: 0;
	padding: 0;
	height: 1%;
	}

#moo h3 {
	border-right:#efefef solid 3px;
	border-bottom:#efefef solid 3px;
	background: #fff;
	margin: 10px 0 0;
	padding: 1px 0;
	height: 24px;
	width: 100%;
	cursor: pointer;
	}

#moo h3 a:link, #moo h3 a:visited {
	padding: 2px 30px 1px;
	outline:none;
	display: block;
	text-decoration: none;
	color:#4E431D;
	}

#moo h3 a:hover {
	color:#FF8700;
	}

#moo h4 {
	font-size:80%;
	text-transform:uppercase;
	color:#666;
	margin:6px;
	text-align:center;
	} 

/* utility nav
---------------------------------------------------------- */	
#utility {
	height:10px; /* Needs to be at least 1px high for Safari */
	}

#utility li {
	margin:10px 20px;
	padding:0;
	list-style:none;
	display:inline;
	float:right;
	}

#utility a, #skipnav a:visited {
	color:#9AADD9;
	font-size:85%;
	text-decoration:underline;
	}
	
/* skip anchor
---------------------------------------------------------- */	
#skipanchor {
	text-indent:-9999px;
	}

/* page title
---------------------------------------------------------- */	
.page_title {
	margin:0;
	color:#FA9E0D;
	font-size:200%;
	font-style: italic; 
	/* font: italic 24px/26px 'Century Gothic','Trebuchet MS',Arial,Helvetica,sans-serif; */
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;; 
	font-weight: normal;
	}

#rightside ul {
	margin:10px;
	padding:0;		
	}
	
#rightside ul li{
	list-style-type:disc;
	} 
	
#nav, #utility, #testimonial{
	display:none;
	}

/*#header h1 a, .four_column h3, #rightside h3{
	text-indent:0;
	}*/
#rightside h3{
	height:auto;
	}	
#header h1{
		}	

#header h1 a{
	float:none;
	}
	
#header h1 a, .four_column h3.design, .four_column h3.cms, .four_column h3.sc, .four_column h3.training, #rightside h3.design, #rightside h3.cms, #rightside h3.sc, #rightside h3.training, #marquee{                                  
	display: list-item;               
	list-style-position: inside;      
	letter-spacing: -1000em;         
	font-size: 1pt;                   
	color: #fff;                      
	}	
	
#header h1 a{                        
	list-style-image: url(/images/logo_print.gif);
	height:47px;	            
	}	

.home_promo a{
	 list-style-image: url(/images/checkmark.gif);	            
	 }

.four_column h3.design, #rightside h3.design{
	list-style-image: url(/images/design.gif);
	}	

.four_column h3.cms, #rightside h3.cms{
	list-style-image: url(/images/cms.gif);
	}	
	
.four_column h3.sc, #rightside h3.sc{
	list-style-image: url(/images/sc.gif);
	}	
	
.four_column h3.training, #rightside h3.training{
	list-style-image: url(/images/training.gif);
	}
	
#marquee{
	list-style-image: url(/images/marquee_print.gif);
	}
	
.stretcher{
	background: #f3f3f3 !important;
	height: auto !important;
	opacity: 1 !important;
	visibility: visible !important;
	display: block !important;
	}

.portfolio h3, .home_promo h3 {
	font-size:130% !important;
	}
	
#leftside{
	width:450px !important;
	}
	
#moo{
	padding:0;
	}
	
#footer{
	display:none;
	}

#flashcontent{
	display:none;
	}

