/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

/* Two-column with sidebar on left from the /examples/ folder  */
@import url('examples/2c-r.css');


/* GLOBAL ESSENTIALS */
/*_________________________________________________*/

* {
	margin: 0px;
	padding: 0px;
	}

body {
	font-family: "Arial", "Verdana", "Sans-Serif";
	font-size: 62.5%;
	color: #827370;
	background-color: #FFF;
	background-image: url(images/bodyBak.gif);
	background-repeat: repeat-x;
	width: 100%;
	}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #E46D81;
	outline: none;
	}

a:hover {
	text-decoration: none;
	color: #544644;
	outline: none;
	}

img, a img {
	border-style: none;
	}


/* STRUCTURE */
/*_________________________________________________*/

#wrapper {
	width: 900px;
	}

#header {
	width: 900px;
	height: 160px;
	margin-bottom: 70px;
	}

#footer {
	width: 100%;
	padding: 7px 10px;
	background-color: #7C6E6B;
	color: #fff;
}

#content {
	width: 460px;
	padding-left: 190px;
}

#nav-above {
	display: none;
}

#nav-below {
	width: 460px;
	height: 50px;
	float: left;
	display: inline;
}

.nav-previous {
	width: 230px;
	float: left;
}

.nav-next {
	width: 230px;
	float: right;
	text-align: right;
}

#primary {
	padding-top: 50px;
}

#secondary {
	display: none;
}



/* PAGE HEADER */
/*_________________________________________________*/

h1#blog-title, #blog-description {
	display: none;
}

img#titleImage {
	position:absolute;
	top: 48px;
	padding-left: 70px;
}

img#prettyImage {
	float: right;
	margin-top: 130px;
}

ul#categories {
	list-style: none;
	height: 30px;
	padding-left: 190px;
	position:absolute;
	top:130px;
}

ul#categories li {
	float: left;
	display: inline;
	text-indent: -999px;
}

ul#categories li a {
	display: block;
	height: 30px;
	color: #FFF;
	background-image:url(images/catNav.gif);
	background-repeat: no-repeat;
}

ul#categories li a:hover {
	background-image:url(images/catNavHov.gif);
}


ul#categories li a#paper {
	width:48px;
	background-position: 0 0;
}

ul#categories li a#fashion {
	width:71px;
	background-position: -48px 0;
}

ul#categories li a#design {
	width:67px;
	background-position: -119px 0;
}

ul#categories li a#living {
	width:65px;
	background-position: -186px 0;
}

ul#categories li a#photography {
	width:96px;
	background-position: -251px 0;
}

ul#categories li a#miscellany {
	width:72px;
	background-position: -347px 0;
}


/* HEADER SELECTORS */
/*_________________________________________________*/

h2.entry-title {
	font-family: "Archer", "Georgia", "Serif";
	font-size: 2.2em;
	line-height: 1.2em;
	font-weight: normal;
	color: #7C6E6B;
	margin: 0 0 12px 0;
	}

h2.entry-title a {
	color: #7C6E6B;
}

h3.entry-title {
	font-family: "Archer", "Georgia", "Serif";
	font-size: 2.2em;
	line-height: 1.0em;
	font-weight: normal;
	color: #7C6E6B;
	margin: 0 0 10px 0;
	}

h3.entry-title a {
	color: #7C6E6B;
}

h2.page-title {
	font-family: "Archer", "Georgia", "Serif";
	font-size: 2.4em;
	line-height: 1.0em;
	font-weight: normal;
	color: #7C6E6B;
	margin: 0 0 30px 0;
	}

h2.page-title a {
	color: #7C6E6B;
	}


/* POSTS */
/*_________________________________________________*/

.hentry {
	margin: 0 0 40px 0;
	}
	
.hentry p {
	margin-bottom: 10px;
}

.hentry ul {
	margin: 5px 0 10px 0;
	list-style-type: disc;
	}

.hentry ol {
	margin: -10px 0 10px 0;
	}

.hentry ul li {
	margin: 0 0 8px 20px;
	}

.hentry ol li {
	margin: 0 0 0 25px;
	}

