@charset "UTF-8";
/* CSS Document */

/* Tags */

* {
margin: 0;
padding: 0;
}

body {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #606060;
}
p {
	margin-top: 0px;
	margin-bottom: 1em;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #008ccc;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: normal;
	line-height: 33px
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #008ccc;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: normal;
	line-height: 22px
}

h2 a:link, h3 a:link {
	font-weight: normal;
	color: #008ccc;
	text-decoration: none;
}
h2 a:visited, h3 a:visited {
	font-weight: normal;
	color: #008ccc;
	text-decoration: none;
}
h2 a:hover, h3 a:hover {
	font-weight: normal;
	color: #005c90;
	text-decoration: none;
}


/* Structure */

#wrapper {
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	padding-top: 54px;
	position: relative;
	text-align: right;
	height: 46px;
	overflow: visible;
}
#content {
	width: 900px;
}
#footer {
	width: 900px;
	margin-top: 15px;
	margin-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-align: right;
	background-image: url(/images/footer_bg.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
}

/* Header */

.seanpopke {
	position: absolute;
	left: 0px;
	top: 56px;
}
a.topmenu:link {
	padding: 6px;
	margin-top: 6px;
	margin-right: -6px;
	margin-bottom: 6px;
	margin-left: 18px;
	border: 1px solid #FFFFFF;
	display: inline-block;
}
a.topmenu:visited {
	padding: 6px;
	margin-top: 6px;
	margin-right: -6px;
	margin-bottom: 6px;
	margin-left: 18px;
	border: 1px solid #FFFFFF;
	display: inline-block;
	
}
a.topmenu:hover {
	padding: 6px;
	margin-top: 6px;
	margin-right: -6px;
	margin-bottom: 6px;
	margin-left: 18px;
	border: 1px solid #9acf8b;
	display: inline-block;
	
}

body.home .home {border: 1px solid #dbdbdb !important;}
body.about .about {border: 1px solid #dbdbdb !important;}
body.still .still {border: 1px solid #dbdbdb !important;}
body.video .video {border: 1px solid #dbdbdb !important;}
body.blog .blog {border: 1px solid #dbdbdb !important;}
body.contact .contact {border: 1px solid #dbdbdb !important;}

/* Footer */

#footer a:link {
	color: #005c90;
	text-decoration: none;
	margin-right: 25px;
}
#footer a:visited {
	color: #005c90;
	text-decoration: none;
	margin-right: 25px;
}
#footer a:hover {
	color: #008ccc;
	text-decoration: none;
}

/* Classes */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Blog */

#narrowcolumn {
	float: left;
	width: 630px;
	padding-right: 20px;
}
.blogpostdate {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #005c90;
	line-height: 16px;
	background-image: url(../images/mini-calendar.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 16px;
	display: inline-block;
	background-position: 0px 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.blogpostdate a:link {
	color: #005c90;
	text-decoration: none;
}
.blogpostdate a:visited {
	color: #005c90;
	text-decoration: none;
}
.blogpostdate a:hover {
	color: #008ccc;
	text-decoration: none;
}
.postmetadata {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #005c90;
	background-image: url(../images/postmeta_bottom.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	margin-top: 5px;
	margin-bottom: 25px;
	padding-bottom: 13px;
	line-height: 16px;

}
.postmetadatasingle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #005c90;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 13px;
	line-height: 16px;

}
.postmetadata a:link {
	color: #005c90;
	text-decoration: none;
}
.postmetadata a:visited {
	color: #005c90;
	text-decoration: none;
}
.postmetadata a:hover {
	color: #008ccc;
	text-decoration: none;
}
.postmetadata img {
	margin-bottom: -2px;
}
.postmetadatasingle img {
	margin-bottom: -2px;
}
.floatright {
	float: right;
}
.pmd_img_left {
	margin-right: 5px;
}
.pmd_img_right {
	margin-left: 5px;
}
.entry a:link {
	color: #008ccc;
	text-decoration: none;
}
.entry a:visited {
	color: #008ccc;
	text-decoration: none;
}
.entry a:hover {
	color: #005c90;
	text-decoration: none;
}
#sidebar {
	background-color: #f7f7f7;
	float: right;
	width: 250px;
	padding-top: 10px;
	position: relative;
}
#sidebar a:link {
	font-size: 10px;
	line-height: 15px;
	color: #008ccc;
	text-decoration: none;
}
#sidebar a:visited {
	font-size: 10px;
	line-height: 15px;
	color: #008ccc;
	text-decoration: none;
}
#sidebar a:hover {
	font-size: 10px;
	line-height: 15px;
	color: #005c90;
	text-decoration: none;
}
.sidebar_titles {
	margin-left: 15px;
}

