/*

*/

/* ******************************
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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

/* ******************************
Global Layout Settings 
******************************* */

{ padding: 0px; }
body, html{ height: 100%; margin: 0;height: auto; min-height: 100%; }
body{ 
	font: 12px/18px 'Microsoft yahei', Arial, sans-serif;
	background-color: #000;
	background-repeat: repeat; 
	color: #7D7D7D;
	}
a{
	outline: none;
	text-decoration: none;
	color:#FFF;
}
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;
	}
	
/* ******************************
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%;
	}


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

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

/* ******************************
Tipsy
******************************* */

	.tipsy { margin-top:5px; 
	margin-left:-2px; 
	padding: 5px; 
	font-size: 10px; 
	letter-spacing: 2px; 
	background-repeat: no-repeat;  
	background-image: url(images/qtips/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; }



/* ******************************
Box
******************************* */

	.mcycletextwrap {
	position:absolute;
	width:380px;
	top:167px;
	left:70px;
	background: #fff;
	background: rgba(255,255,255,0.9);
	padding: 10px 25px 30px 25px;
	border:0px solid rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
		}
		
	.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;
	}
					
				
/* 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(images/general/newsnext.png);}
	.newsnext:hover {background-position:0 -16px;}
	.newsprev {background-image:url(images/general/newsprev.png);}
	.newsprev:hover {background-position:0 -16px;}


/* ******************************
Logo
******************************* */

.logo { 
	float:left;
	height:85px;
	}
	
/* ******************************
Page
******************************* */

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

.lower-padding { padding-bottom: 0 }
	
.main-contents {
	padding:	0 0 20px 0;
	}
	
.page-contents {
	padding:	0px 0px 20px 1px;
	margin-top: 130px;
	}
	
.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 60px 50px 60px;
	margin:0;
	}
	
	.blogseperator {
		margin: 0;
		border-top:1px solid #f6f6f6;
		background: url(images/patterns/stripes_fine.png) repeat 0 0;
		padding-top:15px;
		}
	
.portfolio-wrap {
	background: url(images/patterns/blog_sep.html) repeat-x bottom right;
	}
	
.entry-nospaced-wrapper {
	padding: 1px 20px 10px 20px;
	margin:0;
	}
	
.two-column {
	width:	67.70833333333333%;
	}

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

/* ******************************
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:14px;
	font-weight:normal;
	letter-spacing:	-1px;
	color: #fff;
	background:#484848;
	margin: 0;
	padding: 10px 20px;
	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: 'Microsoft yahei', sans-serif;
}
		
/* **********************
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:normal;
		}
		
	.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:14px; 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;}

/* **********************
Content elements
*********************** */	
	
hr, .entry-content hr {
	clear:both; 
	height: 2px; 
	border:none; 
	background: transparent url('images/hr_shaded.html') 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.top 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.top a:hover {
	color: #111;
}
	
	.entry-content .highlight {
		background:#FFFF99;
		padding:4px;
	}
/* 
Page Navigation Styles
*/

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

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

	
.pagenavi a:visited {
		padding: 3px 7px 3px 7px; 
		margin: 4px;
		text-decoration: none;
		margin-bottom:10px;
	}
.pagenavi a:hover {
	color: #111;
	border: 0px 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:#FFF;
	border: 1px solid #FFF;
	}
		
.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;
	}
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/* ******************************
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:	normal;
	text-transform:	uppercase;
	color:			#eee;
	margin-bottom:	10px;
	padding-bottom:10px;
	}

.sidebar-widget {
	padding: 	25px 30px;
	border-bottom:1px solid #2C2C2C;
	background-color: #1A1A1A;
	}
.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('images/icons/arrow_right_8x8.png') no-repeat 0 15px; }
.sidebar-widget ul li.page_item { padding-left: 20px; background: transparent url('images/icons/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('images/icons/comment_stroke_8x7.png') no-repeat 0 15px;}
		
/* ******************************
Sidebar
******************************* */
		
