/* ******************************
1. 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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

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

.yazi{
    font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif ;
	color:#666;
	
}

.yazimob{
    font-size: 8px;
	font-family: Century Gothic, "Arial", Times, serif ;
	color:#FFF;
	
}

.yazi4{
    font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif ;
	color:#333;
	
}

.yazi5{
	font-size: 16px;
	color: #fff;
	text-align: justify;
	
}

.yazi44{
    font-size: 15px;
	font-family: Century Gothic, "Arial", Times, serif ;
	color: #FFC;
	
}

.yazi55{
    font-size: 16px;
	font-weight:bold;
	font-family: Century Gothic, "Arial", Times, serif ;
	color:#fff;
	
}

.yazi3{
    font-size: 16px;
	font-family: Century Gothic, "Arial", Times, serif ;
	color: #FC0;
	font-weight:bold;
	
}

.baslik1{
    font-size: 16px;
	font-family: Century Gothic, "Arial", Times, serif ;
	color:#fff;
	font-style:italic;
}

.footer1{
    font-size: 13px;
	font-family: Century Gothic, "Arial", Times, serif ;
	color:#ccc;
	
}

.iletisim{
    font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif ;
	color:#000;
	
}

.yazi2{
    font-size: 20px;
	font-family: "Century Gothic", Arial, Tahoma;
	color:#333;

}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* ******************************
2.1 Main Global Layout Settings 
******************************* */

*{ padding: 0px; }
body, html{ height: 100%; margin:0px; margin-top:-40px; height: auto; min-height: 100%; }
body{
	background-color: #000;
	background-repeat: repeat;
	font-family: 'Droid Sans', Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	}
a{ outline: none; text-decoration: none; color:#444444; }
a:hover{ text-decoration: underline; }
a img{ border: none; }

.clear {clear:both;}
.clearlast {clear:both;padding-bottom:35px;}
.clearlastgallery {clear:both;padding-bottom:55px;}
.ienoclear {clear:both;}
.clearfix:after	{ content: "."; visibility: hidden; display: block; height: 0px;  clear: both; }
* html .clearfix{ height: 1%; }
*+html .clearfix{ height: 1%; }

.float-right { float:	right; }
.float-left {float:	left; }

.align-right { float:right; }
.align-left { float:left; }
.align-center { margin:0 auto; display:block;}

p.edit-entry { font-size:10px; margin-top: 40px;text-decoration:none; }
p.edit-entry a { background: #111; padding: 4px 8px; color: #fff;text-decoration:none;}
p.edit-entry a:hover { background: #eee; color:#000; text-decoration:none;}

.single-header-space { margin: 25px 0 0 0; }
.blank-head-space-1 { margin: 24px 0 0 0; }

.gradient {
filter:none;
}

.type-post, .type-mtheme_portfolio, .type-page {
	margin: 0;
	}
	
/* ******************************
3.1 Mobile Device Menu
******************************* */
	
/* Mobile Device Menu */
.main-select-menu {
	display:none;
	}
	
.main-select-menu select {
	width:100%;
	padding:10px;
	z-index:99;
	}
	
/* Video Containers */	
#videocontainer {
    height: 100%;
    width: 100%;
}

#backgroundvideo {
    height: 100%;
	position: fixed;
    left: 0;
	top: 0;
	bottom:0;
	right:0;
    margin: 0;
	padding:0;
    width: 100%;
    z-index: -999;
}

/* iframe's parent node */
div#fullscreenvimeo {
    position: fixed;
	top:0;
	left:0;
    width: 100%;
    height: 100%;
	z-index:-999;
}

/* iframe itself */
div#fullscreenvimeo > iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}

.portfolio-single-image,
.entry-content iframe,
.entry-content object,
.entry-content embed,
.video-container iframe,  
.video-container object,  
.video-container embed,
.entry-wrapper iframe,
.entry-wrapper  object,
.entry-wrapper  embed,
.entry-wrapper  iframe,  
.entry-wrapper  object,  
.entry-wrapper  embed,
.entry-wrapper img  {
	max-width:100%;
	}


/* ******************************
3.2 Background Fill
******************************* */
.background-fill {
	position:fixed;
	z-index:-9999;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:auto; 
	background: none;
	opacity:0.2;
	}

/* Readmore link */
.readmore_link { 
	font-family: 'Droid Serif', arial, serif;
	font-size: 11px;
	font-style: italic;
	text-align:right;
	padding: 0 0 20px 0;
	margin: 20px 0 0 0;
	}
	.readmore_link a { 
		display: block;
		}
		.readmore_link a:hover { 
			color: #111;
			text-decoration:none;
			}
			
/* Featured boxes */
.featured-container {
	position:absolute;
	bottom:100px;
	right:0;
	}			
.feat-block-title {
	display:inline;
	color:#fff;
	background: #181818;
	padding:8px 30px 8px 20px;
	float:right;
	font-size:18px;
	text-shadow: -1px 0 #111, 0 1px #111, 1px 0 #111, 0 -1px #111;
	font-weight:bold;
	margin:0;
	}
#m-featuredblocks{
  list-style: none;
  margin: 0;
  padding: 0;
  float:left;
  display:inline;
-webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.5);
box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.5);
}

.m-feat-link {display:block;height:100px; }
.m-feat-link:hover { text-decoration:none;}

.m-feat-type {
	position:relative;
	top:10px;
	color:#111;
	background:#fff;
	margin-left:135px;
	display:inline;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0;
	line-height:15px;
	width:100px;
	padding:2px 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	}
	
.m-feat-title {
	position:relative;
	top:15px;
	color:#bbb;
	margin-left:135px;
	display:block;
	font-size:18px;
	letter-spacing:0;
	line-height:15px;
	width:100px;
	}
	
.m-feat-title:hover { text-decoration:none; color:#fff; }

#m-featuredblocks li{
  background:#121212 url(../img/stripes_block.html) repeat 0 0;
  float: left;
  height:100px;
  width:120px;
  overflow:hidden;
  padding:0 0 0 5px;
  opacity:0.92;
}

#m-featuredblocks li:hover { }

#m-featuredblocks li img{
  position: absolute;
}

/* ******************************
3.3 Tipsy
******************************* */

.tipsy { margin-top:5px; margin-left:-2px; padding: 5px; font-size: 10px; letter-spacing: 2px; background-repeat: no-repeat;  background-image: url(../img/tipsy.gif); }
  .tipsy-inner {
	padding: 2px 8px;
	background-color: #000;
	color: #fff;
	max-width: 200px;
	text-align: center;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	}
  .tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
  .tipsy-north { background-position: top center; }
  .tipsy-south { background-position: bottom center; }
  .tipsy-east { background-position: right center; margin-top:0; }
  .tipsy-west { background-position: left center; }



/* ******************************
3.4 Bews Box
******************************* */

	.mcycletextwrap {
		position:absolute;
		width:380px;
		bottom:170px;
		right:130px;
		background: #fff;
		background: rgba(255,255,255,0.9);
		padding: 10px 25px 30px 25px;
		border:1px solid rgba(0,0,0,0.2);
		-webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
		left:-500px;
		}
		
	.mcycletextwrap  h3 {
		font-size:18px;
		font-weight:bold;
		letter-spacing:-1px;
		color:#828282;
		padding: 15px 0;
		}

	.newsslides {
	}
	
	.newsslides div {
		width:100%;
	}
	
	.news-image {
		float:left;
		margin: 0 20px 0 0;
		width:120px;
		height:100px;
		background:#444;
		-webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
		}
			
			.mcycletextwrap {
				float:left;
			}
				.news-text {
					font-size:11px;
					color:#666;
					line-height:18px;
				}
					.news-text a{
						color:#000;
					}
					.news-text a:hover{
						color:#111; text-decoration:none;
					}
					
				.news-text h3 {
					font-size:15px;
					color:#111;
					margin: 0;
					padding:0 0 10px 0;
					}
					
				
				/* Quotation Navigation -------- */
				
				.newsnav {
					text-indent:99999px;
					overflow:hidden;
					text-align:right;
					width:100%;
					height:20px;
					margin-bottom:10px;
					margin-top:-35px;
					padding-bottom:10px;
					}
				.newsnext {float:right;height:16px;width:16px;}
				.newsprev {float:right;height:16px;width:16px; margin-right:5px;}
				.newsnext,.newsprev { color:#A2A2A2; cursor:pointer; }
				.newsnext:hover,.newsprev:hover { color:#747474;text-shadow: #fff 1px 1px;}
					.newsnext {background-image:url(../img/newsnext.png);}
					.newsnext:hover {background-position:0 -16px;}
					.newsprev {background-image:url(../img/newsprev.png);}
					.newsprev:hover {background-position:0 -16px;}
					
					
					/* ******************************


			


/* ******************************
4.1 Logo
******************************* */

.logo {
	float: left;
	width: 1240px;
	}
	
/* ******************************
5.1 Page
******************************* */

.container {
	width:		960px;
	}
	
.container {
	margin:		20px 0 35px 65px;
	position:relative;
	}
	
.container-head {
	height: 15px;
	width: 100%;
	background: #000;
	}

.lower-padding { padding-bottom: 0 }
	
.main-contents {
	padding:	0 0 20px 0;
	}
	
.page-contents {
	padding:	0 0 20px 0;
	}
	
.contents-wrap,.fullpage-contents-wrap,.page-contents-wrap  {
	padding:	0;
	background: #fff;
	}
	
.transparent-contents-wrap {
	padding:	0 0 0 0;
	}
	
.entry-wrapper {
	}
	
.entry-post-wrapper {
	padding: 20px 60px 50px 60px;
	margin:0;
	}
	
.entry-spaced-wrapper {
	padding: 50px 30px 50px 30px;
	margin:0;
	}
	
	.blogseperator {
		margin: 0;
		border-top:1px solid #f6f6f6;
		background: url(../img/stripes_fine.png) repeat 0 0;
		padding-top:15px;
		}
	
.portfolio-wrap {
	background: url(../img/blog_sep.png) repeat-x bottom right;
	}
	
.entry-nospaced-wrapper {
	padding: 1px 20px 10px 20px;
	margin:0;
	}
	
.two-column {
	width:	67.70833333333333%;
	}

/* ******************************
5.2 Entry Contents
******************************* */

.entry-content-wrapper {
	margin: 0 0 0 0;
	}
	
.main-entry-content-wrapper {
	margin: 20px 0 0 0;
	}
	
.entry-content {
	font-size:		12px;
	line-height:	22px;
	color:			#888;
	}
	
.work-details p {
	font-size:		12px;
	color:			#737373;
	line-height:	16px;
	}
	
.entry-content #searchform {
	margin: 35px 0 0 0;
	}
	
.entry-post-list-end {
	margin: 15px 0 25px 0;
	}
	
.contents-column {
	margin: 20px 0 0 0;
	}

.portfolio-contents{
	margin-bottom:		0;
}

.entry-info {
	width:	60px;
	float:	left;
}
		
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important;
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}

.entry-content .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}

.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

