/*
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar! (Based on Twenty Ten)
Version: 3.0
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/

@import "css/reset.css";
/*@import "css/typography.css";*/
@import "css/layout.css";
@import "/css/styles.css";
@import "/css/font-awesome.min.css";

/* content */
#contentwrap { float:left; background:#FFF; width:936px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-top:12px; padding:12px; }
#col1 { float:left; width:466px; background:url(/images/spiral-back.gif) right no-repeat #FFF; margin:0 0 0 22px; padding:6px 18px 0 0 }
#col2 { float:left; width:676px; background:url(/images/spiral-back.gif) right no-repeat #FFF; margin:0 0 0 22px; padding:6px 18px 0 0 }
/* sidebar */
.floatleftside { float:left; width:220px }
#s { display:block; clear:both; margin:10px 0; padding:2px }
.screen-reader-text { font-weight:bold;color:white; }
#searchform { margin-bottom:10px }
.xoxo li a { font-size:1.2em; color:#fff; text-decoration:none;line-height:1.2em; }
.xoxo li a:hover { color:#FF0000 }
.links { padding:2px 0 6px; display:block; border-bottom:dotted 1px #ccc; margin-bottom:10px }
.links a { color:#000; text-decoration:none }
.links a:hover { color:#FF0000 }
h1 a, h2 a { color:#FF0000 }
h1 a:hover, h2 a:hover { color:#000 }
.next { float:left; margin-top:15px }
.next a { color:#FF0000; text-decoration:underline; padding:6px 0; border-top:dotted 1px #ccc; border-bottom:dotted 1px #ccc; }
.next a:hover { color:#000; text-decoration:none }


/* Define the spinning animation */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Apply the spinning animation to the image */
img.wp-image-523 {
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
}