/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

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

	body{ line-height:1; }
	article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section{ display:block; }
	nav ul{ list-style:none; }
	blockquote, q{ quotes:none; }
	blockquote:before, blockquote:after, q:before, q:after{ content:''; content:none; }
	a{ margin:0; padding:0; font-size:100%;  vertical-align:baseline; background:transparent; }

	/* change colours to suit your needs */
	ins{ background:#none; text-decoration:none; }

	/* change colours to suit your needs */
	mark{ background:none; font-style:italic; font-weight:bold; }
	del{ text-decoration: line-through; }
	abbr[title], dfn[title]{ border-bottom:1px dotted; cursor:help; }
	table{ border-collapse:collapse; border-spacing:0; }

	/* change border colour to suit your needs */
	hr{ display:block; height:1px; border:0; border-top:1px solid #cccccc; padding:0; }
	input, select{ vertical-align:middle; }


/**
   * Clearfix
*/

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


/**
   * General
*/

	body{ overflow:auto; min-width:980px; font:12px/20px "Helvetica Neue", Helvetica, Arial, sans-serif; }
	#pk_wrapper{ width:100%; }
	#pk_left{ position:relative; overflow:hidden; float:left; width:210px; }
	#pk_right{ margin-left:210px; }

	#pk_left_contents{ width:415px; }
	#pk_right_contents{ overflow:hidden; padding:35px 20px 0px 20px; }
	#pk_navigation{ float:left; width:150px; padding:60px 20px 0px 30px; }
	#pk_sidebar{ display:none; float:right; padding:60px 20px 0px 20px; width:175px; }

	#pk_button_sidebar{ position:fixed; top:0px; left:177px; width:35px; height:36px; cursor:pointer; z-index:10; }


/**
   * Default Typography
*/

	h1, h2, h3, h4, h5, h6{ margin-bottom:15px; font-weight:normal; }
	h1{ font-size:20px; line-height:24px; }
	h2{ font-size:18px; line-height:22px; }
	h3{ font-size:16px; line-height:21px; }
	h4{ font-size:14px; }
	h5{ font-size:13px; }
	h6{ font-size:12px; }

	p, ul, ol, dl, blockquote, pre, code, table, fieldset{ margin-bottom:20px; }
	a, a span{ outline:0 none; text-decoration:none; }
	strong{ font-weight:bold; } 
	cite, em, dfn{ font-style:italic; }
	dfn, ins{ padding-bottom:2px; }
	small, sup, sub{ padding:0px 3px; font-size:80%; }
	small{ padding-left:0px; }
	abbr{ text-transform:uppercase; letter-spacing:2px; }
	address{ font-style:italic; }
	mark{ padding:2px 5px 3px 5px; font-style:italic; font-weight:bold; }
	a abbr{ cursor:pointer; }
	dfn{ cursor:help; }
	sup{ vertical-align:super; }
	sub{ vertical-align:sub; }
	
	code, pre{ clear:both; display:block; overflow:hidden; margin:10px 0px; line-height:20px; font-family:"Consolas", "Andale Mono", Courier, "Courier New", monospace; font-size:12px; text-shadow:none; }
	code, .pk_code{ padding:20px 10px; }
	pre, .pk_pre{ white-space:pre; padding:20px 10px; }
	code:hover, pre:hover{ overflow:auto; }

	blockquote{ font-family:"Georgia", "Baskerville", Times, Gill Sans, sans-serif; font-size:15px; }
	blockquote p{ margin:0px 0px 10px 0px; padding:0px 10px 0px 35px; }
	blockquote cite{ display:block; margin-bottom:15px; font-size:12px; }
	blockquote.pk_alignleft{ margin-right:25px; }
	blockquote.pk_alignright{ margin-left:25px; }
	blockquote.pk_alignright p{ padding-left:50px; }

	ul{ margin-left:10px; list-style-type:disc; list-style-position:outside; }
	ul li{ margin-left:5px; }
	ol{ margin-left:15px; list-style-type:decimal; list-style-position:outside; }
	ol li{ margin-left:5px; }
	ul ul, ol ol, ul ol, ol ul{ margin:5px 0px 10px 8px; }
	dd{ margin:0px 0px 10px 8px; font-size:11px; }

	fieldset{ padding:10px; }
	option{ padding:0px 5px; }
	input, textarea{ outline:none; }
	legend{ padding:5px; font-size:11px; font-weight:bold; }
	select{ margin-bottom:15px; padding:5px; }

	input[type=checkbox]{ margin-bottom:3px; }
	input[type=submit], button{ margin:0px 0px 20px 0px; padding:0px 10px 2px 10px; height:30px; font-size:12px; line-height:30px; border:none; background:none; cursor:pointer; }
	input[type=submit], button{ -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }

	input[type=text], input[type=password], input[type=email]{ padding:8px 5px 8px 5px; margin:0px 0px 10px 0px; min-width:30%; font-size:12px; line-height:18px; }
	textarea{ overflow:auto; margin-bottom:5px; padding:8px 5px 8px 5px; font:12px/20px "Helvetica Neue", Helvetica, Arial, sans-serif; overflow:auto; }


/**
   * Extended Typography
*/

	/* Lists */

	.pk_arrow_list, .pk_arrow_list ul, 
	.pk_circle_list, .pk_circle_list ul,  
	.pk_check_list, .pk_check_list ul, 
	.pk_clear_list, .pk_clear_list ul, 
	.pk_thumbnail_list,
	.pk_comments_list,
	.pk_posts_list, 
	.pk_twitter_list{ margin-left:0px; list-style-type:none; }
	.pk_arrow_list li, .pk_circle_list li, .pk_check_list li{ margin-left:0px; }
	.pk_arrow_list li{ padding-left:13px; }
	.pk_circle_list li{ padding-left:16px; }
	.pk_check_list li{ padding-left:22px; }

	.pk_underline_list, .pk_underline_list ul{ margin-left:15px; list-style-position:outside; }
	.pk_underline_list li, .pk_underline_list ul li { margin-left:0px; padding-left:0px; }
	.pk_underline_list span, .pk_underline_list a{ display:block; padding:3px 0px; }
	.pk_underline_list.pk_arrow_list, .pk_underline_list.pk_circle_list, .pk_underline_list.pk_check_list, .pk_underline_list.pk_clear_list, .pk_underline_list.pk_posts_list{ margin-left:0px; }
	.pk_underline_list.pk_arrow_list a, .pk_underline_list.pk_arrow_list span{ padding-left:13px; }
	.pk_underline_list.pk_circle_list a, .pk_underline_list.pk_circle_list span{ padding-left:16px; }
	.pk_underline_list.pk_check_list a, .pk_underline_list.pk_check_list span{ padding-left:22px; }
	.pk_underline_list.pk_posts_list a, .pk_underline_list.pk_posts_list span{ padding-left:23px; }

	.pk_thumbnail_list li{ margin:-1px 0px 0px 0px; padding:10px 0px 12px 0px; overflow:hidden; }
	.pk_thumbnail_list li h5{ margin:0px 0px 10px 0px; padding:0px; line-height:23px; }
	.pk_thumbnail_list li h6{ margin:0px 0px 8px 0px; padding:0px; line-height:23px; }
	.pk_thumbnail_list li p{ margin:0px; }
	.pk_thumbnail_list a{ word-wrap:break-word; }
	.pk_thumbnail_list img, .pk_thumbnail_list .pk_image{ margin:0px 0px 5px 0px; }
	.pk_thumbnail_list .pk_post_meta{ margin-top:6px; font-size:10px; }
	.pk_thumbnail_list.pk_arrow_list li{ padding-left:15px; }
	.pk_thumbnail_list.pk_circle_list li{ padding-left:16px; }
	.pk_thumbnail_list.pk_check_list li{ padding-left:21px; }
	.pk_thumbnail_list.pk_posts_list li{ padding-left:23px; }

	.pk_comments_list li{ margin:-1px 0px 0px 0px; padding:4px 0px 4px 21px; }
	.pk_comments_list li a{ word-wrap:break-word; }
	.pk_comments_list .pk_post_meta{ margin:8px 0px 0px; font-size:11px; }
	.pk_comments_list p{ margin-bottom:10px; }
	
 	.pk_twitter_list li{ margin:-1px 0px 0px 0px; padding:10px 0px 12px 21px; }
 	.pk_twitter_list a{ word-wrap:break-word; }
 	.pk_twitter_list small{ display:block; margin-top:6px; }
	.pk_twitter_list p{ margin-bottom:10px; }	


/**
   * Table
*/

	table{ margin:0px 0px 30px 0px; padding:0px; width:100%; border-collapse:collapse; }
	table, td, th{ vertical-align:middle; }
	caption{ padding:4px 0px; width:auto; }
	th{ padding:7px; text-align:center; font-weight:normal; font-size:14px; }
	td{ padding:7px; text-align:center; }
	tfoot td{ padding:4px; }


/**
   * Logo
*/

	.pk_logo{ margin:0px; padding:0px; text-indent:-9999px; }
	.pk_logo a{ display:block; }


/**
   * Header
*/

	header{ position:relative; }
	header h2{ margin:15px 0px 0px 0px; font-size:13px; line-height:18px; }


/**
   * Nav
*/
	
	nav{ margin:0px; padding:0px; }
	nav ul{ margin:0px; padding:0px; list-style-type:none; }
	nav ul a{ position:relative; margin:0px; padding:0px; border:none; }
	nav ul li{ position:relative; margin:0px; padding:0px; }
	nav ul ul{ display:none; position:absolute; margin:0px 0px 10px 0px; padding:5px 0px; top:-5px; left:150px; width:200px; z-index:1000; }
	nav ul ul{ -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.10); -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.10); box-shadow:0px 1px 1px rgba(0, 0, 0, 0.10); }
	nav ul ul a{ float:left; margin:0px; padding:0px 11px; width:170px; height:auto; }
	nav ul li li{ margin:0px 8px; margin:0px; padding:0px; width:174px; }
	nav ul ul ul{ top:auto; padding:0px 0px 5px 0px; margin-left:5px; width:200px; }
	nav ul li ul ul{ top:-3px; left:180px; padding-top:3px; }
	nav .pk_last{ margin-right:0px; padding-right:0px; border:none; }


