/*
Theme Name: Creative Like Us // Theme One
Theme URI: http://wordpress.org/extend/themes/creativelikeus
Author: Creative Like Us
Author URI: http://www.creativelikeus.com
Description: This theme is fully responsive with top centered logo and menu.
Version: 1.0
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body { line-height: 1; }

ol, ul { list-style: none; } 

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

table { border-collapse: collapse; border-spacing: 0; }

caption, th, td { font-weight: normal; text-align: left; }



a:focus { outline: thin dotted; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }

audio, canvas, video { display: inline-block; }

audio:not([controls]) { display: none; }
del { color: #333; }
ins { background: #fff9c0; text-decoration: none; } 

hr { background-color: #ccc; border: 0; height: 1px; margin: 24px; margin-bottom: 1.714285714rem; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
	sup { top: -0.5em; } 
	sub { bottom: -0.25em; } 

small { font-size: smaller; }

img { border: 0; -ms-interpolation-mode: bicubic; }

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	content: "\0020"; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
    overflow:hidden; 
}

.clear:before,
.clear:after {
    content: "";
    display: table;
} 
.clear:after {
    clear: both;
}
.clear {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html { font-size: 87.5%; }

body { font-size: 14px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; text-rendering: optimizeLegibility; color: #444; }
	body { background-color: #fff; }

a { outline: none; color: #333; } 
	a:hover { color: #f2f2f2; }

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}

.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* =Page structure
-------------------------------------------------------------- */
.site { padding: 0 20px 15px 20px; background:transparent; }

.site-content { margin: 0px; }

.widget-area { margin: 15px 0 0; }

/* =Header 
-------------------------------------------------------------- */
.site-header { padding: 10px 0px; text-align:center; }
	.site-header .logo { padding:30px 0px 35px 0px; }

.site-header h1, .site-header h2 { font-weight:normal; }
	
.site-header h1 { font-size: 24px; line-height: 1; margin:0px; }
	.site-header h1 a { color: #515151; text-decoration: none; } 
		.site-header h1 a:hover { color: #f2f2f2; } 
		
.site-header h2 { font-weight: normal; font-size: 13px; line-height: 1; color: #757575; margin-top:10px; }

.showtaglineclass {}
.hidetaglineclass { display:none !important; }

/* =Navigation Menu (for smaller conf = <600px )
-------------------------------------------------------------- */
.main-navigation {
	margin-top: 0px;
	text-align: center;
	position:relative;
	z-index:1000;
}

.main-navigation li {
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.4;
	text-transform:uppercase;
	font-weight:bold;
}

.main-navigation a { color: #5e5e5e; text-decoration:none; background:#f2f2f2; padding:8px; display:block; }
	.main-navigation a:hover { color: #f2f2f2; background: #f8f8f8;}
	
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul { display: none; }

.main-navigation ul.nav-menu.toggled-on, .menu-toggle { display: inline-block; }
 	.main-navigation ul.nav-menu  { width:100%; }
	
.main-navigation ul li ul li { margin-top: 0px; text-transform: none; font-weight:normal; }
	.main-navigation li ul li a { border-bottom: 1px dotted #ededed; }


.menu-toggle {
		text-align: left;
}

h3.menu-toggle:after {
		background: url(images/menu-toggle-black.png) no-repeat scroll right top;			
		content: " ";
		display: block;
		float: right;
		height: 29px;
		width: 40px;
	}

/* =Sidebar
-------------------------------------------------------------- */		

.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 30px;
	word-wrap: break-word;
}

.widget-area .widget h3 { margin-bottom: 5px; }

.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	line-height: 1.8;
	font-size:95%;
}

.widget-area .widget p { margin-bottom: 15px; }

.widget-area .textwidget ul { list-style: disc outside; margin: 0 0 24px; }
	.widget-area .textwidget li { margin-left: 20px; }

.widget-area #s { width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */ }


/* =Footer
-------------------------------------------------------------- */	

#colophon {
	border-top: 1px solid #ededed;
	clear: both;
	font-size: 12px;
	line-height: 2;
	max-width: 960px;
	margin-top: 24px;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
}

ul#social-icons { } 
	ul#social-icons { margin: 0; padding: 0; list-style: none; list-style-image: none; }
	ul#social-icons li { float: left; margin-right: 7px; margin-top: -7px; }

#colophon .menu { text-align: left; list-style: none; clear:both; }
	#colophon .menu li { list-style-type: none; list-style-image: none; display: inline; margin: 0.5em 0 0 0; padding: 0.2em 0.5em 0 0; }

#colophon p#CLU-Link { clear:both; text-align:left; }

/* =Repeatable patterns
-------------------------------------------------------------- */

/* Form fields, general styles first */
button, input, textarea { border: 1px solid #ccc; border-radius: 3px; font-family: inherit; padding: 6px; }
button, input { line-height: normal; }
textarea { font-size: 100%; overflow: auto; vertical-align: top; }

#colorbox button { border:0px; }

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 6px 10px;
	font-size: 13px;
	line-height: 1.3;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}

.menu-toggle {
	display:block;
	line-height: 2;
	font-size: 14px;
}

.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}

.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	/*border: none;*/
}

li.bypostauthor cite span {
	color: #000;
	background-color: #fff;
	background-image: none;
	border: 1px solid #888;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* =Responsive Images
-------------------------------------------------------------- */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}

.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* =Images & Captions
-------------------------------------------------------------- */
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

img.alignleft {	margin: 12px 24px 12px 0; }
img.alignright { margin: 12px 0 12px 24px; }
img.aligncenter { margin-top: 12px; margin-bottom: 12px; }

.wp-caption { max-width: 100%; padding: 4px; }

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	line-height: 2;
	opacity: 0.8;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* =Gallery Items
-------------------------------------------------------------- */

.entry-content dl.gallery-item { margin: 0; }

.gallery-item a, .gallery-caption { width: 90%; }
.gallery-item a { display: block; }
.gallery-caption a { display: inline; }
.gallery-columns-1 .gallery-item a { max-width: 100%; width: auto; }
.gallery .gallery-icon img { height: auto; max-width: 90%; padding: 5%; }
.gallery-columns-1 .gallery-icon img { padding: 3%; }

/* =Page Navigation
-------------------------------------------------------------- */
.site-content nav { clear: both; line-height: 2; overflow: hidden; }

#nav-above { padding: 24px 0; }
#nav-above { display: none; }
.paged #nav-above { display: block; }

.nav-previous, .previous-image { float: left; width: 50%; }
.nav-next, .next-image { float: right; text-align: right; width: 50%; }

.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
}

