/*
Theme Name: Precious
Theme URI: http://wordpreciousss.org/
Description: The default theme for the <a href="http://wordpreciousss.org/">WordPreciousss</a> theming system.
Version: 2.1.2
Author: Kristin K. Wangen
Author URI: http://kzkw.net/
Tags: White, Green, two column, minimalistic, elastic width
*/

/*below are the colors for the default layout - this won't affect any skins or child themes - editing this can mess up a lot so create a skin any changes*/
body { 
background:#fff url('gfx/bodybg.jpg') repeat-x top;
color:#111;
font-size:62.5%;
font-style:normal;
margin:0;
padding:0 1em;
font-family: Verdana, Tahoma, Arial, Sans-serif;
}

hr#foot, hr#head{
display:none;
}

/*some class styling for default skin*/
.sidenote {
padding:5px;
border: 1pt solid #ccc;
float:right;
}
.sidequote {
background:#eee;
font-style:italic;
font-family:Georgia, Serif;
font-size:1.1em;
padding:5px;
border: double #ccc;
border-width:2px 0px;
float:left;
}
.border,   hr {
border: 1pt solid #ccc;
}
 .doubleborder {
border: 5px double #ccc;
padding: 3px;
}
blockquote {
border-left: 3px solid #acc;
padding-left: 5px;
}

/*linkcolors for default skin*/
 a:visited {
color : #930; 
text-decoration : underline; 
} 
 a:link {
color : #930; 
text-decoration : underline; 
} 
 a:hover {
color :#666; 
text-decoration:underline;
} 
 a:active {
color : #666; 
} 

#wrap {
background : transparent;
padding:0px;
max-width:80em;
margin: 0px auto;
font-size:1.1em;
}


/*Access navigation*/
#accessnav, #footer, #footer ul {
margin:0px;
padding:0px;
}
#accessnav li {
margin-right: 5px;
}

ul#accessnav a {
color:#111;
text-decoration:none;
}
#footer {
clear:both;
}


/*header*/

#header {
background:transparent;
margin:0px;
padding:5px 0px 2px;
text-align:left;
border-bottom:1px solid #acc;
}
#header h1{
font-size:3em;
margin:2px 0px;
}
#header p {
margin:2px 0px;
}
#header h1 a:link, #header h1 a:visited {
color:#111;
font-weight:normal;
text-decoration:none;
}
#header h1 a:hover, #header h1 a:active {
color:#333;
text-decoration:none;
}


#content {
padding: 2px 0px;
margin: 0px;
margin-right:0.5em;
width: 68%;
float: left;
font-size:1.1em;
line-height:1.6em;
}
h2#pagetitle, h2#comments{
color:#333;
font-weight:normal;
padding: 10px 0px 3px;
}
h2#pagetitle {
font-size:2em;
padding:3px 0px;
}

#content h3.posttitle,  #content h2.posttitle {
border-bottom:1px solid #acc;
padding:3px 0px;
}
#content h3.posttitle a {
font-size:1.2em;
}
#content h2.posttitle a {
font-size:1em;
}
#content h2.posttitle:hover,  #content h3.posttitle:hover {
background:#eee;
}

#content h3 a:link,  #content h3 a:visited, 
#content h2 a:link,   #content h2 a:visited  {
color:#699;
font-weight: normal;
text-decoration:none;
}
#content h3 a:hover,  #content h3 a:active {
color:#666;
}

/*Comments*/
#commentbox,  #footer {
border-top:1px solid #acc;
}
#commentbox li.alt {
background:#eee;
}
#commentbox li.bypostauthor {
background:#dee;
}
#commentbox li {
border-bottom:1px solid #acc;
}

 .commentmeta {
font-size:0.9em;
}

/*sidebar*/
#sidebar {
padding: 5px 0px;
margin: 0 0 0 1.5em;
width: 25%;
float:right;
font-size:1.1em;
}
#sidebar h2 {
font-size:1em;
font-weight:bold;
margin:5px 0px 2px;
}
#sidebar ul {
list-style:none outside;
padding: 2px 0px;
margin:2px 0px;
}
#sidebar li {
margin:0px;
padding: 2px;
}

#sidebar ul ul ul {
list-style:square inside;
padding: 2px 7px;
}
#sidebar label {
font-weight:bold;
}
#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:#ddd;
}

/*forms*/
 input ,  textarea, select,  option {
font-family :Verdana, Arial, Tahoma, Helvetica, Sans-Serif; 
font-size:1em;
padding: 2px;
color : #111; 
margin: 2px;
border:1px solid #acc;
background:#eee;
}
 fieldset,  legend {
background:transparent;
color : #111; 
border: none;
padding: 5px;
}
 label,  legend {
font-weight:normal;
}

pre,simple-block {
	border:1px solid #CCCCCC;
	background-color:#EEEEEE;
	font-family: "Courier New";
	font-size: 1.0em;
	letter-spacing:0.1em;
	line-height:1.3em;
	margin:0pt 5px 0px 5pt;
	padding:1em;
	overflow:auto;
}
input#tb_url {
   background-color: #EEEEEE;
   font-size: 1em;
   padding: 0.2em;
   width: 99%;
}