/*
Theme Name: 	Pemaquid 2.0
Theme URI: 		http://www.pemaquid.com/
Description: 	Pemaquid 2.0 theme
Version: 		1.0
Author: 		Pemaquid Communications, LLC
*/

/* 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;}	
/* remove default padding around p tag within quotes */
/*
blockquote p { 
	padding:0; 
	margin:0; 
	}
*/	
blockquote {
	border-left:2px solid #dfdfdf;
	padding-left:10px;
	font-style:italic;
	}
.clear {
	clear:both;
	}

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

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

.text_right{
	text-align:right;
	}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	 }

* html .clearfix {
	height: 1%; /* IE5-6 */
	}


		
/*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;
	}
	
.four_column h3{
	height:30px;
	text-indent:-9999px;
	}

.four_column h3.design{
	background:transparent url(../images/design.gif) no-repeat top center;
	}	

.four_column h3.cms{
	background:transparent url(../images/cms.gif) no-repeat top center;
	}	
	
.four_column h3.sc{
	background:transparent url(../images/sc.gif) no-repeat top center;
	}	
	
.four_column h3.training{
	background:transparent url(../images/training.gif) no-repeat top center;
	}
	
#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%; */
	font-size:110%;
	font-family:sans-serif !important;
	}
		
/* marquee
---------------------------------------------------------- */	
#marquee {
	clear:both;
	width:100%;
	margin-top:20px;
	}

#marquee h2{
	height:86px;	
	text-indent:-9999px;
	background:transparent url(../images/marquee_new.gif) no-repeat top center;
	}
	
#marquee p{
	margin:20px auto;
	height:40px;	
	text-indent:-9999px;
	background:transparent url(../images/tagline.gif) no-repeat top center;
	}

/* testimonial
---------------------------------------------------------- */
#testimonial{
	width:600px;
	margin:20px auto;
	border-top:2px solid #CCCC99;
	border-bottom:2px solid #CCCC99;
	background:#F5F6C4;
	text-align:center;
	font-size:80%;
	margin-bottom:40px;
	}
	
#testimonial blockquote{
	margin:0;
	padding:0;
	}
	
/* footer
---------------------------------------------------------- */	
#footer {
	margin: 0 auto;
	background: transparent;
	padding: 6px;
	font-size:85%;
	color:#999999;
	}

#footer  a, #footer a:visited{
	color:#999999;
	text-decoration:underline;
	background:transparent;
	}

#footer a:hover{
	color:#000;
	text-decoration:underline;
	}

#footer p{
	text-align:center;
	}


/* navigation
---------------------------------------------------------- */	
#nav ul{
	float:right;
	margin:15px 35px 20px 10px;
	width:62%;  /* Needed to properly float nav in Opera 7.x; adjust width to position nav */
	}

#nav li {
	margin:0;
	padding:0 10px;
	list-style:none;
	float:left;
	border-right:1px solid #e2e2e2;
	}
	
#nav li.last{
	border-right:none;
	}

#nav a{
	font-family:"Century Gothic";
	margin: 0;
	padding: 0;
	color:#999;
	text-decoration:none;
	font-size:115%;
	/* display:block; */
	}

#nav a:hover{
	background-color:transparent;
	color:#000;
	}

#nav li a.current{
	color:#000;
	}
	
	
/* header
---------------------------------------------------------- */	
#header{
	margin:10px 0 0 0;
	padding:0;
	width:100%;
	}
	
#header h1{
	margin:6px 0 0 0;
	padding:0;
	}
	
#header h1 a{	
	text-indent:-99999px;
	text-decoration:none;   
	height:47px;
	background: transparent url(images/logo.gif) no-repeat top left;		
	float:left;
	width:175px;
	margin:0;
	padding:0;	
	}
	
/* 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%;
	}
	
/* 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:'Century Gothic';
	font-family:'Trebuchet MS'; /* */
	font: 'Century Gothic','Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight:normal;
	}
	
/* sidebar
---------------------------------------------------------- */	

#sidebar ul{
	list-style:none;
	margin:0;
	padding:0;
	}
	
#sidebar li{
	list-style:none;
	}

#sidebar h2 {
	padding:5px 0;
	border-bottom:1px solid #dfdfdf;
	margin:20px 0;
	color: #666;
	}
	

	
/* postmetadata
---------------------------------------------------------- */	

