/* 
Theme Name: Richard Turgeon
Theme URL: http://www.elativemarketing.com/
Description: Custom theme for Richard Turgeon.
Author: Kyung Min + Jeff Byrnes of Elative Marketing
Author URI: http://www.elativemarketing.com/
Version: 1.0

Built up from the whiteboard theme by Brian Purkiss, http://whiteboard.plainbeta.com
*/

/* @group Basic styles */

*, body, html {
	line-height: 170%;
	text-shadow: 0 1px 4px #000;
	margin: 0;
	padding: 0;
}

html {
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}

/* To make IE6 render images bicubically */
img { -ms-interpolation-mode:bicubic; }

/* Fix textarea scrollbar behavior in IE */
textarea { overflow: auto; }



body {
	background: url(images/site/bar-main-top.jpg) #000 repeat-x top center;
	color: #FFF;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}
h1 {
	font-size: 140%;
	font-family: "New York", Georgia, Times, serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h2 {
	color: #000;
	font-size: 140%;
	font-family: "New York", Georgia, Times, serif;
	font-weight: normal;
	margin: 0 0 10px;
	padding: 0;
}
h3 {
	font-size: 110%;
	margin: 0;
	padding: 0;
}
h4 {
	color: #CCC;
	font-size: 100%;
	font-weight: normal;
	margin: 0 0 6px;
	padding: 0;
}
h5 {
	font-size: 100%;
	margin: 0;
	padding: 0;
}
h6 {
	font-size: 80%;
	margin: 0;
	padding: 0;
}
p {
	font-size: 100%;
	margin-bottom: 6px;
}
ul {
	font-size: 100%;
	margin-bottom: 6px;
}
li {
	font-size: 100%;
	list-style: square;
	list-style-type: square;
	margin: 0 0 6px 14px;
}
img {
	float: right;
	margin: 4px 0 8px 10px;
	border: 2px solid #fff;
	-moz-box-shadow: 0px 2px 8px #000;
	-webkit-box-shadow: 0px 2px 8px #000;
	box-shadow: 0px 2px 8px #000;
}
a img {
	border: 2px solid #0085D9;
}
a:link img {
}
a:visited img {
}
a:hover img {
	border: 2px solid #B3B3B3;
}
a:active img {
	border: 2px solid #fff;
}
a {
	color: #0085D9;
	text-decoration: none;
}
a:link {
}
a:visited {
}
a:hover {
	border-bottom: 1px dotted #0085D9;
}
a:active {
	border-bottom: 1px solid #0085D9;
}

/* @end */

/* @group Basic Wordpress Styles */

/* -------------------------------------------------------------- 
   
   Basic WordPress Blog Styles   
     
-------------------------------------------------------------- */   


/* Images
-------------------------------------------------------------- */

.entry-content img {
	margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 1.5em;
}
.wp-caption img {
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
}
.wp-smiley { 
	max-height: 1em;
	margin:0 !important;
}
.gallery dl {
	margin: 0;
}
.gallery-caption {
	margin:-1.5em 0 0 0;
}


/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

/* @end */

#main {
	display: block;
	position: relative;
	background: url(images/site/back-main-repeating.jpg);
	width: 100%;
	margin-top: 12px;
}

#background {
	display: block;
	position: relative;
	background: url(images/site/back-main-spotlight.jpg) no-repeat top center;
	width: 1024px;
	margin: 0 auto;
}

#header {
	float: left;
	display: inline;
	position: relative;
	background: url(images/site/box-header-top-col1.jpg) #0085D9 no-repeat top center;
	width: 219px;
	top: -2px;
	margin: 0 0 40px 30px;
	border: 2px solid #fff;
	-moz-box-shadow: 0px 2px 8px #000;
	-webkit-box-shadow: 0px 2px 8px #000;
	box-shadow: 0px 2px 8px #000;
}

/* @group Logo */

#logo h1 a {
	display: block;
	position: relative;
	background: url(images/site/richardturgeon.png) no-repeat top center;
	width: 219px;
	height: 91px;
	text-indent: -9999px;
	margin: 10px 0 0;
}
#logo h1 a:link {
}
#logo h1 a:visited {
}
#logo h1 a:hover {
	border-bottom: none;
}
#logo h1 a:active {
	border-bottom: none;
}

/* @end */

#content {
	float: right;
	display: inline;
	position: relative;
	right: 0;
	width: 716px;
	margin: 0 30px 0 0;
	padding: 0 0 20px;
}

#slogan {
	float: left;
	display: block;
	height: 86px;
}
#slogan h1 {
	color: #B3B3B3;
	font-size: 220%;
	line-height: 100%;
	margin: 18px 0 0;
}
#slogan h2 {
	color: #808080;
	font-size: 160%;
}

/* @group Containers for About page columns */

.col1box-container {
	width:224px;
	float:right;
	position:relative;
}

.col2box-container {
	width:468px;
	float:left;
	position:relative;
}

.col1box-container ul,
.col1box-container ul li {
	margin: 0;
}

/* @end */

/* @group RSS */

#rss {
	float: right;
}
#rss p a {
	display: block;
	position: relative;
	background: url(images/site/rss.png) no-repeat top right;
	width: 18px;
	height: 18px;
	text-indent: -9999px;
	margin: 22px 0 0;
	-moz-box-shadow: 0px 2px 8px #000;
	-webkit-box-shadow: 0px 2px 8px #000;
	box-shadow: 0px 2px 8px #000;
}
#rss p a:link {
}
#rss p a:visited {
}
#rss p a:hover {
	border-bottom: none;
}
#rss p a:active {
	border-bottom: none;
}

