/* @override http://preview.pryce.net/wp-content/themes/cpryce/style.css */

* {
    padding: 0;
    margin: 0;
}
body {
    min-width: 660px;
    font: .9em/1.2em "Lucida Grande",Arial,"Lucida Sans",Calibri,Helvetica,Arial,Verdana,sans-serif;
    background-color: #c9c8bb;
}

#container a:hover, #sidebar a:hover {
    text-decoration: underline !important;
}

#container .column {
  	float: left;
  	position: relative;
}
#content {
  	width: 100%;
    background-color: white;
    border-left: 1px solid #a3a298;
}
#footer, #header{
  	clear: both;
  	margin: 0 75px;
}
#container {	
    padding: 0 325px 0 75px;
    overflow: hidden;
}
#footer {
    position: relative;
    background-color: #585858;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #6b6b6b;
    border-color: #6b6b6b;
    margin-bottom: 2em;
    border-top-style: none;
    border-top-width: 0;
}
#footer .inner-wrapper {
    padding-top: 5px;
}

p.copyright {
    color: #8c8d8d;
}
#footer a {
    color: #8c8d8d;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
    color: white;
}
#header {
    position: relative;
    margin-top: 40px;
}
#header a {
   	text-decoration: none;
}
.nav ul {
    left: 4px;
    position: absolute;
}
.nav ul li {
    float:  left;
    list-style-type: none;
    text-align: center;
    margin: 5px 2px 0;
    line-height: 12px;
    padding: 0;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-color: #FFF;
    border-bottom-width: 0;
    color: #6e6f6f;
}
div.nav {
    background-color: #585858;
    height: 28px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #6b6b6b;
    border-color: #6b6b6b;
}
.nav ul li.current_page_item {
    background-color: white !important;
    border-bottom: 1px solid #f0f0ee;
}


.nav ul li.current_page_item a {
    cursor: default;
    color: #1f1f1f;
}
.nav ul li.hover {
    margin: 3px 2px 1px;
    background-color: #898989;
}

.nav li a {
    text-decoration: none;
    color: #b5b8b8;
    display: inline-block;
    min-width: 60px;
    padding: 3px 6px 10px;
    margin-top: 3px;
}
.inner-wrapper {
    padding: 20px;
}
#content .inner-wrapper {
    min-height: 300px;
}

#content h1, #content h2, #content h3 {
    font-weight: normal;
}

#sidebar {
  	width: 247px;
  	margin-right: -250px;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #b2a685;
    background-color: #beb191;
    -moz-box-shadow: inset 5px -5px 5px #b2a685;
	-webkit-box-shadow: inset 5px -5px 5px  #b2a685;
	box-shadow:inset 5px -5px 5px #b2a685;
	font-size: .8em;
}

#sidebar ul {
    list-style-type: none;
}
#sidebar input {
    border: 1px solid #ccc;
    padding: 2px;
}
#sidebar h2 {
    font-size: 1.2em;
}
#sidebar h2 {
    background-color: #c8bb9b;
    padding: 10px 0 10px 10px;
	-moz-box-shadow: inset 5px 0px 5px #b2a685;
	-webkit-box-shadow: inset 5px 0px 5px  #b2a685;
	box-shadow:inset 5px 0px 5px #b2a685;
    color: #5b5648;
    border-bottom: 1px solid #b2a685;
    border-top: 1px solid #c7ba9b;
}
#sidebar li {
    margin-left: 1em;
    margin-top: 0;
    margin-bottom: .5em;
    padding-top: .5px;
}
#sidebar li.widget {
    margin: 0;
}

#sidebar li.widget a{
    margin: 0;
    text-decoration: none;
    color: #e9e9d1;
    font-weight: bold;
}

#content h1 {
    margin-top: 10px;
    margin-bottom: 10px;
}
#content p {
    margin-bottom: 10px;
}
#content h2 {
    margin-top: 0;
    margin-bottom: .5em;
}
span.edit-link {
    padding-left: 24px;
    background: url(images/pencil.png) no-repeat;
    display: block;
    padding-top: 2px;
    padding-bottom: 5px;
    margin-top: 0;
    margin-bottom: 10px;
    float: right;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
}
p.nocomments {
    color: #999;
}

#content * {
    margin-bottom: 1em;
}

#content p{
    line-height: 1.2em;
    color: #454545;
}

#content div.post {
    margin-bottom: 4em;
    border-top: 1px solid #f1f1f1;
    padding-top: 1em;
}

#header .rss {
    position: absolute;
    bottom: 8px;
    right: 5px;
    font-size: 11px;
    padding-right: 5px;
    line-height: 14px;
}
.rss a {
    background: url(images/feed-icon-14x14.png) no-repeat;
    padding-left: 18px;
    color: white;
}
#one-col-container {	
    padding: 0 75px 0 75px;
    overflow: hidden;
}
#content.one-column {
    width:  auto;
    border-right: 1px solid #ccc;
}
#content.one-column .inner-wrapper {
    margin-bottom: 0px;
}

#image img {
    border-width: 1px;
}

#sidebar .inner-wrapper {
    margin: 0;
    padding:0;
}

#content form p {
    margin-bottom:  5px;
}
#content input, #content textarea {
    margin: 0px;
    border : 1px solid #a3a298;
    padding: 2px;
}

#content h3 {
    margin-top:  1.5em;
    color: #444;
}


#content img {
    padding: 2px;
    background-color: white;
    border: 1px solid #a3a298;
}

#content img.avatar {
    margin:  0;
}