/**
   * Columns
*/

	.pk_full_width{ width:100%; }
	.pk_one_half, .pk_one_third, .pk_one_fourth, .pk_one_fifth, .pk_one_sixth, .pk_two_third, .pk_two_fourth, .pk_two_fifth, .pk_two_sixth, .pk_three_fourth, .pk_three_fifth, .pk_three_sixth, .pk_four_fifth, .pk_four_sixth, .pk_five_sixth{
		position:relative; float:left; margin-right:3.9%;
	}
	.pk_one_half{ width:48%; }
	.pk_one_third{ width:30.6%; }
	.pk_one_fourth{ width:22%; }
	.pk_one_fifth{ width:16.7%; }
	.pk_one_sixth{ width:13.3%; }
	.pk_two_third{ width:65.3%; }
	.pk_two_fourth{ width:48%; }
	.pk_two_fifth{ width:37.6%; }
	.pk_two_sixth{ width:30.6%; }
	.pk_three_fourth{ width:74%; }
	.pk_three_fifth{ width:58.4%; }
	.pk_three_sixth{ width:47.9%; }
	.pk_four_fifth{ width:79.2%;}
	.pk_four_sixth{ width:65.3%; }
	.pk_five_sixth{ width:82.6%; }
	.pk_last{ margin-right:0px; }