/* =Main content and comment content
-------------------------------------------------------------- */

.post .right {}
	.post .right h2 { clear:none; }

.post .left { text-align: center; }
.post .date { padding: 10px; margin-bottom: 10px; }
.post .commentnum { padding: 10px; text-align: center; margin-bottom: 10px;}

.entry-meta { clear: both; }

.entry-header { margin-top:15px; margin-bottom: 10px; }
	.entry-header img.wp-post-image { margin-bottom: 24px; }
	.entry-header .entry-title a { text-decoration: none; }
	.entry-header .entry-format { margin-top: 24px; font-weight: normal; }
	.entry-header .comments-link { margin-top: 24px; font-size: 13px; line-height: 1.846153846; color: #757575; }

.entry-content, .entry-summary, .mu_register { line-height: 1.4; }

.format-link .entry-content { padding-top:15px; }

.entry-header h1 { text-align:left; }

.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 5px 0px 3px 0px;
}

.entry-content h1,
.entry-header h1,
.entry-content .home-intro h2 {
	font-size:25px;
	font-weight:normal;
}

.entry-content h2,
.entry-header h2,
.comment-content h2 {
	font-weight:normal;
	font-size: 20px;
	margin-top:10px;
}

.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p,
.home-intro p {
	margin: 0 0 15px;
	line-height: 1.4em;
	font-weight:normal;
}

.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	line-height: 1.4em;
	font-weight:normal;
}

.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}

.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}

.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}

.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
}

.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	padding: 24px;
	font-style: italic;
}

.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}

.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 2;
}

.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 1.7;
	margin: 24px 0;
	overflow: auto;
	padding: 24px;
}

.entry-content pre code,
.comment-content pre code {
	display: block;
}

.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.7;
	margin: 0 0 24px;
}

.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
}

.entry-content dl,
.comment-content dl {
	margin: 0 24px;
}

.entry-content dt,
.comment-content dt {
	font-weight: bold;
}

.entry-content dd,
.comment-content dd {
	line-height: 1.7;
	margin-bottom: 24px;
}

.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	font-size: 12px;
	line-height: 2;
	margin: 0 0 24px;
	width: 100%;
}

.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	margin: 24px 0;
}

.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