#content a {
    text-decoration: none;
}

#sidebar .widget ul {
    list-style-type: disc;
    margin-left: 1em;
    color: #848575;
}

#sidebar .widget ul {
    padding-top: 6px;
    border-top: 1px solid #bfb393;
}

.nav-next {
    float:  right;
    background: url(images/resultset_next.png) no-repeat right;
    padding-right: 16px;
}

#nav-below {
    height: 2em;
    margin-top: 3em;
}

#nav-above {
    height:  2em;
}
#nav-below a {
    text-decoration: none;
}

#nav-above a{
    text-decoration: none;
}

.nav-previous {
	width:  50%;
    float:  left;
    background: url(images/resultset_previous.png) no-repeat;
    padding-left: 16px;
    line-height: 18px;
}
.entry-meta {
    font-size: .75em;
    color: #7f7e7f;
}

.entry-content {
    margin-top: 2em;
}

#content h1 {
    color: #8d836b;
}

#content h1.page-title {
    margin-bottom: 1em;
}

#header h1 {
    color: #e1e1d3;
}

p.blog-description {
    margin-top: 3px;
    margin-bottom: 1em;
    color: #aeada2;
    font-size: 1.3em;
    margin-left: .5em;
}

#comments {
   display: none;
    margin-right: 2em;
    margin-left: 2em;
}

.debug {
    display: none;
}

div.entry-utility {
    margin-top: 2em;
}

.navigation {
    font-size: .8em;
}

#comments label {
    width: 80px;
    float: left;
    clear:  both;
    text-align: right;
    padding-right: 9px;
}

#content ul.comment-switch {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #585858;
    margin-bottom: 0;
    color: #d8d8c7;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    list-style-type: none;
    margin-right: .5em;
}

#content .comment-switch li {
    margin-bottom: 0;
    padding-right: 1em;
    padding-left: 1em;
    max-width: 145px;
   
}

#content .comment-switch li a {
	color: #d8d8c7;
	text-decoration: none;
	display: inline;
	float:  right;
    margin-bottom: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 18px; 
    background: url(images/comment.png) no-repeat 0 5px;
}

span.permalink {
    display: inline-block;
    float:  right;
    margin-bottom: 0 !important;
}

span.post-tags {
    display: inline-block;
    padding-left: 18px;
    background: url(images/tag_blue.png) no-repeat;
    margin-bottom: 0 !important;
}

.comment-notes {
    font-size: .8em;
    margin-bottom: 1.5em !important;
}

p.form-allowed-tags {
    display: none;
}

p.form-submit {
    margin-left: 90px;
    margin-top: 1em;
}

span.required {
    padding-left: 3px;
    color: #fb8111;
}

#respond {
    margin-top: 2em;
}

.commentlist {
    list-style-type: disc;
	margin: 1em 0 1em 0em;
}

ol.commentlist li {
    margin-bottom: 1em;
    padding-bottom: .5em;
    margin-left: 1.5em;
    padding-left: 0;
}

ol.commentlist li {
    margin-bottom: 1em;
    padding-bottom: .5em;
    margin-left: 1em;
    padding-left: 0;
}

ol.commentlist li li{
    margin-bottom: 1em;
    padding-bottom: .5em;

}

ul.children {
    list-style-type: circle;
    margin-left: 3em;
}

#content .commentmetadata {
    font-size: 8px;
    margin-top: 0;
    margin-bottom: 1em;
}

#content .comment-author {
    margin-bottom: .25em;
}

#content a.comment-reply-link {
    background: url(images/comments.png) no-repeat;
    padding-left: 21px;
}

blockquote {
    margin: 2em;
    background: #f4f5f7 url(images/blockquote.gif) no-repeat;
    padding: 1em 2em 2em;
    border: 1px solid #ccc;
}

#content blockquote p {
    color: #666;
}

.comments-wrapper {
    border: 1px solid #ccc;
    margin-left: 0;
    background-color: #f4f5f7;
    padding: 1em;
    color: #aa9a9a;
}

#comments-title {
    margin-bottom: 0;
    color: #d8d8c7;
    list-style-type: none;
    margin-right: .5em;
    height: 24px;
}

#comments-title li {
 	-moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; 
    border-bottom-width: 0;
    color: #6E6F6F;
    float: left;
    list-style-type: none;
    padding: 0 1em;
    text-align: center;
    background-color: #f4f5f7;
    line-height: 12px;
    border: 1px solid #ccc;
    border-bottom-color: #f4f5f7;
    margin-right: 1em;
    margin-left: 1em;
    margin-bottom: 0;
}

#comments-title li a {
	color: #989a9a;
	text-decoration: none;
	display: inline;
	float:  left;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 6px;
    padding-left: 18px; 
    background: url(images/comment.png) no-repeat 0 5px;
}

#content ul {
    margin-left: 1em;
}

#content li {
    margin-left: 1em;
    padding-left: .5em;
    color: #454545;
}

.rss a.twitter-badge {
    background: url(http://twitter-badges.s3.amazonaws.com/t_mini-c.png) no-repeat 0 0;
    padding: 1px 8px 1px 18px;
}

.twitter-badge img {
    border: none 0;
}
ul.children {
    display: none;
}

#content ol {
    margin-left: 1.75em;
    margin-bottom: 2em;
}
#content ol li {
    padding-left: 0;
    margin-bottom: .5em;
}
#content h2 {
    margin-top: 1.5em;
}
#content h2.entry-title {
    margin-top: 0;
}