/* ******************************
6.1 Headings
******************************* */

	.entry-post-title {
		margin: 20px 0 20px 0;
		}
	
	.entry-post-title h2 a {
		font-size:		28px;
		letter-spacing:	-1px;
		line-height:	34px;
		color: 			#7D7D7D;
		}
	.entry-post-title h2 a:hover {
		text-decoration:none;
		color: #111;
		}
	
.slider-title-wrap {
	width:960px;
	margin:0 auto;
	}
	
h1.entry-slider-title {
	font-size:		16px;
	font-weight:	bold;
	text-transform:	uppercase;
	letter-spacing:	-0.2px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background:#2F2F2F;
	color: #fff;
	display:inline-block;
	margin: 0;
	padding: 10px 20px;
	vertical-align: text-top;
}

h1.entry-title {
	font-size:		22px;
	font-weight:bold;
	letter-spacing:	-1px;
	color: #fff;
	background:#484848;
	margin: 0;
	padding: 30px 60px;
	display:block;
}

.entry-mainpost-title {
	font-size:		22px;
	color:			#555555;
	letter-spacing:	0;
	border-bottom:	1px solid #f0f0f0;
	padding:		10px 0 20px 0;
	margin: 		0 0 40px 0;
	letter-spacing: 1px;
	vertical-align: text-top;
}

.entry-single-title h1 {
	font-size:		36px;
	color:			#555555;
	letter-spacing:	0;
	padding:		0;
	margin:			20px 0 20px 0;
	letter-spacing: -1px;
	vertical-align: text-top;
}

h1.page-title {
	font-size:		18px;
	margin:			65px 0 55px 0;
	color:			#B9B9B9;
	letter-spacing:	0;
	line-height:	18px;
	text-transform:	uppercase;
	}
	
h1.page-entry-title {
	font-size:		36px;
	margin:			30px 0 20px 0;
	color:			#171717;
	letter-spacing:	-1px;
	line-height:	32px;
	}
	
h2.page-entry-title {
	font-size:		28px;
	margin:			20px 0 30px 0;
	font-weight:	bold;
	color:			#171717;
	letter-spacing:	-1px;
	line-height:	32px;
	}


h2.entry-title {
	font-size:		24px;
	margin:			0 0 10px 0;
	font-weight:	bold;
	color:			#171717;
	letter-spacing:	0;
	line-height:	32px;
}

h2.entry-title a {
	color:			#747474;
	text-decoration:none;
}

h2.entry-title a:hover {
	color:			#111;
	text-decoration:none;
}

.no-results {
	margin: 35px 0 0 0;
	}
	
h1,h2,h3,h4,h5,h6,
.recentpost_title {
font-family: 'Open Sans', sans-serif;
}
		
/* **********************
7.1 Content Headings
*********************** */

	.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6 {
		color: #555555;
		letter-spacing: -0.5px;
		font-weight:bold;
		}
		
	.entry-content h1 {font-size:28px; margin: 0 0 25px 0;}
	.entry-content h2 {font-size:22px; margin: 0 0 25px 0;}
	.entry-content h3 {font-size:18px; margin: 0 0 5px 0;}
	.entry-content h4 {font-size:16px; margin: 0 0 5px 0;}
	.entry-content h5 {font-size:14px; margin: 0 0 5px 0;}
	.entry-content h6 {font-size:12px; margin: 0 0 5px 0;}

/* **********************
7.2 Content elements
*********************** */	
	
hr, .entry-content hr {clear:both; height: 2px; border:none; background: transparent url('../img/hr_shaded.png') repeat-x 0 0; margin: 5px 0;}

.entry-content p { margin: 0; }

.entry-content a { color: #111; text-decoration:underline; }

.entry-content .hr_padding {
	padding: 10px 0;
	}

.entry-content .hrule {
	position:relative;
	clear:both;
	display:block;
	margin:20px 0;
	height: 1px;
	border-bottom:1px solid #eee;
}

.entry-content .hrule.top2 a {
	position:absolute;
	right:0;
	top:-20px;
	width:20px;
	font-size:9px;
	padding:0 2px;
	text-align:right;
	text-decoration:none;
	font-weight:normal;
	color:#A2A2A2;
	font-family:'Lucida Grande','Lucida Sans Unicode',Verdana,Arial,Helvetica,sans-serif;
}

.entry-content .hrule.top2 a:hover {
	color: #111;
}
	
	.entry-content .highlight {
		background:#FFFF99;
		padding:4px;
	}

/* **********************
8.1 Shortcode - Post and Page list
*********************** */

	.entry-content .postlist ul {

		list-style:none;
		padding:0;
		margin:0 0 5px 0;
		}
		.entry-content .postlist ul li { 
			background: url('../img/pen_alt_fill_12x12.png') no-repeat 10px 8px;
			padding:2px 0 5px 40px;
			}
		.entry-content .postlist ul li a {
			color:#7d7d7d;
			text-decoration:none;
			font-weight: normal;
			}
			
			.entry-content .postlist ul li a:hover {
				color:#111;
			}
			
/* **********************
8.2 Shortcode - List
*********************** */

	.entry-content .checklist ul, .entry-content .playlist ul, .entry-content .notelist ul, .entry-content .starlist ul, .entry-content .bulletlist ul {

		list-style:none;
		padding:0;
		margin:0 0 15px 0;
		font-weight:normal;
		}
		
	.entry-content .checklist ul li a, .entry-content .linklist a, .entry-content .playlist ul li a, .entry-content .notelist ul li a, .entry-content .starlist ul li a, .entry-content .bulletlist ul li a {
		color:#7d7d7d;
		border-bottom: 1px dotted #2E2E2E;
		text-decoration:none;
		}
		
	.entry-content .checklist ul li a:hover, .entry-content .linklist a:hover, .entry-content .playlist ul li a:hover, .entry-content .notelist ul li a:hover, .entry-content .starlist ul li a:hover, .entry-content .bulletlist ul li a:hover {
		color:#111;
		}
		
		.entry-content .checklist ul li { 
			background: url('../img/tick.png') no-repeat 10px 4px;
			padding:2px 0 5px 40px;
			}
		.entry-content .playlist ul li { 
			background: url('../img/arrow_right.png') no-repeat 10px 4px;
			padding:2px 0 5px 40px;
			}
		.entry-content .notelist ul li { 
			background: url('../img/list.png') no-repeat 10px 4px;
			padding:2px 0 5px 40px;
			}
		.entry-content .starlist ul li { 
			background: url('../img/star.png') no-repeat 10px 4px;
			padding:2px 0 5px 40px;
			}
		.entry-content .bulletlist ul li { 
			background: url('../img/record.png') no-repeat 10px 4px;
			padding:2px 0 5px 40px;
			}
		.entry-content .linklist ul li { 
			background: url('../img/link.png') no-repeat 10px 4px;
			padding:2px 0 5px 40px;
			}

/* **********************
8.3 Shortcode - Note box
********************** */
.mtextbox {
	border:1px solid #eee;
	margin-bottom: 20px;
	padding:20px;
}
.mtextbox_title{
	padding:15px 20px 5px 16px;
	margin:0;
}
.mtextbox.align-left{
	margin:2px 16px 16px 2px !important;
}
.mtextbox.align-right{
	margin:2px 2px 16px 16px !important;
}
.mtextbox_content {
	padding:0 15px 20px;
}
			
/* **********************
8.4 Shortcode - Notices
*********************** */

.entry-content .noticebox {
	padding: 20px 20px 20px 50px;
	margin:15px 0 10px 0;
	font-size:12px;
	line-height:17px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
	border:1px solid #eee;
	color: #404040;
	}
	
.entry-content .info_yellow {
	background: #fbfbd5 url(../img/user_alert.png) no-repeat 20px 20px;
	border:1px solid #f7e271;
}
	.entry-content .info_yellow a {
		color:#000;
	}
	
.entry-content .info_red {
	background: #ffd4d4 url(../img/bullet_cross.png) no-repeat 20px 20px;

	border:1px solid #ffa8a8;
}
	.entry-content .info_red a {
		color:#000;
	}
	
.entry-content .info_green {
	background: #e2f6d7 url(../img/user_tick.png) no-repeat 20px 20px;

	border: 1px solid #95bb80;
}
	.entry-content .info_green a {
		color:#000;
	}
		
.entry-content .info_blue {
	background: #ddeffa url(../img/user_b.png) no-repeat 20px 20px;

	border: 1px solid #71c9f7;
}
	.entry-content .info_blue a {
		color:#000;
	}
	
/*
****************************
8.5 Shortcode - Picture Frame
*****************************
*/

.pictureframe { 
	padding:5px;
	border-top:1px solid #F0F0F0;
	border-left:1px solid #F0F0F0;
	border-bottom:1px solid #D1D1D1;
	border-right:1px solid #D1D1D1;
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2); /* FF3.5+ */
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2); /* Saf3.0+, Chrome */
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2); /* Opera 10.5, IE 9.0 */
	display:block;
	margin-top:5px;
	}

.pictureframe-wrap {
	background: url(../img/view.png) no-repeat 50% 50%;
	display:block;
	}

.img-align-left { float:left; margin-right:20px; }
.img-align-right { float:right; margin-left:20px; }
.img-align-center { margin:0 auto;}
	
/* **********************
8.6 Shortcode - Toggle Shortcode
*********************** */
	
.entry-content h4.trigger {
	padding: 0 0 0 50px;
	margin: 15px 0 5px 0;
	background: url(../img/minus_16x4.png) no-repeat 15px 11px;
	height: 26px;
	float: left;
	cursor:pointer;
}
	.entry-content h4.trigger a {
		text-decoration: none;
		font-size:14px;
		color:#111;
		display: block;
		}
	.entry-content h4.trigger a:hover { color: #000; }
	.entry-content h4.active {background: url(../img/plus_16x16.png) no-repeat 15px 5px;}
		.entry-content .toggle_container {
			margin: 0;
			padding: 0;
			overflow: hidden;
			width: 100%;
			clear: both;
			border:1px solid #eee;
			background: #f7f7f7;
			-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
			-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
			box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
			}
			.entry-content .toggle_container .block {
				padding:20px;
				margin:0;

				}
				
/* 
8.7 Shortcode - Accordion Tabs
-------------------------------------------------------------- */		
.accordion-tabs {
	float:left;
	padding:0;
	margin:0 0 15px 0;
	}
.accordion-tabs h5 {
	font-size:12px;
	letter-spacing:1px;
	padding:5px 0 5px 25px;
	margin-bottom:5px;
	color:#666;
	cursor:pointer; 
	border:1px solid #eee;
	background: #eee;
	}
	
.accordion-tabs h5.current {
	color:#fff;
	background: #111;
	margin-bottom:0;
	}
.accordion-tabs h5:hover { 
	border:1px solid #ddd;
 }
.accordion-tabs .pane { 
	padding:20px;
	margin-bottom:10px;

	background: #f9fcf7;

	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	}
.accordion-tabs .pane p {display:block;}
.accordion-tabs .pane { width:500px;}

	
	
/*
8.8 Shortcode - Tabs
-------------------------------------------------------------- */

.tabwrapper { 
	padding-bottom:20px;
	}
	
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none !important;
	width: 100%;
}

ul.tabs li {
	float: left;
	margin: 0 4px 0 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	background: #eee;
	color: #666;
}

