@charset utf-8;
/*--
	Theme Name: WordPress Theme Number
	Theme URI: http://template-help.com/
	Description: A theme for Wordpress 3.2.X from Template-Help.com Collection
	Author: Template_Help.com 
	Author URL: http://www.Template-Help.com/ 
--*/

/* General
---------------------------------------- */
#main {
	font-size:.75em;
}
.container {
	width: 652px;
	margin: 0 auto;
	position:relative;
}


dl {
	margin: 0;
	padding: 0;
	line-height: 20px;
	font-size: 12px;
	color: #9d9d9d;
}

	dl dt {
		background: url(images/divider.gif) no-repeat 0% 3px;
		margin: 0;
		padding: 0 0 0 25px;
		font-weight: bold;
		color: #3d3d3d;
	}
	
	dl dd {
		margin: 0;
		padding: 0 0 20px 0;
	}




/* Slider
---------------------------------------- */

#slider-wrapper {
	background: url(/img/fonban.png) no-repeat 50% 0%;
	position: relative;
	height: 294px;
	margin: 0 0 0px 0;
	padding: 0px 0 0 0;
	overflow: hidden;
}
	
#slider {
	background: url(js/images/loading.gif) no-repeat 50% 50%;
	position: relative;
	width: 652px;
	height: 294px;
	margin: 0 auto;
	border: none;
}

#slider img { text-align:center;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}


/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */

.nivo-caption {
	background: none;
	width: 100%;
	color: #fff;
	opacity: 0.8; /* Overridden by captionOpacity setting */
	position: absolute;
	top: 100px;
	left: 16px;
	z-index: 89;
	font-size:38px;
	font-weight:bold;
}

.nivo-caption .nivo-caption-inner {
	padding:0;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
  display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
	width: 111px;
	height: 35px;
	padding: 5px 0 0 0;
	text-align: center;
	position: absolute;
	top: 550px;
	left: 550px;
	z-index: 99;
}

	.nivo-controlNav a {
	/*	background: url(images/pagination.png) no-repeat 0% 0%; */
		display: inline-block !important;
		position: relative;
		width: 17px;
		height: 17px;
		margin: 0 3px;
		padding: 0;
		vertical-align: top;
		overflow: hidden;
		line-height: 0;
		font-size: 0;
		text-decoration: none;
		z-index: 99;
		cursor: pointer;
	}
	
	.nivo-controlNav a.active, .nivo-controlNav a:hover {
		background-position: 0% -17px;
	}

.nivo-directionNav {

	}
.nivo-directionNav a {
	display: block;
	width: 24px;
	height: 69px;
	text-indent: -9999px;
	border: 0;
	position: absolute;
	top: 110px;
}

a.nivo-nextNav {
	background: url(js/images/button-next.png) no-repeat 0% 0%;
	right: -1px;
}

	a.nivo-nextNav:hover {
		background-position: 0% -69px;
	}

a.nivo-prevNav {
	background: url(js/images/button-prev.png) no-repeat 0% 0%;
	left: -5px;
}

	a.nivo-prevNav:hover {
		background-position: 0 -69px;
	}

#slider .nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin-right:10px;
	width:120px;
	height:auto;
}









/* Navigations
---------------------------------------- */

/* Primary navigation */
nav.primary {
	position: absolute;
	top: 104px;
	left: 7px;
	z-index: 2;
}

/* Essential styles for dropdown menu */
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	background: #393838;
	padding: 13px 10px 18px 9px;
	width: 185px; /* left offset of submenus need to match (see below) */
	position: absolute;
	top: -999em;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			51px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			199px; /* match ul width */
	top:			-13px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}


/* Our skin for dropdown menu */
.sf-menu {
	float:			left;
}
.sf-menu a {
	text-decoration:none;
	color:			#fcfcfc;
}

