@import url(global.css);
/*Download by https://nowjava.com*/
/* PORTFOLIO */

.portfolio #content {
	width: 867px;
}

.portfolio .slider {
	width: 817px;
	margin-left: 25px;
/*	overflow-x: auto;
	overflow-y: hidden;*/
	overflow: hidden; /* in a perfect world, should be implemented via JS for accessibility */
}

.slider .description {
	display: none;
}

.portfolio #content ol {
	/* width = 276px x entries # */
	/* added inline in porfolio view */
}

.portfolio #content ol li {
	float: left;
	width: 265px;
	margin-right: 11px;
	padding-bottom: 20px;
}

.portfolio #content ol li.last {
	margin-right: 0;
}

.portfolio #content ol li img {
	display: block;
}

.portfolio #content ol li img {
	display: block;
	border: 1px solid #777;
}

.portfolio #content ol li a img {
	border: none;
}

.img_link {
	display: block;
	border: 1px solid #Bfbfbf;
}

a.img_link:hover {
	border: 1px solid #4a5666;
}

.portfolio h2 {
	margin-top: 1em;
	text-transform: uppercase;
	color: #4a5666;
}

.portfolio h3 {
	margin-bottom: .6em;
	font-size: .9em;
	line-height: 1.3em;
}

.portfolio .visit {
	width: 100px;
	height: 17px;
	margin-bottom: 0;
	background: url(../_img/porfolio-a-visit_site-bg.gif) 0 -17px no-repeat;
}

.portfolio .visit a {
	display: block;
	width: 100px;
	height: 0;
	padding-top: 17px;
	overflow: hidden;
	background: url(../_img/porfolio-a-visit_site-bg.gif) no-repeat;
}

.portfolio .visit a:hover {
	background-image: none;
}

/* LOCAL NAV + PAGINATION*/

#local_nav li {
	width: 19px;
	height: 19px;
	background-position: 0 -19px;
}

#local_nav a {
	display: block;
	width: 19px;
	height: 0;
	padding-top: 19px;
	overflow: hidden;
	background-position: 0 0;
}

#local_nav li a:hover {
	background-image: none;
}

#local_nav .prev, #local_nav .prev a {
	background-image: url(../_img/portfolio-a-prev-bg.gif);
}

#local_nav .next, #local_nav .next a {
	background-image: url(../_img/portfolio-a-next-bg.gif);
}

/* those 2 changed via javascript, when no more new page to scroll to */
#local_nav li.prev.off a:hover {
	cursor: default;
	background-image: url(../_img/portfolio-a-prev-bg.gif);
}

#local_nav li.next.off a:hover {
	cursor: default;
	background-image: url(../_img/portfolio-a-next-bg.gif);
}

.portfolio #pagination {
	position: absolute;
	top: -18px;
	right: 18px;
}

.portfolio .prev {
	position: absolute;
	top: 81px;
	left: 0;
}

.portfolio .next {
	position: absolute;
	top: 81px;
	right: 0;
}

/* single portfolio page (coming from search engines and/or Javascript disabled) */

.portfolio#single #content {
	margin-left: 25px;
	width: 600px;
}

.portfolio#single .img_link {
	width: 263px;
	float: left;
}

.portfolio#single img {
	display: block;
}

.portfolio#single #information {
	padding-left: 283px;
}

/* INFORMATION */

.information #content {
	margin-left: 25px;
	width: 540px;
}

.information dt {
	line-height: 1.5em;
}

.information dt a {
	font-size: 1.1em;
	text-decoration: none;
	color: #BFBFBF;
}

.information dt.closed a { /* via javascript */
	color: #Bfbfbf;
}

.information dt.open { /* via javascript */
	margin-top: .6em;
	text-transform: uppercase;
}

.information dt.open a { /* via javascript */
	color: #4a5666;
}

.information dd {
	display: none;
}

.information dt a:hover {
	color: #4a5666;
}

.information .entry h2 {
	margin-bottom: .3em;
}

/*email marketing slideshow*/

#cm_slideshow li {
	display: none;
}

#cm_slideshow li.thb {
	display: block;
	margin: 1em auto .7em;
	padding: 0;
	width: 367px;
	height: 188px;
	background: url('../_img/cm-Snapshot-thb.png') no-repeat;
	border: 1px solid #4a5666;
}

