/*
Theme Name: Union Projects
Theme URI: http://www.unionprojects.com
Description: Custom Wordpress theme for Union Projects, designed by Keith Shore
Version: 1.0
Author: Ben Doherty <bendohmv@gmail.com>
Author URI: http://digitalalternatives.com
Tags: custom, keith shore, union projects
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, Sans-Serif;
	color: #333;
	text-align: center;
	}


#leftside {    
    width: 145px;
    float: left;
    margin-right: -145px;    
   padding-top: 40px;
	padding-left: 15px;
    font-size: 1.2em;
	position: relative; z-index: 200;
}
* html #leftside { width: 160px; }
#content {
	padding-left: 190px;
	}

a { color: #005596; }
p { font-size: 10pt; margin: 20px 0; }

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 2em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

.sidebar h2 {
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, .sidebar h2, #wp-calendar caption, cite {
    color: #005596;
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	}

.sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, .sidebar ul ul li, .sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
color: #c987c4;
font-size: 12px;
text-transform: uppercase;

	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	text-decoration: none;
	}

h3 { 	color: #006699;
/*	text-transform: uppercase; */
	font-size: 14pt; margin-top: .5em; text-align: right; }
a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}
#container { height: 100%; max-width: 1280px; position: relative; }
#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 20px 0 0;
	margin: 0px 0 0;
	width: 615px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	margin: 0 auto;
	width: 930px;
	clear: both;
	text-align: left;
	color: #444;
	}