.sf-menu li {
	background: url(images/menu-divider.gif) no-repeat 100% 0%;
	padding: 0 2px 0 0;
}

	.sf-menu li a {
		background: url(images/menu.gif) repeat-x 0% -47px;
		height: 47px;
		padding: 0 19px 0 19px;
		overflow: hidden;
		line-height: 44px;
		font-family: 'Oswald', sans-serif;
		font-size: 16px;
		font-weight: 400;
		text-transform: uppercase;
	}
	
	.sf-menu > li > a {
		border-radius: 3px 0 0 3px;
		-moz-border-radius: 3px 0 0 3px;
		-webkit-border-radius: 3px 0 0 3px;
	}

.sf-menu li li {
	background: url(images/menu-line.gif) repeat-x 0% 1px;
	padding: 0;
}

	.sf-menu li li:first-child {
		background: none;
	}

	.sf-menu li li a {
		background: url(images/divider-1.gif) no-repeat 0% 8px;
		height: auto;
		margin: 0 0 0 10px;
		padding: 0 0 0 19px;
		overflow: hidden;
		line-height: 26px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: 400;
		text-transform: none;
		color: #878686;
	}

.sf-menu li li li {
	background: url(images/menu-line.gif) repeat-x 0% 1px;
	padding: 0;
}

	.sf-menu li li li:first-child {
		background: none;
	}
	
	.sf-menu li li li a {
		background: url(images/divider-1.gif) no-repeat 0% 8px;
		height: auto;
		margin: 0 0 0 10px;
		padding: 0 0 0 19px;
		overflow: hidden;
		line-height: 26px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: 400;
		text-transform: none;
		color: #878686;
	}

.sf-menu li:hover > a, .sf-menu li.sfHover > a,
.sf-menu li > a:focus, .sf-menu li > a:hover, .sf-menu li > a:active, .sf-menu li.current-menu-item > a {
	background-position:	0% 0%;
	outline:	0;
}

.sf-menu li li:hover > a, .sf-menu li li.sfHover > a,
.sf-menu li li > a:focus, .sf-menu li li > a:hover, .sf-menu li li > a:active, .sf-menu li li.current-menu-item > a {
	background-position:	0% 8px;
	outline:	0;
	color: #fff;
}

.sf-menu li li li:hover > a, .sf-menu li li li.sfHover > a,
.sf-menu li li li > a:focus, .sf-menu li li li > a:hover, .sf-menu li li li > a:active, .sf-menu li li li.current-menu-item > a {
	background-position:	0% 8px;
	outline:	0;
	color: #fff;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	43px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}

	.sf-menu li li a.sf-with-ul {
		padding: 0 0 0 19px;
	}
	
	.sf-menu li li .sf-sub-indicator {
		display: none;
	}

.sf-sub-indicator {
	background: url(images/arrows-ffffff.png) no-repeat 0% 0%; /* 8-bit indexed alpha png. IE6 gets solid image only */
	display: block;
	width: 12px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
	position: absolute;
	top: 18px; /* IE6 only */
	right: 19px;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: 18px;
	background-position: 0% 0%; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: 0% 0%; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  0% 0%; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0% 0%; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: 0% 0%; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url(images/shadow.png) no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}




/* Top search */
#top-search {
	position:absolute;
	right:0;
	top:15px;
	}
	#top-search .input-search {
		width:160px;
		margin-right:10px;
		}
	#top-search #submit {
		width:50px;
		cursor:pointer;
		padding-left:0;
		padding-right:0;
		}





/* Content
---------------------------------------- */

.primary_content_wrap {
	position: relative;
	width: 100%;
	padding: 16px 0 32px 0;
	overflow: hidden;
	z-index: 1;
}

	.primary_content_wrap ul {
		margin: 0;
		padding: 0 0 14px 0;
		list-style: none;
	}
	
		.primary_content_wrap ul li {
			background: url(images/list-line.gif) repeat-x 0% 100%;
			margin: 0;
			padding: 7px 0 9px 9px;
			list-style: none;
			line-height: 20px;
			font-size: 12px;
			color: #3c3c3c;
		}
		
			.primary_content_wrap ul li a {
				background: url(images/divider.gif) no-repeat 0% 4px;
				display: inline-block;
				padding: 0 0 0 24px;
				text-decoration: none;
				color: #3c3c3c;
			}
			
				.primary_content_wrap ul li a:hover {
					text-decoration: underline;
				}
	
