/* @override http://www.justspun.com/wp-content/themes/spun/style.css */

/*
Theme Name: Spun
Theme URI: http://www.justspun.com/
Description: Custom theme based on Jquery's Masonry plugin
Version: 1.0
Author: Robert Gordon & Daniel Loughmiller
Author URI: 
*/


body {
	margin: 0;
	background:  #F5F2F5;
	}


.source p{
margin: 0;
}

.masonryWrap .box {
	margin: 5px 4px 4px 4px;
}


.masonryWrap {overflow: hidden;}

.img {
	
margin:  2px 0;
}

.box {
width: 170px;
float: left;
background: #fff;
color: #222;
font-size: 11px;
border:  1px solid #ccc;
min-height: 200px;
font-family: Helvetica, Verdana, Arial;
height:auto !important;
height:200px;
display: table-cell;

}



*html .box {
	display: inline;  /* IE6 fix */

	
}

.box p img {
width: 150px;}

.meta {
padding-top:  10px;
margin:  10px;
border-top:  1px solid #ddd;
}

.inner_box{
	padding:  10px 10px 0 10px;
}

.tags {
font-weight: bold;
margin:  4px 0;
}

.tags a{
font-weight: normal;
}

.box a {
	color:  #000;
}
.box:hover {
border: 1px solid #999;
background: #f9f9f9; 
}

	
	
p {
	//margin:  0;
	padding:  0;
}	

/* Begin Structure */
#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}


#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 5px;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	//padding: 20px 0;
	text-align: center;
	}
/* End Structure */

.box h2 a {text-decoration: none; color: #000; font-size: 12px;}

.box p a {
	color: #950b0b;
}

.box h2 a:hover {
	text-decoration: underline;
}


/*	Begin Headers */
h1 {
	margin: 0;
	}

h2 {
	margin: 0;
	}

h2.pagetitle {
	text-align: left;
	color: #fff !important;
}


h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	margin:  4px 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}


#sidebar li a {
	text-decoration: none;
	color:  #000;

}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */




/* Begin .sidebar */
#sidebar
{
	float:  left;
	width: 159px;
	color:  #fff;
	font-size:  12px;
	margin-top: 5px;
}


.inner {position: relative;
	}
	
	#sidebar a {
	color:  #fff;
	
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	margin:  20px;
	font-size: 30px;
	}


#searchresults input#s {
	height:  30px;
	width:  400px;
	font-size: 20px;
}


hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


#more {
padding: 10px;
background: #000;
//position: fixed;
//z-index: 1000; 
height: 20px; 
top: 0; 
color: #fff;
font-size:  12px;
}

/*
#more #cats {
margin: 10px 0;
list-style: none;
width:  200px;
padding:  0;
}

#more #cats li {
	margin: 0;
	padding: 0;
}

#more #cats a {
color:  #fff;
;}

*/


#wrapper {position: relative; 
margin-left: 175px; }

.wrap {
  overflow: auto; /* clearing floats */

}


h1, h2, h3 {
  font-family:"HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px; 
}

h1 {
  font-size: 36px;
  margin: 0 10px;
}

#instruction {
  margin: 4px;
  width: 428px;
}
#instruction p {
  line-height: 1.4em;
  font-size: 12.5px;
}

pre {
  background: #FFB;
  padding: 10px;
  border: 1px solid #DDA;
}

#footer {
  clear: both;
  margin: 20px 0;
  border-top: 1px dotted #CCC;
  line-height: 30px;
  font-size: 12px;
}

#footer a {
	
	color:  #000;
	font-size:  11px;
	text-decoration: none;
}


#date {
	color:  #222;
	font-size: 11px;
	margin: 5px 0;
	font-family: Helvetica, Arial, Verdana;
}
.source a, .categories a, .tags a {
	color:  #000;
	text-decoration: none;
	font-size: normal;
}

.source a:hover, .categories a:hover, .tags a:hover, #side_cats a:hover{
	text-decoration: underline;
}


.cats span {
	font-weight:  bold;
}
.categories li {
	float:  left !important;
	list-style: none;
}