ul.tabs li a {
	text-decoration: none;
	color: #666;
	display: block;
	font-family: 'Droid Sans', sans-serif;
	font-weight:bold;
	font-size: 12px;
	padding: 5px 20px;
	outline: none;
}
ul.tabs li a:hover {
	color: #666;
}
/* active tab uses a class name "current".  */
ul.tabs .current, ul.tabs .current:hover, ul.tabs li.current a {
	color:#fff;
	border:1px solid #eee;
	background: #111;
}

/* initially all panes are hidden */ 
.panes .pane {
	display:none;
	border-top: none;
	overflow: hidden;
	float: left;
	width:500px;
	padding:20px;
	margin-bottom:20px;
	background: #f9fcf7;

	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

.panes { }
	
/* **********************
8.9 Shortcode - Pullquotes
*********************** */
	
	.entry-content .pullquote-right {
		padding:5px 90px 5px 0;
		margin:10px 0 5px 40px;
		float:right;
		width:250px;
		font-family: 	'Droid Serif', arial, serif;
		font-size:15px;
		line-height:28px;
		font-style:italic;
		color: #7d7d7d;
		background: url('../img/endquote.png') no-repeat right 20%;
	}
	
	.entry-content .pullquote-left {
		padding:5px 0 5px 90px;
		margin:10px 40px 5px 0;
		float:left;
		width:250px;
		font-family: 	'Droid Serif', arial, serif;
		font-size:15px;
		line-height:28px;
		font-style:italic;
		text-align:right;
		color: #7d7d7d;
		background: url('../img/alt_endquote.png') no-repeat left 20%;
	}

	.entry-content .pullquote-center {
		padding			:15px 80px;
		margin			:30px;
		font-family: 	'Droid Serif', arial, serif;
		text-align		:center;
		font-size		:15px;
		line-height		:28px;
		font-style		:italic;
		color: #7d7d7d;
		background: url('../img/alt_endquote.png') no-repeat left 20%;
	}

/* **********************
8.10 Shortcode - Drop Caps
*********************** */

.entry-content .dropcap1 {
float:left;
font-size: 46px;
padding:10px;
color:#111;
font-weight:bold;
line-height: 1.15em;
margin-right:5px;
margin-top:8px;
margin-bottom:5px;
background: url(../img/drop_cap1.png) no-repeat 0 0;
height:54px;
width:54px;
text-align:center;
}

.entry-content .dropcap2 {
float:left;
font-size: 46px;
padding:10px;
color:#fff;
font-weight:bold;
line-height: 1.15em;
margin-right:5px;
margin-top:8px;
margin-bottom:5px;
background: url(../img/drop_cap2.png) no-repeat 0 0;
height:54px;
width:54px;
text-align:center;
}

				
/* **********************
8.11 Shortcode - Columns Shortcodes
*********************** */				
.entry-content .last { clear:both;}
.entry-content .column1 , .entry-content .column2, .entry-content .column3, .entry-content .column4, .entry-content .column32 { margin:0 0 10px 0; padding:0 0 10px 0; }
.entry-content .column1 {width:100%;}
.entry-content .column2 {width:48.2%; float:left; }
.entry-content .column3 {width:31%; float:left;}
.entry-content .column4 {width:22.4%; float:left;}
.entry-content .column5 {width:17.2%; float:left;}
.entry-content .column52 {width:37.6%; float:left;}
.entry-content .column53 {width:58.6%; float:left;}
.entry-content .column6 {width:13.7%; float:left;}
.entry-content .column32 {width:65.5%; float:left;}
.entry-content .column43 {width:74.1%; float:left;}
.entry-content .column_space { margin-right:3.225%; }

/* **********************
8.12 Shortcode - Thumbnails
*********************** */

	.entry-content .thumbnails-wrap { float:left; margin:0;padding:0; }
		.entry-content .thumbnails-wrap .minishowcase { list-style:none; margin:0;padding:0;}
		.entry-content .thumbnails-wrap .minishowcase .thumbnail-image { 
			border:1px solid #d8d8d8;
			background:#eee;
			padding:8px;
			margin:0 4px 0 4px;
			-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.09); /* FF3.5+ */
			-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.09); /* Saf3.0+, Chrome */
			box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.09); /* Opera 10.5, IE 9.0 */
			}
		.entry-content .thumbnails-wrap .minishowcase li { float:left; background: url(../img/view.png) no-repeat 50% 50%;  }
		.entry-content .thumbnails-wrap .minishowcase li:hover { }
				
/* **********************
8.13 Shortcode - Pre
*********************** */

.entry-content pre.code, .entry-content code {
	font-size:12px;
	font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
	line-height:18px;
	display:block;
	background: url(images/pre_bg.html) repeat 0 0;
	margin:10px 0 20px 0;
	padding:18px;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	border: 1px solid #eee;
	}
	
.entry-content pre strong { color:#111; }

.entry-content pre { 
	font-size:11px;
	font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
	color: #949494;
	line-height:18px;
	display:block;
	margin:10px 0 20px 0;
	padding:18px;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	border: 1px solid #eee;
	}
	
/* **********************
8.14 Shortcode Flexible Buttons
*********************** */

.entry-content a.small_graybutton, .entry-content a.small_goldbutton, .entry-content a.small_blackbutton, .entry-content a.small_bluebutton, .entry-content a.small_redbutton, .entry-content a.small_greenbutton, .entry-content a.small_brownbutton, .entry-content a.small_purplebutton, .entry-content a.small_pinkbutton {
    display:inline-block;
    height: 35px;
    margin-right: 6px;
	margin-bottom:6px;
	margin-top:0;
    padding-right: 60px; /* sliding doors padding */
    text-decoration: none;
	font-size:10px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color:#fff;
	text-shadow: 0 -1px #4d4d4d;
}

		.entry-content a.small_graybutton:hover, .entry-content a.small_goldbutton:hover, .entry-content a.small_blackbutton:hover, .entry-content a.small_bluebutton:hover, .entry-content a.small_redbutton:hover, .entry-content a.small_greenbutton:hover, .entry-content a.small_brownbutton:hover, .entry-content a.small_purplebutton:hover, .entry-content a.small_pinkbutton:hover  {
			background-position: bottom right;
			cursor:pointer;
		}
		
		.entry-content a.small_graybutton:hover span, .entry-content a.small_goldbutton:hover span,.entry-content a.small_blackbutton:hover span, .entry-content a.small_bluebutton:hover span, .entry-content a.small_redbutton:hover span, .entry-content a.small_greenbutton:hover span, .entry-content a.small_brownbutton:hover span, .entry-content a.small_purplebutton:hover span, .entry-content a.small_pinkbutton:hover span {
			background-position: bottom left;
			cursor:pointer;
		}
		
		.entry-content a.small_blackbutton {
			background: transparent url('../img/small_black-end-button-a.png') no-repeat scroll top right;
			}
			
		.entry-content a.small_pinkbutton {
			background: transparent url('../img/small_pink-end-button-a.png') no-repeat scroll top right;
			}
			
		.entry-content a.small_purplebutton {
			background: transparent url('../img/small_purple-end-button-a.png') no-repeat scroll top right;
			}

		.entry-content a.small_graybutton {
			background: transparent url('../img/small_plain-end-button-a.png') no-repeat scroll top right;
			}
			
		.entry-content a.small_bluebutton {
			background: transparent url('../img/small_blue-end-button-a.png') no-repeat scroll top right;
			}
			
		.entry-content a.small_redbutton {
			background: transparent url('../img/small_red-end-button-a.png') no-repeat scroll top right;
			}
			
		.entry-content a.small_greenbutton {
			background: transparent url('../img/small_green-end-button-a.png') no-repeat scroll top right;
			}
			
		.entry-content a.small_goldbutton {
			background: transparent url('../img/small_gold-end-button-a.png') no-repeat scroll top right;
			}
			

		.entry-content a.small_blackbutton span {
			display: block;
			line-height: 23px;
			padding: 6px 0 6px 60px;
			background: transparent url('../img/small_black-button-span.png') no-repeat top left;
		}
		
		.entry-content a.small_pinkbutton span {
			display: block;
			line-height: 23px;
			padding: 6px 0 6px 60px;
			background: transparent url('../img/small_pink-button-span.png') no-repeat top left;
		}

		.entry-content a.small_graybutton span {
			display: block;
			line-height: 23px;
			padding: 6px 0 6px 60px;
			background: transparent url('i/img/small_plain-button-span.html') no-repeat top left;
		}
		
		.entry-content a.small_bluebutton span {
			display: block;
			line-height: 23px;
			padding: 6px 0 6px 60px;
			background: transparent url('../img/small_blue-button-span.png') no-repeat top left;
		}
		
		.entry-content a.small_redbutton span {
			display: block;
			line-height: 23px;
			padding: 6px 0 6px 60px;
			background: transparent url('../img/small_red-button-span.png') no-repeat top left;
		}

		.entry-content a.small_greenbutton span {
			display: block;
			line-height: 23px;
			padding: 6px 0 6px 60px;
			background: transparent url('../img/small_green-button-span.png') no-repeat top left;
		}
		
		.entry-content a.small_goldbutton span {
			display: block;
			line-height: 23px;
			padding: 6px 0 6px 60px;
			background: transparent url('../img/small_gold-button-span.png') no-repeat top left;
		}
		
		.entry-content a.small_purplebutton span {
			display: block;
			line-height: 23px;
			padding: 6px 0 6px 60px;
			background: transparent url('../img/small_purple-button-span.png') no-repeat top left;
		}
		
		.entry-content a.small_blackbutton span {
		color: #fff;
		font-weight:bold;
		}
		
		.entry-content a.small_pinkbutton span {
		color: #111;
		font-weight:bold;
		}
		
		.entry-content a.small_goldbutton span {
		color: #111;
		font-weight:bold;
		}
		
		.entry-content a.small_graybutton span {
		color: #111;
		font-weight:bold;
		}
		
		.entry-content a.small_redbutton span {
		color: #fff;
		font-weight:bold;
		}
		
		.entry-content a.small_bluebutton span {
		color: #111;
		font-weight:bold;
		}
		
		.entry-content a.small_greenbutton span {
		color: #111;
		font-weight:bold;
		}
		
		.entry-content a.small_brownbutton span {
		color: #111;
		font-weight:bold;
		}
		
		.entry-content a.small_purplebutton span {
		color: #fff;
		font-weight:bold;
		}


.entry-content a.graybutton, .entry-content a.goldbutton, .entry-content a.blackbutton, .entry-content a.bluebutton, .entry-content a.redbutton, .entry-content a.greenbutton, .entry-content a.brownbutton, .entry-content a.purplebutton, .entry-content a.pinkbutton {
    display:inline-block;
    height: 57px;
    margin-right: 6px;
	margin-bottom:6px;
	margin-top:0;
    padding-right: 60px; /* sliding doors padding */
    text-decoration: none;
	font-size:10px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color:#fff;
	text-shadow: 0 -1px #4d4d4d;
}

.entry-content a.blackbutton {
	background: transparent url('../img/black-end-button-a.png') no-repeat scroll top right;
	}
	
.entry-content a.pinkbutton {
	background: transparent url('../img/pink-end-button-a.png') no-repeat scroll top right;
	}
	
.entry-content a.purplebutton {
	background: transparent url('../img/purple-end-button-a.png') no-repeat scroll top right;
	}

.entry-content a.graybutton {
	background: transparent url('../img/plain-end-button-a.png') no-repeat scroll top right;
	}
	
.entry-content a.bluebutton {
	background: transparent url('../img/blue-end-button-a.png') no-repeat scroll top right;
	}
	
.entry-content a.redbutton {
	background: transparent url('../img/red-end-button-a.png') no-repeat scroll top right;
	}
	
.entry-content a.greenbutton {
	background: transparent url('../img/green-end-button-a.png') no-repeat scroll top right;
	}
	
.entry-content a.goldbutton {
	background: transparent url('../img/gold-end-button-a.png') no-repeat scroll top right;
	}

		.entry-content a.graybutton:hover, .entry-content a.goldbutton:hover, .entry-content a.blackbutton:hover, .entry-content a.bluebutton:hover, .entry-content a.redbutton:hover, .entry-content a.greenbutton:hover, .entry-content a.brownbutton:hover, .entry-content a.purplebutton:hover, .entry-content a.pinkbutton:hover  {
			background-position: bottom right;
			cursor:pointer;
		}
		
		.entry-content a.graybutton:hover span, .entry-content a.goldbutton:hover span,.entry-content a.blackbutton:hover span, .entry-content a.bluebutton:hover span, .entry-content a.redbutton:hover span, .entry-content a.greenbutton:hover span, .entry-content a.brownbutton:hover span, .entry-content a.purplebutton:hover span, .entry-content a.pinkbutton:hover span {
			background-position: bottom left;
			cursor:pointer;
		}
		
		.entry-content a.blackbutton span {
			display: block;
			line-height: 37px;
			padding: 10px 0 10px 60px;
			background: transparent url('../img/black-button-span.png') no-repeat top left;
		}
		
		.entry-content a.pinkbutton span {
			display: block;
			line-height: 37px;
			padding: 10px 0 10px 60px;
			background: transparent url('../img/pink-button-span.png') no-repeat top left;
		}

		.entry-content a.graybutton span {
			display: block;
			line-height: 37px;
			padding: 10px 0 10px 60px;
			background: transparent url('../img/plain-button-span.png') no-repeat top left;
		}
		
		.entry-content a.bluebutton span {
			display: block;
			line-height: 37px;
			padding: 10px 0 10px 60px;
			background: transparent url('../img/blue-button-span.png') no-repeat top left;
		}
		
		.entry-content a.redbutton span {
			display: block;
			line-height: 37px;
			padding: 10px 0 10px 60px;
			background: transparent url('../img/red-button-span.png') no-repeat top left;
		}

		.entry-content a.greenbutton span {
			display: block;
			line-height: 37px;
			padding: 10px 0 10px 60px;
			background: transparent url('../img/green-button-span.png') no-repeat top left;
		}
		
		.entry-content a.goldbutton span {
			display: block;
			line-height: 37px;
			padding: 10px 0 10px 60px;
			background: transparent url('../img/gold-button-span.png') no-repeat top left;
		}
		
		.entry-content a.purplebutton span {
			display: block;
			line-height: 37px;
			padding: 10px 0 10px 60px;
			background: transparent url('../img/purple-button-span.png') no-repeat top left;
		}
		
		.entry-content a.blackbutton span {
		color: #fff;
		font-weight:bold;
		}
		
		.entry-content a.pinkbutton span {
		color: #111;
		font-weight:bold;
		}
		
		.entry-content a.goldbutton span {
		color: #111;
		font-weight:bold;
		}
		
		.entry-content a.graybutton span {
		color: #111;
		font-weight:bold;
		}
		
		.entry-content a.redbutton span {
		color: #fff;
		font-weight:bold;
		}
		
		.entry-content a.bluebutton span {
		color: #111;
		font-weight:bold;
		}
		
		.entry-content a.greenbutton span {
		color: #111;
		font-weight:bold;
		}
		
		.entry-content a.brownbutton span {
		color: #111;
		font-weight:bold;
		}
		
		.entry-content a.purplebutton span {
		color: #fff;
		font-weight:bold;
		}
		
.entry-content .button-align-left { float:left; }
.entry-content .button-align-right { float:right; }
.entry-content a.button-align-fullwidth { display:block; margin: 0 auto; text-align:center; }
	
/* ******************************
9.1 Search
******************************* */

	#s {
		margin: 0;
		height: 16px;
		padding: 5px;
		border:none;
		font-size:12px;
		width:82%;
		background:none;
	}
	#searchform input {
