/*
	Theme Name: Triangle Studio
	Theme URI: http://themes.ydimitrov.eu/triangle-studio/
	Description: Clean minimal portfolio theme
	Version: 1.0
	Author: Lion
	Author URI: http://themeforest.net/user/Lion
	
	-- CONTENTS --
	
	=CSS RESET
	=General
	=Header
	=Menu
	=Sidebar
	=Footer
 	=Home
	=Portfolio
	=Blog
	=Comments
	=Contact
	=Archives
	=Fullwidth
	=Shortcodes
	=Widgets
	
*/

/* CSS RESET - http://meyerweb.com/eric/tools/css/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%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
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;
}


/* =General
-------------------------------------------------------------- */
body {
	font-size: 12px;
	line-height: 1.7em;
}

body,
#searchform input,
#respond input,
#respond textarea,
#contact-form-wrap input,
#contact-form-wrap textarea,
.sidebar-box .meta-date,
.sidebar-box .meta-number,
.section-head span,
#blog-posts .post .post-meta span,
.page-title {
	font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Droid Sans', Helvetica, Arial, sans-serif;

}

::-moz-selection {
	background: #565656;
	color: #ffffff;
}
::-webkit-selection {
	background: #565656;
	color: #ffffff;
}
::selection {
	background: #565656;
	color: #ffffff;
}

a {
	text-decoration: none;
}

.clear {
	clear: both;
}

.bottom-border {
	width: 780px;
	height: 1px;
}

.last-item {
	margin-right: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-weight: 400;
}

h1 {
	font-size: 24px;
	line-height: 28px;
}

h2 {
	font-size: 20px;
	line-height: 22px;
}
h3 {
	font-size: 16px;
	line-height: 20px;
}

h4 {
	font-size: 14px;
	line-height: 18px;
}

h5 {
	font-size: 12px;
	line-height: 16px;
}

h6 {
	font-size: 10px;
	line-height: 16px;
}

strong {
	font-weight: bold;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    font-style: italic;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}

/* =Header
-------------------------------------------------------------- */
#wrapper {
	width: 780px;
	margin: 0 auto;	
}

#main-header {
	width: 780px;
}
	
#logo{
		
	margin: 30px 10px 15px 0;
	float: left;
}
	
	#logo a{
		display: inline-block;
	}
	
	#logo .slogan{
		display: block;
		margin-top: 10px;
		line-height: 10px;
		text-shadow: 1px 1px 0px #fff;
	}

.section-head span {
	font-size: 16px;
	padding: 5px 10px;
	text-transform: uppercase;
}

.page-title{
	display: inline-block;
	font-size: 32px;
	padding: 10px;
	text-transform: uppercase;
	
	line-height: 25px;
	
}

/* =Menu
-------------------------------------------------------------- */
#main-nav {
		
	margin: 25px -5px 25px 5px;
	float: right;
	z-index: 100;
	position: relative;
		
}
	#main-nav ul li {
			
		display: inline;
		margin-right: 5px;
		position: relative;
		float: left;
			
	}
		
		#main-nav ul li a {
				
				float: left;
				font-size: 12px;
				font-weight: normal;
				line-height: 12px;
				padding: 16px 9px 16px 9px;
				border-bottom: solid 2px transparent;
				text-shadow: 1px 1px 0px #fff;
			}
				
		
			#main-nav ul li ul {
					display: none;
					position: absolute;
					left: 0;
					top: 100%;
					margin-top: 5px;
					
			}
				
				#main-nav ul li ul li {
						margin: 5px 5px 0 5px;
						margin-bottom: 5px\9;
						padding-bottom: 0;
				}
				
				#main-nav ul li ul li:last-child {
					margin-bottom: 5px;
				}
				
				#main-nav ul li ul li a{
					width: 120px;
					
				}
				
					#main-nav ul li ul li ul {
						left: 100%;
						top: 0;
						
					}
				
				#main-nav ul li ul li ul {
					margin-top: 0;
				}
			


/* =Content
-------------------------------------------------------------- */
#title {
	width: 780px;
}

#main-content {
	width: 780px;
	margin: 30px 0 0 30px;
}

#showcase-inline {
	margin-top: 30px;
}