#cm_slideshow li.thb a {
	display: block;
	width: 367px;
	height: 0;
	font-size: 1em;
	padding-top: 188px;
	text-indent: -2000px;
	overflow: hidden;
	background: url('../_img/cm-Snapshot-thb.png') no-repeat;
}

.information p.legend {
	text-align: center;
}

/* CONTACT */

.contact #content {
	width: 500px;
	margin-left: 25px;
}

.contact h2 {
	clear: both;
	margin-bottom: .7em;
	font-size: 1em;
}

#google_map {
	/* can't use display: none 'cause map location gets messed up */
	position: absolute;
	visibility: hidden;
	height: 385px;
}

#location {
	float: left;
	margin-right: 80px;
}

.vcard {
	overflow: hidden;
	margin-bottom: 1em;
}

.contact .org {
	margin-bottom: 0;
	font-weight: bold;
}

.contact .street-address {
	margin-bottom: 0;
}

.contact .tel {
	margin-top: 16px;
	font-weight: bold;
}

.contact .email {
	margin-top: 19px;
}

.contact .type {
	display: none;
}

.view_map a {
	display: block;
	margin-top: .3em;
	padding-left: 20px;
	background: url('../_img/contact-a-view_map-bg.png') no-repeat;
}

#c_form {
	width: 550px;
}

#c_content ol {
	margin-top: 16px;
}

/* CONTACT FORM VALIDATION + SUBMISSION MESSAGES */

 .contact #content label.error {
	padding-left: 1em;
	display: inline;
	vertical-align: bottom;
	font-size: .9em;
	background-color: transparent;
	border: none;
}

input.error, textarea.error {
	border: 1px solid #b3382d;
}

.contact div.success, .contact div.error {
	padding: 10px 20px 0;
}

.contact ul.error {
	padding: 1em 1.5em .6em;
}

.contact .tel em {
	font-style: normal;
	font-weight: normal;
	color: #999;
}

/*CONTACT - Connect */

#connect #content {
	width: 800px;
}

.social_media {
	float: left;
	width: 225px;
	margin-right: 35px;
}

.social_media h2 a {
	display: block;
	margin-bottom: 15px;
	padding-left: 20px;
	background-position: 0 50%;
	background-repeat: no-repeat;
}

.social_media.linkedin {
	float: none;
	width: 100%;
	margin-bottom: 25px;
}

.social_media.linkedin h2 a {
	margin-bottom: .25em;
	background-image: url(../_img/connect-linkedin.png);
}

.social_media.twitter h2 a {
	background-image: url(../_img/connect-twitter.png);
}

#content .twitter li {
	margin-bottom: .7em;
}

.social_media.delicious h2 a {
	background-image: url(../_img/connect-delicious.png);
}

#content .delicious li {
	margin-bottom: .7em;
}

.social_media.flickr h2 a {
	margin-bottom: 20px;
	background-image: url(../_img/connect-flickr.png);
}

.flickr {
/*	margin-right: 0;*/
}

.flickr ul {
	overflow: hidden;
	margin-bottom: 10px;
}

#content .flickr li {
	float: left;
	margin-bottom: 0;
}

.flickr li img {
	float: left;
}

.social_media.vimeo h2 a {
	background-image: url(../_img/connect-vimeo.png);
}

.social_media .action {
	margin-top: 1.5em;
}

.social_media .action a {
	padding-left: 15px;
	background: url('../_img/gl-a-arrow-bg.gif') 0 .1em no-repeat;
}

/*CONTACT - Mailing List */

.mailing_list h2 {
	font-size: 1em;
	margin-bottom: .7em;
}

.reasons li {
	padding-left: 15px;
	background: url('../_img/gl-li-checkmark-bg.gif') 0 50% no-repeat;
}

#mailing_list {
	margin-top: 1em;
}

#mailing_list fieldset {
	margin-top: .7em;
}
#mailing_list legend {
	font-weight: bold;
	color: #333;
}

#mailing_list ul, #mailing_list ol {
	margin: 0 0 0 2px;
	padding-top: .7em;
}


#mailing_list ul {
	position: relative;
}

#mailing_list ul input {
	border-width: 0;
	background-color: transparent;
}

