
body {
	text-align: center;
	min-width: 1184px;
	background: #05040a url(images/bg-main-sub.jpg) repeat-x;
	margin: 0;
	padding: 0;
	color: #F7F7F7;
	font: 13px "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 24px;
}
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 1184px;
	text-align: left;	
}
#header {
	position: relative;
	width: 1184px;
	height: 148px;
	background: #06060e url(images/bg-header.jpg) repeat-x;
}
h2 {
	color: #fff;
	font-size: 28px;
	margin: 32px 0 16px 0;
}
#respond h3 {
	font-size: 22px;
}
h3 {
	margin: 25px 0 5px 0;
	font-size: 19px;
}
.entry-meta {
	font-size: 12px;
}
img {
	border: none;
}
a:link, a:visited, a:active {
	color: #88c6e3;
	text-decoration: underline;
}
h2 a:link, h2 a:visited, h2 a:active {
 color: #fff;
}
h2 a:hover {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #88c6e3;
}

/* Navigation */
#nav {
	position: absolute;
	width: 581px;
	height: 31px;
	top: 77px;
	left: 471px;
}
.navWhoIam a {
	display: block;
	width: 105px;
	height: 31px;
	background: url(http://www.glowview.com/images/nav-who-i-am.jpg) no-repeat 0 0;
	float: left;
	text-decoration: none;
}
.navWhoIam a:hover {	
	background-position: 0 -31px;
}
.navWhatIdo a {
	display: block;
	width: 120px;
	height: 31px;
	background: url(http://www.glowview.com/images/nav-what-i-do.jpg) no-repeat 0 0;
	float: left;
	text-decoration: none;
}
.navWhatIdo a:hover {	
	background-position: 0 -31px;
}
.navWhatIveDone a {
	display: block;
	width: 162px;
	height: 31px;
	background: url(http://www.glowview.com/images/nav-what-ive-done.jpg) no-repeat 0 0;
	float: left;
	text-decoration: none;
}
.navWhatIveDone a:hover {	
	background-position: 0 -31px;
}
.navBlog a {
	display: block;
	width: 69px;
	height: 31px;
	background: url(http://www.glowview.com/images/nav-blog.jpg) no-repeat 0 0;
	float: left;
	text-decoration: none;
}
.navBlog a:hover {	
	background-position: 0 -31px;
}
.navContactMe a {
	display: block;
	width: 125px;
	height: 31px;
	background: url(http://www.glowview.com/images/nav-contact-me.jpg) no-repeat 0 0;
	float: left;
	text-decoration: none;
}
.navContactMe a:hover {	
	background-position: 0 -31px;
}
.hideText {
	display: none;
}
/* End Navigation */

ul {
	margin: 10px 0 10px 0;
}

.sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
	color: #38383e;
}
.logo-main {
	margin: 56px 0 0 129px;
}
#headerBottom {
	width: 1184px;
	height: 37px;
	background: url(images/bg-header-bottom.jpg) no-repeat 0 0;
}
#container {
	min-height: 414px;
	background: url(images/bg-content.jpg) no-repeat 0 0;	
}
#content {
	margin: 0 0 40px 130px;
	width: 725px;
}
div#container {
float:left;
margin:0 -400px 0 0;
width:100%;
}

div.sidebar {
float:right;
overflow:hidden;
width:180px;
margin-right: 90px;
}

div#secondary {
clear:right;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px 20px 10px 20px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	padding: 4px 4px 5px;
	margin: 0;
	color: #333333;
}
/* End captions */

.post {
	margin: 0 0 60px 0;
	text-align: justify;
}
#nav-below {
	margin-top: -25px;
}

#comments {
	padding: 20px 0 0 0;
}
#tweetbacks {
	display: none;
}
.sociable {
	padding-top: 25px;
}
#footer {
	clear: both;
	width: 1184px;
	height: 54px;
	text-align: center;
	color: #38383e;
	font-size: 11px;
	margin-top: 40px;	
}
#footerContainer {
	background: url(images/bg-footer.jpg) repeat-x 0 0;
	height: 137px;
	width: 100%;
	clear: both;
}
#footer {
	padding-top: 30px;
	margin: 0 auto;
}