.hentry p.caption {
	font-size: 0.9em;
}

.hentry img {
	margin-bottom: 5px;
}

abbr {
	font-size: 1.1em;
	color: #E46D81;
	text-decoration: none;
	border-style: none;
}

.entry-date {
	padding-bottom: 5px;
}

.entry-content {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 10px;
}

.entry-meta {
	font-size: 1.1em;
	line-height: 1.4em;
	margin-bottom: 10px;
	padding-top: 7px;
	border-top: 2px solid #E9E3DB;
}


/* SIDEBAR STYLING */
/*_________________________________________________*/

#primary ul {
	list-style: none;
}

#primary ul li {
	margin-bottom: 20px;
}

#primary ul li h3 {
	font-family: "Arial", "Verdana", "Sans-Serif";
	font-size: 1.1em;
	line-height: 1.0em;
	font-weight: bold;
	color: #827370;
	text-transform: uppercase;
	margin-bottom: 5px;
}

label.screen-reader-text {
	display: block;
	font-family: "Arial", "Verdana", "Sans-Serif";
	font-size: 1.1em;
	line-height: 1.0em;
	font-weight: bold;
	color: #827370;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#primary ul li ul li {
	margin-bottom: 2px;
}

#primary a {
	color: #7C6F74;
}

#primary a:hover {
	color: #544644;
}

li#search form {
	margin: 0;
	padding: 0;
}



/* CAPTION STYLING */
/*_________________________________________________*/

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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	font-family: "Verdana", "Arial", "Sans-Serif";
	text-align: left;
	color: #827370;
	background-color: #fff;
	margin-bottom: 15px;
	font-style: italic;
}

.wp-caption img {
	margin-bottom: 5px;
}

.wp-caption p.wp-caption-text {
	font-size: 0.8em;
	line-height: 1.7em;
}

#searchform {
	padding: 5px 0 30px 0;
}

input#s {
	float: left; 
	margin-right: 5px;
}

input#arrowSearch {
	float: left;
	margin-top: -4px; 
}


/* COMMENTS STYLING */
/*_________________________________________________*/

#comments {
	float:left;
	display:inline;
	padding: 20px 0;
	width: 460px;
	}

#comments-list h3 {
	font-family: "Arial", "Verdana", "Sans-Serif";
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	background-color: #f5b4b7;
	margin: 0 0 20px 0;
	padding: 4px 0 4px 10px;
	}

#respond {
	font-size: 1.2em;
	line-height: 1.4em;
	background-color: #EFEDE8;
	padding: 20px;
	}

#respond h3 {
	font-family: "Arial", "Verdana", "Sans-Serif";
	font-size: 1.3em;
	line-height: 1.2em;
	border: none;
	font-size: 1.0em;
	margin-bottom: 8px;
}

#comments ol {
	color: #D7586F;
	list-style: none;
}

.comment-author {
	margin:0;
	padding:0;
}
	
.comment-author img {
	display: none;
}	

#comments-list ul {
	list-style-type: none;
	}

#comments-list li {
	font-size: 1.1em;
	line-height: 1.4em;
	margin-bottom: 25px;
	}

.comment-meta {
	font-family: "Arial", "Verdana", "Sans-Serif";
	color: #837370;
	font-size: 0.8em;
	line-height: 1.0em;
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E9E3DB;
	}

.comment-meta a:hover {
	color: #544644;
}

#comments p {
	font-size: 1.1em;
	line-height: 1.5em;
	margin-bottom: 10px;
	color: #666;
}

.comment-author {
	color: #D7586F;
	font-size: 1.2em;
	margin-bottom: 5px
}

input#author, input#email, input#url, textarea#comment {
	width: 350px;
	margin-bottom: 10px;
	background-color: #F9F9F7;
	border: 1px solid #DFD7CE;
	padding: 3px;
}


/* ASSORTED */
/*_________________________________________________*/

#footer p {
	margin: 0 auto;
	font-size: 1.1em;
	width: 540px;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #FFF;
}

#footer a:hover {
	color: #544644;
}

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