/**
   * Sidebar
*/

	.pk_divider_small{ margin:30px 0px; }
	.pk_divider_small:last-child{ display:none; }


/**
   * Sharing
*/

	.pk_sharing{ position:absolute; top:35px; right:20px; margin:0px; padding:0px; width:auto; text-align:right; }
	.pk_sharing p{ margin-bottom:0px; }


/**
   * Blog
*/

	.pk_posts{ margin:0px 0px 20px 0px; padding:0px; list-style-type:none; }
	.pk_posts .pk_button_close_work{ position:absolute; right:20px; top:20px; z-index:100; }
	.pk_posts .pk_button_up, .pk_posts .pk_button_down{ position:absolute; right:20px; top:49px; z-index:101; }
	.pk_posts .pk_button_down{ top:78px; z-index:102; }
	.pk_posts .pk_post{ clear:both; position:relative; overfow:hidden; display:block; margin:0px 0px 5px 0px; padding:0px;
		-moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.10); -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.10); box-shadow:0px 1px 1px rgba(0, 0, 0, 0.10);
	}
	
	.pk_post .pk_caption{ display:none; position:relative; overflow:hidden; cursor:pointer; }
	.pk_post .pk_caption .pk_featured_image{ position:relative; float:left; margin-right:15px; }
	.pk_post .pk_caption .pk_info{ padding:16px 0px; margin-left:30px; }
	.pk_post .pk_caption img{ display:block; margin:0px; padding:0px; }
	.pk_post .pk_caption h4{ margin:0px; padding:0px; font-size:13px; line-height:18px; }
	.pk_post .pk_caption p{ margin-bottom:0px; font-size:11px; }
	
	.pk_post .pk_caption_link{ display:none; position:relative; overflow:hidden; cursor:pointer; }
	.pk_post .pk_caption_link .pk_featured_image{ position:relative; float:left; margin-right:15px; }
	.pk_post .pk_caption_link .pk_info{ padding:16px 0px; margin-left:30px; }
	.pk_post .pk_caption_link img{ display:block; margin:0px; padding:0px; }
	.pk_post .pk_caption_link h4{ margin:0px; padding:0px; font-size:13px; line-height:18px; }
	.pk_post .pk_caption_link p{ margin-bottom:0px; font-size:11px; }
	
	.pk_entry{ clear:both; position:relative; margin:0px; padding:0px; }

	.pk_entry .pk_gallery{ overflow:hidden; padding:20px 1.5%; min-height:150px; }
	.pk_entry .pk_gallery_item{ overflow:hidden; }
	.pk_entry .pk_gallery img{ display:block; margin:0 auto; }
	.pk_entry .pk_gallery_item .pk_video{ margin:0 auto; }
	.pk_entry .pk_button_next, .pk_entry .pk_button_prev{ display:block; position:absolute; top:20px; cursor:pointer; }
	.pk_entry .pk_button_next{ right:20px; }
	.pk_entry .pk_button_prev{ left:20px; }
	.pk_entry .pk_gallery_navigation{ position:relative; height:20px; }
	.pk_entry .pk_gallery_navigation_buttons{ margin:0 auto; padding-top:12px; height:8px; }
	.pk_entry .pk_gallery_navigation_button{ display:block; float:left; margin-right:1px; width:8px; height:8px; text-indent:-9999px; }

	.pk_entry .pk_info{ margin:0 auto; margin-top:20px; width:660px; }
	.pk_entry .pk_info .pk_meta{ float:left; padding-right:10px; width:120px; font-size:11px; }
	.pk_entry .pk_info .pk_meta ul, .pk_entry .pk_info .pk_meta li{ margin:0px; padding:0px; list-style-type:none; }
	.pk_entry .pk_info .pk_meta p{ margin-bottom:15px; }
	.pk_entry .pk_info .pk_description{ float:left; width:530px; }
	.pk_entry .pk_info .pk_single_meta{ clear:both; font-size:11px; padding-top:20px; }
	.pk_entry .pk_info .pk_single_meta .pk_meta_divider{ padding:0px 5px 0px 7px; }
	.pk_entry .pk_info .pk_single_meta .pk_meta_divider:last-child{ display:none; }

	.pk_single{ clear:both; overflow:hidden; margin-bottom:20px; 
		-moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.10); -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.10); box-shadow:0px 1px 1px rgba(0, 0, 0, 0.10);
	}
	.pk_single .pk_info .pk_description{ width:660px; }
	
	.pk_post_buttons{ overflow:hidden; list-style-type:none; margin:0px 0px 20px 0px; padding:0px; font-size:11px; }
	.pk_post_buttons li{ float:left; margin:20px 10px 0px 0px; padding:0px; }
	.pk_post_buttons .pk_total_comments{ padding:0px 10px 0px 20px; }
	.pk_post_buttons .pk_read_more{ margin-top:13px; }


