/*-------------------------------------
Magic Pencil - Screen Stylesheet 
version:   2.0 
Date:      22/08/09 
------------------------------------*/ 
/* Remove padding and margin */ 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: small;
	vertical-align: baseline;
	/* background: transparent;*/
}
body {
	line-height: 1;
	font:62.5%/1.5 Georgia, Arial, Helvetica, sans-serif;
	background:#00a6a1 url(../private/autumn-bar02.gif) repeat-y fixed;
	background-position:center;
	color: #666666;
	text-align:center;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* Clearing */
.clear { 
    clear:both; 
} 
.right {
	float:right;
	padding-bottom: 6px;
	padding-left: 6px;
} 
.left {
	float:left;
	padding-right: 6px;
	padding-bottom: 6px;
} 

/* Typography */
h1, h2, h3, h4{
	font: bold 1.2em Georgia, serif;
		line-height:2.0em;
	letter-spacing: 0.8px;
	text-transform: lowercase;
	color: #9e005d;
   }
   
.title {
	font: bold 1.3em/2.3em Georgia, serif;
	color: #9e005d;
	letter-spacing: 1px;
	text-transform: lowercase;
	
   }
   
p, q, cite {
	font: 0.9em Georgia, serif;
	color: #666666;
	line-height:1.5em;
	padding-bottom: 4px;
} 
.emp {
		font-style: italic;
		color: #9966CC;
}
a {
	font-family: Georgia, serif;
	color: #393;
	font-weight: bold;
}
q:before, q:after {
    content: ""; 
	padding-bottom: 4px;
}

img {
padding: 0px 12px;
}

.highlight {
	color: #393;
}
/* -------- Layout ------------ */
#mainwrap {
	width:80%;
	min-width:500px;
	max-width:1400px;
	background-color:#FFFFFF;
	margin:20px auto 20px auto;
	text-align:left;
	}
#subwrap {
	padding: 1%;
}
#header {
	
	float:left;
	width:100%;
	background: #00a6a1 url(../images/magic-pencil-illustration2.jpg) no-repeat left top;
	border-bottom: thin dashed #360;
	height:100%; 

	}
#header h1 {
	letter-spacing: 0.4em;
	text-transform: lowercase;
	font-size: 1.4em;
	margin-top: 3em;
	margin-left: 8em;
	padding-top: 1em;
	padding-left: 1em;
	color:#663;
}

#header a{
	float:right;
	margin-right: 10px;
}
/*Navigation */

#nav {
	float: left;
	width:100%;
	margin:0;
	padding: 5px 0 0 25px;
	list-style: none;
	}
#nav li {
	float:left;
	margin: 0 2px 0 0;
	padding:0;
	font-size: 1.1em;
} 
#nav a {
	float: left;
	display: block;
	color: #9e005d;
	font-weight: bold;
	text-transform: lowercase;
	padding: 5px;
	text-decoration: none;
	font-size: 1.1em;
}
#nav a:hover {
	color: #393;
	text-decoration: underline;
	font-weight: bold;
	text-transform: lowercase;
}

#home #home a, 
#portfolio #porfolio a, 
#graphicdesign #graphicdesign a, 
#about #about a, 
#clients #clients a, 
#blog #blog a 
#links #links a 
#contacts #contacts a { 
/* declarations to style the current state */ 


} 



#content {
	float:left;
	width:64%;
	margin-bottom: 1.0em;
	}
#content .gutter {
	padding: 10px 25px 25px;
}
#sidebar {
	float:right;
	width:34%;
	margin-bottom: 1.0em;
	}
#sidebar .gutter {
	padding: 10px 25px 25px;
}
#footer-banner {
	clear:both;
	background: #00a6a1 url(../private/footer-background1.gif) repeat-x left top;
	border-top: thin dashed #B899C7;
}
/* hide from IE5/Mac \*/
* html #footer-banner { height:1%;	
}
/*end hide from IE5/Mac */

#footer-banner p {
	margin: 0;
	padding: 40px 0px 0px;
	font-size:1.2em;
	color: #000;
	text-align:right;
	font-weight: bold;
}