#sidebar ul {
	margin-top: 6px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
#sidebar ul li {
	list-style: none;
	padding: 0;
	border: none;
	margin: 0;
	margin-top: 3px;
	margin-bottom: 3px;
}
#sidebar li {
	list-style: none;
	padding: 0;
	border: none;
	margin: 0;
}

ul.post-cat li {
	color: #606060;
	padding-left: 20px !important;
	background-image: url(/images/mini-monthly-archive.gif) !important;
	background-repeat: no-repeat !important;
	background-position: 0px -2px !important;	
}
ul.post-arc li {
	color: #606060;
	padding-left: 20px !important;
	background-image: url(/images/mini-archive.gif) !important;
	background-repeat: no-repeat !important;
	background-position: 0px -2px !important;	
}
#searchform {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
	margin-bottom: 12px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.searchtitle {
	margin-bottom: 6px;
}
.search_input {
	background-color: #FFF;
	height: 20px;
	border: 1px solid #94c7dd;
	width: 190px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #008ccc;
	line-height: 20px;
	padding-left: 5px;
}
.search_form {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.margins15 p {
	margin-right: 15px;
	margin-left: 15px;
}
.metamargins15  {
	margin-right: 15px;
	margin-left: 15px;
}
.wp-caption-text {
	background-color: #f7f7f7;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebebeb;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 10px;
	/* position: relative; */
	margin-top: 1px;
	margin-bottom: 10px;
}
.geotag {
	float: right;
	margin-left: 10px;
}
a.stbutton {
	padding-top: 1px !important;
	padding-right: 20px !important;
	padding-bottom: 5px !important;
	padding-left: 0px !important;
}
#subscribeform {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
	margin-bottom: 12px;
}
.subscribetitle {
	margin-bottom: 6px;
}
.subscribe_input {
	background-color: #FFF;
	height: 20px;
	border: 1px solid #94c7dd;
	width: 190px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #008ccc;
	line-height: 20px;
	padding-left: 5px;
}
#twitterbox {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
	margin-bottom: 12px;
}
.twittertitle {
	margin-bottom: 6px;
}

ul.twitter li {
	background: url(/images/mini-page.gif) no-repeat !important;
	color: #606060;
	padding-left: 20px !important;
}

.twitter-timestamp {
	font-size: 9px;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.sidebartop {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.margins15 li {
	float: left;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.navigation {
	margin-bottom: 15px;
	line-height: 15px;
	height: 15px;
}
.navigation a:link {
	color: #008ccc;
	text-decoration: none;
}
.navigation a:visited {
	color: #008ccc;
	text-decoration: none;
}
.navigation a:hover {
	color: #005c90;
	text-decoration: none;
}
.navigation_single {
	background-image: url(/images/postmeta_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 15px;
	margin-top: 0px;
}
a.stico_default {
	background-image: none  !important;
	margin-right: -20px;
}

#respond a:link {
	color: #008ccc;
	text-decoration: none;
}
#respond a:visited {
	color: #008ccc;
	text-decoration: none;
}
#respond a:hover {
	color: #005c90;
	text-decoration: none;
}
.comment_input {
	background-color: #FFF;
	height: 20px;
	border: 1px solid #94c7dd;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #008ccc;
	line-height: 20px;
	padding-left: 5px;
}
.comment_textarea {
	background-color: #FFF;
	border: 1px solid #94c7dd;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #008ccc;
	line-height: 18px;
	padding: 5px;
	width: 630px;
}
.commentlist a:link {
	color: #008ccc;
	text-decoration: none;
}
.commentlist a:visited {
	color: #008ccc;
	text-decoration: none;
}
.commentlist a:hover {
	color: #005c90;
	text-decoration: none;
}.search_post_title {
	margin: 0px;
}
ol.commentlist {
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}
ol.commentlist li {
	background-color: #f7f7f7;
	padding: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebebeb;
}
.comment_navigation {
	
}
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;
	}
	
	.commentlist li .avatar {
	float: right;
	padding: 0px;
	background: #fff;
	margin-bottom: 5px;
	margin-left: 5px;
	}
	.url {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
}
.headermargin {
	margin-bottom: 20px;
}
.exifbox {
	background-color: #f7f7f7;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 10px;
	display: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebebeb;
}
.wp-caption {
	position: relative;
}
.exifbox ul {
	list-style-type: none;
}
.postmetatopbar {
	margin-bottom: 0px !important;
}

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	background-color: #f7f7f7;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ebebeb;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}
/*
a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	*/
/* End Various Tags & Classes*/

