/*
Theme Name: Sanna K Autofocus
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Version: 1.2
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/
@import url(http://fonts.googleapis.com/css?family=Lobster+Two:400,700);
@import url(http://fonts.googleapis.com/css?family=Delius+Swash+Caps);
@font-face {
  font-family: Sketch_Block;
  src: url("Sketch_Block.ttf");
}

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	
	
}
body {
	line-height: 1;


}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -375px 0 0;
	width: 1000px;
}
#content {
	margin: 0 184px 0 20px;
}
#primary,
#secondary {
    float: right;
    overflow: hidden;
    width: 330px;
}
#secondary {
	clear: right;
}
#footer {
	
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Georgia, "Bitstream Charter", serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", 
	sans-serif;
}
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 50px auto;
	width: 1200px;
	
}

#wrapper {
    background: #fff;
	padding: 20px;
    border: 1px solid #BEBEBE;
    box-shadow: 0 1px 5px #CCCCCC;	
	  
	}



/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
	

	
}

#footer-widget-area a:link {
	font-size: 1.5em;
	
}

#footer-widget-area a:hover {
	color: #000;
	background-color: rgba(206, 205, 153, 0.6); 
	padding: 0 4px 2px 4px;
}

#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 240px;
}

#
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 1em;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #f1f1f1;
	
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 10px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #000;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	color: #000;
	text-decoration:none;
	font-weight:bold;
}
a:active,
a:hover {
	color: #439e3c;
	text-decoration:none;
	font-weight:bold;
	outline: none;

}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 30px 0 0 0;
	background: url(images/sannakheader2.jpg) no-repeat;
    border: 1px solid #444444;
    box-shadow: 0 0 5px 3px #CCCCCC;
}



#site-title {
	font-size: 3em;
	line-height:0.7em;
	
}

div#site-title {
	float: right;
	clear:right;
	line-height:0.7em;
	
	
}

#site-title a {
	font-family: "Helvetica";
	text-decoration: none;
	font-style: none;
	letter-spacing: 1px;
    padding: 0 0 10px;
	
}

#site-title a:hover {
	text-decoration: none;
	font-style: none;
	color: #232323;
}

#site-title a:active {
	color:#cecd99; 
	text-decoration: none;
	
	font-style: none;
	text-shadow: 1px 1px 1px #000;
}

#st0  {
	visibility:hidden;
	font-family: Georgia, "Bitstream Charter", serif;
	font-weight:bold;
	font-size:0.1em;
	width: 400px;
	height:100px;
	position: relative;
	letter-spacing:4px;
	float:left;
	right:-40px;
	color: #000;
	line-height:0px;
	
	

}


#st1 {	
}

#site-title a:hover #st1{
		color: #000;
     -moz-transition: all 0.6s ease-out;  /* FF4+ */
       -o-transition: all 0.6s ease-out;  /* Opera 10.5+ */
  -webkit-transition: all 0.6s ease-out;  /* Saf3.2+, Chrome */
      -ms-transition: all 0.6s ease-out;  /* IE10? */
          transition: all 0.6s ease-out; 
		  
		  	-moz-transform: rotate(-12.5deg);  
       -o-transform: rotate(-12.5deg); 
  -webkit-transform: rotate(-12.5deg); 
      -ms-transform: rotate(-12.5deg); 
          transform: rotate(-12.5deg);  

}
#site-title a #st1 {
text-shadow: 1px 1px 3px #888888
		color:#373737;
     -moz-transition: all 0.6s ease-in;  /* FF4+ */
       -o-transition: all 0.6s ease-in;  /* Opera 10.5+ */
  -webkit-transition: all 0.6s ease-in;  /* Saf3.2+, Chrome */
      -ms-transition: all 0.6s ease-in;  /* IE10? */
          transition: all 0.6s ease-in; 
}


#st2 {

	
}

#site-title a:hover #st2{
	color: #ccc;
	     -moz-transition: all 0.6s ease-out;  /* FF4+ */
       -o-transition: all 0.6s ease-out;  /* Opera 10.5+ */
  -webkit-transition: all 0.6s ease-out;  /* Saf3.2+, Chrome */
      -ms-transition: all 0.6s ease-out;  /* IE10? */
          transition: all 0.6s ease-out; 
		  
		 	-moz-transform: rotate(7.5deg);  
       -o-transform: rotate(7.5deg); 
  -webkit-transform: rotate(7.5deg); 
      -ms-transform: rotate(7.5deg); 
          transform: rotate(7.5deg);  

}