background: #202020;
background: -moz-linear-gradient(left,  #202020 3%, #252525 51%, #222222 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(3%,#202020), color-stop(51%,#252525), color-stop(100%,#222222));
background: -webkit-linear-gradient(left,  #202020 3%,#252525 51%,#222222 100%);
background: -o-linear-gradient(left,  #202020 3%,#252525 51%,#222222 100%);
background: -ms-linear-gradient(left,  #202020 3%,#252525 51%,#222222 100%);
background: linear-gradient(left,  #202020 3%,#252525 51%,#222222 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#222222',GradientType=1 );

    border: 1px solid #1C252B;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
	-moz-box-shadow:    1px 1px 1px rgba(255, 255, 255, 0.1);
	box-shadow:         1px 1px 1px rgba(255, 255, 255, 0.1);
    color: #888;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 0 5px 0 22px;
    text-shadow: 1px 1px #1f1f1f;
	width:74%;
	}
	#searchbutton {
		border:0;
		padding:7px 5px 3px 5px;
		height:30px;
		width:26px;
		background:url(../img/dark_search_button.png) no-repeat 50% bottom;
		cursor:pointer;
		}
		
	#searchbutton:hover {
		background:url(../img/dark_search_button_on.png) no-repeat 50% bottom;
		}
	
	.search-terms { font-weight:bold; color:#000; }
	
/* ******************************
10.1 Post summary
******************************* */

.postsummarywrap {
	border-top: 1px dotted #ccc;
	}
	
.postsummary-spacing {
	margin-top:20px;
	}
	
.postsummaryimage {

	}
	
	.datecomment { font-size:10px; text-transform:uppercase; letter-spacing:2px; margin:0; padding: 6px 0 2px 0; }
	.datecomment a { }
	
	.thetags { background: url(../img/tag.html) no-repeat left; padding: 0 0 0 15px; font-size:10px; text-transform:uppercase;color:#111; margin-bottom:20px;}
	.thetags a { color:#7d7d7d; text-decoration:none; }
	.thetags a:hover {  color:#444; }
	
	.posted-date { background: url(i/img/clock_8x8.html) no-repeat left; padding:7px 20px 7px 15px; margin:0;color:#bbb;  }
	.posted-date a { color:#666666; text-decoration:none; }
	.posted-date a:hover { color:#444; }
	
	.postedin { background: url(../img/pen_8x8.png) no-repeat 0 3px; padding: 0 0 0 15px; margin: 5px 0 0 0;color:#bbb; }
	.postedin a {  color:#464646; text-decoration:none; }
	.postedin a:hover {  color:#444; }
	
	.lightboxlink { background: url(../img/magnifying_glass_alt_8x8.html) no-repeat 0 5px; padding: 0 0 0 15px; margin: 8px 0 0 0;color:#bbb; }
	.lightboxlink a {  color:#464646; text-decoration:none; }
	.lightboxlink a:hover {  color:#444; }
	
	span.comments { color:#111; float:right; padding: 0 0 2px 6px;}
	span.comments a { color:#464646; background: url(../img/comment_stroke_8x7.png) no-repeat left; padding: 0 0 0 15px; text-decoration:none;}
	span.comments a:hover { color:#444; }
	
	.postsummarytitle {
		margin: 20px 0 10px 0;
		}
	
	.postsummarytitle h2 a {
		font-size: 14px;
		color: #666;
		font-weight:bold;
		}
	.postsummarytitle h2 a:hover {
		text-decoration:none;
		color: #111;
		}
		

		
		
/* 
10.2 Page Navigation Styles
*/

.pagenavi {
	padding-left:60px;
	padding-bottom:20px;
	padding-top:20px;
	color: #2E2E2E; 
	font-size:10px;
	letter-spacing:1px;
	text-transform:uppercase;
	border-top:1px solid #eee;
	background: #f5f5f5;
	}

.pagenavi a:link , .pagenavi .navigation-single ,.pagenavi span.current{	
	margin: 4px;
	text-decoration: none;
	margin-bottom:10px;
	
	color: #666666;
	padding: 6px 10px;
	display:inline-block;

	padding: 6px 14px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ededed);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		to(#ededed));
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 2px solid #ffffff;
	-moz-box-shadow:
		0px 0px 1px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 0px 1px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	text-shadow:
		1px 1px 0px rgba(255,255,255,1),
		0px 1px 0px rgba(255,255,255,0);
	}
	
.navigation-next,.navigation-prev { border: 1px solid #ffffff;color:#666;}
	
.pagenavi a:visited {
		padding: 3px 7px 3px 7px; 
		margin: 4px;
		text-decoration: none;
		margin-bottom:10px;
	}
.pagenavi a:hover {
	color: #111;
	border: 2px solid #eee;
	}
.pagenavi a:active {
	}
.pagenavi span.pages {
		padding: 3px 7px 3px 7px; 
		margin: 4px 4px 4px -6px;
		color: #747474;
		margin-bottom:10px;
		border:none;
		display:none;
	}
.pagenavi span.current {
	color:#111;
	border: 2px solid #111;
	}
		
.pagenavi span.extend {
		padding: 3px 7px 3px 7px; 
		margin: 4px;	
		margin-bottom:10px;
		color: #2E2E2E;
		border:none;

	}

.navigation { 
	font-size:14px;
}

.navigation a { 
		color:#111;
	}

.navigation a:hover { 
		color:#000;
		text-decoration:none;
	}
	
	/*
10.3 Password Protected Form
	*/
	
#password-protected p {
	margin-bottom:20px;
	color:#ff0000;
	}
	
	#password-protected input {
		width:120px;

		background:#808080;

		font-weight:bold;
		cursor:pointer;
		
		color: #666666;
		padding: 10px 17px;
		background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#e6e6e6);
		background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		to(#e6e6e6));
		border: 1px solid #cecece;
		-moz-box-shadow:
		0px 1px 0px rgba(000,000,000,0.3),
		inset 0px 0px 1px rgba(255,255,255,1);
		-webkit-box-shadow:
		0px 1px 0px rgba(000,000,000,0.3),
		inset 0px 0px 1px rgba(255,255,255,1);
		
		-moz-border-radius: 5px;
		 border-radius:  5px;
		 -webkit-border-radius: 5px;
	}
		#password-protected input:submit:hover { color: #111;}
		#password-protected input:submit:active { color: #000; }
		
#password-protected label {
	font-size:12px;
	color:#666;
	}
	
#password-protected label input {
	font-family:'Lucida Grande','Lucida Sans Unicode','Lucida Sans','DejaVu Sans Condensed', Tahoma, Arial,sans-serif;
	font: inherit;
	font-size: 13px;
	border: 1px solid #ddd;
	padding:7px;
	margin:0 10px 20px 10px;
	-moz-border-radius: 0;
	 border-radius:  0;
	 -webkit-border-radius: 0;
	 background:none;
	 box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	width:200px;
	}
		
/*
******************************
10.4 Post Info
******************************
*/

.postinfo {
	border-top:1px dotted #ddd;
	font-size:11px;
	color:#7d7d7d;
	padding: 20px 0; margin:20px 0 0 0;
	}
	.postinfo p {line-height:10px; margin:0;padding:2px 0;}
	.postinfo a, .contents .postinfo a { color:#5D5D5D; text-decoration:none;}
	.postinfo a:hover {color:#111;}
	
/* ******************************
11.1 Sidebar
******************************* */

.regular-sidebar {
	margin:	0;
	}

.portfolio-sidebar {
	margin:	0;
	}
	
.sidebar-top {

	margin-top:35px;

	}
	
.sidebar-bottom {

	}
	
.sidebar-wrap ,.sidebar-wrap-single {
	margin: 0;
	width:30.20833333333333%;
	background: #323232;
	}
	
.sidebar h3 { 		
	font-size:		13px;
	font-weight:	bold;
	text-transform:	uppercase;
	color:			#eee;
	margin-bottom:	10px;
	padding-bottom:10px;
	}

.sidebar-widget {
	padding: 	25px 30px;
	border-bottom:1px solid #2C2C2C;
	}
.sidebartextbox { color:#7d7d7d; padding-bottom:30px;}

.sidebar { 
	margin: 	0;
	color:		#888;
	}
.sidebar a { color:#ADADAD;}
	.sidebar a:hover { color:#fff; text-decoration:none;}
		.sidebar ul {padding:0;margin:0; }
		.sidebar ul li {   }
		.sidebar ul li a { padding:8px 0 6px 0;border-bottom:1px dotted #2b2b2b; display:block;}
		.sidebar ul li a:hover { text-decoration:none;}
			.sidebar ul ul li a { padding-left:15px; }
				.sidebar ul ul ul li a {  padding-left:30px; }
					.sidebar ul ul ul ul li a {padding-left:55px; }
					
.sidebar-widget ul li.cat-item { padding-left: 20px; background: transparent url('../img/arrow_right_8x8.png') no-repeat 0 15px; }
.sidebar-widget ul li.page_item { padding-left: 20px; background: transparent url('../img/pen_8x8.png') no-repeat 0 15px; }
.sidebar-widget ul.children li.page_item { padding-left:0; background: none; }
.sidebar-widget ul#recentcomments li { padding:8px 0 6px 20px; background: transparent url('../img/comment_stroke_8x7.png') no-repeat 0 15px;}


/* **********************
11.2 Calendar
*********************** */
				
#wp-calendar {
	width:100%;
	color:#8B8B8B;
	font-size:12px;
	}
	
#wp-calendar td {
	padding:5px; text-align:center;
	background:#eee;
	}
	
#wp-calendar td#prev {
	background:#fff;
	}
	
#wp-calendar td a{
	color:#111; text-decoration:none;
	}

#wp-calendar td a:hover {
	color:#111;text-decoration:none;
	}
	
#wp-calendar #today {
	font-weight:bold;
	color:#fff;
	background:#3C3C3C;
	}
	
#wp-calendar #today a{
	font-weight:bold;
	color:#fff;
	}
	
#wp-calendar caption {
	font-weight:bold;
	padding-bottom:10px;
	letter-spacing:1px;
	text-transform:uppercase;
	}
	
#wp-calendar thead tr th{
	background: #A2A2A2;
	color: #fff;
	font-weight:normal;
	padding:5px;
	text-align:center;
}

#wp-calendar tfoot tr td a {
	background: #eee; padding: 1px;
}

#wp-calendar tbody tr td {

}

#wp-calendar .pad {
	background:none;
}

/* ******************************
12.1 Widget Recent Posts,Popular Posts
******************************* */
#recentposts_list,#popularposts_list {
	list-style: none;
	margin: 0;
}
#recentposts_list li a {  }
#recentposts_list p,#popularposts_list p{
	margin:0;
	font-size: 11px;
	line-height:14px;
}
#recentposts_list li,#popularposts_list li{
	padding:0;
	margin: 0 0 20px 0;
}
#recentposts_list li:last-child,#popularposts_list li:last-child{
	margin: 0 0 0 0;
}
#recentposts_list li a,#popularposts_list li a {
	background:none;
	padding:0;
}
#recentposts_list .recent_thumbnail,#popularposts_list .popular_thumbnail {
	display:block;
	float:left;
	margin:0 10px 0 0;
	line-height:100%;
	border: 1px solid #2B2B2B;
	padding:1px;
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.09);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.09);

	}
#recentposts_list .recentpost_info .recentpost_title,#popularposts_list .popularpost_info .popularpost_title {
	font-weight: bold;
	font-size: 12px;
	border:none;
	margin: 0 0 5px 0;
	color: #eee;
	}
#recentposts_list .recentpost_info .recentpost_title:hover,#popularposts_list .popularpost_info .popularpost_title:hover  {
	color: #fff;
	}