.site-content article {
	margin-bottom: 48px;
	padding-bottom: 24px;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.page-links {
	clear: both;
	line-height: 1.7;
}

footer.entry-meta {
	margin-top: 24px;
	font-size: 12px;
	line-height: 1.8;
	color: #757575;
	padding:10px 0px;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	font-style:italic;
	text-align:right;
}

.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
}


/* =Post formats
-------------------------------------------------------------- */

article.format-gallery .post-type span { background-position: -396px 11px; }
article.format-audio .post-type span { background-position: -291px 11px; }
article.format-image .post-type span { background-position: -187px 11px; }
article.format-link .post-type span { background-position: -605px 11px; }
article.format-video .post-type span { background-position: -494px 11px; }

.post-type { text-align:center; margin-bottom:10px; }

.post-type span {
width: 60px;
height: 60px;
display: block;
margin-left:auto;
margin-right:auto;
border-radius: 400px;
-webkit-border-radius: 400px;
-moz-border-radius: 400px;
padding-left: 0;
background-image: url(images/post-icons.png);
background-repeat: no-repeat;
background-position: 12px 11px;
}

/* Link posts */
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title { margin-bottom: 5px; line-height: 1.5; font-weight: normal; border-top: 1px solid #ededed; padding-top:10px; }

.comments-area article { margin: 15px 0; padding-bottom:0px; background: #fff; border: 1px solid #ddd; padding:15px; font-size: 12px; }
.comments-area .authcomment { background: #f2f2f2; border: 1px solid #ddd; }
	.comment-avatar { float: left; width:80px; }
	.comment-avatar img { display: block; background-color: #fff; border: 1px solid #ddd; padding: 3px; }

.commentmeta { display:block; height:30px; }		
.comments-area article cite, .comments-area article time { float:left; line-height: 1.7; }
	.comments-area article cite { text-transform:uppercase; font-weight: bold; font-style:normal; }
	.comments-area article time { text-decoration: none; color: #5e5e5e; padding-left: 15px;  }

.comments-area .text {  }
	
.comments-area article a { text-decoration: none; }

div.reply { float:right; }
p.edit-link { float:right; }

a.comment-reply-link, a.comment-edit-link { padding-left:10px; }

.commentlist .pingback { line-height: 1.7; margin-bottom: 24px; }

/* Comment form */

#respond { margin-top: 48px; }
	.entry-content #respond { margin-top:15px; }

#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: normal;
	font-size: 12px;
}

#respond form { margin: 24px 0; }
	.entry-content #respond form { margin-top:0px; }

#respond form p { margin: 11px 0; }
#respond form p.logged-in-as {
	margin-bottom: 24px;
}

#respond form label {
	display: block;
	line-height: 1.7;
}

#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.7;
	padding: 10px;
	width: 100%;
}

#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	line-height: 2;
}

.required {
	color: red;
}


/* =Homepage Page Template
-------------------------------------------------------------- */

.home-intro { clear:both; padding-bottom:20px; }
.textalignleft { text-align:left; }
.textaligncenter { text-align:center; }

#quick-links { padding-bottom:20px; }
.home-quicklink { width:320px; float:left; text-align:center; margin-bottom:15px; }

.Home_Featured_Pages .home-intro, .Home_Slideshow .home-intro { padding-top:20px; }
.Home_Mosaic .home-intro { padding-bottom: 10px; border-bottom: 1px solid #ededed; }
.Home_Mosaic .home-intro h2 { margin-top:0px; }
.Home_Mosaic h2 { margin-bottom:15px; }

.empty-home { min-height:500px; }


.entry-page-image {	margin-bottom: 14px; }

#top-pano-slideshow, #camera_wrap_home { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #ededed; }



/* =Gallery / Slideshow
-------------------------------------------------------------- */

#slider-responsive-gallery { position:relative; }

.entry-content #slider-responsive-gallery ul { list-style: none; padding:0px; margin: 0px; }
.entry-content #slider-responsive-gallery li { padding:0px; margin:0px; }

.gallery-area { margin-bottom:25px; }

/**************************/
/* Gallery with Color box */
/**************************/

#gallery-1 { margin: auto; }

#gallery-1 .gallery-item {
	display: inline-block;
	vertical-align : top;
	margin-top: 10px;
	text-align: center;
	width: 49%;
}



#gallery-1 img { border: 1px solid #ededed; }
#gallery-1 .gallery-caption { margin-left: 0; }

/**************************/
/* Flexslider */
/**************************/

ol.flex-control-nav, ul.flex-direction-nav { margin:0px; }