#mailing_list ul label.error {
	position: absolute;
	display: block;
	top: 15px;
	left: 170px;
	height: 95px;
	line-height: 95px;
	border-left: 1px solid #A21D30 !important;
}

#mailing_list ol {
	margin-bottom: 0;
}

#mailing_list ol li {
	margin-bottom: .7em;
}

#content #mailing_list ol label {
	display: block;
}

#content #mailing_list ol label.error {
	display: inline;
}

#mailing_list #submit {
	margin: .5em 0 0 4px;
}

.alternative {
	margin-top: 2em;
	padding-left: 22px;
	line-height: 16px;
	background: url('../_img/gl-multi-rss_feed-bg.png') 0 -16px no-repeat;
}

/* DOWNLOADS + ARTICLES */

.downloads #content, .articles #content {
	margin-left: 25px;
	width: 540px;
}

.entry h2 {
	text-transform: uppercase;
	color: #4a5666;
}

.entry h2 a {
	text-transform: none;
	text-decoration: none;
}

.entry .meta {
	font-size: .95em;
	font-weight: bold;
}

.entry .meta li {
	display: inline;
	padding-right: 2em;
}

.entry .file_uri {
	margin: .5em 0 .7em;
	font-size: .95em;
}

#single .entry .file_uri {
	margin-bottom: 1.5em;
}

.entry .file_uri a {
	padding: 0 0 .5em 16px;
	background: url(../_img/downloads-a-file_uri-bg.gif) 0 .1em no-repeat;
}

.excerpt {
	margin: .5em 0 2em;
}

.filed {
	padding: 1.5em 0 1em;
	border-bottom: 1px solid #e5e5e5;
}

/* articles + comments typographic fioritures */

/* in case user plays with headers... */
.comment h1, .comment h2, .comment h3, .comment h4, .comment h5, .comment h6 {
	font-size: 1em;
}

.body h3, .body h4 {
	margin: 1em 0 .5em;
	line-height: 1em;
}

.body h5 {
	font-size: 1em;
	color: #5F6266;
}

.body ul, .body ol, .comment ul, .comment ol {
	margin-bottom: .6em;
}

.body ul li, .comment ul li {
	margin-left: .5em;
	padding-left: 10px;
	background: url(../_img/gl-ul-bullet-bg.gif) 0 .5em no-repeat;
}

.body ol, .comment ol {
	margin-left: 1.6em;
	list-style-type: decimal;
}

.body li ul, .body li ol, .comment li ul, .comment li ol {
	margin-top: .6em;
}

.body pre, .comment pre {
	width: 520px;
	margin-bottom: 1em;
	padding: .5em 1em;
	overflow: auto;
	background-color: #413e37;
}

.comment pre {
	width: 496px;
	background-color: #3c4147;
}

.body code, .comment code {
	color: #dd9349;
}

.body pre code, .comment pre code {
	background-color: transparent;
	border-width: 0;
}

.body pre code, .comment pre code {
	color: #e0ddad;
}

.body img {
	display: block;
	margin: 16px auto 0;
}

.body dfn {
	display: block;
	margin-bottom: 1em;
	text-align: center;
	font-weight: bold;
	color: #5f6266;
}

.articles .body em {
	padding: 0 .3em;
	font-style: normal;
	font-weight: bold;
	color: #555;
	background-color: #ffffc1;
}

.body table {
	margin: 1em 0 .7em;
	border-collapse: collapse;
}

.body th, .body td {
	padding: 2px 10px;
}

.body th {
	text-align: left;
	border-bottom: 2px solid #fff;
	background-color: #E5E7E9;
}

.body td {
	background-color: #F5F5F5;
	border-bottom: 2px solid #fff;
}

.body .video {
	margin: 18px 0 0;
}

.body .video object {
	margin: 0 auto;
}

#comments h4, #comment_form h4 {
	margin-bottom: 1em;
}

.comment {
	padding: 1em 1em 2px;
	background-color: #f2f4f7;
}

.comment blockquote {
	min-height: 2em;
}

.my_comment {
	background-color: #ffffd9;
}

.my_comment blockquote {
	color: #909076;
	background: url(../_img/my_comment-blockquote-bg.gif) no-repeat;
}