#recentposts_list .recent_thumbnail img {
	border: 1px solid #222;
	display:block;
	padding:0;margin:0;
}
#recentposts_list .recent_thumbnail img:hover {
	border: 1px solid #000;
}
#recentposts_list .recentposts_list time,#popularposts_list .popularposts_list time {
	display:block;
	font-size: 11px;
}

#recentposts_list .recentposts_list .recentpost_info,#popularposts_list .popularposts_list .popularpost_info  {
	overflow:hidden;
}


/* ******************************
12.2 Twitter Widget
******************************* */

.tweetmeme-button {
	float: left;
	margin: 5px 15px 5px 0;
	}

.mtheme-twitter-feeds h3 {
	font-size:		14px;
	font-weight:	bold;
	text-transform:	uppercase;
	color:			#737373;
	}
	
.mtheme-tweets, .query {
	text-decoration:none;
	background:		none;
	margin-left:	0;
	}
  .mtheme-tweets .tweet_list, .query .tweet_list {
	font-size: 		12px;
	line-height: 	18px;
	list-style: 	none;
	display:		block;
	}
  #mainpage-block-4 .mtheme-tweets .tweet_list, .query .tweet_list {
	font-size: 		14px;
	line-height: 	18px;
	list-style: 	none;
	display:		block;
	text-align:		left;
	}
    #mainpage-block-1 .mtheme-tweets .tweet_list .tweet_avatar img, #mainpage-block-4 .mtheme-tweets .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
        vertical-align: middle;
		margin: 0 5px 5px 0;
		border:1px solid #D1D1D1;
		padding:5px;
		background:#E8E8E8;
		}
    .mtheme-tweets .tweet_list .awesome, .mtheme-tweets .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic {
      text-transform: uppercase; }
    .mtheme-tweets .tweet_list li, .query .tweet_list li {
      overflow-y: auto;
      overflow-x: hidden;
      padding: .5em 0; }
      .mtheme-tweets .tweet_list li a, .query .tweet_list li a {
        color: #eee; }
      .mtheme-tweets .tweet_list li a, .query .tweet_list li a {
        text-decoration:none; }
    #footer .mtheme-tweets .tweet_list .tweet_even, .query .tweet_list .tweet_even { }
    .mtheme-tweets .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; }
      .mtheme-tweets .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
        vertical-align: middle;
		margin: 0 5px 5px 0;
		border:1px solid #464646;
		padding:5px;
		background:#2E2E2E;
		}
		
	.sidebar-widget .mtheme-tweets .tweet_list li a {
		color: #eee;font-size:11px;
	}
		.sidebar-widget .tweet_list a { border:none; display:inline;}
		.sidebar-widget .tweet_list li { border-bottom:1px solid #292929; }
		
		
/* ******************************
12.3 Sidebar Widget Gallery
******************************* */
		
.sidebar-widget .infobar-portfoliogrid, .footer-widget .infobar-portfoliogrid {
	margin:0;
	padding:0;
	list-style-type: none;
}

	.sidebar-widget .infobar-portfoliogrid li a, .footer-widget .infobar-portfoliogrid li a {
		margin:0;
		padding:0;
		border:none;
	}

	.sidebar-widget .infobar-portfoliogrid li {
		float:left;
		margin:0;
		padding:0;
		border:none;
		}
		
	.footer-widget .infobar-portfoliogrid li {
		float:left;
		margin:0;
		padding:0;
		border:none;
		}
		
	.sidebar-widget .infobar-portfoliogrid li img {
		width:75px;
		height:75px;
		margin-bottom:2px;
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
		box-shadow: 0 1px 2px rgba(0,0,0,.2);
		display:block;
		opacity: 0.9;
		}
		
		.sidebar-widget .infobar-portfoliogrid li img:hover {
			opacity: 1;
			}
		
	.footer-widget .infobar-portfoliogrid li img {
		width:58px;
		height:58px;
		padding:4px;
		background: #000;
		}
		
		.footer-widget .infobar-portfoliogrid li img:hover {
			background: #7d7d7d;
			}
		
	.sidebar-widget .infobar-portfoliogrid .rightspace { padding:0 2px 0 0;}
	.footer-widget .infobar-portfoliogrid .rightspace { padding:0 2px 0 0;}

/* **********************
12.4 Social Widget
*********************** */

.social-header {
	position:absolute;
	right:60px;
	top:40px;
	height:21px;
	}
	
.social_contact_text {
	font-size:11px;
	color:#666;
	padding:4px 15px;
	display:inline-block;
	float:right;
	letter-spacing:0.5px;
	background:#fff;
	position:relative;
	top:-5px;
	}
			
.socialmedia-buttons {
}

.socialwidget_left {
	text-align: left;
}

.socialwidget_center {
	text-align: right;
}

li.Social_Widget a {
	padding: 0 !important;
	margin: 0 !important;
	background: none !important;
}
	
.socialmedia-buttons img {
	border: 0;
	border: 0 !important;
	margin-right: 5px !important;
	display: inline;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease;
	text-align:center;
}

.socialmedia-buttons a {
	background: none !important;
}

.socialmedia-buttons a:hover {
	text-decoration: none;
	border: 0;
}
.socialmedia-buttons img.fade:hover {
	opacity: 1 !important;
	-moz-opacity: 1 !important;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease;
}

.socialmedia-buttons img.scale:hover {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-zoom: 1.2;
	transition: all 0.2s ease;
}
	
.socialmedia-buttons img.bounce:hover {
	transform: translate(0px, -2px);
	-moz-transform: translate(0px, -2px);
	-webkit-transform: translate(0px, -2px);
	-webkit-transition: -webkit-transform 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease;
	
}

.socialmedia-buttons img.combo:hover {
	transform: translate(0px, -4px);
	-moz-transform: scale(1.1) translate(0px, -4px);
	-webkit-transform: scale(1.1) translate(0px, -4px);
	-ms-zoom: 1.1;
	opacity: 1 !important;
	-moz-opacity: 1 !important;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease;
}

/* **********************
12.5 Flickr
*********************** */
.flickr_wrap {
	position: relative;
}
.flickr_wrap .flickr_badge_image {
	padding: 0;
	float:left;
	line-height:100%;
	margin:0 1px 1px 0;
}
.flickr_wrap .flickr_badge_image img {
	width:75px;
	height:75px;
	background-color:#F9F9F9;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	display:block;
	opacity: 0.9;
}
.flickr_wrap .flickr_badge_image img:hover {

	opacity: 1;
}
#footer .flickr_wrap .flickr_badge_image img:hover {
	
	opacity: 1;
}
#footer .flickr_wrap .flickr_badge_image img {
	width:60px;
	height:60px;
	border:1px solid #111;
	display:block;
	opacity: 0.8;
}
#footer .flickr_wrap {
	margin-right:-9px;
}
#footer .flickr_badge_image {
	margin:0 1px 1px 0;
	border:1px solid #111;
}