.flexslider ul { margin:0px; padding:0px; list-style-type:none; line-height: 1; }
	.flexslider li { margin:0px; list-style-type:none; line-height: 1; background:transparent; text-align:center;}
	.flexslider li img { margin-left:auto; margin-right:auto; }
	.entry-content .flexslider .slides img { width: auto; display: block; }

.flexslider .flex-control-thumbs li { width:20%; }

.entry-content .flexslider {
	margin: 0 0 0px;
	background: transparent;
	border: none;
	padding:0px;
	text-align:center;
	position: relative;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	box-shadow: 0 0px 0px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0px 0px rgba(0,0,0,.2);
	-o-box-shadow: 0 0px 0px rgba(0,0,0,.2);
	zoom: 1;
}

.entry-content .thumbnails_carousel { margin-bottom:10px; }

/**************************/
/* Camera */
/**************************/

.entry-content .camera_wrap .camera_pag .camera_pag_ul { text-align:center; }
.entry-content .camera_thumbs_cont { background:transparent; }


/**************************/
/* Infinite */
/**************************/

.infinite { background:transparent; }

.entry-content .infinite, .entry-content .infinite td { border:none; }
	.entry-content .infinite { margin:0px; }

/**************************/
/* Photoswipe */
/**************************/

#photoSwipe { list-style: none; padding: 0; margin: 0; }
#photoSwipe:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }

#photoSwipe li a { /* display: block; */ }
#photoSwipe li img { /* display: block; width: 100%; height: auto; */ }

#photoSwipe li {
	display: inline-block;
	vertical-align : top;
	margin-top: 2%;
	margin-right: 2%;
	text-align: center;
	width: 47%;
	margin-left:0px;
}

/**************************/
/* Long Description */
/**************************/

.image-description-block { margin-top:25px; }
.image-description-block.gallery-cover-large-landscape img, .image-description-block.gallery-cover-large-square img { width:100%; }
.image-description-block.gallery-cover-portrait img,
.image-description-block.gallery-cover-square img,
.image-description-block.gallery-cover-landscape img { float: right; margin-left:20px; }

.image-description-block.infinite h2 { clear:both; padding-top:15px; }

/**************************/
/* Project Item */
/**************************/

.project-content h1 { margin-bottom:20px; }

.project-item.infinite, .project-item.panoramic { text-align:center; }
	.project-item.infinite .project-content, .project-item.panoramic .project-content { margin-top:20px; text-align:left; }
	.project-item.infinite .project-details, .project-item.panoramic .project-details { text-align:left; }


/* =Copyright Page Template
-------------------------------------------------------------- */

img#copyright-clu-logo { float:right; margin-left: 20px; }


/* =Portfolio Page Template
-------------------------------------------------------------- */

.portfolio-intro { clear:both; padding-top:20px; }
	.portfolio-intro .entry-title { margin-top: 0px; }

div.navigation { clear:both;  }
		
	.previous { float:left; }
	.next { float:right; }
	.parent { text-align:center; }

.img-gray-default { background: #f0f0f0 url(images/default-image.png) no-repeat center center; }
	.img-gray-default a { display:block; margin:0px; padding:0px;}

.site-content article.child-thumb { padding:0px; margin:0px; border-bottom: none; /*height:220px;*/}
.site-content article.child-thumb { float:none; margin-left:auto; margin-right:auto; }

.child-thumb .gallery-cover-square { margin-right:10px; margin-bottom:10px; }
	.child-thumb .gallery-cover-landscape {  }
	.child-thumb .gallery-cover-portrait {  }

.entry-content .roundercorners img, .roundercorners .fdw-background, .roundercorners .img-gray-default { -moz-border-radius: 15px; border-radius: 15px; }	

/* Portfolio */


/**************************/
/* Portfolio Image With Description Aligned Left or Right & Alternate */
/**************************/
.listing-gallery .thumb-description { clear:both; padding-bottom:20px; }
		/* Position of the image is in the Responsive Area */
	.listing-gallery h2 { clear:none; margin-bottom:5px; padding-top:10px; margin-top:0px; }
	.listing-gallery .text-block p { margin-bottom:10px; }
	
	.listing-gallery .gallery-cover-large-landscape h2,
	.listing-gallery .gallery-cover-large-square h2,
	.listing-gallery .blog-max h2 { padding-top:20px; }

.thumb-description .img-gray-default { background: none; }	


/**************************/
/* Portfolio Mosaic Classic */
/**************************/
.child-thumb-classic { text-align:center; width: 100%; margin-bottom:15px;}
	.child-thumb-classic p { line-height:1.4; padding: 5px;}
	.child-thumb-classic a img:hover { opacity:0.8; }

.child-thumb-classic .img-gray-default { margin-left:auto; margin-right: auto; }

	.child-thumb-classic.thumbnail .img-gray-default { width:100px; height: 75px; }
	.child-thumb-classic.gallery-cover-square .img-gray-default { width: 320px; height: 320px; max-width:100%; }
	.child-thumb-classic.gallery-cover-portrait .img-gray-default { width: 320px; height: 475px; max-width:100%; }
	.child-thumb-classic.gallery-cover-landscape .img-gray-default { width: 320px; height: 215px; max-width:100%; }


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
}

