/*
Theme Name: mcgyverr
Theme URI: http://www.mcgyverr.com
Description: Custom Wordpress Theme by Mcgyverr
Version: 1.0
Author: Mcgyverr
Author URI: http://www.mcgyverr.com
*/


/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
	color: #608040;
	font: 75%/175% Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	border-bottom: 0 solid #9DBD7C;
	text-align: left;
	background-color: transparent;
	color: #526A33;
	clear: both;
	font: italic normal 36px Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
}
h2 {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
	border-bottom: 1px solid #9DBD7C;
	background-color: transparent;
	color: #384923;
	clear: both;
}
h3 {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
	border-bottom: 0px;
	background-color: transparent;
	color: #384923;
	clear: both;
}
h4 {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
	border-bottom: 0px;
	background-color: transparent;
	color: #44592B;
	clear: both;
}
h5 {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
	border-bottom: 0px;
	background-color: transparent;
	color: #44592B;
	clear: both;
}
h6 {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
	border-bottom: 0px;
	background-color: transparent;
	color: #44592B;
	clear: both;
	font-size: 75%;
}

h2, h3, h4, h5, h6 {
	margin-top: 24px;
}
blockquote {
	margin: 12px 56px;
	color: #003399;
	font-size: 100%;
	line-height: 20px;
	font-family: 'Courier New', Courier, monospace;
}
code {
	color: navy;
}
img {
	border: 0 solid #ddd;
}
a:link img {
	border: 0;
}
/* -- General Link Styling -- */

a:link {
	color: #006600;
}
a:visited {
	color: #8DA873;
}
a:hover {
	color: #D9A503;
	text-decoration: underline;
}
/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
	width: 960px;
	border: 0px;
}
#Header {
	position: relative;
	height: 185px;
	border-bottom: 0px;
}
#Header1 {
	position: relative;
	height: 185px;
	border-bottom: 0px;
}
#Header2 {
	position: relative;
	height: 185px;
	border-bottom: 0px;
}
#Header3 {
	position: relative;
	height: 185px;
	border-bottom: 0px;
}
#Header4 {
	position: relative;
	height: 185px;
	border-bottom: 0px;
}
#Header5 {
	position: relative;
	height: 185px;
	border-bottom: 0px;
}
#ContentWrapper {
	float: left;
	width: 100%;
}
#ContentColumn {
	margin: 0 180px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
}
#NavColumn {
	float: left;
	width: 179px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
	margin-left: -960px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
}
#ExtraColumn {
	float: left;
	width: 179px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
	margin-left: -180px;        /* STEP 5: set to -(ExtraColumnWidth) */
}
#Footer {
	clear: both;
	width: 100%;
	padding: 8px 0;
	border-top: 10px solid #f1efe6;
}
.Liner {
	padding: 0px 10px 10px;
}
#Header .Liner {
	padding: 0;
}
#Header1 .Liner {
	padding: 0;
}
#Header2 .Liner {
	padding: 0;
}
#Header3 .Liner {
	padding: 0;
}
#Header4 .Liner {
	padding: 0;
}
#Header5 .Liner {
	padding: 0;
}
#Footer .Liner {
	margin: 0;
	padding: 0;
}
/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
	margin: 24px auto;
	background-image: url(../image-files/background.gif);
	background-repeat: repeat-y;
}
#Header {
	background-image: url(../image-files/header-image-all.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: top left;
}
#Header1 {
	background-image: url(../image-files/header-image-services.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: top left;
}
#Header2 {
	background-image: url(../image-files/header-image-whats-new.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: top left;
}
#Header3 {
	background-image: url(../image-files/header-image-about.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: top left;
}
#Header4 {
	background-image: url(../image-files/header-image-contacts.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: top left;
}
#Header5 {
	background-image: url(../image-files/header-image-all-pages.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: top left;
}
#ContentWrapper {
	background-image: url(../image-files/background.gif);
	background-repeat: repeat-y;
	background-color: transparent;
}
#NavColumn {
	background-image: url(../image-files/nav-background.jpg);
	background-repeat: repeat-y;
	background-color: transparent;
}
#ContentColumn {
	background-image: url();
	background-repeat: no-repeat;
	background-color: transparent;
}
#ExtraColumn {
	background-image: url();
	background-repeat: no-repeat;
	background-color: transparent;
}
#Footer {
	background-image: url();
	background-repeat: no-repeat;
	background-color: #f1efe6;
	text-align: center;
	font-size: 85%;
}
#NavColumn {
	color: #39412C;
}
#ExtraColumn {
	font-size: 90%;
}
#NavColumn h4 {
	font-size: 95%;
	color: #39412C;
	margin-top: 0;
}
#ExtraColumn h4 {
	font-size: 95%;
	color: #39412C;
	margin-top: 0;
}
/* ------ Section 4 - Left Column Navigation ------ */


.Navigation {
	width: 100%;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
	background-color: transparent;
}
/* -- Nav Headers -- */

.Navigation h3 {
	padding: 0;
	font-size: 110%;
	color: #39412C;
	border-bottom: 1px solid #5C6C4B;
	margin: 12px 0;
}
/* -- Nav List -- */

.Navigation ul {
	list-style-type: none;
	padding: 0 0 8px 5px;
	margin: -6px 0 0 0;
}
.Navigation li {
	background-color: #9DBB7F;
	border: 1px solid #5C6C4B;
	margin-bottom: 3px;
}
/* -- Navigation Link styles -- */