#site-title a #st2 {
text-shadow: 1px 1px 3px #888888
	margin: 8px;
	color:#ccc;
     -moz-transition: all 0.6s ease-in;  /* FF4+ */
       -o-transition: all 0.6s ease-in;  /* Opera 10.5+ */
  -webkit-transition: all 0.6s ease-in;  /* Saf3.2+, Chrome */
      -ms-transition: all 0.6s ease-in;  /* IE10? */
          transition: all 0.6s ease-in; 
}

#st3 {
	margin: 0 0 0 -12px;
	

}
#site-title a:hover #st3 {
	color: #fff;

		    -moz-transition: all 0.6s ease-out;  /* FF4+ */
       -o-transition: all 0.6s ease-out;  /* Opera 10.5+ */
  -webkit-transition: all 0.6s ease-out;  /* Saf3.2+, Chrome */
      -ms-transition: all 0.6s ease-out;  /* IE10? */
          transition: all 0.6s ease-out; 
		  
		  	-moz-transform: rotate(-7.5deg);  
       -o-transform: rotate(-12.5deg); 
  -webkit-transform: rotate(-12.5deg); 
      -ms-transform: rotate(-12.5deg); 
          transform: rotate(-12.5deg);  

}
#site-title a #st3 {
text-shadow: 1px 1px 3px #888888
	color:#fff;
     -moz-transition: all 0.6s ease-in;  /* FF4+ */
       -o-transition: all 0.6s ease-in;  /* Opera 10.5+ */
  -webkit-transition: all 0.6s ease-in;  /* Saf3.2+, Chrome */
      -ms-transition: all 0.6s ease-in;  /* IE10? */
          transition: all 0.6s ease-in; 
}

#st4 {

}

#site-title a:hover #st4{

	color: #000;
	
     -moz-transition: all 0.6s ease-out;  /* FF4+ */
       -o-transition: all 0.6s ease-out;  /* Opera 10.5+ */
  -webkit-transition: all 0.6s ease-out;  /* Saf3.2+, Chrome */
      -ms-transition: all 0.6s ease-out;  /* IE10? */
          transition: all 0.6s ease-out; 
		  
		  	-moz-transform: rotate(7.5deg);  
       -o-transform: rotate(7.5deg); 
  -webkit-transform: rotate(7.5deg); 
      -ms-transform: rotate(7.5deg); 
          transform: rotate(7.5deg);  

}
#site-title a #st4 {
text-shadow: 1px 1px 3px #888888
 color: rgba(0, 0, 0, 0.6);
     -moz-transition: all 0.6s ease-in;  /* FF4+ */
       -o-transition: all 0.6s ease-in;  /* Opera 10.5+ */
  -webkit-transition: all 0.6s ease-in;  /* Saf3.2+, Chrome */
      -ms-transition: all 0.6s ease-in;  /* IE10? */
          transition: all 0.6s ease-in; 
}


#site-description {
	clear: right;
	float: right;
	font-style: none;
	margin: 0px 20px 18px 0;
	width: 220px;
	font-size:1.8em;
	font-weight: italic; 
	color: #000; 
	padding:4px;
	font-family: Georgia;
}


/* This is the custom header image */
#branding img {
	border-top: 0px solid #000;
	border-bottom: 0px solid #000;
	display: block;
	float: left;
	margin-bottom: 10px;
	
}


/* =Menu
-------------------------------------------------------------- */
#nav{
 

}
#nav li{
	display: inline;
	list-style: none;
	margin: 0;
	position: relative;
}
#nav a{
	padding:10px;
	color: #1e2012;
	font-size:2em;
	font-weight:normal;
	text-decoration: none;
	display: inline;
	line-height: 1em;
	margin-bottom:10px;	
}

#access {
	display: inline;
	float:right;
	margin: -120px 30px 0 0;
			
}

#access .menu-header,
div.menu {
	
	font-size: 2em;
	margin-top:20px;
	
}
#access .menu-header ul,
div.menu ul {
	
	list-style: none;
	margin: 0;
	
}
#access .menu-header li,
div.menu li {
	float:right;
	position: right:0;

}
#access a {
	padding:10px;
	color: #1e2012;
	font-family: Georgia, "Bitstream Charter", serif;
	font-size:2em;
	font-weight:normal;
	text-decoration: none;
	display: inline;
	line-height: 1em;
	margin-bottom:10px;	
	border-right:1px solid rgba(0, 0, 0, 0.0);
	border-left:1px solid rgba(0, 0, 0, 0.0);

}