.btn-slide {
	background: #000;
	text-align: left;
	width: 144px;
	height: 31px;
	padding: 10px 10px 0 0;
	outline: none; 
	margin: 0 auto;
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 9000;
}
.active {
	background-position: right 12px;
}

.static {
	//background:  #eee;
	width:  149px;
	margin-bottom:  1px;
}
.highlight {background: yellow;}



.inner {
	width:  149px;
	padding:  10px;
}

#sidebar ul {
	margin:  5px 0;
}

#sidebar li {
margin:  4px 0;	

}


#sidebar #searchform {
	text-align: center;
}

#sidebar .cats, .scroll {
	min-height: 10px;
	z-index:  10000;
	height:  auto !important;
	height: 100px;
}

#sidebar li a:hover {
	text-decoration: underline;
}

.active {
	font-weight:  bold;
}

.tweet {
min-height:  100% !important;
}


.tags {
	clear:  both;
}




#twitter {
background: url('http://www.justspun.com/wp-content/themes/spun/imgs/twitter15.gif') no-repeat;
padding-left: 18px; 
height:  18px;
line-height: 18px;
}


#rss {
background: url('http://www.justspun.com/wp-content/themes/spun/imgs/rss_15.png') no-repeat;
padding-left: 18px; 
height:  18px;
line-height: 18px;
}

#search {
	min-height: 35px;
	height: auto !important;
	height: 35px; 
}

#searchform {
	padding: 0;
	margin: 0px;
	text-align: left;
}
#searchform label.hidden {
	display: none;
}

#searchform input#s {
	margin-bottom: 5px;
}

.content {
	text-align: left;
	margin:  10px;
}

.content h2 {
	font-size: 20px;
	margin: 10px 0 15px 0;
	border-bottom: 1px dotted #ccc;
	
}


#header {
	background-color: #000;
	padding: 10px 0 0 0; 
	height: 30px;
	color:  #fff;
	font-size: 12px;
	}

#header p {
	margin: 0;
}

#header ul {
list-style: none;
border-right:  1px solid #ccc;
float: left;
margin:  0 20px 0 0px;
padding: 0 0 0 20px	
}
#header ul li {
	color:  #fff;
	padding: 0px 10px 0 0;
	margin: 0 10px 0 0;
	float:  left;
	font-size: 12px;
}

#header ul li a {
	color:  #fff;
	text-decoration: none;
	font-size: 12px;
	padding: 0 !important;
	margin:  0 !important;
}

#header a:hover {
	
text-decoration: underline;
}


form#cformsform {
	margin-left: 10px
}

.linklove a {
	display: none;
}



.rss {
background: url('http://www.justspun.com/wp-content/themes/spun/imgs/rss_icon_med.png') no-repeat;
text-indent: -9999em;
//display: block;
}

.locked {
background: url('http://www.justspun.com/wp-content/themes/spun/imgs/lock_mini.png') no-repeat right center;
padding: 0px 15px 0px 0;	
	
	}
	
div.entry {
	width: 760px;
	font-size: 12px;
	line-height: 1.4em;
	font-family: Helvetica, Arial, Sans-serif;
}

div.entry a{
color:  #950b0b;
}

div.entry h1 {
margin-left: 0;
padding: 5px 0 5px 0;
}

.top {
background: url('http://www.justspun.com/wp-content/themes/spun/imgs/arrow_up_mini.png') no-repeat right center;
padding: 0px 35px 0px 0;
font-weight: bold;	
}

.tweetme a
{
  background-image: url(http://www.justspun.com/wp-content/themes/spun/imgs/tweet.png);
  background-position: 0px -32px;
  height: 16px;
  width: 50px;
  display: block; 
  margin: 2px 0; 
}



.tweetme a:hover
{
  background-image: url(http://www.justspun.com/wp-content/themes/spun/imgs/tweet.png);
  background-position: 0px -16px;
  height: 16px;
  width: 50px;
  display: block; 
  margin: 2px 0; 
}


.sticky {background: #FFFEDD !important;}