#content {
	float: left;
}

#content.left {
	float:right !important;
	}


/* Page */
.page {
	
	}
	#page-content {
		
	}
	#page-meta {
		
	}




/* Comments
---------------------------------------- */
h3#comments {
	margin-top:25px;
}
.commentlist {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	li.comment {
		background: none !important;
		padding: 0 !important;
		list-style-type:none;
		overflow:hidden;
	}
	
		.commentlist li ul {
			padding: 0;
		}
		
			li.comment .comment-body {
				padding:10px 10px 25px 60px;
				position:relative;
				zoom:1;
				background:#fafafa;
				border:1px solid #e4e4e4;
				margin-bottom:20px;
				border-radius: 3px;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				}
		.author-comment {
			
		}
		
		.comment-author {
			padding: 8px 0 8px 0;
			line-height: 20px;
			font-size: 12px;
			font-weight: bold;
			color: #3d3d3d;
		}
		
			.comment-author cite {
				font-style: normal;
				text-transform: capitalize;
			}
		
		.comment-text {
			
		}
		.comment-meta {
			line-height: 20px;
			font-size: 11px;
			color: #646464;
			position: absolute;
			top: 17px;
			right: 20px;
		}
		
			.comment-meta a {
				background: none !important;
				padding: 0 !important;
				text-decoration: none !important;
				color: #646464 !important;
			}
			
				.comment-meta a:hover {
					text-decoration: underline !important;
				}
		
			li.comment .avatar {
				float:none;
				margin:0;
				position:absolute;
				left:10px;
				top:10px;
				padding:1px;
				border:1px solid #dbdbdb;
				vertical-align:top;
				overflow:hidden;
				}
				li.comment .avatar {
					display:block;
					vertical-align:top;
					overflow:hidden;
					}
				
				.commentlist ul.children {
					margin:20px 0 0 30px;
					}
					.commentlist ul.children li.comment {
						
						}
				
				.reply {
					height: 29px;
					overflow: hidden;
					position: absolute;
					right: 20px;
					bottom: 9px;
				}
					
					.reply a {
						background: #3b3b3b !important;
						position: relative !important;
						display: inline-block !important;
						height: 27px !important;
						overflow: hidden !important;
						padding: 0 10px 0 10px !important;
						line-height: 26px !important;
						border: 1px solid #292929 !important;
						font-size: 12px !important;
						text-decoration: none !important;
						color: #fefefe !important;
						border-radius: 3px;
						-moz-border-radius: 3px;
						-webkit-border-radius: 3px;
					}
						
					.reply a:hover {
						background: #5e5c5c !important;
						border: 1px solid #4d4c4c !important;
					}
				
				
		.waiting-for-approval {
			
		}
	#trackbacks {
		
	}
		li.trackback {
			
		}
	p#no-comments {
		
	}
	#comments-form {
		
	}
	
	.allowed_tags {
		background:#eee;
		padding:15px;
		font-size:11px;
		font-family:"Courier New", Courier, monospace;
		color:#666;
		}
		.allowed_tags strong {
			font-family:Tahoma, Geneva, sans-serif;
			}
		#respond {
			padding:1em 0 0 0;
		}
		.cancel-comment-reply {
			
		}





/* Post
---------------------------------------- */
.post {
	
}
	.postContent {
		
	}
	.post-excerpt {
		
	}


article {
	margin-bottom:45px;
	width:100%;
	position:relative;
	clear:both;
	}

/* Post header */
article header h2 {
	margin-bottom:.5em;
	}
article.single-post {
	margin-bottom:30px;
	overflow:hidden;
	width:100%;
	}

