#wpadminbar{
	display:none;
}

.ui-content{
	max-width:640px;
	margin:0 auto;
}

.full-width{
	max-width:100%;
}

.dropcap{
	font-size: 3.5em;
	line-height:0.5em;
	font-weight:bold;
	margin-right:5px;
	float: left;
}

blockquote {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 15px;
  border-left: 3px solid #d34836; /* Set blockquote left border color */
  font-style:italic;
}

cite{
	line-height:2em;;
	margin-left:10px;
}

.clear{
    width: 100%;
    height: 1px;
    margin: 0 0 -1px;
    clear: both;
}

.ui-controlgroup-horizontal {
  display: table;
  margin: 0 auto;
}


/* Wordpress image alignment */

/* Images */

img{
	max-width: 98%;
}
.entry-content img,
.comment-content img,
.widget img {
max-width: 98%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full {
max-width: 98%;
width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}

.icon img{
	float:left;
	padding-right:15px;	
}

.icon p{
	padding-bottom:10px;
}

#index-header{
	text-align:center;
}

#logo{
	padding:10px;
}

#color-bar{
	height:7px;
	background-color:#d34836; /* Set to desired color of bar under header */
	-webkit-box-shadow: 0px 3px 10px 5px #222;
	-moz-box-shadow: 0px 3px 10px 5px #222;
	box-shadow: 0px 3px 10px 5px #222;
}

.utility-buttons{
	text-align:center;
}

#about-list ul li{
	margin-top:10px;
}

.social-icons{
	text-align:center;
	padding-top:0px;
}

.social-icons ul{
	list-style: none;
	padding:0;
}

.social-icons ul li{
	display:inline;
}

/********************************************************************/
/***************************	GALLERY    **************************/
/********************************************************************/

/*************************	GALLERY INDEX	*************************/

.gallery-caption{
	font-size:small;
	font-style:italic;
}

.gallery-index-grid { 
	list-style:none; 
	padding: 0; 
	margin: 0; 
}

.gallery-index-grid li { 
	float: left; 
	width: 44%;
	background:white url(./../img/polaroid.png) repeat;
	margin-right:3%;
	margin-left:3%;
	margin-top:3%;
	margin-bottom:3%;
	text-align:center;
	-webkit-box-shadow: 0px 0px 20px 0.1em #222;
	-moz-box-shadow: 0px 0px 20px 0.1em #222;
	box-shadow: 0px 0px 20px 0.1em #222;
}

.gallery-index-grid a{
	text-decoration:none;
}

.gallery-index-grid h5 {
	margin:0;
	padding:0; 
	padding-top:10px;
	color:#444;
}

.gallery-index-grid p {
	font-size:small;
	margin-top:0;
	color:#444;
}

.gallery-index-grid li img { 
	display: block; 
	width: 80%; 
	height: auto; 
	margin: 0 auto;
	padding-top:8%;
	
}

/*************************	TWO COLUMN GALLERY	*************************/


.gallery-columns-2 { 
	list-style:none; 
	padding: 0; 
	margin: 0; 
}

.gallery-columns-2 li { 
	float: left; 
	width: 50%;
}

.gallery-columns-2 li a { 
	display: block; 
	margin: 3px; 
	border: 1px solid #3c3c3c;
}

.gallery-columns-2 li img { 
	display: block; 
	width: 100%; 
	height: auto;	
}

/*************************	THREE COLUMN GALLERY	*************************/

.gallery-columns-3 { 
	list-style:none; 
	padding: 0; 
	margin: 0; 
}

.gallery-columns-3 li { 
	float: left; 
	width: 33.33%;
}

.gallery-columns-3 li a { 
	display: block; 
	margin: 3px; 
	border: 1px solid #3c3c3c;
}

.gallery-columns-3 li img { 
	display: block; 
	width: 100%; 
	height: auto;
}

/*************************	FOUR COLUMN GALLERY	*************************/

.gallery-columns-4 { 
	list-style:none; 
	padding: 0; 
	margin: 0; 
}

.gallery-columns-4 li { 
	float: left; 
	width: 25%;
}

.gallery-columns-4 li a { 
	display: block; 
	margin: 3px; 
	border: 1px solid #3c3c3c;
}