#access ul ul {
	
	width: 180px;
	z-index: 99999;
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background:#eee;
	color:#fff;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1),inset 2px -2px 4px rgba(0, 0, 0, 0.1);
	border: 1px solid #BEBEBE;
	

}

#access li ul li{
	display: block;
}
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	height: auto;

}
#access li:hover > a,
#access ul ul :hover > a {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);

	border-right:1px solid rgba(0, 0, 0, 0.1);
	border-left:1px solid rgba(0, 0, 0, 0.1);
	
	
	}
#access ul li:hover > ul {
	display: inline;

}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color:#000;
	
	}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;

	

}

#searchform {

	padding:2px 0px;
	margin-top:4px;
}
#searchform #s{
	background: rgba(255,255,255,1);
	width:250px;
	color: #333;
	font-size:1.5em;

}

#searchform form {
	float:left;
}

#searchform #searchsubmit {
	float:right;
	display: block;
	text-decoration: none;
	font-family:"Gill Sans MT", Arial,Helvetica,sans-serif;
	font-weight:normal;
	border: none;
	font-size:2em;
	color: transparent;
	background: url("images/search.png") no-repeat;
	

}





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

#main {
	clear: both;
	overflow: hidden;
	padding: 20px 0 0 0;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 0 0;

}

	#content h1 {
		font-family: "TitilliumMaps",helvetica,sans-serif;
		font-size:2em;
		letter-spacing: -3px;
		padding: 0 0 10px;
		color: #333;
		font-weight:bold;
		padding: 10px 2px 10px 2px;
		text-shadow: 2px 2px 4px #fff;
		border-bottom:1px solid #7cfd2c1;
	}
	#content h2 {
	font-family: "TitilliumMaps",helvetica,sans-serif;
	font-size:1.7em;
    letter-spacing: -1px;
    padding: 0 0 10px;
}

	
	
	#content h3 {
		font-family: "TitilliumMaps",helvetica,sans-serif;
		letter-spacing: -1px;
		font-weight:bold;
		font-size: 1.4em;
		
		color:#333;
		margin-top:0.6em;
		padding: 0 0 0 10px;
	}	


	#content h4 {
		color:#1e1e0e;
		font-size:1.1em;
		margin: 0 0 20px 0;
	}
	


#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #000;
	border-top: 4px solid #bada55;
	color: #fff;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	line-height:1em;
	font-size:3em;
	margin-bottom: 0;
	
}

.entry-utility .comments-link a {
	color: #3f4348;
	font-size:1em;
}

.entry-utility .edit-link a {
	color: #3f4348;
	font-size:1em;
}

.entry-utility .tag-links a {
	color: #3f4348;
	font-size:1em;
}

.entry-utility .cat-links a {
	color: #3f4348;
	font-size:1em;
}


.entry-title a:link,
.entry-title a:visited {
	color: rgba(186, 218, 85, 0.9);
	text-decoration: none;
	font-size:1em;
	font-family: "Gill Sans MT", Arial,Helvetica,sans-serif;

	

}
.entry-title a:active,
.entry-title a:hover {
	color: rgba(190, 165, 2, 0.7);
	text-shadow: 1px 1px 3px #f1f1f1;
}

.entry-date {
	font-family: "Gill Sans MT", Arial,Helvetica,sans-serif;
	color: rgba(190, 165, 2, 0.7);
	text-shadow: 1px 1px 3px #f1f1f1;
	text-decoration: none;
	font-size:1.2em;
	
			
	
}

.entry-date a:hover {
	font-size: 32px;
	color: #000;
	border: none;
}

.entry-meta {
	font-family: "Gill Sans MT", "Arial,Helvetica,sans-serif";
	color: #000;
	font-size: 1em;
	padding:-40px;
	
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
	
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	margin-top: 1em;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
	font-sixe:1em;
	color: rgba (95,82,33, 1);
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
	font-sixe:1em;
	color: rgba (95,82,33, 1);
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto;
	border: 10px solid;
	border-color: transparent;
	border-color: rgba(180, 180, 144, 0.6);
	-moz-border-radius: 12px; /* FF1-3.6 */
	-webkit-border-radius: 12px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
	border-radius: 12px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */	/* Override height to match resized width for correct aspect ratio. */
}
.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;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	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;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #dcd589;
	font-size: 1em;
	line-height: 18px;
	overflow: hidden;
	
}
.navigation a:link,
.navigation a:visited {
	text-decoration: none;
	font-weight:bold;
	color: rgba(186, 218, 85, 0.6);
	font-size:1em;
	font-family: "Gill Sans MT",Arial,Helvetica,sans-serif;
	line-height: 1em;
	margin-top:5px;
	}