/* Live */

.live-page {
	background-color: #f7f7f7;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-top: 115px;
	padding-bottom: 115px;
	padding-right: 250px;
	padding-left: 250px;
}
.live-chat-page {
	background-color: #f7f7f7;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-top: 75px;
	padding-bottom: 75px;
	padding-right: 33px;
	padding-left: 33px;
	height: 400px;
	}
#live-video {
	float: left;
}
#live-chat {
	float: right;
}


/* About Page */

.about-page {
	background-image: url(/images/sean_popke.png);
	background-repeat: no-repeat;
	background-position: 50px 50px;
	min-height: 550px;
	background-color: #f7f7f7;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

}
#about-content {
	width: 450px;
	padding-top: 150px;
	padding-right: 50px;
	padding-left: 400px;
	line-height: 18px;
}
#about-content a:link {
	color: #008ccc;
	text-decoration: none;
}
#about-content a:visited {
	color: #008ccc;
	text-decoration: none;
}
#about-content a:hover {
	color: #005c90;
	text-decoration: none;
}

/* Still Portfolio */

#flashcontent {
	text-align: center;
	height: 550px;
	width: 900px;
	background-color: #f7f7f7;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#still-menu {
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 15px;
	margin-bottom: 5px;
	background-color: #f7f7f7;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
a.stillmenuitem:link {
	padding: 6px;
	margin-top: 6px;
	margin-right: 18px;
	margin-bottom: 6px;
	margin-left: -6px;
	border: 1px solid #f7f7f7;
	display: inline-block;
}
a.stillmenuitem:visited {
	padding: 6px;
	margin-top: 6px;
	margin-right: 18px;
	margin-bottom: 6px;
	margin-left: -6px;
	border: 1px solid #f7f7f7;
	display: inline-block;
	
}
a.stillmenuitem:hover {
	padding: 6px;
	margin-top: 6px;
	margin-right: 18px;
	margin-bottom: 6px;
	margin-left: -6px;
	border: 1px solid #9acf8b;
	display: inline-block;
	
}

#still-menu.latest .latest {border: 1px solid #dbdbdb !important;}
#still-menu.people .people {border: 1px solid #dbdbdb !important;}
#still-menu.places .places {border: 1px solid #dbdbdb !important;}
#still-menu.things .things {border: 1px solid #dbdbdb !important;}
#still-menu.editorial .editorial {border: 1px solid #dbdbdb !important;}
#still-menu.commercial .commercial {border: 1px solid #dbdbdb !important;}

.commercial {
	visibility: hidden;
	height: 0px;
	width: 0px;
	padding: 0px;
	margin: 0px;
}


/* Video Portfolio */

.video-page {
	min-height: 550px;
	width: 200px;
	background-color: #f7f7f7;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: center;
}
#video-container {
	padding-top: 5px;
	padding-left: 0px;
	width: 900px;
	height: 625px;
}

.video-icon {
	height: 135px;
	text-align: center;
}
.video-icon-wrapper {
	background-image: url(/images/video-shadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 8px;
	height: 155px;
	width: 200px;
	margin-left: 20px;
	margin-top: 15px;
	text-align: left;
	float: left;
}
.video-icon a {
	background-color: #eaeaea;
	display: block;
	height: 100%;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-decoration: none;
	color: #999;
}
.video-icon a:hover {
	background-color: #FFF;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.30);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.30);
}
.video-icon h3 {
	font-size: 13px;
	margin-bottom: 2px;
}
.video-icon img {
	margin-bottom: 10px;
}
.video-icon p {
	margin-top: 0px;
	margin-bottom: 2px;
}
.video-older-work {
	width: 860px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFF;
}

/* Home */

/* Contact Page */

.contact-page {/*
	background-image: url(/images/contact-background.jpg);
	background-repeat: no-repeat;  */
	min-height: 550px;
	background-color: #f7f7f7;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#contact-frame {
	width: 330px;
	padding-top: 150px;
	padding-left: 100px;
}
#contact-frame h3 {
	padding-top: 0px;
	padding-bottom: 10px;
}
#contact-frame h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	text-decoration: none;
	font-size: 9px;
	text-transform: uppercase;
}