.gallery-columns-4 li img { 
	display: block; 
	width: 100%; 
	height: auto;
}

/*************************	FIVE COLUMN GALLERY	*************************/

.gallery-columns-5 { 
	list-style:none; 
	padding: 0; 
	margin: 0; 
}

.gallery-columns-5 li { 
	float: left; 
	width: 20%;
}

.gallery-columns-5 li a { 
	display: block; 
	margin: 3px; 
	border: 1px solid #3c3c3c;
}

.gallery-columns-5 li img { 
	display: block; 
	width: 100%; 
	height: auto;	
}

/********************************************************************/
/***************************	BLOG STYLES		*********************/
/********************************************************************/
#archive-top-bar{
	text-align:center;
}

.blog .ui-content{
	padding:0;
	margin: 0;
	text-align:center;
	background:url(./../img/lightbg1.png);
	overflow:hidden;
}

/*************************	LATEST POSTS INDEX	*************************/

.latest-post .post-content{
	margin: auto;
    position:relative;
	max-height:195px; /* Adjust to desired max height of post thumbnail */
	width:320px;
}  

.latest-post .post-content img{
	width:320px;
	height:auto;
}

.latest-post .post-description{ 
    position:absolute; 
	bottom:0px; 
    left:0px;  
    width:100%;
    background:url(./../img/translucent-bg.png);
	color:white;
} 

.latest-post .post-description p{
	margin:0;
	padding:8px;	
}

#latest-post-no-thumbnail-container{
	max-width:640px;
	padding:2.5%;
	padding-top:15px;
	margin: 0 auto;
}

#latest-post-left-section{
	float:left;
	max-height:195px;
	width:45%;
	text-align:right;
	margin-right:2.5%;
	overflow:auto;	
}

#latest-post-left-section h4{
	padding:0;
	margin:0;
	text-transform: uppercase;
	margin-bottom:15px;
	word-wrap: break-word;
}

#latest-post-left-section #meta{
	list-style:none;
	font-size:small;
	font-style:italic;
	color:#a1a1a1;
	padding:0;
	margin-right:1px;
}

#latest-post-left-section #meta #comments{
	margin-top:10px;
}

#latest-post-excerpt-container{
	width:45%;
	padding-left:2.5%;
	border-left: 1px dotted #e5e5e5;
	max-height:195px;
	float:right;	
	overflow:auto;
}

#latest-post-excerpt-container #excerpt{
	float:right;
	padding:0;
	margin:0;	
	text-align:left;
	width:100%;
	overflow:auto;
}

#latest-post-excerpt-container #excerpt p{
	padding:0;
	margin:0;
	font-size:small;
	margin-bottom:10px;
	word-wrap: break-word;
}


.blog .ui-listview{
	padding:inherit;
	margin:inherit;
}

.recent-posts h4{
	margin-top:0;
	margin-bottom:10px;
	white-space:normal;
	font-size: 0.8em;
}

.recent-posts p{
	font-size:0.6em;
	font-weight:normal;
	font-style:italic;
	white-space:normal;
	color: #a1a1a1;
}

.recent-posts img {
	margin-top:15px;
	margin-left:5px;
	display:block;
	max-height:60px;
}

.posts-pagination{
	padding:15px;
}

.sticky{
	color:#d34836;
}

/*************************	SINGLE BLOG POST	*************************/


.blog-post p{
	margin-top:30px;
}

.blog-post-meta{
	font-size:small;
	color:#a1a1a1;
	margin-bottom:15px;
}

.blog-post-categories{
	font-size:small;
	color:#a1a1a1;
	margin-top:45px;
	margin-bottom:30px;
}

.blog-post-categories p{
	margin:0;
}

.blog-post-categories a{
	font-size:0.9em;
}

.blog-post-title{
	margin-bottom:5px;
	word-wrap: break-word;
}

#comments-closed p{
	padding-top:15px;
	font-size:medium;
}

.wp-caption .wp-caption-text{
	font-style:italic;
	margin:0;
	font-size:small;
	text-align:center;
}

.mobile-image{
	max-width:290px;
	height:auto;
}

#post-navigation{
	font-size:small;
	font-style:italic;
}

#post-navigation #next-post{
	float:right;
}

#post-navigation #previous-post{
	float:left;
}