.navigation a:active,
.navigation a:hover {
	color: #989448;
}
.nav-previous {
	float: left;
	width: 50%;
	font-size:1em;
	color: rgba(95,82,33, 1);
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
	font-size:1em;
	color: rgba(95,82,33, 1);
}
#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;
	color:#000;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
	font-size: 1.2em;
	visibility:hidden;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: none;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 0 0 0;

}
#main .widget-area ul ul {

	margin-left: 0.7em;
	padding: 0;
}


#primary a{
	font-weight:normal;
	 	
}




.widget_recent_entries {
	font-family: "Georgia", Times new roman;
	padding: 3px 3px 3px 3px;
	font-size:1.5em;
	line-height:1em;
	text-decoration:none;
	background: url("images/recentpostspaper.jpg");
	text-indent:5px;
	
	
}

.widget_recent_entries ul li{
	list-style: none;
			
}
.widget_recent_entries ul li:before{
	content:"- ";
		
}

.widget_recent_entries ul li{
	padding:7px;
		
}


.widget_recent_entries ul a {
	padding: 2px;
	font-weight:normal;
	color: #000;
	margin-bottom: 1em;
}

.widget_recent_entries ul a:hover {
	list-style: none;
}

.widget_recent_entries ul a:hover {
	list-style: none;
	color: #000;	
	text-decoration: none;

}



	
.widget_categories ul li {
	padding: 20px 20px 20px 20px;
	font-family: georgia,"Times New Roman";
	font-size:1.5em;
	line-height:1em;
	list-style: none;	
	color: #333;
	margin-right:40px;
	
		
}

.widget_categories ul li{
	padding:7px;
		
}

.widget_categories ul a:link, .widget_categories ul a {
	
	font-size: 1em;

	}
	
	
	
.widget_categories ul a:hover {
	color: #000;
	text-decoration:underline;

}


.tagcloud  a:link{
   color: #000 !important;
   }

   .widget_tag_cloud {
	padding: 50px 10px 50px 30px;
	margin: 10px -20px;
	background: url("images/recentpostspaper.jpg") repeat scroll 0 0 transparent;
	font-weight: bold;
	font-size:1em;
	line-height: 1.3em;
	font-weight: normal;
	font-family: 'Lobster Two','Delius Swash Caps', cursive;
	-moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 2px 7px rgba(0, 0, 0, 0.2);
    position: relative;

}

.widget_tag_cloud:before {
    -moz-transform: skew(20deg) rotate(6deg);
    background: none repeat scroll 0 0 transparent;
    bottom: 13px;
    box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6);
    content: "";
    height: 55%;
    position: absolute;
    right: 22px;
    width: 70%;
    z-index: -1;
	
}

/*.tagcloud {
	background: rgba(205, 206, 153, 1);
	padding: 20px 20px 20px 20px;
	font-family: "Trebuchet MS", Calibri, "Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
	 -moz-border-radius: 12px; 
  -webkit-border-radius: 12px; 
          border-radius: 12px; 
	border: 5px solid;
	border-color: transparent;
	border-color: rgba(180, 180, 144, 0.6);  	

}	
*/

.tagcloud a:link {
	color: #000;
	font-size: 1em;
	
}
	
.tagcloud a:hover {
	color:#000;
}

#secondary {
}


/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;

	
}

#footer a:link  {
font-family: .myriad-pro-1",.myriad-pro-2",HelveticaNeue,Helvetica,Arial,serif;
	
	
}
#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: none;
	font-size:2em;
	color:#ffffff;
}
#site-info a {
	visibility:hidden;
	color: #ffffff;
	text-decoration: none;
	margin: 0 0 0 1.5em;

}
#site-generator {
	font-style: bold;
	position: relative;
	width:300px;
}
#site-generator a {
	background: url(images/sitegenwordpress.png) center left no-repeat;
	
	color: rgba(59, 41, 16, 1); 
	font-family:  "georgia", times new roman;
	font-size:3em;	
	text-decoration: none;
	display: inline-block;
	line-height:1em;
	margin: 50px 0 0;
    padding: 75px 110px 55px;
	position: relative;
}
#site-generator a:hover {
	color: rgba(00, 00, 00, 0.9); 
	
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
		font-weight: none;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
	
}