/**
   * Comments
*/

	#comments{ clear:both; width:660px; margin:0 auto; margin-top:40px; overflow:hidden; }

	.pk_comments{ position:relative; clear:both; margin-bottom:0px; padding:0px; }
	.pk_comments_rss{ position:absolute; top:1px; left:0px; padding-left:20px; font-size:11px; }
	.pk_comments h5{ display:block; margin:0px 0px 6px 130px; width:300px; font-weight:bold; }
	.pk_comments .comment_list, .pk_comments .pk_comment, .pk_comments .children{ margin:0px; padding:0px; list-style-type:none; }

	.pk_comments .pk_comment, .pk_comments .pk_message{ overflow:hidden; }
	.pk_comments .pk_comment_meta{ float:left; padding:20px 0px; width:100px; font-size:11px; }
	.pk_comments .pk_comment_meta .comment-reply-link{ padding-left:16px; font-size:11px; border:none; }
	.pk_comments .pk_comment_meta p{ margin:0px; }
	.pk_comments .pk_comment_meta p a{ font-weight:bold; }
	.pk_comments .pk_comment_text{ float:right; padding-top:20px; width:530px; }
	.pk_comments .pk_comment_text p{ margin:0px 0px 20px 0px; }
	.pk_comments .pk_comment_text h5{ margin:0px 0px 15px 0px; font-weight:normal; }

	.pk_comments .comment_list .children .pk_comment_text p{ padding-left:30px; }
	.pk_comments .comment_list .children .children .pk_comment_text p{ padding-left:60px; }
	.pk_comments .comment_list .children .children .children .pk_comment_text p{ padding-left:90px; }
	.pk_comments .comment_list .children .children .children .children .pk_comment_text p{ padding-left:120px; }
	.pk_comments .comment_list .children .children .children .children .children .pk_comment_text p{ padding-left:150px; }

	#cancel-comment-reply-link{ position:absolute; top:1px; right:0px; margin:0px; padding:0px 0px 0px 16px; text-decoration:none; font-size:12px; font-weight:normal; }
	.nocomments{ clear:both; display:block; margin:20px auto 20px auto; width:660px; }

	/* Comments Form */

	#respond{ clear:both; overflow:hidden; }
	#respond .pk_allowed_tags{ float:left; margin:36px 0px 0px 0px; padding:0px; width:100px; font-size:10px; }
	#respond .pk_allowed_tags ul{ overflow:hidden; margin:0px 0px 20px 0px; padding:0px; list-style-type:none; }
	#respond .pk_allowed_tags li{ margin:0px; padding:0px; }
	#respond .pk_contact_form{ clear:none; overflow:hidden; float:right; }
	#respond .pk_button_tags{ display:block; margin:0px 0px 15px 0px; padding:3px 0px 0px 1px; font-size:11px; height:27px; cursor:pointer; }

	#pk_comments_form{ float:right; margin:40px 0px 0px 0px; padding:0px; width:530px; }
	#pk_comments_form h5{ margin:0px 0px 6px 0px; font-size:13px; font-weight:bold; }
	#pk_comments_form form{ padding-top:20px; }
	.pk_comments .comment_list #pk_comments_form{ position:relative; overflow:hidden; }
	
	.bypostauthor{  }