.widget_rss li {
	margin: 12px 0;
}

.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	margin-left: 12px;
}

#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	line-height: 1.8;
	color: #686868;
}

#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}

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

.widget_search label {
	display: block;
	font-size: 13px;
	line-height: 1.8;
}

.widget_twitter li {
	list-style-type: none;
}

.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* =Media queries
-------------------------------------------------------------- */


/* Minimum width of 680 pixels. */
@media screen and (min-width: 680px) {
	
	.site { margin: 0 auto; max-width: 960px; overflow: hidden; }
		
	body.template-front-page .site-content, body.single-attachment .site-content, body.full-width .site-content, #copyright .site-content { width: 100%; }
	
	.site-content, body.template-front-page .Home_Blog { float: left; width: 80%; }
		.sidebar .site-content #content, body.template-front-page .Home_Blog #content, .search .site-content #content { margin-right:4%; }
	.widget-area { float: right; width: 20%;}
	
	/*************** Header ***************/
		
	.site-header h1 { font-size: 35px; line-height: 1.3; margin: 0px; font-weight:normal; }
	.site-header h2 { margin-bottom: 0px; font-weight:normal; font-size:20px; }
	
	/*************** Nav ***************/
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-bottom: 1px solid #ededed;
		border-top: 1px solid #ededed;
		display: inline-block !important;
		/*text-align: left;*/
		width: 100%;
	}
	
	.main-navigation ul { margin: 0; text-indent: 0; }
		.main-navigation li a, .main-navigation li { display: inline-block; text-decoration: none; }
		
	.main-navigation li a {
		border-bottom: 0;
		color: #6a6a6a;
		line-height: 1.4;
		text-transform: uppercase;
		white-space: nowrap;
		background:transparent;
		font-size: 12px;
		padding:18px 22px;
		display:inline-block;
		font-weight:normal;
		border-left: solid 1px transparent;
		border-right: solid 1px transparent;
	}
	
	.main-navigation li a:hover, .main-navigation li:hover a { 
		color: #000;
		background: #f2f2f2;
		border-left: solid 1px #ededed;
		border-right: solid 1px #ededed;
	}
	
	.main-navigation li { margin: 0 0px 0 0; position: relative; }
		.main-navigation ul li ul li { text-align:left; }
	
	/*************** Submenus ***************/
	.main-navigation li ul { display: none; margin: 0; padding: 0; position: absolute; top: 100%; left: 0; z-index: 1; }

		.main-navigation .children { border-bottom: solid 1px #ededed; }

		.main-navigation li ul ul { top: 0; left: 100%; }
			.main-navigation li:hover .children a { border:none; }

		.main-navigation ul li:hover > ul { border-left: 0; display: block; }

		.main-navigation li ul li a, .main-navigation li:hover .children a { 
			text-transform: none;
			background: #f2f2f2;
			border-bottom: dotted 1px #ededed;
			border-left: solid 1px #ededed;
			border-right: solid 1px #ededed;
			display: block;
			font-size: 12px;
			line-height: 1.5em;
			padding: 9px 15px;
			width: 210px;
			white-space: normal;
			}
			.main-navigation li ul li a:hover { background: #e3e3e3; color: #444; }
		
		.main-navigation .current-menu-item > a,
		.main-navigation .current-menu-ancestor > a,
		.main-navigation .current_page_item > a,
		.main-navigation .current_page_ancestor > a { 
		color: #000;
		}
	
	.menu-toggle { display: none; }
		
	
	/*************** Portfolio ***************/
		
	.Position_Left img { float:left; margin-right:20px;  }
	.Position_Right img { float:right; margin-left:20px;  }
	
	.site-content article.child-thumb, .child-thumb-classic { float:left; }
	
	.child-thumb-classic.thumbnail { width:28%; padding:0px 2%; ; }
	
	.child-thumb-classic.gallery-cover-square, 
	.child-thumb-classic.gallery-cover-portrait, 
	.child-thumb-classic.gallery-cover-landscape { width: 50%; padding:0px; }
	
	/*
	.thumb-description.Position_Left 	.img-gray-default 	{ float:left; margin-right:20px;  }
	.thumb-description.Position_Right .img-gray-default 	{ float:right; margin-left:20px;  }
	*/
	
	.alternate .Position_Left .text-block { text-align:left; }
	.alternate .Position_Right .text-block { text-align:right; }
	
	.listing-gallery .gallery-cover-large-landscape img,
	.listing-gallery .blog-max img,
	.listing-gallery .gallery-cover-large-square img { width:50%; }
	
	.listing-gallery .gallery-cover-large-landscape h3,
	.listing-gallery .blog-max h3,
	.listing-gallery .gallery-cover-large-square h3 { padding-top:25px; }
		
	.image-description-block.gallery-cover-large-landscape img,
	.image-description-block.gallery-cover-large-square img,
	.image-description-block.blog-max img { width:50%; }
	
	.image-description-block.Position_Left img { float:left; margin-right:20px;  }
	.image-description-block.Position_Right img { float:right; margin-left:20px;  }
	
	.image-description-block.gallery-cover-large-landscape h2,
	.image-description-block.gallery-cover-large-square h2,
	.image-description-block.blog-max h2 { padding-top:20px; }
	
	.project-item.blog-max .gallery { width:48%; float:right; margin-left:0%; clear:left; }
		
	.project-item.blog-max .project-content { float:left; width:48%; }
	.project-item.blog-max .project-details { width:48%; float:right; margin-left:2%; clear:right; padding-top: 20px; }
		.project-item.blog-max .project-details.extra_images { float:left; width:48%; clear:left; margin-left:0%; }
	
	#gallery-1 .gallery-item, #photoSwipe li { width: 30%;}
	
	
	.project-item.infinite .gallery .extra_images img, .project-item.panoramic .gallery .extra_images img { width: 23%; display:inline; }
		
	/*************** Blog ***************/
	
	.post .left { width: 16%; float: left; }
	.post .right { width:84%; float:left; }
		.post .right .entry-content { margin-left:10px; }
	.author-description { float: right; width: 80%; } 
	
	#respond form input[type="text"] { width: 46.333333333%; } 
	#respond form textarea.blog-textarea { width: 79.666666667%; } 
	
	.commentlist .children { margin-left: 40px; }

	.post .left { font-weight: 400; text-transform: uppercase; text-align: center; }
	.post .date { padding: 10px; margin-bottom: 10px; }
	.post .pmonth { font-size: 14px; line-height: 14px; display:block; }
	.post .pday { font-size: 28px; line-height: 30px; display:block; }
	.post .pyear { font-size: 18px; line-height: 18px; display:block; }
	
	.post .commentnum { padding: 10px; text-align: center; margin-bottom: 10px;}
	.post .number { font-size: 16px; line-height: 16px; display:block; }
	.post .comments a { font-size: 11px; display:block; }
	
	
	
	/* Footer */
	
	 

}



/* Minimum width of 960 pixels. */
@media screen and (min-width: 1000px) {
	body {
	}
	
	body .site {
		padding: 0 20px 20px 20px;
		margin-bottom: 18px;
	}
	
	body.custom-background-empty {
		background-color: #fff;
	}
	
	#gallery-1 .gallery-item { width: 24%;}
	
	#photoSwipe li { width: 22%;}
	
	.child-thumb-classic.thumbnail { width:20%; padding:0px; }
	
	.child-thumb-classic.gallery-cover-square, 
	.child-thumb-classic.gallery-cover-portrait, 
	.child-thumb-classic.gallery-cover-landscape { width: 320px; padding:0px; }
	
	#colophon p#CLU-Link { width:40%px; clear:left; float:left; }
	#colophon .menu { float: right; width:40%; clear:none; text-align:right; }
	
	#comments .text { float:left; width: 620px; }
	#comments .depth-2 .text { width: 580px; }
	#comments .depth-3 .text { width: 540px; }
	#comments .depth-4 .text { width: 500px; }
	#comments .depth-5 .text { width: 460px; }
	#comments .depth-6 .text { width: 420px; }
	
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}