/*--
Theme Name:	Cutline 3-Column Split
Theme URI:	http://pearsonified.com
Description:	An accessible Wordpress theme.
Version:	1.1
Author:		Chris Pearson
Author URI:	http://pearsonified.com/
Print author:   lori cole of http://mainheading.com
--*/

#masthead, #sidebar, #l_sidebar, #r_sidebar, ul#nav, #header_img, 
#header_img img, #ad, #comments, #comment_form, #comment_form, .add_comment a:hover, .navigation, .add_comment a:hover, .add_comment a, .add_comment a:visited, .add_comment { 	
	display: none !important;
}
body { 
	background: white; 
	color: black;
	font-size: 12pt;
	line-height: 120%;
}

* { 
	padding: 0; 
	margin: 0; 
}

/*--global elements--*/

.entry a:link, .entry a:visited {
	color: #0060ff;
	background: white;
	font-size: 12pt;
	text-decoration: none;
}

.entry a:link:after, .entry a:visited:after {
	content:"(" attr(href)")";
	font-size: 90%;
	color: #888;
	background: white; 
}

#ad {
}

a img { 
   border: none; 
}

	
blockquote 
{ 
   font-style: italic; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #555; 
	background: white;
	margin: 0 30px 1.5em 30px; 
	padding: 0 0 0 10px; 
	border-left: 1px solid #333; 
}

abbr, acronym {
    border-bottom: 1px dotted #333; 
    text-transform: uppercase; 
    cursor: help; 
}
	
code { 
   color: #090; 
	background: white;
   font-family: Monaco, "Courier New", Courier, monospace; 
}

pre { 
	width: 500px; 
	margin: 0 0 1.5em 0; 
	overflow: auto; 
	font-size: 1.3em; 
	float: left; 
	clear: both; 
}

p.center { 
   text-align: center !important; 
}

p.bottom { 
   margin: 0 !important; 
}

p.unstyled { 
   font-size: 1.4em; 
}

.flickr_blue { 
   color: #007ae4; 
	background: white;
   text-transform: lowercase; 
}

.flickr_pink { 
   color: #ff2a96; 
	background: white;
   text-transform: lowercase; 
}

/*--headlines--*/

h1, h2, h3 { 
   font-weight: bold; 
   font-family: Helvetica, Arial, sans-serif; 
   color: #000; 
   background: white;
}

h1 { 
   font-size: 16pt;
   letter-spacing: 0.25em; 
}

h2 { 
   font-size: 20pt !important;
}
	
.posts h2 { 
  margin: 0 0 0.1em 0; 
}
	
.pages h2, h2.page_header { 
  margin: 0 0 0.75em 0; 
  padding: 0 0 0.6em 0; 
}
	
h2.archive_head { 
  font-weight: bold !important; 
  font-size: 14pt !important;
  text-transform: uppercase !important; 
  letter-spacing: normal !important; 
  margin: 0 0 1.8em 0 !important; 
  padding: 0.4em 2px !important; 
  border-top: 3px solid #000 !important;  
  }
	
h3 {
  font-size: 12pt;
  text-transform: uppercase; 
}

.entry h3 { 
  margin: 2.5em 0 0.5em 0; 
}
	
.entry h3.top { 
  margin: 1.5em 0 0.5em 0 !important; 
}
	
h3.comments_headers { 
  font-size: 1.4em; 
}

h4 { 
  font: italic 1.2em Georgia, "Times New Roman", Times, serif; 
  color: #888; 
  background: white;
}

h4 a, h4 a:visited { 
  color: #888; 
  background: white;
  text-decoration: none; 
}
	
h4 a:hover { 
  color: #888; 
  background: white;
  text-decoration: underline; 
}
	
.posts h4 { 
  margin: 0 0 1.25em 0; 
  padding: 0 0 1.0em 0; 
}

/*--core layout elements--*/

#container {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: left;
	clear: both;
	color: black; 
	background: white;
}

.printlink {
	text-align: center !important;
}

/*--content styles--*/

.entry { 
font-size: 12pt; 
line-height: 1.65em; 
}
	