/**
   * Categories Filter
*/

	.pk_categories_filter{ position:relative; margin:0px 0px 5px 0px; padding:0px; }
	.pk_categories_filter .pk_dropdown_categories{ margin:0px; padding:0px; }
	.pk_categories_filter .pk_button_categories{ display:block; margin:0px; padding:0px; width:210px; height:30px; cursor:pointer; }
	.pk_categories_filter .pk_button_categories span{ margin:0px; padding-right:15px; width:auto; }
	.pk_categories_filter .pk_categories_list{ overflow:hidden; display:none; -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1); -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1); box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1); }
	.pk_categories_filter ul{ overflow:hidden; margin:0px; padding:10px 15px; height:auto; list-style-type:none; }
	.pk_categories_filter li{ float:left; margin:0px; padding:0px; }
	.pk_categories_filter li a{ padding:0px; }
	.pk_categories_filter li span{ margin:0px 7px; }
	.pk_categories_filter li:last-child span{ display:none; }


/**
   * Extra Content / Footer
*/

	footer{ clear:both; overflow:hidden; margin:0px 0px 20px 0px; padding:0px; width:100%; }
	footer .pk_copyright{ margin:0px; padding:0px; font-size:11px; text-align:right; }


/**
   * Pagination
*/

	/* Blog Posts */
	
	.pk_pagination{ overflow:hidden; margin-bottom:15px; padding:15px; -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1); -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1); box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1); }
	.pk_pagination a{ display:block; float:left; margin-right:2px; width:24px; height:24px; font-size:11px; text-align:center; line-height:24px; }
	.pk_pagination a.pk_current_page{ font-weight:bold; }
	
	.pk_previous_next_post_links{ clear:both; overflow:hidden; margin-bottom:20px; padding-top:20px; }
	.pk_previous_post_links a, .pk_next_post_links a{ display:block; padding-top:2px; height:22px; }
	.pk_previous_post_links{ float:left; }
	.pk_previous_post_links a{ padding-left:30px; }
	.pk_next_post_links{ float:right; }
	.pk_next_post_links a{ padding-right:30px; }
	
	/* Blog Pages */
	
	.pk_posts_link_pages_wrapper_all{ clear:both; padding:10px 0px; height:35px; }
	.pk_posts_link_pages_wrapper{ float:left; margin:0px 0px 0px -2px; height:35px; }
	.pk_posts_link_pages{ float:left; margin:0px 0px 0px 15px; padding:7px 15px 0px 0px; height:28px; font-size:11px; }
	.pk_posts_link_pages a{ padding:0px 1px; }
	
	/* Comments */
	
	.pk_pagination.pk_pagination_comments{ overflow:hidden; width:100%; margin-bottom:20px; padding:15px 0px 0px 128px; }
	.pk_pagination.pk_pagination_comments{ -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; }
	.pk_pagination.pk_pagination_comments .pk_button_prev, .pk_pagination.pk_pagination_comments .pk_button_next{ position:relative; left:0px; top:0px; float:left; margin:0px; padding:0px 10px; width:auto; }
	.pk_pagination.pk_pagination_comments .pk_pages{ float:left; }
	.pk_pagination.pk_pagination_comments .pk_current_page{ display:block; float:left; margin-right:2px; width:24px; height:24px; font-size:11px; text-align:center; line-height:24px; font-weight:bold; }