/* Featured thumbnail */
.featured-thumbnail {
	float:left;
}
	.featured-thumbnail .img-wrap {
		float:left;
		}
		.featured-thumbnail img {
			float:left;
			margin: 5px 20px 18px 0;
			}
	
	/* Small thumbnail */
	.featured-thumbnail.small img {
		padding:4px;
		}
	
	/* Large thumbnail */
	.featured-thumbnail.large {
		margin-right:0;
		float:none;
		overflow:hidden;
		margin-bottom:1.5em;
		}
	.featured-thumbnail.large .img-wrap {
		float:none;
		}
	.featured-thumbnail.large img {
		width:100%;
		height:auto;
		}
	.f-thumb-wrap {
		overflow:hidden;
		width:100%;
		height:220px;
		}
	
	/* Thumbnail with prettyphoto */
	.featured-thumbnail .image-wrap[rel="prettyphoto"] {
		background:url(images/magnify.png) no-repeat 50% 50%;
		display:block;
		float:left;
		}
		.featured-thumbnail .image-wrap[rel="prettyphoto"] img {
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			}
		.featured-thumbnail .image-wrap[rel="prettyphoto"]:hover img {
			opacity:.5;
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
			}

/* Post content */
.post-content {
	
}
	.post-content .excerpt {
		margin-bottom:1.5em;
		}
	.pagination {
		
	}
		.pagination a {
			display:inline-block;
			padding:0 5px;
			background:#eee;
			}

/* Post footer */
article footer {
	clear:both;
	padding:5px 0 0 0;
	}
article.single-post footer {
	margin-top:20px;
	}
		

/* Meta information for post */

.post-meta {
	width: 100%;
	margin: 0;
	padding: 0 0 18px 0;
	overflow: hidden;
	line-height: 18px;
	font-size: 11px;
	color: #3d3d3d;
}
	
p.gravatar {
	float:left;
	margin: 5px 20px 0 0 !important;
	padding: 0;
}


/* Post edit link */
.post-edit-link {
	display:block;
	position:absolute;
	right:0;
	top:0;
	padding:2px 7px;
	background:#000;
	color:#fff;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
	border-radius:3px;
	}
.post-edit-link:hover {
	background:#666;
	}


/* Image styling */

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

	.alignleft-1 {
		float: left;
		margin: 6px 20px 0 0;
	}

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

	.alignright-1 {
		float: right;
		margin: 6px 0 10px 20px;
	}
	
.aligncenter {
	text-align: center;
	margin: 0 auto;
}

article .post-content img {
	max-width:710px;
	}

.frame {
	padding:7px;
	background:#fff;
	border:1px solid #dbdbdb;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-align:center;
	}
.frame img.alignleft,
.frame img.alignright{
	margin:0;
	padding:0;
	border:none;
	}



/* Older and newer navigation */
nav.oldernewer {
	width:100%;
	overflow:hidden;
	margin-bottom:1.5em;
}
	.older {
		float:left;
	}
	.newer {
		float:right;
	}



/* Author
---------------------------------------- */
#post-author {
	position: relative;
	overflow:hidden;
	border:1px solid #e4e4e4;
	padding:20px;
	margin-bottom:2em;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
	#author-link {
		margin-top: 16px;
		font-weight: bold;
	}
	
		#author-link p {
			padding: 0;
		}
	
	#post-author .gravatar {
		margin:0 20px 0 0;
		}
	#post-author .gravatar img {
		background:#fff;
		border:1px solid #dbdbdb;
		padding:5px;
		}
		
#author-description {
	line-height: 20px;
	font-size: 12px;
	color: #9d9d9d;
}

/* Recent author posts */
#recent-author-posts {
	margin-bottom:3em;
}

/* Recent author comments */
#recent-author-comments ul li a {
	background: none;
	padding: 0;
}

.author-info {
	width:100%;
	overflow:hidden;
	margin-bottom:3em;
	padding-bottom:2em;
}
	.author-info .avatar {
		margin:0 20px 0 0;
		}
		.author-info .avatar img {
			float:left;
			background:#fff;
			padding:7px;
			border:1px solid #dbdbdb;
			}

.author-meta {
	margin-bottom:20px;
	overflow:hidden;
	width:100%;
	}
	.author-meta p.gravatar {
		margin:0;
		}




/* 404
---------------------------------------- */