.postmetadata{
	border-top:1px solid #efefef;
	/* font-size:75%; */
	color:#999;
	margin-bottom:20px;
	}

.postmetadata a {
	color:#666;
	}	

.postmetadata a:hover {
	color:#FF8700; 
	}	
	
/* searchsubmit
---------------------------------------------------------- */	
#searchsubmit{
	border:1px solid #ccc;
	}

	
/* special blog styles
---------------------------------------------------------- */	
.post h2, .post h3 {
	font-family:arial;
	margin:60px 0 0 0;
	}
	
.post h2 a, .post h3 a {
	font-family:arial;
	font-size:160%;
	font-weight:bold;
	line-height:1.0em;
	color:#333;	
	}	
	
.post h2 a, .post h2 a:visited, .post h3 a, .post h3 a:visited {
	text-decoration:none;
	}
	
.post h2 a:hover, .post h3 a:hover {
	color:#FF8700;
	text-decoration:none;
	}

.post h2, .post h3, .post h4 {
	margin-bottom:.25em;
	padding-bottom:0;}

.post .iRight {
	float:right;
	margin-left:20px;
	}

.post .stamp {font-style:italic;}

.entry {
	margin-top:20px;
	font-size:110%;
	line-height:1.2em;
	}	

.entry h3 {margin-top:40px;}	

.entry ul, .entry li {
	margin:16px 0;
	padding:0;
	list-style-type:none;
	}

.post {
	font: 100% 'Helvetica Neue', Helvetica, Arial, sans-serif;	
	}

.honey {display:none;}  //comment form

/* styles add-to-delicious link */
a.delicious { 
	padding-left:20px;
	/* background:url(http://www.pemaquid.com/images/delicious.small.gif)center left no-repeat; */
	background:url(/images/delicious.small.gif)center left no-repeat;
	}
.subscribe {
	height:32px;
	padding-left:32px;
	background:url(/blog/images/feed-icon-16x16.jpg) center left no-repeat;
	background:url(/blog/images/CoffeeCup_Feed_32x32.gif) top left no-repeat;
	}	

.pagetitle {
	margin:0;
	font-size:95%;
	font-style:italic; 
	font: 'Century Gothic','Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	}

.navigation {
	margin-bottom:10px;
	}

#comments {
	padding:4px;
	font-style:italic;
	font-weight:normal;
	font-size:90%;
	margin-bottom:12px;
	}

#respond {
	margin-top:1em;
	font-size:160%;
	}

.commentlist {
	margin:0;
	padding:0;
	list-style-type: none;
	}

.commentlist li{
	list-style-type:none;
	padding:10px;
	margin-bottom:1em;
	border-top:2px solid #dfdfdf;
	background:#f9f9ff;
	}

.commentlist li.alt {
	background:#f5f5fc;
	}		
.commentlist li cite {font-weight: bold;}

.commentlist li cite a {
	font-weight:bold;
	}
	
.commentlist li a {

	}

.honeyp {display:none;}

.avatar {
	float:left;
	margin:0 16px 0 0;
	}

.commentlist li.byauthor {
	border:2px solid #62ca7f;
	background:#fafdfb;
	}	
	
/* miscellaneous
---------------------------------------------------------- */	
pre {
	background: #e5f5e5;
	padding:10px;
	color:#363;
	}
	
pre code {
	margin:-10px 0 0 0;
	padding:0;
	display:inline;
	}

.#callout {
	border:1px solid #cc6;
	background:#ffc;
	padding:10px;
	}

.post p {line-height:1.6em;}	


/* =twitter tease
---------------------------------------------------------- */	
#twitter_div {
	margin:20px 0 0 0;
	}

#twitter_update_list, #twitter_update_list li {
	list-style-type: none;
	margin:0;
	}

#twitter_update_list {
	padding:10px !important;
	background: #e5f2ff;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	}

#bubble_tail {
	display:block;
	height:140px;
	background:#fff url(/images/twitter-bird-bg.gif) top right no-repeat;
	}

/* =miscellaneous
---------------------------------------------------------- */
.notice {
	border:1px solid #cc6;
	background:#ffc;
	padding:10px;
	}



/* bulleted lists  */

ul.bull {
	list-style-type:disc;
	margin: 1em;
	padding:1em;
	}

ul.bull li {
	list-style-type:circle;
	line-height: normal;
	margin-bottom:1em;
	}	