.entry blockquote.right { 
width: 200px; 
font-style: normal !important; 
font-size: 12pt !important; 
margin: 0.3em 0 0.3em 15px !important; 
padding: 0.3em 0 !important; 
border: 1px solid #aaa; 
text-align: center; 
float: right; 
}
		
.entry blockquote.left { 
	width: 200px; 
	font-style: normal !important; 
	font-size: 12pt !important; 
	margin: 0.3em 15px 0.3em 0 !important; 
	padding: 0.3em 0 !important; 
	border: 1px solid #aaa;  
	text-align: center; 
	float: left; 
}
	
.entry blockquote.right p, .entry blockquote.left p { 
	margin: 0 !important; 
	line-height: 1.5em !important; 
}
	
.entry p { 
	margin: 0 0 1.5em 0; 
}

.entry ul, .entry ol { 
	margin: 0 0 1.5em 40px; 
}
	
.entry ul { 
	list-style-type: square; 
}
	
.entry li { 
	margin: 0 0 0.5em 0; 
}
		
.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { 
	margin: 0.5em 0 0.5em 30px; 
}
	
.entry dl { 
	margin: 0 0 1.5em 0; 
}
			
.entry dt { 
	font-weight: bold; 
	margin: 0 0 0.5em 0; 
}
		
.entry dd { 
	margin: 0 0 1.5em 20px; 
}
		
.entry .ad { 
	margin: 0 0 0.5em 15px; 
	float: right; 
	clear: right; 
}
	
.entry .ad_left { 
	margin: 0 15px 0.5em 0; 
	float: left; 
	clear: left; 
}

.entry img.left { 
	padding: 3px; 
	margin: 0.5em 15px 0.5em 0; 
	border: 3px double #bbb; 
	float: left; 
	clear: left; 
}
		
.entry img.right { 
	padding: 3px; 
	margin: 0.5em 0 0.5em 15px; 
	border: 3px double #bbb; 
	float: right; 
	clear: right; 
}
		
.entry img.center { 
	display: block; 
	padding: 3px; 
	margin: 0 auto 1.5em auto; 
	border: 3px double #bbb; 
	float: none; 
	clear: both; 
}
	
.entry img.off { 
padding: 0 !important; 
border: none !important; 
}
		
.entry img.stack { 
clear: none !important; 
}

.tagged { 
	margin: 0 0 4.0em 0; 
	padding: 0.4em 0 0 0; 
	line-height: 1.6em; 
	clear: both; 
	color: #888;
	background: white;
}

.tagged a, .tagged a:visited { 
	padding: 3px; 
	color: #333; 
	background: white;
	text-decoration: none; 
}
	
.tagged a:hover { 
	color: #fff; 
	background: white; 
	text-decoration: none; 
}

.previous { 
	padding: 0 20px 0 0; 
	float: left; 
}
	
.next { 
	float: right; 
}
	
.clear { 
width: 500px; 
height: 1px; 
clear: both; 
}

/*--footer styles--*/

#footer {
	width: 970px; 
	padding: 1.2em 0 0 0;
	border-top: 1px dotted #666;
	float: left;
	clear: both;
}

#footer p { 
	text-align: right;
	font-family: Helvetica, Arial, sans-serif; 
}

#footer .copyright {
	color: #666;
	background: #fff;
	font-size: 0.85em;
	font: normal;
}

#footer .title {
	color: #333;
	background: #fff;
	font-size: 2em;
	letter-spacing: 0.25em;
	font-weight: bold;
	padding-left: 25px
}
#footer .subtitle {
	color: #888;
	background: #fff;
	font-size: 1.3em;
	font-weight: bold;
	padding-left: 25px
}
/*--about page styles--*/

#content_expertise {
	width: 850px; 
	text-align: left;
	float: left; 
}	

.box {
	margin: 0;
	padding: 0;
	float: left;
	border: none;
	width: 100%;
	font size: 1em;
}

.boxtitle {
	color: #333;
	font-style: italic;
	font-weight: bold;
	padding: 0.6em;
	background: #fff;
	font-size: 1em;
	text-transform: uppercase;
}

/*--end of print styles for mainheading.com--*/