#error404 {
	padding: 30px 0 100px 0;
	text-align: center;
}

.error404-num {
	font-size:250px;
	line-height:1.2em;
	color:#999;
}

	#error404 h1 {
		background: none;
		margin: 0 0 4px 0;
		padding: 0;
	}
	
	#error404 h6 {
		padding: 0;
	}
	
	#error404 #searchform {
		margin: 0 auto;
	}





/* Portfolio
---------------------------------------- */
.latestwork {
	width:100%;
	overflow:hidden;
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.latestwork li {
		float:left;
		margin-right:20px;
		}


/* Gallery */
.header-title {
	margin-bottom:2.5em;
	}
	.header-title h1 {
		margin-bottom:.1em;
		}
	.header-title .page-desc {
		font-size:.91em;
		color:#999;
		}



/* Default layout 3 columns */
#gallery {
	
	}
	#gallery .portfolio {
		width:100%;
		overflow:hidden;
		list-style-type:none;
		padding:0;
		margin:0;
		}
		#gallery .portfolio li {
			display:-moz-inline-box;
			display:inline-block;
			zoom:1;
			vertical-align:top; 
			width:300px;
			margin:0 21px 50px 0;
			position:relative;
			}
		* + html #gallery .portfolio li {
			display:inline;
			}
		#gallery .portfolio li.nomargin {
			margin-right:0 !important;
			}
			#gallery .portfolio li span.image-border {
				display:block;
				border:1px solid #e3e3e3;
				border:1px solid rgba(0, 0, 0, .1);
				height:160px;
				width:300px;
				position:relative;
				}
			#gallery .portfolio li span.image-border:before {
				-webkit-box-shadow: 0 15px 10px rgba(0,0,0, .5);
				-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
				box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
				-webkit-transform: rotate(-4deg);
				-moz-transform: rotate(-4deg);
				-o-transform: rotate(-4deg);
				position: absolute;
				left: 10px;
				bottom: 15px;
				z-index: -1;
				width: 50%;
				height: 20%;
				content: "";
			}
			#gallery .portfolio li span.image-border:after {
				-webkit-box-shadow: 0 15px 10px rgba(0,0,0, .5);
				-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
				box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
				-webkit-transform: rotate(4deg);
				-moz-transform: rotate(4deg);
				-o-transform: rotate(4deg);
				position: absolute;
				right: 10px;
				bottom: 15px;
				z-index: -1;
				width: 50%;
				height: 20%;
				content: "";
			}
			#gallery .portfolio li a.image-wrap {
				display:block;
				padding:4px;
				border:1px solid #fff;
				overflow:hidden;
				width:290px;
				height:150px;
				position:relative;
				background:#f5f5f5 url(images/loading-folio.gif) 50% 50% no-repeat;
				-webkit-transition: all .2s ease-in-out;
				-moz-transition: all .2s ease-in-out;
				-o-transition: all .2s ease-in-out;
				}
			#gallery .portfolio li a.image-wrap:hover {
				
				}
				#gallery .portfolio li a.image-wrap img {
					float:left;
					}
			
			#gallery .portfolio .folio-desc {
				margin-bottom:0;
				padding:1.5em 0 0 .5em;
				}
			#gallery .portfolio p.excerpt {
				padding:0;
				}
			
			.zoom-icon {
				display:block;
				position:absolute;
				left:5px;
				top:-152px;
				width:290px;
				height:150px;
				background:url(images/magnify.png) 50% 50% no-repeat;
				cursor:pointer;
				-webkit-transition: all .2s ease-in-out;
				-moz-transition: all .2s ease-in-out;
				-o-transition: all .2s ease-in-out;
				}
			#gallery .portfolio li a.image-wrap:hover .zoom-icon {
				top:5px;
				}