#slider {

	height: 307px;
	margin-top: 30px;
	overflow: hidden;
	position: relative;
}

#slider-content {
	height: 307px;
	position: absolute;
	top: 0;
	left: -240px;
}

#slider-nav,
#blog-pagination {
	width: 780px;
	overflow: hidden;
	margin-left: 30px;
	margin-top: 30px;
}

#slider-nav {
	opacity: 0;
}

#slider-nav .slider-progress,
#slider-nav .slider-progress-bg {
	display: block;
	width: 510px;
	height: 2px;
	margin-top: 34px;
	margin-left: 270px;
}

#slider-nav .slider-progress-bg {
	margin-top: 0;
	margin-left: 0;
	margin-bottom: -2px;
}

#slider-nav .slider-progress-bar {
	width: 160px;
	height: 2px;
	display: block;
}

#blog-pagination {
	margin-left: 0;
}

	#slider-nav .slider-prev,
	#slider-nav .slider-next,
	#blog-pagination .blog-prev,
	#blog-pagination .blog-next {
		
		width: 70px;
		height: 70px;
		cursor:pointer; 
		float: left;
		margin-right: 5px;
		overflow: hidden;
		position: relative;
		
	}
	
	#slider-nav .slider-prev,
	#blog-pagination .blog-prev {
		margin-right: 5px;
		background-position: 0 100%;
	}
	
	#slider-nav .slider-next,
	#blog-pagination .blog-next {
		background-position: 100% 100%;
	}
	
		#slider-nav .slider-prev .nav-hover,
		#slider-nav .slider-next .nav-hover,
		#blog-pagination .blog-prev .nav-hover,
		#blog-pagination .blog-next .nav-hover {
			
			width: 70px;
			height: 70px;
			position: absolute;
			top: -70px;
			left: 0;
			z-index: 2;
		}
		
		#slider-nav .slider-prev .nav-hover-minus,
		#slider-nav .slider-next .nav-hover-plus,
		#blog-pagination .blog-prev .nav-hover-minus,
		#blog-pagination .blog-next .nav-hover-plus {
			
			width: 70px;
			height: 70px;
			position: absolute;
			top: -70px;
			left: 0;
			z-index: 3;
			
		}
		
		#slider-nav .slider-prev .nav-hover-minus,
		#blog-pagination .blog-prev .nav-hover-minus{
			background-position: 0 0;
		}
		
		#slider-nav .slider-next .nav-hover-plus,
		#blog-pagination .blog-next .nav-hover-plus{
			background-position: 100% 0;
		}

#slider-nav .slider-keyboard{
	width: 60px;
	height: 70px;
	float: left;
	margin-left: 15px;
}

#post-right-sidebar {
	width: 240px;
	margin-left: 30px;
	margin-top: 30px;
	float: left;
}

#post-left-sidebar {
	width: 240px;
	margin-right: 30px;
	margin-top: 30px;
	float: left;
}

.theme-single-post{
	width: 510px;
	margin-top: 30px;
	float: left;
}

.theme-single-portfolio-post {
	width: 780px;
	margin-top: 30px;
}

/* =Sidebar
-------------------------------------------------------------- */
#sidebar {
	width: 780px;
	overflow: hidden;
	text-shadow: 1px 1px 0px #fff;
}
	
	#sidebar .widget-box{
		width: 240px;
		margin-right: 30px;
		float: left;
		
	}
	
	#sidebar .widget-box div{
		line-height: 1.7em;
	}
	
	#sidebar .widget-box h3{
		font-size: 14px;
		margin-bottom: 10px;
		
	}
	
	#sidebar :last-child{
		margin-right: 0;
	}
	
/* =Footer
-------------------------------------------------------------- */
#footer {
	width: 780px;
	font-size: 11px;
	text-shadow: 1px 1px 0px #fff;
	
}
	#footer .footer-text{
		display: block;
		margin: 20px 0 20px 2px;
		
	}


/* Home
-------------------------------------------------------------- */
#home-featured-video,
#home-slider,
#home-featured-image {
	
	width: 780px;
	margin-top: 30px;
	line-height: 0;

	-moz-box-shadow: 0 1px 7px #d3d3d3; 
	-webkit-box-shadow: 0 1px 7px #d3d3d3; 
	box-shadow: 0 1px 7px #d3d3d3;
}