.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;}

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

.social-header {
	left:0px;
	top:131px;
	position: absolute;

	}
	
.social_contact_text {
	font-size:11px;
	color:#666;
	padding:5px 7px 0px 45px;
	display:inline-block;
	float:center;
	letter-spacing:0.5px;
	background:#fff;
	position:relative;
	top:-5px;
	}
			
.socialmedia-buttons {
}

.socialwidget_left {
	text-align: left;
}

.socialwidget_center {
	text-align: left;
}

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;
}



/* ******************************
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{
	/* [disabled]height: 340px; */
	display: block;
	float: left;
	/* [disabled]margin-bottom: 10px; */
	overflow: hidden;
	}
	
ul#portfolio-small .portfolio-image-holder {
	/* [disabled]height: 	200px; */
	padding:	0 0 10px 0;
	}
	
ul#portfolio-small .displayed-image {
	}
	
ul#portfolio-small .thumbnail-loader {
	height: 	200px;
	background: url(images/preloaders/preloader.png) no-repeat 50% 50%;
	padding: 	0 0 10px 0;
	}
	
ul#portfolio-small .fadethumbnail-view { 
	background: url(images/icons/view.png) no-repeat 50% 50%;
	}
ul#portfolio-small .fadethumbnail-link { 
	background: url(images/icons/link.html) no-repeat 50% 50%;
	}
ul#portfolio-small .fadethumbnail-play { 
	background: url(images/icons/play.html) no-repeat 50% 50%;
	}
ul#portfolio-small li a{
	display: block;
	overflow: hidden;
	margin: 15px;
}
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;
}

/* ******************************
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: 300px;
	display: block;
	float: left;
	overflow: hidden;
	margin-bottom: 0px;
	}
ul#portfolio-large .portfolio-image-holder {
	padding:	0 0 10px 0;
	}
	
ul#portfolio-large .thumbnail-loader {
	background: url(images/preloaders/preloader.png) no-repeat 50% 50%;
	padding:	0 0 10px 0;
	}
	
ul#portfolio-large .fadethumbnail-view { 
	background: url(images/icons/view.png) 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;
	padding: 10px 10px 10px 20px;
}
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;
}
	
/* 
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: 11px;
		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: 90px;
		}
	#contact input, #contact textarea {}	
	#contact input:focus, #contact textarea:focus { 
		border: 1px solid #888;
		}

	#contact .button {
	width:120px;
	font-weight:normal;
	font-size:13px;
	height: 31px;
	}
		#contact .button:hover { color: #333; cursor:pointer;}
		#contact .button:active { color: #000; }
		#contact input { width: 50%; }
		#contact textarea { width: 97%; }
		#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 {
			}

/* **********************
Navigation
*********************** */

.navigation {
	color: #D1D1D1;
	font-size: 11px;
	line-height: 18px;
	letter-spacing:-1px;
	overflow: hidden;
	text-transform:uppercase;
	margin: 10px 10px 10px 0;
	background:#eee;
}
.navigation a:link,
.navigation a:visited {
	color: #7d7d7d;
	text-decoration: none;
	display:block; padding:10px 20px;
}
.navigation a:active,
.navigation a:hover {
	background:#bbb;
	display:block;
}
	
.nav-previous {
	float: left;
	width: 30%;
}
.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
******************************* */
.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
******************************
*/
		
#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;

}
#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);

	}
#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;
}

/* ******************************
Footer
******************************* */

#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:		8px;
	font-weight:	bold;
	letter-spacing: 1.5px;
	text-transform:uppercase;
	height:42px;
	background:#000;
	width:100%;
	}
	
#fullscr-copyright li {
	display:		inline-block;
	padding: 		12px 18px;
	background: #000;
	float: right;
	}
	
#fullscr-copyright a {
	color:			#fff;
	}
#fullscr-copyright a:hover {
	text-decoration:none;
	}
	
#fullscr-copyright span {
	padding:		8px 20px;
	}
	