/* This is the selector of the fifteenth box, here's where we establish the measures, background colors, borders and shadows */
#wrapper{


    padding:10px;
    position:relative;
    background:#fff;
    background: -webkit-gradient(linear, 100% 100%, 50% 10%, from(#fff), to(#f3f3f3), color-stop(.1,#fff));
    background: -moz-linear-gradient(100% 50% 90deg, #fff, #fff 10%, #f3f3f3);
    -webkit-box-shadow: 1px 1px 4px rgba(0,0,0, 0.1);
    -moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
    -webkit-border-bottom-right-radius: 60px 5px;
    -moz-border-radius-bottomright: 60px 5px;
    border-bottom-right-radius:  60px 5px;
}
 
/* This pseudo class creates the multiple sheets effect */
 /*

#wrapper:before{
    content: '';
    width: 98%;
    z-index:-1;
    height: 100%;
    padding:10px;
    position: absolute;
    bottom:0; right:0;
    background: #fff;
    border: 1px solid #BEBEBE;
    -webkit-box-shadow: 1px 1px 8px rgba(0,0,0, 0.1);
    -moz-box-shadow: 1px 1px 8px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 8px rgba(0,0,0,0.1);
    -webkit-border-bottom-right-radius: 60px 5px;
    -moz-border-radius-bottomright: 60px 5px;
    border-bottom-right-radius:  60px 5px;
 
    -webkit-transform: skew(2deg,2deg)
                        translate(3px,8px);
    -moz-transform: skew(2deg,2deg)
                        translate(3px,8px);
    -o-transform: skew(2deg,2deg)
                        translate(3px,8px);
    transform: skew(2deg,2deg)
                        translate(3px,8px);
}
 /*
#wrapper:after{
    content: '';
    width: 98%;
    z-index:-1;
    height: 98%;
    padding:10px;
    position: absolute;
    bottom:0; right:0;
    background: url("http://www.kaytegracemusic.com/sitebuilder/images/notebook_paper-987x1038.png") #fff; 
    

    border: 0px solid #ccc;
    -webkit-box-shadow: 0px 0px 8px rgba(0,0,0, 0.1);
    -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
    -webkit-transform: skew(2deg,2deg)
                        translate(-1px,2px);
    -moz-transform: skew(2deg,2deg)
                        translate(-1px,2px);
    -o-transform: skew(2deg,2deg)
                        translate(-1px,2px);
    transform: skew(2deg,2deg)
               translate(-1px,2px);
}
 */
/* This class creates the top left tape */
.tape{
    position:absolute;
    width: 130px;
    height: 40px;
    background:rgba(0, 0, 0, 0.1);
    background: -webkit-gradient(linear, 555% 20%, 0% 92%, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.0)), color-stop(.1,rgba(0, 0, 0, 0.2)));
    background: -moz-linear-gradient(555% 0 180deg, rgba(0,0,0,0.1), rgba(0,0,0,0.2) 10%, rgba(0,0,0,0.0));
    border-left: 1px dashed rgba(0, 0, 0, 0.1);
    border-right: 1px dashed rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 12px rgba(0,0,0,0.2);
    -webkit-transform: rotate(-30deg) skew(0,0) translate(-30px,-20px);
    -moz-transform: rotate(-30deg) skew(0,0) translate(-30px,-20px);
    -o-transform: rotate(-30deg) skew(0,0) translate(-30px,-20px);
    transform: rotate(-30deg) skew(0,0) translate(-30px,-20px);
}
.tape:after{
	content: '';
    position:absolute;
    width: 130px;
    height: 40px;
	z-index:2;
    background:rgba(0, 0, 0, 0.1);
    background: -webkit-gradient(linear, 555% 20%, 0% 92%, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.0)), color-stop(.1,rgba(0, 0, 0, 0.2)));
    background: -moz-linear-gradient(555% 0 180deg, rgba(0,0,0,0.1), rgba(0,0,0,0.2) 10%, rgba(0,0,0,0.0));
    border-left: 1px dashed rgba(0, 0, 0, 0.1);
    border-right: 1px dashed rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 12px rgba(0,0,0,0.2);
    -webkit-transform: rotate(-30deg) skew(0,0) translate(-30px,-20px);
    -moz-transform: rotate(-30deg) skew(0,0) translate(-30px,-20px);
    -o-transform: rotate(-30deg) skew(0,0) translate(-30px,-20px);
    transform: rotate(-30deg) skew(0,0) translate(-30px,-20px);
}