/* ******************************
12.6 Address widget
******************************* */
	
.contact_address_block {
	list-style: none;
	margin: 10px 0 0 0;
	font-size:12px;
	}
	
	.contact_address_block li, #footer .contact_address_block li, #sidebar .contact_address_block li  {
		margin: 0 0 3px 0;
		padding:0;

		}
		
		.contact_address_block .about_info, #footer .contact_address_block .about_info{
			padding: 0 0 10px 0;
			font-size:13px;
			}
		
		.contact_address_block .contact_name {
			background: url(../img/home.png) no-repeat 0 50%;
			padding: 0 0 0 20px;
			font-weight:bold;
			font-size:14px;
			}
			
		.contact_address_block .contact_address {
			padding: 0 0 0 20px;
			}
			
		.contact_address_block .contact_city {
			padding: 0 0 0 20px;
			}
			
		.contact_address_block .contact_phone {
			background: url(../img/phone.png) no-repeat 0 50%;
			padding: 0 20px 0 20px;
			}
			
		.contact_address_block .contact_mobile {
			background: url(../img/mobile.png) no-repeat 0 50%;
			padding: 0 0 0 20px;
			}
			
		.contact_address_block .contact_email {
			background: url(../img/email.png) no-repeat 0 50%;
			padding: 0 0 0 20px;
			}
			
		.contact_address_block .contact_email a {
			display: inline;
			}		
		.contact_address_block .contact_email a:hover {
			color:#eee;
			}
			
		.contact_address_block a {
			color: #7d7d7d;
			}
			.contact_address_block a:hover {
				color: #eee;
				}
				
.page-contents-right {
	padding: 10px 40px 40px 20px;
	}
	
/* 
13.1 Portfolio Taxonomies Browser
-------------------------------------------------------------- */
.portfolio-thumbnail-block,.filter-thumbnail-block {
	display:none;
	}
					
					
	.current-taxonomies {
		font-size:10px; 
		font-weight:bold; 
		text-transform:uppercase; 
		letter-spacing:1px; 
		margin-bottom:10px;
		color:#444;
	}
	.current-taxonomies a {
		
		color:#666;
		}
	

	.portfolio-related-break {
		margin-bottom:30px;
		}
		
	.portfolio-taxonomies-browse ul {
		padding-top:15px;
		padding-bottom:10px;
		padding-left:15px;
		
		}	
		.portfolio-taxonomies-browse h3 {
			display:inline-block;
			font-size:14px;
			float:left;
			margin-right:10px;
			color:#333;
			letter-spacing:1px;
		}
		
	.portfolio-taxonomies-browse ul li {
		display:inline-block;
		margin-right:5px;
		margin-bottom:5px;	
		}
		
		.portfolio-taxonomies-browse ul li a {
    outline: 0;
    padding: 5px 12px;
    display: block;
    color: #999;
    font-weight: bold;
    text-shadow: 1px 1px #1f1f1f;
    border: 1px solid #1c1c1c;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #222222;
    background: -moz-linear-gradient(top, #3d3d3d 3%, #313131 4%, #222222 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#3d3d3d), color-stop(4%,#313131), color-stop(100%,#222222));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#222222',GradientType=0 );
    box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
			cursor:pointer;
			-webkit-transition: box-shadow 0.2s ease-in;
			-moz-transition: box-shadow 0.2s ease-in;
			transition: box-shadow 0.2s ease;
			}
			.portfolio-taxonomies-browse ul li a:hover {
			text-decoration:none;
    color: #fff;
    background: #4c4c4c;
    background: -moz-linear-gradient(top, #4c4c4c 3%, #404040 4%, #2e2e2e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#4c4c4c), color-stop(4%,#404040), color-stop(100%,#2e2e2e));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#2e2e2e',GradientType=0 );
		-webkit-transition: box-shadow 0.2s ease-in;
		-moz-transition: box-shadow 0.2s ease-in;
		transition: box-shadow 0.2s ease;
				}
		
			.portfolio-taxonomies h2.taxonomies-title {
				font-size:18px;
				color:#000;
				margin-left:5px;
				margin-top:10px;
				margin-bottom:20px;
			}
			
/* 
13.2 Portfolio Taxonomies Widget
-------------------------------------------------------------- */
	
	.portfolio-taxonomies ul {
		list-style-type:none;
		}
		
		.portfolio-taxonomies ul {
			margin-top:10px;
			}
					
		.sidebar .portfolio-taxonomies ul li a {
			color: 	#ccc;
			}		
			
			.sidebar .portfolio-taxonomies ul li a:hover {
		color:#fff;
			}
			
/* 
13.3 Portfolio Related
-------------------------------------------------------------- */
					
	.grid-list-portfolio-related {
		position:relative;
		width:100%;
		}
		
		.portfoliorelated_widget_about {
			margin-bottom:10px;
		}
		
		.sidebar .grid-list-portfolio-related a {
			border:none;
			margin:0 0 10px 0;padding:0;
			}
		
		.grid-list-portfolio-related h2.related-title {
			font-size:18px;
			color:#000;
			margin-left:5px;
			margin-top:10px;
			}
	
		.grid-list-portfolio-related ul {
			list-style-type:none;
			padding-top:10px;
			}
			.grid-list-portfolio-related ul li {
				display:inline-block;
				float:left;
				vertical-align:top;
				margin-right:10px;
				width:105px;
				}
				.grid-list-portfolio-related ul li h4{
					font-weight: normal;
					}
					.grid-list-portfolio-related ul li h4 a {
						font-size:11px;
						color:#ccc;
						text-transform:none;
						letter-spacing:0;
						line-height:12px;
					}
					.grid-list-portfolio-related ul li h4 a:hover {
						color:#fff;
						}
				.grid-list-portfolio-related ul li .description{
					margin-top:5px;
					margin-bottom:5px;
					color:#eee;
					font-size:12px;
					padding: 0 10px 10px 10px;
				}
				.grid-list-portfolio-related ul li img {
					max-width:100%;
					display:block;
					opacity:1;

					-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.4);
					-moz-box-shadow: 0 2px 2px rgba(0,0,0,.4);
					box-shadow: 0 2px 2px rgba(0,0,0,.4);
					}				
					.grid-list-portfolio-related ul li img:hover {
					opacity:0.9;
					}
	
/* ******************************
Portfolio Filter
******************************* */

ul#portfolio-filter{ margin: 0; padding: 0; margin-top: 	5px;}
ul#portfolio-filter li { display: inline; }
ul#portfolio-filter a {
	margin-right: 	10px;

	color: 			#111;
	font-size:		12px;
	font-weight:	bold; 
	text-decoration: none;

	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	letter-spacing: 1px;
	border: solid 1px #eee;
	padding: .4em 1em .4em 1em;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
	background: -moz-linear-gradient(top,  #ffffff,  #eeeeee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
	}
ul#portfolio-filter a:hover { color:#111; text-shadow: 0 1px 1px rgba(eee,eee,eee,1);}
ul#portfolio-filter a.current{ 
	color: #fff;
	text-shadow: 0 1px 1px rgba(111,111,111,1);
	border: solid 1px #444444;
	padding: .4em 1em .4em 1em;
	background: #444444;
	background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#111111));
	background: -moz-linear-gradient(top,  #444444,  #111111);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#111111');
}

ul#portfolio-list{ margin: 20px 0 0 0; padding: 0; list-style: none; }
ul#portfolio-list li{ 
	width: 310px;
	height: 300px;

	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	background:#fff;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	}
ul#portfolio-list .filter-image-holder { 
	width: 		310px;
	height: 	200px;
	background: #fff;
	padding:	0 0 10px 0;
	}
	
ul#portfolio-list .displayed-image {
	padding-bottom:	4px;
	background: url(../img/gradient-shade.png) repeat-x bottom right;
	}
	
ul#portfolio-list .fadethumbnail-view { 
	background: url(../img/view.png) no-repeat 50% 50%;
	}
ul#portfolio-list .fadethumbnail-play { 
	background: url(../img/play.png) no-repeat 50% 50%;
	}
ul#portfolio-list .fadethumbnail-link { 
	background: url(../img/link.png) no-repeat 50% 50%;
	}
	
ul#portfolio-list .filter-thumbnail-loader {
	width: 		310px;
	height: 	200px;
	background: url(../img/preloader.png) no-repeat 50% 50%;
	padding:	0 0 10px 0;
	}
	
ul#portfolio-list li a{ display: block; overflow: hidden; }
ul#portfolio-list .work-details { margin: 0 20px 0 20px; }
ul#portfolio-list li p {
	font-size:		11px;
	color:			#737373;
	line-height:	15px;
	}

ul#portfolio-list h4 a {
	font-size:		16px;
	font-weight:	bold;
	line-height:	20px;
	color:			#444;
	margin:			5px 0 10px 0;
	text-decoration:none;
	}
	
ul#portfolio-list h4 a:hover {
	color:	#111;
}


/* ******************************
13.4 Portfolio 4 Column
******************************* */

ul#portfolio-tiny .space-right {  }
ul#portfolio-tiny{ width:1000px; margin: 0; padding: 0; list-style: none; }
ul#portfolio-tiny li,ul#portfolio-tiny .portfolio-image-holder,ul#portfolio-tiny .thumbnail-loader,ul#portfolio-tiny .displayed-image {
	width: 	240px;
}
ul#portfolio-tiny li{ 
	height: 280px;
	display: block;
	float: left;
	margin-bottom: 10px;
	overflow: hidden;
	}
	
ul#portfolio-tiny .portfolio-image-holder { 
	height: 	140px;
	padding:	0 0 10px 0;
	}
	
ul#portfolio-tiny .displayed-image {
	}
	
ul#portfolio-tiny .thumbnail-loader {
	height: 	140px;
	background: url(../img/preloader.png) no-repeat 50% 50%;
	padding: 	0 0 10px 0;
	}
	
ul#portfolio-tiny .fadethumbnail-view { 
	background: url(../img/view.png) no-repeat 50% 50%;
	}
ul#portfolio-tiny .fadethumbnail-link { 
	background: url(../img/link.png) no-repeat 50% 50%;
	}
ul#portfolio-tiny .fadethumbnail-play { 
	background: url(../img/play.png) no-repeat 50% 50%;
	}