/*************************	BLOG COMMENTS	*************************/

.blog-comments{
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
	
}

.blog-comments li{
	position:relative;
	width:95%;
	max-width:640px;
	word-wrap: break-word;
}

.blog-comments a{
	font-size:small;
}

.blog-comments img{
	width:40px;
	position:absolute;
	left:0px;
}

.blog-comments .comment{
	position:relative;
	left:60px;
	padding-bottom:20px;
}

.blog-comments .comment h5{
	position: relative;
	top:10px;
}

.bypostauthor{
	color:#d34836; /* Set author comment color */
}

.blog-comments .comment p{
	position:relative;
	left: -40px;
	top:10px;
	padding-bottom:5px;
}

.blog-comments .comment span{
	position:relative;
	left: -40px;
}

.blog-comment-date{
	font-style:italic;
	font-size:0.7em;
	color:#a1a1a1;
}

.comment-pagination{
	padding:5px;
	margin-bottom:5px;
	font-size:small;
}

#no-comments{
	font-size:small;
	color:#a1a1a1;
	text-align:center;
}


/********************************************************************/
/**************************		FORMS		*************************/
/********************************************************************/

form p.error {
	color:red;
	margin-top:15px;
	padding:0;
}

form input.error{
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-box-shadow: 0px 0px 7px red;  
    -moz-box-shadow: 0px 0px 7px red;  
    box-shadow: 0px 0px 7px red;
}

form textarea.error{
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-box-shadow: 0px 0px 7px red;  
    -moz-box-shadow: 0px 0px 7px red;  
    box-shadow: 0px 0px 7px red;
}

#comment-form-success{
	text-align:center;
}

#comment-form p{
	text-align:center;
}

.ui-hide-label.ui-br, .no-field-separator {
    border-bottom-width: 0;
}
.ui-field-contain.ui-hide-label, .no-field-separator {
    margin: 1em 0;
    padding: 0;
}

#contact-form h3{
	text-align:center;
}

#contact-form-success{
	text-align:center;
}

/********************************************************************/
/*********************		PORTFOLIO		*************************/
/********************************************************************/

.portfolio-item{
	text-align:center;
	word-wrap:break-word;
	margin-top:30px;
	margin-bottom:20px;
}

.portfolio-item img{
	max-width:320px;
	width:100%;
	-webkit-box-shadow: 0px 0px 20px 0.1em #222;
	-moz-box-shadow: 0px 0px 20px 0.1em #222;
	box-shadow: 0px 0px 20px 0.1em #222;
	margin-bottom:30px;
}

.portfolio-information{
	text-align:left;
	margin: 0 auto;
	overflow:auto;
}

.portfolio-information h3{
	text-transform:uppercase;
	margin-bottom:2px;
	word-wrap:break-word;
}

.portfolio-information .portfolio-date{
	font-style:italic;
	color:#a1a1a1;
}

.portfolio-information .portfolio-link{
	float:right;
	margin-right:15px;
}

.portfolio-gallery {
	display:block;
	margin-top:15px;
	margin-bottom:15px;
}


/********************************************************************/
/***********************		CONTACT		*************************/
/********************************************************************/

.address p{
	line-height:0.2em;
}

.location-content{
	text-align:center;
}

.location-content p{
	font-weight: bold;
	font-style:italic;
}

#map img{
	border:8px solid white;
	-webkit-box-shadow: 0px 0px 20px 0.1em #222;
	-moz-box-shadow: 0px 0px 20px 0.1em #222;
	box-shadow: 0px 0px 20px 0.1em #222;
	margin-top:15px;
	margin-bottom:15px;
}

#personal-contact{
	overflow:hidden;
}


/*
 * photoswipe.css
 * Copyright (c) %%year%% by Code Computerlove (http://www.codecomputerlove.com)
 * Licensed under the MIT license
 *
 * Default styles for PhotoSwipe
 * Avoid any position or dimension based styles
 * where possible, unless specified already here.
 * The gallery automatically works out gallery item
 * positions etc.
 */

 
body.ps-active, body.ps-building, div.ps-active, div.ps-building
{
	background: #000;
	overflow: hidden;
}
body.ps-active *, div.ps-active *
{ 
	-webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
	display: none;
}
body.ps-active *:focus, div.ps-active *:focus 
{ 
	outline: 0; 
}