#home-slider,
#home-featured-image {
	height: 360px;
	overflow: hidden;
}

#home-latest-projects,
#home-latest-posts {
	margin-top: 30px;
}

/* =Portfolio
-------------------------------------------------------------- */
#portfolio{
	width: 780px;
	overflow: hidden;
}

#portfolio-post-images,
#portfolio-video {
	line-height: 0;
}

#portfolio-post-slideshow {
	overflow: hidden;
}

#portfolio-items {
	width: 810px;
}

#portfolio #portfolio-filter{
	
	height: 40px;
	line-height: 12px;	
	margin-top: 30px;
}
	#portfolio-filter ul {
		padding: 15px 10px;
	}
		
		#portfolio-filter ul li {
			display: inline;
			margin: 5px;
			
		}
		
		#portfolio-filter ul li:after {
			content: '/';
			color: #bbbbbb;
			margin-left: 10px;
			
		}
		
		#portfolio-filter ul li:last-child:after{
			content: ' ';
			
		}

.portfolio-box {
	
	width: 240px;
	height: 305px;
	float: left;
	margin:30px 30px 0 0;
	position: relative;
	opacity: 1;
}

.portfolio-box-inline {

	margin-top: 0;
	opacity: 0;
}

.portfolio-hover {
	width: 240px;
	height: 300px;
	background-image: url("images/hover.png");
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	cursor: pointer;
	overflow: hidden;
}
	
	.portfolio-hover .portfolio-hover-plus {
		width: 140px;
		height: 140px;
		background-repeat: no-repeat;
		display: block;
		margin: 80px auto 35px;
		position: relative;
		opacity: 0;
		
	}
	
	.portfolio-hover .project-title{
		
		color: #fff;
		font-size: 13px;
		text-align: center;
		
	}

.portfolio-post-img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.single-portfolio-post-footer {
	overflow: hidden;
	
}
	.single-portfolio-post-footer .single-portfolio-meta{
		width: 390px;
		height: 90px;
		float: left;
	}

		.single-portfolio-post-footer .single-portfolio-meta ul {
			margin: 10px 5px;
		}
			.single-portfolio-post-footer .single-portfolio-meta ul li {
				margin: 5px;
			}

		.single-portfolio-post-footer .single-portfolio-meta .client-name,
		.single-portfolio-post-footer .single-portfolio-meta a{
			color: #ddd;
		}

.portfolio-single-nav{
	float: left;
	width: 390px;
	height: 90px;
	
}

	.portfolio-single-nav .prev-item,
	.portfolio-single-nav .next-item,
	.portfolio-single-nav .nav-portfolio-hover{
		width: 195px;
		height: 90px;
		float: right;
		position: relative;
	}	

.portfolio-single-nav .nav-portfolio-hover {
	background-image: url("images/hover.png");
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.arrow-next,
.arrow-prev {
	display: block;
	width: 50px;
	height: 50px;
	margin-top: 20px;
	opacity: 0;
}

.arrow-next {
	background-repeat: no-repeat;
	background-position: 100% 0;
	margin-left: 32.5px;
}

.arrow-prev {
	background-repeat: no-repeat;
	background-position: 0 100%;
	margin-left: 112.5px;
}


/* =Blog
-------------------------------------------------------------- */
#blog-posts,
#home-latest-posts {
	width: 780px;
	font-size: 11px;
}

.post-format {
	
	width: 240px;
	height: 400px;
	position: relative;
	margin-right: 30px;
	margin-top: 30px;
	float: left;

}
	
	.post-format aside,
	#blog-standart-posts .post aside {
		width: 220px;
		font-size: 11px;
		margin: 10px;
		position: absolute;
		bottom: 40px;
		left: 0;
		
	}

	#blog-standart-posts .post aside {
		width:  510px;
	}

	.post-format footer,
	#blog-standart-posts .post footer {
		width: 220px;
		font-size: 11px;
		padding: 10px;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	#blog-standart-posts .post footer {
		width: 510px;
	}

	#blog-standart-posts .post aside,
	#blog-standart-posts .post footer {
		font-size: 12px;
	}