/* 1 column portfolio*/
#gallery.one_column .portfolio li {
	width:100%;
	margin-right:0;
	margin-left:0;
	}
	#gallery.one_column .portfolio li span.image-border {
		width:610px;
		height:310px;
		float:left;
		}
	#gallery.one_column .portfolio li a.image-wrap {
		width:600px;
		height:300px;
		}
	#gallery.one_column .zoom-icon {
		top:-252px;
		width:600px;
		height:300px;
		}
		#gallery.one_column .folio-desc {
			float:left;
			margin:0 0 0 40px;
			overflow:hidden;
			width:290px;
			line-height:1.5em;
			}
		#gallery.one_column header {
			margin-bottom:1.5em;
			}
		#gallery.one_column header h2 {
			margin-bottom:.1em;
			}
			#gallery.one_column header time {
				font-size:11px;
				color:#999;
				}
	#gallery.one_column .portfolio li .hr {
		margin:0 0 50px 0;
		}
	#gallery.one_column .portfolio li:first-child .hr {
		display:none;
		}


/* 2 columns portfolio*/
#gallery.two_columns .portfolio li {
	width:450px;
	margin-right:45px;
	}
	#gallery.two_columns .portfolio li span.image-border {
		width:450px;
		height:250px;
		}
	#gallery.two_columns .portfolio li a.image-wrap {
		width:440px;
		height:240px;
		}
	#gallery.two_columns .zoom-icon {
		top:-252px;
		width:440px;
		height:240px;
		}

/* 4 columns portfolio*/
#gallery.four_columns .portfolio li {
	width:210px;
	margin-right:33px;
	}
	#gallery.four_columns .portfolio li span.image-border {
		width:210px;
		height:130px;
		}
	#gallery.four_columns .portfolio li a.image-wrap {
		width:200px;
		height:120px;
		}
	#gallery.four_columns .zoom-icon {
		top:-152px;
		width:200px;
		height:120px;
		}







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

#sidebar {
	float: left;
}

	#sidebar .box-2 {
		padding: 6px 5px 6px 6px;
	}
	
	#sidebar ul {
		padding: 0;
	}
	
		#sidebar ul li {
			background-position: 0% 0%;
		}
		
		#sidebar ul > li:first-child {
			background: none;
		}
		
			#sidebar ul li ul {
				background: url(images/list-line.gif) repeat-x 0% 0%;
				margin: 7px 0 -9px 0;
			}
	
		.widget {
			margin-bottom:30px;
		}
	
			#sidebar .widget:last-child {
				margin: 0 0 10px 0;
			}
		
	#sidebar .textwidget {
		padding: 0 10px 0 10px;
		line-height: 20px;
		font-size: 12px;
		color: #9d9d9d;
	}

.tagcloud {
	padding: 0 10px 0 10px;
	line-height: normal;
}

#recentcomments li a {
	background: none;
	padding: 0;
}

/* Calendar */
#calendar_wrap {
	padding:0;
	}
	#wp-calendar {
		width:100%;
		}
		#wp-calendar caption {
			text-align:center;
			}
		#wp-calendar td {
			text-align:center;
			padding:6px 0;
			border:none;
			}
		#wp-calendar caption {
			font-size:16px;
			color:#000;
			font-weight:bold;
			padding:4px 0;
			margin-bottom:5px;
			}
		#wp-calendar thead th {
			padding:7px 0;
			font-size:14px;
			background:#fff;
			color:#000;
			text-align:center;
			}
		#wp-calendar #prev {
			text-align:left;
			}
		#wp-calendar #next {
			text-align:right;
			}



/* FAQs
---------------------------------------- */
.faq_list {
	
	}
	.faq_list dt {
		color:#666;
		position:relative;
		padding:0 0 5px 28px;
		font-size:15px;
		font-weight:normal;
		margin:0;
		background:none;
		}
	.faq_list span.marker {
		display:block;
		position:absolute;
		left:0;
		top:0;
		font-size:15px;
		color:#333;
		font-weight:bold;
		}
	.faq_list dd {
		padding:0 0 0 28px;
		position:relative;
		margin:0 0 2em 0;
		color:#b2b2b2;
		}
		.faq_list dd .marker {
			top:3px;
			}



/* Custom widgets
---------------------------------------- */