/**
   * Widgets
*/

	.pk_widget{ clear:both; }
	.pk_widget select{ width:100%; }
	.pk_widget .pk_image.pk_alignleft{ margin-bottom:1px; }

	#pk_sidebar .pk_widget{ margin:0px; }
	#pk_sidebar .pk_widget.pk_last_widget, #pk_sidebar .pk_widget.pk_last_widget ul, #pk_sidebar .pk_widget.pk_last_widget ol{ margin-bottom:0px; }

	.pk_widget_title{ margin-bottom:20px; font-size:13px; font-weight:bold; line-height:1px; }

	/* PK Flickr */
	
	.pk_flickr_widget{ overflow:hidden; padding:1px; }
	.pk_flickr_widget .pk_image{ float:left; margin:2px; }
	.pk_flickr_widget .pk_image_wrapper{ width:68px; height:68px; }
	.pk_flickr_widget .pk_image_wrapper img{ width:56px; height:56px; }

	#pk_sidebar .pk_flickr_widget{ padding:3px; }
	#pk_sidebar .pk_flickr_widget .pk_image{ margin:3px; }
	#pk_sidebar .pk_flickr_widget .pk_image_wrapper{ width:50px; height:50px; }
	#pk_sidebar .pk_flickr_widget .pk_image_wrapper img{ width:50px; height:50px; }
	
	/* PK Social Networks */
	
	.pk_menu_sn{ margin:0px; padding:0px; list-style-type:none; }
	.pk_menu_sn li{ margin:0px 5px 0px 0px; padding:0px; float:left; }

	/* WP Search */

	#searchform{ overflow:hidden; }
	#searchform input[type=text]{ float:left; margin:0px 0px 0px 5px; padding:5px 0px; width:130px; height:24px; vertical-align:middle; border:none; }
	#searchform input[type=submit]{ float:right; margin:0px; padding:0px; width:34px; height:34px; border:none; cursor:pointer; outline:none; text-indent:-9999px; }
	#searchform .screen-reader-text{ display:none; }

	/* WP-Calendar */
	
	#calendar_wrap th, #calendar_wrap td{ padding:2px 0px; }

	/* WP-Blogroll */
	
	.blogroll{ margin:0px; padding:0px; }
 	.blogroll li{ list-style-type:none; margin:0px; padding-left:0px; }
	
	/* WP-RSS */
	
	.rsswidget img{ margin:0px 5px 0px 0px; padding:0px; }
 	.rss-date{ display:block; margin:10px 0px 0px 0px; font-size:11px; }
 	.rssSummary{ margin-bottom:10px; }


