/*
Theme Name: _7
Theme URI: http://wordpreciousss.org/themes/precious/
Description: Precious is a <a href="http://codex.wordpress.org/Theme_Frameworks">theme framework</a> for WordPress <strong>2.8</strong>+. Built with simplicity and web accessibility in mind.
Version: 4.0.1
Author: Kristin K. Wangen
Author URI: http://wordpreciousss.org/
Tags: white, blue, orange, light, two-columns, flexible-width, right-sidebar, threaded-comments, translation-ready

 * @package WordPreciousss
 * @subpackage Precious_Parent_Theme


*/

body {
	background: #fff;
	color: ##313131;
	margin: 0;
	padding: 0;
	font: normal 11px/18px "Helvetica Neue", "osaka", Helvetica, Arial, sans-serif;
}

html {
	overflow-y: scroll;
}

div.topsy_widget_shortcode {
float:right;
overflow: hidden;
}

div#twe {
	position: fixed;
	width: 100%;
	height: 17px;
	background-color: black;
	color: white;
	text-align: center;
	padding: 2px;
	top: 0;
	font-size: 11px;
}

div#twe a {
	color: #fff;
	text-decoration: none;
}

div#twe a:hover {
	color: #999;
}

/*some class styling*/

.sidenote {
	padding: 5px;
	border: 1pt solid #ccc;
	float: right;
}

.sidequote {
	background: #eee;
	font-style: italic;
	padding: 5px;
	border: double #ccc;
	border-width: 2px 0px;
	float: left;
	margin: 0px;
	margin-right: 10px;
}

.border,   hr {
	border: 1pt solid #ccc;
}

.doubleborder {
	border: 1px double #ccc;
	padding: 3px;
}

blockquote {
	border-left: 3px solid #369;
	padding-left: 5px;
}

/*linkcolors for default skin*/

a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #222;
	text-decoration: none;
}

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

a:active {
	color: #111;
	text-decoration: none;
}

/*header styles*/

h1, h2, h3, h4, h5, h6, #commentbox legend, #searchform label, #wp-calendar caption, #sidebar h2 a {
	color: #111;
	margin: 10px 0px;
	padding: 2px 0px;
	font-weight: bold;
}

/*Wrap*/

#wrap {
	background: transparent;
	padding: 0px;
	/*

max-width: 80em;*/
	margin: 0px auto;
	width: 864px;
}

/*Access navigation*/

#accessnav, #footer, #footer ul {
	margin: 0px;
	padding: 0px;
}

#accessnav li:before {
	content: "\00BB \0020";
}

ul#accessnav a {
	color: #111;
	text-decoration: none;
}

#footer {
	clear: both;
	margin-bottom: 30px;
}

/*header*/

#header {
	background: transparent;
	margin: 40px 0px 0px;
	padding: 0;
	text-align: left;
	border-bottom: 1pt solid #ccc;
}

.headertitle {
	margin: 40px 0px 0;
	display: block;
	height: 23px;
	width: 374px;
}

.tagline {
	margin: 0 0px 2px;
	padding: 0px;
}

/*content div*/

#content {
	padding: 2px 0px;
	margin: 0px;
	margin-right: 0.5em;
	width: 580px;
	float: left;
}

.sub_title {
	font: 100% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 10px;
	padding-top: 4px;
	margin: 0;
}

h2#pagetitle, h2#comments {
	color: #111;
	padding: 10px 0px 3px;
	font: bold 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h2#pagetitle {
	padding: 3px 0px;
	border-bottom: 1px solid #eee;
	font: bold 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
}

h2#archivetitle {
	padding: 3px 0px;
	font: bold 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 14px;
	margin-bottom: 14px;
}

#content h3.posttitle,  #content h2.posttitle {
	padding: 3px 0px;
	border-bottom: 1px solid #eee;
	font: bold 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	width: 520px;
}

#content h3.posttitle a {
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h2.posttitle a {
	font: bold 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 3px 0px;
}

#content h3 a:link,  #content h3 a:visited, #content h2 a:link,   #content h2 a:visited {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	font-size: 100%;
}

#content h2 a:hover, #content h2 a:active,  #content h3 a:hover,  #content h3 a:active {
	color: #333;
	font-size: 100%;
	font-weight: bold;
}

.postcontent {
	font: 10px/18px "osaka", "Helvetica Neue", "Lucida Grande", sans-serif;
}

.postdate {
	margin: 0;
	padding: 0;
}

.post {
	clear: both;
	margin: 15px 0px 90px;
}

.sticky {
	background: #eee;
	border: 1px solid #ccc;
	padding: 10px;
}

.postmeta {
	clear: both;
	padding: 2px;
}

.postmeta p {
	margin: 1px 0px;
	padding: 0;
}

.wp-caption {
	background: #eee;
	border: 1px solid #ccc;
}

/*Comments*/

#commentbox,  #footer {
	border-top: 1px solid #ccc;
}

#commentbox ol {
	list-style: none outside;
}

#commentlist li {
	border: 1px solid #ccc;
	padding: 10px;
	background-image: none;
}

#commentlist li.alt {
	
}

#commentlist li.bypostauthor {
	
}

ul.children {
	list-style: none outside;
}

.commentmeta {
	text-align: right;
}

img.avatar {
	border: 1px solid #ccc;
	background: #fcfcfc;
	float: right;
}

/*sidebar*/

#sidebar {
	padding: 5px 0px;
	margin: 0 0 0 1.5em;
	width: 240px;
	float: right;
}

#sidebar p.twitter a {
	font-weight: bold;
	color: #009999;
	text-decoration: none;
	margin-top: 20px;
}

#sidebar span.twitter a:hover {
	text-decoration: underline;
}

#sidebar h2, #sidebar label {
	margin: 5px 0px 2px;
	font-size: 100%;
}

#sidebar a {
	text-decoration: none;
}

#sidebar ul {
	list-style: none outside;
	padding: 2px 0px;
	margin: 2px 0px;
}

#sidebar li {
	margin: 0px;
	padding: 3px 2px;
}

#sidebar li li {
	border-bottom: 1px solid #eee;
}

#sidebar li li li:before {
	content: "\00BB \0020";
}

#sidebar li li li, #sidebar li ul.wp-tag-cloud li {
	border: none;
}

#sidebar form, #sidebar fieldset {
	margin: 0px;
	padding: 0px;
}

#sidebar label {
	display: block;
}

#sidebar input#searchquery, #sidebar input#search-widget {
	width: 50%;
}

#sidebar input.submit {
	width: 20%;
}

/* Widget styling*/

td#today {
	background: #ccc;
}

#wp-calendar caption {
	text-align: left;
}

/*forms*/

input , textarea, select, option {
	padding: 2px;
	border: 1px solid #d5d5d5;
	color: #111;
	margin: 2px;
	background-image: none;
}

fieldset,  legend {
	background: transparent;
	color: #111;
	border: none;
	padding: 5px;
}

label,  legend {
	font-weight: normal;
}

/*other styling*/

#wpfooter {
	text-align: center;
}

/*and just to make this go through WP Themes directory*/

.alignright, .alignleft, .aligncenter, .wp-caption {
	
}