/* Forms */
input.txt, textarea {
  color: #00008B;
  background-color: #E3F2F7;
  border: 1px inset #CCCCCC;
  }
input.btn {
	color: #990066;
	background-color: #ADD8E6;
	border: 1px outset #CCCCCC;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
}
#contact form div {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
#newsletter form div {
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
#search form div {
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
#newsletter form div label {
   width: 40%;
  font: bold 0.9em Georgia, serif;
}
#contact form div label {
  float: left;
  width: 40%;
  font: bold 0.9em Georgia, serif;
}
fieldset {
  border: 1px dotted #61B5CF;
   padding: 0.6em;
}
legend {
  font: 0.9em Georgia, serif;
  color: #9966CC;
  background-color: #FFFFFF;
}
.con {
font: 0.7em Georgia, serif;
color:#999999;
}

/* Specifics */
#base {
	float:left;
	width: 100%;
	background-color: #00a6a1;

	}
#baselinks {
	float: left;
	margin:0;
	padding: 5px 0 0 15px;
	list-style: none;
	
	}
#baselinks li {
	float:left;
	margin: 0 1em 0 0;
	padding:4px;
	color: #990099;
	font-size: 85%;
	font-weight: bold;
	text-transform: lowercase;
} 
#baselinks a {
	float: left;
	display: block;
	color: #990099;
	font-weight: bold;
	font-size: 90%;
	text-transform: lowercase;
	padding: 4px;
	text-decoration: none;
}
#baselinks a:hover {
	color: #990099;
	text-decoration: underline;
	font-weight: bold;
	text-transform: lowercase;
}

.bulletanchor h2 a {
	line-height: 1.6em;
	font-weight: bold;
	color: #990066;
	font-size: 110%;
}
.bulletanchor li a {
	padding-left:20px;
	background:#FFFFFF url(../private/bullet.gif) no-repeat 0.45em;
	line-height: 1em;
	margin-left: 10px;
}
.bulletanchor li a:active, .li a:focus {
	background:url(../private/bullet.gif) no-repeat 0 0.45em;
	line-height: 1em;
	margin-left: 10px;
}
.bullet li {
	padding-left:20px;
	background:#FFFFFF url(../private/bullet.gif) no-repeat 0 0.45em;
	line-height: 1.5em;
	margin-left: 10px;
	font:0.9em Georgia, serif;
}

.bulletanchor li a {
	padding-left:20px;
	background:#FFFFFF url(../private/bullet.gif) no-repeat 0.45em;
	line-height: 1em;
	margin-left: 10px;
}


#sitemap ul ul {
	margin-left: 12px;
}
.clientlist{
	margin: 0;
	padding: 0;
	list-style: none;
}

#clientlist1 {
float:left;
}

#clientlist2 {
float:left;
}
dl.testimonials {
	margin: 5px 0;
	padding: 15px;
	}
dl.testimonials:after {
	content: ".";
	display:block;
	height: 0;
	clear:both;
	visibility:hidden;
}
dl.testimonials dt {
clear:left;
	margin: 0.3em 0 0.2em;
	font-size: 130%;
	color: #8F278C;
	font-weight: bold;
}
dl.testimonials img {
	float: right;
	margin: 0 0px 0 0;
	padding: 0 0px 4px 0;
}
dl.testimonials dd {
		padding-bottom: .3em;
	}
dl.feature {
	margin: 10px 0;
	padding: 10px;
	}
dl.feature:after {
	content: ".";
	display:block;
	height: 0;
	clear:both;
	visibility:hidden;
}
dl.feature dt {
	margin: 0 0 0.4em;
	font-size: 100%;
	color: #8F278C;
	font-weight: bold;
}
dl.feature dt img {
	float: left;
	margin: 0 10px 0 0;
	padding: 0 4px 4px 0;
}
dl.feature dd {
	margin-left: 90px;
	font-size: 85%;
	line-height: 1.3em;
	color: #666;
}
#portsample{
	margin: 5px;
	
}
#portsample img{
	padding: 5px;
}


.gifts img {
	padding: 5px;
	margin: 5px;
}
