/*
Title: AdamPolselli.com master styles for Version 8.0
Author: Adam Polselli
Contact: adam@adampolselli.com
Updated: May 7, 2006
*/

body {
	background: #FFF;
	font: 14px/18px helvetica, arial, sans-serif;
	color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
	}

/* THE BASICS & SHARED STYLES
------------------------------------------------------------ */

a {
	font-weight: normal;
	color: #2952CC;
	}
a:hover {
	color: #1C3B9B;
	}

blockquote { background: #EEE url(/images/blockquotebg.gif) no-repeat bottom right; padding: 10px; border-bottom: 1px dashed #ACACAC; border-left: 1px dashed #ACACAC; margin: 15px 0 15px 20px; }
blockquote.pullquote { float: right; width: 150px; background : transparent none; margin: 10px 0 10px 15px; padding: 0; border: none; color: #333; font-family: georgia, palatino, serif; font-size: 20px; text-align: center; line-height: 24px; }
blockquote.pullquoteLeft { float: left; width: 150px; background : transparent none; margin: 10px 15px 10px 0; padding: 0; border: none; color: #333; font-family: georgia, palatino, serif; font-size: 20px; text-align: center; line-height: 24px; }
blockquote p { margin: 0; }

dt {
	margin: 0;
	}
dd {
	margin: 0 0 15px;
	}

h1, h2, h3, h4, p {
	margin-top: 0px;
	margin-bottom: 20px;
	}
h1 {
	margin-bottom: 4px;
	font-size: 28px;
	letter-spacing: -1px;
	}
h1 a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	}
h1 a:hover {
	color: #444;
	}
h2 {
	padding-left: 5px;
	margin-bottom: 10px;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: normal;
	color: #777;
	border-bottom: 1px solid #999;
	}
h3 {
	margin-bottom: 12px;
	font-weight: normal;
	font-size: 22px;
	letter-spacing: -1px;
	}
h4 {
	font-size: 17px;
	font-weight: bold;
	letter-spacing: -1px;
	}

img.banner {
	margin: -10px 0 15px 0;
	border-bottom: 1px solid #999;
	}
a img {
	border: none;
	text-decoration: none;
	}

ul {
	margin: 0 0 20px;
	line-height: 170%;
	}
ul.details span {
	color: #999;
	font-size: 11px;
	}
li.photo {
	list-style-image: url(icon-photo.gif);
	}
li.text {
	list-style-image: url(icon-text.gif);
	}
li.all {
	list-style-image: url(icon-all.gif);
	}
ul.tags {
	list-style-image: url(icon-tag.gif);
	}

div#container {
	position: relative;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 900px;
	z-index: 1;
	}

p.more {
	padding-right: 17px;
	background: url(icon-more.gif) no-repeat 100% 50%;
	font-size: 11px;
	text-align: right;
	color: #666;
	}
p.more a {
	font-weight: bold;
	}
#mainbar p.more {
	background: url(icon-more.gif) no-repeat 523px 50%;
	}

#announcement {
	margin: 20px 0 0 0;
	padding: 6px;
	text-align: center;
	font-size: 11px;
	background-color: #FFC;
	border: 1px solid #FC6;
	}

table.teaser {
	margin-bottom: 10px;
	}
table.teaser td {
	vertical-align: top;
	padding-bottom: 15px;
	}
table.teaser img {
	border-bottom: 2px solid #CCC;
	border-right: 2px solid #CCC;
	}
table.teaser img:hover {
	border-bottom: 2px solid #666;
	}
#sidebar table.teaser p {
	padding: 0 20px 0 10px;
	margin: 0;
	}
#sidebar table.teaser p.title {
	margin-bottom: 3px;
	font-size: 15px;
	letter-spacing: -1px;
	}
#extra table.teaser p {
	padding: 0 0 0 10px;
	}
#extra table.teaser p.title {
	margin-bottom: 3px;
	font-size: 14px;
	letter-spacing: -1px;
	}

div.gallery {
	margin-bottom: 20px;
	}
div.gallery img {
	border-bottom: 2px solid #CCC;
	border-right: 2px solid #CCC;
	margin: 6px;
	}
div.gallery img:hover {
	border-bottom: 2px solid #666;
	}


/* LOGO
------------------------------------------------------------ */

div#logo {
	width: 900px;
	height: 117px;
	text-indent: -9999px;
	}
div#logo a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(logo.gif) no-repeat 0 0;
	text-decoration: none;
	}


/* NAVIGATION
------------------------------------------------------------ */

ul#nav {
	width: 900px;
	margin: 0;
	padding: 6px 0;
	text-align: center;
	font-size: 13px;
	list-style-type: none;
	}
ul#nav li {
	display: inline;
	}
ul#nav a {
	text-decoration: none;
	padding: 0 12px;
	color: #000;	
	}
ul#nav a.selected {
	font-weight: bold;
	}
ul#nav a:hover {
	text-decoration: underline;
	}

/* MAIN BAR
------------------------------------------------------------ */

div#mainbar {
	float: left;
	width: 550px;
	padding: 12px 0 0;
	border-top: 4px solid #000;
	}
div#mainbar p, div#mainbar ul, div#mainbar ol {
	padding-right: 30px;
	font-family: georgia, times, serif;
	line-height: 20px;
	}

/* ENTRIES
------------------------------------------------------------ */

div.entry {
	margin-bottom: 40px;
	border-bottom: 3px solid #CCC;
	}

div.entry h2 {
	padding-left: 5px;
	margin-bottom: 5px;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: normal;
	color: #777;
	border-bottom: 1px solid #999;
	}

a.permalink {
	padding-left: 4px;
	font-size: 11px;
	letter-spacing: 0;
	text-transform: none;
	text-decoration: none;
	}