.post-format .standard-post,
.post-format .video-post {
	width: 220px;
	padding: 10px;
}

.post-format .standard-post header {
	margin-bottom: 5px;
}

	.post-format .standard-post header a h2,
	.post-format .video-post header a h2,
	#blog-standart-posts .post header a h2 {
		font-size: 16px;
		display: inline;
	}
		
	#blog-standart-posts .post .blog-standard-content {
		margin-top: 5px;
	}
		
.post-format .post-img,
.standart-post-img {
	line-height: 0;
	position: relative;
}

.post-format .post-img .img-hover,
.standart-post-img .standart-img-hover {
	width: 240px;
	height: 100%;
	background-image: url("images/hover.png");
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.standart-post-img .standart-img-hover {
	width: 510px;
}

.post-format .post-quote,
.single-quote-post .post-quote{
	width: 220px;
	border: none;
	padding: 10px;
	font-size: 16px;
	text-align: center;
	margin: 0;

}

.single-quote-post .post-quote {
	width: 490px;
}
	.post-format .post-quote a {
		font-style: normal;
		display: inline-block;
		width: 220px;
	}

.post-format .cite,
.single-quote-post .cite {
	float: none;
	font-size: 11px;
	margin-top: 10px;
	color: #9b9b9b;
}

.post-format .quote-post .quote-up-icon,
.post-format .quote-post .quote-down-icon,
.single-quote-post .quote-up-icon,
.single-quote-post .quote-down-icon {
	width: 39px;
	height: 20px;
	background-repeat: no-repeat;
	margin: 10px 10px 0 10px;
}

.post-format .quote-post .quote-down-icon,
.single-quote-post .quote-down-icon {
	float: right;
	margin-top: -30px;
}

.single-quote-post .quote-down-icon {
	margin-bottom: 20px;
}

.single-quote-post .quote {
	font-style: normal; 
}

	.post-format .post-link .link-icon,
	.single-post-link .link-icon {
		width: 27px;
		height: 27px;
		background-repeat: no-repeat;
		margin: 10px 10px 0 10px;
	}

	.post-format .post-link a,
	.single-post-link a {
		display: block;
		margin: 20px 10px 40px 10px;
	}

		.post-format .post-link a h2,
		.single-post-link a h2 {
			font-size: 16px;
			text-align: center;

		}

.post-format .post-link-content,
.post-format .format-aside-content {
		width: 220px;
		padding: 10px;

}

article.post {
	overflow: hidden;
}

.format-video .video {
	margin-bottom: -7px;
}

.format-video .video-content {
	margin-top: 5px;
}

.format-gallery .post-gallery-slider,
#single-gallery-slider {
	overflow: hidden;
	width: 240px;
	height: 290px;
	line-height: 0;
}

#single-gallery-slider {
	width: 510px;
	height: 460px;
}

.post-content {
	padding: 10px;
}

.single-postImage,
.standart-post-img {
	line-height: 0;
}

#blog-standart-posts {
	width: 510px;
	float: left;
}
	#blog-standart-posts .post{
		height: 440px;
		margin-top: 30px;
		position: relative;
	}

		#blog-standart-posts .post .blog-standard-post {
			margin: 10px;
		}
	
	#blog-standart-posts .no-featured-image {
		height: 200px;
	}

.sidebar-box {
	padding: 10px;
	margin-bottom: 30px;
}

.sidebar-box h3 {
	margin-bottom: 10px;
}

.sidebar-box #searchform input {
	padding: 14px 10px; 
	width: 195px;
}
	.sidebar-box #searchform input:focus {
		outline: none;
	}

.sidebar-box .meta-date {
	display: block;
	font-size: 14px;
	padding: 10px 0 10px 0;
	text-align: center;
}

.sidebar-box .meta-author {
	text-align: center;
}

.sidebar-box .meta-title{
	display: block;
}

.sidebar-box a h4{
	display: inline-block;
	font-size: 12px;
}

#blog-pagination {
	width: 240px;
	margin-right: 30px;
	float: left;
}

