/*
Theme Name: tobyroxanedesigns	
Theme URI: tobyroxanedesigns.com
Description: Theme for the Toby Roxanne's Knitting Designs
Tags: 
Version: 1.0.0
Author: Rebecca R. Rojer
Author URI: http://design.rrrojer.net
Template: twentyten

Credits: Css Reset by Eric Myer
	     Sticky Footer by Ryan Fait - http://ryanfait.com/sticky-footer/
	     
Changes since 0.0.1:
	- footer displays widget
	- new screenshot
	     
*/
@import "css/slider.css";
@import "css/reset.css";
@import "css/typography.css";
@import "css/navigation.css";
@import "css/study.css";
@import "css/forms.css";

/*GENERAL*/

html, body{
	margin:0;
    padding:0;
	height: 100%;
	background-color: #F9F8F2;
}

.left{
	float: left;
}

.right{
	float: right;
}

.skip-link{
	display: none;
}

ul{
	padding: 0;
	margin: 0;
}

#wrapper{
   	/*min-height: 100%;
	height: auto !important;
	/*height: 100%;*/
   	/*margin-bottom: -50px;*/
   	/*margin-top: 3em;*/
   	margin-left: 5em;
   	margin-right: 5em;
}

#sidebar{
	float: left;
	width: 180px;
	background-color: #FBF7E6;
	min-height: 250px;
	padding: 5px 15px;
}

#header, #slogan, #main, #footer{
	min-width: 100%;
	padding: 0;
	margin: 0;
	float: left;
}

.inner-wrapper{
	width: 100%;
	min-width:900px;
	float: left;

}




#footer{
	width: 100%;
	height: 50px;
}



#masthead{
	width: 273px;
	margin-left: auto;
	margin-right:auto;
	padding-bottom: .5em;
	margin-top: -24px;
}

/*IMAGES*/
img.alignleft{
	float: left;
	margin-right: 1em;
	margin-bottom: .25em;
	margin-top: .25em;
}

img.alignright{
	float: right;
	margin-left: 1em;
	margin-bottom: .25em;
	margin-top: .25em;
}

img.aligncenter{
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-bottom: .25em;
}

.entry-content img, .widget_sp_image img{
	border: 1px solid #ccc;
	padding: 4px;
}



/* BACKGROUNDS */
#header{
}

#slogan{

}


#main{

}


#footer{

	background-size: cover;
	/*position: relative;*/
	bottom: 0;
}

/* PADDING */
.inner-wrapper{

}

#main{
	
}

.edit-link{
	margin: 0;
	padding: 0;
}

/* HEADER */
#header{

}

#masthead{

}

#header .inner-wrapper{

}


}


}
/* NAV */

#nav{
	float: left;
}



/*CONTENT*/
#content{
	min-width: 500px;
	/*float: left;*/
	min-height: 15em;
	padding-left: 50px;
	padding-top: 10px;
}

.home #content{
	border-left: 1px #ddd solid;
	float: left;
	width: 500px;
}

.single #content, .archive #content, .page #content{
	margin: 0 5em;
	border-left: 1px #ddd solid;
	border-right: 1px #ddd solid;
	padding-right: 50px;
}

.single #nav, .archive #nav, .page #nav{
	margin-left: 5em;
	margin-right: 5em;
}

#comments{
	padding-top: 1em;
	margin-top: 2em;
}

/* PRIMARY */
#primary{
	width: 300px;
	float: left;
}

#primary ul.xoxo{
	margin-left: 4em;
}

/* WIDGET AREAS */


/* FOOTER */

#footer{
}
#footer{
		border-top: 1px #ddd solid;

}

#colophon{
	padding-top: 1em;
	padding-bottom: .2em;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


/* HIDDEN */

/* PATTERNS GALLERY */

#patterns .item{
	float: left;
	margin: 2em 1.5em;
}

#patterns #content{
	float: none;
	height: auto;
	
}

#patterns-gallery{
	clear: both;
	display: block;
}

.gallery{
	float: left;
	width: 350px;
}

dl.gallery-item{
	float: left;
}

.entry-content, .page, #comments, .page #content{
	clear: both;
	/*float: left;*/
}

#content{
		/*border-bottom: 1px #ddd solid;*/

}

.materials{
	width: 200px;
	float: right;
	margin-left: 2em;
	background-color: #FBF7E6;
	padding: 5px 15px;
}

.description{
	padding-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.2em;
	font-style: italic;
	text-align: justify;
}

.materials ul li{
	margin-left: 1em;
	padding-bottom: .5em;
}

.clear{
	clear: both;
}