a.permalink:hover {
	text-decoration: underline;
	}

div.entry img.photograph {
	margin: -5px 0 5px;
	border-bottom: 1px solid #999;
	}
div.entry img.photograph:hover {
	margin-bottom: 2px;
	border-bottom: 4px solid #2952CC;
	}

#mainbar div.entry p.entrydetails {
	padding: 7px 0 5px;
	margin: -5px 0 0;
	font-family: helvetica, arial, sans-serif;
	border-top: 1px dotted #999;
	font-size: 11px;
	}
div.entry p.entrydetails a {
	font-weight: bold;
	}


/* COMMENTS
------------------------------------------------------------ */

div.comment {
	margin: 20px 0 20px;
	padding: 5px 0 10px 10px;
	border-bottom: 1px solid #DEDEDE;
	border-left: 3px solid #DEDEDE;
	}
div.me {
	border-bottom-color: #777;
	border-left-color: #777;
	}
#mainbar div.comment p.comment-head {
	margin: 0 0 10px;
	font: 11px helvetica, arial, sans-serif;
	}
div.comment p.comment-head span.author, div.comment p.comment-head span.author a {
	font-weight: bold;
	}
div.comment div.comment-body {
	}
#mainbar div.comment div.comment-body p {
	margin-bottom: 10px;
	}

table.comment {
	margin-left: 20px;
	}
table.comment td {
	padding: 4px;
	}
table.comment td.label {
	text-align: right;
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	}

form {
	margin: 0 0 20px;
	padding: 0;
	}
input , textarea , select {
	background-color: #EEE;
	border: 1px dotted #CCC;
	font: 13px helvetica, arial, sans-serif;
	color: #333;
	margin: 0;
	}
input, textarea {
	padding: 3px;
	margin: 0 0 4px 5px;
	}
input.radio {
	border: 0;
	background: none;
	padding: 0;
	margin: 0;
	}


/* PORTFOLIO STYLES
------------------------------------------------------------ */

div.workthumbs {
	z-index:100;
	margin-bottom: 20px;
	}
div.workthumbs img {
	border-bottom: 2px solid #CCC;
	border-right: 2px solid #CCC;
	margin: 0 15px 15px 0;
	}
div.workthumbs img:hover {
	border-bottom: 2px solid #666;
	}
div.testimonials p {
	margin: 0 20px;
	padding-bottom: 15px;
	color: #666;
	}
div.testimonials p.testname {
	margin-bottom: 15px;
	padding: 0 10px 10px 30px;
	color: #333;
	font-size: 11px;
	border-bottom: 1px solid #CCC;
	}


/* SIDEBAR STYLES
------------------------------------------------------------ */

div#sidebar {
	float: right;
	width: 330px;
	padding: 3px 0 0;
	border-top: 4px solid #000;
	font-size: 12px;
	line-height: 16px;
	}

div#sidebar h2, div#sidebar p {
	margin-bottom: 10px;
	}

div#sidebar h2 {
	padding: 6px 0;
	margin-top: 18px;
	background: url(sidebarhbg.gif) no-repeat bottom right;
	font-size: 18px;
	letter-spacing: -1px;
	text-transform: none;
	font-weight: bold;
	color: #000;
	border-bottom: 1px dotted #666;
	}
div#sidebar h2:first-child {
	margin-top: 0;
	}


/* EXTRA STYLES
------------------------------------------------------------ */

div#extra {
	clear: both;
	padding: 8px 0 0 0;
	background: #E6E6E6 url(extrabg.gif) no-repeat 0 0;
	border-top: 1px solid #D2D2D2;
	font-size: 11px;
	line-height: 16px;
	}

#extra div.extra {
	float: left;
	width: 260px;
	padding: 20px 20px 10px;
	background-color: #E6E6E6;
	}
#extra div.one {
	width: 258px;
	border-left: 1px dotted #999;
	border-right: 1px dotted #999;
	}

#extra div.extra h2 {
	padding: 0 0 8px;
	margin: 0 0 15px;
	font-size: 17px;
	letter-spacing: -1px;
	text-transform: none;
	font-weight: bold;
	color: #000;
	border-bottom: 3px solid #666;
	}
#extra div.extra h3 {
	margin-bottom: 2px;
	font-size: 12px;
	text-transform: uppercase;
	}

#extra dl.articles dt {
	margin-bottom: 3px;
	font-size: 14px;
	letter-spacing: -1px;
	}
/*#extra dl.articles dd {
	margin-bottom: 5px;
	padding-bottom: 20px;
	background: url(../images/articlesddbg.gif) no-repeat bottom center;
	}*/

#extra dl.photos dt {
	float: left;
	}
#extra dl.photos dt img {
	border: 1px solid #FFF;
	}
#extra dl.photos dt img:hover {
	border-left-color: #666;
	border-top-color: #666;
	}
#extra dl.photos dd {
	margin-left: 103px;
	}
#extra dl.photos dd a {
	color: #000;
	text-decoration: none;
	}
#extra dl.photos dd ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 16px;
	}
#extra dl.photos dd li {
	margin: 0;
	padding: 1px 0 0;
	border-bottom: 1px dotted #999;
	}


/* FOOTER
------------------------------------------------------------ */

div#footer {
	clear: both;
	width: 900px;
	height: 50px;
	padding: 40px 0 0;
	margin-bottom: 30px;
	background: #FFF url(footerbg.gif) no-repeat 0 0;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
}


/* LIGHTBOX.JS
------------------------------------------------------------ */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#photolightbox{
	background-color:#eee;
	padding: 10px;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#photolightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }
#photooverlay img{ border: none; }

#photooverlay{ background-color: #191919; }
#overlay{ background-image: url(/images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(../images_files/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/overlay.png", sizingMethod="scale");
	}