ul#portfolio-tiny li a{ display: block; overflow: hidden; }
ul#portfolio-tiny .work-details { border-left:1px dotted #ccc; padding: 0 20px 0 20px; }

ul#portfolio-tiny h4 a {
	font-size:		13px;
	line-height:	20px;
	font-weight:	bold;
	color:			#555;
	margin:			15px 0 10px 0;
	text-decoration:none;
	}
	
ul#portfolio-tiny h4 a:hover {
	color:	#111;
}

/* ******************************
13.5 Portfolio 3 Column
******************************* */

ul#portfolio-small .space-right {  }
ul#portfolio-small{ width:1000px; margin: 0; padding: 0; list-style: none; }
ul#portfolio-small li,ul#portfolio-small .portfolio-image-holder,ul#portfolio-small .thumbnail-loader ,ul#portfolio-small .displayed-image{
	width: 	320px;
}
ul#portfolio-small li{ 
	height: 340px;
	display: block;
	float: left;
	margin-bottom: 10px;
	overflow: hidden;
	}
	
ul#portfolio-small .portfolio-image-holder { 
	height: 	200px;
	padding:	0 0 10px 0;
	}
	
ul#portfolio-small .displayed-image {
	}
	
ul#portfolio-small .thumbnail-loader {
	height: 	200px;
	background: url(../img/preloader.png) no-repeat 50% 50%;
	padding: 	0 0 10px 0;
	}
	
ul#portfolio-small .fadethumbnail-view { 
	background: url(../img/view.png) no-repeat 50% 50%;
	}
ul#portfolio-small .fadethumbnail-link { 
	background: url(../img/link.png) no-repeat 50% 50%;
	}
ul#portfolio-small .fadethumbnail-play { 
	background: url(../img/play.png) no-repeat 50% 50%;
	}
ul#portfolio-small li a{ display: block; overflow: hidden; }
ul#portfolio-small .work-details { border-left:1px dotted #ccc; padding: 0 60px 0 60px; }

ul#portfolio-small h4 a {
	font-size:		13px;
	line-height:	20px;
	font-weight:	bold;
	color:			#555;
	margin:			15px 0 10px 0;
	text-decoration:none;
	}
	
ul#portfolio-small h4 a:hover {
	color:	#111;
}

/* ******************************
13.6 Portfolio 2 Column
******************************* */
ul#portfolio-large { width:1000px; }
ul#portfolio-large .space-right {  }
ul#portfolio-large{ margin: 0; padding: 0; list-style: none; }
ul#portfolio-large li,ul#portfolio-large .portfolio-image-holder,ul#portfolio-large .thumbnail-loader,ul#portfolio-large .displayed-image { 
	width: 480px;
	}
	
ul#portfolio-large .portfolio-image-holder,ul#portfolio-large .thumbnail-loader {
	height: 	300px;
	}

ul#portfolio-large li{ 
	height: 420px;
	display: block;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
	}
ul#portfolio-large .portfolio-image-holder {
	padding:	0 0 10px 0;
	}
	
ul#portfolio-large .thumbnail-loader {
	background: url(images/preloaders/preloader.html) no-repeat 50% 50%;
	padding:	0 0 10px 0;
	}
	
ul#portfolio-large .fadethumbnail-view { 
	background: url(images/icons/view.html) no-repeat 50% 50%;
	}
ul#portfolio-large .fadethumbnail-link { 
	background: url(images/icons/link.html) no-repeat 50% 50%;
	}
ul#portfolio-large .fadethumbnail-play { 
	background: url(images/icons/play.html) no-repeat 50% 50%;
	}
ul#portfolio-large li a{ display: block; overflow: hidden; }
ul#portfolio-large .work-details { border-left:1px dotted #ccc; padding: 0 60px 0 60px; }

ul#portfolio-large h4 a {
	font-size:		14px;
	line-height:	20px;
	font-weight:	bold;
	color:			#444;
	margin:			10px 0 5px 0;
	text-decoration:none;
	}
	
ul#portfolio-large h4 a:hover {
	color:	#111;
}

/* ******************************
Big Italic
******************************* */

.big-italic {
	font-family: 'Droid Serif', arial, serif;
	font-size:		18px;
	font-style:		italic;
	line-height:	30px;
	color:			#7b7b7b;
}
	
/* **********************
14.1 Comments
*********************** */

.commentform-wrap {
	margin: 10px 0 0 0;
	padding: 20px 60px 40px 60px;
	background:#fafafa;
	}

#comments {
	font-size:14px;
	font-weight:bold;
	margin: 20px 0 0 0;
    background: #111;
    color: #EEEEEE;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0;
	padding:10px;

}

.nocomments {
	margin: 35px 0 0 0;
	text-transform: uppercase;
	}

.comment-body a {
	color:#2E2E2E;
	}
.comment-body a:hover {
	color:#111;
	text-decoration:none;
	}

#comment {
	width:100%; border:1px solid #D1D1D1;
	}
	
.commentlist .bypostauthor {
}

ol.commentlist {
	margin:20px 0 0;
	clear:both;
	overflow:hidden;
	list-style:none;
}
	ol.commentlist li {
		margin:10px 0;
		line-height:18px;
		padding:20px;
	}
		ol.commentlist li .comment-author,ol.commentlist li .comment-author a,ol.commentlist li .comment-author .fn  {
			color:#747474; text-transform:uppercase; font-weight:bold;letter-spacing:0;font-size:11px;
		}
			ol.commentlist li .comment-author a {
				text-decoration:none;

			}
			
			ol.commentlist ul.children .comment-author img { width:32px; height:32px; }
			
			ol.commentlist li .comment-author .fn {

			}
			ol.commentlist li .comment-author .avatar{
				float:left;
				vertical-align: middle;
				margin: 0 15px 5px 0;
				border:1px solid #D1D1D1;
				padding:5px;
				background:#E8E8E8;
			}

		ol.commentlist li .comment-meta{
			font-size:9px;
			text-transform: uppercase;
		}
			ol.commentlist li .comment-meta a {
				color:#a7a7a7;
				text-decoration:none;
			}
		ol.commentlist li p {
			font-size:11px;
			line-height:18px;
			margin-top:5px;
		}
		ol.commentlist li .reply{
			position:relative;
			left:-20px;
			margin:20px 0 20px 0;
			font-size:12px;
		}
			ol.commentlist li .reply a{
				color:#7d7d7d;
				text-decoration:none;
				padding:5px 20px;
				border-bottom:1px dotted #e5e5e5;
				border-right:1px dotted #e5e5e5;
				background: #eee;

			}
			ol.commentlist li .reply a:hover{
				color:#444;
				border-bottom:1px solid #e5e5e5;
				border-right:1px solid #e5e5e5;
				background: #e5e5e5;
			}
			
		ol.commentlist li {
			border:1px solid #f5f5f5;
			background:#fff;
		}
		
		ol.commentlist li.odd {

			border:1px solid #f5f5f5;
			background:#fcfcfc;
		}
		ol.commentlist li.even {
			border:1px solid #f5f5f5;
			background:#fff;
		}
		
#commentform p {
	margin: 15px 0;
	}
			
#commentform {
	font-size:12px;
}

#commentform a {
	color:#111; 
}
	#respond {
		margin-top:0;
		padding: 40px 60px 60px 60px;
	}
	
	#respond a {
		color: #111;	
	}
	
	#respond a:hover{
		text-decoration: none;
		color: #000;
		}
		
		#respond h3 {
			font-size:18px;
			font-weight: bold;
		}
		
		.reply-title {
		}
		
		#respond h4 {
			font-size:14px;
			text-transform:uppercase;
			font-weight: bold;
			margin: 20px 0 15px 0;
		}
		#commentform {
			margin:0;
		}
			#commentform label{
				font-size:12px;
				font-weight: bold;
				display:block;
			}
				#commentform label small {
					font-size:12px;
					color:#a0a0a0;
				}
			#commentform textarea,#respond #commentform input {
				font: 12px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
				margin-bottom:10px;
				padding:5px;
				margin:10px 10px 10px 0;
				background:#f8f8f5;
				border:1px solid #eee;
			}
			#commentform input{
				font: 12px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
				width:90%;
			}
			#commentform textarea{
				font: 12px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
				width:90%;
			}
			
			.form-allowed-tags {
				font-size: 10px;
				width:90%;
			}
			
			#contact .button,#commentform input#submit {
				width:120px;

				margin: 4px;
				text-decoration: none;
				margin-bottom:10px;
				
				color: #666666;
				padding: 6px 10px;
				display:inline-block;

				padding: 6px 14px;
				background: -moz-linear-gradient(
					top,
					#ffffff 0%,
					#ededed);
				background: -webkit-gradient(
					linear, left top, left bottom, 
					from(#ffffff),
					to(#ededed));
				border-radius: 2px;
				-moz-border-radius: 2px;
				-webkit-border-radius: 2px;
				border: 2px solid #ffffff;
				-moz-box-shadow:
					0px 0px 1px rgba(000,000,000,0.5),
					inset 0px 0px 2px rgba(255,255,255,0.7);
				-webkit-box-shadow:
					0px 0px 1px rgba(000,000,000,0.5),
					inset 0px 0px 2px rgba(255,255,255,0.7);
				text-shadow:
					1px 1px 0px rgba(255,255,255,1),
					0px 1px 0px rgba(255,255,255,0);
				font-weight:bold;
			}
			#commentform input#submit {
				color: #666666;
			}
			#respond #commentform input#submit:hover {
			color: #000;
			cursor:pointer;
			}
			
/* 
15.1 Template - Contact Form
-------------------------------------------------------------- */

#contactform { margin: 20px 0 40px 0; }

	#successmessage {
	display:none; 
	width:80%;
	color:#444;
	padding: 30px 25px 45px 25px;
	margin: 40px 0 40px 0;
	background: #FFFFCF;
	border:1px solid #eee;
	}
	
	#successmessage h2 {
	margin: 10px 0 20px 0;
	}
	
	#contactform #contact label {
		cursor: pointer;
		font-size: 10px;
		font-weight:normal;
		letter-spacing:1px;
		color:#a0a0a0;
	}
	#contact .text-input {
		display:block;
		font-family:'Lucida Grande','Lucida Sans Unicode','Lucida Sans','DejaVu Sans Condensed', Tahoma, Arial,sans-serif;
		color:#7d7d7d;
		font: inherit;
		font-size: 13px;
		border: 1px solid #ddd;
		padding:7px;
		margin:0 0 20px 0;
		}
		
	#contact textarea {
		height: 80px;
		}
	#contact input, #contact textarea {}	
	#contact input:focus, #contact textarea:focus { 
		border: 1px solid #888;
		}

	#contactform #contact  .error {
		font-size: 11px;
		color: #ff0000; 
		float:right;
		margin-right:40px;
		display:none;
		padding: 0 8px;
		}

	#contact .button {
		width:120px;
		font-weight:bold;
		font-size:13px;
	}
		#contact .button:hover { color: #333; cursor:pointer;}
		#contact .button:active { color: #000; }
		#contact input { width: 90%; }
		#contact textarea { width: 90%; }
		#contact label { display: inline; float: none; font-weight:bold; font-size:14px; }
	
	/* -------- Address -------- */
	
	.addressbox { 
		float:right;
		font-size:18px;
		line-height:22px;
		position:relative;
		right:148px; top:40px;
		margin-bottom:100px;
		}
	.addresstitle {
		font-size:18px;
		font-weight:bold;
		margin-bottom:10px;margin-left:-5px;
	}
	
	.fulladdress {
		color:#464646;
		font-size:14px;
		margin-bottom:10px; 
	}
	
		.fulladdress ul {
			list-style:none !important;
		}
			.fulladdress ul li {
			}