/* Document overlay */
div.ps-document-overlay 
{
	background: #000;
}


/* UILayer */
div.ps-uilayer { 
	
	background: #000;
	cursor: pointer;
	
}


/* Zoom/pan/rotate layer */
div.ps-zoom-pan-rotate{
	background: #000;
}
div.ps-zoom-pan-rotate *  { display: block; }


/* Carousel */
div.ps-carousel-item-loading 
{ 
	background: url(./../img/gallery/loader.gif) no-repeat center center; 
}

div.ps-carousel-item-error 
{ 
	background: url(./../img/gallery/error.gif) no-repeat center center; 
}


/* Caption */
div.ps-caption
{ 
	background: #000000;
	background: -moz-linear-gradient(top, #303130 0%, #000101 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303130), color-stop(100%,#000101));
	border-bottom: 1px solid #42403f;
	color: #ffffff;
	font-size: 13px;
	font-family: "Lucida Grande", Helvetica, Arial,Verdana, sans-serif;
	text-align: center;
}
div.ps-caption *  { display: inline; }

div.ps-caption-bottom
{ 
	border-top: 1px solid #42403f;
	border-bottom: none;
	min-height: 44px;
}

div.ps-caption-content
{
	padding: 13px;
	display: block;
}


/* Toolbar */
div.ps-toolbar
{ 
	background: #000000;
	background: -moz-linear-gradient(top, #303130 0%, #000101 100%);
	background : url(./../img/gallery/error.gif) no-repeat center center; 
}


/* Caption */
div.ps-caption
{ 
	background: #000000;
	background: -moz-linear-gradient(top, #303130 0%, #000101 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303130), color-stop(100%,#000101));
	border-bottom: 1px solid #42403f;
	color: #ffffff;
	font-size: 13px;
	font-family: "Lucida Grande", Helvetica, Arial,Verdana, sans-serif;
	text-align: center;
}
div.ps-caption *  { display: inline; }

div.ps-caption-bottom
{ 
	border-top: 1px solid #42403f;
	border-bottom: none;
	min-height: 44px;
}

div.ps-caption-content
{
	padding: 13px;
	display: block;
}


/* Toolbar */
div.ps-toolbar
{ 
	background: #000000;
	background: -moz-linear-gradient(top, #303130 0%, #000101 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303130), color-stop(100%,#000101));
	border-top: 1px solid #42403f;
	color: #ffffff;
	font-size: 13px;
	font-family: "Lucida Grande", Helvetica, Arial,Verdana, sans-serif;
	text-align: center;
	height: 44px;
	display: table;
	table-layout: fixed;
}
div.ps-toolbar * { 
	display: block;
}

div.ps-toolbar-top 
{
	border-bottom: 1px solid #42403f;
	border-top: none;
}

div.ps-toolbar-close, div.ps-toolbar-previous, div.ps-toolbar-next, div.ps-toolbar-play
{
	cursor: pointer;
	display: table-cell;
}

div.ps-toolbar div div.ps-toolbar-content
{
	width: 44px;
	height: 44px;
	margin: 0 auto 0;
	background-image: url(./..img/gallery/icons.png);
	background-repeat: no-repeat;
}

div.ps-toolbar-close div.ps-toolbar-content
{
	background-position: 0 0;
}

div.ps-toolbar-previous div.ps-toolbar-content
{
	background-position: -44px 0;
}

div.ps-toolbar-previous-disabled div.ps-toolbar-content
{
	background-position: -44px -44px;
}

div.ps-toolbar-next div.ps-toolbar-content
{
	background-position: -132px 0;
}

div.ps-toolbar-next-disabled div.ps-toolbar-content
{
	background-position: -132px -44px;
}

div.ps-toolbar-play div.ps-toolbar-content
{
	background-position: -88px 0;
}

/* Hi-res display */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
	div.ps-toolbar div div.ps-toolbar-content
	{
		-moz-background-size: 176px 88px;
		-o-background-size: 176px 88px;
		-webkit-background-size: 176px 88px;
		background-size: 176px 88px;
		background-image: url(./..img/gallery/icons@2x.png);
	}
}