.sidebar ul.bottom { margin-top: -30px; margin-left: 5px; }
ul.bottom li { font-family: "Adobe Garamond Pro",Garamond,Georgia; color: #444; font-size: 1.1em; }
ul.bottom li a { color: #444; text-decration: none; font-size: inherit; }
ul.bottom li a:hover { color: #0000FF; }
.copyright {
	font-family: "Adobe Garamond Pro",Garamond,Georgia;
	}


.page-child #footer .copyright {
	width: 145px;
	position: relative; 
	bottom: 91px;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: .5em 0 0;
	}

.post h2 { font-weight: bold; }
small.date { font-weight: bold; }
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

.sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* 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 */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, .sidebar ul ul li:before {
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

.sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

.sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
.sidebar {
	padding: 0;
	width: 190px;
	float: left;
	text-align: left; 
	}


#gallery-sidebar {
	position: absolute; 
	width: 185px;
	padding-left: 19px;
	right: 0;
	top: 0;
/*	height: 100%; */
	background-color: #fff;
	/*overflow: auto; */
}


.sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



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

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

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

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

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

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



/* 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;
	-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: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

#content { padding-left: 15px; }
html, body { height: 100%; min-width: 1030px; position: relative; }
html, body, #content, .page .post, .page .post .entry { margin: 0; }

.wpcf7 { text-align:left; width: 400px; }
.wpcf7 p, .wpcf7 input, .wpcf7 textarea { font-family: Helvetica, Arial, sans-serif; font-size: 14px; text-align: left; margin: 0; color: #000; ;}
.wpcf7 p { color: #262261; font-weight: bold; }
.wpcf7 input[type='submit'] { width: 75px; height: 48px; background: #0067A4 url(images/send.png) no-repeat center; text-indent: -10000px; overflow: hidden; border-width: 4px; color: #fff; font-weight: bold; text-align: center; display: block; }
*:first-child+html .wpcf7 input[type='submit'] { text-indent: 0; background: #0067A4; }
.wpcf7 input[type='submit']:active { border-color: #66FE6B; background-color: #66FE6B;  }
.wpcf7 input,
.wpcf7 textarea { border: 2px solid #005596; padding: 2px; width: 100%; margin-bottom: 2em; }


#page { float: left; margin-right:180px; min-width: 800px; font-size: 1.2em; /* overflow: auto; */ }
* html #page .entry { float: left; }
* html #page .ngg-galleryoverview { width: auto; }
* html #page { float: none; }
*:first-child+html #page { float: none; }
/* #page { height: 100%; } */

#content { padding-left: 190px; }

.gallery-nav { float: right; }
.gallery-picture-ctr { clear: both; width: 570px; }
.ngg-galleryoverview { }
.gallery-picture {  height: 500px; }
.post .ngg-galleryoverview { overflow: visible; float: left; }
.gallery-picture-ctr h3 { font-weight: bold; float: left; font-size: 11pt; margin: 1.5em 0 0; width: 450px; margin-top: 2.3em; font-weight: bold; line-height: 1.5em; text-align: left; text-indent: 0; }
.gallery-picture-ctr h3 span { float: left; display: block; height: 3em; margin-right: 1em;}
.gallery-picture-ctr h3 strong {  font-weight: normal; text-transform: none; color: #999; dispay: block; }
.gallery_overlay { display: none;  z-index: 200; background-color: #fff;    text-align: center; border: 10px solid #fff; }
.gallery_overlay .close { width: 25px; height: 25px; position: absolute; bottom: 1.5em; right: 1em; background: transparent url(images/close.png) no-repeat; cursor: pointer; }
.gallery_overlay h3 { margin: 1em 0 0 1em; float: none; padding-right: 80px; text-align: left; }

.post .entry { padding-top: 40px; }

.sidebar ul, .sidebar ol, .sidebar li { padding: 0; margin: 0; list-style: none; }

.sidebar .blogroll { padding: 0; margin: 0; }
.sidebar .blogroll li { list-style: none; padding: 0; text-transform: none; padding: .25em 0; font-size: 8pt; }
.sidebar #linkcat-2 h2 { display: none; }
.sidebar .blogroll li a { color: #888; }
.sidebar .blogroll li:before { content: ""; }
.sidebar .ngg-gallery-thumbnail-box { position: relative; }
.sidebar .ngg-gallery-thumbnail-box .mask { position: absolute; left: 1px; top: 9px; z-index: 100; display: none; }
.sidebar .hover .mask { display: block; }
.sidebar .active .mask { display: block; }
.sidebar .active .ngg-gallery-thumbnail { border: 1px solid #00ff5f; }
.sidebar .ngg-gallery-thumbnail-box .newmask { position: absolute; z-index: 100; display: block !important; }
.sidebar .ngg-gallery-thumbnail { width: 80px; height: 80px; margin: 8px 5px 0px 0; padding: 0;  overflow: hidden; border: 1px solid #67FF6C; }
.sidebar .ngg-gallery-thumbnail img { padding: 0; border: 0; position: relative; margin: 0; z-index: 10; background-color: transparent; }

.sidebar .gallery-sections { list-style: none; margin-top: 40px; margin: 40px 0 -6px -19px; padding: 0px 0 0 7px; border-left: 12px solid #66FE6B; }

.gallery-sections .page_item { margin: 0px 0 7px; }
.gallery-sections .page_item a { display: block; height: 80px; border: 1px solid #fff; text-indent: -10000px; overflow: hidden; background-repeat: no-repeat; background-position: 0 -80px; }
.gallery-sections .current_page_item a,
.gallery-sections .page_item a:hover { background-position: 0 0px; }
.gallery-sections .page-item-3 a { width: 80px; background-image: url(images/design_is.png); }
.gallery-sections .page-item-25 a { width: 167px; background-image: url(images/illustration_is.png); }
.gallery-sections .page-item-47 a { width: 80px; background-image: url(images/web_is.png); }

.sidebar .page-item-20 a { display: block; width: 140px; height: 142px; background: url(images/logo.png) no-repeat; text-indent: -10000px; overflow: hidden;}

.home #content {width: 800px; padding-left: 25px; }

.tlnav li { margin: 0 0 30px; text-transform: uppercase; width: auto; }

#gallery-sidebar .tlnav { margin-top: 45px; }
.ngg-galleryoverview { margin-top: 00px !important; }
a:active { outline: 0 !important; }
.ngg-gallery-thumbnail img:hover { background: transparent !important; }
.clients { float: right; width: 190px; margin-left: 120px; }
.clients * { text-align: left; font-size: 12px; }
.clients p { font-size: 11.5px; line-height: 1.5em; margin: 0; padding: 0;  }

.bios { float: left; width: 300px; }
.bio { margin-bottom: 4em;  }
.bio .biopic, .bio h1, .bio h2 { float: left; }
.bio h1, .bio h2 {  line-height: 20.5px; font-size: 18px; text-transform: uppercase; margin: 0; padding: 0; width: 200px; text-align: left; font-weight: normal; }
.bio h1 { color: #7a7a7a; margin-top: -2px;}
.bio h2 { color: #02ff55; margin-top: 5px; }
.bio p { clear: both;font-size: 11.5px; line-height: 1.5em; text-align: left; }
.bio .biopic { float: left; margin: 0 10px 10px 0; width: 82px; }
#content.error { font-size: 2em; text-align: center; position: relative;  }
#content.error h1,
#content.error h2,
#content.error h3 { margin: 0; padding: 5px 0; text-align: center; width: 570px; }
#content.error h1 { left: 0; top: 0; position: absolute; font-size: 320px; color: #ddd; line-height: 570px; z-index: 1; font-weight: normal; }
#content.error h2 { padding-top: 200px; position: relative; z-index: 1000; }
#content.error h3 { color: #777; }

#intro { display: block; margin-bottom: 20px; }
#uniontext { position: relative; margin-top: 20px; }
#uniontext a { height: 43px; min-width: 147px; overflow: hidden; background-color: #fff; position: absolute; background-repeat: no-repeat; text-indent: -20000px; background-position: 0 -86px;  }

#uniontext #web { width: 147px; left: 0; top: 214px;  background-image: url(images/web_s.png); }
#uniontext #print { width: 187px; top: 143px; left: 453px; background-image: url(images/print_s.png); }
#uniontext #illustration { width: 446px; left: 339px; top: 214px; background-image: url(images/illustration_s.png); }

.tlnav a { display: block; overflow: hidden; background-repeat: no-repeat; padding: 0;}
.tlnav .page-item-42 a { text-indent: 2000px; height: 17px; width: 134px; background: #fff url(images/contact.png) no-repeat 0 -17px; }
.tlnav .page-item-18 a { text-indent: 2000px; height: 17px; width: 134px; background: #fff url(images/about.png) no-repeat 0 -17px; }
.tlnav .current_page_item a,
.tlnav .page_item a:hover { background-position: 0px 0; }
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

