@charset "utf-8";
blockquote {
	border: 1px solid #FFF;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url(../images/semi-opaque-white.png);
	background-repeat: repeat;
	color: #000;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 40px;
	-moz-border-radius: 12px; /* FF1+ */
	-webkit-border-radius: 12px; /* Saf3+, Chrome */
	border-radius: 12px; /* Opera 10.5, IE 9 */
	-moz-box-shadow: 0px 0px 20px #ffffff; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 20px #ffffff; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 20px #ffffff; /* Opera 10.5, IE 9.0 */
	background-image: -moz-linear-gradient(top, #ffffff, #FDB930); /* FF3.6 */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #FDB930)); /* Saf4+, Chrome */
 	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#FDB930'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#FDB930')"; /* IE8 */
}
/* CSS Document */

body {
	background-image: url(../images/background.jpg);
	font-family: "Century Gothic", Futura, AppleGothic, Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	background-position: center -175px;
	background-color: #000;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 1.4em;
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
textarea {
	font-family: "Century Gothic", Futura, AppleGothic, Arial, Helvetica, sans-serif;
	background-image: url(../images/contact-form-background.png);
	background-position: center center;
	background-color: #FFF;
	background-repeat: no-repeat;
}
input {
	font-family: "Century Gothic", Futura, AppleGothic, Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FDB930;
	text-decoration: underline;
}
#credit a {
	position: relative;
	z-index: 1000;
	-webkit-border-top-left-radius: 6px;
	display: block;
	text-indent: -200em;
	background-image: url(http://www.theaffordablewebguy.com/images/tagline_2color_reversed.png);
	background-repeat: no-repeat;
	width: 167px;
	height: 15px;
	padding: 0em;
	background-position: 5px 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#facebook-bug a {
	background-image: url(../images/facebook-bug-small.png);
	background-repeat: no-repeat;
	position: fixed;
	bottom: 0px;
	right: 0px;
	height: 100px;
	width: 100px;
	top: 0px;
	right: 0px;
	z-index: 100;
	text-indent: -200em;
	display: block;
}
#footer-lined-address {
	height: 15px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	margin-bottom: 30px;
	margin-top: 30px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-size: 1em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	clear: both;
}

#left-column {
	display: inline;
	float: left;
	width: 410px;
	position: relative;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: -100px;
}
#heading {
	height: 161px;
	width: 860px;
	display: block;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#heading h1 a {
	height: 161px;
	width: 860px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/heading-name.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -200em;
	display: block;
}
#nav-banner {
	background-image: url(../images/navigation-banner-white.png);
	background-repeat: repeat;
	background-position: left top;
	height: 45px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	padding-left: 425px;
}
#right-column {
	float: left;
	width: 508px;
	display: inline;
	background-image: url(../images/text-background.png);
	background-repeat: repeat;
	background-position: left top;
	padding: 20px;
	color: #FFF;
	/*The two lines below manage the min height of the left column*/
	min-height:600px;
	height:auto !important;
}
#right-column li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#right-column ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#right-column-footer {
	background-image: url(../images/text-background-footer.png);
	background-repeat: no-repeat;
	background-position: -2px top;
	display: inline;
	height: 27px;
	width: 548px;
	float: right;
	padding: 0px;
}
#right-column blockquote a {
	color: #333;
}

#rss-feed {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 380px;
	display: block;
	font-weight: normal;
}
/*not being used; image for heading
#rss-feed a:link, .feedTitle a:visited {
	font-weight: bold;
}
#rss-feed .feedTitle a:hover {
	color: #FDB930;
	text-decoration: none;
	font-weight: bold;
}
*/

/*article headline links*/
#rss-feed .headline a:link, .headline a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #FFF;
}
#rss-feed .headline a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FDB930;
}
#rss-feed li {
	color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}
#rss-feed ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#rss-feed .date {
	display: none;
}
#secondary-links {
	float: right;
	position: absolute;
	z-index: 1000;
	right: 0px;
	bottom: 0px;
	padding-top: 0px;
	color: #000;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-right: 5px;
	width: 350px;
}
#secondary-links a:link, #secondary-links a:visited {
	color: #FFF;
	text-decoration: none;
}
#secondary-links a:hover {
	color: #E6E6E6;
	text-decoration: none;
}
#twitter-bug a {
	background-image: url(../images/twitter-bug-small.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 100px;
	z-index: 100;
	text-indent: -200em;
	display: block;
	position: fixed;
	bottom: 0px;
	left: 0px;
	-webkit-display: none;
}
#utility-content {
	color: #FFF;
	float: right;
	width: 508px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	text-shadow: 2px 2px 5px #000000;
}
#wrapper-main {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	clear: both;
}
.headline {
	font-size: 1.2em;
	line-height: 1em;
	font-weight: bold;
	color: #FFA000;
}
.img-center-borderless {
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.img-centered-css3-dropshadow {
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
   -moz-box-shadow: 0px 0px 10px #ffffff; /* FF3.5+ */
   -webkit-box-shadow: 0px 0px 10px #ffffff; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 10px #ffffff; /* Opera 10.5, IE 9.0  */
}
.img-left-css3-dropshadowCopy {
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	-moz-box-shadow: 0px 0px 10px #ffffff; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 10px #ffffff; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 10px #ffffff; /* Opera 10.5, IE 9.0  */
	float: left;
}

.img-right-css3-dropshadow {
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	-moz-box-shadow: 0px 0px 10px #ffffff; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 10px #ffffff; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 10px #ffffff; /* Opera 10.5, IE 9.0  */
	float: right;
}
.img-right-borderless {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.center-utility {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 100;
	display: block;
	position: relative;
	width: 508px;
}
.feedTitle {
	color: #000;
	text-decoration: none;
	background-image: url(../images/blog-headline.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -200em;
	display: block;
	height: 65px;
	width: 350px;
}