/* **********************
16.1 Navigation
*********************** */

.navigation {
	color: #D1D1D1;
	font-size: 11px;
	line-height: 18px;
	letter-spacing:-1px;
	overflow: hidden;
	text-transform:uppercase;
	margin: 10px 0 10px 0;
}
.navigation a:link,
.navigation a:visited {
	color: #777;
	text-decoration: none;
	display:block; padding:10px 20px;
}
.navigation a:active,
.navigation a:hover {
	color:#888;
	display:block;
}
	
.nav-previous {
	float: left;
	width: 35%;
}
.nav-previous a{
	float:left;
	}
.nav-next {
	float: right;
	text-align: right;
	width: 30%;
}
.nav-lightbox {
	float: left;
	text-align: center;
	width: 30%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}

.attachment-main-image {

	display: block;
	}
	


/* ******************************
icons Shortcode
******************************* */
.iconalign-left { float:left; padding-right:5px;}
.iconalign-right { float:right; padding-left:5px;}
.iconalign-center { display:block; margin: 0 auto; text-align:center; }

/*
******************************
Author Info
******************************
*/
		
#entry-author-info {
	background: #F9F9F9;
	border:1px solid #E8E8E8;
	padding: 18px 20px;
	margin: 24px 0;
	overflow: hidden;
	clear: both;
	font-size: 12px;
	line-height: 20px;
	background: #FEFEFE;
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.09);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.09);
}
#entry-author-info #author-avatar .avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	padding: 5px;
	display:block;
	margin: 0 20px 10px 0;
}
#entry-author-info #author-description {
	float: left;
	display:block;
	width:100%;
}

#entry-author-info h2 {
	color: #111;
	font-weight: bold;
	font-size: 16px;
	margin-top:0;
	margin-bottom: 10px;
}

#author-link {
	color: #747474;
	font-size:10px;

	margin-top:20px;
	text-transform:uppercase;
	text-align:right;
	}
	
#author-link a {
	color: #747474;
	text-decoration:none;
	border: solid 1px #f5f5f5;
	background: #fafafa;
	
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(255,255,255,1);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	
	background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e9e9e9));
	background: -moz-linear-gradient(top,  #fafafa,  #e9e9e9);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e9e9e9');
	}
#author-link a:hover {
	color: #464646;
	}
	
.entry-utility {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	clear: both;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #FF4B33;
}

/*
****************************
Related Post Styles
*****************************
*/
		
		.relatedbigtitle { font-size:16px; font-weight:bold;color:#7d7d7d; line-height:18px; margin-top:20px; }
		.relatedposts { font-size:13px; color:#7d7d7d; line-height:18px; }
		.relatedposts a {text-decoration:none; color:#7d7d7d;}
		.relatedblock { 
			float:left;
			width:140px;
			margin:15px 0 25px 0;
			padding:0; 
		}
		.relatedmargin { margin-right:5px; }
		.relatedimage img  { 
			border:1px solid #D1D1D1;
			padding:5px; 
			margin-right:5px;
			-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.09);
			-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.09);
			box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.09);}
		.relatedimage img:hover { border:1px solid #A2A2A2;}
		.relatedtextblock { margin-top:0; padding:0; }
		.relatedtitle { color: #111; line-height:11px; padding-right:5px; margin-top:5px;}
			.relatedtitle a { font-size:11px; font-weight:bold; color: #6D6D6D; }
			.relatedtitle a:hover { color:#111; }
			.related-desc { font-size:13px; color: #616161; line-height:13px; margin-top:5px;}




	
/* ******************************
17.1 Post Format Styling
******************************* */
.postformat-image  {
	padding:0;
	margin:0;
	}

a.postformat-image-lightbox {
	background: url(../img/view.png) no-repeat 50% 50%;
	width:auto;
	height:auto;
	display:block;
	}
	
.post-link-wrapper {
	padding: 0;
	}

.postformat_link_icon {
	background: url(../img/postformat_link.html) no-repeat left;
	padding: 15px 0 5px 50px;
	}
	
.postformat_image_icon {
	background: url(../img/postformat_image.html) no-repeat left;
	padding: 0 0 0 50px;
	}
	
.postformat_gallery_icon {
	background: url(../img/postformat_gallery.html) no-repeat left;
	padding: 0 0 0 50px;
	}
	
.postformat_video_icon {
	background: url(../img/postformat_video.html) no-repeat left;
	padding: 0 0 0 50px;
	}
	
.postformat_audio_icon {
	background: url(../img/postformat_audio.html) no-repeat left;
	padding: 0 0 0 50px;
	}
	
.postformat_quote_icon {
	background: url(../img/postformat_quote.html) no-repeat left top;
	padding: 0 0 5px 50px;
	}
	
.postformat_quote {
	font-family: 'Droid Serif', arial, serif;
	font-size: 22px;
	line-height:28px;
	font-style: italic;
	color: #999;
	display:block;
	}
	
.quote_author {
	font-size:14px;
	display:block;
	text-align:right;
	}
	
.post-aside-wrapper {
	background: #ffffdd;
	}
	
	
.entry-content strong { font-weight: bold;}
.entry-content em { font-style: italic; }
.entry-content blockquote { margin: 20px 0 20px 40px; padding-left: 20px; border-left: 8px solid #eee; }
.entry-content p { padding-top:10px; }
.entry-content p:first-child { padding-top:0; }
.entry-content ul { list-style-type:disc; list-style-position:inside; }
.entry-content ol { list-style-type:decimal; list-style-position:inside; }
.entry-content .linklist ul { list-style:none; }


/* ******************************
18.1 Footer
******************************* */
	
.footer-block {
	margin:		40px 0 0 0;
	padding:	30px 0 0 0;
	}
	
.footer-block h3 {
	color: #fff;
	}

#footer-container {
	margin:				40px 0 0 60px;
	padding:			30px 0 40px 0;
	background:			#000;
	background-color:	rgba(0,0,0,0.9);
	width:				965px;
	border-top:			1px solid #555;
	}
	
#footer {
	width:			960px;
	margin:			0 auto;
	}
	
	#footer .footer-column {
		margin:		0 20px 0 0;
		width:		205px;
		float:		left;
	}
	
	#footer .footer-double-column {
		margin:		0 10px 0 10px;
		width:		440px;
		float:		left;
	}
	
#footer h3 {
	font-size:		16px;

	font-weight:	bold;
	color:			#fff;
	margin:			35px 0 15px 0;
	}
	#footer h3 a {
		color:	#fff;
		}
		
	#footer h3 a:hover {
		color:				#000;
		text-decoration:	none;
		}
		
#footer .description, #footer .textwidget {
		padding:		0;
		margin-right: 	10px;
	}
	#footer .description a, #footer .textwidget a, #footer .footer-widget ul a  {
		color: #7d7d7d;
		text-decoration:	none;
	}
	
	#footer #popularposts_list .popularpost_info .popularpost_title, #footer #recentposts_list .recentpost_info .recentpost_title,.relatedtitle a {
		color: #c2c2c2;
		font-size:14px;
		}
	
	#footer #popularposts_list .popularpost_info .popularpost_title:hover, #footer #recentposts_list .recentpost_info .recentpost_title:hover,.relatedtitle a:hover {
		color: #fff;
		}

	
	#footer .description a:hover, #footer .textwidget a:hover, #footer .footer-widget ul a:hover  {
		color: #fff;
	}
	
	.footer-widget { font-size:12px; line-height:18px;color:#7d7d7d;}
	.footer-widget a { color:#fff; }
	.footer-widget a:hover {color:#fff; text-decoration:none;}
		.footer-widget ul { list-style:none; font-size:12px; line-height:18px; color:#7d7d7d; padding:0;margin:0;}
		.footer-widget ul li { font-size:12px; line-height:18px; color:#7d7d7d;padding:6px 0 5px 0;}
		.footer-widgetul li a { font-size:12px; line-height:18px; color:#7d7d7d; display:block;}
		.footer-widget ul li img { margin:0px; padding:0 8px 0 0; margin-bottom:-2px; }
		.footer-widget ul li a:hover { font-size:12px; line-height:18px; color:#fff; text-decoration:none;}
	
#copyright {
	color:			#787878;
	text-align:		center;
	text-align:		center;
	display:block;
	font-size:		8px;
	letter-spacing: 2px;
	background:		#000;
	text-transform:	uppercase;
	opacity:		0.9;
	width:			965px;
	padding: 		10px 0;
	margin-left:	60px;
	border-top:1px solid #111;
	}
	
#copyright li {
	display:		inline-block;
	color:			#787878;
	padding: 		0 10px;
	}
	
#copyright a {
	color:			#bbb;
	}
	
#copyright a {
	color:			#bbb;
	}
#copyright a:hover {
	text-decoration:none;
	color:			#eee;
	}
	
#copyright span {
	background:		#111;
	border-radius: 	8px 8px 8px 8px;
	padding:		8px 20px;
	color:			#fff;
	text-align:		center;
	}
	
	
	
#fullscr-copyright {
	position:		fixed;
	bottom:			0;
	left:			0;
	color:			#fff;
	text-shadow: 1px 1px rgba(0,0,0,0.5);
	
	display:		inline-block;
	font-size:		10px;
	font-weight:	bold;
	letter-spacing: 1.5px;
	text-transform:uppercase;
	height:42px;
	background:#000;
	background: rgba(0,0,0,0.7);
	width:100%;
	}
	
#fullscr-copyright li {
	display:		inline-block;
	padding: 		12px 18px;
	background: #000;
	margin-left:	65px;
	}
	
#fullscr-copyright a {
	color:			#fff;
	}
#fullscr-copyright a:hover {
	text-decoration:none;
	}
	
#fullscr-copyright span {
	padding:		8px 20px;
	}
	
/* ******************************
Addition: Version 1.5
******************************* */

#password-protected	p {
	font-size:14px;
	}
	
#password-protected {
	padding: 80px 60px;
	}
	
/* ******************************
Addition: Version 1.8
******************************* */	
.social-size-32 .social_contact_text {
	top:3px;
}

	.widget-video-wrapper {
		width:100%;
	}

	.widget-video-wrapper {
	width: 100%;
	max-width: 1020px;
	margin: 0;
	background:#111;
	}

	.widget-video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
	}

	.widget-video-wrapper iframe,  
	.widget-video-wrapper object,  
	.widget-video-wrapper embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
.contact_address_block span {
   display:inline-block;
}

/* ******************************
Addition: Version 2.0
******************************* */	
.social-header .icl_languages_selector, .social-header #lang_sel {
	position:absolute;
	top:-35px;
	right:0;
}