#blog-search {
	width: 240px;
	margin-top: 30px;
	float: left;	
}
	#blog-search .sidebar-box{
		margin-bottom: 0;
	}
	

/* =Comments
-------------------------------------------------------------- */
#comments {
	margin-top: 30px;
}

.section-comments {
	margin-top: 30px;
}

.section-comments span{
	
	width: 228px;

}

.section-comments .respond-link {
	
	display: inline;
	background: none;
}

	.section-comments .respond-link a{
		
		padding: 5px 10px;
		
	}

.section-comments .bottom-border {
	width: 685px;
	
}

#comments li .comment-wrap {
	overflow: hidden;
	margin-top: 30px;
}


#comments .comment-avatar {
	
	width: 40px;
	height: 40px;
	margin: 10px;
	float: left;
}

#comments .comment-content {
	
	margin-left: 60px;
	padding: 10px 10px 10px 0;
	
}

.ping-content {
	padding: 20px;
}

#comments .comment-header {
	width: inherit;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#comments .comment-meta {
	
	margin-top: 10px;
}

.children {
	margin-left: 60px;
}

.comments-navigation {
	margin: 30px 0;
	padding: 10px;
}

.nocomments {
	margin: 30px 0;
}

.prev-comments {
	margin-right: 10px;
}

#respond {

	width: 510px;
	margin-bottom: 30px\9;
}

#respond input,
#respond textarea {
	margin: 0;
	font-size: 12px;
	padding: 10px;
	
}

#respond input:focus,
#respond textarea:focus {
	outline: none;
}

#respond input {
	width: 218px;
	margin: 30px 10px 0 0;
}

#respond textarea {
	display: block;
	width: 70%;
	margin: 30px 0 30px 0;
}

#respond .respond-background {
	width: inherit;
	text-shadow: 1px 1px 0px #fff;
}

#respond .logged-user-data{
	
	margin-top: 30px;
	text-shadow: 1px 1px 0px #fff;
}

#submit, 
#contact-submit {

	display: inline-block;
	cursor: pointer;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	outline: none;
	margin: 5px 5px 5px 0;
	padding: 6px 10px;
	text-align: center;

	text-shadow: none;
}
#submit {
	margin: 0;
}

/* =Contact
-------------------------------------------------------------- */

#contact-form-wrap input,
#contact-form-wrap textarea {
	margin: 0;
	font-size: 12px;
	padding: 10px;
	
}

#contact-form-wrap input:focus,
#contact-form-wrap textarea:focus {
	outline: none;
}

#contact-form-wrap input {
	width: 218px;
	margin: 10px 10px 10px 0;
}

#contact-form-wrap textarea {
	display: block;
	width: 50%;
	margin: 10px 0 20px 0;
}
#contact-form-wrap .contact-form-label {
	display: block;
}
#contact-form-wrap .contact-error {
	display: block;
	color: #ff482d;
}

#contact-form-wrap .contact-send-text {
	color: #98d8b9;
	display: block;
	margin-bottom: 10px;
}

/* =Archives
-------------------------------------------------------------- */
.archives-section {
	width: 370px;
	margin-right: 20px;
	float: left;
}

.archives-section h3 {
	padding-bottom: 10px;
}

.archives-section ul {
	margin: 10px;
}

.archives-section ul li {
	margin: 5px 5px 5px 0;
}


/* =Fullwidth
-------------------------------------------------------------- */
#fullwidth,
#archives,
#page-404,
#contact,
#default-page,
#search-results{
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 10px;
	
}


#fullwidth h1,
#fullwidth h2,
#fullwidth h3,
#fullwidth h4,
#fullwidth h5,
#fullwidth h6,
#default-page h1,
#default-page h2,
#default-page h3,
#default-page h4,
#default-page h5,
#default-page h6 {
	margin-bottom: 10px;	
}

#fullwidth p,
#default-page p{
	line-height: 1.7em;
	margin-bottom: 10px;
}

#fullwidth p:last-child,
#default-page p:last-child {
	margin-bottom: 0;
}

#page-comments {
	width: 100%;
}

#search-results ul li{
	margin-bottom: 10px;
}
	#search-results ul li:last-child {
		margin-bottom: 0;
	}