/* Posts Type widget */
.post_list {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.post_list li {
		overflow:hidden;
		padding-top:1.5em;
		padding-bottom:1.5em;
		border-top:1px solid #dbdbdb;
		margin:0;
		}
	.post_list li:first-child {
		border:none;
		padding-top:0;
		}
		.post_list li img {
			float:left;
			margin:0 15px 0 0;
			}


/* Post Cycle */
.post_cycle {
	padding:0;
	margin:0;
	}
#post-cycle .cycle_item {
	display:none;
	}
#post-cycle .cycle_item:first {
	display:block;
	}


/* Folio Cycle */
.folio_cycle {
	list-style-type:none;
	padding:0;
	margin:0;
	width:100%;
	overflow:hidden;
	}
	.folio_cycle .folio_item {
		overflow:hidden;
		display:none;
		}
	.folio_cycle .folio_item:first {
		display:block;
		}
		.folio_cycle .folio_item figure.thumbnail {
			width:270px;
			overflow:hidden;
			}
#folio-controls {
	text-align:center;
	overflow:hidden;
	}
	#folio-controls ul {
		list-style-type:none;
		margin:0;
		padding:0;
		}
		#folio-controls ul li {
			padding:0 5px 0 0;
			display:inline;
			}
			#folio-controls ul li a {
				display:inline-block;
				text-decoration:none;
				width:8px;
				height:8px;
				background:#000;
				font-size:0;
				line-height:0;
				}
			#folio-controls ul li a:hover {
				background:#999;
				}


/* Testimonials */
.testimonials {
	padding:0;
	margin:0;
	}
	.testimonials div.testi_item {
		background: url(images/list-line.gif) repeat-x 0% 100%;
		width: 100%;
		margin: 0 0 21px 0;
		padding: 0 0 20px 0;
		overflow: hidden;
		}
		.name-testi {
			padding:0 0 0 2.2em;
			text-align:right;
			font-weight:bold;
			display:block;
			color:#333;
			}
			.name-testi a {
				font-weight:normal;
				}
		.testimonials .thumb {
			float:left;
			margin-right:20px;
			}
		.testimonials div.testi_item blockquote {
			border:none;
			padding: 0 0 15px 0;
			margin:0;
			line-height: 20px;
			font-size: 12px;
			font-style: normal;
			color: #9d9d9d;
			}
			.testimonials div.testi_item blockquote a {
				text-decoration:none;
				color:#9d9d9d;
				display:block;
				}
			.testimonials div.testi_item blockquote a:hover {
				color:#3d3d3d;
				}

/* Misc for Cycle widgets */
#testi-cycle .testi_item {
	display:none;
	}
#testi-cycle .testi_item:first {
	display:block;
	}
#testi-controls {
	text-align:center;
	overflow:hidden;
	}
	#testi-controls ul {
		list-style-type:none;
		margin:0;
		padding:0;
		}
		#testi-controls ul li {
			padding:0;
			margin:0 2px 0 0;
			display:inline-block;
			}
		* + html #testi-controls ul li {
			display:inline;
			zoom:1;
			}


/* Recent Posts */
.latestpost {
	list-style-type:none;
	margin:0;
	padding:0;
	}
	.latestpost li {
		margin:0 0 2em 0;
		list-style-type:none;
		}
		.latestpost li a {
			text-decoration:none;
			color:#000;
			}
		.latestpost li a:hover {
			text-decoration:underline;
			}
			.latestpost li h4 {
				margin-bottom:0;
				}

/* Twitter widget */
.twitter_update_list {
	overflow:hidden;
	}
.twitter ul li {
	list-style-type:none;
	margin:0 0 15px 0;
	padding:0;
	}
.twitter .profileLink {
	
	}


/* Flickr widget */
.flickrImages {
	overflow:hidden;
	position:relative;
}
.flickrImages a {
	float:left;
	display:block;
	width:75px;
	height:75px;
	background:#000;
	margin:0 1px 1px 0;
	}