/* @end */

.clearfix {
	clear: both;
}

/* @group Footer */

#footer {
	clear: both;
	display: block;
	position: relative;
	background: url(images/site/back-footer-repeating.jpg);
	width: 100%;
	border-top: 2px solid #fff;
}
#footer-content {
	display: block;
	position: relative;
	width: 964px;
	margin: 0 auto;
}
.footer-col1 {
	float: left;
	background: url(images/site/box-footer-col1.jpg) no-repeat top center;
	width: 204px;
	min-height: 174px;
	margin: 24px 24px 20px 0;
	padding: 6px 10px 0;
}
.footer-col1 h3 {
	color: #B3B3B3;
	font-size: 140%;
	font-family: "New York", Georgia, Times, serif;
	font-weight: normal;
	margin: 0 0 10px;
	padding: 0 0 4px;
	border-bottom: 2px solid #B3B3B3;
}
.footer-col1 p {
	color: #808080;
}
#footer #footer-content .footer-col1 #facebook a {
	float: left;
	display: block;
	position: relative;
	background: url(images/site/facebook.png) no-repeat top left;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	margin: 2px 10px 0 0;
	-moz-box-shadow: 0px 2px 8px #000;
	-webkit-box-shadow: 0px 2px 8px #000;
	box-shadow: 0px 2px 8px #000;
}
#footer #footer-content .footer-col1 #facebook a:link {
}
#footer #footer-content .footer-col1 #facebook a:visited {
}
#footer #footer-content .footer-col1 #facebook a:hover {
	border-bottom: none;
}
#footer #footer-content .footer-col1 #facebook a:active {
	border-bottom: none;
}
#footer #footer-content .footer-col1 #twitter a {
	float: left;
	display: block;
	position: relative;
	background: url(images/site/twitter.png) no-repeat top left;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	margin: 2px 10px 0 0;
	-moz-box-shadow: 0px 2px 8px #000;
	-webkit-box-shadow: 0px 2px 8px #000;
	box-shadow: 0px 2px 8px #000;
}
#footer #footer-content .footer-col1 #twitter a:link {
}
#footer #footer-content .footer-col1 #twitter a:visited {
}
#footer #footer-content .footer-col1 #twitter a:hover {
	border-bottom: none;
}
#footer #footer-content .footer-col1 #twitter a:active {
	border-bottom: none;
}
#footer #footer-content .footer-col1 #linkedin a {
	float: left;
	display: block;
	position: relative;
	background: url(images/site/linkedin.png) no-repeat top left;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	margin: 2px 10px 0 0;
	-moz-box-shadow: 0px 2px 8px #000;
	-webkit-box-shadow: 0px 2px 8px #000;
	box-shadow: 0px 2px 8px #000;
}
#footer #footer-content .footer-col1 #linkedin a:link {
}
#footer #footer-content .footer-col1 #linkedin a:visited {
}
#footer #footer-content .footer-col1 #linkedin a:hover {
	border-bottom: none;
}
#footer #footer-content .footer-col1 #linkedin a:active {
	border-bottom: none;
}
#footer #footer-content .footer-col1 #email a {
	float: left;
	display: block;
	position: relative;
	background: url(images/site/email.png) no-repeat top left;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	margin: 2px 10px 0 0;
	-moz-box-shadow: 0px 2px 8px #000;
	-webkit-box-shadow: 0px 2px 8px #000;
	box-shadow: 0px 2px 8px #000;
}
#footer #footer-content .footer-col1 #email a:link {
}
#footer #footer-content .footer-col1 #email a:visited {
}
#footer #footer-content .footer-col1 #email a:hover {
	border-bottom: none;
}
#footer #footer-content .footer-col1 #email a:active {
	border-bottom: none;
}

#footer-copyright {
	float: left;
	color: #808080;
	margin: 24px 0 18px;
}
#footer-copyright p {
	margin: 0;
}
#footer-elative-tag {
	float: right;
	color: #0085D9;
}
#footer-elative-tag h3 {
	font-size: 80%;
	font-weight: normal;
	text-align: right;
}
#footer-elative-tag p {
	text-align: left;
}
#footer-elative-tag p a {
	display: block;
	position: relative;
	background: url(images/site/elativemarketing.png) no-repeat top right;
	width: 152px;
	height: 32px;
	top: -10px;
	text-indent: -9999px;
}
#footer-elative-tag p a:link {
}
#footer-elative-tag p a:visited {
}
#footer-elative-tag p a:hover {
	border-bottom: none;
}
#footer-elative-tag p a:active {
	border-bottom: none;
}

/* @end */

/* Removes SEO Ultimate plugin's footer text */
#suattr {
	display: none;
}

.blogentry .blog-read-more {
	font-size: 100%;
	margin: 0;
	padding: 0;
	display: block;
}

/* @group WP Typography Styles */

sup {
	vertical-align: 60%;
	font-size: 75%;
	line-height: 100%;
}
sub {
	vertical-align: -10%;
	font-size: 75%;
	line-height: 100%;
}
/*
.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", "Warnock Pro", serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1.1em;
	line-height: 1em;
}
*/

.col2box h2 .amp,
.col1box h2 .amp,
.col1box_first .amp,
.col2box h2 sup,
.col1box h2 sup,
.col1box_first sup,
.col2box h2 sub,
.col1box h2 sub,
.col1box_first sub, {
	text-shadow: 0 1px 4px #fff;
}

#nav .activepage .amp,
#nav .current_page_item .amp {
	text-shadow: 0 1px 4px #fff;
}

.caps {
	font-size: 90%;
}

/* @end */