.Navigation a:link {
	color: #39412C;
	display: block;     /*  this makes the whole box highlight rather than just the text */
	padding: 3px 0 3px 4px;
	text-decoration: none;
}
.Navigation a:visited {
	color: #39412C;
	display: block;     /*  this makes the whole box highlight rather than just the text */
	padding: 3px 0 3px 4px;
	text-decoration: none;
}
.Navigation a:hover {
	color:  #D9A503;
	display: block;     /*  this makes the whole box highlight rather than just the text */
	padding: 3px 0 3px 4px;
	background-color: #EDF5E6;
	text-decoration: underline;
}
/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
	text-align: center;
}
.ThumbnailLink a:link {
	text-decoration: none;
}
.ThumbnailLink a:hover .Caption {
	text-decoration: underline;
	color:  #000099;
}
/* -- Horizontal Text NavBar -- */

.ExtraNav {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
}
.ExtraNav ul {
	list-style-type: none;
	padding: 0;
}
.ExtraNav ul li {
	display: inline;
	background-color: transparent;
	text-align: center;
}
.ExtraNav a:link {
	color: #39412C;
	text-decoration: none;
	text-align: center;
	padding: 0 10px 0px 0px;
	margin: 12px;
}
.ExtraNav a:visited {
	color: #39412C;
	text-decoration: none;
	padding: 0 10px 0px 0px;
	margin: 12px;
}
.ExtraNav a:hover {
	color:  #D9A503;
	text-decoration: underline;
	padding: 0 10px 0px 0px;
	margin: 12px;
}
#Header .ExtraNav {
	position: absolute;
	bottom: 7%;
	right: 0px;
	width: 100%;
}
#Header1 .ExtraNav {
	position: absolute;
	bottom: 7%;
	right: 0px;
	width: 100%;
}
#Header2 .ExtraNav {
	position: absolute;
	bottom: 7%;
	right: 0px;
	width: 100%;
}
#Header3 .ExtraNav {
	position: absolute;
	bottom: 7%;
	right: 0px;
	width: 100%;
}
#Header4 .ExtraNav {
	position: absolute;
	bottom: 7%;
	right: 0px;
	width: 100%;
}
#Header5 .ExtraNav {
	position: absolute;
	bottom: 7%;
	right: 0px;
	width: 100%;
}
#Header .ExtraNav ul {
	margin: 15px;
	text-align: center;
	text-indent: 80px;
}
#Header1 .ExtraNav ul {
	margin: 15px;
	text-align: center;
	text-indent: 80px;
}
#Header2 .ExtraNav ul {
	margin: 15px;
	text-align: center;
	text-indent: 80px;
}
#Header3 .ExtraNav ul {
	margin: 15px;
	text-align: center;
	text-indent: 80px;
}
#Header4 .ExtraNav ul {
	margin: 15px;
	text-align: center;
	text-indent: 80px;
}
#Header5 .ExtraNav ul {
	margin: 15px;
	text-align: center;
	text-indent: 80px;
}
#Footer .ExtraNav {
	margin: 0px;
	background-color: transparent;
}
/* ------ Section 6 - Boxes ------ */

.CalloutBox {
	background-color: #DFFFFF;
	width: 85%;
	border: 3px dotted #39412C;
	margin: 18px auto 24px auto;
	padding: 0px;
	color: #39412C;
}
div.CalloutBox p {
	margin: 13px;
}
p.CalloutBox {
	padding: 13px;
}
div.CalloutBox h1, div.CalloutBox h2, div.CalloutBox h3, div.CalloutBox h4, div.CalloutBox h5, div.CalloutBox h6, div.CalloutBox h7 {
	margin: 13px 0 0 13px;
}
.ReminderBox {
	background-color: #EAF3E2;
	width: 25%;
	border: 1px solid #8DA873;
	margin: 0 0 12px 18px;
	float: right;             /* adding float enables text to flow around it */
	color: #39412C;
}
.ReminderBox h4 {
	margin: 0;
	padding: 2px;
	text-align: center;
	background-color: #A0BE7E;
}
.ReminderBox p {
	font-size: 80%;
	padding: 0 4px;
	line-height: 120%;
}
.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
	padding: 5px;
	border: 0px;
	background: #FFFFFF;
}
.AdSenseBoxLeft {
	margin: 0 18px 12px 18px;
	float: left;
}
.AdSenseBoxRight {
	margin: 0 18px 12px 18px;
	float: right;
}
.AdSenseBoxCenter468 {
	width: 468px;
	margin: 0 auto 12px auto;
	clear: both;
}
.AdSenseBoxExtraColumn {
	padding: 0;
	margin: 0 auto 12px auto;
	clear: both;
}
.ReturnToNavBox {
	background-color: #FFFFFF;
	width: 90%;
	border: thin none #9EBC80;
	margin: 0 auto 12px;
	padding: 0px;
}
/* -- RSS Box -- */

#RSSbox {
	width: 148px;
	border: 1px none #39412C;
	margin: 8px auto 10px 3px;
	padding: 2px 2px 10px 2px;
	font-size: 100%;
	font-weight: bold;
	color: #39412C;
	line-height: 120%;
	text-align: center;
	background: #f2efe6;
}
/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
	clear: both;
}
.Caption {
	font-size: 90%;
	font-weight: bold;
	color: #39412C;
	display: block;
	line-height: 150%;
	margin-bottom:10px;
}
/* -- floats -- */

.ItemRight {
	float: right;
	margin: 2px 0 12px 18px;
	text-align: center;
}
.ItemCenter {
	margin: 2px auto 12px auto;
	text-align: center;
	clear: both;
}
.ItemLeft {
	float: left;
	margin: 2px 18px 12px 0;
	text-align: center;
}