#search-results ul li a{
	display: inline-block;
}

/* =Shortcodes
-------------------------------------------------------------- */
.column-half,
.column-third,
.column-fourth,
.column-fifth,
.column-sixth {
	margin: 0 4% 10px 0;
	float: left;
	
}

.column-full {
	width: 100%;
	margin-bottom: 10px;
	clear: both;
}

.column-half {
	width: 48%;
}

.column-third {
	width: 30.6%;
	width: 30%\9;
}

.column-fourth {
	width: 22%;
	width: 22%\9;
}

.column-fifth {
	width: 16.8%;
	width: 16.5%\9;
}

.column-sixth {
	width: 13.3%;
	width: 13%\9;
}

.column-last {
	margin: 0 0 20px 0!important;
	
}

.ui-state-focus { 
	outline: none; 
}

.toggle h4{
	
	padding: 10px;
	cursor: pointer;
	margin-bottom: 0!important;	
}
	
.toggle .toggle-content{
	border-top: none;
	padding: 10px;
}

.toggle .ui-icon{
	width: 10px;
	height: 10px;
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}

a.button-white {
	display: inline-block;
	color: #979797;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f1f1f1));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 100%);
	background: linear-gradient(top, #ffffff 0%,#f1f1f1 100%);
	
	border: 1px solid #e8e8e8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	outline: none;
	margin: 5px;
	padding: 5px 10px;
	text-align: center;
}
	a.button-white:hover {
		background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f9f9f9));
		background: -webkit-linear-gradient(top, #ffffff 0%,#f9f9f9 100%);
		background: -o-linear-gradient(top, #ffffff 0%,#f9f9f9 100%);
		background: -ms-linear-gradient(top, #ffffff 0%,#f9f9f9 100%);
		background: linear-gradient(top, #ffffff 0%,#f9f9f9 100%);
	}
	
a.button-black {
	display: inline-block;
	color: #ffffff;
	background: #444444;
	background: -moz-linear-gradient(top, #696969 0%, #444444 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#696969), color-stop(100%,#444444));
	background: -webkit-linear-gradient(top, #696969 0%,#444444 100%);
	background: -o-linear-gradient(top, #696969 0%,#444444 100%);
	background: -ms-linear-gradient(top, #696969 0%,#444444 100%);
	background: linear-gradient(top, #696969 0%,#444444 100%);
	
	border: 1px solid #444444;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	outline: none;
	margin: 5px;
	padding: 5px 10px;
	text-align: center;
}
	a.button-black:hover {
		background: -moz-linear-gradient(top, #737373 0%, #525252 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#737373), color-stop(100%,#525252));
		background: -webkit-linear-gradient(top, #737373 0%,#525252 100%);
		background: -o-linear-gradient(top, #737373 0%,#525252 100%);
		background: -ms-linear-gradient(top, #737373 0%,#525252 100%);
		background: linear-gradient(top, #737373 0%,#525252 100%);
	}

a.button-green {
	display: inline-block;
	color: #ffffff;
	background: #98d8b9;
	background: -moz-linear-gradient(top, #98d8b9 0%, #65c496 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#98d8b9), color-stop(100%,#65c496));
	background: -webkit-linear-gradient(top, #98d8b9 0%,#65c496 100%);
	background: -o-linear-gradient(top, #98d8b9 0%,#65c496 100%);
	background: -ms-linear-gradient(top, #98d8b9 0%,#65c496 100%);
	background: linear-gradient(top, #98d8b9 0%,#65c496 100%);
	
	border: 1px solid #4ebb86;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	outline: none;
	margin: 5px;
	padding: 5px 10px;
	text-align: center;
}
	a.button-green:hover {
		background: -moz-linear-gradient(top, #a9e3c7 0%, #76d1a5 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9e3c7), color-stop(100%,#76d1a5));
		background: -webkit-linear-gradient(top, #a9e3c7 0%,#76d1a5 100%);
		background: -o-linear-gradient(top, #a9e3c7 0%,#76d1a5 100%);
		background: -ms-linear-gradient(top, #a9e3c7 0%,#76d1a5 100%);
		background: linear-gradient(top, #a9e3c7 0%,#76d1a5 100%);
	}

a.button-red {
	display: inline-block;
	color: #ffffff;
	background: #e87570;
	background: -moz-linear-gradient(top, #e87570 0%, #d54841 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e87570), color-stop(100%,#d54841));
	background: -webkit-linear-gradient(top, #e87570 0%,#d54841 100%);
	background: -o-linear-gradient(top, #e87570 0%,#d54841 100%);
	background: -ms-linear-gradient(top, #e87570 0%,#d54841 100%);
	background: linear-gradient(top, #e87570 0%,#d54841 100%);
	
	border: 1px solid #c0403a;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	outline: none;
	margin: 5px;
	padding: 5px 10px;
	text-align: center;
}
	a.button-red:hover {
		background: -moz-linear-gradient(top, #f18c88 0%, #e25b54 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f18c88), color-stop(100%,#e25b54));
		background: -webkit-linear-gradient(top, #f18c88 0%,#e25b54 100%);
		background: -o-linear-gradient(top, #f18c88 0%,#e25b54 100%);
		background: -ms-linear-gradient(top, #f18c88 0%,#e25b54 100%);
		background: linear-gradient(top, #f18c88 0%,#e25b54 100%);
	}
	
a.button-blue {
	display: inline-block;
	color: #ffffff;
	background: #8fd5f3;
	background: -moz-linear-gradient(top, #8fd5f3 0%, #6cb4d3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fd5f3), color-stop(100%,#6cb4d3));
	background: -webkit-linear-gradient(top, #8fd5f3 0%,#6cb4d3 100%);
	background: -o-linear-gradient(top, #8fd5f3 0%,#6cb4d3 100%);
	background: -ms-linear-gradient(top, #8fd5f3 0%,#6cb4d3 100%);
	background: linear-gradient(top, #8fd5f3 0%,#6cb4d3 100%);
	
	border: 1px solid #72c7ec;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	outline: none;
	margin: 5px;
	padding: 5px 10px;
	text-align: center;
}
	a.button-blue:hover {
		background: -moz-linear-gradient(top, #acdff5 0%, #7bc2e0 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#acdff5), color-stop(100%,#7bc2e0));
		background: -webkit-linear-gradient(top, #acdff5 0%,#7bc2e0 100%);
		background: -o-linear-gradient(top, #acdff5 0%,#7bc2e0 100%);
		background: -ms-linear-gradient(top, #acdff5 0%,#7bc2e0 100%);
		background: linear-gradient(top, #acdff5 0%,#7bc2e0 100%);
	}
	

a.button-purple {
	display: inline-block;
	color: #ffffff;
	background: #9a8a9e;
	background: -moz-linear-gradient(top, #9a8a9e 0%, #6a5b6f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9a8a9e), color-stop(100%,#6a5b6f));
	background: -webkit-linear-gradient(top, #9a8a9e 0%,#6a5b6f 100%);
	background: -o-linear-gradient(top, #9a8a9e 0%,#6a5b6f 100%);
	background: -ms-linear-gradient(top, #9a8a9e 0%,#6a5b6f 100%);
	background: linear-gradient(top, #9a8a9e 0%,#6a5b6f 100%);
	
	border: 1px solid #6c5d70;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	outline: none;
	margin: 5px;
	padding: 5px 10px;
	text-align: center;
}
	a.button-purple:hover {
		background: -moz-linear-gradient(top, #a99bad 0%, #77687b 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a99bad), color-stop(100%,#77687b));
		background: -webkit-linear-gradient(top, #a99bad 0%,#77687b 100%);
		background: -o-linear-gradient(top, #a99bad 0%,#77687b 100%);
		background: -ms-linear-gradient(top, #a99bad 0%,#77687b 100%);
		background: linear-gradient(top, #a99bad 0%,#77687b 100%);
	}

a.button-yellow {
	display: inline-block;
	color: #777777;
	background: #faeda5;
	background: -moz-linear-gradient(top, #faeda5 0%, #dac54e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faeda5), color-stop(100%,#dac54e));
	background: -webkit-linear-gradient(top, #faeda5 0%,#dac54e 100%);
	background: -o-linear-gradient(top, #faeda5 0%,#dac54e 100%);
	background: -ms-linear-gradient(top, #faeda5 0%,#dac54e 100%);
	background: linear-gradient(top, #faeda5 0%,#dac54e 100%);
	
	border: 1px solid #d7c455;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	outline: none;
	margin: 5px;
	padding: 5px 10px;
	text-align: center;
}
	a.button-yellow:hover {
		background: -moz-linear-gradient(top, #fff7cc 0%, #e1cd5a 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff7cc), color-stop(100%,#e1cd5a));
		background: -webkit-linear-gradient(top, #fff7cc 0%,#e1cd5a 100%);
		background: -o-linear-gradient(top, #fff7cc 0%,#e1cd5a 100%);
		background: -ms-linear-gradient(top, #fff7cc 0%,#e1cd5a 100%);
		background: linear-gradient(top, #fff7cc 0%,#e1cd5a 100%);
	}

span.dropcap {
	float: left;
	margin: 10px 15px 10px 15px;
	font-size: 20px;
}

.highlight {
	border: 1px solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

blockquote,
.pull-quote-left,
.pull-quote-right {
	display: block;
	width: 220px;
	margin: 0 10px 10px 0;
	padding: 10px 10px 10px 20px;
	border-left: solid 2px #e8e8e8;
	font-style: italic;
}

blockquote {
	width: 420px;
	margin: 10px auto 10px auto;
	overflow: hidden;
}

.cite {
	display: block;
	float: right;
	margin: 15px 15px 0 0;
}

.pull-quote-left {
	float: left;
}

.pull-quote-right {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}

div.alert-box {
	
	color: #444;
	background-color: #f8b0ad;
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #e87570;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 13px;
	font-style: italic;
	text-align:  center;
}

div.info-box {
	
	color: #444;
	background-color: #afd8ea;
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #6cb4d3;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 13px;
	font-style: italic;
	text-align:  center;
}

div.success-box {
	
	color: #444;
	background-color: #b6e3cd;
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #84c5a6;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 13px;
	font-style: italic;
	text-align:  center;
}

.tabs {
	margin: 0 0 10px 0;
	
}

.tabs ul li a{
	
	padding: 10px;
	float: left;
	margin: 0 -1px -1px 0;
}
.tabs-content {
	clear: both;
	padding: 10px;
}

.ui-tabs .ui-tabs-hide {
    position: absolute;
    left: -10000px;
}

ul.ln-checklist li{
	padding-left: 15px;
	
}

pre, code {
	
	display: block;
	font-family: Courier, monospace;
	padding: 10px;
	margin-bottom: 10px;
}


/* =Widgets
-------------------------------------------------------------- */
table#wp-calendar {
	border-collapse: separate;
	border-spacing: 8px;
}

.widget-tweet {
	margin: 10px 0;
	padding-bottom: 10px;
}

.widget-tweet-time {
	display: block;
	font-style: italic;
}

div.widget-flickr {
	width: 253px;
	margin-top: -16px;
}

div.flickr_badge_image {
	display: inline;
}

	div.flickr_badge_image a,
	#sidebar .widget-box .flickr_badge_image a{
		display: inline-block;
		width: 35px;
		height: 35px;
		margin: 16px 16px 0 0;
		padding: 4px;
	
	}

		.flickr_badge_image a img{
			width: 35px;
			height: 35px;
		}

#sidebar .ln-flickr-wrap {
	margin-left: 2px;
}

	#sidebar .widget-box .flickr_badge_image a{
		width: 39px;
		height: 39px;
		
	}

		#sidebar .widget-box .flickr_badge_image a img{
			width: 39px;
			height: 39px;
			
		}

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

#main-header,
#title,
#blog-posts,
#sidebar,
#footer,
#portfolio{
	margin: 0 auto;
}
#title, 
#sidebar,
#footer {
	margin-top: 30px;
}

#slider-nav {
	margin-left: auto;
	margin-right: auto;
}

#showcase-inline{
	overflow: hidden;
    width: 780px;
    margin-left: auto;
    margin-right: auto;
}
#slider-content {
	margin-left: 0;
}
#slider {
	margin-top: 0;
}