.tape:before{
	content: '';
    position:absolute;
    width: 130px;
    height: 40px;
	z-index:2;
    background:rgba(0, 0, 0, 0.1);
    background: -webkit-gradient(linear, 555% 20%, 0% 92%, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.0)), color-stop(.1,rgba(0, 0, 0, 0.2)));
    background: -moz-linear-gradient(555% 0 180deg, rgba(0,0,0,0.1), rgba(0,0,0,0.2) 10%, rgba(0,0,0,0.0));
    border-left: 1px dashed rgba(0, 0, 0, 0.1);
    border-right: 1px dashed rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 12px rgba(0,0,0,0.2);
    -webkit-transform: rotate(-20deg) skew(0,0) translate(-20px,-10px);
    -moz-transform: rotate(-20deg) skew(0,0) translate(-20px,-10px);
    -o-transform: rotate(-20deg) skew(0,0) translate(-20px,-10px);
    transform: rotate(-20deg) skew(0,0) translate(-20px,-10px);
}



.wrapper_tape1{
    top:0; left: 0;

}

.wrapper_tape1:after{
    top:0; right: 0;

}

.wrapper_tape1:before{
    top:0; right: 0;

}

.wrapper_tape2{
    bottom:10px; right: -130px;
    -webkit-transform: rotate(-120deg) skew(0,0) translate(50px,-80px);
    -moz-transform: rotate(-120deg) skew(0,0) translate(50px,-80px);
    -o-transform: rotate(-120deg) skew(0,0) translate(50px,-80px);
    transform: rotate(-120deg) skew(0,0) translate(50px,-80px);


}

.wrapper_tape2:after{
    bottom:10px; right: -30px !important;
}

.wrapper_tape2:before{
    bottom:10px; right: -20px !important;
}


/* This is the selector of the fourteenth box, here's where we establish the measures, background colors, borders and shadows */
#primary,#main{
overflow:visible;
float:right;
}
.widget_recent_entries {
	
    position:relative;
	z-index:3;
}
 
/* This is the top right shadow */
.widget_recent_entries:before{
    content: '';
    position:absolute;
	z-index:3;
	right:60px;
	top:-20px;
    width: 130px;
    height: 30px;
    border-left: 1px dashed rgba(0, 0, 0, 0.1);
    border-right: 1px dashed rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.1);
    background: -webkit-gradient(linear, 555% 20%, 0% 92%, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.0)), color-stop(.1,rgba(0, 0, 0, 0.2)));
    background: -moz-linear-gradient(555% 0 180deg, rgba(0,0,0,0.1), rgba(0,0,0,0.2) 10%, rgba(0,0,0,0.0));
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
    -webkit-transform:translate(-50px,10px)
                        skew(10deg,10deg)
                        rotate(-50deg);
    -moz-transform:translate(10px,10px)
                        skew(0deg,0deg)
                        rotate(10deg);
        -o-transform:translate(-50px,10px)
                        skew(10deg,10deg)
                        rotate(-50deg);
        transform:translate(-50px,10px)
                        skew(10deg,10deg)
                        rotate(-50deg);
}

/* This class establishes the tape of the top side of the box */
.widget_recent_entries:after{
     content: '';
    position:absolute;
	z-index:3;
    right:0;
    bottom:0;
    width: 130px;
    height: 30px;
    background: rgba(0, 0, 0, 0.1);
    background: -webkit-gradient(linear, 555% 20%, 0% 92%, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.0)), color-stop(.1,rgba(0, 0, 0, 0.2)));
    background: -moz-linear-gradient(555% 0 180deg, rgba(0,0,0,0.1), rgba(0,0,0,0.2) 10%, rgba(0,0,0,0.0));
    border-left: 1px dashed rgba(0, 0, 0, 0.1);
    border-right: 1px dashed rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(50px,-20px)
                        skew(10deg,10deg)
                        rotate(-50deg);
    -moz-transform: translate(50px,-20px)
                        skew(10deg,10deg)
                        rotate(-50deg);
    -o-transform: translate(50px,-20px)
                        skew(10deg,10deg)
                        rotate(-50deg);
    transform: translate(50px,-20px)
                        skew(10deg,10deg)
                        rotate(-50deg)
}

::-moz-selection{ background: #bada55; color:#fff; text-shadow: none; }
::selection { background:#bada55; color:#fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #bada55; }

#imgsannaklogga {
margin-top: -100px;
}