/**
   * Shortcodes
*/
 	
	/* WP-Gallery */
	
	.gallery{ clear:both; margin:auto; margin-bottom:20px; }
	.gallery .gallery-item{ float:left; margin:10px 0px 0px 0px; text-align:center; width:25%; }
	.gallery img{ margin:0px; padding:4px; }
	.gallery .gallery-caption{ margin:5px 0px 5px 0px; padding:0px; }

	.pk_entry_attachment{ padding:10px; text-align:center; }
	.pk_attachment_caption p{ display:block; margin:3px 0px 0px 0px; padding:10px 17px; }
	.pk_attachments_navigation{ overflow:hidden; }
	.pk_attachments_navigation .pk_prev_atachment a, .pk_attachments_navigation .pk_next_atachment a{ padding:0px 15px; }
	.pk_prev_atachment a{ float:left; }
	.pk_next_atachment a{ float:right; }
	.pk_entry_attachment, .pk_attachment_caption p{ -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
	
	.attachment{ padding:5px; }
	.attachment img{ display:block; margin:0px auto; padding:0px; }

	/* PK Get Size */
	
	.pk_get_size{ margin:0px 0px 20px 0px; padding:6px 15px; width:auto; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; z-index:5605; }


/**
   * Images
*/

	.pk_entry .pk_info .size-full{ max-width:660px; height:auto; }


/**
   * WP Caption
*/

	.wp-caption{ margin:0px 0px 10px 0px; padding:4px 0px 0px 0px; text-align:center; }
	.wp-caption img{ display:block; margin:0px auto; padding:0px; border:none; }
	.wp-caption-text{ margin:0px; padding:10px 5px 10px 5px; font-size:11px; line-height:18px; text-align:center; }


/**
   * Contact Forms
*/

	.pk_contact_form{ overflow:hidden; clear:both; }
	.pk_contact_form form{ overflow:hidden; margin-bottom:20px; }
	.pk_contact_form .pk_contact_form_textarea_wrapper{ clear:both; margin-bottom:10px; padding:5px; }
	.pk_contact_form textarea{ margin:0px; padding:0px; width:99.8%; height:130px; border:none; background:none; }
	.pk_contact_form input[type=text], .pk_contact_form input[type=email]{ float:left; width:70%; }
	.pk_contact_form label{ float:left; margin:5px 0px 0px 10px; }
	.pk_contact_form input[type=submit]{ display:block; float:left; margin:0px; padding:0px 15px 2px 0px; width:auto; height:35px; line-height:35px; text-shadow:0px 1px 0px rgba(255, 255, 255, 0.6); }
	.pk_contact_form .pk_button_small{ margin:0px; }

	.pk_widget.pk_contact_form input[type=text], .pk_widget.pk_contact_form input[type=email]{ width:65%; }
	
	/* Contact Form 7 */
	
	.wpcf7, .wpcf7 form{ clear:both; overflow:hidden; margin-bottom:20px; }
	.wpcf7 .wpcf7-form-control-wrap{ position:relative; }
	.wpcf7 .wpcf7-response-output{ clear:both; margin:0; padding:5px 10px; }
	.wpcf7 .wpcf7_textarea_wrapper{ display:block; clear:both; margin-bottom:10px; padding:5px; }
	.wpcf7 .wpcf7-not-valid-tip{ position:absolute; top:-8px; left:0; padding:2px 5px; width:auto; font-size:11px; z-index:100; }
	.wpcf7 .wpcf7-validation-errors, .wpcf7 .wpcf7-mail-sent-ok{ clear:both; margin:10px 0px 0px 0px; padding:5px 10px; }
	.wpcf7 .wpcf7-list-item{ margin:10px 10px 10px 0px; padding:0px; }
	.wpcf7 .wpcf7-file{ clear:both; position:relative; margin:5px 0px; padding:10px 0px; width:auto; border:none; background:none; }
	.wpcf7 .wpcf7-acceptance{ clear:both; margin:10px 0px; }
	.wpcf7 .wpcf7-quiz-label{ display:block; margin:0px 0px 5px 0px; padding:0px; }
	.wpcf7 .wpcf7-quiz{ margin:0px; }
	
	.wpcf7 p{ margin-bottom:0px; }
	.wpcf7 div label{ margin:0px 0px 0px 10px; padding:0px; }
	.wpcf7 textarea{ margin:0px; padding:0px; width:99.8%; height:130px; border:none; background:none; }
	.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 select{ clear:both; width:70%; }
	.wpcf7 input .wpcf7-not-valid-tip{ left:5px; }
	.wpcf7 input[type=submit]{ display:block; float:left; margin:0px; padding:0px 15px 2px 0px; width:auto; height:35px; line-height:35px; }
	.wpcf7 .pk_button_small{ margin:0px 0px 10px 0px; }


/**
   * Buttons
*/

	.pk_button_small{ display:block; float:left; margin-bottom:10px; padding-left:15px; height:35px; border:none; font-size:11px; cursor:pointer; white-space:nowrap; }
	.pk_button_small span{ display:block; float:left; padding:7px 15px 0px 0px; height:28px; }
	.pk_button_small:hover, .pk_button_small:hover span{ border:none; }
	.pk_button_small.pk_button_with_icon{ padding-left:35px; }

   /* Buttons Square */

	.pk_button_square{ display:block; width:24px; height:24px; cursor:pointer; text-indent:-9999px; }


/**
   * Dividers
*/

	.pk_divider_small{ overflow:hidden; height:2px; }
	.pk_divider{ position:relative; clear:both; display:block; margin:0px 0px 20px 0px; padding:0px; height:10px; }
	.pk_divider hr{ width:100%; border:none; }

	/* Empty Spaces */

	.pk_clear_both{ display:block; clear:both; width:100%; height:0px; }
	.pk_empty_space{ display:block; position:relative; clear:both; height:20px; }


/**
   * Extra Classes
*/

	.pk_alignleft, .alignleft{ float:left; margin:3px 15px 0px 0px; }
	.pk_aligncenter, .aligncenter{ display:block; margin:5px auto; margin-bottom:20px; }
	.pk_alignright, .alignright{ float:right; margin:3px 0px 0px 15px; }
	.alignnone{ display:block; margin:15px 0px; }
	.pk_alignnone:after{ content:""; display:table; }
	.pk_alignnone:after{ clear:both; }

	.pk_fit{ width:100%; height:100%; }
	.pk_fixed{ position:fixed; }
	.pk_center_text{ text-align:center; }
	.pk_hide{ display:none; }
	.pk_hidden{ visibility:hidden; }
	.pk_clear_margin{ margin:0px; }
	.pk_clear_padding{ padding:0px; }
	.pk_clear_all{ clear:both; margin:0px; padding:0px; }