.author {
	padding: .5em 0 .5em 3em;
	background: url(../_img/multi-div-author-bg.gif) no-repeat;
}

.me {
	background: url(../_img/multi-div-me-bg.gif) no-repeat;
}

#cmt_feed {
	float: right;
	line-height: 16px;
	padding-left: 22px;
	background: url('../_img/gl-multi-rss_feed-bg.png') 0 -16px no-repeat;
}

.instructions {
	margin-bottom: 1em;
}

.instructions p {
	margin-bottom: .5em;
}

#comment_form.success {
	padding: 10px 20px 6px;
}

#comment_form ul.error {
	margin-bottom: 10px;
	padding: 1em 1.5em .6em;
}

#cmt_form ul li, #my_info {
	margin-left: 82px;
}

#cmt_form label.error {
	padding-left: 1em;
	width: 100px;
	vertical-align: bottom;
	font-size: .9em;
	background-color: transparent;
	border: none;
}

.notify {
	height: 20px;
	margin: 1.5em 0 1em;
}

.notify li {
	display: inline;
}

.notify li a {
	float: left;
	margin-right: 1em;
}

.notify a {
	margin-top: 0px;
	padding: 2px 20px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	border: 1px solid #59667c;
	background-color: #4a5666;
}

.notify a:hover {
	color: #4a5666;
	border-color: #fff;
	background-color: #fff;
}

/* TAGS */

.tag_title {
	overflow: hidden;
}

.tag_title li {
	float: left;
	width: 30%;
}

.tag_title a {
	text-transform: none;
	text-decoration: none;
	color: #Bfbfbf;
}

.tag_title a:hover {
	color: #4a5666;
}

.tag_title .selected a {
	font-weight: bold;
	text-transform: uppercase;
	color: #4a5666;
}

#tags .entry {
	clear: both;
}

#tags .entry h2 {
	padding-top: 1.2em;
}

#tags .entry .excerpt {
	margin-bottom: 0;
}

/* ARCHIVES */

#master_switch {
	float: right;
	margin-top: -1px;
}

#master_switch a {
	display: inline-block;
	width: 19px;
	height: 0;
	font-size: 1em;
	padding-top: 19px;
	text-indent: -2000px;
	overflow: hidden;
	vertical-align: -35%;
	background: url('../_img/articles-a-master_switch-bg.gif') no-repeat;
}

#master_switch.on a {
	background-position: 0px -19px;
}

.alpha #tip {
	margin-top: 1em;
	padding: 1em;
	text-align: center;
}

.alpha #tip p {
	margin-bottom: 0;
}

.order {
	float: right;
	margin: -1px -30px 0 0;
}

.order li {
	width: 20px;
	height: 21px;
	background-position: 0 -21px;
	background-repeat: no-repeat;
}

.order a {
	display: block;
	width: 20px;
	height: 0;
	padding-top: 21px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.order .alpha, .order .alpha a {
	background-image: url(../_img/articles-a-alpha-bg.gif);
}

.order .chrono, .order .chrono a {
	background-image: url(../_img/articles-a-chrono-bg.gif);
}

.order a:hover, .order a.selected {
	background-image: none;
}

.tag_results.alpha .tag_title {
	display: none;
}

#archives h2 {
	margin-top: 1.2em;
}

#archives_pagination li {
	display: inline;
}

#archives_pagination a {
	padding-right: .5em;
	text-transform: uppercase;
	text-decoration: none;
	color: #Bfbfbf;
}

#archives_pagination.chrono a {
	padding-right: 1.5em;
}

#archives_pagination a:hover, #archives_pagination .selected a {
	color: #4a5666;
}

/* RSS FEEDS */

.feeds h2 {
	margin: 0 0 .5em;
	font-size: 1em;
}

.feeds .feed {
	overflow: hidden;
	margin-bottom: .7em;
}

.feeds .feed li {
	float: left;
	width: 30%;
	padding-bottom: .5em;
}

.feed a {
	display: block;
	line-height: 16px;
	padding-left: 22px;
	text-transform: none;
	text-decoration: none;
	background: url('../_img/gl-multi-rss_feed-bg.png') no-repeat;
}

.feed a:hover {
	color: #4a5666;
	background-position: 0px -16px;
}