.flickrImages a img {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
.flickrImages a:hover img {
	opacity:.5;
}
.flickrImages a.link {
	display:inline;
	float:none;
	width:auto;
	height:auto;
	margin:0;
	background:none;
	}



/* Testimonials
---------------------------------------- */

/* Testimonials list */
article.testimonial {
	padding:20px 30px 30px 235px;
	width:auto;
	background:url(images/quotes.png) no-repeat 150px 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:17px;
	line-height:1.4em;
	font-weight:normal;
	color:#87929f;
	margin-bottom:35px;
	}
	article.testimonial .testi-pic {
		position:absolute;
		left:0;
		top:20px;
		}
	article.testimonial .name-testi {
		display:block;
		text-align:right;
		font-style:normal;
		color:#222c36;
		font-size:13px;
		font-family:Arial, Helvetica, sans-serif;
		line-height:1.2em;
		}
		article.testimonial .name-testi a {
			text-decoration:none;
			}
		article.testimonial .name-testi a:hover {
			text-decoration:underline;
			}


/* Single Testimonial */
blockquote.testi-single {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 30px 0 30px 0;
	padding:0 30px 0 235px;
	width:auto;
	background:url(images/quotes.png) no-repeat 155px 0%;
	font-size:1.83em;
	line-height:1.4em;
	position:relative;
	color:#9d9d9d;
	border: none;
	}
	blockquote.testi-single p {
		margin:0 0 1em 0;
		padding:0;
		}
		.testi-pic {
			position:absolute;
			left:20px;
			top:0;
			}





/* Shortcodes
---------------------------------------- */

/* Recent Posts */
.recent-posts {
	margin:0;
	padding:0;
	width:100%;
	overflow:hidden;
	border:none;
	}
	.recent-posts li {
		margin:0 0 20px 0;
		padding:0;
		border:none;
		}
		.recent-posts li img.thumb {
			float:left;
			margin:0 20px 0 0;
			}
		.recent-posts li h5 {
			font-size:1em;
			margin-bottom:0;
			}
		.recent-posts li .excerpt {
			margin-bottom:1.5em;
			}
		.recent-posts li span.meta {
			display:block;
			margin-bottom:.5em;
			font-size:10px;
			color:#888;
			text-transform:uppercase;
			}


/* Our team */
.recent-posts.team {
	margin:0;
	padding:0;
	}
	.recent-posts.team li {
		float:left;
		width:300px;
		overflow:hidden;
		margin:0 20px 40px 0;
		}
		.recent-posts.team li:nth-child(2n) {
			margin-right:0;
			}
		.recent-posts.team li.nomargin {
			margin-right:0;
			}
		.recent-posts.team li .thumb-wrap {
			width:115px;
			overflow:hidden;
			}
		.recent-posts.team li .thumb-wrap {
			float:left;
			margin-right:16px;
			}
		.recent-posts.team li a {
			color:#191919;
			}
		.recent-posts.team li .excerpt {
			margin-bottom:0;
			}

/* Services */
.recent-posts.services {
	list-style-type:none;
	padding:1.5em 0 0 0;
	margin:0 0 -30px 0;
	overflow:hidden;
	}
	.recent-posts.services li {
		float:left;
		width:300px;
		margin:0 20px 30px 0;
		background:none;
		padding:0;
		}
	.recent-posts.services li:nth-child(2n) {
		margin-right:0;
		}
	.recent-posts.services li.nomargin{
		margin-right:0;
		}
		.recent-posts.services li img.thumb {
			margin-right:3px;
			}
		.recent-posts.services li h3 {
			padding-top:8px;
			}
			.recent-posts.services li h3 a {
				color:#191919;
				}




/* Tags */
.tags-cloud a {
	display:inline-block;
	background:#e0e0e0;
	padding:1px 7px;
	border:1px solid #bdbdbd;
	border-radius:3px;
	text-decoration:none;
	color:#838383;
	margin:2px;
	}
.tags-cloud a:hover {
	background:#eee;
	}


/* Recent Comments */
.recent-comments {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.recent-comments li {
		padding:0;
		margin:0;
		border:none;
		padding-bottom:.5em;
		}

































